@charset "UTF-8";
/*轮播图*/
.detail-body {
	margin-top: 67px;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 100%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.detail-banner {
	height: 520px;
}
/*左边价格信息框*/
.title {
	margin-bottom: 13px;
}

.title .title-name {
	word-wrap: break-word;
	word-break: normal;
	font-size: 18px;
	line-height: 22px;
}

.right-container-tagbox {
	height: 16px;
	overflow: hidden;
	margin-top: 16px;
}

.tags {
	float: left;
	padding: 0 5px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	margin-left: 4px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cartag0 {
	color: #27b255;
	border: 1px solid #a9e0bb
}

.cartag1 {
	color: #ff7815;
	border: 1px solid #ffc9a1
}

.cartag2 {
	color: #4ba4fc;
	border: 1px solid #b7dbfe
}

.cartag3 {
	color: #27b255;
	border: 1px solid #a9e0bb
}

.cartag4 {
	color: #4ba4fc;
	border: 1px solid #b7dbfe
}

.middle-content {
	background-color: rgba(0, 0, 0, .02);
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 20px;
	box-sizing: border-box;
}

.middle-content .list {
	margin-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.middle-content .price-list {
	height: 60px;
}

.middle-content .list .price {
	font-size: 30px;
	line-height: 42px;
	color: #FF5317;
	margin-top: 9px;
}

.middle-content .list .price span {
	font-size: 14px;
}

.middle-content .list .new-car-price {
	margin-left: 20px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	height: 60px;
	line-height: 72px;
	color: rgba(0, 0, 0, .36);
}

.middle-content .list .detail-title-right-tagP {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	/* vertical-align: top; */
	position: relative;
}

.middle-content .list .reduce-price {
	float: right;
	cursor: pointer;
	position: relative;
	margin-left: 20px;
}

.middle-content .list .reduce-price .reduce-remind {
	height: 28px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #FF6B23;
	background: #FFF;
	border: 1px solid #FFA14D;
	border-radius: 4px;
	padding: 0 7px;
	line-height: 28px;
	margin-top: 17px;
}

.cut-off-line {
	/*width: 484px;*/
	height: 2px;
	border-bottom: 2px dashed rgba(0, 0, 0, .07);
	/* margin-left: 20px; */
}

.middle-content .payment-list {
	height: 40px;
	line-height: 40px;
}

.middle-content .list .small-title {
	width: 65px;
	color: rgba(0, 0, 0, .36);
}

.middle-content .list .money {
	color: #FF6B23;
	margin-right: 15px;
}

.middle-content .list .detail-loan {
	float: right;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.middle-content .list .service-pay {
	color: rgba(0, 0, 0, .8) !important;
}

.middle-content .list .service-detail {
	float: right;
	font-size: 12px;
	color: rgba(0, 0, 0, .36);
	line-height: 17px;
	margin-top: 10px;
	cursor: pointer;
}

#js-service-wrapper #js-box-service {
	display: inline-block;
	margin-left: 70px;
	margin-bottom: 16px;
}

#js-box-service .service-info-text {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, .6);
	max-height: 40px;
	overflow: hidden;
}

#js-box-service .service-text-item em {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 1px;
	background: url(../../images/gou.png);
	background-size: 100% 100%;
}

#js-box-service .service-text-item {
	margin-right: 40px;
	white-space: nowrap;
}

.row-fluid-wrapper {
	position: static;
	bottom: 30px;
	width: 100%;
}

.row-fluid-wrapper ul.box-list-primary-detail {
	margin-bottom: 30px;
}

.row-fluid-wrapper ul.box-list-primary-detail li {
	float: left;
	width: 33%;
	text-align: center;
	margin: 11px 0;
	min-height: 20px;
	position: relative;
}

.row-fluid-wrapper ul.box-list-primary-detail li:first-child {
	border-left: 0;
}

.row-fluid-wrapper ul.box-list-primary-detail .kilometre {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
}

.row-fluid-wrapper ul.box-list-primary-detail li:first-child div {
	padding: 0 13px;
}

