﻿a,a:active,a:hover,a:link,a:visited {
	text-decoration: none
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@media screen and (max-device-width:320px) {
	.tdico-txt_Main {
		width: 1rem;
		height: .4rem;
		background: url("../images/lijian_bg.png") no-repeat;
		background-size: 100% 100%;
		display: inline-block;
		position: absolute;
		color: #fff;
		right: -.50666667rem;
		top: -.18666667rem;
		line-height: .42666667rem
	}[	data-dpr="1"] .tdico-txt_Main {
		font-size: 6px
	}[	data-dpr="2"] .tdico-txt_Main {
		font-size: 12px
	}[	data-dpr="3"] .tdico-txt_Main {
		font-size: 18px
	}
}

.index-tdico {
	clear: both;
	width: 100%;
	background: #fff;
	padding: 0.6rem 2px 0;
	overflow: hidden
}

.Adv_code {
	width: 100%;
	height: 2.13333333rem;
	line-height: 2.13333333rem
}

.filter-seller,.seller-box {
	width: 100%;
	position: relative;
	z-index: 2
}

.filter-seller {
	height: 1.33333333rem;
	border-bottom: 1px solid #e5e5e5;
	padding: .26666667rem 0;
	background: #fff
}

.seller-rzc {
	width: 1.86666667rem;
	height: .8rem;
	margin-left: .4rem;
	float: left;
	margin-right: .13333333rem
}

.seller-rzc a {
	display: block;
	text-align: center;
	border: 1px solid #818d9a;
	border-radius: .06666667rem;
	color: #818d9a;
	position: relative;
	overflow: hidden;
	line-height: .77333333rem;
	width: 1.84rem;
	background: #fff
}[data-dpr="1"] .seller-rzc a {
	font-size: 13px
}[data-dpr="2"] .seller-rzc a {
	font-size: 26px
}[data-dpr="3"] .seller-rzc a {
	font-size: 39px
}

.seller-rzc a.seller-rzc-sel {
	border: 1px solid #ff6d02;
	color: #fe6402;
	display: block;
	background: url("../images/list-screen-rzcbg.png") 100% 100% no-repeat;
	background-size: .24rem .24rem
}

.seller-nav {
	width: 75%;
	height: .8rem;
	display: table;
	text-align: center;
	padding: .13333333rem 0
}

.seller-nav li {
	width: 25%;
	display: table-cell;
	height: .53333333rem;
	line-height: .53333333rem
}

.seller-nav li a {
	color: #394043
}[data-dpr="1"] .seller-nav li a {
	font-size: 13px
}[data-dpr="2"] .seller-nav li a {
	font-size: 26px
}[data-dpr="3"] .seller-nav li a {
	font-size: 39px
}

.seller-nav li a:after {
	content: "";
	width: .16rem;
	height: .10666667rem;
	background: url("../images/list-sree-cio01.png") no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: .13333333rem
}

.seller-nav li.defult-sel a {
	color: #ff6d02
}

.seller-nav li.defult-sel a:after {
	content: "";
	width: .16rem;
	height: .10666667rem;
	background: url("../images/list-sree-cio01-deful.png") no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: .13333333rem;
	margin-top: 0
}

.seller-nav li.seller-nav-sel a {
	color: #ff6d02
}

.seller-nav li.seller-nav-sel a:after {
	content: "";
	width: .16rem;
	height: .10666667rem;
	background: url("../images/list-sree-cio01-hover.png") no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: .13333333rem;
	margin-top: 0
}

#carSelectComponent {
	z-index: 99999
}

.mask-cover {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	opacity: .5;
	background: #000
}

.mask-cover,.seller-list {
	left: 0;
	width: 100%;
	z-index: 2
}

.seller-list {
	position: absolute;
	background: #fff;
	text-align: left
}

.paix-list {
	padding: 0 .4rem
}

.paix-list a {
	display: block;
	height: 1.46666667rem;
	border-top: 1px solid #ececec;
	line-height: 1.46666667rem;
	color: #2f3540
}[data-dpr="1"] .paix-list a {
	font-size: 15px
}[data-dpr="2"] .paix-list a {
	font-size: 30px
}[data-dpr="3"] .paix-list a {
	font-size: 45px
}

.paix-list a:first-child {
	border-top: 0
}

.paix-list a.paix-sel {
	color: #ff6d02;
	background: url("../images/list-screen-paix.png") 100% no-repeat;
	background-size: .34666667rem .26666667rem
}

.chej-list {
	padding: .4rem;
	padding-top: 0
}

.chej-list h3 {
	color: #818d9a
}[data-dpr="1"] .chej-list h3 {
	font-size: 12px
}[data-dpr="2"] .chej-list h3 {
	font-size: 24px
}[data-dpr="3"] .chej-list h3 {
	font-size: 36px
}

.chej-defined {
	margin-top: .33333333rem;
	height: 1.46666667rem;
	padding-bottom: .53333333rem;
	border-bottom: 1px solid #ececec
}

.chej-defined p.chej-input {
	float: left;
	width: 2.8rem;
	height: .93333333rem;
	border: 1px solid #818d9a;
	border-radius: .06666667rem;
	position: relative
}

.chej-defined p.chej-input input {
	width: 90%;
	height: .90666667rem;
	background: 0;
	line-height: .37333333rem;
	text-align: right;
	padding: .04rem .4rem 0
}[data-dpr="1"] .chej-defined p.chej-input input {
	font-size: 14px
}[data-dpr="2"] .chej-defined p.chej-input input {
	font-size: 28px
}[data-dpr="3"] .chej-defined p.chej-input input {
	font-size: 42px
}

.chej-defined p.chej-input:after {
	content: "\4E07";
	display: block;
	position: absolute;
	right: .13333333rem;
	top: .29333333rem;
	line-height: .37333333rem
}[data-dpr="1"] .chej-defined p.chej-input:after {
	font-size: 13px
}[data-dpr="2"] .chej-defined p.chej-input:after {
	font-size: 26px
}[data-dpr="3"] .chej-defined p.chej-input:after {
	font-size: 39px
}

.chej-defined p.chej-line {
	width: .4rem;
	height: .93333333rem;
	float: left;
	line-height: .93333333rem;
	text-align: center;
	color: #868a8b
}[data-dpr="1"] .chej-defined p.chej-line {
	font-size: 6px
}[data-dpr="2"] .chej-defined p.chej-line {
	font-size: 12px
}[data-dpr="3"] .chej-defined p.chej-line {
	font-size: 18px
}

.chej-defined p.chej-btn {
	float: left;
	width: 2.8rem;
	height: .96rem;
	text-align: center;
	margin-left: .38666667rem;
	color: #fff;
	line-height: normal;
	padding: .04rem 0
}[data-dpr="1"] .chej-defined p.chej-btn {
	font-size: 13px
}[data-dpr="2"] .chej-defined p.chej-btn {
	font-size: 26px
}[data-dpr="3"] .chej-defined p.chej-btn {
	font-size: 39px
}

.chej-defined p.chej-btn a {
	display: block;
	height: .96rem;
	color: #fff;
	line-height: .96rem;
	background: #d6d6d6;
	border-radius: .06666667rem;
	width: 100%;
	margin-top: -.05333333rem
}

.chej-defined p a.btn-sel {
	background: #ff6402;
	color: #fff
}

.chej-pice-list {
	width: 100%
}

.chej-pice-list span {
	float: left;
	display: block;
	width: 2.8rem;
	height: .93333333rem;
	text-align: center;
	line-height: .93333333rem;
	border: 1px solid #ddd;
	border-radius: .06666667rem;
	margin-right: .38666667rem;
	margin-top: .4rem
}

.chej-pice-list span:nth-child(3n) {
	margin-right: 0
}

.chej-pice-list span a {
	color: #2f3540
}[data-dpr="1"] .chej-pice-list span a {
	font-size: 13px
}[data-dpr="2"] .chej-pice-list span a {
	font-size: 26px
}[data-dpr="3"] .chej-pice-list span a {
	font-size: 39px
}

.chej-pice-list span.chej-pice-sel {
	border: 1px solid #ff6d02
}

.chej-pice-list span.chej-pice-sel a {
	color: #ff6d02
}

.tt-small {
	height: .74666667rem;
	background: #f8f8f8;
	line-height: .74666667rem;
	padding-left: .4rem
}[data-dpr="1"] .tt-small {
	font-size: 13px
}[data-dpr="2"] .tt-small {
	font-size: 26px
}[data-dpr="3"] .tt-small {
	font-size: 39px
}

.tt-small span {
	padding: 0;
	color: #818d9a!important
}

.tt-open {
	float: right;
	margin-right: .4rem;
	color: #999
}[data-dpr="1"] .tt-open {
	font-size: 14px
}[data-dpr="2"] .tt-open {
	font-size: 28px
}[data-dpr="3"] .tt-open {
	font-size: 42px
}

.tt-open:after {
	content: "";
	display: inline-block;
	width: .26666667rem;
	height: .16rem;
	background: url("../images/list-srceen-arrow.png") no-repeat;
	background-position: 0 0;
	background-size: .26666667rem .32rem;
	float: right;
	margin-top: .33333333rem
}

.stle-close {
	height: .74666667rem;
	position: relative;
	line-height: .74666667rem;
	background: #f8f8f8;
	padding: 0 .4rem
}

.stle-close span {
	color: #818d9a
}[data-dpr="1"] .stle-close span {
	font-size: 13px
}[data-dpr="2"] .stle-close span {
	font-size: 26px
}[data-dpr="3"] .stle-close span {
	font-size: 39px
}

.selected-item {
	position: absolute;
	left: 2.13333333rem;
	top: 0;
	color: #ff6d02;
	width: 55%
}[data-dpr="1"] .selected-item {
	font-size: 13px
}[data-dpr="2"] .selected-item {
	font-size: 26px
}[data-dpr="3"] .selected-item {
	font-size: 39px
}

.l243 {
	left: 3.24rem
}

