
body{
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*{
	padding: 0;
	margin: 0;
}
ul,ol,li{
	list-style: none;
}
a{
	color: #333;
	text-decoration: none.shop-txt}

body,html{
	width: 100%;
	height: 100%;
}
.head{
	height: 44px;
	width: 100%;
	border-bottom: 1px solid #dedede;
	position: relative;
	background: #fff;
}
.head_tit{
	position: absolute;
	left: 10%;
	right: 10%;
	height: 44px;
	font-weight: normal;
	text-align: center;
	color: #292929;
	line-height: 44px;
	font-size: 17px;
}
.head-back{
	width: 12px;
	height: 18px; 
	background: url(images/mobileShopcart/headback.png) no-repeat left center;
	background-size: 100% auto;
	margin-top: 14px;
	float: left;
	margin-left: 3%;
}
.head-ri{
	float: right;
	line-height: 44px;
	margin-right: 7%;
	font-size: 14px;
}
.head-ri b{
	display:inline-block;
	width: 18px ;
	height: 14px;
	margin-left: 10px;
	background: url(images/mobileShopcart/headri.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
}

.content{
	width: 100%;
	padding-bottom: 50px;
}

.shop-title{
	display: flex;
	display: -webkit-box;
	position: relative;
	-webkit-box-align: center;
	background: #fff;
}
.check-btn{
	width: 16px;
	height: 16px;
	margin-left: 3%;	
	margin-top: 1%;
}



.icon-check:before{
	content: "\e65f";
	display: block;
	font-size: 1.5em;

}
.icon-check:checked:before{    
	content: "\e90d";
    display: block;
    font-size: 1.5em;
    color: red;

}
.shop-title-info{
	padding-left: 12px;
	display: flex;
	display: -webkit-box;
	line-height: 40px;
}
.shop-ionc{
	margin-top: 12px;
	margin-right: 8px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/mobileShopcart/shopicon.png) no-repeat;
	background-size: 100%;
}
.shop-txt{
	font-size: 14px;
	padding-right: 10px;
	color: #292929;
}
.shop-type span{
	border: 1px solid #5eba7e;
	border-radius: 10px;
	padding: 0px 6px;
	font-size: 12px;
	color: #5eba7e;
}
.shop-option{
	position:absolute;
	line-height:53px;
	top: 0;
	right: 1%;
}
.shop-option a{
	color: #646464;
}
.coupons-btn{
	padding-right: 5px;
	border-right: 1px solid #a0a0a0;
}

.shop-group-item{

}
.shop-cart-list li{	
	background: #fff;
}
.shop-cart-list li .shop-carts{
	display: flex;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	position: relative;
	overflow: hidden;
	
}
.goods-con{
	border-top: 1px solid #f0f0f0;
	padding: 10px 0;
	-webkit-box-flex: 1;
	display: flex;
	display: -webkit-box;
}
.goods-img{
	width: 27%;
	margin-left: 12px;
}
.goods-img img{
	width: 100%;
	display: block;
}
.goods-info{
	padding: 0 15px 0 10px;
	-webkit-box-flex: 1;
	box-sizing: border-box;
	position: relative;
}
.goods-tit{
	display: none;
	overflow : hidden;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
}
.goods-size{
	color: #a6a6a6;
	height: 22px;
	line-height: 22px;
 	padding: 0 25px 0 0px; 
	border-radius: 5px;
	background: #fafafa;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 12px;
    -webkit-box-orient: vertical;
    margin-top: 4px;
    position: relative;
}
.goods-size .io-bg{
	display: block;
	position: absolute;
	top: 8px;
	right: 5px;
	width: 15px;
	height: 8px;
	background:url(images/mobileShopcart/iosj.png) no-repeat center center;
	background-size: 100%;
	
	
}
.goods-price{
	padding-top: 12px;	
	position: absolute;
    top: 50px;
    left: 10px;
}
.goods-price span{
	font-weight: bold;
	font-size: 12px;
	color: #e82d26;

	
}
.goods-price label{
	font-weight: normal;
	padding: 2px 5px;
	font-size: 10px;
	background: #e83d26;
	color: #fff;
	border-radius: 15px;
	margin-left: 2px;
}

.mui-table-view-cell{
	position: relative;
	overflow: hidden;	
}
.mui-slider-left,.mui-slider-right{
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;    
}
 .mui-btn{
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mui-table-view-cell > .mui-slider-right{
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.mui-table-view-cell > .mui-slider-left
{
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.goods_left{
	display: -webkit-box;
	-webkit-box-align: center;
	margin:0 3%;
}
.goods_del{
	background:  #f15354;;
	color: #fff;
}

.shop-li .shop-title{
	
}
.d-txt span{
	background: #EF7767;
	color: #fff;
	padding: 0px 10px;
	border-radius: 5px;
	margin-right: 10px;
}
.d-txtinv span{
	background: #eeeeee;
	color: #888;
	padding: 2px 10px;
	border-radius: 5px;
	margin-right: 10px;
}
.shop-txt span{
	color: #a0a0a0;
	font-size: 12px;
	padding-left: 5px;
}
.shop-li-list .goods-con{
	border:0;
}

.shop-li-list .goods-price{

	padding-bottom: 5px;
	position: relative;
}
.shop-li-list .goods-price label{
	float: right;
	background: none;
	color: #333;
}
.goods-give{
	margin-right: 10px;
	background: #f2f2f2;
	color: #a0a0a0;
	border-radius: 5px;
	margin-left: 45px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 22px;
    height: 22px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.goods-img{
	position: relative;
}
.goods-img .ab-txt{
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 1px 2px;
}
.shop-li .shop-title-info{
	border-top: 1px solid #f0f0f0;
	-webkit-box-flex: 1;
	margin-top: -15px;
}
.sum-pri{
	padding-bottom: 10px;
	padding-left: 56px;
	font-size: 14px;
}
.sum-pri span{
	color: #e83d26;
	font-weight:bold;
}

.no-goods-img{
	position: absolute;
	top: 12.5%;
	left: 12.5%;
	width: 75%;
	height: 75%;
	display: block;
}
img.no-goods-img img{
	display: block;
	width: 100%;
}
.no-goods-list .goods-tit{
	color: #a0a0a0;
}
.no-goods-list .goods-size{
	background: none;
	-webkit-line-clamp: 2;
	height: auto;
	font-size: 12px;
	line-height: 14px;
}
.no-goods-list .goods-price span{
	color:#a0a0a0 ;
}
.no-goods-list .goods-price label{
	background: none;
	color: #A0A0A0;
}

.out-goods .shop-txt{
	margin-left: 28px;
}
.out-goods .goods-con{
	margin-left: 28px;
}
.out-goods-btn {
    background: #fff;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-left: 12px;
}
.out-goods-btn a{
	color: #A0A0A0;
	border: 1px solid #A0A0A0;
	padding: 3px 10px;
	border-radius: 10px;
	margin-top: 10px;
    display: inline-block;
}

.d-like{	
	background: #fff;	
	margin-bottom:3em;
}
.d-like-tit{
	text-align: center;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
}
.d-like-tit span{
	color: #666;
}
.d-like-list{
	padding-bottom: 10px;
}
.d-like-list:after{
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.d-like-list li{
	float: left;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
	width: 50%;
}
.d-like-img{
	width: 82%;
	margin: 10px auto;
}
.d-like-img img{
	display: block;
	width: 100%;
}
.d-like-info{
	margin: -6px 10px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
.d-like-type{
	padding: 10px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
}
.d-like-pri{
	color: #d43c27;
	font-weight: bold;
	font-size:12px;
}
.free-post{
	background: #8eb65e;
	color: #fff;
	margin-right: 10px;
	padding: 2px 5px;
}
.stages-ti{
	background: #37a9df;
	margin-right: 5px;
	color: #fff;
	padding: 2px 5px;
}

.footer{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: pink;
	display: flex;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	border-top: 1px solid #F0F0F0;
	box-sizing: border-box;
}

.footer .add-pri{
	height: 50px;
	width: 70%;
	line-height: 50px;
	font-size: 12px;
	background: #FFFFFF;
	text-align: right;
	box-sizing: border-box;
}
.footer .j-mon{
	height: 50px;
	width: 32%;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	background: #eb1313;
	text-align: center;
	box-sizing: border-box;
}
.footer .j-mon-gray{
	height: 50px;
	width: 32%;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	background: #a0a0a0;
	text-align: center;
	box-sizing: border-box;
}

.wrap-hidd{
	height: 100%;
	overflow: hidden;
}
.bg-black{
	width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);			    
    position:absolute;
    top:0;
    left:0;
    bottom: 0;
    z-index:101;
    display: none;
    overflow: hidden;
}
.bg-white{
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	max-height: 60%;
	box-sizing: border-box;
	z-index: 200;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.attr-wrap{
	width: 100%;
	-webkit-box-flex: 1;
	overflow-y: auto;
}
.attr-colse{
	width: 15px;
	height: 15px;
	background:url(images/mobileShopcart/arrtclo.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
}
.attr-info{
	position: relative;
}
.attr-info .attr-img{
	display: block;
	width: 100px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	position: absolute;
	top: -28px;
	left: 10px;
}
.attr-info .attr-pri{
	padding-left: 122px;
	padding-top: 30px;
}
.attr-info .attr-pri h6{
	font-size: 15px;
	color: #e83d26;
	margin-bottom: 6px;
	font-weight: normal;
}
.attr-col{
	padding: 20px 10px;	
}
.attr-col .attr-col-tit{
	padding-bottom: 20px;
}
.attr-col ul:after{
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.attr-col ul li{
	float: left;
	margin-right: 15px;
	margin-bottom: 22px;
}

.attr-col ul li a{
	border:1px solid #d2d2d2;
	border-radius: 13px;
	padding: 6px 12px;
}
.attr-num{
	padding: 30px 10px 15px 10px;
	display: -webkit-box;
	border-bottom: 1px solid #D2D2D2;
	-webkit-box-pack: justify;
}
.attr-num-aj{
	height: 24px;
	border: 1px solid #d2d2d2;	
}
.attr-num-aj a{
	width: 22px;
	text-align: center;
	display: inline-block;
	line-height: 24px;	
}
.attr-num-aj .add{
	border-right: 1px solid #D2D2D2;	
}
.attr-num-aj .sub{
	border-left: 1px solid #D2D2D2;	
}
.attr-num-aj span{
	padding: 0px 10px;
}
.attr-state{
	padding: 10px 0;
}
.attr-foot{
	width: 100%;
	height: 50px;
	display: flex;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	border-top: 1px solid #F0F0F0;
	box-sizing: border-box;
}
.attr-foot a{
	display: block;
	width: 32%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}


a.goodsssj {
    width: 36%;
    background: #fff;
    align-items: center;
    color: #292929;
    -webkit-box-align: center;
    display: -webkit-box;
}
.attr-foot01 a{
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}
.attr-foot .jo-ca{
	background: #f8b630;	
}
.attr-foot .jo-ca-gray{
	background: #dedede;	
	color:#646464;
}
.attr-foot .no-bu{
	background: #e83d26;
}
.attr-foot .no-bu-w{
	background: #e83d26;
	color:#ffffff;
}
.attr-foot01 .no-bu{
	background: #e83d26;
}
.attr-de-tit{
	display: flex;
	display: -webkit-box;
	-webkit-box-pack: justify;
}
.attr-de-tit p{
	font-size: 13px;
}
.slider_right{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: red;
    padding-top: 50px;
}
.slider_right a{
	padding: 0 20px;
    align-items: center;
    -webkit-box-align: center;
    color: #fff;
    font-size: 1em;
}
.page_rule_JQ{
	position: absolute;
	top: 27px;
	left: 0;
	color: #a0a0a0;

	font-size: 10px;
	font-weight: 700;
	width: 400%;
}

.page_rule_rightI {
   width: 64px;
	border: 1px solid #D2D2D2;
	border-radius: 20px;
	display: -webkit-inline-box;
	margin-right: 41px;
	position: absolute;
	right: -25px;
	top: 5.3em;
}
.page_rule_rightI input.page_rule_inputS {
    border: none;
    text-align: center;
    width: 30px;
    color: #292929;
}
.page_rule_rightIt {
    width: 64px;
    border: 1px solid #D2D2D2;
    border-radius: 20px;
    margin-left: 3em;
    padding: 2px;
    display: -webkit-inline-box;
    position: absolute;
    right: 17px;
    top: 50%;
    font-size: 10px;
}
.page_rule_rightIt input.page_rule_inputS {
    border: none;
    text-align: center;
    width: 30px;
    color: #292929;
}
.page_rule_rightJ{
	margin-left: 4px;
	border-right:1px solid #ccc;
	padding-right:6px;
}
.page_rule_rightF{
	border-left:1px solid #ccc;
	padding-left:6px;
}
.page-goods-info{
	padding: 0 107px 0 10px;
    -webkit-box-flex: 1;
    box-sizing: border-box;
}
.ab-txt span.page_rule_tordrt{
	width: 100%;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    position: relative;
    right: 0;
}

.content01{margin-top:-0.6em;background: #FFFFFF; width: 100%;}
@media(device-height:568px) and (-webkit-min-device-pixel-ratio:2){
	.content01{
		   margin-top: -0.7em;
	}
}
.d-like-way{font-size:12px;}
.page-shop-S{margin-left: 60px;color: #a0a0a0;border-bottom: 1px solid #f0f0f0;width: 100%;padding-bottom:5px;}

.goods-size-color{    
	color: #a6a6a6;



    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 12px;
    -webkit-box-orient: vertical;
    margin-top: 4px;
    position: relative;
    width: 100%;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.page_rule_wh{
	width: 100%;
    border-radius: 60px;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    text-align: center;
    line-height: 69px;
    color: #fff;
}
@media(device-height:568px) and (-webkit-min-device-pixel-ratio:2){
	.page_rule_wh{
		       height: 90%;line-height: 58px;
	}
}
.bg-black01{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 101;
    display: none;
    overflow: hidden;
}

.page-r{border: 1px solid red;}

.attr-col ul li a.page-h{border: 1px dashed #d2d2d2;}

.page_rule_rightII{    
	width: 64px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-left: 3em;
    padding: 2px;
    display: -webkit-inline-box;
    position: absolute;
    right: 0.8em;
    top: -3px;
}
.page-buttom{position: relative;}
.page_rule_rightII input.page_rule_inputS{    
	border: none;
    text-align: center;
    width: 30px;
    color: #292929;
}
.page-color{
	overflow: hidden;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    color: #A0A0A0;
}
.goods-price .page-m{color: #A0A0A0;     font-weight: normal;
    padding: 2px 10px;
    font-size: 10px;
    background: #e83d26;
    border-radius: 15px;
    margin-left: 8px;
}
.page_rule_y{
	border: none;
    border-radius: 20px;
    display: -webkit-inline-box;
    color: #a0a0a0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 10px;
}
.shop-title-l{
	margin: 10px 0;
    color: #6a6f8a;
    padding: 5px 0 0;
}

.attr-foot-j{    
	width: 100%;
    height: 50px;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    border-top: 1px solid #F0F0F0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
}
.attr-foot-j .jo-ca{
    background: #e83d26;
    width: 50%;
    text-align: center;
    line-height: 51px;
    color: #fff;
}
.attr-foot-j .no-bu{
	background: #f8b630;
	width: 50%;
    text-align: center;
    line-height: 51px;
    color: #fff;
}
.goodsssj .check-btn{
	margin-left: 18px;
	margin-right: 10px;
    font-size: 0.9em;
}

.attr-col ul li a.color-redafes{border-color:#e83d26;color:#e83d26;}
.icon-close-tyingInfo2:before{display:block;content:"\e91c";color:#a0a0a0;float:right;margin-top:1em;font-size:1em;margin-right: 0.82em;}

.icon-Zdiv:before{content:"\e926";font-size: 14px;display: block;padding-top: 14px;padding-right: 7px;color: #e83d26;}
.haigmsg{color:#fff;position:fixed;bottom: 50px;left:0;background: #f18475;width: 100%;height: 30px;font-size: 12px;text-align: center;line-height: 30px;}
.prodmsgClass{font-size: 12px;color: #a0a0a0;margin-top: 3px;display: block;}
.isChangeSku{display:-webkit-box;}
.attr-foot .skuButtonRed{width:100%;background:#e83d26;}
.attr-foot .skuButtonGray{width:100%;background: #d2d2d2;}
.shopcart-toindex{border:1px solid #a0a0a0;border-radius: 35px;text-align: center;padding: 3px 16px;color: #a0a0a0;font-size: 1.2em;}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
	.page-carts{height:10em;}
}
.page-shop-left{color:#fff;margin-right:-1px;}
.emptyDiv{display: none;}

.skuc-jifen1{color:#e83d26;font-size:15px;}
.skuc-jifen2{color:#292929;font-size:12px;padding-left:3px;}
.skuc-jifen3{color:#e83d26;font-size:12px;padding-left:3px;}


.mcart-icon1-gray{
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	height: 1em;
	font-size: 12px;
	padding: 1em;
	line-height: 0em;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #a0a0a0;
}
.mcart-icon1-red{
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	height: 1em;
	font-size: 12px;
	padding: 1em;
	line-height: 0em;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #e83d26;
}


.msyg{
	width: 4em;
	background: url(/mobile/images/mobileShopcart/msyg.png) no-repeat;
	padding: 0 1em;
	text-align: center;
	background-size: 100%;
	color: #fff;

	font-size: 0.75em;
	float: left;
	line-height: 1.6em;
}

.xsms{
	width: 4em;
	background: url(/mobile/images/mobileShopcart/xsms.png) no-repeat;
	padding: 0 1em;
	text-align: center;
	background-size: 100%;
	color: #fff;

	font-size: 0.75em;
	float: left;
	line-height: 1.6em;
}


