.body {
	background-color: #f4f4f4;
}

body {
	font-family: "SimHei", "Microsoft YaHei";
}

.w {
	width: 95%;
	margin-right: auto !important;
	margin-left: auto !important;
}

.a-ul {

	/* margin-top: -30px; */
}

.tel-sbox {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e30000;
	width: 80px;
	height: 40px;
}

.top {
	background: url(../img/im3.png) no-repeat top center;
	background-size: 100% 180px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.top-fixed {

	/*position: fixed;*/
	width: 100%;
	top: 0;
	z-index: 10;
	background-color: #EF4034;
}

.buy-ftop {

	/*margin-top: 145px !important;*/
}

.buy-ftop1 {

	/*margin-top: 128px !important;*/
}

.title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	padding: 0px;
	width: 100%;
}

.search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.search .local {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.local img {
	width: 25px;
	height: 25px;
}

.user img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.s-input {
	height: 32px;	/* background-color: #fff; */
	display: flex;
	align-items: center;
	padding-left: 10px;
	border-radius: 4px;
	overflow: hidden;
	width: 62%;
}

.s-input input {
	line-height: 30px;
	border: none;
	outline: none;
}

.s-input img {
	width: 20px;
	height: 20px;
}

.s-input input::-webkit-input-placeholder {
	color: #aaa;
}

.s-input input::-moz-input-placeholder {
	color: #aaa;
}

.s-input input::-ms-input-placeholder {
	color: #aaa;
}

.banner {
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	margin: 10px auto;
}

.banner img {
	width: 100%;
	height: 100%;
}

.nav-box {
	padding-top: 5px;
}

.nav-box img {
	width: 46px;
	height: 46px;
}

.nav-box div {
	display: flex;
	justify-content: space-between;
	padding: 0px 10px 20px 10px;
}

.nav-box a p {
	text-align: center;
	margin-top: 7px;
	color: #333;
	font-size: 14px;
}

.look {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	margin: 10px auto;
	padding: 5px 0;
	color: #444;
}

.look .lp {
	display: flex;
	align-items: center;
	width: 80%;
	margin-left: 5px;
}

.lp img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.l-time {
	margin-right: 10px;
}

.lp p {
	line-height: 16px;
}

.lp p span {
	color: #ef4034;
}

.car-box {
	background-color: #fff;
	margin-top: 6px;	/* border-radius: 6px; */

	/* box-shadow: 0 0 8px rgba(0,0,0,.1); */
}

.car-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 10px;
}

.car-tit div {
	display: flex;
	align-items: flex-end;
}

.car-p {
	background: url(../img/im14.png) no-repeat left center;
	background-size: auto 85%;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-left: 8px;
}

