.shoppingCartTab{
	width: 100%;
}
.selectProduct{
	padding-left: 1rem;
}
.selectProduct img{
	width: 1.9rem;
	height: 1.9rem;
}
.productImg img{
	width: 9.5rem;
	height: 9.5rem;
}
.productImg{
	margin-right: 1rem;
}
.productTit{
	font-size: 1.6rem;
	color: #333333;
	font-weight: normal;
}
.shoppingCartTab tr td{
	background: #FFFFFF;
	border-bottom: 1rem solid #F0F0F0;
}
.productContent{
	padding: 1rem 1rem 0.5rem 0rem;
	margin-left: 1rem;
}
.productContent1{
	border-bottom: 1px solid #F0F0F0;
}
.delete{
	color: #999999;
	font-size: 1.2rem;
	margin-top: 0.4rem;
}
.productAddress{
	font-size: 1.5rem;
	color: #999999;
	padding: 0.5rem 0;
}
.currentPrice{
	font-size: 1.5rem;
	color: #fe0303;
}
.originalPrice{
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #999999;
}
.quantity{
	border: 1px solid #D6D6D6;
	height: 2.4rem;
	border-radius: 0.3rem;
}
.quantity input{
	vertical-align: top;
}
.quantityBtn{
	width: 2rem;
	height: 2.5rem;
	font-size: 1.5rem;
	color: #666666;
	border: 0;
	background: 0;
}
.quantityTxt{
	width: 4rem;
	height: 2.33rem;
	outline: none;
	text-align: center;
	border: 0;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-radius: 0;
}
.shoppingCartWriting{
	font-size: 1.8rem;
}
.allCheckDiv{
	margin-left: 1.5rem;
	font-size: 1.3rem;
}
.shoppingCartWriting span a{ 
	color: #12c2f4;
	display: inline-block;
	margin-left: 0.5rem;
}
.total_price1{
	font-size: 1.5rem;
    margin-left: 1rem;
    color: #fe0303;
    margin-top: 0.3rem;
}
.total_price{
	position: fixed;
	width: 100%;
	background: #fff;
	bottom: 0;
	height: 4rem;
	line-height: 3.5rem;
}
.btn-warn{
	width: 10rem;
	height: 4rem;
	line-height: 3.5rem;
	text-align: center;
	background: #FE464E;
}
.btn-warn a{
	display: block;
	color: #fff;
	font-size: 1.5rem;
}

.shoppingNo{
	background:#fff;
	padding: 3rem 0;
}
.icon-shopcart1{
	width: 3.1rem;
	height: 2.3rem;
	vertical-align: middle;
}
/*推荐产品  */
.recommendTit{
	margin:2rem auto;
	width:22rem;
	border-top: 1px solid #999;
	position: relative;
}
.recommendTit h3{
	font-weight: normal;
	font-size: 1.5rem;
	color: #666;
	width:8.5rem;
	text-align:center;
	background: #f0f0f0;
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -4.25rem;
}
.recommendList li{
	float: left;
	width: 50%;
}
.recommendList{
	overflow: hidden;
}
.recommendList li a{
	display: inline-block;
	margin: 0rem 1rem 1rem 1rem;
	height: 17rem;
	background: #fff;
}
.recommendList li a img{
	width: 100%;
	height:11rem;
}
.swiper-slide-tit{
	margin-left: 0.8rem;
    font-size: 1.4rem;
    color: #333333;
    font-weight: normal;
    margin-top: 0.5rem;
}
.swiper-slide-depict{
	color: #999999;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-left: 0.8rem;
    width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-slide-price{
	margin-left: 0.8rem;
    color: #ff000a;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}