@charset "UTF-8";
/*************===========top==========**************/
.header[data-v-21e81e96] * {
  
}
.header[data-v-21e81e96] nav {
  color: #f3f2f2;
  background: rgba(0, 0, 0, 0.9);
  /*a:focus, */
}
.header[data-v-21e81e96] nav a, .header[data-v-21e81e96] nav a:focus {
  color: #f3f2f2;
}
.header[data-v-21e81e96] nav a.active {
  color: #3897d7;
}
.header[data-v-21e81e96] .navbar-header {
  float: left;
}
.header[data-v-21e81e96] .navbar {
  min-height: 70px;
  border: none;
  margin-bottom: 0;box-shadow:0 3px 3px 1px rgba(0,0,0,.07);
}
@media (min-width:1300px) {
.header[data-v-21e81e96] .navbar-header {
  padding:0 150px 0 0;
}
}
.header[data-v-21e81e96] .navbar-brand {
  /*padding:16px 5px 0;*/
}
.header[data-v-21e81e96] .icon-line {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  cursor: pointer;
}
.header[data-v-21e81e96] .icon-line:after {
  display: block;
  content: '';
  width: 30px;
  height: 20px;
  background: url("../images/header/icon-line.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-line.png") 1x, url("../images/header/icon-line-2x.png") 2x) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header[data-v-21e81e96] .icon-line.closed:after {
  width: 30px;
  height: 30px;
  background: url("../images/header/icon-line-close.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-line-close.png") 1x, url("../images/header/icon-line-close-2x.png") 2x) !important;
}
.header[data-v-21e81e96] .first-menu-box {
  display: none;
}
.header[data-v-21e81e96] .nav-menu.navbar-right {
  float: right;
  margin-top: 8px;
  margin-right: 0;
}
.header[data-v-21e81e96] .nav-menu.navbar-right li {
  float: left;
}
/*隐藏查询优惠入口*/
/*.header[data-v-21e81e96] .nav-menu.navbar-right li:first-child{*/
  /*display:none;*/
/*}*/
.header[data-v-21e81e96] .nav-menu.navbar-right li a {
  padding-left: 10px;
  padding-right: 10px;
}
.header[data-v-21e81e96] .nav-menu .icon-house { /*第一阶段隐藏*/
  display: block;
}
.header[data-v-21e81e96] .nav-menu .icon-house:after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url("../images/header/icon-house.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-house.png") 1x, url("../images/header/icon-house-2x.png") 2x) !important;
}
.header[data-v-21e81e96].white-skin .nav-menu .icon-house:after {
  background: url("../images/header/icon-house-grey.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-house-grey.png") 1x, url("../images/header/icon-house-grey-2x.png") 2x) !important;
}
.header[data-v-21e81e96] .nav-menu .icon-position:after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url("../images/header/icon-position.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-position.png") 1x, url("../images/header/icon-position-2x.png") 2x) !important;
}
.header[data-v-21e81e96].white-skin .nav-menu .icon-position:after {
  background: url("../images/header/icon-position-grey.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-position-grey.png") 1x, url("../images/header/icon-position-2x-grey.png") 2x) !important;
}
.header[data-v-21e81e96] .nav-menu .icon-user {
  display: none;
}
.header[data-v-21e81e96] .nav-menu .icon-user:after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url("../images/header/icon-user.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-user.png") 1x, url("../images/header/icon-user-2x.png") 2x) !important;
}
.header[data-v-21e81e96] .nav-menu .icon-order {
  border: #fff solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 7px;
  margin-left: 10px;
  padding: 7px 10px 7px 40px;
  font-size: 14px;
  background-color: #fff;
  overflow: hidden;
}
.header[data-v-21e81e96] .nav-menu .icon-order span {
  position: relative;
  z-index: 2;
  color: #4c4c4c;
}
.header[data-v-21e81e96] .nav-menu .icon-order i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*@include radius(3px);*/
  opacity: 0;
  background: #3897d7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header[data-v-21e81e96] .nav-menu .icon-order:before {
  display: inline-block;
  content: '';
  width: 30px;
}
.header[data-v-21e81e96] .nav-menu .icon-order:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/header/icon-wheel-gray.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-wheel-gray.png") 1x, url("../images/header/icon-wheel-gray-2x.png") 2x) !important;
}
.header[data-v-21e81e96] .nav-menu .icon-order:hover {
  color: #fff !important;
  border-color: #3897d7;
}
.header[data-v-21e81e96] .nav-menu .icon-order:hover span {
  color: #fff;
}
.header[data-v-21e81e96] .nav-menu .icon-order:hover i {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.header[data-v-21e81e96] .nav-menu .icon-order:hover:after {
  background: url("../images/header/icon-wheel.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-wheel.png") 1x, url("../images/header/icon-wheel-2x.png") 2x) !important;
}
.header[data-v-21e81e96] .nav-menu .icon-logo {
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  padding-right: 0 !important;
}
.header[data-v-21e81e96] .nav-menu .icon-logo:after {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  background: url("../images/header/icon-logo-right.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-logo-right.png") 1x, url("../images/header/icon-logo-right-2x.png") 2x) !important;
}