.txtElps {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.stle-close a,.txtElps {
	display: block
}

.stle-close a:after {
	content: "";
	display: inline-block;
	width: .26666667rem;
	height: .16rem;
	background: url("../images/list-srceen-arrow.png") no-repeat;
	background-position: 0 -.17333333rem;
	background-size: .26666667rem .32rem;
	margin-top: .33333333rem;
	float: right
}

.term-box {
	padding-bottom: .4rem
}

.tc-sort {
	margin-left: .4rem
}

.tc-sort li {
	text-align: center;
	width: 2.8rem;
	height: .93333333rem;
	float: left;
	margin-top: .4rem;
	margin-right: .38666667rem
}

.tc-sort li a {
	display: block;
	color: #2f3540;
	border: 1px solid #ddd;
	border-radius: .06666667rem;
	line-height: normal;
	padding: .2rem 0
}[data-dpr="1"] .tc-sort li a {
	font-size: 13px
}[data-dpr="2"] .tc-sort li a {
	font-size: 26px
}[data-dpr="3"] .tc-sort li a {
	font-size: 39px
}

.tc-sort li.cur a {
	border: 1px solid #ff6d02;
	color: #ff6d02;
	padding: .2rem 0
}

.tc-sort li.cur a em,.tc-sort li.cur a em.white {
	border: 1px solid #e5e5e5
}

.tc-sort-color li {
	width: 20%
}

.tc-sort-color li a {
	border: 0
}

.tc-sort li a em {
	display: block;
	margin: 0 auto;
	width: .64rem;
	height: .64rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem
}

.col-txt {
	padding-top: .24rem;
	height: .6rem;
	color: #2f3540
}[data-dpr="1"] .col-txt {
	font-size: 13px
}[data-dpr="2"] .col-txt {
	font-size: 26px
}[data-dpr="3"] .col-txt {
	font-size: 39px
}

.tc-sort li a em.black {
	background: #000
}

.tc-sort li a em.y-gray {
	background: #edecea
}

.tc-sort li a em.white {
	background: #fff;
	border: 1px solid #ececec
}

.tc-sort li a em.red {
	background: #b73838
}

.tc-sort li a em.blue {
	background: #3d5ca1
}

.tc-sort li a em.s-gray {
	background: #747373
}

.tc-sort li a em.champagne {
	background: #fdecc9
}

.tc-sort li a em.green {
	background: #5b9472
}

.tc-sort li a em.yellow {
	background: #e7e33f
}

.tc-sort li a em.orange {
	background: #fbb662
}

.tc-sort li a em.coffee {
	background: #6d410e
}

.tc-sort li a em.purple {
	background: #593173
}

.tc-sort li a em.colour {
	background-image: linear-gradient(-180deg,#fd4e4e,#245afc)
}

.tc-sort-grade {
	margin-right: .4rem
}

.tc-sort-grade li {
	height: 1.78666667rem;
	width: 30%
}

.tc-sort-grade li a {
	border: 0;
	padding-bottom: 0
}

.tc-sort-grade li a em {
	display: block;
	margin: 0 auto;
	border-radius: 0;
	height: .8rem;
	width: 2rem
}

.tc-sort-grade li:nth-child(3n) {
	margin-right: 0
}

.tc-sort-grade li a em.car-weixing {
	background: url("../images/car-jb-01.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-xiaoxing {
	background: url("../images/car-jb-02.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-jincou {
	background: url("../images/car-jb-03.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-zhongxing {
	background: url("../images/car-jb-04.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-zhongdxing {
	background: url("../images/car-jb-05.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-haohua {
	background: url("../images/car-jb-06.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-mpv {
	background: url("../images/car-jb-07.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-suv {
	background: url("../images/car-jb-08.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-paoche {
	background: url("../images/car-jb-09.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-mianbao {
	background: url("../images/car-jb-10.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li a em.car-pika {
	background: url("../images/car-jb-11.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em {
	display: block;
	margin: 0 auto;
	height: .8rem;
	width: 2rem
}

.tc-sort-grade li.cur .col-txt {
	color: #ff6d02;
	border: 0
}

.tc-sort-grade li.cur a em.car-weixing {
	background: url("../images/car-jb-01-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-xiaoxing {
	background: url("../images/car-jb-02-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-jincou {
	background: url("../images/car-jb-03-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-zhongxing {
	background: url("../images/car-jb-04-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-zhongdxing {
	background: url("../images/car-jb-05-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-haohua {
	background: url("../images/car-jb-06-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-mpv {
	background: url("../images/car-jb-07-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-suv {
	background: url("../images/car-jb-08-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-paoche {
	background: url("../images/car-jb-09-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-mianbao {
	background: url("../images/car-jb-10-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a em.car-pika {
	background: url("../images/car-jb-11-hover.png") no-repeat;
	background-size: 100% auto
}

.tc-sort-grade li.cur a {
	border: 0;
	padding-bottom: 0
}

.tc-sort-grade li.cur a em {
	border: 0
}

.sort-reset {
	padding: .24rem .29333333rem;
	margin-bottom: .66666667rem;
	border-radius: .04rem;
	-webkit-border-radius: .04rem;
	-moz-border-radius: .04rem
}[data-dpr="1"] .sort-reset {
	font-size: 16px
}[data-dpr="2"] .sort-reset {
	font-size: 32px
}[data-dpr="3"] .sort-reset {
	font-size: 48px
}

.tc-sort-color {
	padding-top: .48rem
}

.tc-sort-color li {
	width: 1.70666667rem;
	height: 1.97333333rem;
	margin-right: .13333333rem;
	margin-top: 0;
	margin-bottom: .09333333rem;
	color: #2f3540
}[data-dpr="1"] .tc-sort-color li {
	font-size: 13px
}[data-dpr="2"] .tc-sort-color li {
	font-size: 26px
}[data-dpr="3"] .tc-sort-color li {
	font-size: 39px
}

.tc-sort-color li a {
	padding: 0!important;
	border: 2px solid #fff
}

.tc-sort-color li em {
	margin-top: .34666667rem!important
}

.tc-sort-color li.cur a {
	display: block;
	height: 1.97333333rem
}

.bot-fixed {
	overflow: hidden
}

.bot-fixed,.bot-fixed ul {
	width: 100%;
	height: 1.33333333rem
}

.bot-fixed ul li {
	text-align: center;
	height: 1.33333333rem;
	float: left;
	width: 25%;
	border-top: 1px solid #dedede;
	background: #fff
}

.bot-fixed ul li.li-sure {
	background: #ff6402;
	width: 50%;
	border-top: 1px solid #ff6402
}

.bot-fixed ul li a {
	display: block;
	height: 1.32rem;
	line-height: 1.32rem
}

.li-close a,.li-reset a {
	color: #ff6d02
}[data-dpr="1"] .li-close a,[data-dpr="1"] .li-reset a {
	font-size: 16px
}[data-dpr="2"] .li-close a,[data-dpr="2"] .li-reset a {
	font-size: 32px
}[data-dpr="3"] .li-close a,[data-dpr="3"] .li-reset a {
	font-size: 48px
}

.li-reset {
	border-left: 1px solid #ececec
}

.li-sure a {
	color: #fff
}[data-dpr="1"] .li-sure a span {
	font-size: 16px
}[data-dpr="2"] .li-sure a span {
	font-size: 32px
}[data-dpr="3"] .li-sure a span {
	font-size: 48px
}[data-dpr="1"] .li-sure a em {
	font-size: 12px
}[data-dpr="2"] .li-sure a em {
	font-size: 24px
}[data-dpr="3"] .li-sure a em {
	font-size: 36px
}

.li-reset-no a {
	color: #999
}

.li-sure-no {
	background: #ccc
}

.li-sure-no a {
	color: #fff
}

.shaix-box {
	height: 1.33333333rem;
	width: 100%
}

.brand-sortlist {
	height: 100%;
	padding-bottom: 1.33333333rem;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 1.32rem;
	left: 0;
	height: 14rem
}

.brand-item {
	top: 0;
	z-index: 100;
	height: 100%;
	overflow: hidden
}

.brand-bottom,.brand-item {
	width: 100%;
	background: #fff;
	position: absolute
}

.brand-bottom {
	bottom: -.01333333rem;
	left: 0;
	height: 1.33333333rem;
	z-index: 110
}

.posit-rel {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.posit-fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1009;
	width: 100%
}

.btn {
	width: 100%;
	height: 2rem;
	color: #fff;
	background-color: red;
	text-align: center;
	font-size: 2em
}

.seller-heard {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.17333333rem;
	padding: .26666667rem 0;
	line-height: .64rem;
	background: #fff;
	border-bottom: 1px solid #ddd
}

.seller-heard a {
	width: 1.01333333rem;
	height: .64rem;
	float: left;
	display: block;
	background: url("../images/serren-logoback.png") center .12rem no-repeat;
	background-size: .21333333rem .4rem
}

.seller-heard a:after {
	content: "";
	border-right: 2px solid #e5e5e5;
	height: .4rem;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: .12rem
}

.seller-heard span {
	height: .64rem;
	float: left;
	display: block;
	padding-left: .4rem;
	color: #2f3540;
	line-height: .64rem
}[data-dpr="1"] .seller-heard span {
	font-size: 16px
}[data-dpr="2"] .seller-heard span {
	font-size: 32px
}[data-dpr="3"] .seller-heard span {
	font-size: 48px
}

.seller-heard span img {
	vertical-align: middle;
	float: left;
	width: 1.08rem;
	height: .44rem;
	margin-right: .13333333rem;
	margin-top: .10666667rem
}

.defaultAni {
	-webkit-transform: translate(100%);
	transform: translate(100%)
}

.defaultAni,.drawAni {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0 0
}

.defaultAni,.drawAni {
	transition: all .2s;
	-webkit-backface-visibility: hidden
}

.drawAni,.drawAni2 {
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0 0
}

.drawAni2 {
	z-index: 100;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	-webkit-backface-visibility: hidden
}

.relative-position {
	position: absolute;
	width: 100%;
	height: 100%
}

.new-wrapp {
	width: 6.66666667rem;
	right: 0;
	top: 0;
	height: 100%
}

.wrapper {
	position: absolute;
	z-index: 1;
	top: 1.17333333rem;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	overflow: hidden
}

.brand-all-text {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	margin-left: .4rem;
	margin-right: .6rem;
	height: 1.46666667rem;
	line-height: 1.46666667rem;
	color: #2f3540
}[data-dpr="1"] .brand-all-text {
	font-size: 16px
}[data-dpr="2"] .brand-all-text {
	font-size: 32px
}[data-dpr="3"] .brand-all-text {
	font-size: 48px
}

.brand-hot {
	padding-bottom: .53333333rem
}

.brand-hot-text {
	padding-top: .53333333rem;
	padding-left: .4rem;
	padding-right: .4rem;
	color: #2f3540
}[data-dpr="1"] .brand-hot-text {
	font-size: 16px
}[data-dpr="2"] .brand-hot-text {
	font-size: 32px
}[data-dpr="3"] .brand-hot-text {
	font-size: 48px
}

.brand-hot-list {
	width: 100%;
	padding-top: .13333333rem;
	padding-right: .26666667rem
}

.brand-hot-list li {
	width: 25%;
	height: 1.73333333rem;
	float: left;
	text-align: center;
	margin-top: .4rem
}

.brand-hot-list li img {
	width: .93333333rem;
	height: .93333333rem;
	display: inline-block;
	margin-bottom: .13333333rem
}

.brand-hot-list li p {
	color: #2f3540;
	line-height: .53333333rem
}[data-dpr="1"] .brand-hot-list li p {
	font-size: 13px
}[data-dpr="2"] .brand-hot-list li p {
	font-size: 26px
}[data-dpr="3"] .brand-hot-list li p {
	font-size: 39px
}

.brand-hot-list li a {
	display: block
}

.brand-col {
	width: 100%
}

.brand-title-item {
	background: #f8f8f8;
	height: .74666667rem;
	line-height: .74666667rem;
	color: #2f3540;
	padding-left: .4rem;
	margin-right: .53333333rem
}[data-dpr="1"] .brand-title-item {
	font-size: 16px
}[data-dpr="2"] .brand-title-item {
	font-size: 32px
}[data-dpr="3"] .brand-title-item {
	font-size: 48px
}

.brand-col-list {
	margin-left: .4rem;
	margin-right: .6rem
}

.brand-col-list li {
	height: 1.46666667rem;
	padding-top: .26666667rem
}

.brand-col-list li a {
	display: block;
	height: 1.2rem;
	border-bottom: 1px solid #e5e5e5
}

.brand-col-list li:last-child a {
	border-bottom: 0
}

.brand-col-img {
	width: 1.33333333rem;
	height: 1.21333333rem;
	float: left;
	background: #fff
}

.brand-col-img img {
	width: .93333333rem;
	height: .93333333rem
}

.brand-col-list span {
	display: block;
	height: 1.2rem;
	color: #2f3540;
	line-height: .93333333rem;
	padding-left: 1.33333333rem
}[data-dpr="1"] .brand-col-list span {
	font-size: 16px
}[data-dpr="2"] .brand-col-list span {
	font-size: 32px
}[data-dpr="3"] .brand-col-list span {
	font-size: 48px
}

.seller-scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	min-height: 100%
}

#carSelectComponent {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transform: translate(0);
	transform: translate(0)
}

.index-sidebar-container {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	overflow: visible;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	z-index: 100000
}

.index-sidebar-container ul {
	padding: 0 5px;
	list-style: none;
	color: #ff6402
}

.index-sidebar-container li {
	width: .53333333rem;
	height: .53333333rem;
	line-height: .53333333rem;
	text-align: center
}[data-dpr="1"] .index-sidebar-container li {
	font-size: 13px
}[data-dpr="2"] .index-sidebar-container li {
	font-size: 26px
}[data-dpr="3"] .index-sidebar-container li {
	font-size: 39px
}

.index-sidebar-container .current-char {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: -80px;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 32px;
	text-align: center;
	color: #999
}

.tipsLetter {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 2.13333333rem;
	height: 2.13333333rem;
	line-height: 2.13333333rem;
	text-align: center;
	border-radius: .06666667rem;
	background-color: #fff;
	z-index: 9999;
	border: 1px solid #ff6402;
	color: #ff6402
}[data-dpr="1"] .tipsLetter {
	font-size: 32px
}[data-dpr="2"] .tipsLetter {
	font-size: 64px
}[data-dpr="3"] .tipsLetter {
	font-size: 96px
}

.leftmask {
	position: fixed;
	background: rgba(0,0,0,.6);
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%
}

.leftmask em {
	width: .56rem;
	height: 2.93333333rem;
	display: inline-block;
	background: url("../images/list-seran-makch.png") top no-repeat;
	background-size: .56rem .56rem;
	text-align: center;
	color: #fff;
	line-height: .56rem;
	margin-left: 1.06666667rem;
	padding-top: .69333333rem;
	position: absolute;
	top: 50%;
	margin-top: -1.46666667rem
}[data-dpr="1"] .leftmask em {
	font-size: 16px
}[data-dpr="2"] .leftmask em {
	font-size: 32px
}[data-dpr="3"] .leftmask em {
	font-size: 48px
}

.seller-load {
	width: .93333333rem;
	height: .93333333rem;
	position: absolute;
	top: 45%;
	right: 45%;
	margin-left: -.46666667rem;
	margin-top: -.46666667rem
}

.seller-next-w {
	top: 1.17333333rem
}

.seller-nex-name {
	height: 1.46666667rem;
	padding: .26666667rem .4rem;
	line-height: .93333333rem;
	color: #2f3540;
	border-bottom: 1px solid #e5e5e5
}[data-dpr="1"] .seller-nex-name {
	font-size: 16px
}[data-dpr="2"] .seller-nex-name {
	font-size: 32px
}[data-dpr="3"] .seller-nex-name {
	font-size: 48px
}

.seller-nex-name p {
	width: .93333333rem;
	height: .93333333rem;
	float: left;
	margin-right: .4rem
}

.seller-nex-name img {
	width: 100%;
	display: block
}

.seller-nex-no {
	height: 1.46666667rem;
	line-height: 1.46666667rem;
	color: #2f3540
}[data-dpr="1"] .seller-nex-no {
	font-size: 16px
}[data-dpr="2"] .seller-nex-no {
	font-size: 32px
}[data-dpr="3"] .seller-nex-no {
	font-size: 48px
}

.seller-nex-no a {
	padding-left: .4rem;
	display: block
}

.seller-nex-list {
	width: 100%
}

.seller-nex-title {
	background: #f8f8f8;
	height: .74666667rem;
	line-height: .74666667rem;
	color: #2f3540;
	padding-left: .4rem
}[data-dpr="1"] .seller-nex-title {
	font-size: 13px
}[data-dpr="2"] .seller-nex-title {
	font-size: 26px
}[data-dpr="3"] .seller-nex-title {
	font-size: 39px
}

.seller-nex-collist {
	width: 100%
}

.seller-nex-collist li {
	padding-left: .4rem
}

.seller-nex-collist li a {
	display: block;
	color: #2f3540;
	padding: .45333333rem 0;
	line-height: .56rem;
	border-bottom: 1px solid #e5e5e5;
	padding-right: .4rem
}[data-dpr="1"] .seller-nex-collist li a {
	font-size: 16px
}[data-dpr="2"] .seller-nex-collist li a {
	font-size: 32px
}[data-dpr="3"] .seller-nex-collist li a {
	font-size: 48px
}

.seller-nex-collist li:last-child a {
	border-bottom: 0
}

.carSelect-allCar-ul {
	width: .93333333rem;
	height: .93333333rem;
	position: absolute;
	z-index: 11;
	left: 50%;
	top: 50%;
	margin-left: -.46666667rem;
	margin-top: -.46666667rem
}

.colffd2 {
	color: #ff6d02!important
}

.citycont-back {
	height: 1.17333333rem;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.17333333rem;
	color: #2f3540;
	position: relative;
	text-align: center;
	font-weight: 700;
	background: #fff
}[data-dpr="1"] .citycont-back {
	font-size: 16px
}[data-dpr="2"] .citycont-back {
	font-size: 32px
}[data-dpr="3"] .citycont-back {
	font-size: 48px
}

.citycont-back a.goback {
	position: absolute;
	top: .26666667rem;
	left: 0;
	width: 1.01333333rem;
	height: .64rem;
	display: block;
	background: url("../images/serren-logoback.png") 50% no-repeat;
	background-size: .21333333rem .4rem
}

.new-nex-chexi li {
	margin-left: .4rem;
	border-bottom: 1px solid #e5e5e5;
	padding-top: .45333333rem;
	height: 1.46666667rem;
	padding-left: 0
}

.new-nex-chexi li a {
	display: block;
	color: #2f3540;
	padding: 0;
	border-bottom: 0;
	line-height: .56rem
}[data-dpr="1"] .new-nex-chexi li a {
	font-size: 16px
}[data-dpr="2"] .new-nex-chexi li a {
	font-size: 32px
}[data-dpr="3"] .new-nex-chexi li a {
	font-size: 48px
}

.new-nex-chexi li a.nex-caraudi {
	width: 80%;
	float: left
}

.new-nex-chexi li a.nex-carkuan {
	width: 20%;
	float: left;
	height: 100%;
	color: #818d9a;
	text-align: right;
	position: relative;
	padding-right: .4rem
}[data-dpr="1"] .new-nex-chexi li a.nex-carkuan {
	font-size: 12px
}[data-dpr="2"] .new-nex-chexi li a.nex-carkuan {
	font-size: 24px
}[data-dpr="3"] .new-nex-chexi li a.nex-carkuan {
	font-size: 36px
}

.new-nex-chexi li a.nex-carkuan:before {
	content: "";
	border-left: 1px solid #e5e5e5;
	height: .32rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .12rem
}

.seller-nex-carsele {
	padding: .45333333rem 0;
	color: #2f3540;
	position: relative;
	padding-left: .88rem;
	margin-left: .4rem
}[data-dpr="1"] .seller-nex-carsele {
	font-size: 16px
}[data-dpr="2"] .seller-nex-carsele {
	font-size: 32px
}[data-dpr="3"] .seller-nex-carsele {
	font-size: 48px
}

.nex-selebox {
	width: .48rem;
	height: .48rem;
	border: 1px solid #818d9a;
	border-radius: .06666667rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .45333333rem
}

.selbox-curron {
	background: #ff6402 url("../images/layer-gou.png") 50% no-repeat;
	border: .01333333rem solid #ff6402;
	background-size: .33333333rem .24rem
}

.nex-sel-title {
	height: .74666667rem;
	background: #f8f8f8;
	line-height: .74666667rem;
	color: #2f3540;
	padding-left: .4rem
}[data-dpr="1"] .nex-sel-title {
	font-size: 16px
}[data-dpr="2"] .nex-sel-title {
	font-size: 32px
}[data-dpr="3"] .nex-sel-title {
	font-size: 48px
}

.nex-sel-carlist {
	width: 100%
}

.nex-sel-carlist ul {
	margin: 0 .4rem
}

.nex-sel-carlist ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: .26666667rem 0;
	color: #2f3540;
	position: relative;
	padding-left: .88rem;
	line-height: .56rem
}[data-dpr="1"] .nex-sel-carlist ul li {
	font-size: 16px
}[data-dpr="2"] .nex-sel-carlist ul li {
	font-size: 32px
}[data-dpr="3"] .nex-sel-carlist ul li {
	font-size: 48px
}

.nex-sel-carlist ul li span {
	color: #818d9a;
	display: block;
	line-height: .53333333rem
}[data-dpr="1"] .nex-sel-carlist ul li span {
	font-size: 13px
}[data-dpr="2"] .nex-sel-carlist ul li span {
	font-size: 26px
}[data-dpr="3"] .nex-sel-carlist ul li span {
	font-size: 39px
}

.nex-sel-carlist ul li em {
	padding-right: .13333333rem
}

.nex-sel-carlist ul li:first-child {
	padding: .45333333rem 0 .45333333rem .88rem
}

.seller-next-btn {
	height: 1.33333333rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 999
}

.seller-next-btn a {
	width: 50%;
	height: 1.33333333rem;
	display: block;
	float: left;
	line-height: 1.33333333rem;
	text-align: center
}

.has-bottom {
	bottom: 1.33333333rem
}

.seller-btnreset {
	border-top: 1px solid #ddd;
	color: #2f3540
}[data-dpr="1"] .seller-btnreset {
	font-size: 15px
}[data-dpr="2"] .seller-btnreset {
	font-size: 30px
}[data-dpr="3"] .seller-btnreset {
	font-size: 45px
}

.seller-btnsure {
	background: #ff6402;
	color: #fff
}[data-dpr="1"] .seller-btnsure {
	font-size: 16px
}[data-dpr="2"] .seller-btnsure {
	font-size: 32px
}[data-dpr="3"] .seller-btnsure {
	font-size: 48px
}

.new-rzc {
	width: 2.37333333rem;
	height: .8rem;
	margin-left: .4rem;
	float: left
}

.new-rzc a {
	display: block;
	text-align: center;
	border: 1px solid #d9dce0;
	border-radius: .77333333rem;
	color: #818d9a;
	position: relative;
	overflow: hidden;
	line-height: .77333333rem;
	width: 2.37333333rem;
	background: #fff url("../images/20180314shape-ico.png") .26667rem no-repeat;
	background-size: .32rem .32rem;
	padding-left: .53333333rem
}[data-dpr="1"] .new-rzc a {
	font-size: 13px
}[data-dpr="2"] .new-rzc a {
	font-size: 26px
}[data-dpr="3"] .new-rzc a {
	font-size: 39px
}

.new-rzc a.seller-rzc-sel {
	border: 1px solid #ff6402;
	color: #fe6402;
	display: block;
	background: #fff url("../images/20180314shapehover-ico.png") .26667rem no-repeat;
	background-size: .32rem .32rem
}

.w70 {
	width: 70%
}

.auto-price {
	width: 100%;
	padding-top: .53333333rem
}

.auto-pic-txt {
	height: .69333333rem;
	line-height: .69333333rem;
	color: #b0b3b4
}[data-dpr="1"] .auto-pic-txt {
	font-size: 13px
}[data-dpr="2"] .auto-pic-txt {
	font-size: 26px
}[data-dpr="3"] .auto-pic-txt {
	font-size: 39px
}

.auto-pic-txt span {
	color: #818d9a
}[data-dpr="1"] .auto-pic-txt span {
	font-size: 15px
}[data-dpr="2"] .auto-pic-txt span {
	font-size: 30px
}[data-dpr="3"] .auto-pic-txt span {
	font-size: 45px
}

.auto-pic-txt a {
	display: block;
	float: right;
	width: 1.86666667rem;
	height: .69333333rem;
	background: #ff6402;
	border-radius: .06666667rem;
	text-align: center;
	color: #fff
}[data-dpr="1"] .auto-pic-txt a {
	font-size: 13px
}[data-dpr="2"] .auto-pic-txt a {
	font-size: 26px
}[data-dpr="3"] .auto-pic-txt a {
	font-size: 39px
}

.auto-scoller {
	padding: 1.37333333rem .4rem 0
}

.range-box {
	position: relative;
	margin: 0
}

.load-outer {
	position: relative;
	width: 100%;
	background: #eee;
	height: .08rem;
	border-radius: .2rem
}

.load-inner {
	position: absolute;
	height: .08rem;
	background: #ff6402;
	border-radius: 5px 0 0 5px
}

.icon-range {
	position: absolute;
	top: 0;
	width: .64rem;
	height: .64rem;
	margin-left: -.32rem;
	margin-top: -.32rem;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 .05333rem .05333rem 0 hsla(0,0%,64%,.5);
	border-radius: 50%
}

.icon-low {
	z-index: 4
}

.icon-higth {
	z-index: 1
}

.curr-price {
	position: absolute;
	top: -1.06666667rem;
	left: 50%;
	width: 2.13333333rem;
	height: .72rem;
	margin-left: -1.06666667rem;
	color: #fff;
	text-align: center;
	background: #ff6402;
	border-radius: .06666667rem;
	line-height: .72rem
}[data-dpr="1"] .curr-price {
	font-size: 13px
}[data-dpr="2"] .curr-price {
	font-size: 26px
}[data-dpr="3"] .curr-price {
	font-size: 39px
}

.curr-price:after {
	content: "";
	position: absolute;
	bottom: -.05333333rem;
	left: 50%;
	width: .16rem;
	height: .16rem;
	margin-left: -.10666667rem;
	background-color: #ff6402;
	border-top: 1px solid #ff6402;
	border-right: 1px solid #ff6402;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.load-zero {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #818d9a
}[data-dpr="1"] .load-zero {
	font-size: 13px
}[data-dpr="2"] .load-zero {
	font-size: 26px
}[data-dpr="3"] .load-zero {
	font-size: 39px
}

.load-num {
	display: -webkit-box;
	display: box;
	width: 100%;
	padding-top: .41333333rem
}

.load-num li {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	color: #818d9a;
	text-align: right
}[data-dpr="1"] .load-num li {
	font-size: 13px
}[data-dpr="2"] .load-num li {
	font-size: 26px
}[data-dpr="3"] .load-num li {
	font-size: 39px
}[data-dpr="1"] .load-num li {
	-webkit-transform: translate(13px);
	transform: translate(13px)
}[data-dpr="2"] .load-num li {
	-webkit-transform: translate(26px);
	transform: translate(26px)
}[data-dpr="3"] .load-num li {
	-webkit-transform: translate(39px);
	transform: translate(39px)
}

@media screen and (max-device-width:320px) {
[	data-dpr="1"] .seller-rzc a {
		font-size: 11px
	}[	data-dpr="2"] .seller-rzc a {
		font-size: 22px
	}[	data-dpr="3"] .seller-rzc a {
		font-size: 33px
	}[	data-dpr="1"] .new-rzc a {
		font-size: 11px
	}[	data-dpr="2"] .new-rzc a {
		font-size: 22px
	}[	data-dpr="3"] .new-rzc a {
		font-size: 33px
	}
}

.relative-positions {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transform: translate(0);
	transform: translate(0)
}

#wrapperr {
	top: 1.17333333rem;
	bottom: 0;
	left: 0;
	background: #fff;
	overflow: hidden
}

#scrollerr,#wrapperr {
	position: absolute;
	z-index: 1;
	width: 100%
}

#scrollerr {
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none
}

#scrollerr li {
	height: 1.46666667rem;
	line-height: 1.46666667rem;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 .4rem;
	padding-top: 0
}

#scrollerr li a {
	display: block;
	color: #2f3540;
	border-bottom: 0
}[data-dpr="1"] #scrollerr li a {
	font-size: 16px
}[data-dpr="2"] #scrollerr li a {
	font-size: 32px
}[data-dpr="3"] #scrollerr li a {
	font-size: 48px
}

#scrollerr li:last-child {
	border-bottom: 0
}

#scrollerr h3 {
	padding-left: .4rem;
	color: #2f3540;
	line-height: 1.46666667rem
}[data-dpr="1"] #scrollerr h3 {
	font-size: 16px
}[data-dpr="2"] #scrollerr h3 {
	font-size: 32px
}[data-dpr="3"] #scrollerr h3 {
	font-size: 48px
}

.tipsLetter2 {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 2.13333333rem;
	height: 2.13333333rem;
	line-height: 2.13333333rem;
	text-align: center;
	border-radius: .06666667rem;
	background-color: #fff;
	z-index: 9999;
	border: 1px solid #ff6402;
	color: #ff6402
}[data-dpr="1"] .tipsLetter2 {
	font-size: 32px
}[data-dpr="2"] .tipsLetter2 {
	font-size: 64px
}[data-dpr="3"] .tipsLetter2 {
	font-size: 96px
}

.index-sidebar-container2 {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	overflow: visible;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	z-index: 100000
}

.index-sidebar-container2 ul {
	padding: 0 5px;
	list-style: none;
	color: #ff6402
}

.index-sidebar-container2 li {
	width: .53333333rem;
	height: .53333333rem;
	line-height: .53333333rem;
	text-align: center
}[data-dpr="1"] .index-sidebar-container2 li {
	font-size: 13px
}[data-dpr="2"] .index-sidebar-container2 li {
	font-size: 26px
}[data-dpr="3"] .index-sidebar-container2 li {
	font-size: 39px
}

.index-sidebar-container2 .current-char {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: -80px;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 32px;
	text-align: center;
	color: #999
}

.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-v {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	display: block
}

.flex-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-pack-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

body {
	padding: 0;
	margin: 0;
	font-size: 12px
}

.gradient {
	background: linear-gradient(left,#ff5f58,#ff9000);
	color: #fff!important
}

.border-radius {
	border-radius: .04rem
}

.hide {
	display: none
}

.show {
	display: block!important
}

.border-radius {
	border-radius: .72rem
}

.selective ul li a .authen,.selective ul li a .direct {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: .8rem;
	height: .8rem
}

.selective ul li a .authen {
	border-top-right-radius: 0
}[data-dpr="1"] .selective ul li a .authen {
	font-size: 10px
}[data-dpr="2"] .selective ul li a .authen {
	font-size: 20px
}[data-dpr="3"] .selective ul li a .authen {
	font-size: 30px
}

@media screen and (max-width:640px) {
	.selective ul li a .authen {
		font-size: .26667rem!important
	}
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: .26666667rem;
	width: 100%;
	text-align: center
}

.swiper-pagination-switch {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-radius: .5rem;
	background: #999;
	margin-right: .5rem;
	opacity: .8;
	cursor: pointer
}

.swiper-active-switch {
	background: #dd2727
}

.ban_swiper .swiper-slide {
	text-align: center;
	background: #fff;
	position: relative
}[data-dpr="1"] .ban_swiper .swiper-slide {
	font-size: 18px
}[data-dpr="2"] .ban_swiper .swiper-slide {
	font-size: 36px
}[data-dpr="3"] .ban_swiper .swiper-slide {
	font-size: 54px
}

.ban_swiper .swiper-slide a {
	display: block;
	width: 100%
}

.ban_swiper .swiper-slide a:after {
	content: "";
	display: block;
	width: 100%;
	padding-top: 31.33333%
}

.ban_swiper .swiper-slide img {
	width: 100%;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.ban_swiper .swiper-pagination-bullet {
	margin-right: .5rem;
	width: .21333333rem;
	height: .21333333rem;
	background: #fff;
	opacity: .4;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%
}

.ban_swiper .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}

.index-sel-list {
	clear: both
}

.index-tdico ul li {
	width: 25%;
	float: left;
	margin-bottom: .15rem;
	text-align: center
}

.index-tdico ul li a {
	display: block
}

.index-tdico ul li span {
	display: block;
	height: 1.30667rem;
	position: relative
}

.index-tdico ul li span img {
	display: block;
	margin: 0 auto;
	width: 1.35rem;
	height: 1.2rem
}

.index-tdico ul li span.mendian-icon {
	background: url(data:image/png;
	base64,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) no-repeat top;background-size: 1.17333rem 1.17333rem
}

.tdico-txt {
	width: 1.01333333rem;
	background: url("../images/kaizou.png") no-repeat;
	background-size: 100% 100%;
	right: -.66666667rem
}

.tdico-txt,.tdico-txt_Main {
	height: .4rem;
	display: inline-block;
	position: absolute;
	top: -.18666667rem
}

.tdico-txt_Main {
	width: 1rem;
	background: url("../images/lijian_bg.png") no-repeat;
	background-size: 100% 100%;
	color: #fff;
	right: -.50666667rem;
	line-height: .42666667rem
}[data-dpr="1"] .tdico-txt_Main {
	font-size: 8px
}[data-dpr="2"] .tdico-txt_Main {
	font-size: 16px
}[data-dpr="3"] .tdico-txt_Main {
	font-size: 24px
}

.index-tdico ul li p {
	color: #2f3540
}[data-dpr="1"] .index-tdico ul li p {
	font-size: 12px
}[data-dpr="2"] .index-tdico ul li p {
	font-size: 24px
}[data-dpr="3"] .index-tdico ul li p {
	font-size: 36px
}

@media screen and (max-width:640px) {
	.index-tdico ul li p {
		font-size: .32rem!important
	}
}

.tdico-a {
	background: url("../images/kaizouba.png") no-repeat 50%;
	background-size: 100%
}

.tdico-b {
	background: url("../images/daikuan.png") no-repeat 50%;
	background-size: 100%
}

.tdico-c {
	background: url("../images/guzhi.png") no-repeat 50%;
	background-size: 100%
}

.tdico-d {
	background: url("../images/maiche.png") no-repeat 50%;
	background-size: 100%
}

.tdico-e {
	background: url("../images/lijian.png") no-repeat 50%;
	background-size: 100%
}

.index-sel-list {
	width: 100%;
	background: #fff
}

.index-sel-nav {
	height: 1.2rem;
	border-bottom: 1px solid #ececec
}

.index-sel-nav span {
	width: 25%;
	height: 1.2rem;
	display: inline-block;
	float: left;
	text-align: center
}[data-dpr="1"] .index-sel-nav span {
	font-size: 15px
}[data-dpr="2"] .index-sel-nav span {
	font-size: 30px
}[data-dpr="3"] .index-sel-nav span {
	font-size: 45px
}

.index-sel-nav span a {
	display: inline-block;
	height: 1.2rem;
	line-height: 1.2rem
}

.index-sel-nav span a.sel-item {
	color: #ff6c02;
	border-bottom: 2px solid #ff6c02;
	padding: 0 .4rem;
	display: inline-block
}

.lb-carlist-show {
	background: #fff;
	width: 100%;
	clear: both;
	overflow: hidden
}

.bor-show0 {
	box-shadow: none!important;
	-webkit-box-shadow: none!important
}

.lb-carlist {
	padding-top: .56rem;
	overflow: hidden;
	margin-bottom: -.08rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.lb-carlist li {
	display: block;
	width: 25%;
	margin-bottom: .61333rem;
	text-align: center;
	white-space: nowrap
}

.lb-carlist li a {
	display: block
}

.lb-carlist li:first-child a,.lb-carlist li:nth-child(5) a {
	text-align: left;
	padding-left: .66667rem;
	box-sizing: border-box
}

.lb-carlist li:last-child a,.lb-carlist li:nth-child(4) a {
	text-align: right;
	padding-right: .66667rem;
	box-sizing: border-box
}

.lb-carlist li a img {
	width: .48rem;
	height: .48rem;
	vertical-align: middle;
	position: relative;
	top: -.05333rem
}

.lb-carlist li a p {
	color: #2f3540;
	display: inline;
	margin-left: .16rem;
	white-space: nowrap
}[data-dpr="1"] .lb-carlist li a p {
	font-size: 13px
}[data-dpr="2"] .lb-carlist li a p {
	font-size: 26px
}[data-dpr="3"] .lb-carlist li a p {
	font-size: 39px
}

@media screen and (max-width:640px) {
	.lb-carlist li a p {
		font-size: .34667rem!important
	}
}

.lb-carlist li.move_li.current a {
	color: #ff6402
}

.lb-carlist li.move_li a img {
	width: .48rem;
	height: .48rem;
	display: inline-block
}

.lb-carlist li.move_li a p {
	color: #2f3540
}

.lb-carlist-more {
	color: #f93
}

.lb-carlist-more i {
	width: .66666667rem;
	height: .66666667rem;
	display: inline-block;
	margin-top: .10666667rem
}[data-dpr="1"] .lb-carlist-more i {
	font-size: 20px
}[data-dpr="2"] .lb-carlist-more i {
	font-size: 40px
}[data-dpr="3"] .lb-carlist-more i {
	font-size: 60px
}

.bort {
	border-top: 1px solid #ececec;
	clear: both;
	height: .42666667rem;
	margin-top: .32rem
}

.lb-carlist-wz {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: .13333rem
}

.lb-carlist-wz a {
	display: block;
	width: 25%;
	text-align: center;
	color: #2f3540
}[data-dpr="1"] .lb-carlist-wz a {
	font-size: 13px
}[data-dpr="2"] .lb-carlist-wz a {
	font-size: 26px
}[data-dpr="3"] .lb-carlist-wz a {
	font-size: 39px
}

@media screen and (max-width:640px) {
	.lb-carlist-wz a {
		font-size: .34667rem!important
	}
}

.lb-carlist-wz a:first-child {
	padding-left: .70667rem;
	text-align: left;
	box-sizing: border-box
}

.lb-carlist-wz a:last-child {
	padding-right: .62667rem;
	text-align: right;
	box-sizing: border-box
}

.index-sel-btn a i {
	margin-left: .05333333rem
}[data-dpr="1"] .index-sel-btn a i {
	font-size: 12px
}[data-dpr="2"] .index-sel-btn a i {
	font-size: 24px
}[data-dpr="3"] .index-sel-btn a i {
	font-size: 36px
}

.index-sel-btn a i.icon_right {
	display: inline-block;
	width: .21333rem;
	height: .26667rem;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAAAAXNSR0IArs4c6QAAAeZJREFUOBGNk89LVFEUx7/nvvd0YAYKQUSqRf0H5U5BRBnFhRBlvxbtZiwE8S+IxI3tjKTFjKM7Fy4UismFqyIq2lVLDSII3aQx/phJnOfxe99r5DnivC7cd8+753zuOfeccwUcmnVeQfUKHO+e5A7W7V7cMKoqhK7R8Dr8ww+a8TriIKs3IqIwiX7K3zhbIf5bfeSmrbLRMFYp+fImzIVuiLyDIoWjozeacR7EgiH8p4TE1QEes0zY480XNGvGz4MDjzWlzHw/wOUnd+g5xz3eHc81407V9P+16og7oRnmLpjOvE70uFFQoj/1MkN9zL2X9GwYRRGp9rsy/ati7RqC1oA1vm3vS7iZ8EekkkMyvbN96o7WsH7IrL/Eqg3QRYn17sTuftHaxILBQY7Z4roXyNAWu8aCbIZuVKvvGeolel0DmgZjQTbBMJthlYYXeb/PkGSXFP7+aAgyo2MQXfyXlCKkrVfyu78tZMeZUG3Ta9Z9RuAFJ/VSQPrWTclvlEMk/J4qh450eNAvc8zew0AtZlJmq0+jQE0+AXW0NYXD7SVC9qX49DQqBT9fM6xfA1DHk20oV1YY2g1mjp0h91m/1/XG0f/wIe9XVgMI2IIxfXGQPSB8yJCf9PQVntclueqn6MnnycfMf6GeAzLtawAAAABJRU5ErkJggg==) no-repeat left 50%;vertical-align: middle;
	position: relative;
	top: -.02667rem;
	background-size: .18667rem auto
}

.new-cari-item {
	padding: .26666667rem 0 .26666667rem .64rem;
	overflow: hidden
}

.new-cari-item h3 {
	color: #999;
	padding-bottom: .13333333rem;
	padding-top: .26666667rem;
	clear: both
}[data-dpr="1"] .new-cari-item h3 {
	font-size: 12px
}[data-dpr="2"] .new-cari-item h3 {
	font-size: 24px
}[data-dpr="3"] .new-cari-item h3 {
	font-size: 36px
}

.new-cari-item p {
	overflow: hidden
}

.new-cari-item p a {
	width: 25%;
	line-height: .8rem;
	color: #333;
	display: inline-block;
	float: left
}[data-dpr="1"] .new-cari-item p a {
	font-size: 12px
}[data-dpr="2"] .new-cari-item p a {
	font-size: 24px
}[data-dpr="3"] .new-cari-item p a {
	font-size: 36px
}

.hot-rz {
	position: relative
}

.hot-rz i {
	display: inline-block;
	width: .64rem;
	height: .37333333rem;
	position: absolute;
	right: .05333333rem;
	top: -.37333333rem
}

.cx-item01,.cx-item01 a {
	height: 2.13333333rem
}

.cx-item01 a {
	width: 33.3%;
	float: left;
	text-align: center;
	display: block;
	font-size: 1.2rem;
	color: #666
}[data-dpr="1"] .cx-item01 a {
	font-size: 12px
}[data-dpr="2"] .cx-item01 a {
	font-size: 24px
}[data-dpr="3"] .cx-item01 a {
	font-size: 36px
}

.cx-item01 a em {
	display: block;
	height: 1.38666667rem
}

.cx-item01 a em img {
	display: inline-block;
	width: 1.97333333rem;
	height: 1.24rem;
	margin-top: .2rem
}

.cx-item01 a em img.ie0a {
	width: 2.17333333rem;
	height: 1.24rem;
	margin-top: .2rem
}

.cx-adve {
	padding: 0 .4rem;
	clear: both;
	background: #fff
}

.cx-adve ul {
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ececec
}

.cx-adve ul li {
	width: 50%;
	height: 2.13333333rem;
	border-top: 1px solid #ececec;
	float: left;
	padding-right: .4rem
}[data-dpr="1"] .cx-adve ul li {
	font-size: 12px
}[data-dpr="2"] .cx-adve ul li {
	font-size: 24px
}[data-dpr="3"] .cx-adve ul li {
	font-size: 36px
}

.cx-adve ul li a {
	display: block;
	width: 100%;
	height: 2.13333333rem;
	position: relative;
	line-height: .48rem
}

.cx-adve ul li a img {
	margin-top: .53333rem;
	margin-left: .26666667rem
}

.adve-img {
	width: 1.73333333rem;
	height: 2.08rem;
	float: left;
	margin-left: .08rem
}

.adve-img img {
	display: inline-block;
	margin-top: .34666667rem;
	width: 2rem
}

.adve-img .lastImg {
	position: relative;
	width: 1.76rem
}

.adve-img em {
	width: .93333333rem;
	height: .88rem;
	position: absolute;
	top: -.02666667rem;
	left: -.02666667rem;
	display: inline-block
}

.hd-ico01 i {
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	top: .04rem;
	left: .04rem
}[data-dpr="1"] .hd-ico01 i {
	font-size: 10px
}[data-dpr="2"] .hd-ico01 i {
	font-size: 20px
}[data-dpr="3"] .hd-ico01 i {
	font-size: 30px
}

.hd-ico01 {
	background: url("../images/icon_jiao.png") no-repeat;
	background-size: .93333333rem .88rem;
	color: #fff
}

.cx-adve ul li a h3 {
	padding-top: .4rem;
	text-align: right;
	color: #2f3540;
	line-height: .8rem
}[data-dpr="1"] .cx-adve ul li a h3 {
	font-size: 14px
}[data-dpr="2"] .cx-adve ul li a h3 {
	font-size: 28px
}[data-dpr="3"] .cx-adve ul li a h3 {
	font-size: 42px
}

.cx-adve ul li a h4 {
	color: #818d9a;
	text-align: right
}[data-dpr="1"] .cx-adve ul li a h4 {
	font-size: 12px
}[data-dpr="2"] .cx-adve ul li a h4 {
	font-size: 24px
}[data-dpr="3"] .cx-adve ul li a h4 {
	font-size: 36px
}

.module_NewCar {
	margin-bottom: .26666667rem;
	background: #fff;
	margin-top: .26666667rem
}

.carlist-title a {
	background: 0;
	color: #818d9a;
	display: inline-block;
	font-weight: 400;
	float: right;
	padding-right: .4rem;
	height: .66666667rem;
	line-height: .66666667rem
}[data-dpr="1"] .carlist-title a {
	font-size: 13px!important
}[data-dpr="2"] .carlist-title a {
	font-size: 26px!important
}[data-dpr="3"] .carlist-title a {
	font-size: 39px!important
}

.carlist-title>div {
	height: .66666667rem
}

.carlist-title .look_detail {
	vertical-align: middle
}

.carlist-title .icon-right {
	background: url("../images/right_jt.png") no-repeat;
	background-size: contain;
	vertical-align: middle
}

.carlist-title .icon-right,.carlist-title a img {
	display: inline-block;
	width: .16rem;
	height: .26666667rem
}

.carlist-title a img {
	margin: 0 .16rem
}

.pat0 {
	padding-top: 0!important
}

.gohome-list::-webkit-scrollbar {
	height: 0
}

.gohome-list {
	margin: 0;
	overflow: hidden;
	overflow-x: scroll;
	-ms-overflow-style: none;
	background: #fff;
	clear: both;
	white-space: nowrap
}

.gohome-a {
	padding-top: .26666667rem;
	text-align: center;
	line-height: .48rem;
	padding: 0 .4rem;
	padding-top: .4rem
}

.gohome-a span {
	display: block;
	color: #ff6c02;
	text-align: right;
	margin-bottom: .18666667rem
}[data-dpr="1"] .gohome-a span {
	font-size: 13px
}[data-dpr="2"] .gohome-a span {
	font-size: 26px
}[data-dpr="3"] .gohome-a span {
	font-size: 39px
}

.gohome-a span em {
	color: #2f3540;
	width: 50px;
	display: block;
	float: left
}

.gohome-b {
	height: .58666667rem;
	line-height: .48rem;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-top: .21333333rem;
	max-width: 2.8rem;
	margin-bottom: .26666667rem
}[data-dpr="1"] .gohome-b {
	font-size: 11px
}[data-dpr="2"] .gohome-b {
	font-size: 22px
}[data-dpr="3"] .gohome-b {
	font-size: 33px
}

.gohome-b span {
	overflow: hidden;
	border-radius: .08rem;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: .02666667rem .05333333rem;
	background: linear-gradient(left,#ff5f58,#ff9000)
}

.gohome-list ul li img {
	width: 2.4rem;
	height: 1.6rem;
	margin: .08rem auto 0;
	border: 0;
	display: block
}

.gohome-c {
	color: #333;
	padding: 0 .13333333rem;
	overflow: hidden;
	max-width: 2.93333333rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin: .48rem auto .26666667rem;
	padding-bottom: .13333333rem
}[data-dpr="1"] .gohome-c {
	font-size: 14px
}[data-dpr="2"] .gohome-c {
	font-size: 28px
}[data-dpr="3"] .gohome-c {
	font-size: 42px
}

.mt20 {
	width: 100%;
	height: .53333333rem;
	clear: both
}

.patb0 {
	padding-top: 0;
	padding-bottom: 0
}

.module_stages .stages_main {
	padding: 0 .4rem
}

.module_stages .stages_main:before {
	content: "";
	display: block;
	border-left: 0 solid #ececec;
	height: .93333333rem;
	position: absolute;
	left: 48%
}

.module_stages .stages_main ul li {
	width: 2.93333rem;
	height: 3.46667rem;
	background: #f9f8f8;
	border-radius: .06667rem
}

.module_stages .stages_main ul li a {
	display: block
}

.module_stages .stages_main ul li .st_detail {
	padding: .26667rem 0 0 .26667rem
}

.module_stages .stages_main ul li .st_detail h2 {
	color: #2f3540;
	font-weight: 400
}[data-dpr="1"] .module_stages .stages_main ul li .st_detail h2 {
	font-size: 16px
}[data-dpr="2"] .module_stages .stages_main ul li .st_detail h2 {
	font-size: 32px
}[data-dpr="3"] .module_stages .stages_main ul li .st_detail h2 {
	font-size: 48px
}

@media screen and (max-width:640px) {
	.module_stages .stages_main ul li .st_detail h2 {
		font-size: .42667rem!important
	}
}

.module_stages .stages_main ul li .st_detail p {
	color: #818d9a
}[data-dpr="1"] .module_stages .stages_main ul li .st_detail p {
	font-size: 12px
}[data-dpr="2"] .module_stages .stages_main ul li .st_detail p {
	font-size: 24px
}[data-dpr="3"] .module_stages .stages_main ul li .st_detail p {
	font-size: 36px
}

@media screen and (max-width:640px) {
	.module_stages .stages_main ul li .st_detail p {
		font-size: .32rem!important
	}
}

.module_stages .stages_main ul li .st_detail span {
	display: inline-block;
	color: #ff6402;
	padding: .04rem 0
}[data-dpr="1"] .module_stages .stages_main ul li .st_detail span {
	font-size: 12px
}[data-dpr="2"] .module_stages .stages_main ul li .st_detail span {
	font-size: 24px
}[data-dpr="3"] .module_stages .stages_main ul li .st_detail span {
	font-size: 36px
}

.module_stages .stages_main ul li .st_detail span.gradient {
	display: inline-block;
	color: #ff6402;
	height: .53333333rem;
	line-height: .53333333rem;
	margin-bottom: .26666667rem;
	border-radius: .06666667rem;
	width: 2.26666667rem;
	text-align: center;
	padding: 0 .10666667rem
}[data-dpr="1"] .module_stages .stages_main ul li .st_detail span.gradient {
	font-size: 12px
}[data-dpr="2"] .module_stages .stages_main ul li .st_detail span.gradient {
	font-size: 24px
}[data-dpr="3"] .module_stages .stages_main ul li .st_detail span.gradient {
	font-size: 36px
}

.module_stages .stages_main ul li img {
	width: 2.66667rem;
	height: 1.86667rem
}

.guarantee .stages_main .ul_one li {
	width: 4.50667rem;
	height: 2.93333rem;
	background: #f9f8f8;
	border-radius: .10667rem;
	box-sizing: border-box
}

.selective ul li {
	text-align: left;
	padding: 0
}

.selective ul li a {
	height: auto;
	position: relative
}

.selective ul li a .selective_main h2 {
	color: #2f3540;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}[data-dpr="1"] .selective ul li a .selective_main h2 {
	font-size: 12px
}[data-dpr="2"] .selective ul li a .selective_main h2 {
	font-size: 32px
}[data-dpr="3"] .selective ul li a .selective_main h2 {
	font-size: 48px
}

.selective ul li a .selective_main .para {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #818d9a;
	line-height: .66666667rem
}[data-dpr="1"] .selective ul li a .selective_main .para {
	font-size: 12px
}[data-dpr="2"] .selective ul li a .selective_main .para {
	font-size: 26px
}[data-dpr="3"] .selective ul li a .selective_main .para {
	font-size: 39px
}

.selective ul li a .selective_main .price {
	color: #ff6402;
	font-weight: 700
}[data-dpr="1"] .selective ul li a .selective_main .price {
	font-size: 16px
}[data-dpr="2"] .selective ul li a .selective_main .price {
	font-size: 32px
}[data-dpr="3"] .selective ul li a .selective_main .price {
	font-size: 48px
}

.carlist-ul-horizontal li .car-img {
	width: 3.6rem;
	height: 2.4rem
}

.Automobile {
	margin-top: .58666667rem
}

.home-sel-box {
	height: 1.6rem
}

.guarantee {
	padding-bottom: 0!important
}

@media screen and (max-device-width:320px) {
	.selective ul li a .selective_main h2 {
		color: #2f3540;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}[	data-dpr="1"] .selective ul li a .selective_main h2 {
		font-size: 14px
	}[	data-dpr="2"] .selective ul li a .selective_main h2 {
		font-size: 28px
	}[	data-dpr="3"] .selective ul li a .selective_main h2 {
		font-size: 42px
	}

	.selective ul li a .selective_main .para {
		color: #818d9a;
		line-height: .66666667rem
	}[	data-dpr="1"] .selective ul li a .selective_main .para {
		font-size: 12px
	}[	data-dpr="2"] .selective ul li a .selective_main .para {
		font-size: 24px
	}[	data-dpr="3"] .selective ul li a .selective_main .para {
		font-size: 36px
	}

	.selective ul li a .selective_main .price {
		color: #ff6402;
		font-weight: 700
	}[	data-dpr="1"] .selective ul li a .selective_main .price {
		font-size: 16px
	}[	data-dpr="2"] .selective ul li a .selective_main .price {
		font-size: 32px
	}[	data-dpr="3"] .selective ul li a .selective_main .price {
		font-size: 48px
	}

	.selective ul li a .selective_main .tab_lable span.lable_orange {
		display: inline-block;
		padding: .02666667rem .13333333rem;
		color: #f90;
		border: 1px solid #f90;
		border-radius: 2px
	}[	data-dpr="1"] .selective ul li a .selective_main .tab_lable span.lable_orange {
		font-size: 12px
	}[	data-dpr="2"] .selective ul li a .selective_main .tab_lable span.lable_orange {
		font-size: 24px
	}[	data-dpr="3"] .selective ul li a .selective_main .tab_lable span.lable_orange {
		font-size: 36px
	}

	.selective ul li a .selective_main .tab_lable span.lable_green {
		display: inline-block;
		padding: .02666667rem .13333333rem;
		color: #06c1ae;
		border: 1px solid #06c1ae;
		border-radius: 2px
	}[	data-dpr="1"] .selective ul li a .selective_main .tab_lable span.lable_green {
		font-size: 12px
	}[	data-dpr="2"] .selective ul li a .selective_main .tab_lable span.lable_green {
		font-size: 24px
	}[	data-dpr="3"] .selective ul li a .selective_main .tab_lable span.lable_green {
		font-size: 36px
	}

	.selective ul li a .selective_main .tab_lable span.lable_ping {
		display: inline-block;
		padding: .02666667rem .13333333rem;
		color: #ff2d4f;
		border: 1px solid #ff2d4f;
		border-radius: 2px
	}[	data-dpr="1"] .selective ul li a .selective_main .tab_lable span.lable_ping {
		font-size: 12px
	}[	data-dpr="2"] .selective ul li a .selective_main .tab_lable span.lable_ping {
		font-size: 24px
	}[	data-dpr="3"] .selective ul li a .selective_main .tab_lable span.lable_ping {
		font-size: 36px
	}[	data-dpr="1"] .cx-adve ul li a h4 {
		font-size: 12px
	}[	data-dpr="2"] .cx-adve ul li a h4 {
		font-size: 24px
	}[	data-dpr="3"] .cx-adve ul li a h4 {
		font-size: 36px
	}

	.cx-adve ul li {
		padding-right: .26666667rem
	}[	data-dpr="1"] .cx-adve ul li a h3 {
		font-size: 14px
	}[	data-dpr="2"] .cx-adve ul li a h3 {
		font-size: 28px
	}[	data-dpr="3"] .cx-adve ul li a h3 {
		font-size: 42px
	}

	.gohome-a {
		text-align: center;
		line-height: .48rem;
		padding: 0 .26666667rem;
		padding-top: .32rem
	}[	data-dpr="1"] .index-tdico ul li p {
		font-size: 12px
	}[	data-dpr="2"] .index-tdico ul li p {
		font-size: 24px
	}[	data-dpr="3"] .index-tdico ul li p {
		font-size: 36px
	}

	.gohome-b {
		height: .58666667rem;
		line-height: .48rem;
		color: #fff;
		margin: 0 auto;
		text-align: center;
		margin-top: .21333333rem;
		max-width: 3.2rem;
		margin-bottom: .26666667rem
	}[	data-dpr="1"] .gohome-b {
		font-size: 11px
	}[	data-dpr="2"] .gohome-b {
		font-size: 22px
	}[	data-dpr="3"] .gohome-b {
		font-size: 33px
	}

	.gohome-b span {
		overflow: hidden;
		border-radius: .08rem;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: .08rem .10666667rem;
		background: linear-gradient(left,#ff5f58,#ff9000)
	}
}

.index-tdico #ul_Main {
	padding: 0 .26666667rem;
	padding-bottom: .4rem
}

.footprint {
	background: #fff;
	box-sizing: border-box;
	padding-bottom: .13333333rem;
	height: 1.33333333rem
}

.footprint:before {
	content: "";
	display: block;
	width: 95%;
	border-top: 1px solid #e5e5e5;
	margin: 0 auto
}

.footprint .title {
	display: inline-block;
	width: 1.73333333rem;
	height: .66666667rem;
	text-align: center;
	float: left;
	padding-left: .4rem;
	margin-top: .29333333rem;
	padding: .16rem .26666667rem .17333333rem;
	line-height: .4rem;
	color: #818d9a
}[data-dpr="1"] .footprint .title {
	font-size: 14px
}[data-dpr="2"] .footprint .title {
	font-size: 28px
}[data-dpr="3"] .footprint .title {
	font-size: 42px
}

.footprint .footprint_main {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin-top: .29333333rem
}

.footprint .footprint_main a {
	display: inline-block;
	padding: .16rem .26666667rem .17333333rem;
	border-radius: 1.33333333rem;
	margin-right: .26666667rem;
	color: #818d9a;
	background-color: #f8f8f8;
	line-height: .42666667rem
}[data-dpr="1"] .footprint .footprint_main a {
	font-size: 13px
}[data-dpr="2"] .footprint .footprint_main a {
	font-size: 26px
}[data-dpr="3"] .footprint .footprint_main a {
	font-size: 39px
}

.footprint .footprint_main::-webkit-scrollbar {
	height: 0
}

.index-sel-btn {
	width: 8.93333rem;
	margin: 0 auto;
	text-align: center;
	padding-bottom: .53333rem
}

.index-sel-btn a {
	display: block;
	color: #ff6402;
	line-height: .89333rem;
	border: 1px solid #ffc19a;
	border-radius: .06667rem
}

@media screen and (max-width:640px) {
	.index-sel-btn a {
		font-size: .4rem!important
	}
}[data-dpr="1"] .index-sel-btn a {
	font-size: 15px
}[data-dpr="2"] .index-sel-btn a {
	font-size: 30px
}[data-dpr="3"] .index-sel-btn a {
	font-size: 45px
}

.gohome-list ul {
	white-space: nowrap
}

.gohome-list ul li {
	width: 4.4rem;
	margin-right: .1rem;
	display: inline-block;
	white-space: nowrap;
	text-align: center
}

.gohome-list ul li a {
	display: block;
	width: 100%
}

.carlist-title {
	color: #2f3540;
	letter-spacing: .0048rem;
	position: relative;
	background: #fff;
	font-weight: 700;
	padding-left: 10px;
	    border-left: 4px solid red;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}[data-dpr="1"] .carlist-title {
	font-size: 18px
}[data-dpr="2"] .carlist-title {
	font-size: 36px
}[data-dpr="3"] .carlist-title {
	font-size: 54px
}

.Height_Sell {
	width: 100%;
	background: #fff
}

.Height_Sell h1 {
	line-height: .66666667rem;
	color: #2f3540;
	padding: .74666667rem .4rem .4rem;
	font-weight: 700
}[data-dpr="1"] .Height_Sell h1 {
	font-size: 18px
}[data-dpr="2"] .Height_Sell h1 {
	font-size: 36px
}[data-dpr="3"] .Height_Sell h1 {
	font-size: 54px
}

.Height_Sell h1 span {
	color: #818d9a;
	display: inline-block;
	padding-left: .21333rem;
	font-weight: 400
}[data-dpr="1"] .Height_Sell h1 span {
	font-size: 13px
}[data-dpr="2"] .Height_Sell h1 span {
	font-size: 26px
}[data-dpr="3"] .Height_Sell h1 span {
	font-size: 39px
}

@media screen and (max-width:640px) {
	.Height_Sell h1 span {
		font-size: .34667rem!important
	}
}[data-dpr="1"] .Height_Sell h1 span {
	font-size: 12px
}

.Height_Sell .from_car {
	width: 100%;
	height: 2.72rem;
	background: linear-gradient(#f4f7fa,#f1f7ff);
	padding-top: .53333333rem
}

.index-sel-box {
	clear: both;
	width: 100%
}

#img_dengchao {
	display: block;
	position: absolute;
	right: -2.13333333rem;
	top: -1.86666667rem;
	width: 1.93333333rem;
	height: 1.93333333rem
}

.Height_Sell .from_car .from_CarMain {
	width: 90%;
	margin: 0 auto
}

.Height_Sell .from_car .from_input {
	width: 6.33333333rem;
	height: .98666667rem;
	background: #fff;
	line-height: .98666667rem;
	box-shadow: 0 2px 3px #e7e7e7;
	position: relative;
	float: left
}

.Height_Sell .from_car .from_input span em {
	color: #2f3540
}

.Height_Sell .from_car .from_input span {
	display: inline-block;
	width: 2.13333333rem;
	height: .98666667rem;
	text-align: center;
	color: #000;
	position: relative
}[data-dpr="1"] .Height_Sell .from_car .from_input span {
	font-size: 14px
}[data-dpr="2"] .Height_Sell .from_car .from_input span {
	font-size: 28px
}[data-dpr="3"] .Height_Sell .from_car .from_input span {
	font-size: 42px
}

.Height_Sell .from_car .from_input span:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: .4rem;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	top: .32rem;
	right: .06666667rem
}

.Height_Sell .from_car .from_input span i {
	width: .29333333rem;
	height: .29333333rem;
	background: url("../images/jiantou.html.png") no-repeat 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: .06666667rem;
	background-size: 100%
}

.Height_Sell .from_car .from_input .iphone-del {
	background: url("../images/close.html.png") no-repeat 100%;
	width: .46666667rem;
	height: .46666667rem;
	position: absolute;
	right: .26666667rem;
	top: .26666667rem;
	display: none;
	background-size: 100% 100%
}

.Height_Sell .from_car .from_input .iphone-error {
	background: url("../images/error.html.png") no-repeat 100%;
	width: .46666667rem;
	height: .46666667rem;
	display: block;
	position: absolute;
	right: .26666667rem;
	top: .26666667rem;
	display: none;
	background-size: 100% 100%
}

.Height_Sell .from_car .from_input input {
	width: 4rem;
	height: .73333333rem;
	line-height: .46666667rem;
	color: #b0b3b4;
	padding-left: .4rem
}[data-dpr="1"] .Height_Sell .from_car .from_input input {
	font-size: 13px
}[data-dpr="2"] .Height_Sell .from_car .from_input input {
	font-size: 26px
}[data-dpr="3"] .Height_Sell .from_car .from_input input {
	font-size: 39px
}

.Height_Sell .from_car button {
	height: .98666667rem;
	line-height: .98666667rem;
	width: 2.66666667rem;
	border: 0;
	padding: 0;
	margin: 0;
	background: #ff6402;
	color: #fff;
	position: relative;
	right: -.02666667rem;
	float: right;
	border-top-right-radius: .06667rem;
	border-bottom-right-radius: .06667rem
}[data-dpr="1"] .Height_Sell .from_car button {
	font-size: 15px
}[data-dpr="2"] .Height_Sell .from_car button {
	font-size: 30px
}[data-dpr="3"] .Height_Sell .from_car button {
	font-size: 45px
}

.Height_Sell .from_car p a {
	color: #818d9a
}[data-dpr="1"] .Height_Sell .from_car p a {
	font-size: 13px
}[data-dpr="2"] .Height_Sell .from_car p a {
	font-size: 26px
}[data-dpr="3"] .Height_Sell .from_car p a {
	font-size: 39px
}

@media screen and (max-width:640px) {
	.Height_Sell .from_car p a {
		font-size: .34667rem!important
	}
}

.Height_Sell .from_car p {
	margin-top: .26666667rem;
	float: left;
	color: #818d9a;
	padding-left: .53333rem
}

.Height_Sell .from_car p img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -.04rem;
	width: .4rem;
	height: .4rem;
	margin-right: .13333rem
}[data-dpr="1"] .Height_Sell .from_car p img {
	font-size: 14px
}[data-dpr="2"] .Height_Sell .from_car p img {
	font-size: 28px
}[data-dpr="3"] .Height_Sell .from_car p img {
	font-size: 42px
}

.module_stages {
	margin-bottom: 0;
	background: #fff
}

.guarantee .stages_main .ul_one li img {
	display: block;
	width: 2.93333rem;
	height: 1.65333rem;
	margin-left: 1.17333rem
}

.guarantee .stages_main .ul_one:first-child,.module_stages .stages_main ul:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.module_stages .stages_main ul:last-child {
	margin-top: .18667rem
}

.guarantee .stages_main .ul_two li {
	position: relative
}

.guarantee .stages_main .ul_two li img {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0)
}

.selective ul li a .selective_main {
	padding: .26666667rem 0;
	padding-bottom: 0;
	text-align: left
}

.selective ul li a img {
	width: 100%;
	height: 3.01333rem;
	display: block;
	margin: 0
}

.selective ul li a .selective_main .tab_lable {
	margin-top: .21333333rem;
	padding-bottom: .21333333rem
}

.selective ul li a .selective_main .tab_lable ul {
	padding-top: 0;
	border: 1px solid #e5d8b8;
	display: inline-block;
	padding: .01333333rem .13333333rem .05333333rem;
	border-radius: .06667rem
}

.selective ul li a .selective_main .tab_lable ul li {
	width: auto;
	margin-right: .1rem;
	color: #be9e4d
}

.selective ul li a .selective_main .tab_lable ul li:last-child {
	margin-right: 0
}[data-dpr="1"] .selective ul li a .selective_main .tab_lable ul li {
	font-size: 10px
}[data-dpr="2"] .selective ul li a .selective_main .tab_lable ul li {
	font-size: 20px
}[data-dpr="3"] .selective ul li a .selective_main .tab_lable ul li {
	font-size: 30px
}

.RZcar_lable {
	width: 1.33333rem!important;
	height: .53333rem!important;
	line-height: .53333rem;
	background: #ff6402;
	color: #fff;
	text-align: center
}[data-dpr="1"] .RZcar_lable {
	font-size: 10px
}[data-dpr="2"] .RZcar_lable {
	font-size: 20px
}[data-dpr="3"] .RZcar_lable {
	font-size: 30px
}

@media screen and (max-width:640px) {
	.RZcar_lable {
		font-size: .26667rem!important
	}
}

.JScar_lable {
	background: url(data:image/png;
	base64,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);background-size: 100% 100%
}

.JScar_lable,.YKJcar_lable {
	width: 1.33333rem!important;
	height: .53333rem!important;
	line-height: .53333rem
}

.YKJcar_lable {
	background: #3c7eef;
	color: #fff;
	text-align: center
}[data-dpr="1"] .YKJcar_lable {
	font-size: 10px
}[data-dpr="2"] .YKJcar_lable {
	font-size: 20px
}[data-dpr="3"] .YKJcar_lable {
	font-size: 30px
}

@media screen and (max-width:640px) {
	.YKJcar_lable {
		font-size: .26667rem!important
	}
}

.ZMcar_lable {
	width: 1.33333333rem!important;
	height: .66666667rem!important;
	line-height: .66666667rem;
	background: #49adff;
	color: #fff;
	text-align: center
}[data-dpr="1"] .ZMcar_lable {
	font-size: 10px
}[data-dpr="2"] .ZMcar_lable {
	font-size: 20px
}[data-dpr="3"] .ZMcar_lable {
	font-size: 30px
}

.add-bmw1 {
	width: 9.2rem;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: .4rem
}

.add-bmw1 img,.Adv_code img {
	display: block;
	width: 100%
}

.Adv_code {
	width: 90%!important;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: .66666667rem
}

.Adv_code_sub img {
	display: block;
	width: 100%
}

.Adv_code_sub {
	width: 9.2rem;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-align: center
}

.Second_stage {
	padding: 0 .4rem;
	background: #fff
}

.Second_stage h1 {
	color: #2f3540;
	line-height: .93333333rem;
	font-weight: 700;
	padding-bottom: .4rem
}

.Second_stage img {
	width: 100%;
	display: block
}[data-dpr="1"] .Second_stage h1 {
	font-size: 18px
}[data-dpr="2"] .Second_stage h1 {
	font-size: 36px
}[data-dpr="3"] .Second_stage h1 {
	font-size: 54px
}

.Second_stage ul {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: .4rem
}

.Second_stage ul li {
	float: left;
	width: 50%;
	position: relative
}

.Second_stage ul li:first-child:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: .8rem;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	top: .90667rem;
	left: 348px
}

.Second_stage ul li a>div {
	width: 60%;
	margin-top: .66667rem;
	float: left;
	padding-left: .4rem;
	color: #2f3540
}[data-dpr="1"] .Second_stage ul li a>div {
	font-size: 16px
}[data-dpr="2"] .Second_stage ul li a>div {
	font-size: 32px
}[data-dpr="3"] .Second_stage ul li a>div {
	font-size: 48px
}

@media screen and (max-width:640px) {
	.Second_stage ul li a>div {
		font-size: .42667rem!important
	}
}

.Second_stage ul li a>div>p:last-child {
	color: #818d9a;
	margin-top: .05333rem
}[data-dpr="1"] .Second_stage ul li a>div>p:last-child {
	font-size: 13px
}[data-dpr="2"] .Second_stage ul li a>div>p:last-child {
	font-size: 26px
}[data-dpr="3"] .Second_stage ul li a>div>p:last-child {
	font-size: 39px
}

@media screen and (max-width:640px) {
	.Second_stage ul li a>div>p:last-child {
		font-size: .34667rem!important
	}
}

.Second_stage ul li>div>p:first-child {
	color: #2f3540
}[data-dpr="1"] .Second_stage ul li>div>p:first-child {
	font-size: 16px
}[data-dpr="2"] .Second_stage ul li>div>p:first-child {
	font-size: 32px
}[data-dpr="3"] .Second_stage ul li>div>p:first-child {
	font-size: 48px
}

.Second_stage ul li>div>p:last-child {
	color: #818d9a
}[data-dpr="1"] .Second_stage ul li>div>p:last-child {
	font-size: 13px
}[data-dpr="2"] .Second_stage ul li>div>p:last-child {
	font-size: 26px
}[data-dpr="3"] .Second_stage ul li>div>p:last-child {
	font-size: 39px
}

.Second_stage ul li>div>p {
	margin-bottom: .10666667rem
}

.Second_stage ul li a>img {
	float: right;
	margin-top: .72rem;
	width: 1.2rem;
	height: 1.2rem
}

.CarNews {
	padding: 0 .4rem;
	background: #fff
}

.CarNews h4 {
	color: #2f3540;
	font-weight: 600;
	padding-bottom: .4rem
}[data-dpr="1"] .CarNews h4 {
	font-size: 18px
}[data-dpr="2"] .CarNews h4 {
	font-size: 36px
}[data-dpr="3"] .CarNews h4 {
	font-size: 54px
}

.CarNews ul {
	overflow: hidden;
	margin-bottom: .4rem
}

.CarNews ul li img {
	width: auto!important
}

.CarNews ul li {
	float: left;
	width: 33%;
	text-align: center
}

.CarNews ul li p {
	padding-top: .06666667rem;
	color: #2f3540
}[data-dpr="1"] .CarNews ul li p {
	font-size: 13px
}[data-dpr="2"] .CarNews ul li p {
	font-size: 26px
}[data-dpr="3"] .CarNews ul li p {
	font-size: 39px
}

.Adv_code_margin {
	margin-bottom: .4rem
}

.car-list-wrap,.gg-sel-box {
	background: #fff
}

.car-list-wrap .title {
	font-weight: 700;
	height: 1.2rem;
	padding-left: .4rem;
	padding-top: .4rem
}[data-dpr="1"] .car-list-wrap .title {
	font-size: 18px
}[data-dpr="2"] .car-list-wrap .title {
	font-size: 36px
}[data-dpr="3"] .car-list-wrap .title {
	font-size: 54px
}

.car-list-wrap .carlist-inner .move_car {
	display: block;
	width: 91%;
	height: 1.33333333rem;
	line-height: 1.33333333rem;
	text-align: center;
	color: #818d9a;
	margin: 0 auto
}[data-dpr="1"] .car-list-wrap .carlist-inner .move_car {
	font-size: 13px
}[data-dpr="2"] .car-list-wrap .carlist-inner .move_car {
	font-size: 26px
}[data-dpr="3"] .car-list-wrap .carlist-inner .move_car {
	font-size: 39px
}

.car-list-wrap .carlist-inner .move_car i {
	display: inline-block;
	width: .26666667rem;
	height: .26666667rem;
	background: url("../images/grey_right.html.png") no-repeat 50%;
	background-size: contain;
	margin-left: .2rem
}

.carlist-inner {
	overflow: hidden
}

.carlist-ul-horizontal li {
	overflow: hidden;
	border-bottom: 1px solid #ececec;
	margin: 0 .4rem
}

.carlist-ul-horizontal li:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.carlist-ul-horizontal li a {
	display: block;
	padding: .1rem 0;
	overflow: hidden
}

.carlist-ul-horizontal li .car-img {
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden
}

.carlist-ul-horizontal li .car-img img {
	width: inherit;
	height: inherit
}

.carlist-ul-horizontal li .car-img .authen,.carlist-ul-horizontal li .car-img .like {
	position: absolute;
	left: 0;
	top: 0;
	width: .8rem;
	height: auto
}

.carlist-ul-horizontal li .car-txt {
	float: left;
	width: 68%;
	margin-left: .4rem
}

.carlist-ul-horizontal li .name {
	height: .61333333rem;
	line-height: .61333333rem;
	position: relative;
	color: #020202;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}[data-dpr="1"] .carlist-ul-horizontal li .name {
	font-size: 16px
}[data-dpr="2"] .carlist-ul-horizontal li .name {
	font-size: 32px
}[data-dpr="3"] .carlist-ul-horizontal li .name {
	font-size: 48px
}

.carlist-ul-horizontal li .time {
	height: .53333333rem;
	overflow: hidden;
	color: #999999;
	margin-top: -.04rem
}[data-dpr="1"] .carlist-ul-horizontal li .time {
	font-size: 13px
}[data-dpr="2"] .carlist-ul-horizontal li .time {
	font-size: 26px
}[data-dpr="3"] .carlist-ul-horizontal li .time {
	font-size: 39px
}

.carlist-ul-horizontal li .pri {
	color: #ff3333;
	line-height: .58rem;
/*margin-top:.2rem*/
}[data-dpr="1"] .carlist-ul-horizontal li .pri {
	font-size: 17px
}[data-dpr="2"] .carlist-ul-horizontal li .pri {
	font-size: 32px
}[data-dpr="3"] .carlist-ul-horizontal li .pri {
	font-size: 48px
}

.carlist-ul-horizontal li .pri i {
	font-weight: 700
}

.carlist-ul-horizontal li .pri em {
	color: #818d9a;
	display: inline-block;
	margin-left: .26666667rem
}[data-dpr="1"] .carlist-ul-horizontal li .pri em {
	font-size: 13px
}[data-dpr="2"] .carlist-ul-horizontal li .pri em {
	font-size: 26px
}[data-dpr="3"] .carlist-ul-horizontal li .pri em {
	font-size: 39px
}

.carlist-ul-horizontal .car-txt p.lable_div {
	margin-top: .13333333rem
}

.carlist-ul-horizontal .car-txt p .lable_orange {
	display: inline-block;
	padding: .02666667rem .08rem;
	color: #f90;
	border: 1px solid #f90;
	border-radius: 2px
}

.carlist-ul-horizontal .car-txt p .lable_green {
	display: inline-block;
	padding: .02666667rem .08rem;
	color: #06c1ae;
	border: 1px solid #06c1ae;
	border-radius: 2px
}

.carlist-ul-horizontal .car-txt p .lable_ping {
	display: inline-block;
	padding: .02666667rem .08rem;
	color: #ff2d4f;
	border: 1px solid #ff2d4f;
	border-radius: 2px
}

.list-ad-h .ad a {
	position: relative;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: .32rem 0 .45333333rem
}

.list-ad-h .ad img {
	display: block;
	width: 100%
}

.carlist-ul-horizontal .list-ad-h .ad a {
	border-bottom: 0;
	border-top: 0
}

.carlist-ul-horizontal .list-ad-h .ad a .ico-ad {
	bottom: .53333333rem!important
}

.carlist-ul-horizontal li.list-ad {
	display: table;
	width: 100%;
	border-bottom: none!important;
	margin: 0
}

.carlist-ul-horizontal li.list-ad a {
	margin: 0 .4rem;
	border-bottom: 1px solid #ececec
}

.carlist-ul-horizontal li.list-ad .car-img {
	display: table-cell;
	position: relative
}

.carlist-ul li.list-ad .car-img img {
	display: block
}

.carlist-ul-horizontal li.list-ad .car-txt {
	display: table-cell;
	padding-left: .26666667rem;
	vertical-align: middle;
	height: 2.4rem
}

.carlist-ul-horizontal li.list-ad .time {
	padding-top: .13333333rem;
	height: auto
}

.carlist-ul-horizontal li.list-ad .pri {
	display: none
}

.txt-r {
	float: right;
	color: #999
}[data-dpr="1"] .txt-r {
	font-size: 12px
}[data-dpr="2"] .txt-r {
	font-size: 24px
}[data-dpr="3"] .txt-r {
	font-size: 36px
}

.carlist-ul-horizontal li .car-txt .tab_lable {
	margin-top: .21333333rem
}

.carlist-ul-horizontal li .car-txt .tab_lable ul {
	padding-top: 0;
	border: 1px solid #e5d8b8;
	display: inline-block;
	padding: 0 .13333333rem
}

.carlist-ul-horizontal li .car-txt .tab_lable ul li {
	width: auto;
	margin-left: 0;
	color: #be9e4d;
	float: left;
	line-height: .4rem;
	margin-right: .13333333rem;
	border-bottom: 0
}[data-dpr="1"] .carlist-ul-horizontal li .car-txt .tab_lable ul li {
	font-size: 10px
}[data-dpr="2"] .carlist-ul-horizontal li .car-txt .tab_lable ul li {
	font-size: 20px
}[data-dpr="3"] .carlist-ul-horizontal li .car-txt .tab_lable ul li {
	font-size: 30px
}

@media screen and (max-width:640px) {
	.carlist-ul-horizontal li .car-txt .tab_lable ul li {
		font-size: .26667rem!important
	}
}

.carlist-ul-horizontal li .car-txt .tab_lable ul li:last-child {
	margin-right: 0
}

.tools {
	display: none;
	width: 80%;
	height: 1.46666667rem;
	line-height: 1.46666667rem;
	text-align: center;
	background: #000;
	opacity: .8;
	color: #fff;
	position: fixed;
	left: 10%;
	top: 50%;
	z-index: 10;
	border-radius: .06666667rem
}[data-dpr="1"] .tools {
	font-size: 14px
}[data-dpr="2"] .tools {
	font-size: 28px
}[data-dpr="3"] .tools {
	font-size: 42px
}

.spacing {
	height: .26666667rem;
	width: 100%;
	background: #f8f8f8
}

@media screen and (max-device-width:320px) {
	.Height_Sell .from_car .from_input input {
		width: 4rem;
		height: .86666667rem;
		line-height: .8rem
	}[	data-dpr="1"] .Height_Sell .from_car .from_input input {
		font-size: 13px
	}[	data-dpr="2"] .Height_Sell .from_car .from_input input {
		font-size: 26px
	}[	data-dpr="3"] .Height_Sell .from_car .from_input input {
		font-size: 39px
	}

	.header .cityNews i {
		background: url("../images/citydown.html.png") no-repeat 50%;
		background-size: 100%
	}
}

.swiper-pagination-bullet {
	opacity: 1
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
	body,html {
		height: 100%;
		position: relative
	}

	.container-section {
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
}

.header .cityNews i {
	background: url("../images/citydown.html.png") no-repeat 50%;
	background-size: 100%
}

.toast-fix {
	height: 1.46666667rem;
	line-height: 1.46666667rem;
	border-radius: 1.33333333rem
}

.add-bmw1 a {
	margin-bottom: 0
}

.hr_border {
	border-top: 1px solid #e5e5e5;
	height: .01333333rem;
	margin: 0 .4rem
}

.todos-loding {
	opacity: .8;
	background: #000;
	border-radius: 5px;
	width: 100px;
	letter-spacing: .3px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	height: 100px
}

.todos-loding img.copy-loding {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 35px auto
}

.toast-fix {
	opacity: .8;
	background: #000;
	border-radius: 5px;
	position: fixed;
	top: 45%;
	width: 70%;
	left: 15%
}

.toast-fix p {
	padding: 20px 15px;
	line-height: 20px;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: .3px;
	min-height: 60px;
	text-align: center;
	box-sizing: border-box
}

.TaoBtn_group {
	padding-left: .53333rem;
	padding-right: .53333rem;
	overflow: hidden;
	margin-top: .53333rem
}

.TaoBtn_group a {
	display: block;
	float: left;
	width: 4.29333rem;
	height: .98667rem;
	text-align: center;
	line-height: .98667rem;
	color: #fff
}[data-dpr="1"] .TaoBtn_group a {
	font-size: 15px
}[data-dpr="2"] .TaoBtn_group a {
	font-size: 30px
}[data-dpr="3"] .TaoBtn_group a {
	font-size: 45px
}

@media screen and (max-width:640px) {
	.TaoBtn_group a {
		font-size: .4rem!important
	}
}

.TaoBtn_group a {
	border-radius: .06667rem
}

.TaoBtn_group .Buy {
	background-color: #ff6402
}

.TaoBtn_group .Assess {
	background-color: #06c1ae;
	margin-left: .34667rem
}

.Taoche_NewsTwo {
	padding: 0 .4rem;
	background: #fff
}

.Taoche_NewsTwo h4 {
	color: #2f3540;
	font-weight: 700;
	padding-bottom: .4rem;
	border-bottom: 1px solid #e5e5e5
}[data-dpr="1"] .Taoche_NewsTwo h4 {
	font-size: 18px
}[data-dpr="2"] .Taoche_NewsTwo h4 {
	font-size: 36px
}[data-dpr="3"] .Taoche_NewsTwo h4 {
	font-size: 54px
}

.Taoche_NewsTwo ul {
	overflow: hidden;
	border-top: 1px solid #e5e5e5
}

.Taoche_NewsTwo ul li {
	width: 32%;
	float: left;
	padding-bottom: -0.653333rem;
/*border-bottom:1px solid #e5e5e5;*/
	padding-top: -0.653333rem;
}

.Taoche_NewsTwo ul li.li_two img {
	margin-left: .26666667rem
}

.Taoche_NewsTwo ul li img {
	width: 2rem;
	height: 1.33333333rem
}

.Taoche_NewsTwo ul li a {
	display: block
}

.Taoche_NewsTwo ul li .left_font {
	width: 50%;
	float: right
}

.Taoche_NewsTwo ul li .left_font h3 {
	color: #2f3540;
	padding-bottom: .10666667rem;
	padding-top: .10666667rem
}[data-dpr="1"] .Taoche_NewsTwo ul li .left_font h3 {
	font-size: 16px
}[data-dpr="2"] .Taoche_NewsTwo ul li .left_font h3 {
	font-size: 32px
}[data-dpr="3"] .Taoche_NewsTwo ul li .left_font h3 {
	font-size: 32px
}

.Taoche_NewsTwo ul li .left_font span {
	color: #818d9a
}[data-dpr="1"] .Taoche_NewsTwo ul li .left_font span {
	font-size: 12px
}[data-dpr="2"] .Taoche_NewsTwo ul li .left_font span {
	font-size: 24px
}[data-dpr="3"] .Taoche_NewsTwo ul li .left_font span {
	font-size: 36px
}

.Taoche_NewsTwo ul li>img {
	float: right;
	display: block;
	width: 2rem;
	height: 1.33333333rem;
	margin-right: .16rem
}

@media screen and (max-device-width:320px) {
	.Taoche_NewsTwo ul li .left_font {
		width: 55%
	}

	.Taoche_NewsTwo ul li.li_two img {
		margin-left: .06666667rem
	}
}

.Authen-title {
	padding-top: .4rem;
	padding-bottom: .4rem
}

.top-notic {
	line-height: .8rem;
	height: .8rem;
	opacity: .8;
	background: #fff3ec;
	border-radius: .02666667rem;
	padding: 0 .33333333rem
}

.top-notic a {
	color: #ff6402
}[data-dpr="1"] .top-notic a {
	font-size: 12px
}[data-dpr="2"] .top-notic a {
	font-size: 24px
}[data-dpr="3"] .top-notic a {
	font-size: 36px
}

.top-notic .noticcontent:before {
	content: "";
	display: inline-block;
	width: .32rem;
	height: .36rem;
	background-color: #e5e5e5;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAqCAYAAADf/ynVAAAAAXNSR0IArs4c6QAABMxJREFUWAnNWG9oHFUQn9nbveQuF23FGFtTQZA2+IeqBekHPwgWwSqlCCniHyrlcjmFQqsGUVBDQCX4IZrW0OyFIChCCTUggiBi1fixFmORVkXUmtakraY2zV1ze7vjvN3bvd27zd3tbfR6H27n/WbevN/Nm9k37xD+gw/19ESg45P1wjWO5v5oZAlsZFK1OZSK3QyUHwKCGy07/BzHC69Xm+Onk/zARjHqUzaDkT9YIiU80TZKR+8I6nPViFGf/ADoxltMoL2CREHvrsBqAHINfV1qSkUeB516PcbIcSOwUkWCNo+ujkEoYmaSXzu1Dwx6xLOWJH0MBlwCMJ40cZKYoO4xqTVoeCtpf1cM1ky9wTnkJmVwjEZQ1YYBjWBMypg2FDFKtV8Pi3++yb5udfwhLIEkDeCYdszBQgiBiVGy9Rag7BCv2eGsi3AGMPoyjuVOO1hIIdBWUlLZAqgd4KR2kcLjoK99BtXVIyV+kxkxGrhfhrPfbOUk3sA50uL/Y6U4kPEok4o4epHk23aO4K7JUPnk+HMJMiXbOmF2+h3GOk2cXFqPaJRGyDUHcJCTfArUyRJep0S9kSf4sOoGPfIBTiz/6DeNt3I5zQqLlJ9FOWYl+YuY0afKVfWMKa3czVFPAtF9IBUOMMkdfvN4K2lTUaEBSh/6GXkwlL8Il+SRBX6/ia0XKaEwyf3Uq3RhRht1ryNyTCkCWVa+51b6y5o/XCeKh678xmfq83x8vcRTiulj9FBKPolq4ajtJlBV2pPCPvldNwNS5x7284Pji6if9iacam8KMUEG1bNZkGODLF42yRHEIJd7yJT5q2nEBAE8dPkc5/WnNhl+VT1oy00lZpKQ8EubDBfCTWajyUDzicVb5xxiQtALZufbfGLLLXkPseI7ovnE8otOJZoEJelv8Ww+MUm7zYkYQg7O7/j16iBmQOlIIpzBSashaGrE+JwU762NpYjhYVtuGjE+gsQ76zmbCCAe4yPxO3scuIO1Jzb6pGc7EqAtvMK9372OD4Q5SMS5Vef7S/Hz/0dMX7iTWx43qXNA0X4cvmRWo01MRMxuF+K850/bihWfUeUovnvl9xX1tRQU+xkgO8/HTweQ9BEkOidweDZXPo2JIXeQtI4VojfaXW5QMc5ru6hXHsJM4asKXR0AqosXKLV+D8SzUXz74kWAWd9ZEkRbxlgz76v1A0UXQDRAKaXPvPD62dTARGdhkVrZUMbRpTlKbXkKjJmtvOAGvhtGfc2Jr/lo7OSoWgVjGI/xhXcjpdYOorrwj++cEKC5CKrfijybtvysfOGhVPRrPmUHmdwa05boHq6kDOOvopo/FYJHxdRAVcmLnwBqTXPi/uJ4EndMQx/hP1YedrBVEAIRE+vh+NI8JNbtZakYYZOFwhe6Fygp99PA7f6pEJBsYGImOVHeGe017j7f965H2+HMqRFKJ27w4sFHDREzySESHyETIOEgb22ppyLYBHouwxG9q0THdVkugVWlhonZXq0rl8xbCxdsjIvjGq7wzc7YrXOB1cTQxIRzzCz/BO1tfSye9F2MIqd98SrgqhAT/s2zrqt7H3cJn3nWQziB4/nvPVgdA+s/0joMg5hQMrKdCXYD0l8gX3cER89bd8cgTq5W238BXnRyYfBi0vQAAAAASUVORK5CYII=);background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: .21333333rem
}

.pop-gz-area {
	position: fixed;
	z-index: 1001;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.pop-gz-area a {
	display: inline-block;
	width: 7.46666667rem;
	height: 9.62666667rem;
	background: url("../images/car-valuation@2x.png") no-repeat center 100%;
	background-size: 100%
}

.pop-gz-area div {
	text-align: center;
	margin-top: .93333333rem
}

.pop-gz-area .closepop {
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	background: url("../images/close-pop.png") no-repeat center 100%;
	background-size: 100%
}

.Second_stage ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.Second_stage ul li:first-child>a>img {
	margin-right: .4rem
}

.footer {
	margin-bottom: 0
}

.like-title {
	padding-bottom: .4rem
}

.from_input>input#_phone:-moz-placeholder,.from_input>input#_phone::-moz-placeholder {
	color: #b0b3b4
}

.from_input>input#_phone:-ms-input-placeholder {
	color: #b0b3b4
}

.from_input>input#_phone::-webkit-input-placeholder {
	color: #b0b3b4
}

#div_577959e2-3aa0-4048-b9b6-eed3ffb965b3 .ins_adtagclass {
	bottom: 0!important
}

.bottom-link {
	border-top: .26667rem solid #f8f8f8;
	background: #fff
}

.bottom-link .tab-box {
	margin: 0 .4rem;
	overflow: hidden
}

.bottom-link .tab-box li {
	height: 1.46667rem;
	line-height: 1.46667rem;
	width: 50%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	color: #818d9a
}[data-dpr="1"] .bottom-link .tab-box li {
	font-size: 13px
}[data-dpr="2"] .bottom-link .tab-box li {
	font-size: 26px
}[data-dpr="3"] .bottom-link .tab-box li {
	font-size: 39px
}

@media screen and (max-width:640px) {
	.bottom-link .tab-box li {
		font-size: .34667rem!important
	}
}

.bottom-link .tab-box li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: .4rem;
	position: absolute;
	right: 1px;
	top: .53333rem;
	background: #e5e5e5
}

.bottom-link .tab-box li.cur {
	color: #ff6402
}

.bottom-link .tab-box li:last-child:after {
	width: 0;
	overflow: hidden
}

.bottom-link .tab-box-html {
	padding: .26667rem .4rem;
	overflow: hidden
}

.bottom-link .tab-box-html>a {
	display: block;
	height: 1.02667rem;
	line-height: 1.02667rem;
	width: 33.33333%;
	float: left;
	text-align: center;
	position: relative;
	color: #818d9a
}[data-dpr="1"] .bottom-link .tab-box-html>a {
	font-size: 13px
}[data-dpr="2"] .bottom-link .tab-box-html>a {
	font-size: 26px
}[data-dpr="3"] .bottom-link .tab-box-html>a {
	font-size: 39px
}

@media screen and (max-width:640px) {
	.bottom-link .tab-box-html>a {
		font-size: .34667rem!important
	}
}

.bottom-link .tab-box-html>a.last-child {
	color: #ff6402
}

.bottom-link .tab-box-html>a i {
	display: inline-block;
	width: .26666667rem;
	height: .26666667rem;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAHO9+yHAAAAAXNSR0IArs4c6QAAAbhJREFUKBV9Ur8vQ1EUPvfe10qokIiIwSgxsLAZsEiY/R5sr9VIxJ+gsbCxiB/FHyAMRCQ2izAgRCJhFLFgKm3x2uO7j3d7W+Ulr+873/m+c+45t8RRtUvBw1GZDbD9ZVd6fgzAdoJ8gicqmgNWUrjpHnWmA+LbF1XHQiN21SDJyiNC30Mj4Vhlo67EE06vIUuBL3DVpub9WraA4+FW8rxrw3HUmfcdW0PKJxFc4X02igCAvAiw/ZUIFCZJ2aTBGGQHzrwhbMAxJ4Ekc6LH0XzRcTH5ADFvU3Wkriihlej3QEyvGptHXwtcpwWCWfj1XZUskJP1kR8yZkgAhz5eUqRkp1j1TuyELqEX1or3CbP2i/XPc1tQiqVYz7eRrKklIW6Icmc42AcWMVYqLBtzIiExxcr3GbEc15krFf7aRyBApzjwEnYj0X2fIo3DYuEh86ehYHS6ifK7MNbgIk7+NeD/10U5iIkwI90Rh/vKGnCcKYgWzXFEw4hYe0zrrsbAsY4Q8eUGLntcJ0jIWZH0Znxs/QiermqgdOYA1dphz0A5KpK5PUtTBB16yyYhVBQKtYjl99uibJngC3AmqXuLvz3sAAAAAElFTkSuQmCC) no-repeat 50%;background-size: contain;
	margin-left: .1rem
}

.public-notice {
	width: 93%;
	height: 1.01333rem;
	overflow: hidden;
	margin: 0 .4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ccc
}

.notice-swiper-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1.01333rem;
	margin: 0 auto
}

