 
a,a:hover {
	cursor:pointer
}
a:hover,body {
	-webkit-tap-highlight-color:transparent
}
a,body {
	color:#333
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box
}
.header-out{ background:#fff;}
address,cite,em {
	font-weight:400;
	word-wrap:break-word
}
caption,code,figcaption,h1,h2,h3,h4,h5,h6,pre,strong,th {
	font-weight:400;
	font-style:normal;
	word-wrap:break-word
}
dd,dl,dt,ul li {
	list-style:none
}
fieldset,iframe,img {
	border:0
}
address,cite,em,i,var {
	font-style:normal
}
caption,th {
	text-align:left
}
table {
	border-collapse:collapse;
	border-spacing:0
}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,video {
	display:block
}
a,ins {
	text-decoration:none
}
button,input {
	outline:0;
	border:0
}
.fl {
	float:left
}
.fr {
	float:right
}
.clearfix:after,.clearfix:before {
	height:0;
	visibility:hidden;
	display:block
}
.clearfix:before {
	content:"."
}
.clearfix:after {
	display:table;
	content:" ";
	clear:both
}
button {
	border-style:none
}
body,html {
	width:100%;
}
body {
	-webkit-text-size-adjust:none;
	font-family:"Microsoft Yahei","PingFangSC-Regular","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	background-color:#f2f2f2
}


body {max-width: 760px; margin: 0 auto;
}





.btn {
	-webkit-border-radius:3px
}
.btn-primary {
	border-color:#4284d9!important;
	background:#4284d9!important;
	color:#fff!important
}
.btn-primary:hover {
	background:#ee3e42!important
}
.btn-default:link {
	border-color:#ccc!important;
	color:#333!important
}
.btn-default:hover {
	border-color:#ee3e42!important;
	color:#ee3e42!important
}
.btn-blue:link {
	border-color:#ccc!important;
	color:#333!important
}
.btn-blue:hover {
	border-color:#4284d9!important;
	color:#4284d9!important
}
.mask {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:.7;
	background:#000;
	filter:alpha(opacity=70)
}
.right-user-box {
	margin-bottom:40px;
	display:none
}
.w-auto-1200 {
	width:1200px;
	margin:0 auto
}



.filter-wrap {
    position: relative;
    width: 100%;
    padding:10px;
    background: #fff;
    z-index: 1;  margin-bottom: 10px;
}.filter-wrap .filter-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.filter-list li{
    display: flex;
    height: 1.173333rem;
    align-items: center;
    font-size: 14px;
    color: #222;
}

.filter-wrap .filter-list li.on {
    color: #ff4b3b;
}

.filter-wrap .filter-list li .arrow-icon {
    width: 18px;
    height: 11px;display:inline-block;
    background: url(../images/public-2.png) no-repeat center;background-size:12px auto ;
    transition: transform .3s ease-in-out;
}

.filter-wrap .filter-list li.on .arrow-icon {
    transform: rotate(180deg);
}






 .price-listt {
    width: 100%;
    overflow: hidden; background: #fff;  margin-bottom: 10px; margin-top:10px; padding-top: 5px;
}

 .price-listt span {
    float: left;
    position: relative;
  width:calc(25% - 10px);
    margin-bottom:5px;
    box-sizing: border-box;
    margin-left:5px;
    margin-right:5px;
}

.price-listt  span a{
    display: block;
    width: 100%;
    height:40px;
    line-height: 40px;
    font-size:14px;
    color: #222;
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
}

.price-listt  span a.active{
  
    color: #fff;
    background-color:#4284d9 ;
   
}













 .price-list {
    width: 100%;
    overflow: hidden; background: #fff; display: none; margin-bottom: 10px;
}

.vvff{ display:block}


 .price-list span {
    float: left;
    position: relative;
  width:calc(25% - 10px);
    margin-bottom:5px;
    box-sizing: border-box;
    margin-left:5px;
    margin-right:5px;
}

.price-list  span a{
    display: block;
    width: 100%;
    height:40px;
    line-height: 40px;
    font-size:14px;
    color: #222;
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
}

.price-list  span a.active{
  
    color: #fff;
    background-color:#4284d9 ;
   
}

.yccmp-search{float:left; margin-left:10px;margin-right:10px;margin-top:5px;width:-webkit-calc(100% - 175px);width:-moz-calc(100% - 175px);width:calc(100% - 175px); }

.yccmp-search .yccmp-search-input {
    float: left;
   width:calc(100% - 50px);
    box-sizing: border-box;
    font-size: 14px;
    padding: 0px  10px;
    height: 30px;
    line-height: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: none;
    border: 2px solid #4284d9;
    outline: 0;
    border-right: 0;
}
.yccmp-search .yccmp-search-btn {
    width: 50px;
    height: 30px;
    float: left;
    border: none;
    box-sizing: border-box;
    background: #4284d9;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
}








.logo{width:100%;padding:10px 0px; height:60px;}
.logol{ float:left}
.logol img{width:80px}
.logor{ float:right; margin-top:5px; }
.menuBtn{position:relative;z-index:1249;float:right;margin-top:3px;width:30px;height:30px;/* padding:7px; */cursor:pointer;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;}
.menuBtn b{display:block;height:3px;background-color:#161616;margin:3px 0 5px;border-radius:2px;transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;}
.menuBtn.open b{background-color:#fff;display:none;margin:0;position:absolute;/* left:10px; */top:50%;width:30px;}
.menuBtn.open b:first-child{display:block;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg)}
.menuBtn.open b:last-child{display:block;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}


.caidan{position:fixed;top:0px;width:100%;right:-200%;bottom:0;overflow:hidden;overflow-y:auto;background-color:rgba(0,0,0,.92); z-index:1022; font-size:16px}
.caidan li.yj2{position:relative; padding:8px 0px}
.caidan li.yj{position:relative; padding:8px 0px}
.caidan li a{ color:#FFF}
.caidan ul{margin:20px}
.caidan .sub{z-index:99;display:none;line-height:36px; font-size:14px }
.caidan .sub a{padding-left:20px}
.caidan .sub a:hover{background-color:#666}
.caidan .sub.show {
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
    border-radius: 0;
    margin: 0;margin-top:5px;
}




.caidan  .explose {
    position: absolute;width:30px;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    z-index: 9; 
}
.caidan  .explose i.icon{width:30px;height: 30px;
  
background:url(../images/cdjt.png) no-repeat  center;background-size:20px 20px;display: block;
}


.caidan  .explose i.icon-arrow-up{width:30px;height: 30px;
  
background:url(../images/cdjt2.png) no-repeat  center;background-size:20px 20px;display: block;
}


.open{ overflow:hidden}



.ycc-browser {
	width:100%;
	height:80px;
	background-color:#e0f3f7;
	text-align:center;
	display:none
}
.ycc-browser .ycc-browser-tip {
	display:inline-block;
	height:19px;
	font-size:14px;
	color:#333;
	vertical-align:top;
	margin-top:30px;
	margin-right:20px
}
.ycc-browser .ycc-browser-chrome-box,.ycc-browser .ycc-browser-firefox-box {
	display:inline-block;
	vertical-align:top;
	margin-top:14px;
	text-align:center
}
.ycc-browser .ycc-browser-chrome-box>em,.ycc-browser .ycc-browser-firefox-box>em {
	display:inline-block;
	width:40px;
	height:40px;
	background:url(//static1.bitautoimg.com/yc-pc/bitautoPC/static/images/sprites-top.png) -70px -75px no-repeat
}
.ycc-browser .ycc-browser-chrome-box span,.ycc-browser .ycc-browser-firefox-box span {
	display:block;
	height:20px;
	font-size:14px;
	line-height:20px;
	color:#666
}
.ycc-browser .ycc-browser-firefox-box {
	margin-left:15px
}
.ycc-browser .ycc-browser-firefox-box em {
	background:url(//static1.bitautoimg.com/yc-pc/bitautoPC/static/images/sprites-top.png) 0 -126px no-repeat
}


.ycc-s-fr {
    float: right;
}
.ycc-nav {
	height:40px;
	width:1200px;
	margin:0 auto
}
.ycc-nav .ycc-city-container {
	position:relative
}
.ycc-nav .ycc-city-container .ycc-city-icon {
	float:left;
	width:10px;
	height:14px;
	margin-top:3px;
	background:url(//static1.bitautoimg.com/yc-pc/bitautoPC/static/images/sprites-top.png) -130px -75px no-repeat
}
.ycc-nav .ycc-city-container .ycc-local_top {
	margin-left:5px
}
.ycc-nav .ycc-city-container .ycc-nav-city-container {
	position:absolute;
	z-index:201;
	left:-180px
}
.ycc-nav .ycc-mapsite {
	width:370px;
	padding:0;
	top:40px;
	right:-50px;
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	box-shadow:0 1px 5px rgba(0,0,0,.2);
	font-size:14px;
	z-index:201
}
.ycc-nav .ycc-mapsite>dt {
	overflow:hidden;
	clear:both;
	padding:20px 0 15px 20px;
	line-height:normal;
	font-weight:700
}
.ycc-nav .ycc-mapsite>dd {
	float:left;
	line-height:20px;
	white-space:nowrap;
	margin:0 0 10px;
	padding:0 20px
}
.ycc-nav .ycc-popup-r-tit {
	font-size:12px!important
}
.ycc-nav .ycc-bitweb,.ycc-nav .ycc-mid-nav>ul {
	font-size:0;
	line-height:0
}
.ycc-nav .ycc-bitweb>li,.ycc-nav .ycc-mid-nav>ul>li {
	position:relative;
	float:left;
	height:40px;
	padding:10px;
	font-size:0
}
.ycc-nav .ycc-bitweb>li>a,.ycc-nav .ycc-mid-nav>ul>li>a {
	display:inline-block;
	line-height:20px;
	font-size:14px;
	color:#333
}
.ycc-nav .ycc-bitweb>li>a:hover,.ycc-nav .ycc-mid-nav>ul>li>a:hover {
	color:#4284d9
}
.ycc-nav .ycc-mid-ul-list>li:last-child:before {
	height:0
}
.ycc-nav .ycc-mid-ul-list>li>a {
	margin-top:2px
}
.ycc-nav .ycc-popup-wrap a {
	font-size:14px;
	color:#333
}
.ycc-nav .ycc-bitweb>li:before {
	content:'';
	position:absolute;
	right:0;
	top:13px;
	width:1px;
	height:14px;
	background:#ccc
}
.ycc-nav .ycc-bitweb .ycc-ad120x30:before,.ycc-nav .ycc-bitweb .ycc-local-market:before {
	height:0
}
.ycc-nav .ycc-ad120x30 {
	max-width:120px;
	overflow:hidden;
	padding-top:7px!important
}
.ycc-nav .ycc-login-box.hide-line::before,.ycc-nav .ycc-logined-box.hide-line::before,.ycc-nav .ycc-popup-wrap {
	display:none
}
.ycc-nav .ycc-popup-wrap a:hover {
	color:#4284d9;
	background:#f7f7f7
}
.ycc-nav li.ycc-popup-box>a {
	padding:0 13px 0 0;
	position:relative
}
.ycc-nav .ycc-popup-box:hover .ycc-popup-wrap {
	display:block
}
.ycc-nav .ycc-logined-box:hover>em,.ycc-nav li.ycc-popup-box:hover>a>em {
	transition:transform .2s;
	transform:rotate(180deg)
}
.ycc-nav li.ycc-popup-box>a>em {
	position:absolute;
	width:8px;
	height:5px;
	right:0;
	top:8px;
	overflow:hidden;
	transition:transform .4s;
	background:url(//static1.bitautoimg.com/yc-pc/bitautoPC/static/images/sprites-top.png) -164px -66px no-repeat
}
.ycc-nav .ycc-app-list {
	position:absolute;
	z-index:100;
	min-width:120px;
	top:40px;
	right:0;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 1px 5px 0 rgba(0,0,0,.2)
}
.ycc-nav .ycc-app-list>a {
	padding:0 15px;
	display:block;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #e1e1e1
}
.ycc-nav .ycc-app-list>a:last-child {
	border-bottom:0
}
.ycc-nav .ycc-app-list>a.ycc-app-img-wrap {
	height:70px;
	padding-top:10px
}
.ycc-nav .ycc-app-list>a.ycc-app-img-wrap>img,.ycc-nav .ycc-logined-box>img {
	display:inline-block;
	vertical-align:top
}
.ycc-nav .ycc-app-list>a.ycc-app-img-wrap .ycc-app-img-wrap-r {
	display:inline-block;
	vertical-align:top;
	font-size:0
}
.ycc-nav .ycc-app-list>a.ycc-app-img-wrap .ycc-app-img-wrap-r p {
	font-size:14px;
	color:#333;
	line-height:20px;
	margin-bottom:4
}
.ycc-nav .ycc-app-list>a.ycc-app-img-wrap .ycc-app-img-wrap-r span {
	font-size:12px;
	color:#999;
	line-height:20px;
	font-style:normal
}
.ycc-nav .ycc-mid-nav-box {
	width:185px
}
.ycc-nav .ycc-login-box,.ycc-nav .ycc-logined-box {
	position:relative;
	margin-top:11px;
	padding:0 8px;
	line-height:0
}
.ycc-nav .ycc-login-box a{
	padding:0 8px;
}

.ycc-nav .ycc-login-box::after {
	right:0
}
.ycc-nav .ycc-login-box .ycc-login-btn {
	display:inline-block;
	text-align:center;
	border-radius:2px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#fff;
	background:#4284d9;padding-right:10px; padding-left:10px;
}
.ycc-nav .ycc-login-box .ycc-login-register,.ycc-nav .ycc-logined-box .ycc-user-name {
	display:inline-block;
	font-size:12px;
	line-height:20px;
	color:#333
}
.ycc-aside .ycc-aside-navtool-box li a:hover,.ycc-nav .ycc-login-box .ycc-login-register:hover,.ycc-nav .ycc-logined-box:hover .ycc-user-name {
	color:#4284d9
}
.ycc-nav .ycc-logined-box {
	cursor:pointer;
	margin-top:10px;
	padding:0 20px 0 10px
}
.ycc-nav .ycc-login-box::after,.ycc-nav .ycc-logined-box::after,.ycc-nav .ycc-logined-box::before {
	content:'';
	position:absolute;
	top:4px;
	width:1px;
	height:14px;
	background:#ccc
}
.ycc-nav .ycc-logined-box::before {
	left:0
}
.ycc-nav .ycc-logined-box::after {
	right:0
}
.ycc-nav .ycc-logined-box>img {
	margin-top:2px;
	width:18px;
	height:18px;
	border-radius:50%
}
.ycc-nav .ycc-logined-box .ycc-user-name {
	margin-top:3px;
	margin-left:4px;
	vertical-align:top;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:18px;
	max-width:116px
}
.ycc-nav .ycc-logined-box em {
	position:absolute;
	width:8px;
	height:5px;
	right:8px;
	top:9px;
	overflow:hidden;
	transition:transform .4s;
	background:url(//static1.bitautoimg.com/yc-pc/bitautoPC/static/images/sprites-top.png) -164px -66px no-repeat
}
.ycc-nav .ycc-logined-box .ycc-msg-point {
	display:none;
	position:absolute;
	background-color:#4284d9;
	top:0;
	left:24px;
	width:6px;
	height:6px;
	border-radius:50%
}
.ycc-nav .ycc-logined-box .ycc-msg-box {
	top:22px
}
.ycc-nav .ycc-logined-box .ycc-msg-box a {
	text-align:center
}



.logo-search-box {
    padding: 15px 0;
    height: auto; overflow:hidden
}

.logo-search-box .ls-logo-box {
    padding-top: 5px; float:left
}

.logo-search-box .ls-wz-box{ height:55px; line-height:55px; overflow:hidden; margin-left:30px; float:left}


.logo-search-box .ls-logo-box a.lo {
    width: 135px;
    height: 51px;
    background: url(../images/logo.png) left center no-repeat;
    vertical-align: middle; display:block; background-size:135px 51px ;
}


.yccmp-search-box {
    height: 44px;
    z-index: 50;    position: relative; float:right
}
.yccmp-search-box .yccmp-search-warp .yccmp-search-input {
    float: left;
    width: 310px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 0 10px 21px;
    height: 44px;
    line-height: 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: none;
    border: 2px solid #4284d9;
    outline: 0;
    border-right: 0;
}
.yccmp-search-box .yccmp-search-warp .yccmp-search-btn {
    width: 110px;
    height: 44px;
    float: left;
    border: none;
    box-sizing: border-box;
    background: #4284d9;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
}

.dh-header-main-nav {    border-top: 2px solid #4284d9;
	margin-bottom:10px;
	height:50px;
background: #f7f9fa;
    box-shadow: 0 2px 3px #ddd;
}
.dh-header-main-nav .dh-container {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}
.dh-header-main-nav .dh-container .dh-auto {
	width:100%;
	padding-right:0;
	z-index:11;
	float:left;
	position:relative;
	min-height:1px;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified {
	display:table;
	white-space:nowrap;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified li {
	height:50px;
	display:table-cell;
	float:none;
	text-align:center;
	vertical-align:middle;
	position:relative; 
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified li:hover,.dh-header-main-nav .dh-container .dh-auto .dh-list-left li:hover {
	background:#246dcb;color:#fff;
}

.dh-header-main-nav .dh-container .dh-auto .dh-list-justified li:hover a{
color:#fff;
}


.dh-header-main-nav .dh-container .dh-auto .dh-list-justified li:hover .dh-select {
	color:red;
	transition:transform .2s;
	transform:rotate(180deg);
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified li a,.dh-header-main-nav .dh-container .dh-auto .dh-list-left li a {
	position:relative;
	display:block;
	font-size:18px;
	line-height:50px;
	    color: #000;
	text-align:center;
	height:50px;
	text-decoration:none;padding-left:20px; padding-right:20px;
}


.dh-header-main-nav .dh-container .dh-auto .dh-list-justified .drop-layer {
	display:none;
	top:50px;
	right:0;
	left:auto;
	box-shadow:none;
	background:#246dcb;
	width:100%;
	position:absolute;
	z-index:10;
	overflow-x:hidden;
	overflow-y:auto; color:#fff;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified .drop-layer a {
	overflow:hidden;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified .drop-layer a:hover,.dh-header-main-nav .dh-container .dh-auto .dh-list-left .drop-layer a:hover {
	background:#1d5eb1;color:#fff;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified .drop-layer a .dh-line {
	position:absolute;
	width:80%;
	height:1px;
	bottom:0;
	left:10%;
	background:#3a84e2;color:#fff;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left {
	width:100%;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left li {
	height:50px;
	position:relative;
	float:left;
	text-align:center;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left li:hover .dh-select {
	color:red;
	transition:transform .2s;
	transform:rotate(180deg);
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left li a {
	padding:0 15px;
	overflow:hidden;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left li .dh-sell {
	width:74px;
	top:11px;
}
.dh-hides,.dh-toheight {
	display:none;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left .dh-active {
	border-top:4px solid #4284d9;
	line-height:43px;
	color:#333;
	background-color:#fff;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left .drop-layer {
	display:none;
	top:50px;
	right:0;
	left:auto;
	box-shadow:none;
	background:#246dcb;
	width:100%;
	position:absolute;
	z-index:10;color:#fff;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-justified .drop-layer a,.dh-header-main-nav .dh-container .dh-auto .dh-list-left .drop-layer a {
	position:relative;
	color:#fff !important;
	font-size:18px;
	height:50px;
	line-height:49px;
	border-bottom:0;
}
.dh-header-main-nav .dh-container .dh-auto .dh-list-left .drop-layer a .dh-line {
	position:absolute;
	width:80%;
	height:1px;
	bottom:0;
	left:10%;
	background:#3a84e2;color:#fff;
}
.dh-sub-hover:hover .drop-layer {
	display:block !important;
}
.dh-navi-new:before {
	position:absolute;
	right:6px;
	top:-3px;
	width:29px;
	height:14px;
	background:url(//image.bitautoimg.com/2016/pc1200/img/pc-new@2x.png) center no-repeat;
	background-size:29px;
	z-index:50;
}
.dh-navi-hot:before {
	position:absolute;
	right:0;
	top:-5px;
	width:33px;
	height:20px;
	background:url(//image.bitautoimg.com/2016/pc1200/img/navi-hot@2x.png) center no-repeat;
	background-size:33px;
	z-index:50;
}
.dh-navi-hot:before,.dh-navi-new:before {
	content:'';
}
.dh-navFix {
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
.dh-toheight {
	width:100%;
	height:50px;
	margin-bottom:20px;
}
.dh-blocks {
	display:block;
}
.jumper input,.page-nation {
	text-align:center;
	padding:20px 0 30px;
}
.menu-template {
	max-width:83px;
	width:83px;
	background:#4284d9;
}
.menu-template a {
	width:83px;
	overflow:hidden;
	height:50px;
	background:#4284d9;
	padding:0;
}
.menu-template img {
	margin-bottom:4px;
	max-width:100%;
	vertical-align:middle;
}
.isDown {
	display:none !important;
}
.disblock {
	display:block !important;
}
.disblockli {
	display:inline-block !important;
}
.padding20 {
	padding:0 20px !important;
}
.area-carmarket-lnk {
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
	height:50px;
	line-height:50px;
	color:#fff}
	
	
	
	
	
	
	
	
	
		.wwpp{ width:98%;margin:0 auto;}
	
	
	
	
	.ycc-footer {
	width:100%;
	position:relative;
	z-index:90;	background:#f7f7f7;
padding: 20px ; text-align: center; margin-top: 5px; 
}




.page-box{
    text-align: center;
    display: inline-block; width:100%;    margin: 8px 0px;
}


.page-box a{
    text-align: center;
    display: inline-block; width:50%; 
}


.page-box .link-btn {
    padding: 0 5px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    background: #f4f4f5;
    margin-left: 3px;line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.page-box .link-btn.active {
    background: #4284d9;
    color: #fff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
address, cite, em, i, var {
    font-style: normal;
}
.ypage{ overflow:hidden}

.ypagez{ }
.ypagey{ }

/*.video-player-box iframe{width:100%; height:auto}*/
.te {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.te-2 {
    -webkit-line-clamp: 2;
}
.te-1 {
    -webkit-line-clamp: 1;
}







.show-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(45,50,55,0.4);
    z-index: 888;
    overflow: hidden;
    height: 100vh; display: none;
}




.shouye-nav-top {
        width: 100%;
        box-sizing: border-box;
    }
    .shouye-nav-top ul {
        list-style: none;
        display: flex;
        width: 100%;
        z-index: 90;
        background-color: #fff; padding: 15px 0px;
    }
    .shouye-nav-top ul li {
       flex: 1;
    }
    .shouye-nav-top ul li .shouye-nav-item img {
       width: 28px;
       height: 28px;
       margin: 0 auto;
       display: block;
    }
    .shouye-nav-top ul li .shouye-nav-item h6 {
        text-align: center;
        font-size: 10px;
        color: #222;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        font-weight: 400;
    }
    .shouye-nav-top ul li .shouye-nav-current img {
        width: 36px;
        height: 36px;
        margin: 5px auto;
        border-radius: 20px;
        display: block;
    }











.shouye-nav-bottom {
        width: 100%;
        height:48px;
        box-sizing: border-box;
    }
    .shouye-nav-bottom ul {
        list-style: none;
        display: flex;
        width: 100%;
        position: fixed;
        z-index: 90;
        bottom: 0;
        left: 0;
        background-color: #F6F8FD;
    }
    .shouye-nav-bottom ul li {
       flex: 1;
    }
    .shouye-nav-bottom ul li .shouye-nav-item img {
       width: 28px;
       height: 28px;
       margin: 0 auto;
       display: block;
    }
    .shouye-nav-bottom ul li .shouye-nav-item h6 {
        text-align: center;
        font-size: 10px;
        color: #222;
        letter-spacing: 0;
        text-align: center;
        line-height: 16px;
        font-weight: 400;
    }
    .shouye-nav-bottom ul li .shouye-nav-current img {
        width: 36px;
        height: 36px;
        margin: 5px auto;
        border-radius: 20px;
        display: block;
    }







.brand-list-wrapper {
	width:100%; position:relative;
}
.brand-index {
	display:inline-block;
	background:#7abaff;
	width:20px;
	position:fixed;
	right:0px;
	top: 55px;
	z-index: 222;
}

.zhidd{top:0px;}

.brand-index .brand-index-item {
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:20px;
	cursor:pointer
}
.brand-index .brand-index-item:hover {
/*	background:#4284d9*/
}

.brand-index .brand-index-item.on {
	background:#4284d9
}


.brand-list-wrapper .brand-list-content {
	width:100%;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:1px solid #e1e1e1;
	border-left:none
}
.brand-list-wrapper .brand-list-content .brand-list {
	position:relative
}
.brand-list-wrapper .brand-list-content .brand-list .brand-list-item .item-letter {
	line-height:40px;
	background:#f7f7f7;
	padding:0 15px;
	font-size:18px;
	font-weight:700;
	color:#333;
	position:-webkit-sticky;
	position:sticky;
	top:0
}
.brand-list-wrapper .brand-list-content .brand-list .brand-list-item .item-brand {
	border-bottom:1px solid #e9e9e9;
	height:50px;
	font-size:14px;
	padding:0 15px;
	cursor:pointer
}
.brand-list-wrapper .brand-list-content .brand-list .brand-list-item .item-brand .brand-icon {
	width:30px;
	height:30px;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle
}
.brand-list-wrapper .brand-list-content .brand-list .brand-list-item .item-brand .brand-name {
	line-height:50px;
	display:inline-block;
	vertical-align:middle;
	max-width:140px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.brand-list-wrapper .brand-list-content .brand-list .brand-list-item .item-brand .brand-discounts {
	width:34px;
	height:17px;
	margin-left:6px
}

.ycc-s-clearfix:after, .ycc-s-clearfix:before {
    content: "";
    visibility: hidden;
    display: block;
}

.ycc-lianjie {
    margin: 0 340px;
}.ycc-lianjie-warp {
    width: 860px!important;
}.ycc-lianjie .ycc-lianjie-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px; overflow:hidden
}.ycc-lianjie .ycc-lianjie-header h2 {
    font-size: 24px;
    line-height: 56px;
    float: left;
    margin-right: 40px;
    color: #333;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}.ycc-lianjie .ycc-lianjie-header h2.ycc-yq-active {
    color: #4284d9;
    border-bottom: 3px solid #4284d9;
}
.ycc-lianjie .ycc-lianjie-content li {
    float: left;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: normal;
    color: #000;
    margin-right: 20px;
    margin-bottom: 15px;
}
.ycc-lianjie .ycc-lianjie-content li a {
    color: #333;
}


.ycc-s-hide {
    display: none;
}

.hides{display:none!important}











.three-car-menu-param {
	z-index:1000;
	position:absolute;
	width:202px;
	background:#ffffff;
	border:1px solid #cccccc;
	box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.2);right:0px;top:300px;
	display:none
}
.three-car-menu-param .three-car-menu-param-header {
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#333333;
	border-bottom:1px solid #e1e1e1;
	padding:0 10px
}
.three-car-menu-param .three-car-menu-param-header .three-car-menu-param-header-arrow {
	display:inline-block;
	margin:0 4px;
	color:#cccccc;
	font-size:12px;
	vertical-align:top
}
.three-car-menu-param .three-car-menu-param-header .level-item {
	cursor:pointer
}
.three-car-menu-param .three-car-menu-param-header .active {
	font-weight:bold
}
.three-car-menu-param .three-car-menu-param-header .nav-cx-item, .three-car-menu-param .three-car-menu-param-header .nav-ck-item {
	display:none
}
.three-car-menu-param .three-car-menu-param-content {
	height:500px;
	position:relative
}
.three-car-menu-param .three-car-menu-param-content .param-content-item {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	background:#ffffff
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand {
	font-size:0
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-index {
	display:inline-block;
	vertical-align:top;
	height:100%;
	width:40px;
	overflow:auto;
	border-right:1px solid #e1e1e1;
	box-sizing:border-box;
	padding-top:6px
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-index .brand-content-index-item {
	font-size:12px;
	color:#666666;
	text-align:center;
	line-height:18px;
	width:18px;
	height:18px;
	margin:4px auto;
	cursor:pointer
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-index .brand-content-index-item.active, .three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-index .brand-content-index-item:hover {
	background:#4284d9;
	border-radius:2px;
	color:#ffffff
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-wrapper {
	display:inline-block;
	vertical-align:top;
	height:100%;
	width:160px;
	overflow:auto
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-wrapper .brand-item {
	width: 100%;
	font-size:14px;
	color:#333333;
	line-height:32px;
	text-align:left;
	padding:0 9px;
	cursor:pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-wrapper .brand-item.active, .three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-brand .brand-content-wrapper .brand-item:hover {
	background:#f9f9f9;
	color:#4284d9
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-cx {
	overflow:auto;
	display:none
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-cx .cx-group {
	border-bottom:1px solid #eee
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-cx .cx-group .cx-group-title {
	padding:8px 9px;
	font-size:14px;
	color:#333333;
	font-weight:bold
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-cx .cx-group .cx-group-content .cx-name-item {
	width:100%;
	font-size:14px;
	color:#333333;
	line-height:32px;
	text-align:left;
	padding:0 9px;
	cursor:pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-cx .cx-group .cx-group-content .cx-name-item:hover {
	background:#f9f9f9;
	color:#4284d9
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-ck {
	overflow-y:scroll;
	display:none
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-ck .ck-group {
	border-bottom:1px solid #eee
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-ck .ck-group .ck-group-title {
	padding:8px 9px;
	font-size:14px;
	color:#333333;
	font-weight:bold
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-ck .ck-group .ck-group-content .ck-name-item {
	font-size:14px;
	color:#333333;
	line-height:32px;
	text-align:left;
	padding:0 9px;
	white-space:nowrap;
	cursor:pointer;
	overflow:hidden;
	text-overflow:ellipsis
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-ck .ck-group .ck-group-content .ck-name-item:hover {
	background:#f9f9f9;
	color:#4284d9
}
.three-car-menu-param .three-car-menu-param-content .three-car-menu-param-content-ck .ck-group .ck-group-content .disabled {
	font-size:14px;
	color:#999999;
	line-height:32px;
	text-align:left;
	padding:0 9px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
#layer-mask {
	display:none;
	width:100%;
	height:100%;
	font-size:14px;
	position: fixed;
	top:0;
	left:0;
	z-index:52;
}
.add-car-inner{ cursor:pointer; color:#36F;display:inline-block; margin-right:10px;}
.dbymsc{color:#ee3e42;margin-left:10px;     border: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
   cursor:pointer; font-weight:700; font-size:20px; padding:0px 20px;height:30px; line-height:30px;display:inline-block;  background:#fff;float:left; margin-top:5px;}



.add-car-inner{display:inline-block; cursor:pointer;
margin-right: 10px;
    width: 80px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #4284d9;
    border-radius: 3px; height:30px; line-height:30px;float:left;}



.dblist{border: 1px solid #0066ff;
    background-color: #fff;
    width:calc(100% - 10px); margin:0px auto;
   
    zoom: 1; margin-bottom:10px;
    

}

.dblist .dbmc {
    height: 38px; line-height:38px;
    background-color: #0066ff; color:#fff;font-weight:bold; padding-left:10px; font-size:20px;


}


.dblb {
    display: block;
    overflow: hidden;
    width: 98%;
    margin: 0 auto; 
}

.dblb li {
    width: 100%;
    float: left;font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

 
.dblb li .scxx {
  float: right;
  font: 22px/16px 'Microsoft YaHei';
  color: #4a4a4a;
  width: 16px;
  height: 16px;
  display: inline;
  overflow: hidden;
}
.dblb li .scxx:hover {
  text-decoration: none;
  background-color: #ebebeb;
}


.dbwb {
  height: 30px;
  margin: 10px;
  display: block; margin-bottom:10px; overflow:hidden
}
.dbwb .ksdb {
  width: 78px;
  height: 28px;
  float: left;
  display: inline;
  line-height: 28px;
  
  
  
  
  
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: #4284d9;
    border-radius: 3px;
  
  
  
  
  
  
  
  
  
  
  
}
 
.dbwb .qkjl {border:1px solid #0066ff;padding:0px 10px;height:28px;line-height:28px;
  float: right;
  display: inline;
  
  color: #0066ff;cursor:pointer
}





.xxk{border-top:2px solid #0066ff;background:#fff}
.xxk ul{height:50px;background:#f7f9fa;box-shadow:0 2px 3px #ddd;overflow:hidden;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling:touch;}
.xxk li{height:50px;line-height:50px;margin-right:2px;background:#f7f9fa;text-align:center;padding:0 12px;cursor:pointer; display:inline-block}
.xxk li.on{background: #0066ff;color:#FFF;}
.xxk li.on a{color:#FFF}



.fasda{ display:none}

.zkggd{text-align:center; cursor:pointer; background:#4284d9;border-radius: 5px;  height:30px; line-height:30px; color:#fff; padding:0px 10px; width:100px; margin:0 auto;margin-top:10px; }

.cll{ color:#ccc}



.cstitle h2{
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px; margin-left:10px; font-weight:bold; cursor: pointer;
}


.cstitle h2 .arrow-icon {
    width: 18px;
    height: 11px;
    display: inline-block;
    background: url(../images/public-2.png) no-repeat center;
    background-size: 12px auto;
    transition: transform .3s ease-in-out;
}
.cstitle h2.on .arrow-icon {
    transform: rotate(180deg);
}



 



#translatediv{ float:right; margin-right:10px; margin-top:5px}

.Laoli-translate-button { position:relative;top:0px!important; z-index:3333}
.Laoli-translate-button #translateBtn {
  border-radius: 100px;
  outline: unset;
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 3px;
  color: #fff;
  cursor: pointer;
}
.Laoli-translate-button #translateBtn img {
  height: 29px;
  width: 29px;
}
.Laoli-translate-button .language-list {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  min-width: 120px;
  background: rgba(10, 10, 10, .6);
  padding: 5px 0
}
.Laoli-translate-button .language-list img {
  display: inline-block;
  vertical-align: text-bottom;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.Laoli-translate-button .language-list a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 10px;
}
.Laoli-translate-button .language-list a:hover {
  background-color: #4f4f4f;
}
