@charset "utf‐8";
/***
 @description: 
付款流程
发货收货
评价
退换货
我的收藏
我的足迹
优惠券
我的常购
 @author: scy
 @datetime: 2020-04-03
***/
.container{
	padding-top: 1.4rem;
	margin-bottom: 1.5rem;
}
.container-person{
	padding-top: 0px;
	margin-bottom: 1.8rem;
}
.container-collect{
	padding-top: 141px;
	margin-bottom: 60px;
}
.container-market{
	padding-top:.7rem;
	margin-bottom:.8rem;
    position: relative;
    z-index: 1;
}
.container-market::after{
    content: ' ';
    width: 7.5rem;
    height: 2.8rem;
    background: linear-gradient(135deg, #F1170D 0%, #FA5A07 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#coup-tab{
	width: 100%;
	background: #fff;
	position: fixed;
	top:.7rem;
	left: 0;
	z-index: 999;
}
#coup-tab .swiper-slide{
	box-sizing: border-box;
	height: .7rem;
	padding-top: .2rem;
	text-align: center;
	font-size:.26rem;
	color: #212121;
}
#coup-tab .swiper-slide .line{
	display: block;
	width:.5rem;
	height:2px;
	background:#fff;
	opacity:1;
	border-radius:2px;
	margin:0 auto;
	margin-top: 6px;
}
#coup-tab .swiper-slide.swiper-slide-thumb-active{
	color:rgba(241,23,13,1);
}
#coup-tab .swiper-slide.swiper-slide-thumb-active .line{
	background:rgba(241,23,13,1);
}
.more-coupons-btn{
	display: block;
	position: fixed;
	width: 100%;
	height: .8rem;
	background: #fff;
	z-index: 9;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: .8rem;
	font-size: .28rem;
	font-weight:bold;
	color:rgba(33,33,33,1);
	text-decoration: none;
}
.more-coupons-btn img{
	vertical-align: middle;
	margin-top: -.05rem;
	width: .14rem;
}
.no-coupons{
	text-align: center;
	margin-top: 34px;
}
.no-coupons img{
	width: 2rem;
}
.no-coupons .p1{
	font-size:.28rem;
	font-weight:400;
	color:rgba(33,33,33,1);
	margin-top: 26px;
}
.no-coupons .p2{
	font-size:.28rem;
	font-weight:400;
	color:rgba(136,136,136,1);
	margin-top: 4px;
}
#coup-content .coupons-list li{
	width:7.5rem;
	box-sizing: border-box;
	min-height:2.48rem;
	background:url(../images/g_201.png) top center no-repeat;
	background-size: 100%;
	position: relative;
}
#coup-content .coupons-list.used li{
	background: url(../images/g_202.png) top center no-repeat;
	background-size: 100%;
}
#coup-content .coupons-list.used li .where{
	background: url(../images/g_99.png)  3.0rem .1rem no-repeat;
	background-size: 1.5rem;
}
#coup-content .coupons-list.used li .where .p1{
	color: #888;
}
#coup-content .coupons-list.invalid li{
	background: url(../images/g_202.png) top center no-repeat;
	background-size: 100%;
}
#coup-content .coupons-list.invalid li .where{
	background: url(../images/g_99_1.png)  3.0rem .1rem no-repeat;
	background-size: 1.5rem;
}
#coup-content .coupons-list.invalid li .where .p1{
	color: #888;
}
#coup-content .coupons-list li .money{
	float: left;
	width:2.7rem;
	height: 2rem;
	margin:.24rem 0 0 .24rem;

}
#coup-content .coupons-list li .money .p1{
	font-size:.48rem;
	color: #fff;
	text-align: center;
	margin-top: .4rem;
}
#coup-content .coupons-list li .money .p1 small{
	font-size: .26rem;
}
#coup-content .coupons-list li .money .p2{
	font-size:.28rem;
	color: #fff;
	text-align: center;
}
#coup-content .coupons-list li .where{
	margin:0 .24rem 0 3rem;
}
#coup-content .coupons-list li .where .p1{
	padding-left: .15rem;
	font-size:.26rem;
	font-weight:400;
	color:rgba(33,33,33,1);
	padding-top: .4rem;
}
#coup-content .coupons-list li .where .p2{
	height: .5rem;
	padding-left: .15rem;
	font-size:.22rem;
	font-weight:400;
	color:rgba(136,136,136,1);
	margin-top:.1rem;
}
#coup-content .coupons-list li .where .p2 a{
	display: inline-block;
	width:1.2rem;
	height:.4rem;
	line-height: .4rem;
	border:1px solid rgba(248,169,16,1);
	border-radius:.34rem;
	font-size:.24rem;
	font-weight:400;
	color:rgba(248,169,16,1);
	text-decoration: none;
	text-align: center;
	float: right;
	margin-right: .05rem;
}
#coup-content .coupons-list li .where .p3{
	font-size:.22rem;
	color:rgba(136,136,136,1);
	border-top: 1px dashed #E6E6E6;
	margin-top: .2rem;
	line-height: .6rem;
	padding-left: 15px;
}
#coup-content .coupons-list li .where .p3 .dts-btn{
	width:.28rem;
	height:.28rem;
	background:url(../images/g_153.png) center no-repeat;
	background-size:.28rem;
	border-radius:50%;
	opacity:1;
	float: right;
	margin-right: .15rem;
	margin-top: .15rem;
	transition: all .2s;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* Internet Explorer */
	-moz-transform:rotate(0deg); /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); /* Opera */
}
#coup-content .coupons-list li .coupons-dts{
	display: none;
	width: 7.02rem;
	box-sizing: border-box;
	margin:0 auto;
	margin-top:3px;
	min-height:1rem;
	padding: 10px;
	background:rgba(255,255,255,1);
	opacity:1;
	border-radius:0px 0px 6px 6px;
	font-size:.24rem;
	line-height:22px;
	font-weight:400;
	color:rgba(136,136,136,1);
	clear: both;
}
#coup-content .coupons-list li .coupons-dts p{
	font-size: .24rem;
	line-height: .35rem;
}
#coup-content .coupons-list li .where .p3 .dts-btn.open{
	transition: all .2s;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
#coup-content .coupons-list .radio{
	float: left;
}
#coup-content .select{
	position: absolute;
	height: 2.48rem;
	line-height:2.48rem;
	top: 0;
	left: -.3rem;
	z-index: 1;
	display: none;
}
#coup-content .select input[type="checkbox"] {
	-webkit-appearance:none;
	border:none;
	outline:none;
	width: .6rem;
	height: .6rem;
	background:url(../images/gg_46.png) center no-repeat;
	background-size:.6rem;
	vertical-align: middle;
}
#coup-content .select input[type="checkbox"]:checked{
    -webkit-appearance:none;
	outline:none;
	border:none;
	width: .6rem;
	height: .6rem;
	background: url(../images/gg_47.png) center no-repeat;
	background-size:.6rem;
}
.manage-box{
	display: block;
	position: fixed;
	width: 100%;
	height:.85rem;
	background: #fff;
	z-index: 99;
	left: 0;
	bottom: -.85rem;
	line-height: .85rem;
	font-weight:bold;
	color:rgba(33,33,33,1);
	text-decoration: none;
	font-size: 0;
}
.manage-box label{
	color: #212121;
	font-size: .28rem;
	vertical-align: middle;
	margin-top: -.04rem;
	font-weight: normal;
}
.manage-box input[type="checkbox"] {
	-webkit-appearance: none;
    border: none;
    outline: none;
    width: .6rem;
    height:.6rem;
    background: url(../images/gg_46.png) center no-repeat;
    background-size:.6rem;
    vertical-align: middle;
}
.manage-box input[type="checkbox"]:checked {
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: .6rem;
    height: .6rem;
    background: url(../images/gg_47.png) center no-repeat;
    background-size: .6rem;
}
.manage-box a{
	display: inline-block;
	float: right;
	text-align:center;
	margin-top: .15rem;
	line-height: .55rem;
	width:1.5rem;
	height:.55rem;
	background:#fff;
	vertical-align: middle;
	border:1px solid rgba(136,136,136,1);
	border-radius:.34rem;
	font-size: .28rem;
	color: #888888;
	font-weight: normal;
	margin-right:.2rem;
}
.manage-box a.delete{
	border:1px solid rgba(241,23,13,1);
	color: #fff;
	background:rgba(241,23,13,1);
	box-shadow:0px 3px 6px rgba(241,23,13,0.23);
	margin-right:12px;
}
/**订单列表**/
#order-tab{
	width: 100%;
	background: #fff;
	/*position: fixed;*/
	/*top: .7rem;*/
	/*left: 0;*/
	/*z-index: 999;*/
}
#order-tab .swiper-slide{
	box-sizing: border-box;
	height:.7rem;
	padding-top:.2rem;
	text-align: center;
	font-size:.28rem;
	color: #212121;
}
#order-tab .swiper-slide .line{
	display: block;
	width:.45rem;
	height:2px;
	background:#fff;
	opacity:1;
	border-radius:2px;
	margin:0 auto;
	margin-top:3px;
}
#order-tab .swiper-slide.swiper-slide-thumb-active{
	color:rgba(241,23,13,1);
}
#order-tab .swiper-slide.swiper-slide-thumb-active .line{
	background:rgba(241,23,13,1);
}
/*{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*}*/
#order-content .order-list>li{
	margin:12px .2rem 0 .2rem;
	background:rgba(255,255,255,1);
	border-radius:6px;
	min-height: 214px;
	padding-bottom: 5px;
}
#order-content .order-list li .order-notice{
	font-size: .28rem;
	color: #F1170D;
	padding:.2rem .2rem 0 .2rem;
	vertical-align: middle;
}
#order-content .order-list li .order-notice i{
	font-size: .4rem;
	vertical-align: middle;
}
#order-content .shop-name{
	margin:0 10px;
	padding-top: 13px;
	height: auto;
	overflow:hidden;
}
#order-content .shop-name a{
	font-size:.28rem;
	font-weight:900;
	line-height:.5rem;
	color:rgba(33,33,33,1);
	vertical-align: middle;
}
#order-content .shop-name a i{
	font-size: 18px;
}
#order-content .shop-name .status{
	float: right;
	font-size: .24rem;
	color: #F1170D;
}
#order-content .product-dts{
	display: block!important;
	margin:17px 10px 0 10px;
	height: auto;
	min-height: 1.4rem;
	overflow:hidden;
}
.ordercont #order-content .product-dts .dts{
	/*display: flex;*/
	justify-content: space-between;
	min-height:1.4rem ;
}
#order-content .product-dts .dts{
	margin-left:1.5rem;
}
#order-content .product-dts>a{
	display: block;
	width: 1.4rem;
	height:1.4rem;
	border-radius: 6px;
	overflow:hidden;
	float: left;
}
#order-content .product-dts a img{
	display: block;
	width: 100%;
	height: 100%;
}
#order-content .product-dts .prodts-name{
	display: block;
	font-size:.28rem;
	line-height:.33rem;
	max-height: .8rem;
	color:rgba(33,33,33,1);
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
#order-content .product-dts .prodts-name a{
	display: block;
	color: #212121;
}
#order-content .product-dts .prodts-specifi{
	font-size:.24rem;
	line-height:.3rem;
	color:rgba(136,136,136,1);
}
#order-content .product-dts .dts-box{
    margin-bottom: 5px;
}
#order-content .product-dts .dts-box .pflex{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
#order-content .product-dts .dts-box .pflex span.specfic {
    white-space: nowrap;
    margin-left: auto;
    color: rgba(136,136,136,1);
    font-size: .24rem;
}
#order-content .product-dts .dts-box .pflex .pro_status{
    white-space: nowrap;
    margin-left: auto;
}
#order-content .product-dts .rx-tag,#order-content .product-dts .otc-tag{
    font-size: .2rem;
    padding:0 5px 2px 5px;
    border-radius: 4px;
    margin-right: 3px;
}
#order-content .product-dts .rx-tag{
    color: #0DBCF1;
    background: #DFF6FF;
}
#order-content .product-dts .otc-tag{
    color: #00C728;
    background: #E2FFDF;
}
#order-content .big,.order-item .big{
	font-size: 14px;
	font-weight: 900;
}
.order-item .nor_price_two{
    text-decoration: line-through;
    color: #9E9E9E;
    font-size: .2rem;
}
.order-item .nor_price{
    margin-left: .15rem;
    color: #9E9E9E;
    font-size: .24rem!important;
}
.order-item .new_price{
    color: #000!important;
}
#order-content .nor_price.nor_price_one{
    font-size: .28rem;
    color: #212121;
}
#order-content .nor_price.nor_price_two{
    text-decoration: line-through;
    font-size: .24rem;
    color: #9E9E9E;
    vertical-align: middle;
    margin: 0 2px;
}
#order-content .nor_price{
    margin-top: 3px;
}
#order-content .nor_price,.order-item .nor_price{
	font-size: 12px;
}
#order-content .new_price,.order-item .new_price{
	font-size: 12px;
	color: #F1170D;
	margin-top:1px;
    vertical-align: middle;
}
#order-content .red,.order-item .red{
	font-size: .28rem;
	font-weight: 900;
    vertical-align: middle;
}
#order-content .tag,.order-item .tag{
	display: inline-block;
    height: .3rem;
    border-radius: .3rem;
    line-height: .3rem;
	background: #F1170D;
	font-size: 10px;
	color: #fff;
	margin-left: 3px;
	padding:0 5px;
    vertical-align: middle;
}
#order-content .product-dts .price-box{

}
#order-content .product-dts .price-box .num{
	font-size:.26rem;
	color:rgba(136,136,136,1);
	vertical-align: top;
}
#order-content .dts-bot{
	margin:12px 10px 0 10px;
	position: relative;
}
#order-content .dts-bot .dts-deliver{
    width: 100%;
    height: .96rem;
    line-height: .96rem;
    background: #FAFAFA;
    margin-bottom: .2rem;
}
#order-content .dts-bot .dts-deliver .left {
    display: inline-block;
    height: .96rem;
    line-height: .96rem;
    font-size: .3rem;
    color: #212121;
    margin-left: .15rem;
}
#order-content .dts-bot .dts-deliver .left img{
    height: .35rem;
    margin-right: .1rem;
}
#order-content .dts-bot .dts-deliver .center {
    vertical-align: top;
    display: inline-block;
    width: 3.6rem;
    height: .96rem;
    overflow: hidden;
    margin: 0 .2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9E9E9E;
 }
#order-content .dts-bot .dts-deliver .right{
    float: right;
    margin-right: 8px;
}
#order-content .dts-bot .dts-deliver .right img{
    height: .3rem;
}
#order-content .dts-bot .total{
	text-align:right;
	font-size:.26rem;
	line-height:.35rem;
	color:rgba(33,33,33,1);
}
#order-content .dts-bot .total .big{
	font-size:.26rem;
}
#order-content .dts-bot .btns{
	margin: 10px 0;
	text-align: right;
	font-size: 0;
    position: relative;
}
#order-content .dts-bot .btns .btnBox_btn{
    display: inline-block;
    float: left;
    color: #9E9E9E;
    font-size: .28rem;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
}
#order-content .dts-bot .btns .btnBox{
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
    width: 120px;
    height: auto;
    min-height: 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    display: none;
}
#order-content .dts-bot .btns .btnBox p{
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 90px;
    border-bottom:2px solid #F5F5F5 ;
    margin: auto;
}
#order-content .dts-bot .btns .btnBox p a{
    margin-left: 0;
    background: transparent;
}
#order-content .dts-bot .btns .arrow{
    content: '';
    position: absolute;
    bottom: 45px;
    left: 22px;
    width: 28px;
    height: 28px;
    background: #FFF;
    box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.1);
    transform: rotate(45deg);
    z-index: 0;
    display: none;
}
#order-content .dts-bot .btns a{
	display: inline-block;
    background: #F5F5F5;
	width:1.5rem;
	height:40px;
	border-radius:6px;
	font-size:.28rem;
	color:#212121;
	line-height:40px;
	text-align: center;
	margin-left:10px;
}