.notice-swiper-container .swiper-slide {
	width: 100%;
	height: 1.01333rem!important;
	line-height: 1.01333rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bg-alert {
	display: inline-block;
	margin-bottom: -3px;
	width: .37333rem;
	height: .37333rem;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAYAAACUJBTQAAAAAXNSR0IArs4c6QAAAwxJREFUSA21VU1oE1EQfrO7/bM2QS0ebEWlIv4cVNCLihDwVDwIQkA9CM2PoNa2qTS2tsk2DaVVu6G1WJJWavUiAS+iXgQDiqeiFy8e9NSIIGq1aSqmyY7zkmxow2Yb23RgmX0z877vzbx57wFbpfgCE8dRZdvKKspedV29+MMIRjJy6vlkWRZEU30zIp4BYGwxkThKcR16sZrtv0jkyclKYTbZgwyPaQDAYL/2X0gLhRz5dlmZ2EwEw2RPE1ASzzIxWJ0fmz8uisQ/OrEDEO/R5D30qZTJSI/LMZQPVmi8YrnkQOiQ+hf7qP4bCTwOIni9Lc53hQD17IYkfYHQKURwM2ASIvsiMqmzu6VpRg/IyCb5lNABZNBGNd5FgcvKR8AZAXhfaQbZbWuKGYH1jQQb1EVxJ8aiEepCVYsVqDs4QQMZlhFoAeR/urfO1OG22QwJeLyaFN0A2C3U1A8ODATNGoZEi93KGPzxuOyNmnG1mvZtiiHrYoBHFsvF3nA43G61WlPZ1ecKs1r89DxPm/1thcQu0aLj1CQHP0Z/neUO3RKthcl9zRGlkj3gGFSl01yXnCQNCuwN17Sf2/tHp7asC0mVap7jJFxENVG1LiQLOF+boaCOkzbE14WEians/QYznZcvzJacxK+M1akI53kmKsMnXJeUxH8neEJl0hhDNNGh+ICHdz/nJNm7iz8/a5eUAE4CqqHWna6tNPuuWCxJjiqR8RsdnAafMh7Ro6EJL3DOPCzL1oSef6kNmeADQd3kbXVOL7ULRBAgos9kzF1oSwPI1yiYft+9PfaQrh9jkV32T548Aj6DMApL79B9C0DqBoWVU53nGILPc92Re0u07D0uh6Uwygob7223RegGbSaA7wzARG1yqzcwfs4IUM9nmIk2QaH3PYbop/bYl7HBa7U6NSjEhXT3rCkTjcTlsv/EmLmVxi8zNjwJ80Io69fdS20u10WfE95dtOJ+2p8gfUhZ1XEAOg9fuTaSokk0EHrcHtP+3KTxAn1JJuIjzVdyLUcikqKEq4oB/gd6svd6Kp12XAAAAABJRU5ErkJggg==) 0 0 no-repeat;background-size: .33333rem .37333rem
}

