.pro_list .pro_list_item{
	border-bottom:  1px solid #F3F3F3;
	padding: 20px 0;
	margin-bottom: 20px;
}
.pro_list .main_pros{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.pro_list .main_pro_img{
	width: 78%;
}
.pro_list .add_icon{
	font-size: 35px;
	font-weight: 600;
	width: 16%;
}
.pro_list .pro_info .name{
	color: #333;
	max-height: 75px;
	padding-bottom: 4px;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.6rem;
	word-wrap: break-word;
	word-break: break-all;
	text-align: left;
}
.pro_list .pro_info .price{
	color: #ff6900;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4rem;
	font-family: "Camphor Pro",sans-serif;	
}
.zuhe_info .showPrice{
	height: 80px;
	background: #F3F3F3;
	border-radius: 6px;
	padding: 15px 8px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	margin-top: 16px;
}
.zuhe_info .showPrice .price{
	color: #333;
}
.zuhe_info .showPrice .priceVal{
	font-size: 16px;
	font-family: CamphorPro-Bold, CamphorPro;
	font-weight: bold;
	display: inline-block;
	padding-left: 5px;
	color: #FF6D07;
}
.zuhe_info .showPrice .limit{
	margin-top: 9px;
	color: #999990;;
}
.zuhe_info .pro_num{
	color: #333333;
	margin-top: 16px;
	font-size: 14px;
}
.zuhe_info .pro_num .caozuo{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #F3F3F3;
	border-radius: 6px;
	line-height: 1;
	padding: 0;
	font-size: 32px;
	margin-right: 2%;
	margin-left: 3%;
	font-family:cursive;
	color:#333;
}
.zuhe_info .pro_num .zuhe_num{
	height: 32px;
	background: #F3F3F3;
	border-radius: 6px;
	outline: none;
	border: 0px;
	width: 64px;
	text-align: center;	
}
.zuhe_info .pro_kucun{
	margin-top: 16px;
	font-size: 14px;
	font-family: CamphorPro-Regular, CamphorPro;
	font-weight: 400;
	color: #333333;
}
.zuhe_info .btns .btn{
	height: 40px;
	border-radius: 6px;
	text-align: center;
	width: 100%;
	color: #fff;
	margin-top: 16px;
}
.btn.btn-invalid{
	background-color:#FF5500;
}
.btn.similar{
	background-color: #FF8F22;
}
.btn.storepick{
	background-color: #B31919;
}
.children-list .swiper-slide img{
	padding: 20px;
}
.zuhe_info .name{
	font-size: 16px;
	font-family: CamphorPro-Bold, CamphorPro;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.caozuo.disabled{
	color: #666;
}
.list_title{
	color: #333;
	font-weight: 700;
}
.pro_list .pro_info{
 padding: 0 15px;
}
@media screen and (max-width: 992px){
	.pro_list .pro_info{
	  display:none;
	}

}
@media(max-width: 1200px){
	.swiper_pad{
		padding:0 11%;
	}
}
#myshoppingCar .main_product,#myshoppingCar .child_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#myshoppingCar .pro_img{
	width: 18%;
	height: 100px;
}
#myshoppingCar .pro_info{
	height: 100px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 50%;
}
#myshoppingCar .pro_num{
	width: 20%;
}
#myshoppingCar .attrs{
	font-size: 13px;
	font-family: CamphorPro-Regular, CamphorPro;
	font-weight: 400;
	color: #999999;
}
#myshoppingCar .price{
	font-size: 18px;
	font-family: CamphorPro-Medium, CamphorPro;
	font-weight: 500;
	color: #E9223B;
}
#myshoppingCar .child_product .child_item{
	background-color: #f3f3f3;
	margin-left: 10px;
	padding: 10px;
	margin-top: 10px;
}
#myshoppingCar .child_product .part{
	font-size: 15px;
	font-family: CamphorPro-Medium, CamphorPro;
	font-weight: 500;
	color: #FFFFFF;
	display: inline-block;
	background-color: #FEC200;
	border-radius: 5px;
	padding: 5px;
	margin-left: 5px;
}