@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;

}
.clearfix{
	zoom: 1;
}
img {
	width: 100%;
	display: block;
}
body {
	min-width: 320px;
	max-width: 750px;
	position: relative;
	background-size: 100%;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clear{ clear:both;}

.models_car{
	background: white;
	padding:.25rem;
	font-size:.277rem;
}

.models_car td{
	/* padding-bottom: .0684rem; */
	height:.5rem;
}

.models_car .stitle{
	width:1.3rem;
}

.models_car .cbrand{
	color:#0075c1;
}

.models_car .choose_brand{
	width:1.1rem;
}

.models_car .choose_brand a{
	width:100%;
	display:block;
	height: .45rem;
	line-height: .45rem;
	font-size: .23rem;
	background:#f8f8f8;
	text-align: center;;
	border-radius: .0347rem;
	border:1px solid #e5e5e5;
	color:#8a8a8a;
}

.models_select_brand{
	width:100%;
	line-height: .4rem;
}

.models_select_brand .value{
	border:1px solid #e5e5e5;
	border-radius: .0347rem;
	height: .6597rem;
	padding-left:.2rem;
}

.models_select_brand .value:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: .125rem solid transparent;
    border-right: .125rem solid transparent;
	border-top: .11rem solid #4c4c4c;
	float:right;
	margin-right:.13rem;
	margin-top:.26rem;
}

.models_select_brand .value.show{
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.models_select_brand .value.show:after{
	width: 0; 
	height: 0; 
	border-top:0;
    border-left: .125rem solid transparent;
    border-right: .125rem solid transparent;
	border-bottom: .11rem solid #4c4c4c; 
}

.models_select_brand .description{
	font-size:.25rem;
	line-height: .6597rem;
	position: relative;
	margin:0.05rem 0;
}

.models_select_brand .description .desbox{
    position: absolute;
    top: .6597rem;
    width: 100%;
    background: white;
    height: 2rem;
    overflow-x: hidden;
	padding-left:.2rem;
	border:1px solid #e5e5e5;
	display:none;
	z-index: 1;
}

.models_select_brand .description .haschosen{
	display: none;
}

.models_select_brand span.select_des{
    background: #f0f7fc;
    color: #0075c1;
    padding: 0 .2rem;
    height: .625rem;
    line-height: .625rem;
    /* display: none; */
    float: left;
}

.models_select_brand span.select_del{
	float: left;
    margin-left: .05rem;
    width: .625rem;
    height: .625rem;
    text-align: center;
    background: #f0f7fc;
	padding: .125rem;
	/* display:none; */
}

.models_select_brand span.select_del div{
    background: #cfe8fb;
    line-height: .35rem;
    border-radius: 100%;
    display: block;
    width: .4rem;
	height: .4rem;
	color: #0075c1;
}

.carlist ul li {
	margin-top:.2rem;
}

/* .carlist ul li:after{
	content: "";
	display:block;
	clear:both;
} */

.carlist ul li {
	margin-top:.2rem;
}

/* .carlist ul li:after{
	content: "";
	display:block;
	clear:both;
} */

.carlist ul li img{
	width: 100%;
}

.carlist ul li .info div{
	float:left;
	padding:.277rem 0;
}

.carlist ul li .info div.number{
	width:35%;
}

.carlist ul li .info div.years{
	width:35%;
	text-align:center;
}

.carlist ul li .info div.download{
	width:30%;
	text-align:right;
}

.carlist ul li .opers a{
	width:32%;
	float:left;
	background:#f0f7fc;
	text-align: center;
	color:#0075c1;
	margin-right:2%;
	border:1px solid #0075c1;
	padding:.2rem 0;
	border-radius: .06rem;
}

.carlist ul li .opers a.ok{
	background:#0075c1;
	margin-right: 0;
	color:white;
}

.carlist ul li .opers a.car_disable {
    background: #ccc !important;
    border: 1px solid #ccc !important;
}
.models_car .choose_brand{
	width:1.1rem;
}