.alert-content {
	width: 8.4rem;
	padding-left: .26667rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.right-angle {
	width: .37333rem;
	height: .37333rem;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAHO9+yHAAAAAXNSR0IArs4c6QAAAghJREFUKBV9UkFoE0EU/X82FdTYCB5i8Rzw0FOPHlpyET0UD8rai3go23iRNvEgBbtxNwZy2U16iJDdtBU8CEUPERHEixepBy1IT3oUEaE9FGqboJsZ/2yYdLZUB2bnz3v//f/+sOB6QQfUcv2gp2L9dP0wiu+OFwidgBioLK/lFMoymP1W8dvzClC69yijSj28cfLU6XdArd6oFKzWn45FvPsDDLxcXrDeKiJxylaOH65KMK6ls9Xl9ngU8a2UAp16uwac38+NjaZM00Qg6WeaY0clDE/XCzeHFy1gAsFw/GBPww5DKvWCNj9ENFeOFz4EEOXJidxIPp+PEnYdb+U6QP/5GWTnEoQsRc/ynQr90stKsEf7gwQN+RFCIBu9QAbxiX1v7prEsNlcT+/0dveQYcEuWoEE5UoNQOOSXZzdGECDL5LNLSo2jojbVPiqPW990hOOxrHbWms983t/tyMETCHCH4Z4+0HRenY0Wd4T45Fp5jbCx8ChEJOINbtkLerChEAnaPw71LFJGKOpX6UxY5ZKZvefAiV2/dUpEFGHftsMzbnxX8GjRnuyz0WHHvgsuf/KTsCVYwWVenCXc2goO9n0+ZuFwvSB7DoUtFofR37ub66AgFsxgeDapbmyjPWF1UaYjbh4TYkT9KRdZMbM0sLsSz1Jj1N9DiG1MdAwLlLiF508Lv4LjfO7oWGpOLMAAAAASUVORK5CYII=) .04rem .09333rem no-repeat;background-size: .16rem .26667rem
}

.notice-swiper-container .swiper-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.component-navbar {
	border-top: 1px solid #e5e5e5;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ 
   .component-navbar{
     /* margin-bottom: constant(safe-area-inset-bottom);
      margin-bottom: env(safe-area-inset-bottom);*/
   }


}
.component-navbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .18667rem 0 .08rem
}

