/**
 * jQuery Line Progressbar
 * Author: KingRayhan<rayhan095@gmail.com>
 * Author URL: https://electronthemes.com
 * Version: 1.1.1
 */

/** Progressbar class css*/
 


/** My_index*/
.My_index{

}

.My_index .item{
	/* border:1px solid red; */
	min-height:200px;
}
.My_index .item .img{
	text-align: center;
	font-size: 30px;
}  
.My_index .item .heading{
	 text-align: center;
	 
} 
.My_index .item .min_text{
	text-align: center;
	line-height:35px;
	font-weight:300;
}   



/** 。Addr_index  */
  
.Addr_index{
	min-height:200px;
	padding:20px;
	overflow:hidden;
}
.Addr_index  .item{
	margin-top:10px;
}
.Addr_index  .item  .li{
	width:98%;
	margin: auto;
	padding:7px 10px;
	border:1px solid #000;
	height:250px;
	position: relative;

}
 
.Addr_index  .item  .li_ok{
	 
}

.Addr_index  .item  .li_add{
	line-height:200px;
	text-align: center;
	font-weight: bolder;
	cursor: pointer;
}

.Addr_index  .item  .li .delt{
    float: right;
	color:#000;
	font-size:30px;

}

.Addr_index  .item  .li .update_city{
    text-align: right;
	color:#000;
	font-size:16px;
	cursor: pointer;
	text-decoration:underline;

}

.Addr_index .item .li .heading{
	 
	margin-top:30px;
} 

.Addr_index  .item  .li .checkbox{
	  
	 height:50px;
	 padding:5px 0px;
	 line-height:30px;
	 border-bottom:1px solid rgb(34, 34, 34);
   }
 


/* 添加地址弹框*/
.MyAddr{
	display: none;
	background:rgba(0, 0, 0, 0.6);
	position: fixed;
	width:100%;
	height:100%;
	z-index: 99
}
.MyAddr .Addr_li{
	margin:0 auto;
	width:600px;
	background:#fff;
	/*margin-top:100px;*/
	padding:20px;
	z-index: 99999999;
	overflow: hidden;
	position: relative;
}
.MyAddr .Addr_li .xx{
   position: absolute;
   top:20px;
   right:20px;
   width:30px;
   height:30px;
   color:#000;
   cursor: pointer;
}
.MyAddr .Addr_li .title{
 
	line-height:50px;
	font-weight: bolder;
	text-align: center;
	color:#000;
}

#MyAddr .row div{
	margin-top:5px;
}
 #MyAddr input{
	 
		width: 100%;
		height: 30px;
		border: 1px solid #ccc;
		font-size: 14px;
		padding: 8px 0 8px 15px;
		line-height: 18px;
	 
 }



/* */
/* MYset_index 信息设置*/
 .MYset_index{
	 overflow: hidden;
 }
 .MYset_index .Addr_li{
	width:60%;
	margin: 0 auto;
 }
 .MYset_index .Addr_li .title{
	line-height:50px;
	font-weight: bolder;
	text-align: center;
	color:#000;
 }
.MYset_index .Addr_li .row div{
	margin-top:5px;
}
.MYset_index input{
	 
		width: 100%;
		height: 30px;
		border: 1px solid #ccc;
		font-size: 14px;
		padding: 8px 0 8px 15px;
		line-height: 18px;
	 
 }
 .MYset_index .add_citysub{
	width:50%;
	margin: 0 auto;
	margin-top:10px;
	background:black;
	padding:12px 4px;
	color:#fff;
	text-align: center;
	cursor: pointer;
}

.MyAddr .add_citysub{
	width:50%;
	margin: 0 auto;
	margin-top:10px;
	background:black;
	padding:12px 4px;
	color:#fff;
	text-align: center;
	cursor: pointer;
}

 /* 登录 注册*/
#login_area{
	background:#f3f3f3;
}

#login_area .default-form-box{

	padding:20px 2px;
	color:rgb(104, 104, 104);
}
#login_area .login_submit{
	width:80%;
	margin: 0 auto;
	margin-top:10px;
	background:black;
	padding:12px 4px;
	color:#fff;
	text-align: center;
	cursor: pointer;
}

