/*commet star*/
.main{  
	margin:84px auto 0;
	position: relative;
}
body{
	font-family: "Microsoft YaHei";
}
.w{
	width: 1140px;
	margin: 0 auto;
}
ul,li{
    list-style:none;
    padding:0;
    margin:0;
}
/*comment end*/

.car .hotProduct-list-head img{
    width: 221px;
    height: 276px;
}


/*centent start*/



/*list-drop start*/
.hotProduct-list{
	width: 1140px;
	height: 276px;
	margin-top: 34px;
	box-shadow: 0px 3px 20px rgb(167,181,187);
	background: #ffffff;
	position: relative;
}

.hotProduct-list-head{
	width: 221px;
	height: 276px;
	float: left;
	position: relative;
}




.car-introduce{
	width: 386px;
	height: 276px;
	padding-left: 73px;
	float: left;
}
.car-introduce h2{
	margin-top: 42px;
	font-size: 24px;
	color: #000000;
	letter-spacing:0;
}
.car-introduce-block1{
	margin-top:35px;
	height: 35px;
	width: 90px;
	font-size: 18px;
	letter-spacing: 0;
	padding-left:43px;
	float: left;
	line-height: 35px;
}
.car-introduce-block3{
	margin-top:35px;
	height: 35px;
	width: 90px;
	font-size: 18px;
	letter-spacing: 0;
	padding-left:43px;
	float: left;
	line-height: 35px;
	margin-left: 30px;
}
.car-introduce-block2{
	margin-top:35px;
	height: 35px;
	width: 295px;
	font-size: 18px;
	letter-spacing: 0;
	padding-left:43px;
	float: left;
	line-height: 35px;
}

.car-apply{
	float:left;
	margin-top: 25px;
	padding-left: 76px;
	height: 220px;
	width: 265px;
	border-left:1px solid #6FB2E7;;
}

.car-apply .inputItem{
	margin-top:15px;
	width: 343.5px;
	height: 26px;
}
.car-apply label{
	font-size: 12px;
	color: #000000;
	letter-spacing: 2px;
}
.car-apply .inputText{
	width: 236.5px;
	height: 26px;
	margin-left: 6px;
	border:none;
	background-color: #F3F7FA;
	padding-left: 6px;
	color: #4f4949;
}

.car-apply #inputItem_birthday input{
	background:#F3F7FA url(/market/images/v2/icon_chexian_calender.png) no-repeat 220px center;
}
.car-apply .inputText-carNum{
	width: 142.5px;
	height: 26px;
	margin-left: 6px;
	border:none;
	background: rgb(243,247,250);
	padding-left: 6px;
}
.plateNoChx{
	background: rgb(243,247,250);
	opacity: .6;
}


.car-apply .submint-block {
	height:40px;
	width:220px;
	background: #1565c0;
	border-radius: 24px;
	position: relative;
	line-height: 48px;
	text-align: center;
	margin: 23px 0px 0px 45px;
	cursor: pointer;
}
.submint-block::after {
	content: '';
	height:40px;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	width:220px;
	background:#4093f1;
	border-radius: 24px;
	transform: scale3d(.1,1,1);
	opacity: 0;
	transition: transform 0.5s,opacity 0.5s;
}
.submint-block a {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 22px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.submint-block:hover::after {
	transform: scale3d(1,1,1);
	opacity: 1;
}


.car-apply .city input{
	width: 236.5px;
	height: 26px;
}
#number{
	width: 142.5px;
	height: 26px;
}
.car-apply .phone>input{
	width: 236.5px;
	height: 26px;
}
#allCityArea.loading{background-position:225px center;}