.component-navbar ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	text-align: center;
	font-size: 0
}

.component-navbar ul li a {
	text-decoration: none
}

.component-navbar ul li em {
	display: block;
	font-size: .32rem;
	position: relative;
	padding-top: .08rem;
	color: #686868
}

.component-navbar ul li.current em {
	color: #ff6402
}

.component-navbar ul li.current span.icon-home {
	background-image: url(../images/home_new_ac.png)
}

.component-navbar ul li.current span.icon-xinche {
	background-image: url(../images/newcar_new_ac.png)
}

.component-navbar ul li.current span.icon-main {
	background-image: url(../images/sell_new_ac.png)
}

.component-navbar ul li.current span.icon-fenqi {
	background-image: url(../images/pinggu_ac.png)
}

.component-navbar ul li.current span.icon-my {
	background-image: url(../fonts/7b7d7801df6b4cab86e42ec7f1b47204.woff)
}

.component-navbar ul li.current span.icon-my {
	background-image: url(../images/my_new__ac.png)
}

.component-navbar ul li span {
	width: 100%;
	height: .56rem;
	display: block;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: .56rem .56rem
}

.component-navbar ul li span.icon-home {
	background-image: url(../images/home_new.png)
}

.component-navbar ul li span.icon-xinche {
	background-image: url(../images/newcar_new.png)
}

