/* 详情页样式 */
.arrow-back{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px;
}
.arrow-back img{
    width: 28px;
    height: 28px;
}
.del-tags{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    z-index: 9;
    color: #fff;
    text-align: center;
}
.del-tags span{font-size: 15px;}
.del-tags em{font-size: 12px;font-weight: 100;}
.del-store-info{
    padding: 15px 12px;
	margin-bottom:10px;
}
.details-more-brands a{padding:10px;}
.del-store-info p:first-child{font-size: 22px;font-weight: 600;}
.del-store-info p:first-child img{
    width: 29px;
    height: 14px;
    vertical-align: inherit;
}
.del-model-section{
    padding: 14px 12px;
    font-size: 13px;
}
.del-model-section > span{
    color:#888;
    width: 50px;
}
.margin-10{margin:10px 0;}
.del-gift-title em{
    display: inline-block;
    border: 1px solid #FF5C4F;
    color: #FF5C4F;
    font-size: 12px;
    padding: 0 2px;
    height: 18px;
    line-height: 16px;
    border-radius: 2px;
    margin-right:5px;
}
.del-gift-info{
    margin-top: 5px;
    font-size: 12px;
}
.del-gift-info img {
    width: 35px;
    height: 35px;
    border: 1px solid #eee;
    margin-right: 5px;
}
.del-gift-info span i{
    display: block;
}
.w9{width: 90%;}
.w8{width: 80%;}
.del-store-send{
    width:100%;
    height: 40px;
    background: #FFF3DA;
    line-height: 40px;
    padding: 0 12px;
    color: #EC7C03;
    font-size: 12px;
}
/* .del-store-send em img{margin-bottom: 2px;} */
.del-store-send i{padding: 12px 0;}
/* .shop-like-title{
    padding: 15px 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-like-title img{
    width: 14px;
    height: 14px;
    border: 1px solid red;
    margin-right: 5px;
}
.shop-like-ulist{padding-bottom:10px;}
.shop-like-ulist a{
    float: left;
    width:108px;
    margin: 4px;
}
.shop-like-ulist img{
    width:108px;
    height:108px;
    border-radius: 4px;
}
.shop-like-ulist a dl dd {
    height: 31px;
    line-height: 16px;
    font-size: 12px;
    margin-bottom:2px;
} */
.act-fixed{
    position: fixed;
    top: -10px;
    width: 100%;
    z-index: 10;
}
.pro-del-ulist{
	width:100%;
    margin-top:10px;
    padding: 0 12px;
}
.pro-del-ulist li{
    width: 50%;
    text-align: center;
}
.pro-del-ulist li a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 10px;
}
.pro-del-ulist li.on a{
    color: #FF5C4F;
    border-bottom: 2px solid #FF5C4F;
}
.topArrow{
    z-index: 9;
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
/* .shop-more-store{margin-top:10px;}
.shop-more-store .shop-pro-ulist a img{border-radius: 8px;} */

.del-footer-section{
    width: 100%;
    position: fixed;
    bottom: 0;
    /* height: 50px; */
    background: #FFFFFF;
    box-shadow: 0px -2px 3px 0px rgba(201, 199, 200, 0.2);
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 25px;
}
.del-footer-img{
	width: 37%;
	padding-left: 2%;
}
.del-footer-img img{
    width: 30px;
    margin: 0 7px;
}
.del-footer-btn{width:60%;}
.del-footer-btn span{
    width: 47%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}
.del-footer-btn span:first-child{
    border-radius: 19px 0 0 19px;
}
.del-footer-btn span:last-child{
    border-radius: 0 19px 19px 0;
}
.bg-444{background: #444;}
.bg-red{
    /* background: linear-gradient(90deg, #F67990 0%, #EC3E3E 100%); */
    background: #FE404F;
}
/* .padding-bottom{padding-bottom:50px;} */
.padding-bottom{padding-bottom:70px;}
.del-contents p{padding:0 10px;}
.del-contents table{width:100%;}
.del-swiper-banner img{width:100%;}


/* 详情页弹框样式 */
.pro-dialog-mask,.pro-sends-mask{
    position: fixed;
    width: 100%;
    height:100%;
    background: #000;
    opacity: .4;
    top: 0;
    left: 0;
    z-index:99;
    display: none;
}
.pro-dialog-section{
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 999;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 14px 14px 0 0;
    display: none;
}
.pro-dialog-title {
    justify-content: flex-start;
    padding-bottom: 5px;
    align-items: flex-end;
    padding: 5% 4% 0 4%;
}
.pro-dialog-title img{
    width:70px;
    border-radius:5px;
}
.pro-property-list li {
    /* display: -webkit-flex;
    display: flex;
    justify-content: start;
    align-items: baseline; */
}
.pro-dialog-content{padding: 0 4%;}
.pro-dialog-span{width:75%;padding-left: 10px;}
.pro-dialog-span em:nth-child(1){
    font-size: 18px;
    color:#FB5D5D;
}
.pro-dialog-span em:nth-child(2){
    font-size: 14px;
    color:#333;
    padding-top:5px;
}
.pro-property-list{
    max-height: 251px;
    overflow: auto;
    margin: 10px 0;
    padding-bottom: 20px;
}
.pro-property-area{
    height: auto!important;
    padding-bottom: 0;
}
.pro-property-list li span:nth-child(1){
    min-width: 52px;
    color: #000;
    padding-right: 10px;
    display: block;
    margin-top: 15px;
}
.pro-property-area span{
	margin-top: 0!important;
	display: inline-block!important;
	vertical-align: middle;
}
.check-address-list li span{ width: 90%!important;}
.pro-property-span{
    width: 100%;
    color: #666;
}
.pro-property-span i{
    display: inline-block;
    min-width: 60px;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    color: #666;
    font-size: 12px;
    margin: 7px 15px 3px 0;
    text-align: center;
    background: #F9F9F9;
    border-radius: 2px;
}
.pro-property-span i.store-active{
    /* background: #FF5C4F; */
    color: #fff;
    background: #FE404F;
}
.store-none-select{
    border: 1px solid #f3f0f0;
    color: #DFDFDF!important;
    pointer-events: none;
}
.pro-dialog-num .m-prices-1,.pro-dialog-num .m-prices-3{
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    vertical-align: middle;
}
.pro-dialog-num .m-prices-1{
    color: #999;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #bbb;
    border-right:none;
	line-height: 29px;
}
.pro-dialog-num .m-prices-3 {
    color: #999;
    border: 1px solid #BBBBBB;
    border-radius: 0px 2px 2px 0px;
    border-left:none;
}
.pro-dialog-num .input-num{
    width: 70px!important;
    height: 30px;
    border: 1px solid #BBBBBB!important;
    text-align: center;
    padding-left: 0;
	vertical-align: middle;
}
.pro-dialog-num{
    margin: 0 4%;
    padding: 5% 0;
    border-top: 1px solid #eee;
}
.pro-dialog-okbtn{
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 25px; */
    padding: 0 15px 25px;
}
.pro-dialog-okbtn span{
    /* height: 50px;
    line-height: 50px; */
    height: 45px;
    line-height: 45px;
    width: 50%;
    border-radius: 50px;
}
.pro-dialog-okbtn1{
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
    font-size: 15px;
}
.pro-dialog-okbtn1 span{
    height: 45px;
    line-height: 45px;
    width: 50%;
}
.pro-close{
    position: absolute;
    right: 5px;
    top: 10px;
    padding:5px;
}

/* 商品详情页中新增的地址样式 */
.old-address-list li{align-items: center;padding: 10px 4%;}
.old-address-list{
    max-height:220px;
    overflow:auto;
}
.old-address{
    padding:5px 0;
    border-bottom:1px solid #f9f9f9;
}
.old-address:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/default-btn.png) no-repeat center;
    background-size: 16px;
    margin-right: 5px;
	vertical-align: middle;
}
.old-address.on:before{
    background: url(../images/active-btn.png) no-repeat center;
    background-size: 16px;
}
.address-list li i{padding-right:5px;}
.pro-close-title{
    text-align: center;
    border-bottom: 1px solid #eee;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}
.art-show-wrap{padding:8px 18px 15px;}

/* 分类页样式 */
.w100{width:100%;}
.shop-nav-classify{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f9f9f9;
    z-index: 9;
}
.menu{padding-top:53px;}
.menu-left{
    width:100px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    /* background: #FAFAFA; */
	position: fixed;
	left: 0;
	top: 65px;
	bottom: 51px;
	overflow-y: scroll;
}
.menu-left-ul{padding-bottom: 120px;}
.menu-left .menu-left-li{
    /* padding: 20px 10px 13px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    background: #FAFAFA; */
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    background: #FAFAFA;
}
.menu-left .menu-left-li p{
    margin-bottom: 5px;
}
.menu-left .menu-left-li.on{
    color:#FF5C4F;
    /* border-left:2px solid #FF5C4F; */
    background:#fff;
    font-weight: 600;
}
.menu-right{
    width:75%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.m-read-books {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.m-read-books a {
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    /* width: 22.6vw; */
    width: 33%;
    height: 18vw;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid#F7F7F7;
    border-bottom: 1px solid #F7F7F7;
}
.m-cakes a{position: relative;}
.m-cakes a img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* .content-item{padding:5px 10px;} */
.content-item{padding:5px 10px;}
.content-item ul h3{
    height: 40px;
    /* background: #FAFAFA; */
    line-height: 40px;
    /* padding-left: 14px; */
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-bottom: 1px solid #FAFAFA;
}
.m-read-books a:nth-child(3n){border-right: none;}
/* .m-classify-a{
	margin: 0 4px;
    vertical-align: middle;
    height: auto;
    width: 29%;
    display: inline-block;
    text-align: center;
} */
.m-classify-a{
    vertical-align: middle;
    height: auto;
    width: 33%;
    display: inline-block;
    margin-right: -2px;
    text-align: center;
}
.m-classify-a img{
    width: 65px;
    height: 65px;
}
.categoryItem-xiaoImg{
    width: 15px;
    height: 5px;
    display: none;
}
.m-classify-a dt {
    height: 40px;
	margin-top:2px;
	font-size: 12px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}
.m-classify-span dl{
	height: 35px;
    line-height: 25px;
}

/* 购物车样式 */
.car-fixed{
    width: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.shop-main{
    margin-bottom:10px;
    border-radius: 6px;
}
.shop-main .shopping-one:last-child{border-bottom:none;}
.shop-car-top {
    padding: 12px 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}
.w-3{width:100px;}
.w-7{width:70%;padding: 0 15px 0 10px;}
.btn-default{
    width: 18px;
    height: 18px;
    /* background: url(../images/default-btn.png) no-repeat center; */
    background: url(../images/default-btn-icon.png) no-repeat center;
    border: none;
    background-size: 18px 18px;
    outline: none;
    vertical-align: text-top;
    margin-right: 5px;
}
.check-active{
    width: 18px;
    height: 18px;
    /* background: url(../images/active-btn.png) no-repeat center; */
    background: url('https://img360.pinuc.com/boyingsj/by-mall/car-selectIcon.png') no-repeat center;
    border: none;
    background-size: 18px 18px;
    outline: none;
	vertical-align: text-top;
}
.fansWrap{
    /* padding-top:54px; */
    padding: 54px 13px 0;
}
/*.shopcar-tips{
    padding: 1px 5px;
    margin-left:10px
    font-size:12px;
}*/
.shopcar-tips{
    font-size:12px;
    padding: 10px 12px;
    background: #fdf1f1;
    color: #d66b5b;
    font-weight: bold;
}
.shop-title,.select-btn{
    padding: 18px 15px 10px;
}
.shop-title-invalid{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
}
.shop-title-clearInvalid{
    font-size: 12px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    padding: 4px 6px;
    border-radius: 13px;
    border: 1px solid #999999;
}
.select-btn{width:10%;margin-top: -28px;}
.pro-price{
    /* padding-top: 20px; */
    padding-top: 5px;
}
.pro-price span:nth-child(1){
    font-size: 15px;
    color: #FF5C4F;
    font-weight: 600;
}
.pro-price .m-prices-1,.pro-price .m-prices-3, .pro-price .m-prices-12{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 18px;
	vertical-align: middle;
    color: #222222;
}
.pro-price .m-prices-1, .pro-price .m-prices-12{line-height: 16px;}
.pro-price .m-prices-12{
    color: #dddddd;
}
.pro-price .input-num{
    min-width: 36px;
    width: 36px;
    text-align: center;
    padding-left: 0;
    vertical-align: middle;
    height: 20px;
    background: #F6F6F6;
    border-radius: 2px;
}

.fshop_settlement{
    position: fixed;
    width: 100%;
    left: 0;
    /* bottom: 55px; */
    bottom: 62px;
    background: #fff;
    box-sizing: border-box;
    z-index: 999;
}
.buy-btn-red{
    padding: 10px 23px;
    background: #FE404F;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: 5px; */
}

.shopping-foot{
    padding: 10px 15px;
    font-size: 14px;
    color: #2A2727;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee;
    justify-content: space-between;
}

.freight-identification{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;    
}

.pad-left{
    padding-left:10px;
    height:50px;
    line-height: 50px;
}
.pro-hide,.title-hide{display: none;}
.title_more {
    text-align: center;
    padding-bottom: 7px;
}

.title_more img{width: 15px;}
.arrow-rot-up{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.pro-store-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.pro-store-list a.on{
    background: #fff;
    border-color: #ff7a71;
    color: #ff7a71;
}


.buy-con{
    display: inline-block;
    margin-left: 20px;
}
/* .pad-right{padding-right:10px;} */
.pad-right i{font-weight: 600;}

.pad-view{
    height: 100%;
    display: flex;
    align-items: center;
}
.shopcar-hidden{
    position: absolute;
    top: 0;
    right: -90px;
    height: 100%;
}
.shopping-one,.shopcar-info{
    position: relative;
    overflow: hidden;
	min-height: 120px;
}
.shopcar-info button{
	position: relative;
	top: 0;
}
.shopcar-hidden a{
    display: inline-block;
    width: 45px;
    line-height: 95px;
    text-align: center;
    float: left;
    background: #d7d7d7;
    text-align: center;
    color: #838287;
    height: 100%;
}
.shopcar-hidden a:nth-child(2){
    background: #e00b43;
    color:#fff;
}
.con-info,.con-info h3{
    width:100%;
    font-size: 13px;
    line-height: 20px;
}
.shopCar-goodsName{
    height: 40px;
}
.con-info{
    width:90%;
    border-bottom:1px solid #F5F5F5;
    padding: 20px 0;
}
.con-info p{
    display: inline-block;
    color: #888888;
    font-size: 12px;
    margin-top: 5px;
}
.pro-price{width:100%;}
.con-info img{
	/* width:100px;
	height:100px; */
    width: 80px;
    height: 80px;
    margin-left: 10px;
}
.pro-size span{display: inline-block;}
.car-like-section{padding-bottom: 55px;}
.car-like-section h3{
    text-align: center;
    padding:10px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-car{
    position: absolute;
    right: 11px;
    bottom: 8px;
}

/* 订单确认页样式 */
.address-nav{
    padding:15px;
	width: 92%;
}
.order-main-section{
    padding: 44px 13px 20px;
}
.address-default{
    display: inline-block;
    width: 36px;
    height: 16px;
    background: #FF5C4F;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    margin-right: 5px;
    vertical-align: middle;
}

.address-default2{
    display: inline-block;
    width: 32px;
    height: 15px;
    margin-right: 5px;
}

.address-nav h3{width: 92%;margin:5px 0;font-weight: 600;}
.address-nav p:nth-child(2){font-size: 13px;}
.address-arrow-r{padding: 10px;}
.address-border-bg{
    position: absolute;
    bottom: 0;
    left: 0;
}

.address-tips{
    font-size: 12px;
    color: #EB4646;
    line-height: 18px;
    background: #FEF2F2;
    padding:9px 15px;
    margin:10px 0;
}
.order-list-img img{
    width:90px;
    height:90px;
}
.order-store-name{
    width:100%;
    height:45px;
    line-height: 45px;
    /* padding:0 15px; */
    /* border-bottom:1px solid #D3D3D3; */
    font-weight: 600; 
}
.order-store-ulist li{
    /* padding: 3px 15px 10px 0; */
    /* margin-left:15px; */
    padding: 3px 0 10px;
    border-bottom:1px solid #eee;
}
.order-store-ulist li:last-child{border-bottom:none;}

.order-store-dl{
    width:75%;
    padding-left: 10px;
}
.order-store-dl dt{
    margin: 0 0 8px;
}
.order-store-dl .order-store-dl-goodsName{
    color: #222222;
    height: 40px;
}
.m-order-price{
    font-size: 16px;
    font-weight: 600;
}
.order-store-prices{
    /* height: 45px; */
    height: 40px;
    /* border-bottom: 1px solid #eee; */
    /* padding: 0 15px; */
    justify-content: space-between;
    align-items: center;
}
.order-store-prices dl{
    text-align: right;
    font-weight: 600;
}
.margin-bot10{
    margin-bottom:10px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 5px 12px 0;
}

.order-store-prices:last-child{border-bottom:none;}
/* .order-store-section .order-store-prices{
    margin-left: 15px;
    padding: 0 15px 0 0;
} */

.order-submmit{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    /* padding-left: 15px; */
    padding: 6px 12px 25px 20px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eeeeee;
    
}
.order-submmit-btn{
    /* width: 140px;
    height: 50px;
    background: linear-gradient(90deg, #F67990 0%, #EC3E3E 100%);
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    color: #fff; */
    width: 95px;
    height: 39px;
    line-height: 39px;
    background: #FE404F;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.order-submmit-section{padding-top: 60px;}
.order-store-time{
    margin: 15px 0 5px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: #F8F8F7;
    border-radius: 4px;
}
.m-tex-tips {
    border: none;
    resize: none;
    outline: none;
    height: 50px;
    background: #F8F8F8;
    border-radius: 4px;
    margin:15px auto 10px;
    padding:10px;
}
.order_remark{
    width: 50% !important;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
    outline: none;
}
.order-choose-timer *{
    margin-left:3px;
    vertical-align: middle;
    display: inline-block;
}
.order-phone em{
    width:52%;
}

/* 配送时间弹框 */
.pro-check-days{
	width: 30%;
    height: 370px;
    background: #f8f8f8;
    overflow: auto;
}
.active-fff{background: #fff!important;}
.active-F5C {
    border: 1px solid #FF5C4F!important;
    background: #fff6f6;
    color: #FF5C4F!important;
}
.pro-check-days li{
	padding: 0 10px;
    height: 45px;
    background: #f8f8f8;
    line-height: 45px;
	text-align: center;
	color: #333;
}
.pro-check-times{
	width:69%;
	height: 370px;
    overflow: auto;
}
.pro-check-times li{
	border: 1px solid #eee;
    padding: 15px;
    margin: 0 5px 5px 5px;
    border-radius: 5px;
	color: #333;
}
.pro-sends-section{
	position: fixed;
	width: 100%;
	background: #fff;
	left: 0;
	z-index: 100;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px 10px 0 0;
	display: none;
}
.send-time{
	text-align: center;
    padding: 15px 0 20px;
    font-size: 16px;
    color: #333;
}
.pro-sends-okbtn{
    width: 95%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #F67990 0%, #EC3E3E 100%);
    border-radius: 5px;
}
.select-dates-em1{padding-right:5px;}
.select-dates-em1 img{
    width: 9px;
    height: 6px;
    margin: -2px 0 0 5px;
}
/* 适用门店样式 */
.storehide{display:none;}
.pro-store-list{padding:5px 10px;}
.pro-store-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.pro-store-list a{
	font-size: 13px;
	margin: 2px 0;
	width: 85px;
	line-height: 24px;
	color: #666;
	font-weight: normal;
	padding: 0 5px;
	border-radius: 15px;
	text-align: center;
}
.pro-store-list a.on{
    color: #F15757;
    background: #FFF1F1;
    border: 1px solid #F15757;
}
.store-address-list li{
    padding: 0 15px 10px 0;
    margin: 10px 0 10px 15px;
    border-bottom: 1px solid #eee;
}
.store-address-p{
    justify-content: space-between;
    align-items: center;
}
.store-address-p span{
    display: block;
    width:100%;
    color: #888;
}
.call-phone img{
    width: 28px;
    height: 28px;
    padding: 5px;
}
.click-more-btn{
    text-align: center;
    padding-bottom: 10px;
}
.shopcar-gift{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-wraings{padding: 20px 0;}
.shop-wraings p{
    line-height: 24px;
    padding: 0 20px;
    color: #666;
    font-size: 12px;
}


/*确认订单页地址信息样式*/
/* 收货地址 */
.userCenter_shippingAddress_content{
    padding-top:44px;
    background: white;
}
#userCenter_shippingAddress {
    height: 100%;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
}

.shipping_bian {
    background: url('../images/userCenter_shipping_bianIcon.png') no-repeat;
    background-size: 100% 100%;
    height: 2px;
}

.shippingAddress_content_ul {
    padding-left: 15px;
    padding-bottom: 100px;
}

.shippingAddress_content_li {
    border-bottom: 1px solid #eeeeee;
    padding: 14px 14px 14px 0;
    display: flex;
    justify-content: space-between;
}

.shippingAddress_content_li .shippingAddress_content_li_left {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.shippingAddress_content_li .shippingAddress_content_li_center {
    width: 75%;
    padding: 0 5px;
}

.shippingAddress_content_li .shippingAddress_content_li_right {
    text-align: right;
}

.shippingAddress_content_li_left span:nth-of-type(1) {
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.shippingAddress_content_li_left span:nth-of-type(2) {
	width: 33px;
	height: 16px;
	line-height: 13px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F15757;
	padding: 1px 1px;
	border-radius: 2px;
	border: 1px solid #F15757;
	margin-top: 3px;
	text-align: center;
}

.shippingAddress_content_li_right img {
    width: 18px;
    height: 18px;
    margin-top: 12px;
}

.shippingAddress_content_li_phoneNum {
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.shippingAddress_content_li_addr {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    margin-top: 3px;
}

.shippingAddress_newAddr {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
}
.shippingAddress_newAddr span{
	display: inline-block;
	width: 92%;
	height: 44px;
	line-height: 44px;
	background: linear-gradient(90deg, #FF586F 0%, #EE243F 100%);
	border-radius: 6px;
}

/* 新建地址 */
.userCenter_newAddress_li .cell-input {
    text-align: left;
    background: none;
    margin: 0;
    height:auto;
    color: #222;
}
.userCenter_newAddress_li .g-scrollview {
    text-align: left;
    padding-bottom: 0;
}
.userCenter_newAddress_li .g-scrollview:after{
    display: none;
}
.userCenter_newAddress_li .cell-input:-moz-placeholder {
    color: #ccc;
}
.userCenter_newAddress_li .cell-input::-moz-placeholder {
    color: #ccc;
}
.userCenter_newAddress_li .cell-input:-ms-input-placeholder{
    color: #ccc;
}
.userCenter_newAddress_li .cell-input::-webkit-input-placeholder{
    color: #ccc;
}
.userCenter_newAddress_li > span{
    display: inline-block;
    width: 80px;
}
.m-address-2{padding: 54px 0 0;}
.userCenter_newAddress_content {
    /* padding-left: 15px; */
    background: white;
    border-top: none;
    padding: 0 12px !important;
}
.userCenter_newAddress_set{margin-top:10px;}
.userCenter_newAddress_li {
    /* padding: 15px 15px 15px 0; */
    padding: 0 !important;
    height: 45px !important;
    line-height: 45px !important;
    justify-content: space-between;
    align-items: center;
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    border-bottom: 1px solid #eeeeee;
}

.userCenter_newAddress_li:last-of-type {
    border-bottom: none;
}

.userCenter_newAddress_li input {
    background: white;
    width: 80%;
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.userCenter_newAddress_li input::placeholder {
    font-size: 14px !important;
}

.userCenter_newAddress_set {
    padding: 15px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.userCenter_newAddress_set_left {
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
}

.userCenter_newAddress_set_right img {
    width: 42px;
    height: 24px;
}
.area-loading{
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}
.address-top-show{
	align-items: center;
	overflow: hidden;
	/* border-top:1px solid #eee; */
    background: white;
    border-radius: 6px;
    margin-top: 10px;
}

.group-name{
    margin-left: 10px;
    font-weight: 600;
}

/* 去凑单样式开始 */
.shop-bill{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-bill-left{
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.shop-bill-left-text{
    /* display: flex;
    align-items: center;
    padding: 0 4px;
    background: linear-gradient(313deg, #FF552C 0%, #FF2637 100%);
    border-radius: 2px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF; */
    width: 64px;
    height: 16px;
}

.shop-bill-left-money{
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #222222;
    margin-left: 5px;
}

.shop-bill-left-img{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
}

.shop-bill-right{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    padding-right: 15px;
}

.shop-bill-right-img{
    width: 6px;
    height: 10px;
    margin-left: 3px;
}
/* 去凑单样式结束 */

/* 失效商品图开始 */
.invalidImg{
    position: absolute;
    top: 0;
    left: 10px;
    background: rgba(216,216,216,.5);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invalidImg img{
    margin: 0 auto;
    width: 60px;
    height: 60px;
}
/* 失效商品图结束 */

/* 猜你喜欢icon开始 */
.like-icon{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
/* 猜你喜欢icon结束 */

/* 商品详情标题开始 */
.goodsDetails-labelContent{
    padding: 13px 15px;
    background: white;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #222222;
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}
.goodsDetails-labelContent img{
    width: 10px;
    height: 11px;
    margin-right: 6px;
}
/* 商品详情标题结束 */

.pay-total-price, #total-price, .goods-total-price, .post-fee{
    font-weight: 600;
}