#order-content .dts-bot .btns a.remind{
    color: #F1170D;
    background: #FFF1F0;
}
#order-content .dts-bot .btns a.yellow{
	color: #F1170D;
    background: #FFF1F0;
}
.order-btn-box a.pinkbtn{
    background: #FFF1F0;
    color: #F1170D;
}
#order-content .dts-bot .btns .more-btn{
	float: left;
	line-height: 28px;
}
#order-content .dts-bot .btns .more-btn img{
	width: 15px;
}
#order-content .dts-bot .del{
	position: absolute;
	display: none;
	width: 148px;
	height: 74px;
	background:url(../images/del.png) top center no-repeat;
	background-size: 148px;
	text-align:center;
	line-height: 83px;
	font-size:14px;
	color:rgba(136,136,136,1);
	z-index: 1;
	left: -20px;
	top: 55px;
}
#order-content .no-orders{
	text-align: center;
	margin-top: 34px;
}
#order-content .no-orders>img{
	width:4rem;
}
#order-content .no-orders .p1{
    font-size: .32rem;
    color: #212121;
	font-weight:800;
	margin-top:.5rem;
}
#order-content .no-orders .p2{
	font-size:.28rem;
	font-weight:400;
	color:rgba(136,136,136,1);
	margin-top: 10px;
}
#order-content .no-orders .homePage{
    display: block;
    width: 1.76rem;
    height: .80rem;
    border-radius: 1rem;
    border: 1px solid #E5E7EB;
    margin: 15px auto;
    text-align: center;
    line-height: .8rem;
    font-size: .3rem;
    color: #000;
}
.mask{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: none;
}
.reason-box{
	position:fixed;
	bottom: -484px;
	left: 0;
	z-index: 9999;
	width: 100%;
	height:454px;
	background:rgba(255,255,255,1);
	border-radius:6px 6px 0px 0px;
}
.reason-box h3{
	font-size:.24rem;
	font-weight:bold;
	color:rgba(33,33,33,1);
	text-align:center;
	padding:12px 0;
}
.reason-box .title{
	padding:0 14px;
	font-size:.24rem;
	font-weight:400;
	line-height:.3rem;
	color:rgba(182,182,182,1);
}
.reason-box ul li{
	margin:0 14px;
	border-bottom:1px solid rgba(230,230,230,1);
	line-height: 55px;
	font-size: 14px;
	color: #212121;
}
.reason-box ul li label{
	display: inline-block;
	width: 100%;
	height:100%;
}
.reason-box ul li input[type="radio"] {
	-webkit-appearance:none;
	outline:none;
	border:none;
	float: right;
	margin-top: 15px;
	width: 29px;
	height: 29px;
	background: url(../images/gg_46.png) center no-repeat;
	background-size: 29px;
	vertical-align: middle;
}
.reason-box ul li input[type="radio"]:checked {
    -webkit-appearance:none;
	outline:none;
	border:none;
	width: 29px;
	height: 29px;
	background: url(../images/gg_47.png) center no-repeat;
	background-size: 29px;
}
.reason-box .btns{
	margin:50px 14px 0 14px;
	font-size: 0;
}
.reason-box .btns button{
	width: 50%;
	height: .6rem;
	font-size:.28rem;
	font-weight:400;
	line-height:.6rem;
	color:rgba(255,255,255,1);
	border:none;
	outline:none;
}
.reason-box .btns button.no-cancel{
	background:rgba(248,169,16,1);
	box-shadow:0px 3px 6px rgba(241,23,13,0.23);
	border-radius:17px 0 0 17px;
}
.reason-box .btns button.yes-cancel{
	background:rgba(241,23,13,1);
	box-shadow:0px 3px 6px rgba(241,23,13,0.23);
	border-radius:0px 17px 17px 0px;
}
.reason-box i{
	position: absolute;
	right:0;
	top: 0;
	width: 40px;
	height: 40px;
	text-align:center;
	line-height: 40px;
	z-index: 9;
}
.reason-box i img{
	width: 17px;
	vertical-align: middle;
}


.demand-reason-box{
    position:fixed;
    bottom: -484px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height:454px;
    background:rgba(255,255,255,1);
    border-radius:6px 6px 0px 0px;
}
.demand-reason-box h3{
    font-size:.24rem;
    font-weight:bold;
    color:rgba(33,33,33,1);
    text-align:center;
    padding:12px 0;
}
.demand-reason-box .title{
    padding:0 14px;
    font-size:.24rem;
    font-weight:400;
    line-height:.3rem;
    color:rgba(182,182,182,1);
}
.demand-reason-box ul li{
    margin:0 14px;
    border-bottom:1px solid rgba(230,230,230,1);
    line-height: 55px;
    font-size: 14px;
    color: #212121;
}
.demand-reason-box ul li label{
    display: inline-block;
    width: 100%;
    height:100%;
}
.demand-reason-box ul li input[type="radio"] {
    -webkit-appearance:none;
    outline:none;
    border:none;
    float: right;
    margin-top: 15px;
    width: 29px;
    height: 29px;
    background: url(../images/gg_46.png) center no-repeat;
    background-size: 29px;
    vertical-align: middle;
}
.demand-reason-box ul li input[type="radio"]:checked {
    -webkit-appearance:none;
    outline:none;
    border:none;
    width: 29px;
    height: 29px;
    background: url(../images/gg_47.png) center no-repeat;
    background-size: 29px;
}
.demand-reason-box .btns{
    margin:50px 14px 0 14px;
    font-size: 0;
}
.demand-reason-box .btns button{
    width: 50%;
    height: .6rem;
    font-size:.28rem;
    font-weight:400;
    line-height:.6rem;
    color:rgba(255,255,255,1);
    border:none;
    outline:none;
}
.demand-reason-box .btns button.no-cancel{
    background:rgba(248,169,16,1);
    box-shadow:0px 3px 6px rgba(241,23,13,0.23);
    border-radius:17px 0 0 17px;
}
.demand-reason-box .btns button.demand-yes-cancel{
    background:rgba(241,23,13,1);
    box-shadow:0px 3px 6px rgba(241,23,13,0.23);
    border-radius:0px 17px 17px 0px;
}
.demand-reason-box i{
    position: absolute;
    right:0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align:center;
    line-height: 40px;
    z-index: 9;
}
.demand-reason-box i img{
    width: 17px;
    vertical-align: middle;
}
.order-status{
	height:1.5rem;
	background: url(../images/cover.png) top center no-repeat;
	background-size: cover;
	overflow:hidden;
}
.container-dts{
	padding-top:.7rem;
	margin-bottom:1rem;
}
.order-status .status-name{
	margin-top: 16px;
	padding-left: 56px;
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	background: url(../images/group52.png) 25px center no-repeat;
	background-size: 18px;
}
.order-status .status-title{
	margin-top: 16px;
	padding-left: 25px;
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.order-status .status-time{
	margin-top: 8px;
	padding-left: 25px;
	font-size:12px;
	color:rgba(255,255,255,1);
}
.address-info{
	padding:.2rem;
	margin:.2rem .22rem 0 .2rem;
	background:rgba(255,255,255,1);
	background-size: .14rem;
	border-radius:.12rem;
    position: relative;
}
.address-info.address{
	background:rgba(255,255,255,1) url(../images/Chevron_r2x.png) 97% center no-repeat;
	background-size: 7px;
}
.address-info .p1{
	font-size:.26rem;
	color:#9E9E9E;
	line-height:.45rem;
	padding-left:.5rem;
}
.address-info .p2{
	font-size:.26rem;
	color:#9E9E9E;
	-webkit-text-stroke:0.30000001192092896 rgba(33,33,33,1);
	text-stroke:0.30000001192092896 rgba(33,33,33,1);
	line-height:.36rem;
	padding-left:.5rem;
}
.address-info .p3{
	font-size:.3rem;
	color:#212121;
	line-height:.5rem;
	margin-top: 8px;
	padding-left:.5rem;
    background: url(../images/orderDts_icon11.png) left center no-repeat;
    background-size:.4rem;
    font-weight: 900;
}
.address-info .edit_address{
    display: block;
    position: absolute;
    right: 10px;
    top:.4rem;
    font-size: .28rem;
    color: #212121;
    display: flex;
    align-items: center;
}
.address-info .edit_address .layui-icon{
    margin-top: 3px;
}
.order-item{
	margin: .2rem .22rem 0 .22rem;
	padding-bottom: 15px;
	background:rgba(255,255,255,1);
	border-radius: 6px;
}

.order-item .shop-name{
	margin:0 10px;
	padding-top: .2rem;
	height: auto;
	overflow:hidden;
}
.order-item .shop-name a{
	font-size:.28rem;
	font-weight:900;
	line-height:.3rem;
	color:rgba(33,33,33,1);
	vertical-align: middle;
}
.order-item .shop-name a i{
	font-size:.2rem;
}
.order-item .shop-name .status{
	float: right;
	font-size:.2rem;
	color: #F1170D;
}
.order-item .product-dts{
	margin:17px 10px 0 10px;
	height: auto;
	overflow:hidden;
}
.order-item .product-dts .dts{
	margin-left:1.8rem;
	display: flex;
	justify-content: space-between;
}
.order-item .product-dts>a{
	display: block;
	width: 1.6rem;
	height:1.6rem;
	border-radius: 6px;
	overflow:hidden;
	float: left;
}
.order-item .product-dts a img{
	display: block;
	width: 100%;
	height: 100%;
}
.order-item .product-dts .prodts-name{
	display: block;
	font-size:.28rem;
	line-height:.33rem;
	height: .66rem;
	color:rgba(33,33,33,1);
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.order-item .product-dts .prodts-name a{
	display: block;
	color: #212121;
}
.order-item .product-dts .prodts-specifi{
	font-size:.24rem;
	line-height:.35rem;
    padding-top: .15rem;
	color:rgba(136,136,136,1);
}
.order-item .product-dts .dts-box{
	flex: 1;
}
.order-item .product-dts .dts-box .prdname{
    display: inline-block;
    max-height: 50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.order-item .product-dts .price-box{
	padding-left: 5px;
}
.order-item .product-dts .price-box .num{
	font-size:.24rem;
	color:rgba(136,136,136,1);
	vertical-align: top;
}
.order-infos{
	margin:.2rem .22rem 0 .22rem;
	background:rgba(255,255,255,1);
	border-radius: 6px;
}
.order-infos ul li{
	margin:0;
	padding:0;
	font-size: .26rem;
	color:rgba(33,33,33,1);
	line-height: .5rem;
	border-bottom:1px solid rgba(230,230,230,1);
}
.order-infos ul li span{
	font-size: .26rem;
	color:rgba(182,182,182,1);
	margin-right: 15px;
}
.order-infos ul li span a.supply_invoice{
    display: inline-block;
    padding: 0 .15rem;
    height: 0.4rem;
    border-radius: 0.1rem;
    background: #FFF1F0;
    line-height: .42rem;
    font-size: .26rem;
    text-align: center;
    color: #F1170D;
    margin-top: -3px;
    vertical-align: middle;
}
a.copy{
	display: inline-block;
	width:.9rem;
	height:.4rem;
	border-radius: .1rem;
	background: #FFF1F0;
	line-height:.39rem;
	font-size:.26rem;
	text-align: center;
	color: #F1170D;
	margin-top: -3px;
	vertical-align: middle;
}
.order-infos ul li:last-child{
	border-bottom: none;
}
.order-price-info{
	margin:10px 12px 0 12px;
	background:rgba(255,255,255,1);
	border-radius: 6px;
	padding:10px 0;
}
.order-price-info ul li{
	margin:0 11px;
	font-size: .26rem;
	line-height:.5rem;
	text-align: right;
    overflow: hidden;
}
.order-price-info ul li .tleft{
    text-align: left;
}
.order-price-info ul li .heavy{
    font-weight:900;
    color: #212121;
}
.order-price-info ul li .dark{
    color: #212121;
}
.order-price-info ul li p{
    margin:.15rem 0;
}
.order-price-info ul li .fleft,.order-price-info ul li .fl{
    float:left;
}
.order-price-info ul li .light{
    color: #9E9E9E;
}
.order-price-info ul li .fright{
    float:right;
}
.order-price-info ul li .dc_btn{
	font-size: 14px;
}
.order-price-info ul li .dc_box{
	font-size: .26rem;
	display: none;
}
.order-price-info ul li .dc_box p{
	font-size: .28rem;
    margin:.15rem 0;
}
.order-price-info ul li span{
	font-size: .28rem;
	color:#B6B6B6;
}
.order-price-info ul li big{
    color: #212121;
	font-size:.28rem;
	font-weight: 900;
}
.order-btn-box{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	box-sizing: border-box;
	width: 100%;
	height:1rem;
	padding:0 .2rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 8px rgba(33,33,33,0.2);
	font-size: 0;
	text-align:right;
	font-size: 0;
}
.order-btn-box a{
	display: inline-block;
	width:1.6rem;
	height:40px;
	border-radius:6px;
	text-align:center;
	line-height: 40px;
	color: #212121;
    background: #F5F5F5;
	font-size:.3rem;
	margin:.14rem .1rem;
}
.order-btn-box a.delbtn{
    background: #F1170D;
    color: #fff;

}
.order-btn-box button{
	display: inline-block;
	width:86px;
	height:28px;
	border:1px solid rgba(136,136,136,1);
	border-radius:17px;
	text-align:center;
	line-height: 30px;
	color: #888888;
	font-size: 14px;
	margin:9px 3px;
}
.order-btn-box a.pay{
	border:1px solid rgba(241,23,13,1);
	background:rgba(241,23,13,1);
	box-shadow:0px 3px 6px rgba(241,23,13,0.23);
	color: #fff;
}
.order-btn-box .btn-more{
    position: relative;
    float: left;
    margin-left:5px;
}
.order-btn-box .btn-more .btns-box{
    position: absolute;
    left: -10px;
    bottom: 58px;
    z-index: 1;
    width: 120px;
    height: auto;
    min-height: 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    display: none;
}
.order-btn-box .btn-more .btns-box p {
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 90px;
    border-bottom: 2px solid #F5F5F5;
    margin: auto;
}
.order-btn-box .btn-more .arrow {
    content: '';
    position: absolute;
    bottom: 57px;
    left: 0;
    width: 28px;
    height: 28px;
    background: #FFF;
    box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.1);
    transform: rotate(45deg);
    z-index: 0;
    display: none;
}
.order-btn-box .btn-more div{
    float: left;
    margin-right: 15px;
    margin-top: 4px;
    text-align: center;
    font-size: .28rem;
    color: #9E9E9E;
}
.order-btn-box .btn-more div img{
    width: 28px;
}
#copy_text{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	opacity: 0;
}
/**支付**/
.pay-box{
	margin-top: 10px;
	background:rgba(255,255,255,1);
}
.pay-box ul li{
	padding:0 .4rem;
	border-bottom: 1px solid #E6E6E6;
	line-height: 62px;
	font-size:.28rem;
	color: #212121;
}
.pay-box ul li:last-child{
	border-bottom: none;
}
.pay-box ul li big{
	float: right;
	font-size: 18px;
	color:#F1170D;
}
.pay-box ul li img{
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
}
.pay-box ul li input{
	float:right;
	margin-top:17px;
}
.pay-box ul li label{
	display: block;
	width: 100%;
	height: 100%;
}
.container-dts .pay-box input[type="radio"] {
	-webkit-appearance:none;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: url(../images/gg_46.png) center no-repeat;
	background-size:29px;
	outline:none;
	border:none;
	vertical-align: middle;
}
.container-dts .pay-box input[type="radio"]:checked {
    -webkit-appearance:none;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: url(../images/gg_47.png) center no-repeat;
	background-size:29px;
	outline:none;
	border:none;
}
.container-dts .pay-box input[type="radio"]:disabled {
	-webkit-appearance:none;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: url(../images/gg_466.png) center no-repeat;
	background-size:29px;
	outline:none;
	border:none;
	vertical-align: middle;
}
.pay-success-box{
	background:#fff;
	padding:30px 0 20px 0;
}
.pay-success-box h3{
	font-size:18px;
	color: #52C41A;
	line-height: 41px;
	text-align: center;
    vertical-align: middle;
    font-weight: 900;
}
.pay-success-box h3 img{
    display: inline-block;
	vertical-align: middle;
    margin-top:-2px;
	width:26px;
    margin-right:5px;
}
.pay-success-box .desc{
	font-size: 14px;
	color: #212121;
	text-align: center;
	margin-top: 10px;
}
.pay-success-box .money{
	font-size: 28px;
	color:#212121;
	font-weight:900;
	text-align: center;
	margin-top: 10px;
}
.pay-success-box .money span{
    font-size: 20px;
    margin-right: 3px;
}
.pay-success-box .btns{
	text-align: center;
}
.pay-success-box .btns a{
	display: inline-block;
	width:86px;
	height:28px;
	border:1px solid #333;
	border-radius:17px;
	font-size:14px;
	line-height:30px;
	color:#333;
	margin:0 5px;
	margin-top: 15px;
}
.payed-benefits{
    width: 7.1rem;
    min-height: 3.95rem;
    margin: .2rem auto;
    background: linear-gradient(0deg, rgba(255, 255, 255, .8) 65%,rgba(255, 200, 197, .9) 100%);
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
}
.payed-benefits h3{
    text-align: center;
    font-size: .32rem;
    color: #212121;
    font-weight: 900;
    padding-top: .2rem;
}
.benefit-list{
    margin-top: .25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.benefit-list li{
    text-align: center;
    width: 33.3%;
    margin-bottom: 15px;
}
.benefit-list li .benef-icon{
    width: .96rem;
    height: .96rem;
    margin: auto;
}
.benefit-list li .benef-icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.benefit-list li .benef-title{
    margin-top: .1rem;
    font-size: .26rem;
    color: #2121212;
}
.benefit-list li .benef-cont{
    margin-top: .1rem;
    font-size: .26rem;
    font-weight: 900;
    color: #F1170D;
}
.benefit-list li .benef-get{
    margin-top: .15rem;
    display: inline-block;
    font-size: .28rem;
    color: #fff;
    width: 1.7rem;
    height: .56rem;
    line-height: .56rem;
    background: #F1170D;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
}
.benefit-list li .benef-got{
    margin-top: .15rem;
    display: inline-block;
    font-size: .28rem;
    width: 1.7rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    background: #E6E6E6;
    color: #999;
}
.benefit-notice{
    display: none;
    width: 5.3rem;
    height:7.6rem;
    font-size: .28rem;
    line-height: .5rem;
    color: #E53F07;
    box-sizing: border-box;
    margin:auto;
    position: relative;
    font-weight: 900;
    background-size: 100% auto;
}
.benefit-notice .pop-close{
    display: block;
    width:.55rem;
    height:.55rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top:7rem;
}
.benefit-notice .pop-close img{
    display: block;
    width: 100%;
    height: 100%;
}
.layui-benefits{
    width: 90%;
    min-width: 300px;
    min-height: 185px;
    border-radius: 5px!important;
    text-align: center;
}
.layui-benefits .layui-layer-setwin{
    width: 20px;
    height: 20px;
    background:url("../images/path_5.png") center no-repeat;
    background-size: cover;
    top: 10px;
    right: 10px;
}
.layui-benefits .layui-layer-content{
    padding: 20px 20px 10px 20px!important;
    height: 115px;
}
.layui-benefits .beficon{
    margin: auto!important;
    height: 35px;
}
.layui-benefits .layui-layer-btn{
    padding:0px!important;
}
.layui-benefits .layui-layer-btn .layui-layer-btn0{
    text-align: center;
    font-size: .3rem;
    color: #fff;
    border-radius: 0 0 5px 5px;
    border-color: #F1170D;
    display: block;
    height: 40px;
    line-height: 40px;
    background: #F1170D;
    margin: 0;
    padding: 0;
}
.layui-benefits h3{
    font-size: .32rem;
    color: #212121;
    margin-top: .2rem;
}
.layui-benefits p{
    font-size: .26rem;
    color: #212121;
    margin-top: .25rem;
}
.order-status .p-paid{
	font-size:.3rem;
	color: #fff;
	line-height:1.5rem;
	padding-left:.4rem;
}
.order-btn-box a.red-but{
	font-size: 14px;
	color: #F1170D;
	border: 1px solid #F1170D;
}
.order-btn-box i{
    float: left;
    line-height: 46px;
}
.order-btn-box i img{
	vertical-align: middle;
	width: 15px;
}
.order-btn-box .later-btn{
	display: none;
	border:none;
	width: 148px;
	height: 70px;
	position: absolute;
	left: -5px;
	bottom: 25px;
	z-index: 9;
	background: url(../images/later.png) top center no-repeat;
	font-size: 14px;
	color: #888;
	line-height: 64px;
}
/**物流**/
.log-header{
	margin:10px 12px 0 12px;
	padding-bottom: 15px;
	background:rgba(255,255,255,1);
	border-radius: 6px;
	overflow: hidden;
	padding: 15px;
}
.log-header .log-pic{
	float: left;
	display: block;
	width:1rem;
	height:1rem;
	background:rgba(0,0,0,0);
	border-radius:6px;
	overflow:hidden;
}
.log-header .log-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.log-header .log-dts{
	margin-left:1.2rem;
}
.log-header .log-dts .p1{
	font-size:.28rem;
	font-weight:bold;
	color:rgba(33,33,33,1);
}
.log-header .log-dts .p2{
	font-size:.2rem;
	color:#212121;
	margin-top: 5px;
}
.log-header .log-dts .p3{
	font-size:.2rem;
	color:#212121;
	margin-top: 3px;
}
.log-body{
	margin: 10px 12px 0 12px;
    padding-bottom: 15px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    overflow: hidden;
    padding:15px 10px;
}
.log-body ul li{
	position: relative;
	font-size:.24rem;
	color: #888888;
	padding-left: 30px;
	line-height:.35rem;
	min-height: .5rem;
	background: url(../images/linebg.png) 12px top repeat-y;
	padding-bottom: 10px;
}
.log-body ul li:last-child{
	background: none;
}
.log-body ul li span{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 9;
	width:24px;
	height:24px;
	background:rgba(210,210,210,1);
	border-radius:50%;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
}
.log-body ul li.dot span{
	background: none;
}
.log-body ul li span i{
	display: inline-block;
	width:7px;
	height:7px;
	background:rgba(210,210,210,1);
	border-radius:50%;
}
.log-body ul li span img{
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.log-body ul li .p-title{
	font-size: .28rem;
	color: #888888;
}
.log-body ul li .p-status{
	font-size:.24rem;
	color: #888888;
}
.log-body ul li .p-time{
	font-size:.2rem;
	color: #888888;
}
.log-body ul li.on span{
	background: #F1170D;
}
.log-body ul li.on .p-title{
	font-size: .28rem;
	color: #212121;
}
.log-body ul li.on .p-status{
	font-size:.24rem;
	color: #212121;
}
.comment-header{
	margin: 10px 12px 0 12px;
    padding:10px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    height: auto;
    overflow:hidden;
}
.comment-header .comment-goods{
	width: 100%;
	height:60px;
}
.comment-header .comment-goods a.pic{
	display: block;
	width: 60px;
	height: 60px;
	border-radius:6px;
	overflow:hidden;
	float: left;
}
.comment-header .comment-goods a img{
	display: block;
	width: 60px;
	height: 60px;
}
.comment-header .comment-goods .name{
	margin-left: 80px;
	font-size: 14px;
	line-height: 22px;
	color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#goods-rate{
	margin-left: 20px;
}
.comment-header textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background:rgba(246,246,246,1);
	height: 100px;
	border:none;
	resize: none;
	margin-top: 10px;
	font-size: 14px;
	color: #888;
	line-height: 20px;
	padding:10px;
}
.comment-header textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #b6b6b6;
}

.comment-header textarea::-moz-placeholder { /*Mozilla Firefox 19+*/
  color: #b6b6b6;
}

.comment-header textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #b6b6b6;
}
.comment-header .upload-pics{
	min-width: 100%;
	height: 110px;
	padding-top: 20px;
	overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
}
.comment-header .upload-pics>div{
	display: inline-block;
	margin:0 5px;
	position: relative;
}
.comment-header .upload-pics div.video{
	position: relative;
}
.comment-header .upload-pics div._video::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	z-index: 8;
}
.comment-header .upload-pics div.video .fa-play-circle-o{
	position: absolute;
	font-size: 25px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin:auto;
	z-index: 99;
	text-align: center;
	line-height: 110px;
	color: rgba(255,255,255,.8);
}
.shop-comment-box{
	margin: 10px 12px 0 12px;
    padding:15px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    height: auto;
    overflow:hidden;
}
.shop-comment-box h4{
	color: #212121;
	font-size: 14px;
	margin-bottom: 10px;
}
.stars{
	line-height: 10px;
}
.stars div{
	margin-left: 20px;
}
.comment-header .upload-pics .up-btn{
	width:100px;
	height:100px;
	background:rgba(255,255,255,1);
	border:1px dashed rgba(248,169,16,1);
	opacity:1;
	border-radius:6px;
	text-align:center;
	vertical-align: top;
}
.comment-header .upload-pics .up-btn img{
	margin-top: 25px;
	width: 32px;
}
.comment-header .upload-pics .up-btn p{
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}
.comment-header .upload-pics div.img{
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: top;
}
.comment-header .upload-pics .img img{
	display:inline-block;
	width: 100px;
	height: 100px;
	vertical-align: top;
}
.comment-header .upload-pics .video video{
	width: 100px;
	height: 100px;
}
.comment-header .upload-pics .del{
	display: inline-block;
	width:18px;
	height:18px;
	border-radius: 50%;
	background:rgba(182,182,182,.5);
	position: absolute;
	right: -8px;
	top: -8px;
	z-index: 9;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}