.component-navbar ul li span.icon-main {
	background-image: url(../images/sell_new.png)
}

.component-navbar ul li span.icon-fenqi {
	background-image: url(../images/pinggu.png)
}

.component-navbar ul li span.icon-my {
	background-image: url(../images/my_new.png)
}

@media screen and (device-width:320px) and (-webkit-device-pixel-ratio:2) {
	.component-navbar ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: .22667rem 0
	}

	.component-navbar ul li em {
		font-size: .37333rem
	}

	.component-navbar ul li span {
		height: .68rem!important
	}

	.component-navbar ul li span.icon-fenqi,.component-navbar ul li span.icon-xinche {
		background-size: auto .69333rem!important
	}

	.component-navbar ul li span.icon-my {
		background-size: auto .77333rem!important
	}

	.component-navbar ul li span.icon-main {
		background-size: auto .66667rem!important;
		position: relative;
		top: -.04rem
	}
}

.component-navbar ul li.current1 em {
	color: #BB271D!important;
}

.component-navbar ul li.current2 em {
	color: #BB271D!important;
}

.component-navbar ul li.current3 em {
	color: #BB271D!important;
}

.component-navbar ul li.current4 em {
	color: #BB271D!important;
}

.mobtel {
	color: #ff6402;
	font-weight: bold;
}