/*  弹框 */
#alt{
	position: fixed;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	z-index:9999999;
	display: none;
}
.alts{
	height:100%;
	width:100%;
	display: flex;
	justify-content:center;
	align-items:center;
}
.alts .alt_text{
	margin:0 auto;
	width:180px;
	height:100px;
	line-height:100px;
	background:#fff;
	text-align: center;
	color:#000;
	border-radius:8px;
	overflow: hidden;
	box-shadow: 0px -9px 43px 5px rgba(218,218,218,0.98);
	-webkit-box-shadow: 0px -9px 43px 5px rgba(218,218,218,0.98);
	-moz-box-shadow: 0px -9px 43px 5px rgba(218,218,218,0.98);
}


/* 底部 */
#Footer{
	width:100%;
	margin:0 auto;
	position: relative;
	background:#FFF;
	border-top:5px solid #000;

}

#Footer .manDiv{
	padding-top:30px;
	width:100%;
	margin:0 auto;
}

#Footer  .manDiv .footer_menu{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	min-height:150px;
	color: #b4b4b4;
}

#Footer  .manDiv .footer_menu  .items{
	margin:0 auto;
	display: block;
}
#Footer  .manDiv .footer_menu  .items .titles{
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;


}

#Footer  .manDiv .footer_menu  .items p{
	font-weight:400;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	line-height: 30px;

}

#Footer  .manDiv .footer_link{
	width:100%;
	margin:0 auto;
	line-height:35px;
	text-align: center;
	opacity:0.8;

}
#Footer  .manDiv .footer_link a{
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding:10px 3px;
}


#Footer  .manDiv .footer_com{
	width:100%;
	margin:0 auto;
	line-height:26px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,.5);
}


/* 忘记密码*/
.clearpass{
	line-height: 100px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}


/*  推换货 */
.Return_order{
	display: none;
	position: fixed;
	background:rgba(0, 0, 0,1);
	width:100%;
	height:100%;
	z-index: 99
}
.Return_order .li{
	margin:0 auto;
	width:600px;
	background:#fff;
	margin-top:100px;
	padding:20px;
	z-index: 9999;
	overflow: hidden;
	position: relative;
}
.Return_order .li .xx{
   position: absolute;
   top:20px;
   right:20px;
   width:30px;
   height:30px;
   color:#000;
   cursor: pointer;
}
.Return_order .li .title{
 
	line-height:50px;
	font-weight: bolder;
	text-align: center;
	color:#000;
}

#Return_order .row div{
	margin-top:5px;
}
 #Return_order input{
	 
		width: 100%;
		height: 30px;
		border: 1px solid #ccc;
		font-size: 14px;
		padding: 8px 0 8px 15px;
		line-height: 18px;
	 
 }
 #Return_order .add_citysub{
	width:50%;
	margin: 0 auto;
	margin-top:10px;
	border:1px solid  black;
	color:#000;
	padding:12px 4px;
	text-align: center;
	cursor: pointer;
}


/* Order_appraise 商品评价*/
.Order_appraise{
	/* overflow: hidden; */
}

.Order_appraise .title{
 
	line-height:50px;
	font-weight: bolder;
	text-align: center; 
	color:#000;
}
.Order_appraise .clr{
	clear: both;
	margin-top:10px;
}
.icon_wjx{
	float:left;
	margin-right:5px;
	width:40px;
	height:40px;
}

.icon_wjx i{
	font-size: 30px;
	color:#eee; 
}
.icon_wjx:hover i{
	font-weight:900;
	color:#000;
	cursor: pointer;
}
.icon_wjxok i{
	font-weight:900;
	color:#000;
	cursor: pointer; 
}
 
 
.Order_appraise .add_citysub{
	width:50%;
	margin: 0 auto;
	margin-top:10px;
	border:1px solid  black;
	color:#000;
	padding:12px 4px;
	text-align: center;
	cursor: pointer;
}


.Order_appraise .up_button,.Order_appraise .upimg {
	border: 1px solid #000;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	line-height: 100px;
	background-size: 100% 100%;
	position: relative;
	float: left;
	cursor: pointer;

}
.Order_appraise .upimg .xximg{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background:red;
	line-height:30px;
}
.Order_appraise .IMG1{
	border:1px solid red;
	overflow: hidden;
}

