/* 车型信息 suyee 20190503 -----------------------------------*/
.select_left:after,
.select_left .hd:after,
.select_left .bd:after,
.select_con:after,
.slt:after,
.Motor_info:after
{content:''; clear: both ; display: block ;	font-size:0 ;}
.select_left {
	float: left;
    width: 73%;
    box-sizing: border-box;
    padding-right: 60px;
	}

    /* 表头切换css */
	.select_left .hd{ width:100%;float: left; position:relative;height:60px;border-bottom: 1px solid #d8d8d8;}
	.select_left .hd ul{  position:absolute; left:8px; bottom:-1px;  line-height:60px;font-weight: 700;font-size: 18px; z-index: 2;color: #222;}
	.select_left .hd ul li{ float:left; padding:0 35px; cursor:pointer; background: #e5e5e5; border: 1px solid #d8d8d8; border-bottom:none; border-radius: 5px 5px 0 0; margin-right:8px;}
	.select_left .hd ul li.on{ background: #fff;}
	.select_left .bd{width:100%; float: left;padding:30px 0; }
	.select_left .bd ul{ width:50%;float: left;  }
	.select_left .bd li{width:100%;float: left; padding-left: 20px; position:relative;box-sizing: border-box;}
	.select_left .bd li:before{    content: ""; font-family:"FontAwesome"; position: absolute; top: -1px; left:3px;}	
	.select_left .bd li.yes:before{content: "\f00c"; color: #2d9135;}	
	.select_left .bd li.no:before{ content: "\f00d"; color: #912d2d;}		
		
ul.select_con{width:100%;float: left;}
ul.select_con li:first-child{margin:0 0 2% 0;}		
ul.select_con li { position:relative;
    float: left;
    width: 23.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 0 2% 2%;
}
ul.select_con li.wuti {
    font-size: .9rem;
    color: #777;
    text-transform: uppercase;
}
ul.select_con li.num_ber {
    padding-left:20px;
    height: 78px;
    line-height: 78px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 2.6rem; color:#222;
}
ul.select_con li.num_ber span{font-size: 1rem;}
ul.select_con li.til_te {
    padding-left:20px;
    height: 78px;
    line-height: 78px;
    margin-right: 35px ;    width: 18%;
    background-color: #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    font-size: .9rem;
    text-transform: uppercase;
}
ul.select_con li.til_te:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 0 39px 35px;
    border-color: transparent transparent transparent #e5e5e5;
    position: absolute;
    top: 0;
    right: -35px;
    z-index: -1;
}
.CNY{width:49%!important;}
.number_cha {
    font-weight: 700;
    color: #7b93a3 !important;
}

dl.slt{width:100%;float: left; margin-top:2%;}
dl.slt dt{width:24%;float: left;font-weight: 700;word-wrap:break-word ;}
dl.slt dd{width:76%;float: left;}
.Motor_til{width:100%;float: left; margin:3% 0 1% 0;}
dl.Motor_info{width:50%;float: left; margin-bottom:2%;}
dl.Motor_info dt{width:45%;float: left;font-weight: normal;}
dl.Motor_info dd{width:46%;float: left;font-weight: 700;}



		
.select_right:after,
.car_img:after,
.car_steps:after
{content:''; clear: both ; display: block ;	font-size:0 ;}
.select_right {
	float: left;
    width: 27%;
	}
.car_img{ width:100%;float: left; margin-bottom:20px;}
.car_img img{ width:100%; max-width:100%;}
ul.car_steps{ width:100%;float: left;}
ul.car_steps li{width:100%;float: left;margin-bottom: 16px; padding-left:30px; position:relative;}
ul.car_steps li b{font-size: 1.2rem;font-weight: 700;}
ul.car_steps li:first-child {padding-left:0; }
ul.car_steps li:first-child:before{ display:none; }
ul.car_steps li:before {
    content: "\f046";font-family:"FontAwesome";
    position: absolute;
    top: 5px;
    left: 0;
    color: #7b93a3;
    font-size: 20px;
}

@media screen and (max-width:1024px){

}	
@media screen and (max-width:800px){
body{font-size: 15px;}
.titletop {    font-size: 1.4rem;}
    /* 表头切换css */
	.select_left .hd{ ;height:43px;}
	.select_left .hd ul{   line-height:43px;font-size: 15px; }
	.select_left .hd ul li{  padding:0 15px; margin-right:8px;}
	.select_left .bd {    padding: 20px 0;}
.CNY{width:50%!important;}
	
.select_left{width:100%;padding-right:0;}
.select_right{width:100%;}
ul.select_con li:first-child{margin:0 0 1% 0;}
ul.select_con li {     width: 24.5%;    margin:0 0 1% 1%;}
ul.select_con li.num_ber {padding-left:2px;font-size: 1.1rem;line-height:50px;height:50px; text-indent:10px;}
ul.select_con li.til_te {padding-left:2px; background:#FFF;width: 23.5%; line-height:50px;height:50px;}
ul.select_con li.wuti {width: 24%;/*padding-left: 2%;*/line-height:30px;height:30px;white-space: nowrap;font-size: 0.7rem;}
ul.select_con li.til_te:after { display:none;}
dl.Motor_info{width:100%;}
dl.Motor_info dt{width:50%;}
dl.Motor_info dd{width:50%;}
}