.car-container{
	padding: 90px 0 100px;
}
.page-title{
	font-size: 26px;
	color: #333333;
	line-height: 46px;
	font-weight: bold;
	margin: 0 0 20px;
}
.car-list{

}
.car-list .item{
	margin-bottom: 20px;
}
.car-list .item:last-child{
	margin-bottom: 0;
}
.car-list table{
	border: 1px solid #f1f1f1;
}
.car-list th{
	padding: 0 10px;
	border-bottom: 1px solid #f1f1f1;
	background: #f6f6f6;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 68px;
	font-weight: normal;
	border-right: 0 none;
}
.car-list td{
	padding: 20px 10px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 13px;
	color: #666666;
	line-height: 26px;
}
.car-list .failure{
	display: block;
	margin: 0 auto 0;
	text-align: center;
	width: 32px;
	height: 20px;
	line-height: 20px;
	background: #999999;
	font-size: 12px;
	color: #fff;
}
.car-list .fz16{
	font-size: 16px;
}
.car-list .red{
	color: #e60000;
}
.car-list del{
	font-size: 14px;
	color: #aaa;
	margin-top: -5px;
	display: block;
}
.car-list img{
	float: left;
}
.car-list .tow-img{
	text-align: center;
}
.car-list .border{
	float: left;
	border: 1px solid #f1f1f1;
	margin: 0 5px 5px 0;
}
.car-list .two-img .border{
	width: 128px;
}
.car-list .border:last-child{
	width: 128px;
}
.car-list .border img{
	float: none;
	display: block;
	margin: 0 auto 0;
}

.car-list .name{
	font-size: 14px;
	color: #333333;
}
.car-list .ovh-text{
	cursor: pointer;
}
.car-list .ovh-text.cur{
	vertical-align: top;
}
.car-list .ovh{
	height: 78px;
}
.car-list .open-icon{
	height: 8px;
	background: url(../img/x_ico3.png) no-repeat center;
	cursor: pointer;
	display: block;
}
.car-list .open-icon.cur{
	background-image: url(../img/x_ico4.png);
}
.car-list .c3{
	color: #333;
}
.car-list .amount-wrap{
	margin: 0 auto 0;
}
.car-container .checkbox{
	width: 26px;
	height: 26px;
	display: block;
	margin: 0 auto 0;
	background: url(../img/check1.png) no-repeat center;
	cursor: pointer;
}
.car-container .checkbox.checked{
	background-image: url(../img/check2.png);
}
.car-container .del{
	display: block;
	margin: 0 auto 0;
	width: 26px;
	height: 26px;
	background: url(../img/car_del1.png) no-repeat center;
}
.car-container .del:hover{
	opacity: .8;
}

.car-bottom{
	background: #fafafa;
	padding: 62px 32px 60px;
}
.car-bottom .all{
	margin: 0 15px;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	user-select: none;
}
.car-bottom .total{
	font-size: 14px;
	color: #aaaaaa;
	line-height: 24px;
	margin-top: 4px;
	margin-right: 20px;
}
.car-bottom .total span{
	color: #333333;
}
.car-bottom .box{
	font-size: 20px;
	color: #333333;
	line-height: 38px;
	margin-top: -5px;
}
.car-bottom .box .red{
	color: #e60000;
	font-size: 28px;
}
.car-bottom .note-box{
	
}
.car-bottom .note-box p{
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	margin-right: 10px;
}
.car-bottom .note-box textarea{
	float: left;
	background: #fff;
	padding: 8px 12px;
	font-size: 12px;
	color: #333;
	line-height: 24px;
	width: 365px;
	height: 72px;
}

.car-footer{
	margin-top: 38px;
}
.car-submit{
	float: right;
	width: 136px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	background: #333333;
	font-size: 14px;
	color: #ffffff;
}
.car-submit:hover{
	color: #fff;
	opacity: .8;
}
.car-footer .back{
	float: right;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 42px;
	margin-right: 35px;
}
.car-footer .back:hover{
	color: #333;
}