.Order_appraise .IMG2{
	overflow: hidden;
}


/* Sub_tv 评价发视频*/
 

.Sub_tv .title{
 
	line-height:50px;
	font-weight: bolder;
	text-align: center; 
	color:#000;
}
.Sub_tv .clr{
	clear: both;
	margin-top:10px;
}

 
.Sub_tv .add_citysub{
	width:50%;
	margin: 0 auto;
	margin-top:10px;
	border:1px solid  black;
	color:#000;
	padding:12px 4px;
	text-align: center;
	cursor: pointer;
}
.Sub_tv .up_button{
	border: 1px solid #000;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.Sub_tv .upimg {
	border: 1px solid #000;
	width: 100%;
	height: 350px;
	line-height: 350px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	background-size: 100% 100%;
	position: relative;
	cursor: pointer;

}
.Sub_tv .upimg .xximg{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background:red;
	line-height:30px;
}
.Sub_tv .IMG1{
	overflow: hidden;
}


/* 商品详情 */
.Product{

}
 

.Product .onsub{
	width:100%;
	margin: 0 auto;
	margin-top:10px;
	border:1px solid  black;
	color:#000;
	padding:12px 4px;
	text-align: center;
	cursor: pointer;
}
.Product .onsub:hover{
	width:100%;
	margin: 0 auto;
	margin-top:10px;
	border:1px solid  black;
	color:#fff;
	background: black;
	padding:12px 4px;
	text-align: center;
	cursor: pointer;
}

.Product .parameters .title{
     font-size:20px;
	line-height:30px;
	font-weight: bolder;
	color:#000;
	margin-top:20px;
}

.Product .parameters table th,.Product .parameters table td{
  padding-left:10px;
  line-height:45px;
}
.Product .product_description img{
  width:100%;
  border:0;
  margin: 0;
  padding:0;
 }

 .Product .product_reviews .media{
	 margin-bottom:30px;
 }
 .Product .product_reviews .media-img img{
	 width:50px;
	 height:50px;
	 border-radius:50%;
 }

 .Product .product_reviews .time{
	float:right;
}
 
 
.Product .shop_type .product-color-red,.Product .shop_type span:hover{
    background:#000;
	color:#fff;
}


/*//////////////////*/
.Ordewr_lists_page{
	overflow: hidden;
}

.Ordewr_lists_page .order_li{
	padding:30px 0;
	border-bottom:1px dashed #eee;
}
.Ordewr_lists_page .order_li img{
	border:1px solid #eee;
}
.Ordewr_lists_page .order_li .text{}
.Ordewr_lists_page .order_li .text .para span{
	float: right;
	color:#000;
}
.Ordewr_lists_page .order_li .text .date_area{
	font-size:14px;
}
.Ordewr_lists_page .order_li .text .on_sub{
	padding-top:30px;
}
.Ordewr_lists_page .order_li .text .on_sub .button{
	border:1px solid #000;
	color:#000;
	padding:7px 30px;
	font-size:14px;
	cursor: pointer;

}

/*//////////////////*/
.Order_details_page{
	width:100%;
	border: 1px solid #d2d2d2;
	overflow: hidden;

}

.Order_details_page .state,.Order_details_page .title{
	padding:20px;
	font-weight: bolder;
	color:#000;
	font-size:20px;
}




.Order_details_page .order_details{
	background: #f2f2f2;
	text-align: center;
	font-size:13px;
	overflow: hidden;
}

.Order_details_page .order_details .img{width:20%;float:left;}
.Order_details_page .order_details .sku{width:20%;float:left;}
.Order_details_page .order_details .gg{width:20%;float:left;}
.Order_details_page .order_details .sl{width:20%;float:left;}
.Order_details_page .order_details .jg{width:10%;float:left;}
.Order_details_page .order_details .je{width:10%;float:left;}