.car-nav {
	margin-left: 10px;
	color: #999;
	width: 80px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.car-nav a {
	font-size: 16px;
}

.car-nav .click {
	color: #EF4034;
}

.car-more {
	font-size: 16px;
	color: #EF4034 !important;
	display: flex;
	align-items: center;
}

.car-more img {
	width: 14px;
	height: 14px;
}

.car-line {
	margin-right: 8px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap
}

.car-item {
	width: 31%;
	min-height: 150px;
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 8px;
}

.ci-bbb {
	height: 180px;
}

.ci-bbb1 {
	height: 170px;
}

.car-item-bbb {
	height: 170px !important;
	margin-top: 8px;
}

.car-item .lable {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: linear-gradient(to right, #ff7f2d, #f04234);
	font-size: 14px;
	padding: 4px 6px;
	border-radius: 6px;
}

.car-item img {
	width: 100%;
	min-height: 100%;
}

.car-item1 img {
	width: 100%;
	height: 55%;
}

.car-line .ci-0 {
	width: 100%;
	height: 55%;
	display: flex;
	overflow: hidden;
	align-items: center;
	border-radius: 6px;
}

.car-item1 .ci-1 {
	width: 100%;
	height: 55%;
}

.cb-ti {
	color: #333;
	font-size: 12px;
	line-height: 14px;
	height: 28px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cb {
	margin: 8px;
}

.cb-des {
	color: #999;
	font-size: 12px;
	padding: 4px 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cb-p {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cb-p p {
	color: #FF7F2D;
	font-size: 12px;
	font-weight: bold;
}

.cb-p p span {
	font-size: 14px;
}

.cb-p .cb-s {
	font-size: 12px;
	color: #999;
}

.search-nav img {
	width: 30px;
	height: 30px;
}

.search-nav {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-around;
}

.search-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 4px #ccc;
}

.search-nav p {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
}

.col-item a {
	display: block;
	background-color: #fff;
	padding: 5px;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}

.col-item img {
	width: 40%;
	height: 100%;
	border-radius: 6px;
	margin-right: 5px;
}

.col-text {
	width: 56%;
	padding: 0 2%;
}

.col1 {
	width: 100%;
	color: #333;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.col2 {
	display: block;
	color: #999;
	font-size: 12px;
	margin: 8px 0;
}

.col3 {
	padding-top: 5px;
	border-top: 1px solid #e7e7e7;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.col3 strong {
	color: #FF7F2D;
	font-weight: bold;
}

.col3 span {
	font-size: 12px;
	color: #999;
}

.banner1 img {
	width: 100%;
}

.car-line1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.car-item1 {
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	display: block;
	border-radius: 6px;
	overflow: hidden;
	width: 49%;
}

.height {
	height: 75px;
	width: 100%;
}

.foot {
	width: 100%;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #eee;
	height: 60px;
	align-items: center;
}

.foot a {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.foot img {
	width: 24px;
	height: 24px;
}

.foot p {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

.f-click p {
	color: #ef483d;
}

.cb-ti1 {

	/* text-align: center; */
	color: #333;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 14px;
	height: 28px;
}

.cb-des1 {
	display: block;	/* text-align: center; */
	font-size: 12px;
	color: #999;
	margin: 4px 0;
}

.cb-p1 p {
	color: #FF7F2D;
	font-weight: bold;	/* text-align:center ; */
	font-size: 12px;
}

.talk-item {
	display: flex;
	justify-content: space-between;
	height: 90px;
	margin-bottom: 15px;
}

.talk-item .talk-img {
	display: block;
	width: 31%;
	height: 100%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.talk-img .talk-img1 {
	width: 100%;
	min-height: 100%;
	border-radius: 4px;
}

.talk-img .talk-img2 {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}

.talk-msg {
	width: 65%;
	padding: 5px;
}

.talk-msg .msg1 {
	display: block;
	margin-bottom: 5px;
	position: relative;
	height: 34px;
}

.talk-msg .msg2 {
	display: block;
	margin: 8px 0;
	position: relative;
	height: 14px;
}

.talk-msg .msg1 .talk-num {
	font-size: 15px;
	line-height: 17px;	/* font-weight: bold; */

	/* display: block; */
}

.talk-msg .msg2 .talk-re {
	float: left;
	font-size: 14px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #666;
}

.talk-msg .talk-time {
	float: right;	/* position: absolute; */
	bottom: 0;
	right: 0;
	color: #446dc7;
	padding-top: 2px;
}

.talk-msg .msg3 {
	margin-top: 10px;
	display: flex;
	justify-content: space-around;
}

.msg3 a {
	border: 1px #EF4034 solid;
	border-radius: 4px;
	color: #EF4034;
	padding: 6px 10px;
}

.talk-more {
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 22px;
}

/* 首页样式  end */

/* 事故车样式 start*/
.accident {
	background: url(../img/accident/abg.png) no-repeat top center;
	background-size: 100% auto;
	background-color: #F4F4F4;
	margin-top: -10px;
}

.a-select {
	background-color: #fff;
	border-radius: 4px;
	height: 35px;	/* margin-top: 10px; */
	display: flex;
	justify-content: space-around;
}

.a-select select {
	border: none;
	line-height: 35px;
	height: 35px;
	color: #999;
	margin: 0 10px;
	outline: none;
}

#searchform {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 10px 0;
	background: #ef4034;
	top: 48px;
}

#searchform1 {
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 10px 0;
	background: #ef4034;
	top: 41px;
}

#more_car {

	/*margin-top: 70px !important;*/

	/*padding-top: 25px;*/
}

#more_car1 {

	/*margin-top: 65px !important;*/
	margin-top: 65px;
}

.a-top {
	position: fixed;
	width: 100%;
	background: #ef4034;
	top: 0;
	z-index: 100;
}

.a-ul00 {
	margin-top: 53px;
}

.a-ul a {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);	/*margin-top: 15px;*/

	/*2022-01-21*/
	margin-top: 10px;
	border-radius: 4px;	/*height: 102px;*/

	/*2022-01-21*/
	height: 80px;
}

.a-ul-lable {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.a-ul-lable img {
	width: 61px;
	height: 59px;
	position: absolute;
	top: -12px;
	left: -12px;
}

.item-show {

	/*width: 34%;*/

	/*2022-01-21*/
	width: 90px;	/**/
	height: 100%;
	border-radius: 10px;
	flex-shrink: 0;
}

.a-ul-text {

	/*width: 63%;*/

	/*2022-01-21*/
	flex-grow: 1;
	margin-left: 10px;    /**/
}

.at1 {
	color: #444;
	font-size: 16px;	/*line-height: 18px;*/

	/*height: 36px;*/

	/*2022-01-21*/
	line-height: 20px;
	height: 20px;	/**/
	margin: 5px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;	/*-webkit-line-clamp: 2;*/

	/*2022-01-21*/
	-webkit-line-clamp: 1;	/**/
	-webkit-box-orient: vertical;
}

.at2 {
	color: #999;
	font-size: 12px;	/* margin: 5px 0; */
	line-height: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.at33 {

	/*2022-01-21*/

	/*position: absolute;*/
	display: flex;
	bottom: 10px;
	right: 5px;	/*width: 62%;*/
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 2px;
}

.at3 {
	color: #FF7F2D;
	font-weight: bold;
	font-size: 17px;
}

.at4 {
	color: #999;
	font-size: 12px;
}

/* 详情页 */
.show-page {
	background-color: #F4F4F4;
	font-family: "SimHei", "Microsoft YaHei";
}

.show-top {
	display: flex;
	background-color: #ef4034;
	height: 35px;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 0 10px;
}

.show-top p {
	font-size: 18px;
}

.show-top img {
	width: 20px;
	height: 20px;
}

.show-sw {
	width: 100%;
	height: fit-content;
}

.show-sw .swiper-container {
	width: 100%;
	height: 100%;
}

.show-sw.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;  /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.show-sw .swiper-slide img {
	width: 100%;
	height: auto;
}

.show-sw .swiper-pagination {
	bottom: 30px;
	right: 10px;
	color: #fff;
	border-radius: 10px;
	padding: 4px 10px;
	left: unset;
	background: rgba(0, 0, 0, .4);
	width: fit-content;
}

.show-des {
	width: 95%;
	position: relative;
	background-color: #fff;
	margin: -30px auto 10px auto;
	z-index: 7;
	padding-bottom: 5px;
}

.show-des div {
	margin: 10px;
}

.sc-pr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sc-pr a {
	background: #fff;
	font-weight: bold;
	color: #EF4034;
	display: block;
	width: fit-content;
	line-height: 25px;
	padding: 0 15px;
	border-radius: 10px;
	font-size: 14px;
	border: 1px solid #EF4034;
}

.sc-ti {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 0 0;
	line-height: 25px;
}

.sc-pr strong {
	font-weight: bold;
	color: #ff812d;
	font-size: 22px;
}

.sc-pr span {
	font-size: 12px;
	color: #999;
}

.sc-tag span {
	display: inline-block;
	font-size: 12px;
	color: #999;
	background-color: #eee;
	padding: 4px 6px;
	white-space: nowrap;
	margin-bottom: 5px;
	border-radius: 4px;
}

.show-b {
	width: 95%;
	margin: 0 auto;
	background-color: #fff;
}

.show-b div {
	margin: 10px;
}

.show-title {
	font-size: 22px;
	color: #222;	/* font-weight: bold; */
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.show-title div {
	font-size: 18px;
	color: #666;
}

.show-title .c {
	font-weight: bold;
	color: #EF483D;
}

.show-tui {
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.show-tui p {
	margin-top: 10px;
	color: #999;
	line-height: 20px;
	font-size: 14px;
}

.show-tui span {
	display: block;
	text-align: right;
	color: #999;
	font-size: 14px;
}

.show-pro {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.show-pro p {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #666;
}

.show-pro p img {
	width: 15px;
	height: 15px;
	margin-right: 3px;
}

.show-msg li {
	display: flex;
	height: 24px;
	align-items: center;
}

.show-msg li span {
	font-size: 14px;
	width: 180px;
	color: #999;
}

.show-msg li p {
	color: #333;
}

.show-msg a {
	display: block;
	text-align: center;
	color: #ff812d;
	margin-top: 10px;
	font-size: 14px;
}

.show-msg a img {
	width: 12px;
	height: 12px;
	margin-left: 2px;
}

.show-tip {
	font-size: 12px;
	color: #aaa;
	line-height: 16px;
	display: flex;
	align-items: center;
	margin: 10px 0 !important;
	padding-bottom: 15px;
}

.show-tip img {
	width: 12px;
	margin-right: 5px;
}

.show-intro {
	margin: 10px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

.show-intro img {
	width: 75px;
	height: 60px;
}

/* xing */
.show-intro p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	word-break: break-all;
	text-overflow: ellipsis;	/* overflow: hidden;
	display: -webkit-box; */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.show-title span {
	font-size: 14px;
	font-weight: normal;
	color: #ff812d;
	background-color: #ffe6d5;
	padding: 2px 6px;
	border-radius: 4px;
	line-height: initial;
}

.show-shop {
	display: flex;
	justify-content: space-between;	/* align-items: center; */
}

.show-shop .shop-msg {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.shop-text {
	margin: 6px 0 0 0 !important;
}

.show-shop form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 73%;
}

.show-shop form textarea {
	width: 100%;
	border: 1px solid #ffaca6;
	border-radius: 6px;
	margin-bottom: 10px;
}

.show-shop form a {
	background-color: #EF4034;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 4px;
	text-align: center;
}

.go-search {
	display: block;
	width: 95%;
	margin: 10px auto;
	border: 1px solid #FFACA6;
	color: #EF4034 !important;
	background: #fff;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	border-radius: 4px;
}

.shop-img {
	width: 75px;
	height: 75px;
}

.shop-text p {
	display: flex;
	font-weight: bold;
	color: #333;
}

.shop-text span {
	display: block;
	font-size: 12px;
	color: #888;
	margin: 5px 0;
}

.shop-text div {
	font-size: 14px;
	color: #fff;
	background-image: linear-gradient(to right, #f04234, #ff7e2d);
	width: fit-content;
	padding: 2px 4px;
	border-radius: 4px;
	margin: 0;
}

.shop-n {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.shop-n div {
	margin: 0;
}

.shop-n p {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}

.shop-n span {
	color: #999;
	font-size: 14px;
}

.shop-n span strong {
	font-weight: bold;
	color: #FF7E2D;
	font-size: 18px;
}

.shop-n button {
	background-color: #0055ff;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 4px 12px;
	font-size: 16px;
}

.tui-box {
	width: 95%;
	margin: 10px auto;
}

.tui-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}

.tui-item1, .tui-item2 {
	display: none;
}

.tui-item a {
	width: 49%;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .07);
}

.tui-item a img {
	width: 100%;
	max-height: 150px;
}

.tui-item a p {
	font-size: 14px;
	color: #444;
	line-height: 18px;
	height: 36px;
}

.tui-text {
	padding: 4px 10px 10px;
}

.tui-text div {
	display: flex;
	justify-content: space-between;
	color: #999;
	font-size: 12px;
	margin: 4px 0;
}

.show-title .a {
	font-weight: bold;
	color: #333;
}

.tui-text strong {
	font-weight: bold;
	color: #FF7E2D;
}

.show-height {
	height: 60px;
}

.show-foot {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.show-foot div {
	margin: 10px;
	display: flex;
	align-items: center;
}

.show-foot a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #666;
	font-size: 14px;
	margin: 0 10px;
}

.show-foot img {
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
}

.show-foot .foot-btn {
	border-radius: 13px;
	overflow: hidden;
}

.foot-btn button {
	border: none;
	outline: none;
	color: #fff;
	padding: 0px 20px;
	font-size: 16px;
	line-height: 38px;
}

.tel-btn {
	background-color: #ff812d;
}

.buy-btn {
	background-color: #ef4034;
}

.f-body {
	background-color: #ef4034;
}

.fb-top {
	display: flex;
	justify-content: space-between;
	color: #fff;
	align-items: center;
	height: 45px;
	width: 95%;
	margin: 0 auto;
	font-size: 18px;
}

.fb-i1 {
	width: 20px;
	height: 20px;
}

.fb-img {
	width: 28px;
	height: 28px;
}

.fb-swip .swiper-container {
	width: 100%;
	height: 100%;
}

.fb-swip .swiper-slide {
	text-align: center;
	font-size: 18px;  /* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.fb-swip .swiper-slide img {
	width: 100%;
	border-radius: 4px;
}

.fb-swip .swiper-slide a {
	position: relative;
}

.fb-swip .swiper-slide a div {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	bottom: 2px;
	left: 0;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #fff;
}

.fb-swip {
	width: 95%;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
}

.fb-swip {
	position: relative;
}

.fb-swip .swiper-pagination {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.fb-swip .swiper-pagination-bullet {
	margin: 0 2px;
}

.fb-swip .swiper-pagination-bullet-active {
	background-color: #fff !important;
}

.f-cont {
	background-color: #f4f4f4;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	margin-top: 15px;
	box-shadow: -5px 0 10px rgba(255, 255, 255, .3);
	padding-bottom: 20px;
}

.fc-nav img {
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}

.fc-nav ul {
	display: flex;
	width: 94%;
	margin: 20px auto;
	overflow-x: scroll;
	white-space: nowrap;
}

.fc-nav ul::-webkit-scrollbar {
	display: none
}

.fc-nav h2 {
	margin: 0 16px;
	line-height: 40px;
	color: #444;
	font-weight: bold;
	font-size: 18px;
}

.fc-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.fc-nav ul li {
	display: inline-block;
	border-radius: 4px;
	margin-right: 13px;
}

.fc-box {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.fc-user {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fc-user img {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	margin-right: 5px;
}

.fc-user a {
	display: flex;
	align-items: center;
}

.fc-user p {
	color: #333;
}

.fc-user span {
	color: #999;
	font-size: 12px;
}

.fc-user button {
	background-color: #ff812d;
	color: #fff;
	border-radius: 4px;
	border: none;
	outline: none;
	padding: 6px 20px;
	font-size: 14px;
}

.fc-text {
	padding: 10px;
}

.fc-text p {
	color: #444;
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 8px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fc-text img {
	width: 100%;
}

.fc-show {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.fc-time {
	color: #999;
	font-size: 14px;
}

.fc-zan {
	display: flex;
	align-items: center;
}

.fc-zan img {
	width: 18px;
	height: 18px;
	margin-right: 3px;
}

.fc-zan a {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 14px;
	margin-left: 12px;
}

#content {
	background-color: #fff;
	padding-top: 1rem;  /* border-radius: 10px; */
	padding-bottom: 5px;
	margin: 6px 0;
}

.pic-box {
	width: 95%;
	margin: 9px auto;
	padding: 5px 0;
	box-shadow: 0 0 5px #ccc;
}

#content .new {
	width: 95%;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	height: 145px;
	padding: 10px 0;
}

#content .new > p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;  /*padding-right: 15px;*/
	padding-right: 10px;
	width: 40px;
}

#content .new #box {

	/* width: 80%; */
	height: 145px;
	overflow: hidden;  /**/
	flex-grow: 1;
}

#content .new #box .box-ul {
	list-style-type: none;
}

#content .new #box .box-ul p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 74%;
}

}

#content .new #box .box-ul span {
color: #ff6537;  /*padding-right: 1rem;*/
font-size: 14px !important;
}

#content .new > a {
border-left: 1px solid;
padding-left: 2rem;
}