/*底部*/
.baomai-store {
    background: #f5f7fa;
    border-radius: .02rem;
    margin: 0 .1rem;
    padding: .21rem .12rem .21rem .16rem;
    width: 98%;
    box-sizing: border-box;
}
.baomai-store .desc {
    overflow: hidden;
    margin-bottom: .16rem;
    height: 72px;
}
.baomai-store .desc img {
    width: 120px;
    height: 73px;
    float: left;
    border-radius: 3px;
}
.baomai-store .desc div {
    margin-left: .12rem;
   float: left;
    width: 1.7rem;
}
.baomai-store .desc h4 {
    font-family: PingFangSC-Regular;
    font-size: .16rem;
    color: #303741;
    line-height: .2rem;
    margin-bottom: .12rem;
    -webkit-line-clamp: 2;
}
.baomai-store .desc h4, .baomai-store .desc p {
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



.foot-navbar {
	border-top: 1px solid #e5e5e5;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100
}

.foot-navbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .18667rem 0 .08rem
}

.foot-navbar ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	text-align: center;
	font-size: 0
}

.foot-navbar ul li a {
	text-decoration: none
}

.foot-navbar ul li em {
	display: block;
	font-size: .32rem;
	position: relative;
	padding-top: .08rem;
	color: #686868
}

