.row{
	margin: 0px;
}
.containerCart{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #FFFFFF;
	font-size: 14px;
}
.carttab_title{
	margin:36px 0px 24px 0px;
	height: 50px;
	background:#FBFBFB;
	display: flex;
	align-items: center;
	position: relative;
}
.carttab_title .quanxuan{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.carttab_title .quanxuan input{
	margin-top: 0px;
	margin-right: 5px;
}
.carttab_title .quanxuan .del_selected{
	margin-left: 22px;
}

.carttab_goods{
	margin:0px 0px 24px 0px;
	border: 1px solid #E9E9E9;
	font-size: 14px;
}
.goods{
	height: 148px;
	display: flex;
	align-items: center;
}
.goods:hover{
	background: rgb(255,250,243);
}
.goods .danxuan{
	display: flex;
	align-items: center;
}
.goods_name{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
}
.goods .danxuan img{
	border:1px solid #E0E0E0;
	margin-left: 5px;
}
.cart_del{
	color:#335DB3 ;
}
.cart_del:hover{
	text-decoration: underline;
}
.tijiao_je{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
}
.tijiao_je .yx span{
	color: #E50012;
}
.tijiao_je .price{
	color: #E50012;
	font-size: 20px;
	font-weight: 700;
}
.xiadan{
	width: 120px;
	height: 44px;
	background: #E50012;
	display: flex;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
}
.xiadan:hover{
	background: #FA0015;
}
/* 复选框样式 */
input[type='checkbox']{
	width: 14px;
	height: 14px;
	border: 1px solid #E0E0E0;
	margin-right: 12px;
	-webkit-appearance:none;
	background-color: #fff;
	 border-radius: 2px;
    outline: none;
}
input[type='checkbox']:checked{
	background: url("../img/icon_select.png") no-repeat center;
}
.noCart{
	width: 100%;
	height: 464px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #EBEBEB;
}
.noCart img{
	margin-top: 128px;
}
.noCart .nobiaot{
	margin-top: 24px;
}
.noCart .nobtn{
	margin-top:16px;
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	background: #E50012;
	font-size: 16px;
}
.noCart .nobtn:hover{
	background: #FA0015;
}