/**退款售后**/

.after-box li{
	margin:12px 12px 0 12px;
	padding-bottom: 15px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	min-height: 224px;
}
.after-box .shop-name{
	margin:0 10px;
	padding-top: 13px;
	height: auto;
	overflow:hidden;
}
.after-box .shop-name a{
	font-size:.24rem;
	font-weight:400;
	line-height:.3rem;
	color:rgba(33,33,33,1);
	vertical-align: middle;
}
.after-box .shop-name a i{
	font-size: 18px;
}
.after-box .shop-name .status{
	float: right;
	font-size: 14px;
	color: #F1170D;
}
.after-box .shop-name .status.status-normal{
	color: #212121;
}
.after-box .product-dts{
	margin:17px 10px 0 10px;
	height: auto;
	overflow:hidden;
}
.after-box .product-dts .dts{
	margin-left:1.8rem;
}
.after-box .product-dts>a{
	display: block;
	width:1.6rem;
	height:1.6rem;
	border-radius: 6px;
	overflow:hidden;
	float: left;
}
.after-box .product-dts a img{
	display: block;
	width: 100%;
	height: 100%;
}
.after-box .product-dts .prodts-name{
	display: block;
	font-size:.24rem;
	line-height:.3rem;
	height:.3rem;
	color:rgba(33,33,33,1);
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.after-box .product-dts .prodts-name a{
	display: block;
	color: #212121;
}
.after-box .product-dts .prodts-specifi{
	font-size:.2rem;
	line-height:.3rem;
	color:rgba(136,136,136,1);
}
.after-box .product-dts .dts-box{
	display: table-cell;
	width: 80%;
}
.after-box .product-dts .price-box{
	padding-left: 5px;
	display: table-cell;
	text-align:right;
}
.after-box .product-dts .price-box .num{
	font-size:12px;
	color:rgba(136,136,136,1);
	margin-top: 7px;
}
.after-box .dts-bot{
	margin:12px 10px 0 10px;
	position: relative;
	font-size: 0;
}
.after-box .dts-bot .total{
	height:40px;
	padding:0 10px;
	background:rgba(246,246,246,1);
	border-radius:4px;
	text-align:left;
	font-size:14px;
	line-height:40px;
	color:#212121;
}
.after-box .dts-bot .total big{
	font-size:15px;
}
.after-box .dts-bot .btns{
	margin-top: 10px;
	text-align: right;
}
.after-box .dts-bot .btns a{
	display: inline-block;
	width:86px;
	height:28px;
	border:1px solid rgba(136,136,136,1);
	border-radius:17px;
	font-size:14px;
	color:rgba(136,136,136,1);
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.after-box .dts-bot .btns a.red-btn{
	color: #F1170D;
	border:1px solid #F1170D;
}
.refund-box{
	margin: 10px 12px 0 12px;
	padding:10px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
}
.refund-box .p1{
	line-height: 30px;
	font-size: 14px;
	color: #212121;
}
.refund-box .p2{
	line-height: 20px;
	font-size: 12px;
	color: #B6B6B6;
}
.refund-box .p3{
	line-height: 20px;
	font-size: 12px;
	color: #212121;
}
.refund-box .p1 span{
	float: right;
	color: #F1170D;
}
.refund-box .p1 span big{
	font-size: 18px;
	font-weight: 900;
}
.refund-dts .p-reason{
	padding:0 10px;
	font-size: 12px;
	color: #B6B6B6;
	line-height: 20px;
}
.refund-dts .product-dts{
	margin-bottom: 10px;
}
.refund-box .btns{
	text-align: right;
	margin-top: 10px;
}
.refund-box .btns a{
	display: inline-block;
	padding:0 15px;
	height:28px;
	border:1px solid rgba(136,136,136,1);
	border-radius:17px;
	font-size:14px;
	color:rgba(136,136,136,1);
	line-height: 30px;
	text-align: center;
}
.refund-box .btns a.red-btn{
	color: #F1170D;
	border:1px solid #F1170D;
}
.return-box{
	margin: 10px 12px 0 12px;
    padding:0 10px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
}
.return-box ul li{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	height: 65px;
}
.return-box ul li .label{
	display: block;
	width: 70px;
	height: 65px;
	font-size: 14px;
	color: #212121;
	line-height: 65px;
	float: left;
	vertical-align: middle;
}
.return-box ul li .input{
	line-height: 65px;
	vertical-align: middle;
	border:none;
	outline:none;
}
.return-box ul li .input input{
	height: 35px;
	line-height: 35px;
	display: inline-block;
	width: 70%;
}
.return-box ul li.select-logis{
	background: rgba(255,255,255,1) url(../images/Chevron_r2x.png) 97% center no-repeat;
	background-size: 7px;
}
.return-box ul li:last-child{
	border-bottom: none;
}
.return-dts{
	overflow:hidden;
}
.refund-type{
	margin: .2rem .22rem 0 .22rem;
	height:.7rem;
	background:rgba(255,255,255,1) url(../images/Chevron_r2x.png) 98% center no-repeat;
	background-size:.10rem;
	border-radius: 6px;
	position: relative;
}
.refund-type span{
	line-height:.7rem;
	padding-left: 10px;
	font-size:.28rem;
	color: #212121;
}
.refund-type input{
	float: right;
	margin-right: 30px;
	line-height:.7rem;
	vertical-align: top;
	border:none;
	outline: none;
	text-align: right;
	width: 80px;
}
.boxs{
	margin:.24rem .22rem 0 .22rem;
	background:rgba(255,255,255,1);
	border-radius: 6px;
}
.money-list li{
	margin:0 10px;
	border-bottom:1px solid rgba(230,230,230,1);
	padding-top: .35rem;
}
.money-list li:last-child{
	border-bottom: 1px solid #fff;
}
.money-list li .refund-money label{
	font-size: .28rem;
	color: #212121;
}
.money-list li .refund-money .yen{
	color: #F1170D;
}
.money-list li .refund-money input{
	border:none;
	outline: none;
	font-size: .24rem;
	color: #F1170D;
}
.money-list li .notice{
	font-size: .22rem;
	color: #B6B6B6;
	margin-top: 5px;
	padding-bottom: 10px;
}
.money-list li .refund-reason input{
	border:none;
	outline: none;
	font-size:.28rem;
	color: #212121;
	width: 70%;
}
.money-list li .refund-reason{
	margin-bottom: 20px;
}
.boxs .up-imgs{
	font-size: .28rem;
	color:#212121;
	padding:11px 11px 0 11px;
}
.boxs .upload-box{
	margin:0 6px;
	height: 95px;
	padding-top:15px;
	overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
}
.boxs .upload-box div{
	display: inline-block;
	margin:0 5px;
	position: relative;
}
.boxs .upload-box .up-btn{
	width:94px;
	height:78px;
	background:rgba(255,255,255,1);
	border:1px dashed rgba(248,169,16,1);
	opacity:1;
	border-radius:6px;
	text-align:center;
	vertical-align: top;
}
.boxs .upload-box .up-btn img{
	margin-top: 10px;
	width: 26px;
}
.boxs .upload-box .up-btn p{
	font-size: 12px;
	color: #888;
	margin-top:0px;
}
.boxs .upload-box div.img{
	display: inline-block;
	width: 96px;
	height: 80px;
	vertical-align: top;
}
.boxs .upload-box video{
    width: 96px;
    height: 80px;
}
.boxs .upload-box .img img{
	display:inline-block;
	width: 96px;
	height: 80px;
	vertical-align: top;
}
.boxs .upload-box .del,.boxs .upload-box .del-video{
	display: inline-block;
	width:18px;
	height:18px;
	border-radius: 50%;
	background:rgba(182,182,182,.5);
	position: absolute;
	right: -8px;
	top: -8px;
	z-index: 9;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}
.refund-type .types{
	display: none;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 9;
	width: 124px;
	height: 96px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 12px rgba(0,0,0,0.15);
	box-sizing: border-box;
	padding:0 10px;
}
.refund-type .types p{
	font-size: 14px;
	color: #212121;
	text-align: center;
	height: 47px;
	line-height: 47px;
	border-bottom:1px solid rgba(230,230,230,1);
}
.refund-type .types p:last-child{
	border-bottom:none;
}
.refund-type .types p label{
	display: block;
	width: 100%;
	height: 100%;
}
.container-dts .refund-type .types input[type="radio"] {
	-webkit-appearance:none;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: url(../images/g_46.png) center no-repeat;
    background-size:cover;
	outline:none;
	border:none;
	vertical-align: middle;
	float: none;
	margin:0;
}
.container-dts .refund-type .types input[type="radio"]:checked {
    -webkit-appearance:none;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background:red;
    background-size:cover;
	outline:none;
	border:none;
}
.b-status.reason-btn input {
    float: right;
    margin-right: 30px;
    line-height:.7rem;
    vertical-align: top;
    border: none;
    outline: none;
    text-align: right;
    width:auto;
}
.b-status{
	margin:0 0 0 .2rem;
	height:.7rem;
	background:rgba(255,255,255,1) url(../images/Chevron_r2x.png) 98% center no-repeat;
	background-size:.10rem;
	position: relative;
	font-size: 0;
}
.b-status span{
	line-height: .7rem;
	padding-left:0px;
	font-size:.28rem;
	color: #212121;
}
.b-status input{
	font-size:.28rem;
	float: right;
	margin-right: .5rem;
	line-height:.7rem;
	vertical-align: top;
	border:none;
	outline: none;
	text-align: right;
	width: 1.5rem;
}
.b-status.good-status{
	border-bottom:1px solid rgba(230,230,230,1);
}
.good-status .goods-types{
	display: none;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 9;
	width: 124px;
	height: 96px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 12px rgba(0,0,0,0.15);
	box-sizing: border-box;
	padding:0 10px;
}
.container-dts .b-status .goods-types input[type="radio"] {
	-webkit-appearance:none;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: url(../images/g_46.png) center no-repeat;
    background-size:cover;
	outline:none;
	border:none;
	vertical-align: middle;
	float: none;
	margin:0;
}
.container-dts .b-status .goods-types input[type="radio"]:checked {
    -webkit-appearance:none;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background:red;
    background-size:cover;
	outline:none;
	border:none;
}
.b-status .goods-types p{
	font-size: 14px;
	color: #212121;
	text-align: center;
	height: 47px;
	line-height: 47px;
	border-bottom:1px solid rgba(230,230,230,1);
}
.b-status .goods-types p:last-child{
	border-bottom:none;
}
.b-status .goods-types p label{
	display: block;
	width: 100%;
	height: 100%;
}
/***我的收藏***/
.collect-list li{
	margin:.15rem .2rem 0 .2rem;
    box-sizing: border-box;
    min-height: 2.1rem;
    background:#fff;
    border-radius:6px;
    background-size: 100%;
    position: relative;
}
.collect-list.jiajia li{
	margin-top: 20px;
}
.collect-list.jiajia li,.off-section .collect-list.jiajia .item{
	height: 100px;
	min-height: 100px;
	overflow: hidden;
}
.off-section .collect-list.jiajia .select{
	height: 100px;
	line-height: 100px;
}
.off-section .collect-list.jiajia .item .pic{
	height: 100px;
	width: 100px;
}
.off-section .collect-list.jiajia .item .dts {
	margin-left: 120px;
}
#coup-content .collect-list .select{
	position: absolute;
	height:2.1rem;
	line-height:2.1rem;
	top: 0;
	left: -.65rem;
	z-index: 1;
	display: none;
}
#coup-content .collect-list .item{
	padding:0px;
}
#coup-content .collect-list .item .pic{
	float: left;
	width:2.1rem;
	height:2.1rem;
	display: block;
	border-radius: 6px;
	overflow:hidden;
	position: relative;
}
#coup-content .collect-list .item .pic .off{
	position: absolute;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	top: .2rem;
	left:.2rem;
	z-index: 9;
	background: rgba(0,0,0,.9);
}
#coup-content .collect-list .item .pic .off p{
	text-align: center;
	color: #fff;
	line-height: .4rem;
    font-size: .24rem;
}
#coup-content .collect-list .item .pic .off p.ch{
	width: 1rem;
	border-bottom: 1px solid #fff;
	margin:.5rem auto 0;
}
#coup-content .collect-list .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
#coup-content .collect-list .item .dts{
	margin-left:2.3rem;
	padding-right: .1rem;
    padding-bottom: 10px;
}
#coup-content .collect-list .item .dts .tags{
	margin-top: 5px;
}
#coup-content .collect-list .item .dts .p_name{
	padding-top:.1rem;
	line-height:.57rem;
	height:.57rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: .28rem;
}
.history_name{
	padding-top: 5px;
	line-height: 2;
	height: .8rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
#coup-content .collect-list .item .dts .p_name a,#coup-content .collect-list .item .dts .history_name a{
	font-size: .26rem;
	color: #212121;
}
#coup-content .collect-list .item .dts .p_size{
	font-size: .24rem;
	color: #888888;
	line-height: 1.5;
	margin-top: .1rem;
}
#coup-content .collect-list .item .dts .p_size span{
    font-size: .24rem;
}
#coup-content .collect-list .item .dts .p_money{
	margin-top: .05rem;
	font-size:.16rem;
	color: #F1170D;
}
#coup-content .collect-list .item .dts .tags span{
	font-size: 10px;
	color: #F1170D;
	border:1px solid #F1170D;
	padding:1px 3px 1px 3px;
	border-radius: 3px;
}
#coup-content .collect-list .item .dts .btns{
	text-align: right;
	vertical-align: top;
}
#coup-content .collect-list .item .dts .btns a{
	display:inline-block;
	margin-right: 10px;
}
#coup-content .collect-list .item .dts .btns a.addCart{
	margin-top: 3px;
}
#coup-content .collect-list .item .dts .btns a img{
	width: .43rem;
}
#coup-content .collect-list .item .dts .btns a.likes{
	vertical-align: top;
	display: inline-block;
	height:.4rem;
	line-height:.4rem;
	border:1px solid rgba(182,182,182,1);
	border-radius:.4rem;
	padding:.05rem .3rem 0px .3rem;
	color: #888888;
	box-sizing: content-box;
}
#coup-content .collect-list .item .dts .btns a.buy{
	vertical-align: top;
	display: inline-block;
	height:.45rem;
	line-height:.45rem;
	border-radius:.45rem;
	padding:0 .3rem;
	color: #fff;
	background: #F1170D;
	border:1px solid #F1170D;
}
.market-goods{
	width: 100%;
	height: 50px;
}
.market-goods a{
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding:0 15px;
	background:#fff;
	border-radius: 23px;
	font-size: 12px;
	color: #212121;
	margin:15px 0 0 12px;
}
.market-goods a.active{
	color: #F1170D;
}
.sorts{
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 89px;
	left: 0;
	z-index: 99;
	border-top: 1px solid rgba(230,230,230,1);
	display: none;
}
.sorts a{
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding:0 15px;
	background:rgba(246,246,246,1);
	border-radius: 23px;
	font-size: 12px;
	color: #212121;
	margin:15px 0 0 12px;
}
.sorts a.active{
	color: #F1170D;
}