.foot-navbar ul li.current em {
	color: #ff6402
}

.foot-navbar ul li.current span.icon-home {
	background-image: url(../images/home_new_ac.png)
}

.foot-navbar ul li.current span.icon-xinche {
	background-image: url(../images/newcar_new_ac.png)
}

.foot-navbar ul li.current span.icon-main {
	background-image: url(../images/sell_new_ac.png)
}

.foot-navbar ul li.current span.icon-fenqi {
	background-image: url(../images/pinggu_ac.png)
}

.foot-navbar ul li.current span.icon-my {
	background-image: url(../fonts/7b7d7801df6b4cab86e42ec7f1b47204.woff)
}

.foot-navbar ul li.current span.icon-my {
	background-image: url(../images/my_new__ac.png)
}

.foot-navbar ul li span {
	width: 100%;
	height: .56rem;
	display: block;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: .56rem .56rem
}

.foot-navbar ul li span.icon-home {
	background-image: url(../images/home_new.png)
}

.foot-navbar ul li span.icon-xinche {
	background-image: url(../images/newcar_new.png)
}

.foot-navbar ul li span.icon-main {
	background-image: url(../images/sell_new.png)
}

.foot-navbar ul li span.icon-fenqi {
	background-image: url(../images/pinggu.png)
}

.foot-navbar ul li span.icon-my {
	background-image: url(../images/my_new.png)
}


.foot-navbar ul li.current1 em {
	color: #BB271D!important;
}

.foot-navbar ul li.current2 em {
	color: #BB271D!important;
}

.foot-navbar ul li.current3 em {
	color: #BB271D!important;
}

.foot-navbar ul li.current4 em {
	color: #BB271D!important;
}