﻿
body {
	
	background-color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI","Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
}


/*列表内容*/
.content{
	background-color: #fff;
}
.content_table{
	width: 760px;
	margin: 70px auto 20px auto ;
}
.table_header{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.promise{
	font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.table_list{
	margin: 10px auto 20px auto;
	text-align: center;
	width: 760px;
	font-size: 14px;

}
table th,table td{
	padding: 12px 0;
	border: solid 1px #626262;
}
table th{
	background-color: #e8e8e8;
	font-weight: normal;
}
table td{
	/*font-weight: lighter;*/
	background-color: #f8f8f8;
}
/*生产车型*/

.car_style{
	width: 760px;

}

.table_border{
	border: 1px;
}
/*进口车型*/
.imported_car{
	width: 760px;
}


/*车型查询*/
.search_car{
	font-size: 16px;
    margin-top: 45px;
    margin-bottom: 8px;
}
/*.search_input input{
	height: 30px;
	width: 250px;
	display: inline-block;
	float: left;
}
.search_bg{
	background-color: #999;
	width: 70px;
	display: inline-block;
}
.search_input i{
	font-style: normal;
    font-size: 14px;
    width: 70px;
    height: 36px;
    display: inline-block;
    background: url(../img/search_icon.png) 13px 12px no-repeat;
    line-height: 36px;
    text-align: center;
    padding-left: 8px;
    cursor: pointer;
    color: #fff;
}*/
.search_input input{
	height: 30px;
	width: 250px;
	display: inline-block;
	float: left;
	border-radius: 0;
	border: 0;
}
.search_bg{
	position: relative;
	background-color: #999;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	line-height: 36px;
	font-size: 14px;
	width: 70px;
}
.search_bg span{
	padding-left: 30px;
}
.search_input{
	font-size: 14px;
	border: solid 1px #999;
	display: inline-block;
}
.search_input input{
	
}
.search_input i{
    position: absolute;
    
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/search_icon.png) 13px 12px no-repeat;    
    
}
.developping{
	font-size: 14px;
	font-family: lighter;
	margin-top: 9px;
	display: block;
	color: #999;
}



/*移动端*/
@media only screen and (max-width: 640px) {
	body,html{
		/*font-size: 62.5%;*/
		max-width: 640px;
		position: relative;
		/*overflow: hidden;*/
		/*height: 100%;*/
	}
	.content_table{
		width: 93%;
		margin: 1.875rem auto 1.25rem auto ;
	}
	
	.table_header{
		font-size: 1.125rem;
	    text-align: center;
	    width: 80%;
	    margin: auto;
	    font-weight: bold;
	    line-height: 1.25rem;
	}

	.promise{
		font-size: 0.875rem;
	    text-align: center;
	    margin-top: 1.875rem;
	    width: 96%;
	    margin: 1.25rem auto 0 auto;
	    line-height: 0.9375rem;
	}
	.table_list{
		margin: 0.625rem auto 1.25rem auto;
		text-align: center;
		width: 100%;
		font-size: 0.8125rem;
	}
	table th,table td{
		padding: 0.875rem 0;
		border: solid 0.0625rem #626262;
		font-size: 0.625rem;
	}
	table th{
		background-color: #e8e8e8;
		font-weight: normal;
	}
	table td{
		/*font-weight: lighter;*/
		background-color: #f8f8f8;
		line-height: 0.875rem;
	}
	/*生产车型*/

	.car_style{
		width: 100%;

	}

	.table_border{
		border: 1px;
	}
	/*进口车型*/
	.imported_car{
		width: 100%;
	}


	/*车型查询*/
	.search_car{
		font-size: 0.9375rem;
		margin-top: 1.25rem;
		margin-bottom: 0.313125rem;
	}
	.search_input input{
		width: 60%;
	    display: inline-block;
	    float: left;
	    border-radius: 0;
	    height: 26px;
	}
	.search_bg{
		position: relative;
	    background-color: #999;
	    display: inline-block;
	    color: #fff;
	    cursor: pointer;
	    font-size: 0.8125rem;
	    width: 30%;
	    float: right;
	    line-height: auto !important;
	    height: auto;
	}
	.search_bg span{
		padding-left: 44%;
	}
	.search_input{
		font-size: 0.8125rem;
		border: solid 1px #999;
	    display: inline-block;
	    width: 60%;
	}
	.search_input i{
	    position: absolute;
	    left: 10%;
	    width: 1.5625rem;
	    height: 1.5625rem;
	    display: inline-block;
	    background: url(../img/search_icon.png) 0.313125rem 0.6875rem no-repeat;    
	    
	}
	.developping{
		font-size: 0.75rem;
		font-family: lighter;
		margin-top: 0.563125rem;
		display: block;
		color: #999;
	}
}