body{
	background: #f1f1f1;
}
.wrap {
	width: 1200px;
	margin: 20px auto 0;
	background: #fff;
}
.top_tit {
	font-size: 14px;
	line-height:60px ;
	color: #000;
	padding-left: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.select_wrap {
	padding: 20px;
	background: #fff;
	/*border: 1px solid #dddde1;*/
	/*margin-top: 20px;*/
}
.select {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.select>select,.select>option{
	width: 280px;
	height: 28px;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border: 1px solid #999;
	border-right: none;
	background:#fff url(../img/cli.png) right center no-repeat;
	background-size: 28px 28px;
	padding-left: 10px;
	font-size: 14px;
}
select {
}
.select_con {
	/*display: flex;*/
	/*justify-content: space-between;*/
	overflow: hidden;
	margin-bottom: 40px;
}
.sel_img {
	width: 570px;
	position: relative;
}
.sel_img>img {
	width: 570px;
	box-sizing: border-box;
	border: 1px solid #dddde1;
	vertical-align: bottom;
}
.sel_img>p,.sel_a{
	font-size:16px ;
	color: #333;
	line-height:50px ;
	background: #d6d7dc;
	padding: 0 10px;
	overflow: hidden;
}
.sel_a{
	float: right;
}
.sel_img>div {
	width: 100px;
	height: 100px;
	background: url(../img/who.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 93%;
	top:107px;
	z-index: 100;
}
.sel_img>a{
	width: 100%;
	height:380px;
	position: absolute;
	left: 0;
	top: 0;
}
.tab_tit {
	line-height: 57px;
	background: #d6d7dc;
	text-align: center;
	font-size:26px ;
	color: #333;
	font-weight: bold;
}
.tab_tit1 {
	line-height: 100px;
	background: #fff;
}

.list_tab,.list_tab>tr {
	width: 1160px;
}
.list_tab td{
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	font-size:16px ;
	color:#666 ;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.list_td1 {
	border-left: 1px solid #f1f1f1;
}
.list_td {
	font-weight: bold;
}
.list_tab td>a{
	color:#1554bc ;
	text-decoration: underline;
	margin-left: 20px;
}
.type_tab {
	width: 1160px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	border-bottom: none;
}
.type_tab tr{
	width: 100%;
}
.type_tr {
	height: 60px;
	box-sizing: border-box;
}
.type_tr td{
	line-height: 60px;
}
.type_tab td{
	text-align: center;
	font-size:16px ;
	color:#666 ;
	border-bottom: 1px solid #f1f1f1;
}
.type_l,.type_r{
	width: 33%;
}
.type_m {
	width: 34%;
	font-weight: bold;
	box-sizing: border-box;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.type_tr1>.type_l,.type_tr1>.type_r{
	padding:15px 0;
}
.type_tr1 p{
	line-height: 24px;
}
.type_tr a{
	color: #1554bc;
    text-decoration: underline;
}
.tab_tit2 {
	text-align: center;
	font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-top: 40px;
}
.tab_tit3 {
	text-align: center;
	font-size: 14px;
    color: #404040;
    line-height: 30px;
}
.tab {
    color: #333333;
    font-size: 14px;
}
.car_config_pk_con .car_config_pk_info .data_info {
    overflow: hidden;
    position: relative;
    line-height: 20px;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
#jdt {
    width: 100%;
    height: 40px;
    background: #f80b2c;
    margin: 15px 0;
}
#jdt p {
    height: 40px;
    line-height: 40px;
    width: 70%;
    background: #1894eb;
}
.zan,.no_zan {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #1894eb;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.no_zan {
	background: #f80b2c;
}
.tab_ti1 {
	line-height: 100px;
	background: #f1f1f1;
}
button{
	margin-bottom: 40px;
}
.is_good_wrap,.sale_wrap {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 110px;
}
.is_good {
	width: 360px;
	position: relative;
}
.is_good>img{
	width: 100%;
	height: 240px;
}
.is_good_txt {
	font-size: 16px;
	line-height:55px ;
}
.is_good_txt>span{
	display: inline-block;
	margin: 0 10px;
}
.is_good>a,.sale>a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tell_tit {
	font-size: 16px;
	line-height: 60px;
	color: #333;
	padding: 0 20px;
	 border-bottom: 1px solid #d6d7dc;
}
.zhan{
	height: 20px;
	background: #f1f1f1;
}
.tell_wrap {
	position: relative;
	overflow: hidden;
	padding: 30px 0 85px 20px;
	border-bottom: 1px solid #d6d7dc;
}
.tell_wrap>img{
	width: 56px;
	height: 56px;
	float: left;
	margin-right: 20px;
}
.tell_wrap>textarea{
	width: 1073px;
    height: 82px;
    border: 1px solid #d6d7dc;
    outline: none;
    border-radius: 5px;
    float: left;
    resize: none;
    padding-left: 10px;
    padding-top: 5px;
    background: #fff;
}
.tell_wrap>span{
	position: absolute;
	left: 110px;
	top: 40px;
}
.tell_wrap a{
	color: #5188a6;
}
.refer {
	position: absolute;
	right: 19px;
	top: 141px;
	font-size:20px ;
	line-height:45px ;
	width: 145px;
	background:#fb1728 ;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.type_r1,.type_l1{
	cursor: pointer;

}
.tit_txt {
	font-size: 16px;
}
.tit_txt1 {
	font-size: 14px;
}
/*新图*/
.which_good_wrap {
	overflow: hidden;
	box-sizing: content-box;
}
.which_good {
	padding: 20px;
	padding-bottom: 0;
	float: left;
	width: 359.3px;
	position: relative;
	box-sizing: content-box;
}
.which_good>a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	box-sizing: content-box;
}
.which_top {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: content-box;
}
.which_img {
	width: 170px;
	height: 115px;
	box-sizing: content-box;
}
.img_r {
	float: right;
	box-sizing: content-box;
}
.img_m {
	position: absolute;
	width: 67px;
	height: 67px;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-sizing: content-box;
}
.which_bottom {
	overflow: hidden;
	box-sizing: content-box;
}
.which_txt,.which_txt_m {
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	color:#000 ;
	text-align: center;
	box-sizing: content-box;
}
.which_txt {
	width:165px ;
	box-sizing: content-box;
}
/*弹框*/
.tan_wrap{
    		width: 100%;
		    height: 100%;
		    position: fixed;
		    display: none;
		    top: 0;
		    left: 0;
		    z-index: 10000;
    	}
    	.shadow{
    		position: absolute;
		    width: 100%;
		    height: 100%;
		    background: #000;
		    opacity: 0.7;
		    top: 0;
		    left: 0;
    	}
    	.wrap_ul {
    		background: #fff;
    		width: 350px;
		    margin-left: -225px;
		    position: absolute;
		    top: 20%;
		    left: 50%;
		    border-radius: 5px;
		    z-index: 10000;
		    margin-bottom: 0;
    	}
    	.wrap_button {
    		border-radius: 3px;
		    height: 36px;
		    line-height: 36px;
		    margin: 10px auto 40px;
		    background: #e50908;
		    text-align: center;
		    color: #fff;
		    text-shadow: 1px 1px 1px #000;
		    cursor: pointer;
		    font-size: 20px;
    	}

    	.wrap_span{
    		float: left;
		    color: #323232;
		    width: 65px;
		    height: 35px;
		    font-size: 16px;
		    line-height: 35px;
    	}
    	.wrap_ul input{
            font-size: 16px;
	    	border: 1px solid #a2a2a2;
	        float: left;
		    width: 213px;
		    height: 35px;
		    text-indent:30px ;
        }
        .wrap_ul>li{
        	width: 280px;
        	margin: 0 auto;
        	margin-bottom: 20px;
        	overflow: hidden;
        }
        .w_top {
        	margin-bottom: 0 !important;
        	border-bottom: 1px solid #ccc;
        	text-align: center;
        	font-size:18px ;
        	line-height: 55px;
        	height: 55px !important;
        	width: 100% !important;
        	background: url(../img/liu-cuo.png) 318px center no-repeat;
        	background-size: 12px 12px ;
        	cursor: pointer;
        }