.popular_box{
	margin-bottom: 100px;
}
.popular_box>h2{
	margin-bottom: 22px;
}
.search_box{
	padding-top: 30px;
	box-sizing: border-box;
}
.search_box>img{
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}
.nav_list {
    height: 50px;
}
.red_home{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #333;
}
.red_home>img{
	vertical-align: middle;
}
.shopCar_box{
	overflow: hidden;
}
.shopCar_list{
	float: left;
	width: 850px;
	border:1px solid #dfdfdf;
	padding:28px 20px; 
	box-sizing: border-box;
}
.cart_total_box{
	float: right;
	width: 254px;
}
.cart_total{
	border:1px solid #dfdfdf;
	margin-bottom: 40px;
}
.cart_total h2{
	display: block;
	padding:0 20px;
	background-color: #f3f3f3;
	box-sizing: border-box;
	line-height: 44px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom: 20px;
}
.cart_total>p{
	margin-bottom: 20px;
	padding:0 30px;
	box-sizing: border-box;
}
.cart_total>p>span{
	display: block;
	color:#666;
	font-size: 14px;
}
.cart_total>p i{
	color:#333;
	font-size: 18px;
	font-style: normal;
}
.cart_total>p b{
	font-size: 20px;
	color:#e31115;
	font-weight: bold;
}
.tijiao{padding:0 0 20px 0;box-sizing: border-box;}
.tijiao>label{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding:0 20px;
	box-sizing: border-box;
}
.tijiao>label span {
    display: block;
    margin-bottom: 4px;
    color: #666;
    font-size: 18px;
}
.tijiao>label span i {
    color: red;
    font-style: normal;
}
.tijiao>label input {
    display: block;
    height: 38px;
    line-height: 38px;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding-left: 6px;
    outline: none;
    box-sizing: border-box;
}

.tijiao>label textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 5px;
    padding: 6px 10px 0;
    outline: none;
    box-sizing: border-box;
}
.cart_total>a{
	display: block;
	background-color: #000;
	width: 218px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color:#fff;
	margin:0 auto;
}
.shopCar_list li{
	padding:30px 0;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
}
.tit_list{
	overflow: hidden;
}
.tit_list span{
	display: inline-block;
	color:#bbb;
	font-size: 14px;
	font-weight: bold;
}
.productName_span{
	padding-left: 24px;
	box-sizing: border-box;
}
.productName_span,.car_pic{
	display: inline-block;
	width: 50%;
	float: left;
}
.price_span,.qty_span,.subtotal_span,.car_total,.car_qty,.car_subtotal{
	display: block;
	width: 14%;
	float: left;
}
.qty_span,.car_qty{
	width: 20% !important;
}
.car_pic>img,.car_order_pic,.car_tit{
	float: left;
}
.car_pic>img,.car_order_pic{
	margin-right:14px;
}
.car_pic>img{
	cursor: pointer;
	margin-top: 28px;
}
.car_order_pic{
	width: 70px;
	height: 70px;
	border:1px solid #dfdfdf;
	box-sizing: border-box;
}
.car_order_pic>img{
	width: 100%;
}
.car_tit{
	font-size: 14px;
	color:#333;
	width: 70%;
}
.car_total,.car_subtotal{
	color:#333;
	font-size: 14px;
}
.car_qty{
	display: inline-block;
	overflow: hidden;
}
.car_qty>span{
	cursor: pointer;
	display: inline-block;
	float: left;
	border:1px solid #999;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}
.car_qty>input{
	text-align: center;
	float: left;
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	border:none;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	box-sizing: border-box;
	outline: none;
	padding-left: 6px;
}
.car_qty> input::-webkit-outer-spin-button,
.car_qty> input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.car_qty> input[type="number"]{
	-moz-appearance: textfield;
}
.continueShop,.clearShop{
	display: inline-block;
	float: left;
	width: 180px;
	height: 40px;
	border:1px solid #dfdfdf;
	color:#666;
	font-size: 14px;
	background-color: #f3f3f3;
	text-align: center;
	line-height: 40px;
	margin-top: 24px;
}
.clearShop{
	float: right;
}