body {
	background-color: #F8F8F8;
}

i {
	font-style: normal;
}

.detail-top {
	margin-bottom: 50px;
}
/***************** 下拉框 start ****************/
.crumb {
	padding: 60px 0 30px;
}

.crumb li {
	float: left;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
}

.crumb li .icon {
	margin: 0 7px;
}

.crumb li a {
	color: #696969;
}

.crumb li select {
	height: 30px;
	border: solid 1px #acacac;
	color: #ff8800;
	margin-left: 24px;
	border-radius: 5px;
}
/***************** 下拉框 end ****************/

/***************** 车辆详情 start ****************/
.car-info-tp .car-img-b {
	width: 580px;
	height: 420px;
	float: left;
}

.car-info-detail {
	width: 570px;
	float: right;
}

.car-info-detail p {
	margin-top: 19px;
}

.car-info-detail h3 {
	font-size: 18px;
	color: #2e2e2e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.car-info-detail .guide-price {
	font-size: 16px;
}

.car-info-detail .guide-price .z-price {
	color: #ff2140;
}

.car-info-detail .guide-price .z-reduce {
	color: #52c868;
	margin-left: 5px;
}

.car-info-detail .z-loan .low-pay {
	color: #fe4660;
}

.car-info-detail .dt-tab span {
	display: inline-block;
	width: 76px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #e1e1e1;
	margin-right: 15px;
	border-radius: 3px;
	cursor: pointer;
}

.car-info-detail .dt-tab span.z-active {
	background-color: #71b0ff;
	color: #ffffff;
}

.car-info-detail .z-row span {
	margin-right: 20px;
}

.car-info-detail .z-color span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	vertical-align: middle;
	position: relative;
	-webkit-box-shadow: 0 0 10px #dfdfdf;
	-moz-box-shadow: 0 0 10px #dfdfdf;
	box-shadow: 0 0 10px #dfdfdf;
}

.car-info-detail .z-color span i {
	display: block;
	width: 26px;
	height: 26px;
	border: solid 2px transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: -6px;
	top: -6px;
	cursor: pointer;
}

.car-info-detail .z-color span.z-active i {
	border-color: #fe1617;
}

.car-info-detail .order-tab span {
	position: relative;
	display: inline-block;
	width: 62px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: solid 1px #909090;
	margin-right: 15px;
	cursor: pointer;
}

.car-info-detail .order-tab span .icon {
	position: absolute;
	line-height: 16px;
	bottom: 0;
	right: 0;
	display: none;
}

.car-info-detail .order-tab span.z-active {
	border-color: #ff4807;
	color: #ff4807;
}

.car-info-detail .order-tab span.z-active .icon {
	display: block;
}

.car-info-detail .deposit span {
	color: #ff8800;
}

.car-info-detail .buy-btn {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	background-color: #f1702f;
	padding: 7px 39px;
	border-radius: 6px;
}

.car-info .share {
	line-height: 24px;
	margin: 15px 0;
	position: relative;
}

.share .bds_bg {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	vertical-align: middle;
}

.share .collect {
	display: inline-block;
	padding: 0 8px;
	background-color: #696969;
	vertical-align: middle;
	color: #fff;
	margin: 0 15px;
	border-radius: 3px;
	cursor: pointer;
}

.share .collect.z-active {
	background-color: #4fc277;
}

.share>span {
	margin-right: 15px;
}

