@charset "UTF-8";
.kv-box .detail .price-box{
    margin-top: .1rem !important;
    letter-spacing: 0.037rem
}
.kv-box .detail{
    top: 2rem !important
}
.kv-box .detail .title{
    width: 2.8rem !important
}
.section1 {
  position: relative;
}
.section1 .bg {
  width: 100%;
}
.section1 .detail {
  position: absolute;
  bottom: 1.44rem;
  left: 1.52rem;
}
.section1 .detail .text {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2;
}
.section1 .detail .list {
  display: flex;
  align-items: center;
}
.section1 .detail .list .box {
  margin-top: 0.8rem;
  margin-right: 0.77rem;
  position: relative;
}
.section1 .detail .list .box .t {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.19rem;
  font-weight: 300;
}
.section1 .detail .list .box .d {
  color: #fff;
  font-size: 0.44rem;
  margin-top: 0.23rem;
}
.section1 .detail .list .box::after {
  content: "";
  display: block;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -0.36rem;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
}
.section1 .detail .list .box:nth-last-of-type(1)::after {
  display: none;
}
.section1 .section1-btn{
    position: absolute;
    z-index: 2;
    right: 1.52rem;
    bottom: 1.44rem;
    width: 4.5rem;
}
.section1 .section1-btn img{
    width: 100%
}
.common-section {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.common-section .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 3s ease-in-out;
}
.common-section .text-box {
  position: absolute;
  bottom: 1.36rem;
  left: 1.55rem;
}
.common-section .text-box .t1 {
  font-weight: 400;
  color: #fff;
  font-size: 0.27rem;
  margin-top: 0.2rem;
}
.common-section .text-box .t2 {
  font-size: 0.6rem;
  color: #fff;
  line-height: 1.2;
}
.common-section .text-right {
  left: auto;
  right: 1.55rem;
}
.common-section .text-right .t1{
    text-align: right
}
.common-section .text-right .t2{
    text-align: right
}
.section6 {
    width: 100%;
    position: relative
}
.section6 img{
    width: 100%;
    object-fit: cover
}
.section6 .gotoby{
    position: absolute;
    left: 50%;
    bottom: 35%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    width: 100%;
    height: 1.5rem;
}

/* 预约试驾 */
.test_driver_box {
  display: flex;
  position: relative;
}

.yysj_l {
  width: 100%;
}

.test_driver_right {
  width: 24%;
  right: 1.6rem;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
}

.test_driver_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.yysj_form_box {
  width: 100%;
}
.yysj_form_t{
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.13rem;
    font-weight: 300;
    margin-bottom: -0.5rem;
    margin-top: 0.2rem;
    white-space: nowrap;
}

.yysj_text {
  font-size: 0.42rem;
  font-weight: 300;
  color: #fff;
}

.yysj_form {
  zoom: 0.9;
}

@media (max-width: 768px) {
    .car-sticky-config-all .car-sticky-config .car-sticky-config-link .link2{
        margin-left: 0 !important
    }
  .test_driver_box {
    flex-direction: column;
  }
  .yysj_l {
    width: 100%;
    margin-top: 0;
  }
  .test_driver_right {
    width: 100%;
    position: static;
    transform: inherit;
    padding: 0 .7rem 1rem;
  }
}
/* 复制内容 */
.test_driver {
  position: relative;
  margin: 0.4rem 0 0;
}

.si_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.si_all {
  width: 100%;
  position: relative;
}

.min_si_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  border-bottom: 1px solid #ccc;
}

.min_si_all_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6rem;
  background-color: transparent;
  padding: 0 0rem;
  border-bottom: 1px solid #ccc;
}

.si_all div {
  font-size: 0.18rem;
  font-weight: 300;
  color: #fff;
}

.si_all .get-code{
    font-size: .16rem;
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s;
    cursor: pointer;
    pointer-events: none;
}
.si_all .get-code.active{
    color: #fff;
    pointer-events: auto
}
.tips {
  margin-top: 0.1rem;
  opacity: 0;
  transition: 0.3s;
  color: #fff !important;
}

.showTips {
  opacity: 1;
}

.min_si_all_2 input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.16rem;
  color: #fff;
  font-weight: 300;
  background-color: transparent;
}

.min_si_all_2 input::-moz-placeholder {
  color: #fff;
}

.min_si_all_2 input::placeholder {
  color: #fff;
}

.min_si_all img {
  width: 0.26rem;
  transition: all 0.3s;
}

.td_rule {
  display: flex;
  align-items: center;
  width: 92%;
  margin-top: 0.2rem;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 0.16rem;
}
.td_rule a{
    color: #fff
}

.td_rule .tips {
  position: absolute;
  bottom: -0.3rem;
  left: 0.4rem;
}

.td_rule a {
  text-decoration: underline;
}

.td_s_checked {
  width: 0.25rem;
  height: 0.25rem;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #444;
  overflow: hidden;
  margin-right: 0.2rem;
}

