body {
  max-width: 100% !important;
}

@font-face {
  font-family: fa;
  src: url(../../../fonts/SourceHanSerifCN-ExtraLight.ttf);
}

header {
  background-color: rgba(255, 255, 255, 0);
}
.header_active_v2 {
    display: none !important
}
.header-logo-box img:nth-of-type(1) {
  display: none;
}

header .header_logo img.light_logo_center {
  display: block
}

.header_menu i {
  background: #fff
}

header .header-right {
  color: #fff
}


section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.section-box{
    height: 150vh;
    position: relative
}
.section1{
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section1 .top{
    flex: none;
    /* height: 77vh */
    height: 85vh
}
.section1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: bottom;
}
.section1 .section1-content{
    position: absolute;
    z-index: 1;
    left: 12%;
    top: 29.5%;
    transform: translate(0,-50%);
    opacity: 1
}
.section1 .section1-content .title{
    font-size: .4rem;
    font-family: 'fa';
    color: #3a4246;
    line-height: .6rem;
}

.section1 .section1-content .date{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 0.55rem;
    padding-top: 0.42rem;
}

.section1 .section1-content .date .p1{
    color: #3a4246;
    font-weight: 300;
    font-size: .14rem;
    margin-bottom: 0.18rem;
}
.section1 .section1-content .date .p2{
   color: #3a4246;
    font-family: 'fa';
    font-weight: bold;
    font-size: .23rem;
}
.section1 .section1-content .date .p3{
        text-align: center;
    width: 100%;
    color: #3a4246;
    font-weight: 300;
    font-size: .14rem;
    padding: 0.02rem 0;
}

.section1 .bottom-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 3.5rem;
    background: #B2B6BD;
    height: 24vh
}

.section1 .bottom-content div:nth-of-type(1){
 text-align: center;
    color: #38454c;
    font-size: .13rem;
    line-height: .24rem;
    opacity: .4;
}
.section1 .bottom-content div:nth-of-type(2){
    text-align: center;
    color: #38454c;
    font-size: .13rem;
    margin-top: 0.27rem;
    opacity: .4;
}

.section1 .swiper-gt-section1 {
  width: 5.4rem;
  position: absolute;
  right: 2.5rem;
  top: 56%;
  transform: translateY(-50%);
}
.section1 .swiper-container{
    height: 70%
}
.section1 .swiper-gt-section1 .swiper-wrapper{
    height: auto
}

.section1 .swiper-gt-section1 .swiper-slide {
  width: 100%;
  overflow: hidden
}

.section1 .swiper-gt-section1 .swiper-slide .box {
  height: auto;
  margin-bottom: 0.22rem;
}


.section1 .swiper-gt-section1 .swiper-slide .box .title {
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
    letter-spacing: .065em;
}

.section1 .swiper-gt-section1 .swiper-slide .box .desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.15rem;
    line-height: 0.25rem;
    margin-top: 0.1rem;
    border-bottom: 1px solid rgba(114, 101, 97, 0.5);
    padding-bottom: 0.2rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section1 .swiper-gt-section1 .swiper-slide .box .desc .desc-box1{
    width: 50%
}
.section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) .desc .desc-box1{
    width: 100%
}
.section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) .desc {
  border: none;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -.3rem;
z-index: 222222;
position: relative;
bottom: 0;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet {
    width: 0.73rem !important;
    height: 0.5rem;
    background-color: transparent !important;
    border-radius: 0;
    margin-left: 0.22rem;
    display: block;
    border-bottom: 3px solid #fff;
    opacity: .5
}
.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet-active{
    opacity: 1
}
.swiper-pagination-bullet::after{
    display: none
}
.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 0;
}

nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	height: 0.7rem;
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	box-sizing: border-box;
	z-index: 400;
	opacity: 1
  }
  .nav-active{
	  display: flex !important;
  }
  nav .nav-box{
	background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: -1;
  }
  
  nav .left {
	font-size: 0.21rem;
	color: #000;
  }
  
  nav .right {
	font-size: 0.16rem;
	display: flex;
	align-items: center;
	height: 100%;
  }
  
  nav .right ul {
	display: flex;
	align-items: center;
	height: 100%;
  }
  
  nav .right ul li {
	  color: #000;
	  cursor: pointer;
	  margin: 0 0.5rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100%;
	  font-size: .188rem;
	  font-weight: 300;
	  transition: all .3s;
	  position: relative
  }
  nav .right ul li::after{
	position: absolute;
	height: 2px;
	width: 100%;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
	background-color: #000;
	transform: scale(0, 1);
  }
  nav .right ul li:hover::after{
	  transform: scale(1,1)
  }
  
  nav .right ul li:nth-last-of-type(1) {
	  width: 1.3rem;
	  height: 0.4rem;
	  background-color: #000 !important;
	  border-radius: 0rem;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 0.16rem;
	  color: #fff !important;
	  text-align: center !important;
	  padding: 0;
	  margin: 0;
	  margin-left: 0.4rem;
  }
  nav .right ul li:nth-last-of-type(1)::after{
	  background-color: #fff;
  }
.section2 {
  overflow: hidden
}

.section2 .color {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s ease;
  overflow: hidden
}

.section2 .color .bg {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.section2 .color .car-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.section2 .color .car-box .title {
  color: #fffefe;
  letter-spacing: .02rem;
  font-size: .4rem;
  font-weight: 300
}

.section2 .color .car-box .car-bg {
    position: absolute;
    width: 3.4rem;
    top: 50%;
    transform: translateY(-120%);
}

.section2 .color .car-box .car {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
}

.section2 .color0 {
  z-index: 6;
}

.section2 .color1 {
  z-index: 5;
}

.section2 .color2 {
  z-index: 4;
}

.section2 .color3 {
  z-index: 3;
}

.section2 .color4 {
  z-index: 2;
}

.section2 .color5 {
  z-index: 1;
}

.section2 .color-list {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
}

.section2 .color-list li {
  margin-top: 0.43rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.section2 .color-list li .title {
  color: #fff;
  opacity: 0.3;
  font-size: 0.19rem;
  margin-right: 0.45rem;
  width: 0.8rem;
}

.section2 .color-list li .color-block {
  width: 0.19rem;
  height: 0.19rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.section2 .color-list .color-active .title {
  opacity: 1
}

.section2 .color-list .color-active0 .color-block {
  background-color: #fff;
}

.section2 .color-list .color-active1 .color-block {
  background-color: #757982;
}

.section2 .color-list .color-active2 .color-block {
  background-color: #a4716d;
}

.section2 .color-list .color-active3 .color-block {
  background-color: #4b4c4c;
}

.section2 .color-list .color-active4 .color-block {
  background-color: #667685;
}

.section2 .color-list .color-active5 .color-block {
  background-color: #7c8a87;
}

.section2 .color-list li:nth-of-type(1) {
  margin-top: 0;
}

.section2 .btn-box {
  position: absolute;
  z-index: 20;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.section2 .btn-box .btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: .53rem;
  font-size: .15rem;
  background-color: #ffffff;
  position: relative;
  transition: all .3s;
  cursor: pointer;
  color: #111
}

.section2 .btn-box .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: .53rem;
  background-color: transparent;
  border: solid 1px #ffffff;
  position: relative;
  transition: all .3s;
  font-size: .15rem;
  color: #fff;
  margin-left: .12rem
}

.section2 .btn-box .btn1::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #6d7281;
  transform: scale(0, 1);
}

.section2 .btn-box .btn2::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #fff;
  transform: scale(0, 1);
}

.section2 .btn-box .btn1:hover {
  background: #e7e8eb;
}

.section2 .btn-box .btn1:hover::after {
  transform: scale(1, 1)
}

.section2 .btn-box .btn2:hover::after {
  transform: scale(1, 1)
}