.shops-list>li{
	margin:.2rem .24rem 0 .24rem;
    box-sizing: border-box;
    min-height: 1.8rem;
    background:#fff;
    border-radius:6px;
    background-size: 100%;
    position: relative;
}
#coup-content .shops-list .select{
	position: absolute;
	height: 1.8rem;
	line-height:1.8rem;
	top: 0;
	left: -.65rem;
	z-index: 1;
	display: none;
}
#coup-content .shops-list .shop-item .shop-pic{
	width: 1.2rem;
	height:1.2rem;
	float: left;
	margin:.3rem 0 .3rem .2rem;
}
#coup-content .shops-list .shop-item .shop-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
#coup-content .shops-list .shop-item .shop-name{
	position: relative;
	margin-left: 1.6rem;
	padding-top: .3rem;
}
#coup-content .shops-list .shop-item .shop-name .opera-btn{
	position: absolute;
	top:40px;
	right:10px;
	z-index: 9;
}
#coup-content .shops-list .shop-item .shop-name .opera-btn.active{
	right:160px;
	top: 60px;
}
#coup-content .shops-list .shop-item .shop-name .name{
	font-size: .28rem;
	color: #212121;
}
#coup-content .shops-list .shop-item .shop-name .follow{
	font-size: .2rem;
	color: #888888;
	margin-top:.1rem;
}
.shops-list .btn-atten{
	position: absolute;
	right:-200px;
	top: 0;
	z-index: 9;
	font-size: 0;
}
.shops-list .btn-atten button{
	border:none;
	font-size: 12px;
	color: #fff;
	height: 90px;
	padding:0 5px;
	background:rgba(248,169,16,1);
}
.shops-list .btn-atten button.cancle-atten{
	background: #F1170D;
	border-radius: 0 6px 6px 0;
}
.shops-list .layui-rate{
	padding-top: 5px;
}
.shops-list .layui-rate li i.layui-icon{
	font-size: 16px;
}




.shops-like>li{
	margin-top:10px;
    box-sizing: border-box;
    min-height: 90px;
    background:#fff;
    border-radius:6px;
    background-size: 100%;
    position: relative;
}
.shops-like .shop-item .shop-pic{
	width: 60px;
	height: 60px;
	float: left;
	margin:15px 0 15px 10px;
}
.shops-like .shop-item .shop-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.shops-like .shop-item .shop-name{
	margin-left: 80px;
	padding-top: 14px;
}
.shops-like .shop-item .shop-name>i{
	float: right;
	margin-right: 10px;
}
.shops-like .shop-item .shop-name .name{
	font-size: 14px;
	color: #212121;
}
.shops-like .shop-item .shop-name .follow{
	font-size: 10px;
	color: #888888;
	margin-top: 5px;
}
.shops-like .layui-rate{
	margin-top: 5px;
	padding-top: 0;
}
.shops-like .layui-rate li i.layui-icon {
    font-size: 16px;
}
.sorts-goods{
	display: block;
}
.coupons-box .date{
	border-bottom: 1px solid rgba(230,230,230,1);
	margin:.15rem .24rem 0 .24rem;
	font-size: .28rem;
	color:#212121;
	height: .3rem;
}
.coupons-box .date span{
	display: inline-block;
	height: 21px;
	background:rgba(246,246,246,1);
	padding-right: 5px;
}
.coupons-box .date .group-select{
	margin-left: -36px;
}
.coupons-box .date input[type="checkbox"] {
	-webkit-appearance:none;
	border:none;
	outline:none;
	width: 29px;
	height: 29px;
	background:url(../images/gg_46.png) center no-repeat;
	background-size:29px;
	vertical-align: middle;
}
.coupons-box .date input[type="checkbox"]:checked {
    -webkit-appearance:none;
	border:none;
	outline:none;
	width: 29px;
	height: 29px;
	background:url(../images/gg_47.png) center no-repeat;
	background-size:29px;
	vertical-align: middle;
}
/**个人中心**/