.share .icon {
	color: #fe7e4e;
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

.share .num-buy {
	color: #ff3f5a;
}

.car-img-s li {
	float: left;
	margin-top: 15px;
	margin-right: 24px;
	position: relative;
}

.car-img-s li img {
	width: 146px;
	height: 94px;
	border-radius: 5px;
}

.car-img-s .car-img-title {
	width: 38px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background-color: #ff4e09;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
}
/***************** 车辆详情 end ****************/

/***************** 车型亮点 start ****************/
.detail-bottom {
	border-top: solid 1px #d6d6d6;
	padding-top: 14px;
	color: #696969;
	font-size: 14px;
	margin-bottom: 110px;
}

.detail-bottom-tab li {
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #eaeaea;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	margin-bottom: 35px;
}

.detail-bottom-tab li.z-active {
	background-color: #5895ce;
	color: #ffffff;
}
/***************** 车型亮点 end ****************/

/***************** 参数配置 start ****************/
.car-configure {
	position: relative;
}

.car-configure td {
	width: 346px;
	height: 196px;
	text-align: left;
	background-color: #ffffff;
	border: solid 1px #eaeaea;
	position: relative;
	padding-left: 50px;
}

.car-configure .configure-head td {
	border-bottom-color: #f1f8ff;
}

.car-configure td.first-td {
	width: 200px;
}

.car-configure .configure-head td .select-close {
	display: block;
	position: absolute;
	width: 33px;
	height: 33px;
	line-height: 33px;
	right: 0;
	top: 0;
	text-align: center;
	background-color: #5895ce;
	color: #ffffff;
}

.car-configure .configure-head p {
	margin-bottom: 18px;
}

.car-configure .configure-head .first-td p {
	margin-bottom: 8px;
}

.car-configure .configure-head .first-td p.first-td-title {
	margin-bottom: 18px;
	font-size: 16px;
}

.car-configure .configure-head .compare {
	display: inline-block;
	width: 76px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #c0c3c7;
	color: #5895ce;
	margin-top: 10px;
}

.car-configure .configure-head .compare:hover {
	border-color: #ff6d34;
	background-color: #ff6d34;
	color: #ffffff;
}

.car-configure .configure-head td:not (.first-td ):hover {
	color: #ff4800;
}

.car-configure .configure-body td {
	height: 48px;
}

.car-configure .configure-body td.first-td {
	width: 300px;
	text-align: right;
	padding-right: 50px;
}

.car-configure .configure-body .diff td {
	background-color: #f1f8ff;
	border-top-color: #f1f8ff;
	border-bottom-color: #f1f8ff;
	color: #525252;
	font-size: 20px;
	font-weight: 600;
}

.compare-menu {
	position: absolute;
	top: 0px;
	left: -95px;
}

.compare-menu a {
	display: block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ededed;
	color: #696969;
	margin-bottom: 6px;
}

.compare-menu a.on {
	background-color: #6cb8ff;
	color: #ffffff;
}
/***************** 参数配置 end ****************/
/*************** 预约试驾 start ***************/
.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,
		endColorstr=#B2000000);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.alert-test {
	width: 925px;
	height: 615px;
	background-color: #ffffff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -310px 0 0 -462px;
	z-index: 101;
	font-size: 18px;
}

.alert-test h1 {
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #49a5f2;
	color: #ffffff;
}

.alert-test .test-close {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #1f1f1f;
	color: #c8c8c8;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
}

.alert-test .test-close:hover {
	background-color: #4b4b4b;
}

.alert-test ul {
	width: 760px;
	margin: 50px auto;
}

.alert-test li {
	height: 45px;
	line-height: 45px;
	margin-bottom: 25px;
}

.alert-test li span {
	float: left;
	display: block;
	width: 120px;
	text-align: right;
	margin-right: 18px;
}

.alert-test li select {
	float: left;
	width: 195px;
	height: 44px;
	border: solid 1px #e4e4e4;
	color: #696969;
	margin-right: 10px;
}

.alert-test li input[type=text] {
	float: left;
	width: 398px;
	height: 42px;
	border: solid 1px #e4e4e4;
	white-space: normal;
}

.alert-test li .laydate-icon {
	width: 175px;
	height: 42px;
	border: solid 1px #e4e4e4;
}

.alert-test .test-btn {
	display: block;
	margin: 0 auto;
	width: 235px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #49a5f2;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.alert-test .test-btn:hover {
	background-color: #2f99f2;
}
/*************** 预约试驾 end ***************/
.brand-down-options {
	left: auto;
	right: 0;
	width: 1150px;
}