.Order_details_page .order_details .sl span{ padding:4px 10px;background: #dedddd;cursor:pointer; }
.Order_details_page .order_details .sl input{min-height: 25px;text-align: center;width:20px;}
.Order_details_page .order_li{ padding:5px 0px;  background:#f2f7ff; }
.Order_details_page .order_li .je{color:red;}

.Order_details_page .order_pay{
	height:150px;
	padding:20px;
}
.Order_details_page .order_pay .wxmoney{
	text-align: right;

}
.Order_details_page .order_pay .wxmoney .money{
	color: #ff0036;
	font-weight:bolder;
	font-size:23px;
}


.Order_details_page .order_pay .sub{
	margin-top:30px;
	float:right;
	height:50px;
	line-height:50px;
	width:240px;
	background: #000;
	color:#fff;
	text-align:center;
	cursor: pointer;
	margin-left:10px;

}



.Order_details_page .Addr{
	padding:20px 80px;
	min-height:200px;
	line-height: 35px;
}


.Order_details_page .Addr .city{
	width:100%;

}

.Order_details_page .Addr  .k{

	color:#000;
	font-weight:400;

}

.Order_details_page .Addr .v{
	padding-left:30px;
	color:rgb(61, 61, 61);
	font-weight:300;

}

/*//////////////////////*/
.Order_details_pay_oso{
	width:100%;
	margin: auto;
	background: rgba(210, 210, 210, 0.25);
	line-height:30px;
	margin-bottom:10px;
	border: 2px solid #00c250;;
	font-weight:300;
	color:#000;
	padding:2px 10px;

}
.Order_details_pay{
	width: 900px;
	margin: auto;
	border: 2px solid #d2d2d2;
	overflow: hidden;
}
.Order_details_pay .title{
	height:60px;
	line-height:60px;
	font-weight: bolder;
	color:#000;
	font-size:23px;
}
.Order_details_pay .title .logo{
	height:35px;
	width: 150px;
	background: #f2f2f2;

	float: left;
	margin-top:14px;
	margin-left:5px;
	background: url("https://wx.gtimg.com/pay/img/common/logo.svg?v=20190327") no-repeat, none;

}
.Order_details_pay .order_details{
	background: #f2f2f2;
	display: flex;
	justify-content: flex-start;
}
.Order_details_pay .order_details .a{
	text-align: left;
	font-size:16px;
	color:#000;
	width:60%;
	padding:20px;
}

.Order_details_pay .order_details .b{
	text-align: right;
	font-size:16px;
	color:#000;
	position: relative;
	padding:20px;
	width:40%;
}


.Order_details_pay .order_details .b .money{
	color: #000;
	font-size:18px;
	font-weight: bolder;
	display: inline-block;
	vertical-align: middle;
}

.Order_details_pay .order_pay{
	min-height:150px;
	padding:20px;

}
.Order_details_pay .order_pay .sos_text{
	border: 1px solid #d2d2d2;
	height:30px;
	margin-bottom:10px;
	line-height:30px;



}
.Order_details_pay .order_pay .sos_text div{
	float: left;
}
.Order_details_pay .order_pay .sos_text .wxmoney{
	float: right;
}
.Order_details_pay .order_pay .sos_text .wximg{
	width:100px;
	height:100%;
	background:#00c250;
}
.Order_details_pay .order_pay .sos_text .wximg2{
	width:50px;
	height:100%;
	background: #f2f2f2;
}
.Order_details_pay .order_pay .sos_text .wxtext{
	width:250px;
	color:#999;
	font-size:14px;
}
.Order_details_pay .order_pay .sos_text .wxmoney{
	min-width:100px;

}
.Order_details_pay .order_pay .sos_text .wxmoney span{
	color: #ff9500;
	font-weight: bolder;
}

.Order_details_pay .order_pay .sos_img img {
	width:200px;
	height:200px;
	border:1px solid #000;
}

.Order_details_pay .order_pay .sos_simg{
	width: 200px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#00c250;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
}

#on_pay{
	width: 200px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#00c250;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
}
.Order_details_pay .hr{
	height:10px;
	background: #f2f2f2;
	padding:0 30px;
}

.Order_details_pay .other_pay{
	min-height:200px;
	padding:20px;
}
.Order_details_pay .other_pay .title{
	font-weight: bolder;
	font-size:20px;

}


/*////////////////////*/
.My_love_page .text .button{

	color: var(--heading-color);
	font-size: 16px;
	border: 1px solid #000;
	padding:5px 5px;
	margin-top: 20px;
	text-align: center;
	font-weight: 400;

}

.My_love_page .row .img{
	height:157px;

}
.My_love_page .row .img img{
	width:100%;
	height:100%;
}

/*//////////////*/

.Product_pay_page .sos{


	background: rgba(210, 210, 210, 0.25);
	line-height:30px;
	margin-bottom:10px;

	font-weight:300;
	color:#000;

}
.Product_pay_page{
	width:100%;
	border: 0px solid #d2d2d2;
	overflow: hidden;

}
.Product_pay_page .title{
	padding:20px;
	font-weight: bolder;
	color:#000;
	font-size:20px;
}

.Product_pay_page .order_details{
	background: #f2f2f2;
	text-align: center;
	font-size:13px;
	overflow: hidden;
}
.Product_pay_page .order_details .img{width:20%;float:left;}
.Product_pay_page .order_details .sku{width:20%;float:left;}
.Product_pay_page .order_details .gg{width:20%;float:left;}
.Product_pay_page .order_details .sl{width:20%;float:left;}
.Product_pay_page .order_details .jg{width:10%;float:left;}
.Product_pay_page .order_details .je{width:10%;float:left;}

.Product_pay_page .order_details .sl span{ padding:4px 10px;background: #dedddd;cursor:pointer; }
.Product_pay_page .order_details .sl input{min-height: 25px;text-align: center;width:20px;}
.Product_pay_page .order_li{
	padding:5px 0px;
	background:#f2f7ff;
}
.Product_pay_page .order_li .je{color:red;}

.Product_pay_page .order_pay{
	height:150px;
	padding:20px;
}
.Product_pay_page .order_pay .wxmoney{
	text-align: right;

}
.Product_pay_page .order_pay .wxmoney .money{
	color: #ff0036;
	font-weight:bolder;
	font-size:23px;
}


.Product_pay_page .order_pay .sub{
	margin-top:30px;
	float:right;
	height:50px;
	line-height:50px;
	width:240px;
	background: #000;
	color:#fff;
	text-align:center;
	cursor: pointer;

}


.Product_pay_page  .Div_state{
	display: flex;
	justify-content:space-between;
	width: 900px;
	margin:20px auto;
	text-align: center;
	position: relative;
}
.Product_pay_page  .Div_state .lis{
	z-index:9;
	width:25%;
}
.Product_pay_page  .Div_state .lis .yuan{
	height:30px;
	line-height:30px;
	width:30px;
	background:red;
	color:#fff;
	margin:0 auto;
	text-align: center;
	border-radius:50%;
	/*border:1px solid #fff;*/
	outline-style:solid;
	outline-width:3px;
}

.Product_pay_page  .Addr{
	min-height:200px;
	padding:20px;
}


.Product_pay_page  .Addr .city{
	width:100%;
	display: flex;
	justify-content : flex-start;
}

.Product_pay_page  .Addr .city .item {
	width:40%;
	font-size: 17px;
}
.Product_pay_page  .Addr .city .item .items{
	background: url(//img.alicdn.com/tps/i2/T1VPiBXvpeXXbjLKQ7-237-106.png) no-repeat;
	background-size:100% 100%;
	width:98%;
	margin: auto;
	padding:17px;
	height:130px;
	cursor: pointer;

}
.Product_pay_page  .Addr .city .item .okcity{
	background-image: url(//img.alicdn.com/tfs/TB1OVRCRpXXXXaMXFXXXXXXXXXX-237-106.png);
}
.Product_pay_page  .Addr .city .item .itemsadd{
	height:130px;
	line-height:130px;
	border:1px solid #000;
	text-align: center;
	cursor: pointer;
}
.Product_pay_page  .state_red,.state_redx{
	width:75%;
	left:12.5%;
	top:13px;
	height:4px;
	background:#f0f0f0;
	position: absolute;
	z-index:2;
}
.Product_pay_page  .Div_state .lis .bkf0{
	background:#f0f0f0;

}
.Product_pay_page .state_red1{
	background:red;
	z-index:3;
	width:25%;
}
.Product_pay_page .state_red2{
	background:red;
	z-index:3;
	width:50%;
}
.Product_pay_page .state_red3{
	background:red;
	z-index:3;
	width:75%;
}




/*///////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////*/
/*/////////////////////// 默认 //////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////// 默认 //////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////// 默认 //////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////// 默认 //////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////// 默认 //////////////////////////////////////////////////////////////////////////////////////////////*/
#Footer{
    display:initial;
}

#Footer_app,#Footer_app2{
    display:none;
}
.Product .swiper-wrapper video{
	height:585px;
}

.index_led{
	width:240px;height:360px;position: absolute;top:-90px;left:10px;
}
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于1024  IPad*! /<=768的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 800px){

	.Product .swiper-wrapper video{
		height:412px;
	}
	.Headersction{
		display: none;
	}
	#Footer .manDiv{
		width:100%;
		margin:0 auto;

	}
	#Footer,#common_banner_one{
		display:none;
	}

	#Footer_app,#Footer_app2{
		display:block;
	}

	#isotope-filters button { 
		padding-right: 15px;
	}
	.ptb-100 {
		padding-top: 30px;
		padding-bottom:3px;
	}
	h4 {
		font-size: 16px;

	}
	h3 {
		font-size: 20px;
	}
	h2 {
		font-size: 22px;
	}
	p {
		font-size: 13px;
	}
	.Ordewr_lists_page .order_li .text .on_sub {
		padding-top: 10px;
	}

	.Ordewr_lists_page .order_li .text .on_sub .button{

		padding:3px 5px;
		font-size:12px;
	}
	.Order_details_page .state,.Order_details_page .title{
		padding:10px;
		font-weight: bolder;
		color:#000;
		font-size:14px;
	}
	.Order_details_page .state span{
		font-size:13px;
	}
	.Order_details_page .Addr {
		padding: 0 10px;
		min-height: 100px;
		line-height:initial;
		font-size:14px;

	}
	.Order_details_page .order_pay .sub {
		margin-top:10px;
		float: right;
		height: 30px;
		line-height: 30px;
		width: 100px;
		background: #000;
		color: #fff;
		text-align: center;
		cursor: pointer;
		margin-left: 10px;
	}


	.My_index .item {
		border-top:10px solid #fafafa;
		min-height: 50px;
		line-height:50px;
	}
	.My_index .item a{
		display: flex;
		justify-content: space-around;
	}
	.My_index .item .img {
		text-align: center;
		font-size: 20px;
		width:25px;
	}
	.My_index .item a .text{
		display: flex;
		justify-content: space-between;
		font-size:12px;
		width:90%;
	}
	.My_index .item a h3{
		font-size:14px;
		line-height:50px;
		padding-left:1px;
	}

	.My_index .item a .text .min_text{
		font-size:12px;
		line-height:50px;
		text-align: right;
		position: relative;
		padding-right:8px;
	}
	.My_index .item a .text .min_text:after{
		content: '';
		position: absolute;
		top: 20px;
		right: -1px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
	}

	.MyAddr .Addr_li{
		width: 100%;
	}
	.Addr_index .item .li {
		height: auto;
		
	}

	.MYset_index .Addr_li {
		width: 100%;
		margin: 0 auto;
	}


	.MYset_index .add_citysub {
		width: 100%;
	}


	.Product_pay_page .Div_state{
		width: 100%;
		font-size:12px;
	}
	.Product_pay_page .title {
		font-size: 16px;
		padding: 10px;
	}

	.Product_pay_page .Addr .city {
		width: 100%;
		display:block;

	}

	.Product_pay_page .Addr .city .item {
		width: 100%;
		font-size: 14px;
	}
	.Product_pay_page .order_pay .sub {
		margin-top: 10px;
		height: 35px;
		line-height: 35px;
		width: 100px;

	}



	.Order_details_pay{
		width:100%;
		border:0;
	}
	.Order_details_pay .order_pay {
        min-height:80px;
		 background:#fff;
		padding: 0;
		position: fixed;
		z-index: 999999;
		bottom:0;
		left:0;
		width:100%;
	}

	.Order_details_pay .order_pay .sos_text {
		border: 0;

	}
	.Order_details_pay .order_pay  .wxtext{
		font-size:12px;
	}
	.Order_details_pay .order_pay .sos_text .wximg {
		width: 10px;
	 }
	.Order_details_pay .order_pay .sos_text .wximg2 {
		width: 5px;
	 }
	.Order_details_pay  .sos_img{
		text-align: center;
	}
	.Order_details_pay .order_details{
		display: block;
		overflow: hidden;
	}
	.Order_details_pay .order_details .a{
		width:100%;
		padding:5px;
	}
	.Order_details_pay .order_details .b{
		width:100%;
		padding:15px
	}

	.Order_details_pay .order_pay .sos_simg {
		margin: 0 auto;
	}

	.Order_details_pay .other_pay {
		min-height: 50px;
		padding: 10px;
	}

	.on_click_add_comment{
		width:100%;
		text-align: center;
	}


	.Return_order .li{
		width:100%;
	}


	.Order_appraise .add_citysub,.Sub_tv .add_citysub{
		width:100%;
	}

	.product_wrappers_one .thumb .image {
		  width: 100%;
          aspect-ratio: 4/6;
          object-fit: cover;
	}

	.Product_pay_page .order_pay{
		width: 100%;
		border: 0;
		overflow: hidden;
		position: fixed;
		bottom:0;
		left:0;
		z-index:999999;
		background: #fff;
		height: 100px;
		padding: 10px;
	}
	.Product_pay_page .Addr .city .item .items {

		background-size: 100% 100%;
		width: 98%;
		margin: auto;
		padding: 8px;
		height:auto;
		cursor: pointer;
	}
	
}

	/* ///////over */
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
/*!*屏幕宽度小于500的设备!//////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 500px){
	#offer_timer_one{
		display: none;
	}
	 
	.product_wrappers_one .thumb .image {
		 width: 100%;
          aspect-ratio: 4/6;
          object-fit: cover;
		 
	}
	.product_wrappers_one .Deal .image {
        	 width: 100%;
          aspect-ratio: 4/6;
          object-fit: cover;
	}

	h4{
		font-size: 12px;
	}

	.Order_details_pay_oso{
		width:100%;
		margin: auto;
		background:#00c250;
		line-height:20px;
		margin-bottom:10px;
		border:0;
		font-weight:300;
		color:#fff;
		padding:2px 10px;
		font-size:14px;
	
	}

	.Order_details_pay .order_pay .sos_simg {
		width: 100% !important;
		height: 80px !important;
		text-align: center !important;
		line-height: 80px !important;
		background: #00c250;
		margin-bottom: 0;
		margin-top: 20px;
		color: #fff;
		font-weight: bolder;
	}

	.product_wrappers_one .thumb .badges span {
		font-size: 11px;
		font-weight: 400;
		line-height: 14px;
		display: block;
		padding: 0 2px;

	}
	.product_wrappers_one .thumb .actions .action {

		width: 20px;
		height: 20px;

	}



	.Product .onsub {
		width: 100%;
		margin: 0 auto;
		border: none;
		padding:0;
		text-align: center;
		cursor: pointer;
		position: fixed;
		line-height:80px;
		bottom:0;
		left:0;
		z-index: 9999999;
		background: #000;
		color: #fff;
	}

	.Product_pay_page .sos {
		background: rgba(210, 210, 210, 0.25);
		line-height: 20px;
		margin-bottom: 10px;
		font-weight: 300;
		font-size:13px;
		padding:0 10px;
		color: #000;
	}
	.Product_pay_page .Addr .city .item .itemsadd {
		height: 50px;
		line-height: 50px;
		margin-top:5px;

	}

	.Order_details_page .order_pay{
		width: 100%;
		position: fixed;
		bottom:0;
		left:0;
		z-index: 9999999;
		background: #fff;

	}

	  .wx_pay{
		width: 80% !important;
		margin: 10px auto;
		height: 80px !important;
		text-align: center !important;
		line-height: 80px !important;
		background: #00c250;
		color: #fff;
		font-weight: bolder;
		  border-radius:20px;
	}

	/*/////500 over //////*/
}


 