.container-person .personal-header.proseckill-header{
	height: auto;
	background: #fff;
	background-size: 100% 100%;
	color: #212121;
	margin-bottom: .2rem;
	height: .7rem;
    min-height: auto;
}
.container-person .personal-header.proseckill-header .search-box{
	line-height: .7rem;
	margin:0 100px;
	color: #fff;
}
.container-person .personal-header{
	min-height: 3.3rem;
	/*background: url(../images/cover_2.png) top center no-repeat;*/
	/*background-size: 100% 100%;*/
	position: static;
}
.personal-header .tools{
	padding-top: .3rem;
	text-align: right;
}
.personal-header .tools a{
	margin-right: 12px;
}
.personal-header .tools a img{
	width: .4rem;
}
.personal-header .personal-dts{
	margin:.05rem .2rem 0 .2rem;
	height: 1rem;
}
.personal-header .personal-dts .pic{
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	overflow:hidden;
	float: left;
}
.personal-header .personal-dts .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.personal-header .personal-dts .phone{
	font-size:.28rem;
	color: #212121;
	margin-left: 1.2rem;
	padding-top: .1rem;
}
.personal-header .personal-dts .nick{
	margin-left:.2rem;
	margin-top:.1rem;
	font-size:.26rem;
	color: #212121;
    max-width: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
/*会员等级  内部会员样式开始*/
.personal-header .personal-dts .level{
    display: flex;
}
.personal-header .personal-dts .level span{
    margin-right: 8px;
    font-size: 0.24rem;<h1>领券中心</h1>
    font-family: PingFang SC;
    font-weight: 400;
    color: #212121;
    opacity: 1;
}
.personal-header .personal-dts .level img{
    width: .34rem;
    height: 0.28rem;
    margin-left: .1rem;
}
.personal-header .personal-dts .level .user-level{
    min-width: 1.6rem;
    height: 0.4rem;
    line-height: .4rem;
    margin-top: .1rem;
    background: #FEE3C5;
    /*box-shadow: 0px .04rem .04rem #F1170D;*/
    opacity: 1;
    border-radius: .6rem;
    padding: .02rem .04rem;
    margin-left: .16rem;
}
.personal-header .personal-dts .level .user-level-nb{
    min-width: 1.6rem;
	max-width: 2rem;
    height: 0.4rem;
    line-height: .4rem;
    margin-top: .05rem;
    /*box-shadow: 0px .04rem .04rem #F1170D;*/
    opacity: 1;
    border-radius: .6rem;
    padding: .02rem .04rem;
    margin-left: .16rem;
    background: linear-gradient(90deg, #FFEBC0 0%, #FFC479 100%);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*会员等级  内部会员样式结束*/
.personal-header .personal-scores{
	margin:.3rem .2rem;
    height: auto;
    overflow-y: hidden;
    background: #fff;
    border-radius: 6px;
    position: relative;
}
.personal-header .personal-scores ul{
    margin-top: 15px;
}
.personal-header .personal-scores ul li{
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #212121;
}
.personal-header .personal-scores ul li p{
	font-size: .28rem;
}
.personal-header .personal-scores ul li p img{
    height: .35rem;
    margin-top: -4px;
}
.personal-header .personal-scores ul li p.score{
	font-size: .32rem;
	color: #212121;
	font-weight: 900;
	margin-bottom: 1px;
	margin-top: .1rem;
}
.boxs .order-title{
	padding:0 .2rem;
	line-height: .7rem;
	border-bottom: 1px solid #E6E6E6;
	font-size:.26rem;
	color: #212121;
}
.boxs .order-title a{
	color: #888;
	font-size:.24rem;
	float: right;
	line-height: .7rem;
}
.boxs .order-title a img{
	vertical-align: middle;
	width: 7px;
	margin-top: -3px;
}
.boxs .order-tabs{
	margin-top: .3rem;
	height: 1rem;
}
.boxs .order-tabs ul li{
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	font-size: .24rem;
	color: #212121;
}
.boxs .order-tabs ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #212121;
	margin-top: 3px;
}
.boxs .order-tabs ul li .pic{
	width: .46rem;
	height: .5rem;
	margin:0 auto;
	position: relative;
}
.boxs .order-tabs ul li .num{
	background: #fff;
	display: inline-block;
	width: .26rem;
	height: .26rem;
	border-radius: 50%;
	border:1px solid #F1170D;
    background: #F1170D;
	position: absolute;
	top: -.05rem;
	right:-.09rem;
	z-index: 9;
	text-align: center;
	line-height:.26rem;
	font-size: .2rem;
	color: #fff;
}
.boxs .order-tabs ul li img{
	height:.5rem;
}
.boxs .order-logis{
	box-sizing: border-box;
	padding:.1rem;
	margin:.1rem .1rem 0 .1rem;
	height:1rem;
	background:rgba(246,246,246,1);
	border-radius:.12rem;
	overflow:hidden;
}
.pabot-15{
	padding-bottom: .3rem;
}
.boxs .order-logis .pic{
	float: left;
	width:.8rem;
	height: .8rem;
	border-radius: 3px;
	overflow:hidden;
}
.boxs .order-logis .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.boxs .order-logis .status{
	margin-left: 1rem;
	font-size: .24rem;
	color: #F1170D;
	line-height:.3rem;
}
.boxs .order-logis .status img{
	height: .2rem;
	vertical-align: middle;
}
.boxs .order-logis .dts{
	margin-left: 1rem;
	height: .4rem;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	font-size: .24rem;
	color: #888888;
	margin-top: 5px;
}
.boxs .order-logis .status .date{
	float: right;
	color: #888;
	font-size: .24rem;
}
.boxs .tool-list{
	margin-top: 15px;
}
.boxs .tool-list li{
	width: 25%;
	float: left;
	margin-bottom: .46rem;
	text-align:center;
	font-size: 12px;
	color: #212121;
}
.boxs .tool-list li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #212121;
}
.boxs .tool-list li a img{
	width: .6rem;
	height: .6rem;
}
.boxs .tool-list li p{
	margin-top: 5px;
}
.boxs.tool-box{
	height: auto;
	overflow: hidden;
}
.layer-logis{
	margin:20px;
	background: #fff;
	border-radius: 6px;
}
/**消息中心**/
.message-tabs{
	margin:.1rem .22rem .1rem .22rem;
	height:2rem;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 8px rgba(0,0,0,0.09);
	opacity:1;
	border-radius:6px;
}
.container-msg{
	background: #fff;
	margin-bottom:0px;
	height: auto;
	overflow: hidden;
}
.message-tabs ul li{
	float: left;
	height: 1.2rem;
	width: 50%;
	margin-top: 22px;
}
.message-tabs ul li a{
	display:block;
	height: 1.2rem;
	border-right: 1px solid #E6E6E6;
	line-height: 1.2rem;
	text-align:center;
	font-size: .28rem;
	color: #212121;
	vertical-align: middle;
}
.message-tabs ul li a img{
	margin-right: .1rem;
	width:.9rem;
	vertical-align: middle;
}
.message-tabs ul li:last-child a{
	border-right:none;
}
.msg-list ul li{
	height: .9rem;
	padding-bottom:.2rem;
	margin-top:.2rem;
	border-bottom:1px solid rgba(230,230,230,1);
}
.msg-list ul li .pic{
	width:.9rem;
	height:.9rem;
	float: left;
}
.msg-list ul li .pic img{
	display: block;
	width:.9rem;
	height:.9rem;
}
.msg-list ul li .name{
	padding-top: 5px;
	margin-left: 1rem;
	font-size:.28rem;
	color: #212121;
}
.msg-list ul li .time{
	float: right;
	font-size:.24rem;
	color: #888888;
}
.msg-list ul li .dts{
	font-size:.24rem;
	color: #888;
	margin-left:1rem;
	margin-top:.1rem;
	height:.4rem;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.msg-list ul li .dts img{
	width: .4rem;
	max-height: .4rem;
}
.msg-list ul li:last-child{
	border-bottom:none;
}
.logis-msg{
	padding:.2rem;
    box-sizing: border-box;
}
.logis-msg ul li{
	margin-top: .3rem;
}
.logis-msg .date{
	text-align:center;
	font-size: .2rem;
	color: #fff;
}
.logis-msg .date span{
	display: inline-block;
	height: .4rem;
	line-height: .4rem;
	border-radius: 6px;
	padding:0 .2rem;
	background: #D2D2D2;
}
.logis-msg .logis-item{
	background:rgba(255,255,255,1);
	border-radius:6px;
	margin-top: .2rem;
	padding-bottom: .3rem;
}
.logis-msg .logis-item .title{
	margin:0 .24rem;
	border-bottom: 1px solid #E6E6E6;
	height: .8rem;
	line-height:.8rem;
}
.logis-msg .logis-item .title a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: .28rem;
	color: #212121;
}
.logis-msg .logis-item .title img{
	width:.15rem;
	float: right;
	line-height:.8rem;
	margin-top: .3rem;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);
}
.logis-msg .logis-item h3{
	font-size: .32rem;
	color: #212121;
	font-weight: 900;
	margin:.3rem .2rem;
}
.logis-msg .logis-item .logis-good{
	height: 1.2rem;
	background: #F6F6F6;
	margin:0 .2rem;
	border-radius:6px;
}