/*********新加二级菜单**********/
.header[data-v-21e81e96] .nav-menu .second-menu-wrap{
  position: absolute;
  top:65px;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.7);border-top:1px solid #ddd;
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap .border-wrap{
  max-width:1100px;width:95%;margin:0 auto;min-height:460px;position:relative;z-index:1;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap .second-menu{
  font-size: 16px;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap .second-menu li{
  white-space: nowrap;
  padding:15px 15px;
  border-bottom: 1px solid #333;
  opacity:1;
  display:block;
  text-align: left;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap .second-menu li a{
  color:#707070;
}
.header[data-v-21e81e96] .nav-menu li.spread .second-menu-wrap .second-menu li,
.header[data-v-21e81e96] .nav-menu li.spread .second-menu-wrap .second-bar-ul>li{
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity:1\0; /* ie 8/9 */
  filter:alpha(opacity=100)\0;
}

/*车型总览下拉区别于其他*/
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first{
  position:fixed;
  top:70px;
  left:0;
  z-index:1;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .cars-choice{
  position:absolute;left:0;top:0;z-index:11;
  width:350px;background:rgba(0,0,0,.2);
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul{
  position:relative;
  z-index: 2;
  /*border-right:1px solid #333;*/
  /*display:none;*/
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item{
  /*display:none;*/
  height:85px;
  width:100%;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item:hover{
  background:rgba(255,255,255,.3);
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .cars-pic{
  /*display:none;*/
  height:55px;margin:15px 10px 0;
  width:100px;
}
/*每个车的车款对齐方式*/
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.touareg .third-bar-ul{
top:0px;
/* border-top:1px solid #d6d7d7; */
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.sharan .third-bar-ul{
top:0px;
/* border-top:1px solid #d6d7d7; */
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.variant .third-bar-ul{
top:0px;
/* border-top:1px solid #d6d7d7; */
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.tiguan .third-bar-ul{
top:0px;
/* border-top:1px solid #d6d7d7; */
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.beetle .third-bar-ul{
/*top:134px;*/
top:0px;
/* border-top:1px solid #d6d7d7; */
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.multivan .third-bar-ul{
top:0px;
/* border-top:1px solid #d6d7d7; */
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.caravelle .third-bar-ul{
top:0px;
/* border-top:1px solid #d6d7d7; */
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title{
  /*float:left;*/
  border-bottom:1px solid #333;
  border-right:1px solid #333;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  height:100%;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title span{color:#707070;
  top: 50%;
  transform: translateY(-50%);}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item:last-child .second-item-title{
  border-bottom:none;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title:hover span{
  color:#fff!important;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title:hover .cars-title:after{
  opacity:0;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.active .second-item-title span{
  color:#fff!important;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.active .second-item-title .cars-title:after{
  opacity:0;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title .cars-title{
  position:relative;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title .cars-title:after{
  content: '';
  position: absolute;
  width: 2px;
  top: 50%;
  height: 16px;
  background: #3897d7;
  left: -7px;
  transform: translateY(-50%);
  opacity:0
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item:nth-of-type(1) .second-item-title{
  /*border-top:1px solid #333;*/
}



/*三级菜单*/
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .third-bar-ul{
  position: absolute;
  top: 0;
  right: 0;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .third-bar-ul .third-item{
  height:45px;
  display:block;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .third-bar-ul .third-item .third-item-title{
  border-bottom: 1px solid #333;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 250px;
  font-size: 16px;
  height:100%;
  line-height: 45px;
  padding:0 0 0 20px;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .third-bar-ul .third-item .third-item-title span{
  color: #707070;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-title{
  float: left;
  position:relative;
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-pic{
  float: right;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-pic img{
  vertical-align: middle;
  height:44px;
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-title:after{
  content: '';
  position: absolute;
  width: 2px;
  top: 50%;
  height: 16px;
  background: #3897d7;
  left: -7px;
  transform: translateY(-50%);
  opacity:0
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title:hover{
  color:#fff!important;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title:hover .cars-title:after{
  opacity:0;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item.active .third-item-title span{
  color:#fff!important;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item.active .third-item-title .cars-title:after{
  opacity:0;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item:nth-of-type(1) .third-item-title{
  /*border-top: 1px solid #333;*/
}
/*四级菜单显示*/
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .border-wrap{
  overflow: hidden;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification{
  margin:0 0 0 380px;width:auto!important;
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title{overflow: hidden;color:#fff;text-align: center;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li{
  display:inline-block;
  width:33.33%;
  text-align: left;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:last-child{
  width:31%;
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li .border-left{
  padding:0 10px;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li .border-left h2{
  color:#333;font-size:22px;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li .border-left span{
display:inline-block;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-pic{
  margin:15px 0 15px 130px;text-align:right;
  position:relative;z-index:1;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-pic .ga-clicki{
  display:inline-block;border:1px solid #ddd;padding:10px 20px;font-size:16px;color:#333;position:absolute;left:-100px;top:30%;z-index:11;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-pic img{
  width:90%;display:inline-block;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-price{
  font-size: 18px;color:#333;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-title{
  font-size: 14px;color:#333;
}
/*icons*/
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification ol li{display:inline-block;text-align: center;float:left;}

.tool-bar-wrap ol li .icon-spe span,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-spe span{
  position: relative;
  z-index:2;
}
.tool-bar-wrap ol li .icon-spe:hover span,.tool-bar-wrap ol li .icon-spe.active span,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-spe:hover span, .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-spe.active span{
  text-decoration: none;
  color: #000 !important;
  border-color: #fff; }
.tool-bar-wrap ol li .icon-spe:hover:after,.tool-bar-wrap ol li .icon-spe.active:after{
  opacity: 1;
  -webkit-transform: none;
  transform: none; }
.tool-bar-wrap ol li .icon-spe i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-spe i{
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left:15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.tool-bar-wrap ol li .icon-spe.icon-explore i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-explore i{
  background: url(../static/images/homePage/headerNav/icon-explore.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-explore.png) 1x, url(../static/images/homePage/headerNav/icon-explore-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-compare i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-compare i{
  background: url(../static/images/homePage/headerNav/icon-compare.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-compare.png) 1x, url(../static/images/homePage/headerNav/icon-compare-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-deploy i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-deploy i{
  background: url(../static/images/homePage/headerNav/icon-deploy.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-deploy.png) 1x, url(../static/images/homePage/headerNav/icon-deploy-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-order2 i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-order2 i{
  background: url(../static/images/homePage/headerNav/icon-order.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-order.png) 1x, url(../static/images/homePage/headerNav/icon-order-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-explore:hover i,.tool-bar-wrap ol li .icon-spe.icon-explore.active i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-explore:hover i,.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-explore.active i{
  background: url(../static/images/homePage/headerNav/icon-explore-hover.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-explore-hover.png) 1x, url(../static/images/homePage/headerNav/icon-explore-x2-hover.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-compare:hover i,.tool-bar-wrap ol li .icon-spe.icon-compare.active i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-compare:hover i,.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-compare.active i{
  background: url(../static/images/homePage/headerNav/icon-compare-hover.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-compare-hover.png) 1x, url(../static/images/homePage/headerNav/icon-compare-x2-hover.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-deploy:hover i,.tool-bar-wrap ol li .icon-spe.icon-deploy.active i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-deploy:hover i,.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-deploy.active i{
  background: url(../static/images/homePage/headerNav/icon-deploy-hover.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-deploy-hover.png) 1x, url(../static/images/homePage/headerNav/icon-deploy-x2-hover.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-order2:hover i,.tool-bar-wrap ol li .icon-spe.icon-order2.active i,
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-order2:hover i,.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first ol li .icon-order2.active i{
  background: url(../static/images/homePage/headerNav/icon-order-hover.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-order-hover.png) 1x, url(../static/images/homePage/headerNav/icon-order-x2-hover.png) 2x) !important;
}
.car-instruction{
  padding:35px 0;
  margin:0 auto;
  width:80%;
}
/******动效初始*****/
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .animated{animation-duration: .2s;
  animation-fill-mode: both;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul.border-right{
  border-right:1px solid #333;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .third-bar-ul{display:none;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification{display:none;width:100%;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each{display:none;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li{opacity:0;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-pic{opacity:0;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each ol li{opacity:0;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each{padding-top:3%;}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-instruction{visibility: hidden; opacity:0!important;text-align: center;color:#666;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title.active .cars-title{}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first-first{display:block;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item{
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.active .third-bar-ul{display:block;}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.active .third-bar-ul .third-item{
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active .price-title li{
  animation-duration: .6s;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active ol li{
  animation-duration: .6s;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active .price-title li:nth-of-type(odd){
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active .price-title li:nth-of-type(even){
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active .car-specification-pic{
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: .6s;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active .car-specification-pic a,.car-specification-pic-mb a{
  display:inline-block;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active ol li{
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-spe-each.active{
  display:block;
}
.car-instruction.active{
  display:block;

  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title .cars-title{
  display: inline-block;
  line-height: 1.4;
}
.second-bar-ul .car-specification .specification-btn li.bounceInRight{opacity:1;}

@media (min-width:768px){
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification{
    background:url(../static/images/homePage/headerNav/light.png) no-repeat top center;
    background-size:100% auto;
  }
}
@media (min-width:1200px){
  .car-instruction{bottom:-18%;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:last-child .border-left .car-specification-price {
    width:180px;
  }
}
@media (min-width:1400px){
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-pic{width:80%;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item{
    height:85px;
  }
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .third-bar-ul .third-item{height:55px;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .third-bar-ul .third-item .third-item-title{line-height:55px}
  /*每个车的车款对齐方式*/
   .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.touareg .third-bar-ul{
        top:0px;
        /* border-top:1px solid #d6d7d7; */
    }
    .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.sharan .third-bar-ul{
        top:0px;
        /* border-top:1px solid #d6d7d7; */
    }
    .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.variant .third-bar-ul{
        top:0px;
        /* border-top:1px solid #d6d7d7; */
    }
    .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.tiguan .third-bar-ul{
        /*top:219px;*/
        top:0px;
        /* border-top:1px solid #d6d7d7; */
    }
    .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.beetle .third-bar-ul{
        top:0px;
        /* border-top:1px solid #d6d7d7; */
    }
    .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.multivan .third-bar-ul{
        top:0px;
        /* border-top:1px solid #d6d7d7; */
    }
    .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.caravelle .third-bar-ul{
        top:0px;
        /* border-top:1px solid #d6d7d7; */
    }
}
@media (min-width:1560px){
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification>div{width:90%;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-pic{width:80%;}
}
@media (min-width:1024px) and (max-width:1200px){
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title{/*50*/}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .cars-choice{width:350px;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item{/*170*/}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .third-bar-ul .third-item .third-item-title{width:278px;/*340*/}
}
@media (min-width:768px) and (max-width:1024px){
  .car-instruction{width:66%;    bottom: -22%;left: 55%;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .cars-choice{width:295px;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .third-bar-ul{left:110px;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification{margin:0 0 0 310px;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .third-bar-ul .third-item .third-item-title{width:185px;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-title{width:70%;    line-height: 1.4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-pic{width:30%;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-pic{margin:30px auto;    width: 50%;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-pic img{height:22px;}
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-price{font-size:18px;}
  /*.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:nth-of-type(1){width:33.33%;}*/
  /*.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:nth-of-type(2){width:33.33%;}*/
  /*.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:nth-of-type(3){width:33.33%;}*/

  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title .cars-title:after{
    content: '';
    position: absolute;
    width: 2px;
    top: 50%;
    height: 80%;
    background: #3897d7;
    left: -7px;
    transform: translateY(-50%);
    opacity:0
  }
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first  .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-title:after{
    content: '';
    position: absolute;
    width: 2px;
    top: 50%;
    height: 80%;
    background: #3897d7;
    left: -7px;
    transform: translateY(-50%);
    opacity:0
  }
}
@media (max-width:1300px){
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-price{
    font-size:18px;
  }
}
@media (max-width:1190px){
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-price{
    font-size:18px;
  }
  /*.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:nth-of-type(1){*/
    /*width: 33.33%;*/
  /*}*/
  /*.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:nth-of-type(2){*/
    /*width: 33.33%;*/
  /*}*/
  /*.header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .price-title li:nth-of-type(3){*/
    /*width: 33.33%;*/
  /*}*/
}
@media (max-width:1100px) {
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first .car-specification .car-specification-price {
    font-size:18px;
  }
}
/*车型总览下拉区别于其他 end*/




@media (max-width: 767px) {
  .header[data-v-21e81e96] .layer1 {
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
  }
  .header[data-v-21e81e96] .layer1 .tools-menu {
    margin-right: 10px;
  }
  .header[data-v-21e81e96] .navbar {
    min-height: auto;
    background: none;
  }
  .header[data-v-21e81e96] .navbar > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .header[data-v-21e81e96] .navbar-brand {
    padding:20px 5px 0;
  }
  .header[data-v-21e81e96] .navbar-brand img {
    width: 160px;
  }
  .header[data-v-21e81e96] .icon-line {
    margin: 15px 0 15px 2px;
  }
  .header[data-v-21e81e96] .nav-menu-list {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    float: none !important;
    border-top: #eaeaea solid 1px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
  .header[data-v-21e81e96] .nav-menu-list li {
    display: inline-block;
    float: none;
  }
  .header[data-v-21e81e96] .nav-menu-list li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header[data-v-21e81e96] .nav-menu.navbar-right {
    margin-top: 14px;
  }
  .header[data-v-21e81e96] .nav-menu.navbar-right li a {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-order {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /*导航*/
  .tool-bar-wrap{
    background:rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    display: none;
  }
  .tool-bar-wrap .main-bar-mb{
    height:100%;
    position:relative;
    left:0;
    top:-100%;
    transition:all .6s ease;
    z-index: 1000;
  }
  .tool-bar-wrap .main-bar-mb.open{
    /*left:0;*/
    top:0;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb{
    background:#000;
    width: calc(100% - 45px);
    position:relative;
    height:100%;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .nav-main-links{
    height: 100%;
    padding-bottom: 80px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

  }
  .tool-bar-wrap .main-bar-mb.open .nav-mb-close{
    opacity:1; transition:opacity .5s .5s ease;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb-close{
    display:block;
    width:45px;
    height:45px;
    background:url(../static/images/homePage/header/icon-close.png) no-repeat center;
    background-size:cover;
    position:fixed;
    right:0;
    top:0;
    opacity:1;
    transition:opacity .6s ease;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .nav-mb-logo{width:90px;padding:15px;  box-sizing: content-box;}
  .tool-bar-wrap .main-bar-mb .nav-mb .nav-mb-logo img{width:100%;}
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-group{    background: #000;margin-bottom:0;}
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-group .panel+.panel{margin-top:0;}
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-group .panel{background:transparent;border-radius: 0;}
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading{
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background:transparent;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.panel-border-bottom{
    border:1px solid #222;
  }

  .tool-bar-wrap .main-bar-mb .nav-mb .panel-default{
    border:none;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
  }

  .tool-bar-wrap .main-bar-mb .nav-mb .panel-collapse-no .panel-heading{
    border-bottom:1px solid #222;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-collapse>.panel-body{
    border-top: 1px solid #222;
    padding:0;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a{
    width:100%;
    padding: 24px 0;
    color: #707070;
    padding-left:38%;
    display:inline-block;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a span{position:relative;display:inline-block;width:115px;color:#707070;}
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.panel-border-bottom a span{width:auto;}
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon-car span,
  .tool-bar-wrap .main-bar-mb .nav-mb #collapseOne .panel-heading .panel-title a span{display:inline-block;color:#707070;}
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon span:before{
    content:'';
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width:38px;
    height:38px;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon-car span:before{
    background: url(../static/images/homePage/header/icon-car.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-car.png) 1x, url(../static/images/homePage/header/icon-car-x2.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon-calc span:before{
    background: url(../static/images/homePage/header/icon-calc.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-calc.png) 1x, url(../static/images/homePage/header/icon-calc-x2.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon-support span:before{
    background: url(../static/images/homePage/header/icon-support.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-support.png) 1x, url(../static/images/homePage/header/icon-support-x2.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon-search span:before{
    background: url(../static/images/homePage/header/icon-search.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-search.png) 1x, url(../static/images/homePage/header/icon-search-x2.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon-network span:before{
    background: url(../static/images/homePage/header/icon-network.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-network.png) 1x, url(../static/images/homePage/header/icon-network-x2.png) 2x) !important;
  }

  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-car span:before{
    background: url(../static/images/homePage/header/icon-car-hover.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-car-hover.png) 1x, url(../static/images/homePage/header/icon-car-x2-hover.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-calc span:before{
    background: url(../static/images/homePage/header/icon-calc-hover.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-calc-hover.png) 1x, url(../static/images/homePage/header/icon-calc-x2-hover.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-support span:before{
    background: url(../static/images/homePage/header/icon-support-hover.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-support-hover.png) 1x, url(../static/images/homePage/header/icon-support-x2-hover.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-search span:before{
    background: url(../static/images/homePage/header/icon-search-hover.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-search-hover.png) 1x, url(../static/images/homePage/header/icon-search-x2-hover.png) 2x) !important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-network span:before{
    background: url(../static/images/homePage/header/icon-network-hover.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-network-hover.png) 1x, url(../static/images/homePage/header/icon-network-x2-hover.png) 2x) !important;
  }

  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon span:after,
  .tool-bar-wrap .main-bar-mb .nav-mb  #accordion-inner .panel-heading .panel-title a.mb-icon-second span:before{
    content:'';
    position: absolute;
    right: -30px;
    width:20px;
    height:20px;
    background:url(../static/images/homePage/section1/arrow_right.png) center no-repeat;
    background-size:contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition:all .5s ease;
    transition:all .5s ease;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.active .panel-title a span{
    color:#fff!important;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon span:after,
  .tool-bar-wrap .main-bar-mb .nav-mb  #accordion-inner .panel-heading.active .panel-title a.mb-icon-second span:before{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title>a:active,
  .tool-bar-wrap .main-bar-mb .nav-mb .panel-heading .panel-title>a:hover{
    color:#707070!important;
  }

  .tool-bar-wrap .main-bar-mb .nav-mb .nav-other-links{
    width:100%;
    position:absolute;
    bottom:0;
    z-index:99;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .nav-other-links ul li{
    height:80px;
    background: #222;
    text-align: center;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .nav-other-links ul li a{
    height:100%;
    color:rgba(255,255,255,.8);
    display: inline-block;
  }
  .tool-bar-wrap .main-bar-mb .nav-mb .nav-other-links ul li a span{
    display: block;
    width: 30px;
    margin: 10px auto 5px;
  }
  /*二级菜单*/
  .tool-bar-wrap .main-bar-mb .nav-mb  #accordion-inner  .panel{
    border-top:none;

  }
  .tool-bar-wrap .main-bar-mb .nav-mb  #accordion-inner  .panel:last-child{
    border-bottom:none;
  }
  .tool-bar-wrap .main-bar-mb .panel-body .car-specification-mb .car-specification-title{
    padding: 6px 0;
    text-align: center;
    background: #222;
    border-bottom: 1px solid #222;
    color: rgba(255,255,255,.5);
    font-size: 16px;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap{
    padding:30px 25px 20px;
    background:url(../static/images/homePage/headerNav/light.png) no-repeat top center;
    background-size:100% auto;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap ol{padding-left:0;}
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap ol li{text-align: center;}
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap .car-specification-pic-mb{
    width:90%;
    margin:0 auto;
    padding: 25px 0;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap .car-specification-pic-mb img{
    width:100%;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li{
    float: left;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li:nth-of-type(1){
    width:38%;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li:nth-of-type(2){
    width:35%;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li:nth-of-type(3){
    width:27%;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li:nth-of-type(4){
    clear: both;
    margin-top: 10px;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li .border-left{
    border-left:2px solid #3897d7;
    padding:0 5px;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li .border-left span{
    color:#333;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li .border-left .car-specification-price1{
    font-size:18px;color:#333!important;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .price-title-mb li .border-left .car-specification-price2{
    font-size:8px;
  }
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap ol li{display: inline-block;}
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap ol li span{font-size:14px;}
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap ol li .icon-spe{display: inline-block;padding: 5px 15px 5px 45px;margin:10px;}
  .tool-bar-wrap .main-bar-mb .car-specification-mb .car-specification-mb-wrap ol li .icon-spe i{width:20px;height:20px;}

  .header[data-v-21e81e96] .nav-menu .icon-house:after, .header[data-v-21e81e96] .nav-menu .icon-position:after{
    width:30px;
    height:30px;
    background-size:170%;
    background-position:center;
  }
  .header[data-v-21e81e96].white-skin .nav-menu .icon-house:after, .header[data-v-21e81e96].white-skin .nav-menu .icon-position:after{
    width:30px;
    height:30px;
    background-size:170%;
    background-position:center;
  }

}

/*-------------- 992 pad*/
@media all and (max-width: 992px){
  .header[data-v-21e81e96] .nav-menu .icon-house:after, .header[data-v-21e81e96] .nav-menu .icon-position:after{
    background-size:170%;
    background-position:center;
  }
  .header[data-v-21e81e96].white-skin .nav-menu .icon-house:after, .header[data-v-21e81e96].white-skin .nav-menu .icon-position:after{
    background-size:170%;
    background-position:center;
  }
}
@media (max-width: 480px) {
  .header[data-v-21e81e96] .navbar-brand {
    padding:9px 5px 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .header[data-v-21e81e96] .navbar-brand img {
    width:130px;
  }
  .header[data-v-21e81e96] .icon-line {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .header[data-v-21e81e96] .icon-line:after {
    width: 20px;
    height: 13px;
  }
  .header[data-v-21e81e96] .icon-line.closed:after {
    width: 20px;
    height: 20px;
    background: url("../images/header/icon-line-close-pc.png") center no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(url("../images/header/icon-line-close-pc.png") 1x, url("../images/header/icon-line-close-pc-2x.png") 2x) !important;
  }
  .header[data-v-21e81e96] .nav-menu .icon-user:after {
    width: 20px;
    height: 20px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-order {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 6px;
    margin-left: 4px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-order:before {
    width: 20px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-order:after {
    width: 17px;
    height: 17px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-logo {
    margin-top: 9px;
    margin-left: 4px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-logo:after {
    width: 24px;
    height: 24px;
  }
  .header[data-v-21e81e96] .nav-menu.navbar-right {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .header[data-v-21e81e96] .nav-menu-list li a {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width:375px){
  .tool-bar-wrap .main-bar-mb .nav-mb{
    width: calc(100% - 30px);
  }
  .tool-bar-wrap .main-bar-mb .nav-mb-close{
    width:30px;
    height:30px;
  }
}
@media (min-width: 768px) {
  .header[data-v-21e81e96] .navbar-brand {
    padding-top: 8px;
  }
  .header[data-v-21e81e96] .navbar-brand img {
    width: 180px;
  }
  .header[data-v-21e81e96] .icon-line:after {
    width: 20px;
    height: 16px;
    background: url("../images/header/icon-line-pc.png") center no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(url("../images/header/icon-line-pc.png") 1x, url("../images/header/icon-line-pc-2x.png") 2x) !important;
  }
  .header[data-v-21e81e96] .icon-line.closed:after {
    width: 20px;
    height: 20px;
    background: url("../images/header/icon-line-close-pc.png") center no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(url("../images/header/icon-line-close-pc.png") 1x, url("../images/header/icon-line-close-pc-2x.png") 2x) !important;
  }
  .header[data-v-21e81e96] .nav-menu {
    margin-top: 6px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-house, .header[data-v-21e81e96] .nav-menu .icon-position{
    width:70px;
    height:60px;
    padding:0;
  }
  .header[data-v-21e81e96] .nav-menu.navbar-right li a.icon-house, .header[data-v-21e81e96] .nav-menu.navbar-right li a.icon-position{
    padding:0;
  }
  .header[data-v-21e81e96] .nav-menu .icon-house:after, .header[data-v-21e81e96] .nav-menu .icon-position:after, .header[data-v-21e81e96] .nav-menu .icon-user:after {
    width: 100%;
    height: 100%;
  }
  .header[data-v-21e81e96] .nav-menu .icon-order {
    margin-top: 8px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-order:before {
    width: 24px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-order:after {
    width: 18px;
    height: 18px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-logo {
    margin-top: 7px;
  }
  .header[data-v-21e81e96] .nav-menu .icon-logo:after {
    width: 37px;
    height: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header[data-v-21e81e96] .nav-menu-list {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    float: none !important;
    border-top: #eaeaea solid 1px;
    text-align: center;
  }
  .header[data-v-21e81e96] .nav-menu .icon-house:after, .header[data-v-21e81e96] .nav-menu .icon-position{
    width:45px;
    height:45px;
    padding:0;
    margin-top:10px;
  }
  .header[data-v-21e81e96] .nav-menu-list li {
    display: inline-block;
    float: none;
  }
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap{
    top:50px;
  }
  .header[data-v-21e81e96] .nav-menu .second-menu-wrap-first{
    top:120px;
  }
}
@media (min-width: 992px) {
  .header[data-v-21e81e96] .nav-menu .icon-house:hover:after{
    background-image: url("../images/header/icon-house-hover.png");
    background-image: -webkit-image-set(url("../images/header/icon-house-hover.png") 1x, url("../images/header/icon-house-2x-hover.png") 2x) !important;
  }
  .header[data-v-21e81e96].white-skin .nav-menu .icon-house:hover:after {
    background: url("../images/header/icon-house-grey-hover.png") center no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(url("../images/header/icon-house-grey-hover.png") 1x, url("../images/header/icon-house-grey-2x-hover.png") 2x) !important;
  }
  .header[data-v-21e81e96] .nav-menu .icon-position:hover:after{
    background-image: url("../images/header/icon-position-hover.png");
    background-image: -webkit-image-set(url("../images/header/icon-position-hover.png") 1x, url("../images/header/icon-position-2x-hover.png") 2x) !important;
  }
  .header.skin-white[data-v-21e81e96] .nav-menu .icon-position:hover:after {
    background-image: url("../images/header/icon-position-black-hover.png");
    background-image: -webkit-image-set(url("../images/header/icon-position-black-hover.png") 1x, url("../images/header/icon-position-2x-black-hover.html") 2x) !important;
  }
  .header[data-v-21e81e96] .nav-menu .icon-user:hover:after, .header.skin-white[data-v-21e81e96] .nav-menu .icon-user:hover:after {
    background-image: url("../images/header/icon-user-hover.png");
    background-image: -webkit-image-set(url("../images/header/icon-user-hover.png") 1x, url("../images/header/icon-user-2x-hover.png") 2x) !important;
  }
  .header[data-v-21e81e96].white-skin .nav-menu .icon-position:hover:after {
    background: url("../images/header/icon-position-2x-hover.png") center no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(url("../images/header/icon-position-2x-hover.png") 1x, url("../images/header/icon-position-2x-hover.png") 2x) !important;
  }

}
@media (min-width: 1024px) {
  /*三明治导航打开时的状态*/
  .header[data-v-21e81e96] .first-menu-box.sandwich-active {
    clear: both;
    padding-left: 166px;
    border-top: #eaeaea solid 1px;
    overflow: hidden;
  }
  .header[data-v-21e81e96] .first-menu-box.sandwich-active .nav-menu-list {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header[data-v-21e81e96] .first-menu-box.sandwich-active .nav-menu-list li {
    display: inline-block;
  }
  .navbar-nav>li>a{padding-top: 20px; padding-bottom:25px;} /*25*/
}
/*白肤色*/
.header.skin-white[data-v-21e81e96] nav {
  background: white;
}
.header.skin-white[data-v-21e81e96] nav a {
  color: #1e201f;
}
.header.skin-white[data-v-21e81e96] .layer1 .icon-line {
  display: none;
}
.header.skin-white[data-v-21e81e96] .nav-menu .icon-house:after {
  background: url("../images/header/icon-house-black.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-house-black.png") 1x, url("../images/header/icon-house-2x-black.png") 2x) !important;
}
.header.skin-white[data-v-21e81e96] .nav-menu .icon-position:after {
  background: url("../images/header/icon-position-black.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-position-black.png") 1x, url("../images/header/icon-position-2x-black.png") 2x) !important;
}
.header.skin-white[data-v-21e81e96] .nav-menu .icon-user:after {
  background: url("../images/header/icon-user-black.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-user-black.png") 1x, url("../images/header/icon-user-2x-black.png") 2x) !important;
}
.header.skin-white[data-v-21e81e96] .nav-menu .icon-order {
  background: #1e201f;
}
.header.skin-white[data-v-21e81e96] .nav-menu .icon-order span {
  color: #fff;
}
.header.skin-white[data-v-21e81e96] .nav-menu .icon-order:after {
  background: url("../images/header/icon-wheel.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-wheel.png") 1x, url("../images/header/icon-wheel-2x.png") 2x) !important;
}
.header.skin-white[data-v-21e81e96] .nav-menu .icon-logo:after {
  background: url("../images/header/icon-logo-right-black.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-logo-right-black.png") 1x, url("../images/header/icon-logo-right-2x-black.png") 2x) !important;
}

@media (max-width: 767px) {
  .header.skin-white[data-v-21e81e96] .layer1 {
    background: white;
  }
  .header.skin-white[data-v-21e81e96] .nav-menu-list {
    background: rgba(255, 255, 255, 0.3);
  }

}
/*************===========footer==========**************/
.footer[data-v-212122d6] .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background-color: #000;
}
.footer[data-v-212122d6] .container-fluid .line, .footer[data-v-212122d6] .container-fluid a {
  color: #fff;
}
.footer[data-v-212122d6] .container-fluid .line {
  position: relative;
  top: -1px;
}
.footer[data-v-212122d6] .container-fluid a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.footer[data-v-212122d6] .container-fluid .list {
  font-size: 18px;
}
.footer[data-v-212122d6] .container-fluid .trade-mark, .footer[data-v-212122d6] .container-fluid .copyright {
  font-size: 12px;
}
.footer[data-v-212122d6] .container-fluid .trade-mark {
  margin-top: 5px;
}
.footer[data-v-212122d6] .container-fluid .trade-mark a {
  margin-left: 10px;
  margin-right: 10px;
}
.footer[data-v-212122d6] .container-fluid .copyright a {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .footer[data-v-212122d6] .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer[data-v-212122d6] .container-fluid a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer[data-v-212122d6] .container-fluid .trade-mark a {
    margin-left: 20px;
    margin-right: 20px;
  }

}
@media (max-width: 768px){
  .header[data-v-21e81e96] .nav-menu .icon-house, .header[data-v-21e81e96] .nav-menu .icon-position{
    width:30px;
    height:30px;
    padding:0;
    margin-top:10px;
  }
}
/*************===========金融计算器==========**************/
/*box wrap*/
.computed-wrap-box[data-v-f412c27a] {
  margin-bottom: 20px;
  padding: 35px 40px 25px;
  background-color: #fff;
  /*.computed-wrap:after {
    clear: both;
    height: 0;
    overflow: hidden;
  }*/
}
.computed-wrap-box[data-v-f412c27a] * {
  color: #000;
}
.computed-wrap-box[data-v-f412c27a] h4 {
  margin-bottom: 20px;
  font-size: 24px;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown {
  margin-bottom: 25px;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown * {
  font-size: 12px;
  color: #000;
  letter-spacing: 0;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown button.dropdown-toggle {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-align: left;
  border: none;
  background-color: #f5f5f5;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown button.dropdown-toggle i {
  display: block;
  position: relative;
  float: right;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown button.dropdown-toggle i span.caret {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-width: 6px;
  color: #3897d7;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown .dropdown-menu {
  min-width: 100%;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap button {
  height: 50px;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  background-color: #4ca1db;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap input {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 4px !important;
  box-shadow: none;
  background-color: #f5f5f5;
}
.computed-wrap-box[data-v-f412c27a] .form-wrap input:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap {
  /*overflow: auto;*/
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left {
  height: 270px;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #eef0f1;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .total {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 10px;
  padding-left: 35px;
  padding-right: 15px;
  line-height: 32px;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .total span {
  font-size: 32px;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .side-right .sum {
  padding-left: 20px;
  line-height: 50px;
  border-bottom: #eef0f1 solid 1px;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .side-right .sum span {
  font-size: 32px;
  color: #3897d7;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .side-right .sum.none-line {
  border-bottom: none;
}
.computed-wrap-box[data-v-f412c27a] .computed-wrap .side-right .down-payment-percent {
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.computed-wrap-box[data-v-f412c27a] .submit-wrap {
  margin: 35px 0 0;
  padding-top: 25px;
  border-top: #eef0f1 solid 1px;
}
.computed-wrap-box[data-v-f412c27a] .submit-wrap .side-left {
  padding-top: 5px;
  padding-left: 30px;
}
.computed-wrap-box[data-v-f412c27a] .submit-wrap .side-left p {
  color: #cdcdce;
}
.computed-wrap-box[data-v-f412c27a] .submit-wrap .side-right {
  padding-right: 15px;
  text-align: right;
  line-height: 50px;
  letter-spacing: 2px;
  font-size: 16px;
}
.computed-wrap-box[data-v-f412c27a] .submit-wrap .side-right span {
  position: relative;
  top: 2px;
  margin-right: 5px;
  cursor: pointer;
}

@media (max-width: 767px) {
  /*box wrap*/
  .computed-wrap-box[data-v-f412c27a] {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 15px;
    /*form*/
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left {
    height: auto;
    margin-bottom: 30px;
    border-bottom: #eff1f0 solid 1px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left .total {
    position: relative;
    padding: 10px 0 10px 20px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left:after {
    display: none;
  }
  .computed-wrap-box[data-v-f412c27a] .submit-wrap {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
  .computed-wrap-box[data-v-f412c27a] .submit-wrap .side-left {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .computed-wrap-box[data-v-f412c27a] .submit-wrap .side-right {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .computed-wrap-box[data-v-f412c27a] .submit-wrap .side-right > div {
    text-align: center;
  }
  .computed-wrap-box[data-v-f412c27a] .submit-wrap .side-right > div span {
    position: absolute;
    padding-right: 15px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown {
    margin-bottom: 15px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap button {
    width: 55%;
    max-width: 200px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  /*box wrap*/
  .computed-wrap-box[data-v-f412c27a] {
    /*form*/
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left {
    margin-bottom: 15px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left h4 {
    font-size: 16px;
    font-weight: bold;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left .total {
    padding: 5px 0 0 10px;
    font-size: 12px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-left .total span {
    font-size: 18px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-right .sum {
    padding-left: 10px;
    font-size: 12px;
    line-height: 40px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .side-right .sum span {
    font-size: 18px;
  }
  .computed-wrap-box[data-v-f412c27a] .submit-wrap .side-left p {
    font-size: 12px;
  }
  .computed-wrap-box[data-v-f412c27a] .submit-wrap .side-right > div span {
    padding-right: 5px;
    font-size: 12px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown {
    margin-bottom: 10px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap .dropdown button.dropdown-toggle {
    padding-left: 10px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap input::-ms-clear {
    display: none;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap input:-moz-placeholder {
    font-size: 12px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap input::-moz-placeholder {
    font-size: 12px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap input:-ms-input-placeholder {
    font-size: 12px;
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap button {
    width: 40%;
    height: 30px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /*box wrap*/
  .computed-wrap-box[data-v-f412c27a] {
    padding: 25px 20px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .total span {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  /*box wrap*/
  .computed-wrap-box[data-v-f412c27a] {
    padding: 35px 40px 25px;
  }
  .computed-wrap-box[data-v-f412c27a] .computed-wrap .total span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .computed-wrap-box[data-v-f412c27a] {
    /*form*/
  }
  .computed-wrap-box[data-v-f412c27a] .form-wrap button {
    width: 220px;
  }
}
/*************===========预约试驾==========**************/
/*box wrap*/
.test-drive-wrap[data-v-7a76cb17] {
  /*margin-top: 20px;*/
  margin-bottom: 55px;
  padding: 35px 40px 25px;
  background-color: #fff;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap button {
  width: 100%;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown {
  margin-bottom: 0;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown * {
  font-size: 16px;
  color: #000;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown button.dropdown-toggle {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  text-align: left;
  border: none;
  background-color: #f5f5f5;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown button.dropdown-toggle i {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  /*float: right;*/
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -9px;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown button.dropdown-toggle i span.caret {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-width: 6px;
  color: #3897d7;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown .dropdown-menu {
  min-width: 100%;
  max-height: 215px;
  overflow: auto;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap button {
  height: 50px;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  background-color: #4ca1db;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap input {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 4px !important;
  box-shadow: none;
  background-color: #f5f5f5;
}
.test-drive-wrap[data-v-7a76cb17] .form-wrap input:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.test-drive-wrap[data-v-7a76cb17] * {
  color: #000;
}
.test-drive-wrap[data-v-7a76cb17] button, .test-drive-wrap[data-v-7a76cb17] input {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.test-drive-wrap[data-v-7a76cb17] .dropdown {
  margin-bottom: 0;
}
.test-drive-wrap[data-v-7a76cb17] .side-left h4 {
  margin-top: 10px;
  font-size: 24px;
}
.test-drive-wrap[data-v-7a76cb17] .side-center {
  padding-left: 0;
}
.test-drive-wrap[data-v-7a76cb17] .side-center .province-wrap button {
  border-radius: 4px;
}
.test-drive-wrap[data-v-7a76cb17] .side-center .city-wrap button {
  border-radius: 4px;
}
.test-drive-wrap[data-v-7a76cb17] .side-center .city-wrap:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  z-index: 2;
  background-color: #5c6d7f;
  opacity:0;
  filter:alpha(opacity=0);
}
.test-drive-wrap[data-v-7a76cb17] .side-center .name-wrap, .test-drive-wrap[data-v-7a76cb17] .side-center .tel-wrap {
  /*padding-left: 7px;*/
}
.test-drive-wrap[data-v-7a76cb17] .side-center .policy {
  clear: both;
  padding-top: 8px;
}
.test-drive-wrap[data-v-7a76cb17] .side-center .policy span {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border: #cfcfcf solid 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.test-drive-wrap[data-v-7a76cb17] .side-center .policy span.active:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /*background-color: #4ca1db;*/
}
.test-drive-wrap[data-v-7a76cb17] .side-center .policy a {
  text-decoration: underline;
}
.test-drive-wrap[data-v-7a76cb17] .side-right {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

@media (max-width: 767px) {
  /*box wrap*/
  .test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown *{font-size:12px;}
  .test-drive-wrap[data-v-7a76cb17] {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 15px;
    /*form*/
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown {
    margin-bottom: 0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-left {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-left h4 {
    margin-top: 0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-center {
    padding-right: 0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-center > div {
    margin-bottom: 15px;
  }

  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-center .city-wrap .dropdown {
    margin-bottom: 0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-center .name-wrap,
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-center .province-wrap{
    clear: both;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom:0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left-wrap > .row .side-center .tel-wrap {
    padding-left: 0;
    padding-right:0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-right {
    text-align: center;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-right button {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown {
    margin-bottom: 15px;
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap button {
    width: 55%;
    max-width: 200px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .test-drive-wrap[data-v-7a76cb17] {
    margin-bottom: 30px;
    /*form*/
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left h4 {
    font-size: 16px;
    font-weight: bold;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-center .policy {
    font-size: 12px;
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown button.dropdown-toggle {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 10px;
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap input {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 12px;
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap button {
    width: 40%;
    height: 30px;
    font-size: 12px;
  }
}
@media (min-width:768px)and (max-width:1024px) {
  .test-drive-wrap[data-v-7a76cb17] .side-left h4{
    margin-top:0;
  }
}
@media (min-width: 768px) {
  /*box wrap*/
  .test-drive-wrap[data-v-7a76cb17] {
    padding: 25px 20px;
    /*form*/
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left h4 em {
    display: block;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-center {
    padding-right: 0;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-right {
    padding-right: 15px;
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap .dropdown button.dropdown-toggle {
    height: 52px;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-center>div {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom:8px;
  }
}
@media (min-width: 992px) {
  /*box wrap*/
  .test-drive-wrap[data-v-7a76cb17] {
    padding: 35px 40px 25px;
  }
  .test-drive-wrap[data-v-7a76cb17] .side-left h4 em {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .test-drive-wrap[data-v-7a76cb17] {
    /*form*/
  }
  .test-drive-wrap[data-v-7a76cb17] .form-wrap button {
    width: 100%;
  }
}
/*************===========右侧工具条==========**************/
.tools-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 0;
  z-index: 500;
}
.tools-wrap ul {
  width: 60px;
  height: auto;
  border-radius: 5px 0 0 5px;
  background: rgba(0, 0, 0, 0.5);
  /*li:hover {
    width: 135px;
  }*/
}
.tools-wrap ul li {
  display: block;
  clear: both;
  margin-bottom: 1px;
  float: right;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /*a:hover {
    color: #fff !important;
    background-color: #3095d9;
  }*/
}
.tools-wrap ul li a {
  display: block;
  position: relative;
  width: 135px;
  height: 60px;
  padding-right: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  text-align: right;
  float: right;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
}
.tools-wrap ul li a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  right: 10px;
}
.tools-wrap ul li a.icon-wechat {
  width: 60px;
}
.tools-wrap ul li a.icon-wechat:hover {
  background: none;
}
.tools-wrap ul li a.icon-wechat:after {
  background: url("../images/common/icon-wechat.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/common/icon-wechat.png") 1x, url("../images/common/icon-wechat-2x.png") 2x) !important;
}
.tools-wrap ul li a.icon-config:after {
  background: url("../images/common/icon-config.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/common/icon-config.png") 1x, url("../images/common/icon-config-2x.png") 2x) !important;
}
.tools-wrap ul li a.icon-compare:after {
  background: url("../images/common/icon-compare.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/common/icon-compare.png") 1x, url("../images/common/icon-compare-2x.png") 2x) !important;
}
.tools-wrap ul li a.icon-download:after {
  background: url("../images/common/icon-download.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/common/icon-download.png") 1x, url("../images/common/icon-download-2x.png") 2x) !important;
}
.tools-wrap ul li a.icon-house:after {
    background: url("../images/common/icon-house.png") center no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(url("../images/common/icon-house.png") 1x, url("../images/common/icon-house-2x.png") 2x) !important;
}

.tools-wrap ul li a.icon-gotop:after {
  background: url("../images/common/icon-gotop.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/common/icon-gotop.png") 1x, url("../images/common/icon-gotop-2x.png") 2x) !important;
}
.tools-wrap ul li.active {
  width: 135px;
}
.tools-wrap ul li.active a {
  color: #fff !important;
  background-color: #3095d9;
}
.tools-wrap ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.tools-wrap ul li.wechat-wrap {
  width: 100% !important;
  /***tips***/
}
.tools-wrap ul li.wechat-wrap .tips {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
  height: 140px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  right: 100%;
  margin-right: 10px;
  background-color: #3196da;
}
.tools-wrap ul li.wechat-wrap .tips-wechat {
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  width: 140px;
  height: 130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  right: 100%;
  margin-right: 10px;
  background-color: #3196da;
}
.tools-wrap ul li.wechat-wrap .tips .qrcode-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3px;
  text-align: center;
  width:100%;
}
.tools-wrap ul li.wechat-wrap .tips .wechat-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3px;
  text-align: center;
  width:100%;

}
.tools-wrap ul li.wechat-wrap .tips .qrcode-wrap .wechat-icon,
.tools-wrap ul li.wechat-wrap .tips .qrcode-wrap .weibo-icon{
  width: 132px;
  height: 140px;
  display: inline-block;
  text-align: center;
  padding-top: 75px;
  cursor: pointer;
  transform:translate(0,0);
}
.tools-wrap ul li.wechat-wrap .tips .qrcode-wrap .wechat-icon{
   background:url(../images/common/icon-wechat.png) no-repeat center 40px;
   background-size:32px 32px;
   background-image: -webkit-image-set(url("../images/common/icon-wechat.png") 1x, url("../images/common/icon-wechat-2x.png") 2x) !important;
 }
.tools-wrap ul li.wechat-wrap .tips .qrcode-wrap .weibo-icon{
  background:url(../images/common/icon-weibo.png) no-repeat center 40px;
  background-size:32px 32px;
  background-image: -webkit-image-set(url("../images/common/icon-weibo.png") 1x, url("../images/common/icon-weibo-2x.png") 2x) !important;
}
.tools-wrap ul li.wechat-wrap .tips .qrcode-wrap p {
  margin-top: 3px;
  font-size: 14px;
  color: #243f5a;
  white-space: nowrap;
}
.tools-wrap ul li.wechat-wrap .tips:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  border-left: 10px solid #3196da;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tools-wrap ul li.wechat-wrap.active a {
  background: none;
}
.tools-wrap ul li.wechat-wrap.active a.icon-wechat:after {
  background: url("../images/common/icon-wechat-hover.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/common/icon-wechat-hover.png") 1x, url("../images/common/icon-wechat-hover-2x.png") 2x) !important;
}
.tools-wrap ul:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .tools-wrap ul {
    width: 30px;
    height: auto;
  }
  .tools-wrap ul li a {
    width: 98px;
    height: 30px;
    line-height: 30px;
    padding-right: 35px;
    font-size: 12px;
  }
  .tools-wrap ul li a:after {
    width: 18px;
    height: 18px;
    right: 5px;
  }
  .tools-wrap ul li.active {
    width: 98px;
  }
}
@media (min-width: 768px) {
  .tools-wrap ul {
    width: 30px;
    /*li:hover {
      width: 98px;
    }*/
  }
  .tools-wrap ul li a {
    width: 98px;
    height: 30px;
    line-height: 30px;
    padding-right: 35px;
    font-size: 12px;
  }
  .tools-wrap ul li a:after {
    width: 18px;
    height: 18px;
    right: 5px;
  }
}
@media (min-width: 1200px) {
  .tools-wrap ul li a:hover {
    color: #fff !important;
    background-color: #3095d9;
  }
  .tools-wrap ul li a.icon-wechat:hover:after {
    background: url("../images/common/icon-wechat-hover.png") center no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(url("../images/common/icon-wechat-hover.png") 1x, url("../images/common/icon-wechat-hover-2x.png") 2x) !important;
  }
  .tools-wrap ul li:hover {
    width: 98px;
  }
}
/*动效*/
.animated{animation-duration: .2s;
  animation-fill-mode: both;}
.animate-delay-01{
  animation-delay: .1s;
  /*animation-duration: .75s;*/
}
.animate-delay-02{
  animation-delay: .2s;
}
.animate-delay-03{
  animation-delay: .3s;
}
.animate-delay-04{
  animation-delay: .4s;
}
.animate-delay-05{
  animation-delay: .5s;
}
.animate-delay-06{
  animation-delay: .6s;
}
.animate-delay-07{
  animation-delay: .7s;
}
.animate-delay-08{
  animation-delay: .8s;
}
.animate-delay-09{
  animation-delay: .9s;
}
.animate-delay-1,.animate-delay-10{
  animation-delay: 1s;
}
.animate-delay-11{
  animation-delay: 1.1s;
}
.animate-delay-12{
  animation-delay: 1.2s;
}
.animate-delay-13{
  animation-delay: 1.3s;
}
.animate-delay-14{
  animation-delay: 1.4s;
}
.animate-delay-16{
  animation-delay: 1.6s;
}
.animate-delay-2,.animate-delay-20{
  animation-delay: 2s;
}
.padding-left-right-0{
  padding-left:0;
  padding-right:0;
}


/*************===========经销商版块头部==========**************/
.dealer-header[data-v-21e81e96] .first-menu-box.sandwich-active {
  width: 100%;
  margin-top: 0;
  overflow: visible;
}
/*.dealer-header[data-v-21e81e96] > .navbar {
  border-bottom: #eaeaea solid 1px;
}*/
.dealer-header[data-v-21e81e96] .nav-menu .second-menu-wrap-first {
  /*top: 137px;*/
}
.dealer-header.skin-white[data-v-21e81e96] .layer1 .icon-line {
  display: block;
}
.dealer-header.skin-white[data-v-21e81e96] .icon-line:after {
  width: 20px;
  height: 16px;
  background: url("../images/header/icon-black-line-pc.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-black-line-pc.png") 1x, url("../images/header/icon-black-line-pc-2x.png") 2x) !important;
}
.dealer-header.skin-white[data-v-21e81e96] .icon-line.closed:after {
  width: 20px;
  height: 20px;
  background: url("../images/header/icon-black-line-close-pc.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-black-line-close-pc.png") 1x, url("../images/header/icon-black-line-close-pc-2x.png") 2x) !important;
}


.header[data-v-21e81e96] .navbar-brand .black-logo {
  display: none;
}
/******白色皮肤版本**********/
.header[data-v-21e81e96].white-skin .nav-menu .icon-order{
  background:#556771;
  border: none;
}
.header[data-v-21e81e96].white-skin .nav-menu .icon-order span{
  color:#fff;
}
.header[data-v-21e81e96].white-skin .nav-menu .icon-order:after{
  content: '';
  background: url("../images/header/icon-wheel.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-wheel.png") 1x, url("../images/header/icon-wheel-2x.png") 2x) !important;
}
.footer[data-v-212122d6].white-skin .container-fluid{
  background-color: #acb5be;
}
.header[data-v-21e81e96].white-skin nav {
  background: #fff;
}
.header[data-v-21e81e96].white-skin .navbar-brand .white-logo {
  display: none;
}
.header[data-v-21e81e96].white-skin .navbar-brand .black-logo {
  display: block;
}
.header[data-v-21e81e96].white-skin nav a,
.header[data-v-21e81e96].white-skin nav a:focus {
  color: #546771;
}
.header[data-v-21e81e96].white-skin nav a.active {
  color: #3897d7;
}
.header[data-v-21e81e96].white-skin nav a:hover {
  color: #3195D9!important;
}
.header[data-v-21e81e96].white-skin nav .sandwich-active a.active {
  color: #337ab7!important;
}
.header[data-v-21e81e96].white-skin .icon-line:after {
  background: url("../images/header/icon-grey-line-pc.png") center no-repeat;
  background-size: contain;
  background-image: -webkit-image-set(url("../images/header/icon-grey-line-pc.png") 1x, url("../images/header/icon-grey-line-pc-2x.png") 2x) !important;
}
.header[data-v-21e81e96].white-skin .icon-line.closed:after {
  background: url("../images/header/icon-grey-line-close-pc.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-grey-line-close-pc.png") 1x, url("../images/header/icon-grey-line-close-pc-2x.png") 2x) !important;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap {
  background: rgba(255,255,255,0.99);
}
.tool-bar-wrap ol li .icon-spe:after,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-spe:after {
  background: #556771;
}

.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.active .second-item-title span{
  color:#fff!important;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .third-bar-ul .third-item.active .third-item-title span,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-title,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .third-bar-ul .third-item .third-item-title{
  color: #fff!important;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .cars-choice .second-item .second-item-title .cars-title:hover,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item.active .second-item-title span,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-title:hover {
  color: #fff!important;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-spe,
.tool-bar-wrap ol li .icon-spe {
    border-color: #546771;
}
.tool-bar-wrap ol li .icon-spe span,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-spe span {
    color: #546771;
}
.tool-bar-wrap ol li .icon-spe.icon-explore i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-explore i {
  background: url(../static/images/homePage/headerNav/icon-explore-grey.png) center no-repeat;
  background-size: contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-explore-grey.png) 1x, url(../static/images/homePage/headerNav/icon-explore-grey-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-deploy i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-deploy i {
  background: url(../static/images/homePage/headerNav/icon-deploy-grey.png) center no-repeat;
  background-size: contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-deploy-grey.png) 1x, url(../static/images/homePage/headerNav/icon-deploy-grey-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-order2 i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-order2 i {
  background: url(../static/images/homePage/headerNav/icon-order-grey.png) center no-repeat;
  background-size: contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-order-grey.png) 1x, url(../static/images/homePage/headerNav/icon-order-grey-x2.png) 2x) !important;
}

.tool-bar-wrap ol li .icon-spe span,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-spe:hover span {
   color: #fff!important;
}
.tool-bar-wrap ol li .icon-spe.icon-explore:hover i,
.tool-bar-wrap ol li .icon-spe.icon-explore.active i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-explore:hover i,.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-explore.active i{
  background: url(../static/images/homePage/headerNav/icon-explore.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-explore.png) 1x, url(../static/images/homePage/headerNav/icon-explore-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-compare:hover i,
.tool-bar-wrap ol li .icon-spe.icon-compare.active i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-compare:hover i,.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-compare.active i{
  background: url(../static/images/homePage/headerNav/icon-compare.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-compare.png) 1x, url(../static/images/homePage/headerNav/icon-compare-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-deploy:hover i,
.tool-bar-wrap ol li .icon-spe.icon-deploy.active i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-deploy:hover i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-deploy.active i{
  background: url(../static/images/homePage/headerNav/icon-deploy.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-deploy.png) 1x, url(../static/images/homePage/headerNav/icon-deploy-x2.png) 2x) !important;
}
.tool-bar-wrap ol li .icon-spe.icon-order2:hover i,
.tool-bar-wrap ol li .icon-spe.icon-order2.active i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-order2:hover i,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-order2.active i{
  background: url(../static/images/homePage/headerNav/icon-order.png) center no-repeat;
  background-size:contain;
  background-image: -webkit-image-set(url(../static/images/homePage/headerNav/icon-order.png) 1x, url(../static/images/homePage/headerNav/icon-order-x2.png) 2x) !important;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .car-specification .specification-btn {
  width: 100%;
  margin: 0;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .car-specification .price-title li {
  float: left;
}
.car-specification-listm{text-align:center;}
.car-specification-listm .row-linei{display:inline-block;width:1px;height:20px;background:#ddd;margin:0;}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .car-specification ol li {
  display:inline-block;padding:10px 10px;float:none;
}
.header[data-v-21e81e96].white-skin .nav-menu .icon-logo:after {
  background: url("../images/header/icon-logo-right-black.png") center no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("../images/header/icon-logo-right-black.png") 1x, url("../images/header/icon-logo-right-2x-black.png") 2x) !important;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .second-item-title {
  border-bottom: 1px solid #d6d7d7;
  border-right: 1px solid #d6d7d7;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .third-bar-ul .third-item .third-item-title {
  border-bottom: solid 1px #d6d7d7;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul.border-right {
  border-right: 1px solid #d6d7d7;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .border-wrap {
  border:none;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item:last-of-type .second-item-title {
    border-bottom: none;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap .second-menu li {
  border-bottom: 1px solid #d6d7d7;
}
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .cars-choice .second-item .second-item-title .cars-title,
.header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first .second-bar-ul .second-item .third-bar-ul .third-item .third-item-title .cars-title {
  color: #fff!important;
}
.preferentialObj a:after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  right: 10px;
  background:url("../images/common/addIcon105.png") no-repeat;
  background-size: cover;
}

/* 手机端 */
@media (max-width: 767px) {
  .header[data-v-21e81e96].white-skin nav {
    background: rgba(255,255,255,.8);
  }
    .footer[data-v-212122d6].white-skin .container-fluid .trade-mark a:first-of-type {
      display: block;
    }
    .header[data-v-21e81e96].white-skin .layer1 {
      background: #fff;
      overflow: hidden;
    }
   .tool-bar-wrap.white-skin .main-bar-mb .nav-mb {
     background: #fff;
   }
   .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-group {
      background: #fff;
   }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading {
    border: none;
  }
   .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-default {
      border-bottom: none;
      border-top: solid 1px #d6d7d7;
     -webkit-box-shadow: none;
     box-shadow: none;
   }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb #accordion-inner .panel {
    border-top: solid 1px #d6d7d7;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-collapse>.panel-body {
    border-top: none;
  }

  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-default:last-of-type {
    border-bottom: solid 1px #d6d7d7;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-group .panel+.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .nav-other-links ul li {
    background: #acb5be;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .nav-other-links ul li a {
    color: #556771;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading .panel-title a.mb-icon span:after,
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb #accordion-inner .panel-heading .panel-title a.mb-icon-second span:before {
    background: url(../static/images/homePage/section1/arrow_right_grey.png) center no-repeat;
    background-size: cover;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading.active .panel-title a span {
    color: #556771!important;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading.panel-border-bottom {
    border: none;
    border-top: 1px solid #d6d7d7;
    /*margin-bottom: -1px;*/
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-car span:before {
    background: url(../static/images/homePage/header/icon-car.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-car.png) 1x, url(../static/images/homePage/header/icon-car-x2.png) 2x) !important;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-calc span:before {
    background: url(../static/images/homePage/header/icon-calc.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-calc.png) 1x, url(../static/images/homePage/header/icon-calc-x2.png) 2x) !important;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-support span:before {
    background: url(../static/images/homePage/header/icon-support.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-support.png) 1x, url(../static/images/homePage/header/icon-support-x2.png) 2x) !important;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-search span:before {
    background: url(../static/images/homePage/header/icon-search.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-search.png) 1x, url(../static/images/homePage/header/icon-search-x2.png) 2x) !important;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb .panel-heading.active .panel-title a.mb-icon-network span:before {
    background: url(../static/images/homePage/header/icon-network.png) center no-repeat;
    background-size: contain;
    background-image: -webkit-image-set(url(../static/images/homePage/header/icon-network.png) 1x, url(../static/images/homePage/header/icon-network-x2.png) 2x) !important;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .nav-mb-close {
    background: url(../static/images/homePage/header/icon-close-grey.png) no-repeat center;
    background-size: cover;
  }
  .tool-bar-wrap.white-skin .main-bar-mb .panel-body .car-specification-mb .car-specification-title {
    background: #acb5be;
    border-bottom: 1px solid #acb5be;
    color: rgba(0,0,0,.5);
  }
  .tool-bar-wrap.white-skin .main-bar-mb .car-specification-mb .price-title-mb li .border-left span {
    color: #546771;
  }
  .header[data-v-21e81e96].white-skin .nav-menu-list {
    background: #fff;
  }
  .header[data-v-21e81e96] .first-menu-box .nav-menu-list li a.active {
    color: #337ab7;
  }
  .tool-bar-wrap ol li .icon-spe span,
  .header[data-v-21e81e96].white-skin .nav-menu .second-menu-wrap-first ol li .icon-spe:hover span {
    color: #546771!important;
  }
  .modal-layer .modal-footer{
    height:170px;
  }
  .modal-layer .modal-footer a .btn-primary{
    margin-top:15px;
  }
}
