.footer-wrap .foot-content .foot-col.foot-contact .contact-item a.weibo {
  background-image: url(../imgs/common/icon-weibo.png);
}
.footer-wrap .foot-content .foot-col.foot-contact .contact-item a.weixin {
  background-image: url(../imgs/common/icon-weixin.png);
}
.footer-wrap .foot-content .foot-col.foot-contact .contact-item a.tianmao {
  background-image: url(../imgs/common/icon-tianmao.png);
}
.footer-wrap .foot-content .com-info-wrap .info-detail-wrap .service-wrap select {
  background-image: url(../imgs/common/icon-arrow.png);
}

.slideNav-wrap .nav-list .nav-item .nav-icon.drive {
  background-image: url(../imgs/common/icon-nav-drive.png);
}
.slideNav-wrap .nav-list .nav-item .nav-icon.dealer {
  background-image: url(../imgs/common/icon-nav-dealer.png);
}
.slideNav-wrap .nav-list .nav-item .nav-icon.calculate {
  background-image: url(../imgs/common/icon-nav-calculate.png);
}
.slideNav-wrap .nav-list .nav-item .nav-icon.compare {
  background-image: url(../imgs/common/icon-nav-compare.png);
}
.slideNav-wrap .nav-list .nav-item .nav-icon.download {
  background-image: url(../imgs/common/icon-nav-download.png);
}
.slideNav-wrap .nav-list .nav-item .nav-icon.share {
  background-image: url(../imgs/common/icon-nav-share.png);
}
.slideNav-wrap .nav-list .nav-item p.share-text-wrap .share-way.weixin {
  background-image: url(../imgs/common/icon-share-weixin.png);
}
.slideNav-wrap .nav-list .nav-item p.share-text-wrap .share-way.pengyouquan {
  background-image: url(../imgs/common/icon-share-pengyouquan.png);
}
.slideNav-wrap .nav-list .nav-item p.share-text-wrap .share-way.qq {
  background-image: url(../imgs/common/icon-share-qq.png);
}
.slideNav-wrap .nav-list .nav-item p.share-text-wrap .share-way.weibo {
  background-image: url(../imgs/common/icon-share-weibo.png);
}