.logis-msg .logis-item .logis-good .pic{
	width: 1.2rem;
	height:1.2rem;
	border-radius:6px;
	float: left;
}
.logis-msg .logis-item .logis-good .pic img{
	display: block;
	width: 1.2rem;
	height:1.2rem;
}
.logis-msg .logis-item .logis-good .name{
	padding-top: .2rem;
	margin-left:1.4rem;
	font-size: .28rem;
	color: #888;
	padding-right:.2rem;
	height:.4rem;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.logis-msg .logis-item .logis-good .dts{
	font-size: .28rem;
	color: #888;
	margin-left: 1.4rem;
	padding-right: .2rem;
	margin-top: .1rem;
	height: .4rem;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.logis-msg .logis-item .logis-good .goods{
	margin-left:1.4rem;
	padding-right:.2rem;
	padding-top: .2rem;
	font-size: .28rem;
	color: #888;
	line-height: .4rem;
	height:1rem;
	overflow:hidden;
}
.container-dts .to-shop{
	display: inline-block;
	float: right;
	width:1rem;
	height:.4rem;
	line-height:.4rem;
	text-align: center;
	background:rgba(241,23,13,1);
	border-radius:.35rem;
	color: #fff;
	margin-top:.15rem;
	font-size: .28rem;
}
.msg-box{
	width: 100%;
	height:.9rem;
	background: #fff;
	position: fixed;
	left: 0;
	bottom:0;
	z-index: 9;
	box-shadow:0px 3px 8px rgba(33,33,33,0.2);
}
.msg-box .msg-top{
	margin:0 .15rem;
	height: .8rem;
	box-sizing: border-box;
	padding-top:.12rem;
}
.msg-box .msg-top .msg-input{
	box-sizing: border-box;
	width: 100%;
	padding-right: 1rem;
	height:.7rem;
	position: relative;
	float: left;
}
.msg-box .msg-top .msg-input input{
	display: block;
	height: .65rem;
	outline: none;
	border:none;
	background:rgba(245,245,245,1);
	border-radius:.35rem;
	font-size:.26rem;
	color: #212121;
	text-indent:.3rem;
	padding-right: .8rem;
	box-sizing: border-box;
}
.msg-box .msg-top .msg-input button{
	width: .45rem;
	height: .45rem;
	position: absolute;
	right: 1.1rem;
	top:.1rem;
	background:url(../images/emoj.png) center no-repeat;
	background-size: .45rem;
	border:none;
	outline: none;
	border-radius: 50%;
}
.msg-box .msg-top .add{
	position: relative;
	display: inline-block;
	width:.5rem;
	height:.5rem;
	background:rgba(241,23,13,1);
	box-shadow:0px 2px 4px rgba(241,23,13,0.24);
	border-radius:50%;
	float: right;
	margin-top: -.6rem;
	text-align: center;
	line-height: .5rem;
	color: #fff;
	font-size: .28rem;
	vertical-align: middle;
	z-index: 9;
}
.msg-box .msg-top .add img{
	vertical-align: middle;
	transition: all .1s;
}
.msg-box .msg-top .add.open img{
	transform:rotate(45deg);
	transition: all .1s;
}
.msg-box .msg-top .add i{
	margin-top: 2px;
}
.msg-box .msg-top .sent{
	position: relative;
	display: none;
	padding: 0 .15rem;
	height:.5rem;
	background:rgba(241,23,13,1);
	box-shadow:0px 2px 4px rgba(241,23,13,0.24);
	border-radius:.5rem;
	float: right;
	margin-top: -.6rem;
	text-align: center;
	line-height: .5rem;
	color: #fff;
	font-size: .28rem;
	vertical-align: middle;
	z-index: 999;
}
.msg-box .msg-adds{
	margin:0 12px;
}
.msg-box .msg-adds ul li{
	float: left;
	width: 20%;
	text-align: center;
	margin-top: .2rem;
}
.msg-box .msg-adds ul li a{
	display:block;
	width:1rem;
	height:1rem;
	text-align: center;
	line-height:1rem!important;
	margin:0 auto;
	background:rgba(246,246,246,1);
}
.msg-box .msg-adds ul li img{
	height:.5rem;
	vertical-align: middle;
}
.msg-box .msg-adds ul li p{
	font-size:.24rem;
	color: #212121;
	margin-top:.1rem;
}
.service-comment{
	height: 5rem;
	width: 100%;
	position: fixed;
	bottom: -5rem;
	left: 0;
	z-index: 99;
	background: #fff;
	border-radius:6px 6px 0px 0px;
	z-index: 99999;
}
.service-comment .title{
	font-size:.28rem;
	color: #212121;
	text-align: center;
	margin:.2rem 0 0 0;
}
.service-comment .rate-box{
	margin-top: 60px;
	text-align: center;
}
.service-comment .rate-box .layui-rate li i.layui-icon{
	font-size:.4rem;
}
.service-comment .ser-btn{
	display: block;
	width: 96%;
	margin:0 auto;
	background-color: #F1170D;
	color: #fff;
	font-size: .3rem;
	line-height:.55rem;
	padding: 0;
	border: 0;
	border-radius:.5rem;
	box-shadow: 0px 3px 6px rgba(241,23,13,0.23);
	letter-spacing: 1px;
	position: absolute;
	left: 2%;
	bottom:.2rem;
	z-index: 9;
}
.service-comment .close{
	position: absolute;
    right: 0px;
    top: 0px;
    width: .7rem;
    height:.7rem;
    text-align: center;
    line-height: .8rem;
    z-index: 9;
}
.service-comment .close img{
	width: .3rem;
	vertical-align: middle;
}
.search-order{
	height: 450px;
	width: 100%;
	position: fixed;
	bottom: -450px;
	left: 0;
	z-index: 99999;
	background: #fff;
	border-radius:6px 6px 0px 0px;
}
.search-order .title{
	font-size: 14px;
	color: #212121;
	text-align: center;
	margin:11px 0 0 0;
}
.search-order .close{
	position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.search-order .close img{
	width: 17px;
	vertical-align: middle;
}
.search-order .ipt-box{
	margin:0 12px;
	height: 34px;
	margin-top: 15px;
}
.search-order .ipt-box button{
	outline: none;
	border:none;
	font-size: 14px;
	line-height: 34px;
	color: #212121;
	background: transparent;
	float: right;
}
.search-order .ipt-box input{
	width: 89%;
	outline: none;
	border:none;
	height: 34px;
	background:rgba(246,246,246,1);
	border-radius:17px;
	text-indent: 15px;
}
.search-order .list{
	border-top: 1px solid #E6E6E6;
	margin-top: 16px;
	height: 350px;
	overflow-y: auto;
}
.search-order .list li .top{
	font-size: 14px;
	color: #212121;
	line-height: 20px;
	margin:12px;
}
.search-order .list li .top .status{
	float: right;
}
.search-order .list li .top .status.red{
	color: #F1170D;
}
.search-order .list li .bot{
	margin:12px;
	height: 68px;
}
.search-order .list li .bot .pic{
	display: block;
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 6px;
}
.search-order .list li .bot .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.search-order .list li .bot .name{
	font-size: 14px;
	color: #212121;
	line-height: 20px;
	margin-left: 78px;
	margin-top: 5px;
}
.search-order .list li .bot .price{
	font-size: 14px;
	color: #F1170D;
	line-height: 20px;
	margin-left: 78px;
	margin-top: 5px;
}
.search-order .list li{
	border-bottom: 1px solid #E6E6E6;
}
.search-order .list .bottom-line{
	background: url(../images/line_gray.png) center repeat-x;
	margin:12px;
	text-align: center;
	font-size: 14px;
	color: #212121;
}
.search-order .list .bottom-line span{
	padding:0 15px;
	background: #fff;
}
.no-list{
	margin:45px 0;
	text-align: center;
}
.no-list img{
	width:2rem;
}
.no-list p{
	font-size: .28rem;
	color: #212121;
	margin-top: .3rem;
}
.loading{
	text-align: center;
	padding:.3rem;
	clear: both;
	margin-bottom: 1rem;
}
.test{
	height: 200px;
	margin:12px;
	background: #f1f1f1;
}
.dialog-box{
	height:auto;
	overflow:hidden;
}
.dialog-box .mine{
	width: 90%;
	float: right;
	margin:.3rem .24rem 0 0;
}
.dialog-box .mine .pic{
	float: right;
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	margin-top:.2rem;
	overflow:hidden;
}
.dialog-box .mine .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.dialog-box .mine .goods-dts{
	width: 170px;
	height:auto;
	float: right;
	background: #fff;
	margin-right: 10px;
	border-radius: 6px;
	overflow:hidden;
}
.dialog-box .mine .goods-dts .goods-pic{
	display:block;
}
.dialog-box .mine .goods-dts .goods-pic img{
	display: block;
	width: 100%;
}
.dialog-box .mine .goods-dts .name{
	padding:2px 10px;
	font-size: 14px;
	color: #212121;
	line-height: 20px;
}
.dialog-box .mine .goods-dts .size{
	padding:0 10px;
	font-size: 10px;
	color: #888;
	line-height: 20px;
}
.dialog-box .mine .goods-dts .money{
	padding:5px 10px;
	font-size: 10px;
	color: #F1170D;
	line-height: 20px;
}
.dialog-box .mine .goods-dts .money big{
	font-size: 16px;
}
.dialog-box .mine .goods-dts .sent-links{
	display: block;
	margin:5px 12px 0 12px;
	border-top: 1px solid #E6E6E6;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #F1170D;
	vertical-align: middle;
}
.dialog-box .mine .goods-dts .sent-links i{
	font-size: 20px;
	vertical-align: middle;
	margin-top: -2px;
}
.dialog-box .status{
	text-align:center;
	font-size: .2rem;
	color: #fff;
	padding:.4rem 0 .1rem 0;
}
.dialog-box .status span{
	margin:.2rem 0;
	padding:.1rem .5rem;
	border-radius:.3rem;
	background: rgba(0,0,0,.15);
	font-size:.24rem;
}
.dialog-box .reply-box{
	width: 90%;
	float: left;
	margin:.3rem 0 0 .24rem;
}
.dialog-box .reply-box .name{
	font-size: .24rem;
	color: #B6B6B6;
}
.dialog-box .reply-box .pic{
	float: left;
	display: block;
	width: .8rem;
	height:.8rem;
	border-radius: 50%;
	margin-top: .2rem;
	overflow:hidden;
}
.dialog-box .reply-box .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.dialog-box .reply-box .dts{
	float: left;
	width: auto;
	max-width: 75%;
	margin-left:.2rem;
	margin-top: .2rem;
	background: #fff;
	border-radius: 6px;
	padding:.2rem;
	font-size: .26rem;
	color: #212121;
	line-height:.35rem;
}
.dialog-box .reply-box .dts img{
	min-width: .4rem;
	min-height: .4rem;
}
.dialog-box .commt{
	text-align:center;
	font-size: 11px;
	color: #B6B6B6;
	padding:20px 0 5px 0;
}
.dialog-box .mine .dts{
	float: right;
	width: auto;
	max-width: 75%;
	margin-right:.24rem;
	margin-top:.2rem;
	background: #fff;
	border-radius: .12rem;
	padding:.2rem;
	font-size:.26rem;
	color: #212121;
	line-height:.35rem;
}
.dialog-box .mine .dts img{
	min-width: .4rem;
	min-height: .4rem;
	max-width: 100%;
	max-height: 500px;
}
.dialog-box .mine .dts-pic{
	width:3rem;
	float: right;
	margin-right: .2rem;
}
.dialog-box .mine .dts-pic img{
	display: block;
	max-width: 100%;
	max-height: 400px;
	float: right;
}
.like-pro{
}
.like-pro li{
	width:48.5%;
	height: 6.2rem;
	background: #fff;
	border-radius: 5px;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
}
.like-pro li:nth-child(2n){
	margin-right: 0;
}
.like-pro li .pic{
	display: block;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	border-radius: 5px 5px 0 0;
	overflow:hidden;
	text-align: center;
}
.like-pro li .pic img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.like-pro li .tags{
	margin-top: 5px;
}
.like-pro li .tags span{
	font-size: 10px;
	color: #F1170D;
	border:1px solid #F1170D;
	padding:3px 3px 1px 3px;
	border-radius: 3px;
}
.like-pro li .name{
	width: 100%;
	line-height:.35rem;
	overflow:hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size: .24rem;
	color: #212121;
	margin-top: 3px;
}
.like-pro li .bot{
	margin:0 10px;
}
.like-pro li .size{
	font-size:.2rem;
	color: #888888;
	margin-top:2px;
}
.like-pro li .price{
	font-size: 0;
	margin-top: 5px;
}
.like-pro li .price span{
	display: inline-block;
	/*width: 50%;*/
	font-size: .24rem;
	color: #F1170D;
}
.like-pro li .price span big{
	font-weight: 900;
}
.like-pro li .price span.paid{
	color: #888;
	padding-left: 5px;
}
.like-pro li .dts{
	font-size: 0;
	margin-top: 6px;
}
.like-pro li .dts span{
	display: inline-block;
	width: 45%;
	font-size: .2rem;
	color: #888;
}
.like-pro li .dts a{
	display: inline-block;
	width: 10%;
	font-size: .24rem;
	color: #888;
	text-align: right;
}
.like-pro li .dts a img{
	height:.06rem;
}
.btn-right .layui-layer-setwin{
	top: 33px;
	right: 33px;
	z-index: 999;
}
#preview video{
	width: 100%;
	height: 100%;
}
#preview .swiper-slide{
	min-height:100vh;
}
#preview img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.preview-box{
	display: none;
	width: 100vw;
	height: 100vh;
	background: #000;
}
.preview-box .page-box{
	position:absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.preview-box .swiper-container{
	width: 100%;
	height: 100%;
}
.preview-box .swiper-container .swiper-slide{
	width: 100%;
	position: relative;
}
.preview-box .swiper-container .swiper-slide video{
	margin-top: 44px;
}
.preview-box .swiper-container .swiper-slide img{
	display: block;
	width: 100%;
	max-height: 80%;
	position: absolute;
	left: 0;
	right:0;
	top: 0;
	bottom:0;
	z-index: 9;
	margin:auto;
	margin-top:44px;
}
.preview-box .page-box .closeImg{
	display:block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 40px;
	text-align: center;
	line-height: 44px;
	height: 44px;
}
.preview-box .page-box .closeImg img{
	height: 100%;
}
/****20200527评价新增-标签选择****/
.comt-tags{
	margin-top: 5px;
}
.comt-tags li{
	margin-top: 5px;
	display: inline-block;
	height: 22px;
	line-height: 24px;
	padding:0 10px;
	background:rgba(246,246,246,1);
	border-radius:20px;
	font-size: 12px;
	color: #888;
}
.comt-tags li.on{
	color: #fff;
	background: #F1170D;
}
/*******订单详情按钮20200601*******/
.order-item .product-dts .btns{
	text-align: right;
	margin-top: 15px;
}
.order-item .product-dts .btns a{
    display: inline-block;
    width:auto;
    height:40px;
    /*border: 1px solid rgba(136,136,136,1);*/
    border-radius: 5px;
    text-align: center;
    line-height:40px;
    color: #212121;
    font-size:.3rem;
    margin: 9px 3px;
    background: #F5F5F5;
    padding: 0 10px;
}
#order-content .product-imgs{
	margin: 17px .2rem 0 .2rem;
    height: auto;
    overflow: hidden;
}
#order-content .product-imgs a{
	display: block;
	float: left;
	width: 1.45rem;
	height: 1.45rem;
	border-radius: 6px;
	overflow:hidden;
	margin-right: .3rem;
}
#order-content .product-imgs a img{
	display: block;
	width: 100%;
	height: 100%;
}
#order-content .product-imgs a:nth-child(4n){
	margin-right:0px;
}
/******20220325评价列表**********/
.comment-order{
    background: #fff;
    border-radius: .12rem;
    margin: 0 .24rem .2rem;
    padding: 0.14rem .2rem .2rem;
}
.comment-order-title{
    color: #212121;
    font-size: .28rem;
}
.comment-order-title i{
    color: #212121;
}
.comment-order-items{
    position: relative;
    margin-top: .2rem;
}
.comment-order-item{
    display: flex;
}
.comment-order-pic{
    width: 1.76rem;
    height: 1.76rem;
    border-radius: .12rem;
    overflow: hidden;
    object-fit: fill;
}
.comment-order-content{
    flex: 1;
    padding: .2rem;
}
.comment-order-content .prodts-name{
    font-size: .28rem;
}
.comment-order-content .prodts-specifi{
    font-size: .24rem;
    color: #888;
}
.comment-order-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}
.comment-order-footer-item .order_comment{
    font-size: .24rem;
    color: #f1170D;
    padding: .06rem .4rem;
    border-radius: .34rem;
    border: .02rem solid #f1170d;
}
/*******20200702团购*********/
.container-seckill{
    background: url("../images/seckill_bg.png") top center no-repeat;
    background-size: 100% auto;
}
.container-seckill .personal-header.proseckill-header{
    background: transparent!important;
}
.intro-top{
	width: 7.1rem;
	height: 3.4rem;
	background: #fff;
	margin:auto;
	border-radius: 8px;
	/*margin-top: -2.4rem;*/
	padding:0 10px;
	box-sizing: border-box;
	position: relative;
    overflow: hidden;
}
.intro-top .title{
	padding:13px 0;
	font-size: 16px;
	color: #212121;
}
.intro-top .title .tags{
	font-size: 10px;
	color: #F1170D;
	border:1px solid #F1170D;
	padding:0 3px;
	border-radius: 6px;
}
.intro-top .pic{
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 6px;
	overflow:hidden;
	float: left;
	margin:5px 0 0 0;
	margin-right: 15px;
}
.intro-top .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.intro-top .name{
	font-size: 14px;
	color: #212121;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intro-top .name a{
	color: #212121;
}
.intro-top .type{
	font-size: 14px;
	color: #F1170D;
	line-height: 20px;
}
.intro-top .price{
	font-size: 10px;
	color: #F1170D;
	margin-top: 10px;
}
.intro-top .price big{
	font-size: 18px;
	font-weight: 900;
}
.intro-top .old-price{
	font-size: 10px;
	color: #888;
}
.lines{
	text-decoration: line-through;
}
.intro-top .precent{
	width: 100px;
	height: 45px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: #F1170D;
	z-index: 9;
	border-radius: 4px;
}
.intro-top .precent .status{
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 3px;
}
.intro-top .precent .progress{
	padding:0 5px;
	font-size: 0;
	color: #fff;
	line-height: 20px;
	vertical-align: middle;
}
.intro-top .precent .progress .out{
	float: left;
	width: 53px;
	height: 3px;
	border-radius: 3px;
	background:rgba(255,255,255,.5);
	margin-top: 10px;
}
.intro-top .precent .progress .out .inner{
	height: 3px;
	border-radius: 3px;
	background:#fff;
}
.intro-top .precent .progress .pre{
	float: right;
	vertical-align: middle;
	font-size: 10px;
	margin-left: 2px;
}
.group-tab{
	margin:.2rem .2rem;
	border-radius: 8px;
	height:1.2rem;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	z-index: 0;
}
.group-tab ul{
	white-space: nowrap;
	font-size: 0;
}
.group-tab ul li{
	display: inline-block;
	height: 1.16rem;
	text-align: center;
	font-size:.26rem;
	color: #212121;
	padding:0 .15rem;
    margin-right: .1rem;
    border-radius: .16rem;
    vertical-align: top;
    position: relative;
}
.group-tab ul li.on .status{
    font-size: .24rem;
    padding:0 .5rem;
    border-radius: .2rem;
    margin-top: .2rem;
}
.group-tab ul li p{
	font-weight: 500;
    font-size: .2rem;
    color: #636363;
}
.group-tab ul li p.day{
    font-size: .3rem;
    color: #000;
    font-weight: 900;
}
.group-tab ul li .status{
	border-radius: 5px;
	padding:0 5px;
	font-size:.24rem;
    color: #636363;
}
.group-tab ul li.active{
    background: #fff;
}
.group-tab ul li.active .status{
	color: #fff;
	background: #F1170D;
    font-size: .24rem;
    padding: 0 0.5rem;
    border-radius: 0.2rem;
    margin-top: 0.2rem;
}
.group-tab ul li.active p{
	color:#F1170D;
    font-weight: 900;
}

/*.group-tab ul li.ready .status{*/
/*	color: #fff;*/
/*	background: #F8A910;*/
/*}*/
/*.group-tab ul li.ready p{*/
/*	color:#F8A910;*/
/*    font-weight: 900;*/
/*}*/

/*.group-tab ul li.over .status{*/
/*	color: #fff;*/
/*	background: #40B4F4;*/
/*}*/
/*.group-tab ul li.over p{*/
/*	color:#40B4F4;*/
/*    font-weight: 900;*/
/*}*/
.group-cont{
	margin:10px .2rem;
}