#content .new a {
text-decoration: none;
color: #333;
}

#content .recommend {
width: 95%;
margin: auto;
display: flex;
margin-top: 1rem;
}

#content .recommend .recommend1 {
width: 40%;
}

#content .recommend .recommend1 a {
display: block;
}

#content .recommend .recommend1 a img {
width: 100%;
}

#content .recommend .recommend2 {
width: 60%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-left: 1rem;
}

#content .recommend .recommend2 div:nth-child(1) {
width: 100%;
height: 50%;
}

#content .recommend .recommend2 div:nth-child(2) {
width: 100%;
height: 50%;
}

#content .recommend .recommend2 a {
display: block;
}

#content .recommend .recommend2 a img {
width: 100%;
}

.tel-box1 {
width: 100%;
display: flex;
background: #fff;
flex-flow: column;
}

.tel-box1 img {
width: 30px;
}

.tel-box1 a {
display: block;
font-size: 14px;
width: 100%;
}

.tel-box1 .tel-tel {
flex: 1;
display: flex;
flex-flow: row;
justify-content: space-around;
align-items: center;
}

.tel-box1 .tel-tel div {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
}

.tel-box1 .tel-tel .tel-left {
border-right: 1px solid #b2b2b2;
}

.tel-box1 .tel-ss {
flex: 1;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #b2b2b2;
margin: 10px 10px 0;
padding-left: 10px;
border-radius: 20px;
overflow: hidden;
}