.header-wrap .nav-wrap .links-wrap li.search-item a {
  background-image: url(../imgs/common/icon-sousuo.png);
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .right-wrap .close-btn {
  background-image: url(../imgs/common/icon-close.png);
}

@keyframes carMove {
  0% {
    transform: translate(300%);
    -webkit-transform: translate(300%);
    -moz-transform: translate(300%);
    -ms-transform: translate(300%);
    -o-transform: translate(300%);
  }
  to {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}
@keyframes carMove1 {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  to {
    transform: translate(-200%);
    -webkit-transform: translate(-200%);
    -moz-transform: translate(-200%);
    -ms-transform: translate(-200%);
    -o-transform: translate(-200%);
  }
}


/* 缩放button-start */
.map-content .BMap_stdMpZoom .BMap_button {
  border: none !important;
}
.map-content .BMap_stdMpZoom,
.map-content .BMap_stdMpZoom:hover {
  width: .4rem !important;
  height: .9rem !important;
  border-radius: .1rem !important;
  background-color: #fff !important;
  box-shadow: 1px 1px .1rem 0px rgba(0, 0, 0, 0.09) !important;
}

.map-content .BMap_smcbg {
  background: transparent !important;
}
.map-content  .BMap_stdMpCtrl {
  width: .4rem !important;
  height: .9rem !important;
  right: 2.0833vw !important;
  top: 2.0833vw !important;
}
.map-content .BMap_stdMpZoomIn,
.map-content .BMap_stdMpZoomIn:hover {
  width: 100% !important;
  height: 50% !important;
  position: relative !important;
  left: unset !important;
  top: unset !important;
  background-color: #fff !important;
  background-image: url(../imgs/testdrive/icon_add.svg) !important;
  background-size: .2rem !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.map-content .BMap_stdMpZoomIn:hover {
  background-color: #efefef !important;
}
.map-content .BMap_stdMpZoomOut,
.map-content .BMap_stdMpZoomOut:hover  {
  width: 100% !important;
  height: 50% !important;
  position: relative !important;
  left: unset !important;
  top: unset !important;
  background-color: #fff !important;
  background-image: url(../imgs/testdrive/icon_minus.svg) !important;
  background-size: .2rem !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.map-content .BMap_stdMpZoomOut:hover {
  background-color: #efefef !important;
}
/* 缩放button-end */


/* 预约试驾-new-start */
.title-wrap {
  color: #002C5F;
  margin-bottom: 0.4rem;
  font-weight: 500;
  font-size: .32rem;
  line-height: .39rem;
}
.car-sel {
  width: 100%;
  display: flex;
  align-items: center;
}
.car-sel .car-sel-main {
  width: 100%;
}
.car-sel .car-sel-box {
  box-sizing: border-box;
  width: 100%;
  height: 0.35rem;
  background: #fff;
  position: relative;
  cursor: pointer;
  color: rgba(0, 0, 0, 1);
  font-size: 0.16rem;
  border-bottom: solid 1px #AFAFAF;
}
select::-ms-expand {
  display: none;
}
.testdrivesel {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../imgs/testdrive/icon_down.svg) no-repeat 50%;
  background-size: 0.16rem;
  background-position: right 0 top 0.09rem;
  width: 100%;
  height: 100%;
  border: none;
  line-height: 0.35rem;
  font-weight: 400;
  color: #000;
  font-size: 0.16rem;
  padding: 0;
}
.map-box {
  width: 100%;
  box-sizing: border-box;
  padding-left: 14.583%;
  height: auto;
  background-color: #fff;
}
.map-box .map-section1 {
  width: 100%;
  margin: 0 auto;
}
.map-box .map-section1 .drive {
  width: 100%;
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.province_city_wrap {
  display: flex;
  gap: .3rem;
  width: 100%;
}
.map-box .map-section1 .drive .drive-box {
  box-sizing: border-box;
  height: 0.35rem;
  position: relative;
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 0.2rem;
  flex: 1;
  box-sizing: border-box;
  border-bottom: solid 1px #AFAFAF;
}
.map-box .map-section1 .drive .drive-box3 {
  width: 100%;
  margin-bottom: 0;
}
.map-box .map-section2 {
  width: 100%;
  background-color: #F5F3F0;
  font-size: 0.14rem;
  position: relative;
  display: flex;
}
.map-box .map-section2 .dealer-level {
  position: absolute;
  top: 0;
  left: 4.77rem;
  width: 4.6rem;
  height: 5.98rem;
  margin-top: 0.23rem;
  z-index: 1;
  background-color: #fff;
  padding: 0.4rem;
  box-sizing: border-box;
  background: linear-gradient(270deg, #FFFFFF 95%, #F5F5F5 100%);
}
.map-box .map-section2 .dealer-level .right-btn {
  width: 0.44rem;
  height: 0.65rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  cursor: pointer;
}
.map-box .map-section2 .dealer-level .right-btn .img {
  width: 100%;
  height: 100%;
}
.map-box .map-section2 .dealer-level .right-btn .img2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.map-box .map-section2 .Dis-tit {
  text-align: left;
  display: none;
}
.map-box .map-section2 .Dis-tit span {
  color: #00aad2;
}
.map-box .map-section2 .dis-tit-pc {
  width: 3.8rem;
  height: 0.37rem;
  background: #fff;
  border-bottom: solid 1px #E9E9E9;
  padding-bottom: 10px;
  position: absolute;
  left: .4rem;
  top: .4rem;
  right: .4rem;
  z-index: 1;
}
.map-box .map-section2 .dis-tit-pc .city_name {
  display: block;
  position: absolute;
  height: 0.17rem;
  line-height: 0.17rem;
  width: 25%;
  left: 0.2rem;
  top: 0;
  font-size: 0.14rem;
  text-indent: 0.2rem;
  background: url(../imgs/testdrive/dingwei.png) no-repeat left center;
  background-size: auto 0.17rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #000;
}
.map-box .map-section2 .dis-tit-pc .location-click {
  height: 0.17rem;
  line-height: 0.17rem;
  text-align: center;
  font-size: 0.14rem;
  cursor: pointer;
}
.map-box .map-section2 .dis-tit-pc .dis-all {
  width: 30%;
  height: 0.17rem;
  line-height: 0.17rem;
  position: absolute;
  right: 0.2rem;
  top: 0;
  text-align: right;
}
.map-box .map-section2 .dis-tit-pc .dis-all i {
  font-style: normal;
  color: #00aad2;
}
.map-box .map-section2 .map-content {
  width: calc(100% - 4.77rem);
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
}
.map-box .map-section2 .dis-list {
  width: 3.8rem;
  min-height: 4.27rem !important;
  height: 4.27rem !important;
  overflow-y: auto;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  margin-top: .47rem;
  box-sizing: border-box;
  padding-bottom: 1rem;
}
.map-box .map-section2 .dis-list .dis-box {
  width: 100%;
  min-height: auto !important;
  background: #fff;
  margin-top: 0;
  box-sizing: border-box;
  padding-left: 0.45rem;
  padding-right: 0.72rem;
  padding-top: 0.19rem;
  position: relative;
}
.map-box .map-section2 .dis-list .dis-box .company-name {
  font-size: 0.16rem;
  font-weight: 700;
}
.map-box .map-section2 .dis-list .dis-box .company-address {
  font-size: 0.14rem;
  color: #333;
  margin-top: 0.09rem;
}
.map-box .map-section2 .dis-list .dis-box .company-phone1 {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.21rem;
  margin-top: 0.19rem;
}
.map-box .map-section2 .dis-list .dis-box .company-phone1 span {
  color: #333;
}
.map-box .map-section2 .dis-list .dis-box .company-phone2 {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.21rem;
}
.map-box .map-section2 .dis-list .dis-box .company-phone2 span {
  color: #333;
}
.map-box .map-section2 .dis-list .dis-box .dis-btn {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border: 0.02rem solid #999;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0.15rem;
  cursor: pointer;
}
.map-box .map-section2 .dis-list .dis-box .dis-tap {
  display: block;
  font-style: normal;
  text-align: center;
  color: #fff;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background: #ccc;
  position: absolute;
  right: 0.2rem;
  top: 0.15rem;
  font-size: 0.14rem;
}
.map-box .map-section2 .dis-list .dis-box:nth-child(odd) {
  margin-left: 0;
}
.map-box .map-section2 .dis-list .active {
  background: #fff;
}
.map-box .map-section2 .dis-list .active .dis-tap {
  background-color: #00aad2;
}
.map-box .map-section2 .dis-list .active .dis-btn {
  border-color: #00aad2;
  box-sizing: border-box;
}
.map-box .map-section2 .dis-list .active .dis-btn:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #00aad2;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.05rem;
  margin-top: -0.05rem;
}
.map-box .map-section2 .paging-box {
  width: 100%;
  padding: 0 0.15rem 0 !important;
  margin: .2rem auto 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
}
.map-box .map-section2 .paging-box .new-paging-box {
  margin: 0 auto;
}
.map-box .map-section2 .paging-box .pages {
  float: left;
}
.map-box .map-section2 .paging-box .pages li {
  box-sizing: border-box;
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  line-height: 0.22rem;
  font-size: 0.14rem;
  float: left;
  margin-left: 0.1rem;
}
.map-box .map-section2 .paging-box .pages li.page_curn {
  background-color: #00aad2;
  color: #fff;
  border: 1px solid #00aad2;
}
.map-box .map-section2 .paging-box .page-next-btn,
.map-box .map-section2 .paging-box .page-pre-btn {
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #999;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.22rem;
  float: left;
  margin-left: 0.1rem;
}
.form-box {
  width: 4.77rem;
  height: 6.21rem;
  flex-shrink: 0;
  background-color: #fff;
  position: relative;
  padding: .6rem 0.5rem 0.8rem 0;
  box-sizing: border-box;
  z-index: 2;
}
.form-box .form-section1 {
  display: flex;
  flex-direction: column;
}
.form-box .form-section1 .input-box {
  width: 100%;
  background: #fff;
  position: relative;
  margin-top: .2rem;
}
.form-box .form-section1 .input-box .ipt {
  box-sizing: border-box;
  width: 100%;
  height: 0.35rem;
  background: transparent;
  padding: 0;
  border: none;
  border-bottom: solid 1px #AFAFAF;
  font-size: 0.16rem;
  color: #000;
}
.form-box .form-section1 .input-box1 {
  margin-left: 0;
  justify-content: flex-start;
}
.form-box .form-section3 {
  font-size: 0.14rem;
}
.radio_wrap {
  display: flex;
  gap: .3rem;
}
.form-box .radio-box {
  position: relative;
  height: 0.22rem;
  line-height: .22rem;
  color: rgba(4, 11, 41, 1);
  font-size: .14rem;
}
.form-box .radio-box.tips {
  height: auto;
}

.form-box .radio-box a {
  color: #00AAD2;
}
.form-box .radio-box input[type=checkbox] {
  opacity: 0;
  margin: 0 0.04rem 0 0;
  width: 0.22rem;
  height: 0.22rem;
  vertical-align: middle;
  cursor: pointer;
}
.form-box .radio-box .checkbox-true {
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #666766;
  position: absolute;
  left: 0;
  top: 0.03rem;
  vertical-align: middle;
  border-radius: 2px;
  cursor: pointer;
}
.form-box .radio-box .active {
  border: none;
  background: url(../imgs/testdrive/true.png) no-repeat 50%;
  background-size: 100% 100%;
  cursor: pointer;
}
.form-box .radio-box p {
  font-size: .12rem;
  line-height: .15rem;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-weight: 500;
}
.form-box .form-section4 {
  margin: 0 auto;
  cursor: pointer;
}
.form-box .form-section4 .submit-btn {
  height: 0.35rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.35rem;
  background: #002c5f;
  margin: 0.2rem auto 0.15rem;
}

/* 预约试驾-new-end */

@media (min-width: 1025px) {
  .crumbs-box {
    display: block;
    width: 100%;
  }
  .crumbs-box ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 14.583%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: auto;
  }
  .crumbs-box ul li {
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.6rem;
    position: relative;
    color: #666;
  }
  .crumbs-box ul li a {
    color: #666;
  }
  .crumbs-box ul li:after {
    content: ">";
    color: #666;
    margin: 0 0.08rem;
  }
  .crumbs-box ul li:last-child:after {
    display: none;
  }
  .crumbs-box ul li:last-child a {
    color: #00aad2;
  }
  .content {
    width: 100%;
    min-height: 400px;
  }
  .content .main-bg {
    width: 100%;
    height: 0.6rem;
    background: #f2f2ef;
    background-size: 100% 100%;
    position: relative;
  }
  
  .successful-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 666;
    text-align: center;
  }
  .successful-bg .successful-box {
    width: 7.1rem;
    height: 2.58rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
  }
  .successful-bg .successful-box h2 {
    margin-top: 0.34rem;
    font-size: 0.22rem;
    font-weight: 500;
  }
  .successful-bg .successful-box .p1 {
    margin-top: 0.28rem;
    font-size: 0.16rem;
    font-weight: 400;
  }
  .successful-bg .successful-box .p-tel {
    margin-top: 0.32rem;
    font-size: 0.2rem;
    color: #00aad2;
  }
  .successful-bg .successful-box .confirm-boxs {
    margin: 0.36rem auto 0;
    width: 1.56rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    background: #012c5f;
    color: #fff;
    cursor: pointer;
  }
  .successful-bg .successful-box .close-boxs {
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    top: 0.12rem;
    right: 0.12rem;
    background: url(../imgs/testdrive/close-btns.jpg) 50% no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .crumbs-box {
    display: block;
    width: 100%;
  }
  .crumbs-box ul {
    width: 14.36rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: auto;
  }
  .crumbs-box ul li {
    display: inline-block;
    font-size: 0.28rem;
    line-height: 0.7rem;
    position: relative;
    color: #666;
  }
  .crumbs-box ul li a {
    color: #666;
  }
  .crumbs-box ul li:after {
    content: ">";
    color: #666;
    margin: 0 0.16rem;
  }
  .crumbs-box ul li:last-child:after {
    display: none;
  }
  .crumbs-box ul li:last-child a {
    color: #00aad2;
  }
  .content {
    width: 100%;
    min-height: auto;
  }
  .content .main-bg {
    width: 100%;
    height: 0.7rem;
    background: #f2f2ef;
    background-size: 100% 100%;
    position: relative;
  }

  /* 预约试驾-new-start */
  .map-box {
    padding-left: 0.5rem;
  }
  .content .map-box .map-section2 .dis-list .dis-box {
    height: auto !important;
  }
  /* 预约试驾-new-end */
  

  .successful-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 666;
    text-align: center;
  }
  .successful-bg .successful-box {
    width: 11.2rem;
    height: 4.88rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
  }
  .successful-bg .successful-box h2 {
    margin-top: 0.66rem;
    font-size: 0.32rem;
    font-weight: 500;
  }
  .successful-bg .successful-box .p1 {
    margin-top: 0.44rem;
    font-size: 0.26rem;
    font-weight: 400;
  }
  .successful-bg .successful-box .p-tel {
    margin-top: 0.58rem;
    font-size: 0.36rem;
    color: #00aad2;
  }
  .successful-bg .successful-box .confirm-boxs {
    margin: 0.6rem auto 0;
    width: 3.36rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    background: #012c5f;
    color: #fff;
    cursor: pointer;
  }
  .successful-bg .successful-box .close-boxs {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    background: url(../imgs/testdrive/close-btns.jpg) 50% no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .crumbs-box {
    display: none;
  }
  .content {
    width: 100%;
    min-height: 400px;
    margin-bottom: 0.8rem;
  }
  .content .main-bg {
    width: 100%;
    height: 0rem;
    position: relative;
  }

  /* 预约试驾-new-start */
  .content .title-wrap {
    font-size: 0.56rem;
    line-height: .68rem;
    margin: .5rem 0 .6rem;
  }
  .content .car-sel .car-sel-box {
    box-sizing: border-box;
    height: 0.68rem;
  }
  .content .car-sel .car-sel-box p {
    text-indent: 0.1rem;
    line-height: 0.72rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #666;
  }
  .testdrivesel {
    background-size: 0.32rem;
    background-position: right 0 top 0.18rem;
    line-height: 0.68rem;
    font-size: 0.32rem;
    text-indent: 0;
  }
  .content .map-box {
    padding: 0;
    position: relative;
  }
  .content .map-box .map-section1 .drive {
    width: 100%;
    margin-bottom: 0;
  }
  .province_city_wrap {
    gap: .6rem;
  }
  .content .map-box .map-section1 .drive .drive-box {
    box-sizing: border-box;
    position: relative;
    margin-top: .5rem;
    height: auto;
  }
  .content .map-box .map-section1 .drive .drive-box1 {
    margin-left: 0;
  }
  .content .map-box .map-section2 {
    display: block;
    font-size: 0.24rem;
    position: relative;
    background: #fff;
    padding-bottom: 3.3rem;
  }
  .content .map-box .map-section2 .dis-tit-pc {
    display: none;
  }
  .content .map-box .map-section2 .Dis-tit {
    display: block;
    text-align: left;
    font-size: .24rem;
    line-height: .3rem;
    height: .5rem;
  }
  .content .map-box .map-section2 .Dis-tit span {
    color: #00aad2;
  }
  .content .map-box .map-section2 .dealer-level {
    width: 100%;
    position: relative;
    left: unset;
    top: unset;
    height: auto;
    margin-top: 0;
    background: #fff;
    padding: .6rem .5rem 0;
  }
  .content .map-box .map-section2 .map-content {
    position: relative !important;
    right: unset;
    top: unset;
    width: auto;
    margin: 0 .5rem;
    height: 4.04rem;
  }
  .content .map-box .map-section2 .dis-list {
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 0;
    padding-top: .2rem;
    margin-top: 0;
  }
  .content .map-box .map-section2 .dis-list .dis-box {
    width: auto;
    height: auto;
    margin-top: 0;
    box-sizing: border-box;
    padding-left: 0.56rem;
    padding-right: 1.3rem;
    padding-top: 0.02rem;
    position: relative;
    margin-bottom: .6rem;
  }
  .content .map-box .map-section2 .dis-list .dis-box .company-name {
    font-size: 0.28rem;
    font-weight: 700;
  }
  .content .map-box .map-section2 .dis-list .dis-box .company-address {
    font-size: 0.24rem;
    color: #333;
  }
  .content .map-box .map-section2 .dis-list .dis-box .company-phone1 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.41rem;
    margin-top: 0.3rem;
  }
  .content .map-box .map-section2 .dis-list .dis-box .company-phone1 span {
    color: #333;
  }
  .content .map-box .map-section2 .dis-list .dis-box .company-phone2 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.41rem;
  }
  .content .map-box .map-section2 .dis-list .dis-box .company-phone2 span {
    color: #333;
  }
  .content .map-box .map-section2 .dis-list .dis-box .dis-btn {
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    border: 0.02rem solid #999;
    border-radius: 50%;
    position: absolute;
    top: 0.02rem;
    left: 0;
  }
  .content .map-box .map-section2 .dis-list .dis-box .dis-tap {
    display: block;
    font-style: normal;
    text-align: center;
    color: #fff;
    width: 0.86rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.24rem;
  }
  .content .map-box .map-section2 .dis-list .active .dis-tap {
    background-color: #00aad2;
  }
  .content .map-box .map-section2 .dis-list .active .dis-btn {
    border-color: #00aad2;
    box-sizing: border-box;
  }
  .content .map-box .map-section2 .dis-list .active .dis-btn:after {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: #00aad2;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.08rem;
    margin-top: -0.08rem;
  }
  .content .map-box .map-section2 .paging-box {
    width: 100%;
    height: 0.42rem;
    padding: 0 !important;
    margin: 0;
    margin-top: -0.2rem;
    display: flex;
    justify-content: right;
  }
  .content .map-box .map-section2 .paging-box .new-paging-box {
    margin: 0 auto;
  }
  .content .map-box .map-section2 .paging-box .page-next-btn {
    margin-left: 0.1rem;
  }
  .content .map-box .map-section2 .paging-box .pages {
    float: left;
  }
  .content .map-box .map-section2 .paging-box .pages li {
    box-sizing: border-box;
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #999;
    color: #333;
    text-align: center;
    line-height: 0.42rem;
    font-size: 0.24rem;
    margin-left: 0.1rem;
  }
  .content .map-box .map-section2 .paging-box .pages li.page_curn {
    background-color: #00aad2;
    color: #fff;
    border: 1px solid #00aad2;
  }
  .content .form-box {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 0.5rem 0.8rem;
    box-sizing: border-box;
    position: unset;
  }
  .content .form-box .form-section1 {
    width: 100%;
    margin: 0 auto;
  }
  .content .form-box .form-section1 .input-box {
    background: #fff;
    position: relative;
    z-index: 6;
    margin-top: 0.5rem;
  }
  .content .form-box .form-section1 .input-box .ipt {
    box-sizing: border-box;
    width: 100%;
    height: 0.68rem;
    font-size: 0.32rem;
    border-radius: 0;
    outline: none;
  }
  .content .form-box .form-section1 .input-box1 {
    margin-left: 0;
  }
  .content .form-box .form-section3 {
    width: 100%;
    font-size: 0.24rem;
    position: absolute;
    top: unset !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .8rem .5rem .5rem;
  }
  .radio_wrap {
    gap: .4rem;
  }
  .content .form-box .radio-box {
    font-size: .22rem;
    height: 0.3rem;
    line-height: 0.3rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .content .form-box .radio-box input[type=checkbox] {
    opacity: 0;
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    position: relative;
    z-index: 6;
  }
  .content .form-box .radio-box .checkbox-true {
    width: 0.24rem;
    height: 0.24rem;
    border: 1px solid #666766;
    position: absolute;
    vertical-align: middle;
    top: 50%;
    margin-top: -0.12rem;
  }
  .content .form-box .radio-box .active {
    border: none;
    background: url(../imgs/testdrive/true.png) no-repeat 50%;
    background-size: 100% 100%;
  }
  .content .form-box .radio-box p {
    text-align: center;
    font-size: .24rem;
    line-height: .3rem;
  }
  .content .form-box .form-section4 {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0;
  }
  .content .form-box .form-section4 .submit-btn {
    width: 100%;
    height: 0.8rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #fff;
    line-height: 0.8rem;
    background: #002c5f;
    margin: 0;
  }
  .content .map-box .map-section2 .paging-box .page-next-btn,
  .content .map-box .map-section2 .paging-box .page-pre-btn {
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #999;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.42rem;
    float: left;
  }
  
  /* 预约试驾-new-end */
  

  .successful-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 666;
    text-align: center;
  }
  .successful-bg .successful-box {
    width: 6.86rem;
    height: 4.85rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
  }
  .successful-bg .successful-box h2 {
    margin-top: 0.82rem;
    font-size: 0.32rem;
    font-weight: 500;
  }
  .successful-bg .successful-box .p1 {
    width: 69%;
    margin: 0.5rem auto 0;
    font-size: 0.24rem;
    font-weight: 400;
  }
  .successful-bg .successful-box .p-tel {
    margin-top: 0.5rem;
    font-size: 0.3rem;
    color: #00aad2;
  }
  .successful-bg .successful-box .confirm-boxs {
    margin: 0.52rem auto 0;
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    background: #012c5f;
    color: #fff;
    cursor: pointer;
  }
  .successful-bg .successful-box .close-boxs {
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    top: 0.22rem;
    right: 0.22rem;
    background: url(../imgs/testdrive/close-btns.jpg) 50% no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
}

/*# sourceMappingURL=testdrive.css.map */