.group-item{
    position: relative;
	height: auto;
	overflow:hidden;
	background: #fff;
	border-radius: 6px;
	position: relative;
	margin-top:.2rem;
}
.group-item .procent{
    width: 4rem;
    height: .28rem;
    line-height: .28rem;
    vertical-align: middle;
    border-radius: .28rem;
    background: #FFEBF2;
    margin-left: 2.8rem;
    margin-top: .15rem;
    font-size: .2rem;
    color: #F1170D;
}
.group-item .depreciate{
    display: inline-block;
    height: 0.28rem;
    font-size: 0.2rem;
    border-radius:.06rem;
    border: 1px solid #F1170D;
    color: #F1170D;
    padding: 1px 2px;
    vertical-align: top;
    position: absolute;
    top: 1.2rem;
    left: 2.8rem;
    z-index: 1;
}
.group-item .count_num{
    position: absolute;
    top: 2.05rem;
    left: 2.8rem;
    z-index: 1;
    font-size: .2rem;
    color: #999;
}
.group-item .seckill2{
    position: absolute;
    top: 1.6rem;
    left: 2.8rem;
    z-index: 1;
}
.group-item .seckill3{
    position: absolute;
    top: 1.4rem;
    left: 2.75rem;
    z-index: 1;
}
.group-item .seckill2 .big,.group-item .seckill3 .big{
    font-size: .36rem;
    font-weight: 900;
}
.group-item .seckill2 .oldprice,.group-item .seckill3 .oldprice{
    font-size: .2rem;
    color: #999;
    margin-left: .1rem;
}
.group-item .procent .p-inner{
    display: inline-block;
    position: relative;
    height: .28rem;
    line-height: .28rem;
    border-radius: .28rem;
    background: #F1170D;
    font-size: .2rem;
    color: #fff;
    vertical-align: middle;
    text-align: right;
    box-sizing: border-box;
    padding-right: .3rem;
    margin-right: .1rem;
}
.group-item .procent .p-inner::after{
    content: ' ';
    width: .34rem;
    height: .34rem;
    position: absolute;
    top: -.04rem;
    right: 0;
    z-index: 9;
    background: url("../images/p-hot.png") center no-repeat;
    background-size: 100% 100%;
}
.group-item .toDetail{
    display: inline-block;
    width: 1.4rem;
    height: 0.6rem;
    background: #F1170D;
    box-shadow: 0rem 0.06rem 0.12rem 0.02rem rgba(241,23,13,0.16);
    border-radius: .3rem;
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    z-index: 1;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    font-weight: 900;
}
.group-item .toDetail.darkbtn{
    background: #E8E8E8;
    color: #999;
    box-shadow:none;
}
.group-item .remindbtn{
    display: inline-block;
    width: 1.4rem;
    height: 0.6rem;
    background: #2680EB;
    border:1px solid #2680EB;
    box-shadow: 0rem 0.04rem 0.16rem 0.02rem rgba(38,128,235,0.08);
    border-radius: .3rem;
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    z-index: 1;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    font-weight: 900;
}
.group-item .remindbtn.ifRemind{
    border:1px solid #2680EB;
    background: transparent;
    color: #2680EB;;
}
.group-item .pic{
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 6px;
	overflow:hidden;
	float: left;
	margin-right: 15px;
}
.group-item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.group-item .name{
	font-size: .28rem;
	color: #212121;
	line-height:.3rem;
    font-weight: 900;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    padding-top: .1rem;
}
.group-item .name a{
	color: #212121;
}
.group-item .type{
	font-size:.2rem;
	color: #F1170D;
	line-height:.25rem;
}
.group-item .price{
	font-size:.2rem;
	color: #F1170D;
	margin-top: 10px;
}
.group-item .price big{
	font-size: .24rem;
	font-weight: 900;
}
.group-item .old-price{
	font-size: .2rem;
	color: #888;
}
.group-item .precent{
	width: 1.6rem;
	height: .65rem;
	position: absolute;
	right: .2rem;
	bottom:.2rem;
	background: #F1170D;
	z-index: 9;
	border-radius: 4px;
}
.group-item .precent .status{
	font-size:.2rem;
	color: #fff;
	text-align: center;
	padding-top:.01rem;
}
.group-item .precent .progress{
	padding:0 3px;
	font-size: 0;
	color: #fff;
	line-height: 15px;
	vertical-align: middle;
}
.group-item .precent .progress .out{
	float: left;
	width: 43px;
	height: 3px;
	border-radius: 3px;
	background:rgba(255,255,255,.5);
	margin-top: 7px;
}
.group-item .precent .progress .out .inner{
	height: 3px;
	border-radius: 3px;
	background:#fff;
}
.group-item .precent .progress .pre{
	float: right;
	vertical-align: middle;
	font-size: 10px;
	margin-left: 2px;
}
.intro-top .precent.remind{
	background: #F8A910;
}
.intro-top .precent .progress .how{
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.group-item .precent.remind{
	background: #F8A910;
}
.group-item .precent .progress .how{
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.intro-top .precent.over{
	background: #40B4F4;
}
.intro-top .precent.over .status {
    line-height: 45px;
    font-size: 14px;
    padding:0;
}
.group-item .precent.over{
	background: #40B4F4;
}
.group-item .precent.over .status{
	font-size: 13px;
}
.group-item .precent .progress .how{
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.layui-extend-order .close-reason{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	width: 20px;
	height: 20px;
	overflow:hidden;
}
.layui-extend-order .close-reason img{
	display: block;
	width: 100%;
	height: 100%;
}
.remind-box{
	display: none;
	background: #fff;
	margin:auto;
	border-radius: 5px;
	position: relative;
}
.remind-box .close-reason{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	width: 20px;
	height: 20px;
	overflow:hidden;
}
.remind-box .close-reason img{
	display: block;
	width: 100%;
	height: 100%;
}
.remind-box .notice{
	font-size: 16px;
	color: #212121;
	text-align: center;
	line-height: 25px;
	padding:30px 0 15px 0;
}
.remind-box .phone-ipt{
	font-size: 14px;
	color: #212121;
	font-weight: 900;
	text-align: center;
}
.remind-box .phone-ipt input{
	width: 3rem;
	height: .6rem;
	border:1px solid #D2D2D2;
	outline:none;
	text-indent: 10px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}
.remind-box .to-order{
	text-align: center;
	font-size: 14px;
	color: #F1170D;
	height: 47px;
	line-height: 47px;
	border-top: 1px solid #E6E6E6;
	margin-top: 16px;
}



.remind-item{
	height: auto;
	overflow:hidden;
	background: #fff;
	border-radius: 6px;
	padding:10px;
	position: relative;
	margin-top: 10px;
}
.remind-item .pic{
	display: block;
	width: 1.68rem;
	height: 1.68rem;
	border-radius: 6px;
	overflow:hidden;
	float: left;
	margin:5px 0 0 0;
}
.remind-item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.remind-item .name{
	font-size: 14px;
	color: #212121;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.remind-item .name a{
	color: #212121;
}
.remind-item .type{
	font-size: .20rem;
	color: #F1170D;
	line-height:.4rem;
}
.remind-item .price{
	font-size: .18rem;
	color: #F1170D;
	margin:5px 0;
}
.remind-item .price big{
	font-size: .24rem;
	font-weight: 900;
}
.remind-item .old-price{
	font-size: 10px;
	color: #888;
}
.remind-item .time{
	font-size: .2rem;
	color: #212121;
	background:rgba(241,23,13,.05);
	border:1px solid rgba(241,23,13,1);
	border-radius:3px;
	line-height: .26rem;
	vertical-align: top;
	margin-top: .1rem;
	padding:0 3px;
}
.remind-item .dts{
	margin-left: 1.9rem;
	/*height:1.9rem;*/
}
.no-lists{
	text-align: center;
	margin-top: 34px;
}
.no-lists>img{
	width: 104px;
}
.no-lists .p1{
	font-size:14px;
	font-weight:400;
	color:rgba(33,33,33,1);
	margin-top: 26px;
}
.no-lists .p2{
	font-size:12px;
	font-weight:400;
	color:rgba(136,136,136,1);
	margin-top: 4px;
}
.no-lists .to-more{
	display: block;
	width:86px;
	height:28px;
	border:1px solid rgba(241,23,13,1);
	border-radius:17px;
	margin:0 auto;
	color: #F1170D;
	line-height: 28px;
	margin-top: 15px;
}
/***满减***/
.to-cartBox{
	width: 100%;
	height:.8rem;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}
.to-cartBox .cartBtn{
	display: block;
	float: right;
	border:none;
	outline: none;
	width:1.8rem;
	height:.55rem;
	background:rgba(241,23,13,1);
	box-shadow:0px 3px 6px rgba(241,23,13,0.23);
	opacity:1;
	border-radius:.45rem;
	font-size:.26rem;
	color: #fff;
	margin:.13rem .1rem 0 0;
	text-align: center;
	line-height:.55rem;
	margin-left:.2rem;
}
.to-cartBox p{
	text-align: right;
	font-size:.24rem;
	color: #212121;
	line-height:.24rem;
}
.to-cartBox .little{
    margin-top: .1rem;
    margin-bottom: .1rem;
}
.to-cartBox .total{
	margin-top:.02rem;
}
.to-cartBox .total .price,.to-cartBox .total .price big{
	font-size:.22rem;
	color: #F1170D;
	font-weight: 900;
}
#coup-content .collect-list .item .dts .btns a.addBtn{
    position: absolute;
    right: 0;
    bottom: 10px;
	display: inline-block;
	width: .4rem;
	height:.4rem;
	background: url(../images/gg_203.png) top center no-repeat;
	background-size:cover;
    z-index: 9;
}
#coup-content .collect-list .item .dts .btns a.addBtn.active{
	background: url(../images/gg_2033.png) top center no-repeat;
	background-size:cover;
}




/**满减**/

.off-section .collect-list .select{
	width: 35px;
	height: 113px;
	line-height: 120px;
	float: left;
}
.off-section .collect-list .item{
	margin-left: 35px;
	background: #fff;
    border-radius: 6px;
    background-size: 100%;
    height: 125px;
}
.off-section .collect-list .item .pic{
	float: left;
	width: 125px;
	height: 125px;
	display: block;
	border-radius: 6px;
	overflow:hidden;
}
.off-section .collect-list .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.off-section .collect-list .item .dts{
	margin-left: 145px;
}
.off-section .collect-list .item .dts .tags{
	margin-top: 5px;
}
.off-section .collect-list .item .dts .p_name{
	padding-top: 5px;
	line-height: 1.5;
}
.off-section .collect-list .item .dts .p_name a{
	font-size: 14px;
	color: #212121;
}
.off-section .collect-list .item .dts .p_size{
	font-size: 10px;
	color: #888888;
	line-height: 1;
}
.off-section .collect-list .item .dts .p_money{
	margin-top: 10px;
	font-size: 10px;
	color: #F1170D;
}
.off-section .collect-list .item .dts .tags span{
	font-size: 10px;
	color: #F1170D;
	border:1px solid #F1170D;
	padding:3px 3px 1px 3px;
	border-radius: 3px;
}
.off-section .collect-list .item .dts .btns{
	margin-top: 5px;
	text-align: right;
}
.off-section .collect-list .item .dts .btns a{
	margin-right: 10px;
}
.off-section .collect-list .item .dts .btns a.addBtn{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/gg_203.png) top center no-repeat;
	background-size:cover;
}
.off-section .collect-list li{
	background: transparent;
}
.to-cartBox input[type="checkbox"],.container-market input[type="checkbox"] {
	-webkit-appearance:none;
	border:none;
	outline:none;
	width: 29px;
	height: 29px;
	background:url(../images/gg_46.png) center no-repeat;
	background-size:29px;
	vertical-align: middle;
}
.to-cartBox input[type="checkbox"]:checked,.container-market input[type="checkbox"]:checked{
    -webkit-appearance:none;
	outline:none;
	border:none;
	width: 29px;
	height: 29px;
	background: url(../images/gg_47.png) center no-repeat;
	background-size:29px;
}
.to-cartBox .all{
	position: absolute;
	left: 13px;
	top: 28px;
	z-index: 9;
}
.padd20{
	padding-top: 20px;
}
.fontWt{
	font-weight: 700;
}
.nopadd{
	padding:0px!important;
	background: transparent;
}
.intro-top .bannerimg{
	display: block;
	width: 7.1rem!important;
	border-radius: 8px;
	margin:0!important;
}
.intro-top .swiper-pagination-bullet{
	width: 25px;
	height: 4px;
	border-radius: 4px;
	background: rgba(255,255,255,.3);
	opacity: 1;
}
.intro-top .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:rgba(0,0,0,.6);
}

.header-right-set {
	position: fixed;
	width: 124px;
	top: 40px;
	right: 20px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	z-index: 99999;
	display: none;
}

.header-right-set ul {
	padding: 0 10px;
}

.header-right-set li {
	padding-left: 15px;
	line-height: 50px;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
	position: relative;
}
.header-right-set li p{
	display:none;
}
.header-right-set li:last-child{
	border-bottom: none;
}
.header-right-set li a{
	display: block;
	color:#222;
	width: 100%;
	height: 100%;
}
.header-right-set li img {
	vertical-align: middle;
	margin-right: 3px;
	width: 14px;
	height: 14px;
	margin-top:-3px;
}
.messageNumber,.toomore {
	height: 13px;
	position: absolute;
	top: 10px;
	left: 23px;
	background: rgba(241, 23, 13, 1);
	box-shadow: 0px 3px 6px rgba(241, 23, 13, 0.23);
	border-radius: 17px;
	color: #fff;
	line-height: 13px;
	text-align: center;
	font-size: 10px;
	padding: 0 4px
}

.toomore {
	line-height: 5px
}
.toomore.hide{
	display:none;
}
.coupons-banner img{
	display: block;
	width: 100%;
}
.coupTab{
	background: #fff;
	height: auto;
	overflow:hidden;
	position: relative;
}
.coupTab ul{
	height:.6rem;
	overflow:hidden;
	padding-right: 1.4rem;
}
.coupTab ul li{
	font-size: .26rem;
	color: #212121;
	float: left;
	margin:.15rem .2rem;
	border-bottom: 2px solid #fff;
	display: inline-block;
	height:.36rem ;
	overflow: hidden;
}
.coupTab ul li.more{
	float: right;
}
.coupTab ul li.on{
	color: #F1170D;
	border-bottom: 2px solid #F1170D;
}
.coupTab span.more{
	position: absolute;
	bottom: 5px;
	right: 15px;
	z-index: 9;
}
.coupTab span.more.open{
	bottom: 8px;
}
.coupTab span.more.open img{
	bottom: 8px;
	transform: rotate(90deg);
}
.coupTab span.more img {
	transform: rotate(-90deg);
	height: 11px;
	margin-left: 3px;
}