.td_s_checked img {
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.td_s_checked.active img {
  opacity: 1;
}

.submit-btn {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  margin-top: 0.5rem;
  width: 100%;
  height: 0.53rem;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-size: 0.18rem;
}

.submit-btn div {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}

.live_box_4 ::-webkit-scrollbar {
  width: 1px;
}

.live_box_4 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.9);
  opacity: 0.2;
}

.live_box_4 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.9);
  border-radius: 0;
}

/* global oz */
.active .select-down-ul {
  display: block;
}

.active .min_si_all img {
  /* transform: rotate(180deg); */
}

.select-down-ul li {
  font-size: 0.16rem;
  padding: 0.25em 0.22rem;
}

.select-down-ul {
  display: none;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  left: 0;
  top: 0.5rem;
  background-color: #ffffff;
  z-index: 5;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  top: 0.6rem;
  box-shadow: 0px 2px 5px #cccccc;
  border-right: 0px solid #ccc;
}

.select-down-ul li:hover {
  background-color: #e0e5eb;
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link1{
    margin-left: .38rem
}
.car-sticky-config-all .car-sticky-config .car-sticky-config-link .link-box-res{
    display: flex !important
}
@media (max-width: 768px) {
    .tips{
        color: #444 !important
    }
    .si_all .get-code{
        font-size: .26rem;
    }
  .test_driver_box {
    overflow: hidden;
  }
  .min_si_all {
    height: 0.8rem;
  }
  .select-down-ul {
    top: 0.8rem;
  }
  .select-down-ul li {
    padding: 0.2rem 0.22rem;
    font-size: 0.22rem;
  }
  .min_si_all_2 input {
    font-size: 0.26rem;
    color: #000
  }
  .td_rule {
    font-size: 0.22rem;
    color: #000
  }
  .td_rule a{
      color: #000
  }
  .submit-btn {
    font-size: 0.26rem;
    height: 0.8rem;
    background: #353c42;
    color: #fff;
  }
  .si_all div {
    font-size: 0.26rem;
    color: #000
  }
  .min_si_all_2{
      height: .8rem
  }
}
/* 侧边栏 */
.side_bar {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 200;
  width: 0.5rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
}

.side_bar.active {
  opacity: 1;
}

.side_bar img {
  width: 0.26rem;
}

.side_bar_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
}

.side_bar_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  padding: 0.2rem 0rem;
  color: #fff;
  background-color: #5d6770;
  font-size: 0.14rem;
}
.policy-all{
    padding: 0 !important
}

@media (max-width: 768px) {
  .side_bar {
    width: 0.6rem;
  }
  .side_bar_top {
    width: 0.6rem;
    height: 0.6rem;
  }
  .side_bar_bottom {
    width: 0.6rem;
  }
  .side_bar_bottom {
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
}
.page-ft {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
  background-color: #222;
  color: #7c7c7c;
  font-size: 0.16rem;
}

.page-ft .ICP {
  margin: 0;
  display: inline-block;
  color: #777;
  text-decoration: underline;
}
@media (max-width: 768px) {
    .kv-box .detail .title{
        text-align: center
    }
    .section1 .detail{
        left: 50%;
        transform: translateX(-50%);
        padding: 0 1rem;
        width: 100%;
        bottom: 3.15rem;
    }
    .section1 .section1-btn{
position: absolute;
    z-index: 2;
    right: auto;
    bottom: 1rem;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    }
    .section1 .detail .text{
        font-size: .6rem;
        line-height: 1.5
    }
    .section1 .detail .list{
        flex-wrap: wrap;
    }
    .section1 .detail .list .box::after{
        display: none
    }
    .section1 .detail .list .box{
        width: 43%;
        margin-right: .38rem
    }
    .section1 .detail .list .box .d{
        font-size: .6rem
    }
    .common-section .text-box{
        top: 2rem;
        bottom: auto;
        left: 0.8rem;
    }
    .yysj_text{
        display: none
    }
    .min_si_all_2 input::-moz-placeholder {
        color: #000;
    }

    .min_si_all_2 input::placeholder {
        color: #000;
    }
    .test_driver_text{
        position: absolute;
        top: 27%;
        color: #fff;
        left: 0.5rem;
        font-weight: 500;
        font-size: .4rem;
    }
    .kv-box .detail .price-box{
        margin-top: .2rem !important
    }
    .kv-box .detail .desc{
        margin-top: .3rem;
    }
    .min_si_all img{
        width: .22rem
    }
    .header_nav_mb .header_mb_sj{
        display: none !important
    }
    .common-section .text-right .t2{
        text-align: left
    }
    .common-section .text-right .t1{
        text-align: left
    }
    .common-section .text-right{
        right: auto
    }
    .common-section .text-box .t1{
        line-height: 1.8
    }
    .section1 .detail .list .box .t{
        font-size: .26rem;
    }
    .yysj_form_t{
    font-size: 0.155rem;
    margin-top: 0.5rem;
    }
}<!--0.00017881393432617-->