#slide_a34 {
width: 100% !important;
border-radius: 0px;
overflow: hidden;
}

.car_top {
margin-top: 62px;
border-radius: 10px
}

.car_brand {
width: 100%;
height: 160px;
background: #fff;
margin-top: 10px;
}

.car_brand .head-ul {
width: 100%;
height: 100%;
padding-top: 6px;
}

.car_brand .head-ul li {
width: 20%;
height: 80px;
float: left;
text-align: center;
font-size: 12px;
}

.news-item {
width: 100%;
position: relative;
display: block;
border-radius: 6px;
overflow: hidden;    /*margin-left: 5px;*/
}

.news-item .cb {
margin: 8px 13px !important;
}

.news-item .cb .cb-ti0 p, .news-item .cb .cb-ti0 span {
font-size: 14px;
}

.cb-ti span {
float: right
}

.cb-ti0 {
display: flex;
justify-content: space-between;
}

.cb-ti0 p {
width: 75%;
float: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.tel-box {
width: 100%;
display: flex;
background: #fff;
flex-flow: column;
margin: 5px 0
}

.tel-box img {
width: 30px;
}

.tel-box a {
display: block;
font-size: 14px;
width: 100%;
}

.tel-box .tel-ss {
flex: 1;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #b2b2b2;
margin: 5px 10px;
padding-left: 10px;
border-radius: 20px;
overflow: hidden;
}

/* 买车 */
.buy-top {
background-color: #fff;
padding: 15px 0 10px;
box-shadow: 0 3px 4px #e0e0e0;		/*position: fixed;*/
width: 100%;
top: 42px;
z-index: 10;
}

.buy-item {
width: 95%;
margin: 0 auto 15px;
display: flex;
justify-content: space-between;
}

.buy-search {
width: 95%;
margin: 10px auto 0;
display: flex;
background-color: #fff;
border: 1px solid #e4e4e4;
}

.buy-item a {
width: 22%;
background-color: #f2f2f2;
text-align: center;
line-height: 37px;
border-radius: 60px;
box-shadow: 1px 1px 4px #c8c8c8;
font-size: 14px;
color: #555;
}

.buy-search input {
border: none;
background-color: #fff;
height: 32px;
}

.buy-search .in1 {
width: 75%;
padding: 0;
padding-left: 3%;
}

.buy-search .ins {
width: 22%;
text-align: center;
color: #fff;
font-weight: bold;
background-color: #ef4034;
-webkit-appearance: none
}

.buy-list {
width: 95%;
margin: 0 auto;
padding-top: 15px;
}

.bl-item {

/*height: 95px;*/

/*2022-01-21*/
height: 80px;
background-color: #fff;
border-radius: 6px;
margin-bottom: 12px;
display: flex;
padding: 7px;
}

.bl-item .im {

/*width: 34%;*/

/*2022-01-21*/
width: 90px;
height: 100%;		/*margin-right: 3%;*/
max-height: 100%;		/*overflow: hidden;*/

/*display: flex;*/

/*align-items: center;*/

/* background-color: #efc2bf; */
border-radius: 6px;
}

.im img {

/*width: 100%;*/

/*2022-01-21*/
width: 90px;
height: 100%;
border-radius: 0 20px;
}

.bi2 {

/*width: 62%;*/

/*2022-01-21*/
flex-grow: 1;
margin-left: 10px;
}

.bi2 .bi3 {
font-size: 16px;		/*line-height: 18px;*/

/*height: 36px;*/

/*2022-01-21*/
line-height: 20px;
height: 20px;
color: #333;
font-weight: bold;
margin-bottom: 6px;		/*2022-01-21*/
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.bi4 {
color: #999;
font-size: 12px;
line-height: 14px;
}

.bi5 {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
}

.bi5 span {
color: #EF4034;
font-weight: bold;
font-size: 16px;
}

.bi5 p {
color: #666;
font-size: 12px;
}

.guess-like {

/* width: 95% ; */
margin: 10px auto;
background-color: #fff;
border-radius: 6px;
}

.guess-like .gl1 {
display: flex;
align-items: center;
padding: 10px 10px 0 10px;
}

.gl1 p {
font-size: 18px;
margin-right: 10px;
}

.gl1 a {
color: #EF4034;
margin: 0 10px;
font-size: 16px;
}

.guess-like .gl2 {
padding: 10px;
display: flex;
justify-content: space-between;
}

.gl2 a {
width: 30%;
}

.gl2 a img {
width: 100%;
}

/* 卖车 */
.mall-boxs {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 95%;
margin: 100px auto;
}

.mall-boxs a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 190px;
width: 49%;
font-size: 18px;
color: #888;
font-weight: bold;
}

.mall-boxs a img {
width: 80px;
height: 80px;
margin-bottom: 10px;
border-radius: 50%;
background-color: #fff;
box-shadow: 0 0 5px #ccc;
}

.er-img-box {

/*width: 34%;*/

/*2022-01-21*/
width: 90px;	/**/
height: 100%;
border-radius: 10px;
flex-shrink: 0;
}

.news-title {
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 42px;
width: 100%;
}

.partprice {
font-weight: bold;
color: #ff812d;
font-size: 18px;
}

.send_div {
height: 5px;
}

.sendnew {
display: block !important;
color: #FFFFFF !important;
font-size: 20px !important;
line-height: 34px !important;
border-radius: 4px !important;
text-align: center !important;	/*background: #ed7711;*/
background: #ff483b !important;
margin-right: .4rem !important;
}