.row-fluid-wrapper ul.box-list-primary-detail li p {
	margin: 0;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.row-fluid-wrapper ul.box-list-primary-detail li .car-summary {
	font-weight: 400;
	font-size: 18px;
	color: rgba(0, 0, 0, .8);
}

.row-fluid-wrapper ul.box-list-primary-detail .small-title {
	font-size: 14px;
	color: rgba(0, 0, 0, .36);
	margin-top: 3px;
}

.row-fluid-wrapper .row-fluid a.btn-schedule {
	display: inline-block;
	width: 200px;
	height: 53px;
	line-height: 53px;
	border-radius: 4px;
	background: #FF6B23;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.row-fluid-wrapper .row-fluid a.btn-bargain1 {
	display: inline-block;
	margin-left: 20px;
	width: 200px;
	height: 53px;
	line-height: 53px;
	border-radius: 4px;
	background: #FFA14D;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 15px;
}

/*报告*/
.detail-report-v6-wrapper .report-outer-box {
	width: 100%;
	min-height: 644px;
	margin: 0 auto;
	border: 2px solid #FEE8CA;
	background: #FFFBF9;
	padding: 7px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.detail-report-v6-wrapper .report-inner-box {
	width: 100%;
	min-height: 644px;
	background: #FFFEFD;
	border: 1px solid #FEE8CA;
	position: relative;
}

.detail-report-v6-wrapper .report-inner-box .report-corner-img {
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: cover;
}

.detail-report-v6-wrapper .report-inner-box .top-left-img {
	top: -1px;
	left: -1px;
	background-image: url(img/top-left.png);
}

.detail-report-v6-wrapper .report-inner-box .top-right-img {
	top: -1px;
	right: -1px;
	background-image: url(img/top-right.png);
}

.detail-report-v6-wrapper .report-inner-box .bottom-left-img {
	bottom: -1px;
	left: -1px;
	background-image: url(img/bottom-left.png);
}

.detail-report-v6-wrapper .report-inner-box .bottom-right-img {
	bottom: -1px;
	right: -1px;
	background-image: url(img/bottom-right.png);
}

.detail-report-v6-wrapper .report-header {
	text-align: center;
	padding: 33px 48px 0;
}

.report-header-title-box {
	display: inline-block;
	margin-left: 16px;
	height: 76px;
	padding-top: 6px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.report-header-title {
	text-align: left;
	font-size: 40px;
	color: #FF6B23;
	margin-top: 16px;
}

.wrapper:after, .wrapper:before {
	line-height: 0;
	display: table;
	content: '';
}

.container-fluid:after, .wrapper:after, .dl-horizontal:after, .row-fluid:after,
	.row:after {
	clear: both;
}

.clearfixnew:after, .wrapper:after {
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}

.clearfixnew:after {
	content: " ";
	font-size: 0;
}

.report-header-line {
	margin-top: 20px;
	height: 3px;
	background: #FFC694;
}

.detail-report-v6-wrapper .report-content {
	margin-top: 45px;
	padding: 0 48px;
}

.report-content .report-content-left {
	/*float: left;*/
	/*width: 250px;*/
	text-align: center;
}

.report-content .staff-title {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #8A5B35;
	line-height: 16px;
}

.report-content .name {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #9B7353;
	line-height: 14px;
}

.report-content .staff-video {
	text-align: center;
	margin-top: 31px;
	font-size: 14px;
	color: #FF6B23;
	line-height: 14px;
	vertical-align: middle;
	cursor: pointer;
}

.report-content .ask-btn {
	width: 250px;
	height: 40px;
	border: 1px solid #FF6B23;
	border-radius: 3px;
	font-size: 16px;
	color: #FF6B23;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-top: 20px;
	background: 0 0;
}

.report-content .signature {
	margin-top: 36px;
	position: relative;
	text-align: center;
}

.report-content .signature-img {
	display: inline-block;
	width: 33px;
	height: 33px;
	vertical-align: top;
}

.report-content .signature-message {
	display: inline-block;
	margin-top: 8.5px;
}

.report-content .signature-info {
	display: inline-block;
	color: #C58833;
	font-size: 13px;
	line-height: 13px;
}

.report-content .signature-info>a {
	color: #C58833;
	display: inline-block;
	margin-left: 4px;
	text-decoration: underline;
}

.report-content .report-left-signature-note {
	font-size: 11px;
	color: #C58833;
	line-height: 15px;
	margin-top: 22px;
}

.report-content .report-left-signature-note a {
	-moz-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #C58833;
}

.report-content .tester-img {
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin: 0 auto;
}

.report-content .report-content-right {
	/*float: right;*/
	margin-bottom: 40px;
	/*width: 770px;*/
}

.report-content .report-content-right .report-result-des {
	font-size: 16px;
	color: #8A5B35;
	line-height: 28px;
}

.report-content .report-content-right .report-upkeep {
	width: 100%;
	height: 50px;
	background-image: linear-gradient(269deg, rgba(253, 246, 226, .3) 0,
		rgba(245, 204, 94, .3) 94%);
	margin-bottom: 20px;
	margin-top: 10px;
}

.report-content .report-content-right .report-danger-item {
	display: inline-block;
	width: 32%;
	height: 50px;
	text-align: center;
}

.report-content .report-content-right .report-upkeep .report-upkeep-icon
	{
	float: left;
	width: 27px;
	height: 30px;
	margin: 10px 20px 0 17px;
	background: url(img/protect1.png);
	background-size: 100% 100%;
}

.report-content .report-content-right .report-upkeep .report-upkeep-title
	{
	font-size: 16px;
	color: #8C5313;
	line-height: 50px;
	margin-right: 15px;
}

.report-content .report-content-right .report-upkeep .report-upkeep-tag
	{
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

.report-content .report-content-right .report-danger-img {
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: top;
}

.report-content .report-content-right .report-danger-word {
	display: inline-block;
	font-size: 16px;
	color: #CD9A67;
	line-height: 50px;
	vertical-align: middle;
	/*margin-left: 16px;*/
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.report-content .report-content-right .report-test-type {
	margin-top: 22px;
}

.report-content .report-content-right .report-test-type-title {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #8A5B35;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
}

.report-content .report-content-right .report-test-type-part {
	width: 220px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
}

.report-content .report-content-right .report-test-type-part::before {
	content: "";
	position: absolute;
	left: 5px;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #8A5B35;
}

.report-content .report-content-right .report-test-type-title::before {
	content: "";
	position: absolute;
	left: 5px;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #8A5B35;
}

.report-content .report-content-right .report-test-type-list {
	width: 220px;
	height: 32px;
	font-size: 14px;
	color: #8A5B35;
	line-height: 32px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 16px;
}

.report-content .report-content-right .report-test-type-key {
	display: inline-block;
}

.report-content .report-content-right .type-part-pass {
	float: right;
}

.clearfixnew:after {
	content: " ";
	font-size: 0;
}

.clearfixnew:after, .wrapper:after {
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}

.report-content .report-content-right .type-part-pass-num {
	color: #A3A3A3;
}

.report-content .report-content-right .type-part-type-num {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}

.report-content .report-content-right .type-part-pass-icon {
	background-image: url(../../images/zhengque.png');
}

.report-content .report-content-right .type-part-type-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 3px;
	background-size: 100% 100%;
	vertical-align: -2px;
}

.report-content .report-content-right .type-part-key {
	color: #8A5B35;
}
/* 报告 */

.report-card-v6 {
	margin: 0 auto;
	/* padding: 10px; */
	box-sizing: border-box;
}

.report-card-v6 .v6-card-title {
	border-left: 5px solid #ff6600;
    padding-left: 10px;
	font-size: 22px;
	color: rgba(0, 0, 0, .78);
	/* text-align: center; */
}

.report-card-v6 .v6-card-subtitle {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 14px;
	/* text-align: center; */
}



.report-card-v6 .v6-card-item, .report-card-v6 .v6-case-content {
	margin-top: 30px;
}

.report-card-v6 .v6-card-item .v6-module-title {
	height: 38px;
}
.module-title-name{
	font-size:18px;
}
.report-card-v6 .v6-base-content {
	border: 1px solid #ececec;
	background: #fff;
	padding: 20px;
}

.v6-base-content ul li {
	height: 40px;
	line-height: 40px;
}

.v6-base-content ul li>div {
	display: flex;
}

.v6-base-content ul li:nth-child(6n+1)>div, .v6-base-content ul li:nth-child(6n+2)>div,
	.v6-base-content ul li:nth-child(6n+3)>div {
	background-color: #F7F7F7;
}

.key {
	border-right: 1px solid #F2F2F2;
	display: inline-block;
	height: 100%;
	width: 55%;
	text-align: center
}

.value {
	display: inline-block;
	width: 45%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.report-card-v6 .v6-base-content .module-base-content-key {
	float: left;
	width: 173px;
	height: 40px;
	border-right: 1px solid #F2F2F2;
}

.report-card-v6 .v6-base-content .module-base-content-value {
	float: left;
	width: 173px;
	height: 40px;
}

.report-card-v6 .v6-card-item .module-title-test {
	display: inline-block;
	width: 47px;
	height: 26px;
	margin-left: 25px;
	background: #71CEB5;
	border-radius: 3px;
	font-size: 14px;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
}

.report-card-v6 .v6-module-group-content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.report-card-v6 .v6-case-head {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.report-card-v6 .v6-case-item:not(:first-child ) {
	margin-left: 19px;
}

.report-card-v6 .v6-case-title {
	font-size: 18px;
	color: rgba(0, 0, 0, .78);
	line-height: 20px;
}

.report-card-v6 .v6-case-num {
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
}

.report-card-v6 .v6-card-item .v6-pass-bgicon {
	background-image: url(../../images/zhengque.png);
}
.report-card-v6 .v6-card-item .v6-nopass-bgicon {
	background-image: url(../../images/warning.png);
}
.nopass-color{
	color:#FFA14D!important;
}
.report-card-v6 .v6-card-item .v6-test-bgicon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: cover;
	vertical-align: middle;
}

.report-card-v6 .v6-base-content:hover, .report-card-v6 .v6-case-item:hover
	{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .03);
}

.report-card-v6 .v6-case-item {
	flex: 181px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #ECECEC;
	padding: 30px 28px;
	vertical-align: top;
/* 	margin-bottom: 20px; */
}

.report-card-v6 .v6-card-item .module-title-des {
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 14px;
	vertical-align: middle;
}

.report-card-v6 .v6-card-item .v6-pass-smicon {
	background-image: url(../../images/zhengquekong.png);
}
.report-card-v6 .v6-card-item .v6-nopass-smicon {
	background-image: url(../../images/warning-small.png);
}
.report-card-v6 .v6-card-item .v6-test-smicon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 100% 100%;
	vertical-align: middle;
}

.report-card-v6 .v6-card-item, .report-card-v6 .v6-case-content {
	margin-top: 30px;
}

.report-card-v6 .v6-case-content-item {
	/* float: left;
	width: 163px; */
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

.report-card-v6 .v6-card-item .v6-module-content-box {
	border: 1px solid #ECECEC;
	padding: 20px 30px;
}

.report-card-v6 .v6-card-item .v6-module-content-head {
	height: 40px;
	padding-top: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.report-card-v6 .v6-card-item .v6-test-num {
	display: inline-block;
	font-size: 16px;
	color: rgba(0, 0, 0, .78);
	line-height: 18px;
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: middle;
}

.report-card-v6 .v6-card-item .v6-module-content-content {
	padding-top: 20px;
}

.report-card-v6 .v6-card-item .v6-test-item-name {
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	margin-left: 4px;
	white-space: nowrap;
	vertical-align: middle;
	color: rgba(0, 0, 0, .6);
	cursor: pointer;
}

.report-card-v6 .v6-card-item .v6-test-content-item {
	float: left;
	width: 153px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

.about-car-detail-V3title {
	margin-top: 30px;
	margin-bottom: 30px;
}

.about-car-detail-V3title .title {
	text-align: left;
	font-size: 22px !important;
	color: rgba(0, 0, 0, .8);
}

.zhimai-content {
	border: 1px solid rgba(0, 0, 0, .07);
	padding:20px 0;
	/* padding-bottom: 60px; */
}

.about-car-detail {
	/* min-height: 450px; */
	width: 100%;
	position: relative;
}

.about-car-detail .package-left {
	display: inline-block;
	/*width: 50%;*/
	border-right:1px dashed #ddd;
	min-height: 250px;
	/* margin-bottom: 20px; */
}

.about-car-detail .package-left .text-about-car-owner {
	position: relative;
}

.about-car-detail .package-left .text-about-car-owner .owner-main {
	width: 90%;
	height: 78px;
	line-height: 78px;
	margin: 20px auto 0;
	position: relative;
}

.zhimai-content .about-car-detail .package-left .owner-main .owner-img {
	margin-top: 0;
	width: 75px;
	height: 75px;
	border-radius: 80px;
	float: left;
	margin-right: 25px;
	-webkit-border-radius: 80px;
}
.zhimai{
	margin-top:20px;
}
.about-car-detail .package-left .text-about-car-owner .owner-main ul.owner-info
	{
	display: block;
	position: relative;
}

.zhimai-content .about-car-detail .package-left .owner-main .owner-info .master-name
	{
	font-size: 18px !important;
	color: rgba(0, 0, 0, .78) !important;
	font-weight: 400 !important;
}

.zhimai-content .about-car-detail .package-left .owner-main .owner-info li
	{
	line-height: 20px;
	font-size: 12px !important;
	color: rgba(0, 0, 0, .36) !important;
}

.zhimai-content .about-car-detail .package-left .owner-main-text {
	word-break: break-all;
	margin-top: 30px;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	width: 500px;
	padding-left: 40px;
	line-height: 25px;
}

.about-car-detail .package-right {
	display: inline-block;
	/*width: 49%;*/
	min-height: 250px;
	vertical-align: top;
}

.about-car-detail .package-right .info-about-car {
	position: relative;
	width: 100%;
	/* min-height: 300px; */
	display: inline-block;
	vertical-align: top;
	top: 20px;
}

.zhimai-content .about-car-detail .package-right .info-about-car-title {
	font-weight: 400;
	text-align: left;
	margin-left: 30px;
	font-size: 18px;
	color: rgba(0, 0, 0, .78);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.about-car-detail .package-right .info-about-car .interval-title-content
	{
	margin-top: 15px;
	border-left:1px dashed #ddd;
}

.zhimai-content .about-car-detail .package-right .info-about-car-content
	{
	font-weight: 400;
	margin-left: 30px;
	float: left;
	width: 225px;
	line-height: 40px;
	font-size: 14px;
}

.about-car-detail .package-right .info-about-car .info-about-car-content li:nth-child(odd)
	{
	width: 61%;
	text-align: right;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
}

.about-car-detail .package-right .info-about-car .info-about-car-content li:nth-child(even)
	{
	width: 37%;
	border-bottom: 1px dashed #ddd;
	margin-left: -2px;
	padding-bottom: 5px;
}

.zhimai-content .about-car-detail .package-right .info-about-car-content li
	{
	display: inline-block;
	border-bottom: none !important;
	text-align: left !important;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	white-space: nowrap;
	padding-bottom: 5px;
}



.zhimai .zhimai-title {
	border-left:5px solid #ff6600;
	padding-left:10px;
	font-size: 22px;
	color: rgba(0, 0, 0, .8);
	font-family: 'Microsoft Yahei', '微软雅黑', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
}
.parms-title{
	font-size:22px;
	border-left:5px solid #ff6600;
	padding-left:10px;
	margin:20px 0;
}
.zhimai .zhimai-subtitle {
	margin-left: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, .36);
	font-family: 'Microsoft Yahei', '微软雅黑', 'Helvetica Neue', Helvetica,
		Arial, sans-serif;
}

.detail-car-appearance .detail-car-appearance-content-photo {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	margin: 15px 0;
	width: 100%;
}

.zhimai-content .zhimai .loading {
	/*flex: 48%;*/
	/*margin: 10px 1%;*/
	margin-bottom: 20px;
}

.pic-content {
	position: relative;
	margin-bottom:15px;
}

.detail-car-appearance .detail-car-appearance-content-photo .loading .content
	{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}

.detail-car-appearance .detail-car-appearance-content-photo .loading .content .title
	{
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 0;
}
.detail-car-appearance .detail-car-appearance-content-photo .loading img{
	width:100%;
	height:378px;
}

.detail-car-appearance .detail-car-appearance-content-photo .loading img:hover
	{
	transform: scale(1.03)
}

.detail-car-appearance .detail-car-appearance-content-photo .loading .content .desc
	{
	display: block;
	font-size: 15px;
	color: #fff;
	margin: 10px;
}

.config-parms {
	margin-bottom: 50px;
	border-bottom: 1px solid #F2F2F2;
}
.config-parms .row{
	margin:0;
}
.params-box ul li {
	height: 45px;
	line-height: 45px;
	border: 1px solid #F2F2F2;
	/* border-bottom: none; */
	box-sizing: border-box;
	text-align: center;
}

.content-title {
	font-size: 14px;
	color: #fd521d;
	padding-left: 10px;
	background: #f9f9f9;
	text-align: left !important;
}
.fixedNav .active{color:#F86B0D!important;border-bottom:4px solid #F86B0D;}

.fixedmeau{
	position:fixed;
	top:57px;
	left:0;
	width:100%;
	height:40px;
	line-height:40px;
	background:#FFFFFF;
	font-size:0;
	box-shadow:0 2px 2px #E5E5E5;
	display:none;
	z-index:10;
}

.fixedNav{text-align:center;}
.fixedNav li{display:inline-block;text-align:center;height:36px;width:22.3%;font-size:15px;color:#666666;}
.params-box ul li>div{
	display:flex;
	justify-content: space-between;
}
.params-box ul li>div span:first-child{
	color:#999;
}
@media screen and (max-width: 414px) {
	.report-header-title {
		font-size: 20px;
	}
	.detail-banner {
		height: 400px;
	}
	.middle-content .list .new-car-price {
		margin-left: 0;
	}
	.middle-content .price-list {
		height: auto;
	}
	.middle-content .payment-list {
		height: auto;
		line-height: 1;
	}
	.report-header-title-box {
		height: auto;
	}
	.report-content .report-content-right .report-upkeep {
		height: auto;
	}
	.detail-report-v6-wrapper .report-content {
		padding: 0 10px;
	}
	.report-card-v6 .v6-card-subtitle .v6-card-subtitle-item {
		display: block;
		/*margin-left: 0;*/
		margin: 10px 0;
	}
	.v6-base-content ul li>div {
		background: none !important;
	}
	.v6-base-content ul li:nth-child(odd) {
		background: #f7f7f7 !important;
	}
	.report-card-v6 .v6-card-item .v6-module-title {
		height: auto;
	}
	.report-card-v6 .v6-card-item .module-title-des {
		white-space: inherit;
		line-height: 1.5;
		margin: 5px 0;
	}
	.report-card-v6 .v6-case-item:not (:first-child ){
		margin-left: 0;
	}
	.about-car-detail .package-left {
		min-height: auto;
		border-right:none;
	}
	.about-car-detail .package-left .text-about-car-owner {
		min-height: auto;
		margin-bottom: 0;
	}
	.zhimai-content .about-car-detail .package-left .owner-main-text {
		
		width: auto;
		padding: 0 30px !important;
	}
	.about-car-detail .package-left .text-about-car-owner {
		border-right: 0;
	}
	.about-car-detail .package-right .info-about-car .interval-title-content
		{
		margin-top: 0;
	}
	.zhimai-content .about-car-detail .package-right .info-about-car-title {
		margin-top: 0;
	}
	.detail-car-appearance .detail-car-appearance-content-photo .loading img{height:auto;}
	.zhimai-content .zhimai {
		margin-top: 20px;
	}
	.zhimai-content {
		padding-bottom: 0;
	}
	.about-car-detail .row {
		margin-left: 0;
	}
	.fixedmeau {
		top: 46px;
	}
	.report-card-v6 .v6-case-item{
	margin-bottom:10px;}
	.report-card-v6 .v6-case-item:not(:first-child ) {
		margin-left: 0;
	}
}

