.car_table{
	width: 100%;
	height: auto;
	max-width: 1040px;
	margin: 0 auto;
	border:1px solid #5E5E5E;
	text-align: center;
	overflow:hidden;
	position: relative;
	
	}
	.car_table .car_th{
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: rgba(128,128,128,.2);
		text-align: center;
		
		
	}
	.car_th{
		position: absolute;
		top:0;
		left: -1px;
	}
	
	
.car_table .car_th li{
	border-left:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:0px;
}
.car_table .car_th li:first-child{
	border-left:0 ;
}.car_body{
	padding: 0;
	margin: 0;
	margin-top: 41px;

}
.car_body li{
	height: 145px;
	line-height: 145px;
	padding: 0;

	overflow: hidden;
}
.car_body .tb_imgBox{
	width: 100%;
	padding: 4px;
	margin: 0;
	
	}
.car_body{
	padding-bottom: 30px;
}	
	
.car_body .tb_imgBox dt{
	width: 30%;
	display: inline-block;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 2px;


}
.car_body li{
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*margin-left: 1px;*/
}.car_body li:last-of-type{
	border-right: 0;
}
.car_body .tb_imgBox dd{
	width: 67%;
	display: inline-block;
	margin-right: 10px;
	float: right;
	font-size: 14px;
	padding-top: 10px;
	padding: 10px 15px 0;
	
}
.car_body .tb_imgBox img{
	width: 100%;
}
.car_body li>input{
	width: 20%;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	text-align: center;
	}
.sum_text{
	width: 40%;
	display: inline-block;
}

.sum_btn{
	display: inline-block;
	width: 30%;
}
.sum_btn input{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #4da9ea;
	border-radius:5px ;
	display: inline-block;
	color: #FFFFFF;
	font-size: 23px;
	text-align: center;
	margin-bottom: 10px;
	
}
.sum{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(128,128,128,.2);
	padding-bottom: 10px;
	
}
.sum{
	position: relative;
}
.total_price{
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
}
.total_price b{
	font-size: 30px;
	color: #D90000;
}
.sum h3{
	font-size: 20px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
}

.sum  h6{
	font-size: 12px;
	height: 30px;
	line-height: 10px;
}
.sum_btn{
	position: absolute;
	top: 30px;
	right: 30px;
}
