@charset "utf-8";


/*-- 首页 --*/

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0px;
	padding: 0px;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent !important;
	tap-highlight-color: transparent !important;
}

/* 同时去除 focus 和 active 时的蓝色边框 */
a:focus,
a:active {
	outline: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

img {
	vertical-align: middle;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

input,
select {
	font-family: "微软雅黑", "黑体";
}



html,
body {
	background: #fff;
	font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
	color: #000;
	font-size: 14px;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
}

.ggw_box {
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}

.ggw_box img {
	width: 100%;
}

.nav_top {
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-color: #0099ff;
	color: #fff;
	position: relative;
	font-size: 18px;
}

.nav_top h2 {
	font-size: 18px;
	font-weight: normal;
}

a.go_back_new {
	height: 42px;
	width: 42px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

a.go_back_new:active {
	background-color: #2cabff;
}

a.go_back_new img {
	height: 20px;
	width: 20px;
	margin-top: -2px;

}

.che_top_con {
	padding: 5% 4%;
	 background: linear-gradient(to bottom, #e5e5e5 0%,  #fff 40px, #fff 100% ); 
	font-size: 14px;
	/* background: url(../images/jb_bg2.png) #fff no-repeat top center;
	background-size: 100% auto; */

}

.jb_infor {
	position: relative;

}

.logo_fr {
	position: absolute;
	right: 0%;
	top: 0%;
}

.logo_fr img {
	height: 46px;
	width: 46px;
}

.flexd {
	display: flex;
	align-items: center;
}

.txt_1 {
	height: 30px;
	margin-bottom: 5px;
}

.txt_1 h2 {
	font-size: 24px;
	font-weight: 550;
	color: #000;
}

.gczn_bg {
	background: url(../images/cx_ml_bg.png) no-repeat center center;
	width: 97px;
	height: 20px;
	background-size: 97px 20px;
	margin-left: 6px;
	line-height: 21px;
	font-size: 12px;
	box-sizing: border-box;
	color: #fff;
	padding: 0 5px;
	position: relative;
}

.gczn_bg a {
	color: #fff;
	display: block;
}

.gczn_bg span {
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: right;
	color: #333;
	margin-left: 4px;
}

.txt_2 {
	height: 28px;
	color: #666;
}

.txt_2 h4 {
	color: #cf0a2c;
	font-size: 16px;
	font-weight: 550;
	margin-right: 5px;
}

.txt_3 {
	height: 24px;
	color: #333;
}

.txt_3 p {
	font-size: 12px;
	padding: 0 8px;
	border-radius: 4px;
	background-color: #f2f1f6;
	margin-right: 6px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}

.chexing_img {
	padding: 4% 0;
}

.chexing_img img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.hei70px {
	height: 70px;
}

.botm_btn {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 65px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 11px 3%;
	width: 100%;
	display: flex;
	border-top: 1px solid #e8ecf0;
}

.botm_btn2 {
	display: flex;
	margin-top: 6px;
	gap: 12px;
}

.botm_btn a,
.botm_btn2 a {
	height: 42px;
	width: 46%;
	margin: 0 2%;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #0088fe;
	font-size: 17px;
	color: #fff;
	background-color: #0088fe;
	display: block;
}

.botm_btn2 a {
	height: 38px;
	font-size: 16px;
	margin: 0px;
	width: 50%;
}

.botm_btn a.btn_fff,
.botm_btn2 a.btn_fff {
	color: #333;
	background-color: #f5f6fa;
}

.botm_btn a.btn_dis,
.botm_btn2 a.btn_dis {
	color: #bbb;
	border: 1px solid #e5e5ea;
	background-color: #e5e5ea;
}

.botm_btn a:active,
.botm_btn2 a:active {
	opacity: .9;
}

.wg_list {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link_txt {
	padding: 0 8px;
	display: flex;
	align-items: center;
	position: relative;
	height: 36px;
	color: #586071;
}

.link_txt a {
	color: #586071;
	display: block;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
}

.link_txt a:active{
	background-color: #fafafa;
}

.link_txt:after {
	background: #c9cccf;
	width: 1px;
	height: 16px;
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
}

.link_txt:first-child:after {
	width: 0px;
}

.link_txt img {
	width: 6px;
	height: 6px;
	margin-left: 4px;
	margin-top: -2px;
}


.cp_list {
	border: 1px solid #e8e9ef;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 10px;
}

.cp_list ul li {
	width: 25%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 10px 0px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}

.cp_list ul li h2 {
	font-size: 15px;
	color: #333;
	font-weight: normal;
}

.cp_list ul li img {
	width: 12px;
	height: 12px;
	margin-right: 2px;
}

.cp_list ul li p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pingshu_box {
	margin: 4%;
	background: url(../images/cx_cp_bg.png) no-repeat center center;
	background-size: 100% auto;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 4px;

}

.pingshu_box .txt_boxd a {
	display: block;
	color: #666;
}
.pingshu_box .txt_boxd a:active{
opacity: .8;
}
.pingshu_box .txt_boxd {
	flex: 1;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	color: #666;
	line-height: 22px;
}

.pingshu_box .txt_boxd:nth-child(2) {
	padding-right: 5px;
	box-sizing: border-box;
}

.pingshu_box .txt_boxd:nth-child(3) {
	padding-right: 3px;
	box-sizing: border-box;
}


.pingshu_box .txt_boxd h3 {
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}


.pingshu_box .txt_boxd span {
	color: #ce0a2c;
	margin-right: 1px;
}

.pingshu_box .txt_boxd img {
	width: 9px;
	height: 9px;
	margin-left: 3px;
	margin-top: -1px;
}





.hei12px {
	background-color: #f8f7fc;
	height: 10px;
}


.dh_nav {
	padding: 2% 4%;
	padding-left: 1%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}



.dh_nav a {
	display: inline-block;
	font-size: 17px;
	color: #000;
	position: relative;
	padding: 0 2.8%;
}

.dh_nav a:active {
	background-color: #f8f7fc;
}


.dh_nav a.cur {
	font-size: 20px;
	font-weight: bold;
}

.dh_nav a.cur:after {
	height: 2px;
	background-color: #000;
	width: 14px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -7px;
}

.kuanshi_con {
	background-color: #f7f8fc;
}

.kuanshi_nav {
	padding: 6px 4% 12px 4%;
	background-color: #fff;

}

.kuanshi_nav ul {
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.kuanshi_nav ul li {
	height: 32px;
	background-color: #f5f6fa;
	border-radius: 4px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	margin-right: 6px;
	color: #000;
	font-size: 15px;
	border: 1px solid #f5f6fa;
}

.kuanshi_nav ul li.on {
	border: 1px solid #000;
	background-color: #fff;
}

.kuanshi_box {
	padding: 2% 4%;
}

h2.ks_tit {
	line-height: 24px;
	position: relative;
	font-size: 14px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 9px;
}

h2.ks_tit:after {
	height: 14px;
	position: absolute;
	left: 0px;
	top: 5px;
	content: '';
	width: 3px;
	background-color: #000;
}

.car_ks_list ul li {
	background-color: #fff;
	padding: 12px;
	border-radius: 6px;
	margin-bottom: 12px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.car_ks_list ul li p {
	font-size: 13px;
	color: #999;
}

.car_ks_list ul li h2 {
	max-width: 78%;
	line-height: 20px;
	font-size: 16px;
	font-weight: 550;
	margin-bottom: 5px;
}

.car_ks_list ul li h2 a {
	color: #000;
	display: block;
}

.car_ks_list ul li h2 a:active {
	background-color: #fafafa;
}

.price_fr {
	position: absolute;
	top: 12px;
	right: 12px;
	text-align: right;
}

.price_fr h4 {
	color: #ce0a2c;
	line-height: 20px;
	font-size: 18px;
	font-weight: 550;
	margin-bottom: 5px;
}


.like_con{
	background-color: #fff;
	padding: 3% 4%;
}

.ty_tit{
	height: 26px;
	line-height: 26px;
	position: relative;
	margin-bottom: 8px;
}

.ty_tit h2{
	color:#000;
	font-size: 17px;
	font-weight: 550;
}

.ty_tit a{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	color:#0087fe;
	display: block;
}
.ty_tit a:active{
	opacity: .8;
}

.list_list{
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.car_con{
	background-color: #f5f6f8;
	border-radius: 6px;
	margin-right: 6px;
	width: 110px;
	overflow: hidden;
	text-align: center;
	color:#6b727f;
	font-size: 13px;
	line-height: 22px;
	display: inline-block;
	padding-bottom: 5px;
}
.car_con a{
	color:#000;
	display: block;
}

.car_con a:active{
	background-color: #fafafa;
}

.car_con h2{
	width: 95%;
	margin: 0 auto;
	font-size: 14px;
	color:#000;
	font-weight: normal;
	margin-top: 7px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	 white-space: nowrap;
	text-overflow: ellipsis;
}
.car_con a p{
	color:#6b727f;
}
.car_img{
	height: 60px;
	background-color: #fff;
}
.car_img img{
	width: 80%;
	height: auto;
	object-fit:cover
}


.zxcontent1 {
	padding-top: 2%;
}

.zxcontent1 .f_word {
	height: auto;
}

.zxcontent1 .f_word .title_img {
	width: 110px;
	margin-left: 12px;
	height: 82.5px;
	border-radius: 4px;
	background: #eee;
	overflow: hidden;
	object-fit: cover;
}

.zxcontent1 .f_b_l h4 {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin: 0px !important;
	height: 60px !important;
	margin-bottom: 4px !important;
	line-height: 20px !important;
	overflow: hidden;
	display: -webkit-box;
	/* 使用弹性盒模型 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	-webkit-line-clamp: 3;
	/* 限制显示行数 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
}

.zxcontent1 .f_word .f_b_l {
	width: calc(100% - 122px);
	float: left;
}

.zxcontent1 .f_b_l p {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	height: 16px;
}

.zxcontent1 .datalist {
	padding: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8ecf0;

}

.zxcontent1 .datalist:last-child{
	border-bottom: none;
}

.zxcontent1 .datalist a{
	display: block;
}
.zxcontent1 .datalist a:active{
	
	background-color: #fafafa;
}