.icon {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.selected_brand a {
	color: #fff;
}

.colorVal {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	border: 1px solid #bbb;
}

.car-info-detail .dt-tab a {
	display: inline-block;
	width: 76px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #e1e1e1;
	margin-right: 15px;
	border-radius: 3px;
	cursor: pointer;
}


.logo {
	float: left;
	display: block;
	width: 307px;
	height: 50px;
	margin-right: 10px;
}

.dt-tab a {
	color: #6f6f6f;
}

.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	/*  right: 46%; */
	right: 25%;
	bottom: 10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 15px;
	width: 20px;
	height: 10px;
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	border-radius: 4px;
}

.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/arrows.png) -110px 5px no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.li-s {
	border-radius: 5px;
}

.car-info1 {
	float: left;
}

.car-info-left {
	width: 290px;
	border: 1px solid #e7e7e7;
	height: 300px;
	margin-right: 8px;
}

.brand-title {
	width: 290px;
	border-bottom: 1px solid #e7e7e7;
	height: 34px;
	background-color: #eaeaea;
	text-align: center;
	line-height: 34px;
}

.car-info-right {
	width: 897px;
	border: 1px solid #e7e7e7;
}

.car-configure {
	left: 99px;
}

.carType-title {
	width: 796px;
	border: 1px solid #e7e7e7;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #eaeaea;
}

.contact-phone {
	width: 290px;
	height: 48px;
	border-top: solid 1px #d6d6d6;
}

.contact-phone p:nth-child(1) {
	text-align: center;
	font-size: 16px;
}

.contact-phone p:nth-child(2) {
	text-align: center;
	font-size: 16px;
	color: #ff3c3c;
}

.line-contact {
	text-align: center;
}

.line-contact-btn {
	border: 0;
	background-color: #6cb8ff;
	color: white;
	width: 130px;
	height: 30px;
	cursor: pointer;
	font-size: 18px;
}

.satisfy .icon.score-active {
	color: #ff500b;
}

.satisfy .icon {
	margin: 0 3px;
	color: #c3c3c3;
	cursor: default;
	font-size: 12px;
}

.user-name {
	font-size: 16px;
	margin-bottom: 26px;
}

.append-title {
	color: #797979;
	font-weight: 400;
}

.text {
	color: #232323;
}

.content-detail {
	margin-bottom: 10px;
	margin-top: 10px;
}

.append-box {
	border-top: 1px dashed #868181;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

.merchant-box {
	background-color: #e6e6e6;
	color: #ec564b;
	padding: 10 10 10 10;
	margin-top: 10px;
}

.merchant-box .text {
	color: #ec564b;
}

.content-right {
	width: 720px;
}

.content-left, .content-right {
	float: left;
}

.comment-detail {
	float: left;
}

.comment-detail-level {
	width: 200px;
	height: 100px;
}

.comment-detail-level p:nth-child(1) {
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 64px;
	font-size: 30px;
	color: red;
}

.comment-detail-level p:nth-child(2) {
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
}

.comment-detail-level-all dl {
	padding: 9px 0;
	overflow: hidden;
	zoom: 1;
}

.comment-detail-level-all dd {
	width: 150px;
	height: 12px;
	overflow: hidden;
	background-color: #dedede;
}

.comment-detail-level-all dt {
	width: 100px;
	color: #4c515c;
	font-size: 14px;
}

.comment-detail-level-all dd, .comment-detail-level-all dt {
	float: left;
}

.comment-detail-level-all dd div {
	overflow: hidden;
	height: 12px;
	width: 0;
	background-color: #f43b00;
}

.comment-level-detail-title {
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f2f2f2;
}

.comment-level-detail {
	float: left;
	height: 42px;
}

.comment-level-detail.current-comment a {
	font-weight: 700;
	color: #e4393c;
}

.comment-level-detail a {
	padding: 0 20px;
	display: inline-block;
	color: #696969;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}