.spce-box .spce {
  width: 89%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.spce-box .spce img {
  width: 65%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.spce-box .spce .spce-content {
  flex: 1;
  padding-left: 1.18rem;
}

.spce-box .spce .spce-content .title {
  font-size: 0.4rem;
  color: #333;
  font-weight: 300;
}

.spce-box .spce .spce-content .p1 {
  font-size: 0.21rem;
  color: #000;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-top: 0.68rem;
}

.spce-box .spce .spce-content .p1 span:nth-of-type(1) {
  font-size: 0.25rem;
  color: #161616;
  font-weight: normal;
  display: block;
}

.spce-box .spce .spce-content .p1 span {
  font-size: 0.37rem;
  color: #161616;
  font-weight: normal;
  display: block;
}

.spce-box .spce .spce-content .p2 {
  font-size: 0.21rem;
  color: #000;
  font-weight: 300;
  line-height: 0.6rem;
  margin-top: 0.2rem;
}

.spce-box .spce .spce-content .spce-btn {
  border: 2px solid #000;
  width: 2.88rem;
  height: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  position: relative;
  transition: all 0.3s;
  margin-top: 0.75rem;
  cursor: pointer;
  font-weight: 300;
}

.spce-box .spce .spce-content .spce-btn::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #000;
  transform: scale(0, 1);
}

.spce-box .spce .spce-content .spce-btn:hover {
  background: #fff;
}

.spce-box .spce .spce-content .spce-btn:hover::after {
  transform: scale(1, 1);
}

.spce-box .spce .spce-content .tips {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.16rem;
  margin-top: 0.53rem;
}


.news-box {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.news-box .title {
  color: #111;
  font-weight: 300;
  font-size: .4rem;
  text-align: center
}

.img_m {
  display: none;
}
.car-model-test-drive{
    background-image: linear-gradient(to bottom,#888c98,#b0b6c4)
}
.car-model-test-drive .test-drive .test-drive-btn{
    background-color: #6c7280;
    color: #ffffffe6;
}
.car-model-test-drive .test-drive .test-drive-btn:hover{
    background-color: rgba(108,114,128,.8)
}
.car-model-test-drive .test-drive .box1 #province-input, .car-model-test-drive .test-drive .box1 #city-input{
    border-bottom: 2px solid #ffffff55;
}
.car-model-test-drive .test-drive .box2{
 border-bottom: 2px solid #ffffff55;
}
.car-model-test-drive .test-drive .box3 .input-box{
border-bottom: 2px solid #ffffff55;
}
.car-model-test-drive .test-drive .box4{
border-bottom: 2px solid #ffffff55;
}
.car-model-test-drive .test-drive  .input-box-code{
border-bottom: 2px solid #ffffff55;

}
.atlas .img-list{
    background-color: #c3b7af;
}
.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .car-name{
    background-color: #f1f2ed;
    color: #866866;
}
.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box{
    background-color: #c3b7af;
}
@media (width:1920px) and (height:929px){
    .section1 .top{
        height: 87vh
    }
    .section1 .bottom-content{
        height: 13vh
    }
    .section1 .section1-content{
        top: 36.5%;
    }
}
@media (max-width: 1920px) {
    .section2 .color .car-box .car {
        width: 75%
    }
    .section1 .section1-content{
        top: 34.5%;
    }
    .section1 .swiper-gt-section1 .swiper-slide .box .desc{
        padding-bottom: .1rem
    }
    .section1 .swiper-gt-section1 .swiper-slide .box{
        margin-bottom: .1rem
    }
}
@media (max-width: 1440px) {
    .section1 .section1-content{
        top:32.5%;
    }
    .section1 .swiper-container{
        height: 73%;
    }
    .section1 .swiper-gt-section1{
        width: 5.7rem
    }
    .section1 .swiper-gt-section1 .swiper-slide .box .desc .desc-box1{
        width: 49%
    }
    .section1 .swiper-gt-section1 .swiper-slide .box{
        margin-bottom: .1rem;
    }
    .section1 .swiper-gt-section1 .swiper-slide .box .desc{
        padding-bottom: .1rem
    }
    .section1 .swiper-gt-section1 .swiper-pagination-gt-section1{
        margin-top: -.4rem
    }
}
@media (max-width: 1366px) {
    .section1 .top{
        height: 77vh;
    }
}
@media (max-width: 1280px) {
    .section1 .top{
        height: 93vh;
    }
    .section1 .bottom-content{
        height: 8vh;
        padding: 0rem 3.5rem;
    }
    .section1 .swiper-gt-section1 {
        width: 6.7rem
    }
    .section1 .swiper-gt-section1 .swiper-slide .box .desc .desc-box1{
        width: 50%
    }
    .section1 .swiper-gt-section1{
        right: 1.8rem;
        height: 73%
    }
    .section1 .section1-content{
        top: 36.5%;
    }
    .section1 .swiper-gt-section1 .swiper-pagination-gt-section1{
        margin-top: -.2rem
    }
    .section1 .swiper-gt-section1 .swiper-slide .box .desc{
        padding-bottom: .1rem;
    }
    .section1 .swiper-gt-section1 .swiper-slide .box{
        margin-bottom: .1rem
    }
}


@media (max-width: 767px) {
  .img_m {
    display: block;
  }

  section {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .section1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../../../images/sdm-v2/w2-mb.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .section1 .top {
    flex: none;
    height: 72vh;
    position: relative;
    z-index: 2;
  }

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

  .section1 .section1-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1.3rem;
    transform: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.4rem;
    height: auto
  }

  .section1 .section1-content .title {
    font-size: .4rem;
    font-family: 'fa';
    color: #fff;
    line-height: .6rem;
  }
  .section1 .section1-content .date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 0.4rem;
    padding-top: 0rem;
  }

  .section1 .section1-content .date .p1 {
    color: #3a4246;
    font-weight: 300;
    font-size: .11rem;
    margin-bottom: 0.14rem;
  }

  .section1 .section1-content .date .p2 {
    color: #3a4246;
    font-family: 'fa';
    font-weight: bold;
    font-size: .17rem;
  }

  .section1 .section1-content .date .p3 {
    text-align: center;
    width: 100%;
    color: #3a4246;
    font-weight: 300;
    font-size: .11rem;
    padding: 0.02rem 0;
  }

  .section1 .bottom-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    flex: none;
    height: 28vh;
    /* padding-top: 1.5rem; */
    margin-top: 0.8rem;
    z-index: 1;
  }
  .section1 .bottom-img{
        position: absolute;
        bottom: 12vh;
        width: 100%;
  } 
  .section1 .bottom-content div:nth-of-type(1) {
    text-align: center;
    color: #38454c;
    font-size: .17rem;
    line-height: .34rem;
    opacity: .4;
    padding: 0 0.47rem;
  }

  .section1 .bottom-content div:nth-of-type(2) {
    text-align: center;
    color: #897c78;
    font-size: .17rem;
    margin-top: 0.64rem;
    opacity: .4;
  }

  .section1 .swiper-gt-section2 {
    width: 90%;
    position: absolute;
    right: 50%;
    top: 0rem;
    transform: translateX(50%);
  }

  .section1 .swiper-container {
    height: 76vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3rem;
    z-index: 2
  }

  .section1 .swiper-gt-section2 .swiper-gt-section1-head {
    color: #fff;
    font-weight: 300;
    line-height: .36rem;
    padding-bottom: 0rem;
  }

  .section1 .swiper-gt-section2 .swiper-gt-section1-head .swiper-gt-section1-head-title {
    font-size: .23rem;
    color: #736662;
  }

  .section1 .swiper-gt-section2 .swiper-wrapper {
    height: auto
  }

  .section1 .swiper-gt-section2 .swiper-slide {
    width: 100%;
    padding: 0;
    overflow: hidden
  }

  .section1 .swiper-gt-section2 .swiper-slide .box {
    height: auto;
    margin-bottom: 0rem;
  }

  .section1 .swiper-gt-section2 .swiper-slide .box:nth-last-of-type(1) {
    margin-bottom: 0
  }

  .section1 .swiper-gt-section2 .swiper-slide .box .title {
    color: #fff;
    font-size: 0.23rem;
    letter-spacing: .065em;
  }

  .section1 .swiper-gt-section2 .swiper-slide .box .desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.18rem;
    line-height: 0.4rem;
    margin-top: 0rem;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    padding-bottom: 0.15rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .section1 .swiper-gt-section2 .swiper-slide .box .desc .desc-box1{
          width: 60%;
  }
  .section1 .swiper-gt-section2 .swiper-slide .box:nth-last-of-type(1) .desc {
    border: none;
  }

  .section1 .swiper-gt-section2 .swiper-pagination-gt-section1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 3.6vh
  }

  .section1 .swiper-gt-section2 .swiper-pagination-gt-section1 .swiper-pagination-bullet {
    width: 0.83rem !important;
    height: 0.3rem;
    background-color: transparent;
    border-radius: 0;
    margin-left: 0.22rem;
    display: block;
    border-bottom: 3px solid #fff;
    background: transparent !important;
  }

  .section1 .swiper-gt-section2 .swiper-pagination-gt-section1 .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 0;
  }

  nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 0.93rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem;
    box-sizing: border-box;
    z-index: 400;
    opacity: 1
  }

  .nav-active {
    display: flex !important;
  }

  nav .nav-box {
    background-image: linear-gradient(to bottom, rgba(94, 94, 94, .7), rgba(95, 95, 95, .7));                   -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #cec7c5;
  }

  nav .left {
    font-size: 0.29rem;
    color: #fff;
  }

  nav .nav-mb-box {
    display: flex !important;
    align-items: center;
  }

  nav .nav-mb-box .down {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    display: block;
    transition: all .3s
  }

  nav .nav-mb-box .down-active {
    transform: rotate(-135deg);
  }

  nav .nav-mb-box .text {
    width: 1.08rem;
    height: 0.54rem;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: .21rem;
    margin-left: 0.4rem;
  }

  nav .right {
    font-size: 0.21rem;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all .3s;
    background-image: linear-gradient(to bottom, rgba(94, 94, 94, .7), rgba(95, 95, 95, .7));
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    opacity: 0
  }

  nav .right.right-active {
    top: 0.93rem;
    opacity: 1
  }

  nav .right ul {
    display: flex;
    align-items: center;
    height: 100%;
    overflow-x: auto;
    width: 100vw;
    padding-left: 0.5rem;
  }

  nav .right ul::-webkit-scrollbar {
    display: none;
  }

  nav .right ul li {
    color: #fff;
    cursor: pointer;
    margin: 0;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: .21rem;
    font-weight: 300;
    transition: all .3s;
    position: relative;
    flex: none;
  }

  nav .right ul li::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
  }

  nav .right ul li:hover::after {
    transform: scale(1, 1)
  }

  nav .right ul li:nth-last-of-type(1) {
    width: 1.3rem;
    height: 0.4rem;
    background-color: #000 !important;
    border-radius: 0rem;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #fff !important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    margin-left: 0.4rem;
  }

  nav .right ul li:nth-last-of-type(1)::after {
    background-color: #fff;
  }

  .section2 {
    overflow: hidden
  }

  .section2 .color {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 1s ease;
    overflow: hidden
  }

  .section2 .color .bg {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section2 .color .car-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
    padding-top: 2.6rem;
  }

  .section2 .color .car-box .title {
    color: #fffefe;
    letter-spacing: .02rem;
    font-size: .4rem;
    font-weight: 300
  }

  .section2 .color .car-box .car-bg {
    position: absolute;
    width: 3.4rem;
    top: 34%;
    transform: translateY(-50%);
  }

  .section2 .color .car-box .car {
    position: relative;
    z-index: 1;
    margin-top: 2.4rem;
  }
 .section2 .color .car-box .car{
     width: 130%
 }
  .section2 .color0 {
    z-index: 6;
  }

  .section2 .color1 {
    z-index: 5;
  }

  .section2 .color2 {
    z-index: 4;
  }

  .section2 .color3 {
    z-index: 3;
  }

  .section2 .color4 {
    z-index: 2;
  }

  .section2 .color5 {
    z-index: 1;
  }

  .section2 .color-list {
    position: absolute;
    z-index: 20;
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
  }

  .section2 .color-list li {
    margin-top: 0rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .section2 .color-list li .title {
    color: #fff;
    opacity: 0.3;
    font-size: 0.27rem;
    margin-right: 0rem;
    width: auto;
    margin-top: 0.25rem;
  }

  .section2 .color-list li .color-block {
        width: 0.35rem;
        height: 0.35rem;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
  }

  .section2 .color-list .color-active .title {
    opacity: 1
  }

  .section2 .color-list .color-active0 .color-block {
    background-color: #cfbcb2;
  }

  .section2 .color-list .color-active1 .color-block {
    background-color: #849ba7;
  }

  .section2 .color-list .color-active2 .color-block {
    background-color: #3d6f72;
  }

  .section2 .color-list .color-active3 .color-block {
    background-color: #7c8a87;
  }

  .section2 .color-list .color-active4 .color-block {
    background-color: #667685;
  }

  .section2 .color-list .color-active5 .color-block {
    background-color: #7c8a87;
  }

  .section2 .color-list li:nth-of-type(1) {
    margin-top: 0;
  }

  .section2 .btn-box {
    position: absolute;
    z-index: 20;
    bottom: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }

  .section2 .btn-box .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.68rem;
    font-size: .22rem;
    background-color: #ffffff;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    color: #111
  }

  .section2 .btn-box .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.68rem;
    background-color: transparent;
    border: solid 1px #ffffff;
    position: relative;
    transition: all .3s;
    font-size: .22rem;
    color: #fff;
    margin-left: .2rem
  }

  .section2 .btn-box .btn1::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #6d7281;
    transform: scale(0, 1);
  }

  .section2 .btn-box .btn2::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #fff;
    transform: scale(0, 1);
  }

  .section2 .btn-box .btn1:hover {
    background: #e7e8eb;
  }

  .section2 .btn-box .btn1:hover::after {
    transform: scale(1, 1)
  }

  .section2 .btn-box .btn2:hover::after {
    transform: scale(1, 1)
  }

  .spce-box {
    background: #eef0f3
  }

  .spce-box .spce {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    position: sticky;
    top: 0;
    flex-direction: column;
    padding: 0rem 0rem;
  }

  .spce-box .spce img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .spce-box .spce .spce-content {
    flex: 1;
    padding-left: 0;
    text-align: center;
    padding-top: 0.5rem;
  }

  .spce-box .spce .spce-content .title {
    font-size: 0.48rem;
    color: #111;
    font-weight: 300;
  }

  .spce-box .spce .spce-content .p1 {
    font-size: 0.26rem;
    color: #000;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    justify-content: center;
    width: 100%;
  }

  .spce-box .spce .spce-content .p1 span:nth-of-type(1) {
    font-size: 0.3rem;
    color: #161616;
    font-weight: normal;
    display: block;
  }

  .spce-box .spce .spce-content .p1 span {
    font-size: 0.45rem;
    color: #161616;
    font-weight: normal;
    display: block;
  }

  .spce-box .spce .spce-content .p2 {
    font-size: 0.26rem;
    color: #000;
    font-weight: 300;
    line-height: 0.6rem;
    margin-top: 0.2rem;
  }

  .spce-box .spce .spce-content .spce-btn {
    border: 1px solid #000;
    width: 6.35rem;
    height: 0.83rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.25rem;
    position: relative;
    transition: all 0.3s;
    margin-top: 0.3rem;
    cursor: pointer;
    font-weight: 300;
  }

  .spce-box .spce .spce-content .spce-btn::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
  }

  .spce-box .spce .spce-content .spce-btn:hover {
    background: #fff;
  }

  .spce-box .spce .spce-content .spce-btn:hover::after {
    transform: scale(1, 1);
  }

  .spce-box .spce .spce-content .tips {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.2rem;
    margin-top: 0.55rem;
  }


  .news-box {
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
    margin: 0;
    background: #fff
  }

  .news-box .title {
    color: #111;
    font-weight: 300;
    font-size: .48rem;
    text-align: center
  }

  .img_m {
    display: none;
  }

  .car-model-test-drive {
        background-image: linear-gradient(to bottom,#888c98,#b0b6c4)
  }

  .car-model-test-drive .test-drive .box1 #province-input,
  .car-model-test-drive .test-drive .box1 #city-input {
    border-bottom: 2px solid #ffffff55
  }

  .car-model-test-drive .test-drive .box2 {
    border-bottom: 2px solid #ffffff55
  }

  .car-model-test-drive .test-drive .box3 .input-box {
    border-bottom: 2px solid #ffffff55
  }

  .car-model-test-drive .test-drive .box4 {
    border-bottom: 2px solid #ffffff55
  }

  .car-model-test-drive .test-drive .test-drive-btn {
    background-color: #6c7280;
    color: #ffffffe6;
  }

  .car-model-test-drive .test-drive .test-drive-btn:hover {
    background-color: rgba(240, 225, 215, .8)
  }

  .atlas .img-list {
    background-color: #fff;
  }

  .atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .car-name {
    background-color: #f1f2ed;
    color: #866866;
  }

  .atlas .img-list .swiper-gt-img .swiper-slide .left .title-box {
    background-color: #c3b7af;
  }
}