.coupCont .clist li{
	height: auto;
	overflow:hidden;
	margin:.2rem 0.2rem;
}
.coupCont .clist li .good{
	width: 4.6rem;
	height: 2.6rem;
	border-radius: 8px;
	float: left;
	overflow:hidden;
	background:#fff url(../images/dashed.png) right top repeat-y;
}
.coupCont .clist li .good.goodonly{
	height: 2.0rem;
}
.coupCont .clist li .money{
	float: left;
	width: 2.5rem;
	height: 2.6rem;
	background: #fff;
	border-radius: 8px;
	overflow:hidden;
	text-align: center;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.coupCont .clist li .money.moneyonly{
	height: 2.0rem;
}
.coupCont .clist li .money.moneyonly .how{
	margin-top: 10px;
}
.coupCont .clist li .money.moneyonly .desc{
	line-height: 20px;
}
.coupCont .clist li .goodmore .canUse{
	font-size:.26rem;
	color: #212121;
	padding-left: .2rem;
    line-height: .7rem;
    font-weight: 800;
}
.coupCont .clist li .goodmore .item{
	width: 1.3rem;
	margin-left:.2rem;
	float:left;
}
.coupCont .clist li .goodmore .item .pic{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
}
.coupCont .clist li .goodmore .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.coupCont .clist li .goodmore .item .price{
	font-size: .24rem;
	color: #212121;
	line-height:.5rem;
	text-align: center;
}
.coupCont .clist li .money .get{
	display: inline-block;
	font-size: .24rem;
	color: #fff;
	width:1.2rem;
	height:.4rem;
	line-height: .4rem;
	background:rgba(241,23,13,1);
	border-radius:.34rem;
    margin: 0 auto;
}
.coupCont .clist li .money .gotag{
	display: inline-block;
	position: absolute;
	width:1rem;
	height:.3rem;
	border-radius:0px 0px 6px 6px;
	background:rgba(241,23,13,0.1);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	margin:0 auto;
	font-size: .24rem;
	color: #F1170D;
	line-height:.3rem;
}
.coupCont .clist li .money .get.got{
	border:1px solid #F8A910;
	color: #F8A910;
	background:transparent;
}
.coupCont .clist li .money .how{
	font-size: 16px;
	color: #F1170D;
	margin-top:.3rem;
}
.coupCont .clist li .money .how big{
	font-size: .48rem;
	font-weight: 900;
}
.coupCont .clist li .money .desc{
	font-size: .26rem;
	color: #F1170D;
	line-height: .5rem;
}
.coupCont .clist li .goodonly .pic{
	display:block;
	float: left;
	width: 1.8rem;
	height: 1.6rem;
	margin:10px;
}
.coupCont .clist li .goodonly .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.coupCont .clist li .goodonly .desc{
	font-size: 14px;
	color: #212121;
	margin-top: 15px;
}
.coupCont .clist li .goodonly .date{
	font-size: 12px;
	color: #888;
	margin-top: 35px;
}
.coupTab ul li.more img{
	transform:rotate(-90deg);
	height: 11px;
	margin-left: 3px;
}
.coupCont .clist{
	display: none;
}
.padd44{
	padding-top: .7rem;
}
.mt3{
	margin-top: 3px;
}
.mt30{
	margin-top: 30px!important;
}
.two-line-text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

/*评论样式*/
.vjs-poster {
	border-radius: 0.5em !important;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block;
}

/*播放箭头圆圈*/
.video-js .vjs-big-play-button {
	width: 20%;
	height: 20%;
	top: 40% !important;
	left: 40% !important;
	border-radius: 50%;
	margin: 0 !important;
}

/*播放箭头*/
.vjs-default-skin .vjs-big-play-button:before {
	content: "\e001";
	font-family: VideoJS;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center /* Needed for IE8; */;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 300%;
}

.vjs-default-skin .vjs-big-play-button {
	font-size: 0.6em !important;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
	font-size: 100%;
}

/*隐藏控制条*/
.vjs-control-bar {
	display: none !important;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block;
}

/*售后页面*/
.upload-btns{
    width: 100%;
    height:3.1rem;
    background: #f1f1f1;
    position: fixed;
    left: 0;
    bottom: -4rem;
    z-index: 99999;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: all .3s;
}
.upload-mask{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,.5);
    position: fixed;
    z-index: 9999;
    display: none;
}
.upload-img,.upload-vd,.upload-cancel{
    width: 100%;
    height: 1rem;
    background: #fff;
    text-align: center;
    line-height: 1rem;
    font-size: .3rem;
    color: #666;
    margin-bottom: 1px;
}
.upload-vd{
    margin-bottom: 5px;
}
/*满减样式*/
.mj-notice{
    width: 7.1rem;
    height: 1.6rem;
    background:#fff ;
    border-radius: 0.12rem;
    margin:.2rem auto .4rem;
    position: relative;
    z-index: 1;
}
.mj-notice .mj-top{
    margin: 0 .2rem;
    font-size: .28rem;
    color: #F1170D;
    padding: .2rem 0;
}
.mj-notice .mj-top .mj-tag{
    border:1px solid #F1170D;
    font-size: .2rem;
    padding:0 .06rem;
    border-radius: .05rem;
}
.mj-notice .mj-bot{
    height: 0.64rem;
    margin:0 .2rem;
    background: #FFEAEA;
    border-radius: 0.12rem;
    font-size: .32rem;
    color: #F1170D;
    text-align: center;
    line-height: .64rem;
}
.mj-notice .mj-bot img{
    width: .44rem;
    vertical-align: middle;
    margin-right: .1rem;
}
.equity_top{
    width:100%;
    padding:5px 5px;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
    font-size: .24rem;
    color: #fff;
}
.equity_top img{
    display: inline-block;
    width: .35rem;
    height: .35rem;
}
.personal-scores.user_inner{
    background: linear-gradient( to bottom, #4e4e4e,#fff);
}
.personal-scores.user_out{
    background: linear-gradient( to bottom, #f67278,#fff);
}
.personal-scores.user_relation{
    background: linear-gradient( to bottom, #f59445,#fff);
}
.personal-scores.user_company{
    background: linear-gradient( to bottom, #6b8eed,#fff);
}
.watermark{
    width: 70px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.watermark img{
    width: 100%;
}
.relative{
    position: relative;
    z-index: 1;
}
.n-level{
    padding-top: 10px;
    width: 6.6rem;
    height: auto;
    margin: auto;
    padding-bottom: 10px;
}
.n-level .level-per{
    width: 6.6rem;
    height: 5px;
    background: #FFD3CF;
}
.n-level .level-per .level-inner{
    width: 60%;
    height: 5px;
    background: rgba(255,170,166);
}
.n-level .level-left{
    font-size: .24rem;
    color: #212121;
}

.n-level .level-right{
    color: #737373;
    font-size: .18rem;
}
.coupSwiper{
    width: 100%;
    height: .8rem;
    background: #FFF1F0;
}
.coupSwiper .swiper-wrapper{
    width: 6.9rem;
    height: .8rem;
    margin: auto;
}
.coupSwiper .swiper-wrapper .swiper-slide{
    line-height: .8rem;
    font-size: .28rem;
    color: #212121;
}
.coupSwiper .swiper-wrapper .swiper-slide .red{
    color: #F1170D;
    max-width: 1rem;
    text-overflow:ellipsis;
}
.coupSwiper .swiper-wrapper .swiper-slide .fright{
    float: right;
    color: #F1170D;
    line-height: .8rem;
}
.coupSwiper .swiper-wrapper .swiper-slide .fright img{
    height: .35rem;
    vertical-align: middle;
}
.deliver-box{
    padding: 0.2rem;
    margin: 0.2rem 0.22rem 0 0.2rem;
    background: rgba(255,255,255,1);
    background-size: 0.14rem;
    border-radius: 0.12rem;
}
.deliver-box .more-deliver{
    height: .95rem;
}
.deliver-box .more-deliver ul{
    width: 100%;
    height: .95rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.deliver-box .more-deliver ul li{
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    min-width: 3.5rem;
    padding: 0 .1rem;
    background: #FAFAFA;
    color: #9E9E9E;
    font-size: .28rem;
    margin-right: .15rem;
    border:1px solid #FAFAFA;
}
.deliver-box .more-deliver ul li.active{
    border:1px solid #FF6D00;
}
.deliver-box .more-deliver ul li img{
    width: .48rem;
    height: .48rem;
    margin-right: .1rem;
}
.deliver-box .deliver-num{
    margin-top: .2rem;
    font-size: .28rem;
    color: #000;
}
.deliver-box .deliver-num .deliv{
    background: #F5F5F5;
    display: inline-block;
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    margin-right: .1rem;
}
.deliver-box .deliver-num .deliv img{
    width: 100%;
    height: 100%;
}
.deliver-box .deliver-num .copy_btn{
    display: inline-block;
    float: right;
    width: .96rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    background: #F5F5F5;
    color: #212121;
    border-radius: 6px;
    margin-top: -2px;
}
.deliver-box .deliver-flow{
    margin-top: .2rem;
}
.deliver-box .deliver-flow .item{
    padding-left: .5rem;
    padding-bottom: .3rem;
    color: #9E9E9E;
    position: relative;
}
.deliver-box .deliver-flow .item::before{
    content: '';
    width: 1px;
    height: 100%;
    top: 2px;
    left: .15rem;
    background: #E0E0E0;
    position: absolute;
    z-index: 1;
}
.deliver-box .deliver-flow .item:last-child::before{
    background: #fff;
}
.deliver-box .deliver-flow .item .flow-dts{
    /*height: 40px;*/
    overflow: hidden;
    position: relative;
}
.deliver-box .deliver-flow .item .flow-dts i{
    font-size: 14px;
}
.deliver-box .deliver-flow .item .flow-dts .open{
    background: #fff;
    position: absolute;
    right:0;
    bottom: 0;
    z-index: 9;
    font-size: .24rem;
    color: #9E9E9E;
}
.deliver-box .deliver-flow .item{
    display: none;
}
.deliver-box .deliver-flow .item:first-child,.deliver-box .deliver-flow .item:last-child{
    display: block;
}
.deliver-box .deliver-flow .item p.flow-time{
    color: #212121;
}
.deliver-box .deliver-flow .item p{
    color: #9E9E9E;
    font-size: .24rem;
    margin-bottom: .1rem;
}
.deliver-box .deliver-flow .item .flow-time .point{
    font-size: .28rem;
    font-weight: 900;
}
.deliver-box .deliver-flow .item .point_gray{
    font-size: .28rem;
    font-weight: 900;
    color: #9E9E9E;
}
.deliver-box .deliver-flow .item .dot{
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background: #E0E0E0;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    border-radius: 50%;
    font-size: 0;
}
.deliver-box .deliver-flow .item .dot img{
    max-width: 100%;
    max-height: 100%;
}
.deliver-box .deliver-flow .item .dot.dotred{
    line-height: .32rem;
    background: #F1170D;
    text-align: center;
}
.deliver-box .deliver-flow .item .dot.dotwhite{
    width: .2rem;
    height: .2rem;
    background: #fff;
    border: 1px solid #E0E0E0;
    left: .05rem;
    top: 3px;
}
.deliver-box .more-dts{
    display: none;
}
.purchased{
    margin: 12px 0.2rem 0 0.2rem;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    padding-bottom: 30px;
}
.purchased .pch_title{
    padding:.2rem .2rem;
    display: flex;
    justify-content: space-between;
    color: #212121;
}
.purchased .pch_title .left{
    font-size: .3rem;
    font-weight: 900;
}
.purchased .pch_title .left i,.purchased .pch_title .right i{
    font-size: 16px;
    color: #9E9E9E;
}
.purchased .pch_title .right i{
    font-size: 18px;
    font-weight: 900;
}
.purchased .pch_list{
    margin: 0 .2rem;
    height: 2.8rem;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
}
.purchased .pch_list ul{

}
.purchased .pch_list li{
    display: inline-block;
    width: 1.76rem;
    height: 2.6rem;
    margin-right: .18rem;
}
.purchased .pch_list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.purchased .pch_list li .pic{
    width: 1.76rem;
    height: 1.76rem;
    position: relative;
}
.purchased .pch_list li .pic .times{
    position: absolute;
    display: inline-block;
    height: .4rem;
    width: auto;
    background: #FFE0B2;
    border-radius: 0 0 0 4px;
    top: 0;
    right: 0;
    padding: 2px 8px;
    color: #833800;
    font-size: .24rem;
}
.purchased .pch_list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.purchased .pch_list li .price{
    font-size: .24rem;
    color: #212121;
    font-weight: 900;
    margin-top: 5px;
}
.purchased .pch_list li .rates{
    font-size: .24rem;
    color: #F1170D;
    margin-top: 5px;
}
.purchased .pch_list .more_pch{
    position: absolute;
    width: .48rem;
    height: 1.76rem;
    background: rgba(0,0,0,.3);
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 4px 0 0 4px;
    writing-mode:vertical-rl;
    text-align: center;
    letter-spacing: 4px;
    padding: 5px 4px 0 0;
    color: #fff;
    font-size: .26rem;
}
/*我的常购*/
.buy_title{
    text-align: center;
    background: #fff;
    height: .9rem;
    line-height: .9rem;
    font-size: .36rem;
    font-weight: normal;
}
.buyof{
    background: #fff;
}
.buyof .buy_search{
    padding: .2rem;
    font-size: .28rem;
    vertical-align: middle;
}
.buyof .buy_search a{
    vertical-align: middle;
}
.buyof .buy_search input{
    width: 6.5rem;
    height:.55rem;
    border-radius: .55rem;
    border: 1px solid #212121;
    background: #fff url(../images/search1@2x.png) 10px center no-repeat;
    background-size: 16px;
    text-indent: 35px;
    font-size: .28rem;
    vertical-align: middle;
}
.buy_top{
    font-size: 0;
    background: #fff;
}
.buyof .buy_history{
    padding: 0 .2rem .2rem .2rem;
    height: .4rem;
}
.buyof .buy_history h3{
    font-size: .28rem;
    font-weight: 900;
    color: #212121;
    float: left;
}
.buyof .buy_history .fr{
    float: right;
}
.buyof .history_item{
    padding-left: 3px;
}
.buyof .history_item span{
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    background: #F5F5F5;
    border-radius:.4rem;
    padding:0 8px;
    font-size: .26rem;
    color: #212121;
    margin: 5px;
}
/*我的常购搜索*/
.buyOften{
    margin:.2rem;
}
.buyOften h3{
    font-size: .28rem;
    color: #212121;
    font-weight: 900;
}
.buyOften ul{
    overflow: hidden;
}
.buyOften ul li{
    margin: 20px 0;
    height: 1.44rem;
}
.buyOften ul li .pic{
    width: 1.44rem;
    height: 1.44rem;
    float: left;
}
.buyOften ul li .pic a{
    display: block;
    width: 100%;
    height: 100%;
}
.buyOften ul li .pic a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buyOften ul li .cont{
    width: 5.3rem;
    height: 1.44rem;
    float: right;
}
.buyOften ul li .cont a.name{
    display: block;
    height: .8rem;
    font-size: .28rem;
    color: #212121;
}
.buyOften ul li .cont .tags{
    display: inline-block;
    height: .48rem;
    background: #FFF1F0;
    line-height: .48rem;
    font-size: .28rem;
    color: #F1170D;
    background: #FFF1F0;
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 8px;
}
.buy_top span{
    display: inline-block;
    width: 50%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .32rem;
    color: #212121;
    position: relative;
}
.buy_top span::after{
    content: '';
    width: .8rem;
    height: 2px;
    position: absolute;
    /*background: #F1170D;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: .8rem;
}
.buy_top span.active::after{
    background: #F1170D;
}
.buy_top span.active{
    color:#F1170D;
}
.buy_bot{
    height: auto;
    overflow: hidden;
    padding:0 .3rem .3rem .3rem;
}
.buy_goods ul li{
    width: 2.16rem;
    height: 3.9rem;
    margin: .25rem .2rem 0 0;
    float: left;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.buy_goods ul li:nth-child(3n){
    margin-right: 0;
}
.buy_goods ul li .pic{
    width: 2.16rem;
    height: 2.16rem;
    position: relative;
}
.buy_goods ul li .pic .buy_times{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #833800;
    background: #FFE0B2;
    padding: 0 10px;
    border-radius: 0 0 0 4px;
}
.buy_goods ul li .pic a{
    display: block;
    width: 100%;
    height: 100%;
}
.buy_goods ul li .pic a img{
    display: block;
    width: 100%;
    height: 100%;
}
.buy_goods ul li  .cont{
    padding: 0 .1rem;
}
.buy_goods ul li .cont .name{
    height: .6rem;
    overflow: hidden;
    white-space: nowrap;
    line-height: .6rem;
    text-overflow: ellipsis;
}
.buy_goods ul li .cont .price{
    font-size:.28rem;
    color: #212121;
}
.buy_goods ul li .cont .rates{
    display: inline-block;
    height: .48rem;
    line-height: .48rem;
    background: #FFF1F0;
    border-radius: 4px;
    padding:0 10px;
    color: #F1170D;
    font-size: .26rem;
    margin-top: .1rem;
}
.more_buylist{
    text-align: center;
    font-size: .28rem;
    color: #737373;
    margin: .3rem 0;
}
.buy_shops ul li{
    height: 1.76rem;
    background: #fff;
    margin-top: .2rem;
}
.buy_shops ul li .pic{
    width: 1.44rem;
    height: 1.44rem;
    float: left;
    margin: .16rem;
    border-radius: 4px;
    overflow: hidden;
}
.buy_shops ul li .pic a,.buy_shops ul li .pic a img{
    display: block;
    width: 1.44rem;
    height: 1.44rem;
}
.buy_shops ul li .cont{
    width: 4.98rem;
    height: 1.44rem;
    float: left;
    margin:.16rem .16rem .16rem 0;
}
.buy_shops ul li .cont .name{
    font-size: .28rem;
    color: #212121;
    font-weight: 900;
    margin-bottom: 6px;
}
.buy_shops ul li .cont .followers{
    font-size: .24rem;
    color: #9E9E9E;
    margin-bottom: 9px;
}
.buy_shops ul li .cont .tags{
    display: inline-block;
    height: .48rem;
    line-height: .48rem;
    background: #FFF1F0;
    border-radius: 4px;
    padding:0 10px;
    font-size: .28rem;
    color: #F1170D;
}
.rings{
    background: #FFF3E0;
    height: .8rem;
    line-height: .8rem;
    font-size: .28rem;
    color: #FF6D00;
    padding: 0 .3rem;
    vertical-align: top;
    overflow: hidden;
}
.rings img{
    height: .35rem;
    vertical-align: top;
    margin-top: .23rem;
}
.marquee{
    display: inline-block;
    width: 6rem;
    height: .8rem;
    overflow: hidden;
}
.rings .r_announce{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: marquee 20s linear infinite;
}
.rings i{
    margin-top: .3rem;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/*订单详情页地址*/
.orderAddrs{
    background: #fff;
    padding-bottom: 20px;
}
.orderAddrs .set_list{
    position: relative;
    font-size: .28rem;
    color: #212121;
    background: #fff;
    padding-bottom: 5px;
    max-height: 7rem;
    overflow-y: auto;
}
.orderAddrs .set_list_item{
    position: relative;
    padding: .3rem 0;
    margin: 0 .24rem;
    line-height:.3rem;
    border-bottom: 1px solid #e6e6e6;
}
.orderAddrs .set_list_item p{
    font-size: .28rem;
    line-height: .36rem;
}
.orderAddrs .set_list_item:nth-child(1){
    border-top: 0;
}
.orderAddrs .set_list_item .set_list_item_title{
    word-break: keep-all;
    color: #8f8f94;
}
