
.right-box_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.5rem;
  border: 1px solid #111;
  position: absolute;
  right: 0;
  top: 0.6rem
}

.right-box_btn .t {
  font-size: 0.16rem;
  color: #111;
  margin-right: 0.3rem;
}

.right-box_btn img {
  width: 0.19rem;
}

/* .mct_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  padding: 0.1rem 0.2rem;
  width: 2.2rem;
  height: 0.5rem;
  color: #fff;
  background: #000;
  cursor: pointer;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
      position: absolute;
    right: 0;
    bottom: 1.1rem
}
.mct_b._into{
	transform: translateY(0rem);
	opacity: 1;
}
._img {
  width: 0.24rem;
  position: relative;
}
._img img{
	width: 90%;
}
.mct_b div {
  margin-left: 0.17rem;
  font-weight: 350;
  font-size: 0.18rem;
  letter-spacing: 0.02rem;
} */

.onePage {
  height: 100vh;
  width: 100%;
}
body{
    overflow-x: hidden !important;
}
.stickyPage {
  height: 200vh;
  width: 100%;
  position: relative;
}

.gwm-footer {
  position: relative;
}
.mask-common{
     position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2
}
.mask-common img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.kv-box {
    position: relative;
    z-index: 20
}
.kv-box .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-box .detail {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    right: 1.2rem;
    top: 1.3rem;
}
.kv-box .detail .title {
  color: #ffffff;
  font-size: 0.5rem;
  letter-spacing: 0.029rem;
  width: 3.6rem;
}
.kv-box .detail .title img{
    width: 100%
}
.kv-box .detail .desc {
  font-size: 0.23rem;
  color: #fff;
  margin-top: 0.18rem;
  font-weight: 300;
  letter-spacing: 0.127rem;
}
.kv-box .detail .desc span{
  font-size: .16rem;
    letter-spacing: 0.028rem;
    padding: 0.05rem 0;
    border-top: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #fff;
    margin-top: 0.1rem;
    display: block;  
}
.kv-box .detail .price-box {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.4rem;
  font-weight: 300;
}

.kv-box .detail .btn-box {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.kv-box .detail .btn-box .btn1 {
  width: 2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.kv-box .detail .btn-box .btn1 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.17rem;
  font-weight: 300
}
.kv-box .detail .btn-box .btn1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}
.kv-box .detail .btn-box .btn1:hover a {
  color: #fff;
  transition: 0.5s;
}
.kv-box .detail .btn-box .btn1:hover::before {
  height: 0;
}
.kv-box .detail .btn-box .btn2 {
  display: flex;
  width: 2rem;
  height: 0.52rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.kv-box .detail .btn-box .btn2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  font-size: 0.17rem;
  font-weight: 300
}
.kv-box .detail .btn-box .btn2::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  top: auto;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}
@media (min-width: 768px) {
    .kv-box .detail .btn-box .btn2:hover::before {
    height: 100%;
    }
    .kv-box .detail .btn-box .btn2:hover a {
    color: #000;
    }
    .kv-box .detail .btn-box .btn1:hover img{
        display: block
    }
}

.kv-box .detail .btn-box .btn1 img{
position: absolute;
    bottom: -1.9rem;
    left: 50%;
    width: 1.8rem;
    transform: translateX(-50%);
    display: none;
}
.xcx_code {
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
    display: flex;
    align-items: center;
}

.xcx_code_t {
    text-align: right;
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
}

.xcx_code_i {
    width: 1.9rem
}
.stickyPage1 {
  height: 200vh;
  width: 100%;
  position: relative;
}
.filter {
  width: 100%;
  height: 100vh;
  margin-top: 100vh;
  position: relative;
  z-index: 22;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.07) 7.9%, rgba(0, 0, 0, 0.15) 15.3%, rgba(0, 0, 0, 0.22) 22.2%, rgba(0, 0, 0, 0.28) 28.7%, rgba(0, 0, 0, 0.34) 34.8%, rgba(0, 0, 0, 0.4) 40.6%, rgba(0, 0, 0, 0.46) 46.2%, rgba(0, 0, 0, 0.51) 51.7%, rgba(0, 0, 0, 0.57) 57.2%, rgba(0, 0, 0, 0.62) 62.8%, rgba(0, 0, 0, 0.68) 68.7%, rgba(0, 0, 0, 0.75) 75.2%, rgba(0, 0, 0, 0.82) 82.6%, rgba(0, 0, 0, 0.88) 91.2%, rgba(0, 0, 0, 0.9));
}
.section1 .detail {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12vh;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.section1 .detail .section1-logo {
  font-size: 0.3rem;
  color: #2f4b4f;
  letter-spacing: 0.4rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  transition: all .3s;
}
.section1 .detail .t1,
.section1 .detail .t2 {
  color: #6d7071;
  font-size: 0.5rem;
  margin-bottom: 0.2rem;
  font-weight: 300;
  transition: all .3s
}
.section1 .detail .t3 {
  color: #fff;
  font-size: 0.3rem;
  color: #2f4b4f;
  margin-top: 0.5rem;
  letter-spacing: 1px;
  font-weight: 300;
  transition: all .3s
}
.section1 .detail .t-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.section1 .detail .t-box div {
  font-size: 0.5rem;
  color: #6d7071;
  margin-right: 0.4rem;
  font-weight: 300;
  transition: all .3s
}
.section1 .detail .t-box div:nth-of-type(3) {
  margin-right: 0;
}
.section1 .detail .line {
  width: 1px;
  height: 1.34rem;
  background-color: #2f4b4f;
  margin-top: 0.5rem;
  transition: all .3s
}
.section1 .detail .t4 {
  color: #fff;
  font-size: 0.2rem;
  margin-top: 0.3rem;
}

.section2 {
  z-index: 2;
  background: #fff;
  position: relative
}

.section2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section2 .video-btn {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.4rem;
  width: 3.2rem;
  height: 0.75rem;
  border-radius: 0.47rem;
  cursor: pointer;
  transition: all 0.3s;
  background: rgba(0,0,0,.4);
  opacity: .6;
  border: 1px solid rgba(0, 0, 0, .5)
}
.section2 .video-btn:hover {
  opacity: 1;
}
.section2 .video-btn .text {
  font-size: 0.18rem;
  color: #fff;
  margin-right: 0.17rem;
  font-weight: normal
}
.section2 .video-btn .delta {
  width: 0.12rem;
}
.section2 .video-btn .delta img {
  width: 100%;
}




.section31 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff
}
.section31 .detail {
  position: absolute;
  left: 2.5rem;
  top: 1.7rem;
  z-index: 1;
}
.section31 .detail .t0{
  font-size: 0.23rem;
  opacity: .7;
  color: #fff;  
}
.section31 .detail .t1 {
  font-size: 0.58rem;
  color: #fff;
  font-weight: 500
}
.section31 .detail .t2 {
font-size: 0.23rem;
    color: #fff;
    font-weight: normal;
    margin-top: 0.1rem;
}
.section31 .detail .t2 .btn-box{
        display: flex;
    align-items: center;
    border: 1px solid #fff;
    justify-content: center;
    height: 0.55rem;
    width: 90%;
    margin-top: 0.3rem;
}
.section31 .detail .t2 .btn-box .text{
    font-size: .18rem;
    font-weight: 300; 
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section31 .detail .t2 .btn-box .text .img-box{
    position: relative;
    width: 0.18rem;
    height: 0.18rem;
}
.section31 .detail .t2 .btn-box img{
    width: 0.18rem;
    position: absolute;
    margin-left: 0.1rem;
    left: 0;
    transition: all .3s;
    top: 0
}
.section31 .detail .t2 .btn-box .img1{
    opacity: 0
}
.section31 .detail .t2 .btn-box .img2{
    opacity: 1
}
.section31 .detail .t2  .btn_style_1::after{
    background: #fff;
}
.section31 .detail .t2 .btn_style_1:hover span{
    color: #000
}
.section31 .detail .t2 .btn_style_1:hover span .img-box .img1{
    opacity: 1
}
.section31 .detail .t2 .btn_style_1:hover span .img-box .img2{
    opacity: 0
}
.section31 .bg {
  width: 100%;
  height: 100%;
}
.section31 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section31 .parameter-font{
    position: absolute;
    z-index: 1;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8.8rem;
}
.section31 .parameter-font img{
    width: 100%
}








.section3 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding: 1.8rem 2rem 0rem;
}
.section3 .detail {
  z-index: 1;
  display: flex;
  position: relative;
}
.section3 .detail .t0{
  font-size: 0.23rem;
  color: #000;  
}
.section3 .detail .t1 {
  font-size: 0.5rem;
  color: #000;
  font-weight: 500;
}
.section3 .detail .t2 {
  font-size: 0.5rem;
  color: #000;
  font-weight: 500;
}
.section3 .bg {
  width: 100%;
  height: 100%;
  margin-top: 0.5rem;
}
.section3 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3 .parameter-font{
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8.8rem;
}
.section3 .parameter-font img{
    width: 100%
}
.section4 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.8rem 2rem 0rem;
}
.section4 .text-box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section4 .text-box .btn-box{
    width: .73rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: .18rem;
    cursor: pointer;
    font-weight: 300;
    opacity: .7;
    transition: all .3s
}
.section4 .text-box .btn-box:hover{
    opacity: 1
}
.section4 .text-box .btn-box img{
    width: 100%
}
.section4 .text-box .btn-box span{
    display: block;
    width: 100%;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.section4 .t1 {
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
}
.section4 .t2 {
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
}
.section4 .bg {
  width: 100%;
  margin-top: 0.5rem;
}
.section4 .bg video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}




/* .section5 .swiper-section5 {
  width: 100%;
  position: relative;
}
.section5 .swiper-section5 .swiper-slide {
  width: 100%;
  position: relative;
}
.section5 .swiper-section5 .swiper-slide .video-mask {
  background-image: url(../../../../images/car-model-public/fierce-dragon/black.png);
  height: 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  z-index: 1;
} */


.section5 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.8rem 2rem 0rem;
}
.section5 .text-box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section5 .text-box .btn-box{
    width: .73rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: .18rem;
    cursor: pointer;
    font-weight: 300;
    opacity: .7;
    transition: all .3s
}
.section5 .text-box .btn-box:hover{
    opacity: 1
}
.section5 .text-box .btn-box img{
    width: 100%
}
.section5 .text-box .btn-box span{
    display: block;
    width: 100%;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.section5 .t1 {
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
}
.section5 .t2 {
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
}
.section5 .swiper-section5 {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.section5 .swiper-section5 .swiper-slide {
  width: 100%;
}
.section5 .swiper-section5 .swiper-slide img {
  width: 100%;
}
.section5 .swiper-section5 .swiper-slide video{
    width: 100%
}
.section5 .swiper-controller {
  position: absolute;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  bottom: .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.44rem;
  width: 100%;
}
.section5 .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section5 .swiper-controller .tabs .tab {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.19rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.section5 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-weight: 300;
  font-size: .19rem
}
.section5 .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
}
.section5 .swiper-controller .tabs .tab-active {
  color: #fff;
}
.section5 .swiper-controller .tabs .tab-active .line {
  background-color: #53a7af;
  height: 1px
}
.section5 .swiper-controller .text-box {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
  display: block
}
.section5 .swiper-controller .text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.18rem;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 300
}
.section5 .swiper-controller .text0 {
  opacity: 1;
}

.cursor {
  width: 1.34rem;
  height: 1.34rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
    margin-left: -0.75rem;
    margin-top: -0.6rem;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9999999;
}

.cursor1 {
  width: 1.34rem;
  height: 1.34rem;
  border: 0;
    margin-left: -0.75rem;
    margin-top: -0.6rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999999;
}

.video-cursor {
  background-image: url(../../../../images/car-model-public/fierce-dragon/play-section2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.video-cursor1 {
  background-image: url(../../../../images/car-model-public/fierce-dragon/left-btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}





.section19 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.4rem 2rem 0rem;
}
.section19 .text-box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section19 .text-box .btn-box{
    width: .73rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: .18rem;
    cursor: pointer;
    font-weight: 300;
    opacity: .7;
    transition: all .3s
}
.section19 .text-box .btn-box:hover{
    opacity: 1
}
.section19 .text-box .btn-box img{
    width: 100%
}
.section19 .text-box .btn-box span{
    display: block;
    width: 100%;
    height: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}
.section19 .t1 {
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
}
.section19 .t2 {
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
}
.section19 .swiper-section19 {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.section19 .swiper-section19 .swiper-slide {
  width: 100%;
}
.section19 .swiper-section19 .swiper-slide img {
  width: 100%;
}
.section19 .swiper-section19 .swiper-slide video{
    width: 100%
}
.section19 .swiper-controller {
  position: absolute;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  bottom: .7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.44rem;
  width: 100%;
}
.section19 .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section19 .swiper-controller .tabs .tab {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.19rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.section19 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-weight: normal;
  font-size: .19rem
}
.section19 .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
}
.section19 .swiper-controller .tabs .tab-active {
  color: #fff;
}
.section19 .swiper-controller .tabs .tab-active .line {
  background-color: #53a7af;
  height: 1px
}
.section19 .swiper-controller .text-box {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
  display: block
}
.section19 .swiper-controller .text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.18rem;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 300
}
.section19 .swiper-controller .text0 {
  opacity: 1;
}








.section20 {
  position: relative;
  z-index: 1;
  width: 100%;
margin-top: 1.8rem;
  background: #fff
}
.section20 .detail {
  position: absolute;
    right: 2rem;
    bottom: 1rem;
  z-index: 1;
}
.section20 .detail .t0{
  font-size: 0.23rem;
  opacity: .7;
  color: #fff;  
}
.section20 .detail .t1 {
  font-size: 0.58rem;
  color: #fff;
  font-weight: 500
}
.section20 .detail .t2 {
font-size: 0.23rem;
    color: #fff;
    font-weight: normal;
    margin-top: 0.1rem;
}
.section20 .bg {
  width: 100%;
  height: 100%;
}
.section20 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section20 .parameter-font{
    position: absolute;
    z-index: 1;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8.8rem;
}
.section20 .parameter-font img{
    width: 100%
}







.section21 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.8rem 2rem 1.8rem;
}
.section21 .t0{
  font-size: 0.23rem;
  color: #000;  
}
.section21 .t1 {
  font-size: 0.5rem;
  color: #000;
  font-weight: 500;
}
.section21 .t2 {
  font-size: 0.5rem;
  color: #000;
  font-weight: 500;
}
.section21 .swiper-section21 {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.section21 .swiper-section21 .swiper-slide {
  width: 100%;
}
.section21 .swiper-section21 .swiper-slide img {
  width: 100%;
}
.section21 .swiper-section21 .swiper-slide video{
    width: 100%
}
.section21 .swiper-controller {
  position: absolute;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.44rem;
  width: 100%;
}
.section21 .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section21 .swiper-controller .tabs .tab {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.19rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.section21 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-weight: 300;
  font-size: .19rem
}
.section21 .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
}
.section21 .swiper-controller .tabs .tab-active {
  color: #fff;
}
.section21 .swiper-controller .tabs .tab-active .line {
  background-color: #53a7af;
  height: 1px
}
.section21 .swiper-controller .text-box {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
}
.section21 .swiper-controller .text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.18rem;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 300
}
.section21 .swiper-controller .text0 {
  opacity: 1;
}









.section6 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff
}
.section6 .mask-section6{
  background-image: url(../../../../images/car-model-public/fierce-dragon/black2.png);
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.section6 .detail {
  position: absolute;
  left: 2.5rem;
  top: 1.7rem;
  z-index: 2;
}
.section6 .detail .t0{
  font-size: 0.23rem;
  opacity: .7;
  color: #fff;  
}
.section6 .detail .t1 {
  font-size: 0.55rem;
  color: #fff;
  font-weight: 500
}
.section6 .detail .t2 {
font-size: 0.23rem;
    color: #fff;
    font-weight: normal;
    margin-top: 0.1rem;
}

.section6 .bg {
  width: 100%;
  height: 100%;
}
.section6 .bg video,
.section6 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}





.section15 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.8rem 2rem 0.7rem;
}
.section15 .t1{
    font-size: 0.5rem;
    color: #000;
    font-weight: 500;
}
.section15 .t2{
    font-size: 0.5rem;
    color: #000;
    font-weight: 500;
}
.section15 .section15-detail{
    position: absolute;
    z-index: 222;
    left: 3rem;
    top: auto;
    transform: translateY(-50%);
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    bottom: 0rem;
    flex-direction: column-reverse;
}
.section15 .section15-detail .section15-detail-title{
    color: #fff;
   font-size: 0.5rem;
   font-weight: 500;
}
.section15 .section15-detail .tabs{
    display: flex;
    align-items: center;
    margin-top: 0rem
}
.section15 .section15-detail .tabs .tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .4rem;
    cursor: pointer;
    transition: all .3s
}
.section15 .section15-detail .tabs .tab .img-box{
    position: relative;
    width: .8rem;
    height: .8rem;
}
.section15 .section15-detail .tabs .tab .img-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s
}
.section15 .section15-detail .tabs .tab .img-box .img2{
    opacity: 0
}
.section15 .section15-detail .tabs .tab .text-box {
    font-size: .155rem;
    color: rgba(255, 255, 255, 1);
    margin-top: .5rem;
    transition: all .3s
}
.section15 .section15-detail .tabs .tab:hover .img-box .img1{
    opacity: 0
}
.section15 .section15-detail .tabs .tab:hover .img-box .img2{
    opacity: 1
}
.section15 .section15-detail .tabs .tab:hover .text-box{
    color: #5ec7d1
}
.section15 .section15-detail .tabs .tab-active .img-box .img1{
    opacity: 0
}
.section15 .section15-detail .tabs .tab-active .img-box .img2{
    opacity: 1
}
.section15 .section15-detail .tabs .tab-active .text-box{
    color: #5ec7d1
}
.section15 .section15-detail .text-list{
    position: relative;
    margin-top: 0;
    width: 50%;
    height: 1rem;
}
.section15 .section15-detail .text-list .text{
    opacity: 0;
    position: absolute;
    left: 0;
    top: auto;
    color: #fff;
    transition: all .3s;
     width: 100%;
    font-size: .22rem;
    font-weight: 300;
    bottom: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.6rem;
    line-height: .34rem;
}
.section15 .section15-detail .text-list .text .t3{
    font-size: .42rem;
    font-weight: 500;
    margin-bottom: .2rem;
}
.section15 .section15-detail .text-list .text0{
    opacity: 1
}

.section15 .swiper-section15{
    margin-top: .5rem
}
.section15 .swiper-section15 .swiper-slide img {
  width: 100%;
}
.section15 .swiper-section15 .swiper-slide video{
    width: 100%;
}
.section15  .swiper-controller {
  position: absolute;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.52rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.44rem;
  width: 100%;
}
.section15  .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section15 .swiper-controller .tabs .tab {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.section15 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-weight: 300;
  font-size: 0.19rem
}
.section15 .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
}
.section15 .swiper-controller .tabs .tab-active {
  color: #fff;
}
.section15 .swiper-controller .tabs .tab-active .line {
  background-color: #53a7af;
  height: 1px
}
.section15 .swiper-controller .text-box {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
}
.section15 .swiper-controller .text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  opacity: 0;
  transition: all 0.5s;
}
.section15 .swiper-controller .text0 {
  opacity: 1;
}


.section16 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0.7rem 2rem 0.8rem;
}
.section16 .text-box{
        position: absolute;
    bottom: 1.5rem;
    left: 3rem;
}
.section16 .t1{
    font-size: .46rem;
    color: #fff;
}
.section16 .t2{
    font-size: .18rem;
    margin-top: .1rem;
    color: rgba(255, 255, 255, .5)
}

.section16 img{
    width: 100%;
}


.section17 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.section17 .t3{
    font-size: .5rem;
    font-weight: 500;
    color: #202020;
}
.section17 .box-content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
    width: 102vw;
}
.section17 .btn-section17-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8vh;
    border: 1px solid rgb(190,190,190,.4);
    width: 3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(244,244,244);
    border-radius: 0.5rem;
    padding: 0.19rem 0;
    cursor: pointer;
    transition: all .3s;
}
.section17 .btn-section17-box:hover{
      border: 1px solid rgb(190,190,190,1);  
}
.section17 .btn-section17-box .text{
    font-size: .2rem;
    font-weight: 300;
}
.section17 .btn-section17-box .img-box{
     width: 0.23rem;
    margin-left: 0.2rem;
}
.section17 .btn-section17-box .img-box img{
    width: 100%;
}
.section17 .box{
    width: 6.3rem;
    margin-right: .23rem;
    flex: none
}
.section17 .box .image{
    width: 100%;
    height: 4.2rem;
    object-fit: cover;
}
.section17 .box .detail{
    padding-top: .33rem;
    height: 1rem;
}
.section17 .box .detail .t1{
    font-size: .24rem;
}
.section17 .box .detail .t2{
    font-size: .18rem;
    margin-top: .1rem;
    font-weight: 300;
    line-height: .3rem;
}
.section17 .box .detail .box-btn{
    width: 2.6rem;
    height: 0.6rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    margin-top: 0.3rem;
    border: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    right: 0.2rem;
    top: 3rem;
}

.section17 .box .detail .box-btn .text {
    flex: 1;
    text-align: center;
    font-size: .16rem;
    transition: all .3s;
    color: #fff;
    font-weight: 300
}
.section17 .box .detail .box-btn .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: #03d6d2;
    transition: all .3s;
    position: relative
}
.section17 .box .detail .box-btn .img-box img{
    width: .08rem;
    position: absolute;
    left: 52%;
    top: 51%;
    transform: translate(-50%,-50%)
}
.section17 .box .detail .box-btn .img-box .img1{
    opacity: 1
}
.section17 .box .detail .box-btn .img-box .img2{
    opacity: 0
}
.section17 .box .detail .box-btn:hover{
    background: #03d6d2;
    border: 1px solid #03d6d2;
}
.section17 .box .detail .box-btn:hover .img-box{
    background: #fff
}
.section17 .box .detail .box-btn:hover .text{
    color: #fff
}
.section17 .box .detail .box-btn:hover .img-box .img1{
    opacity: 0
}
.section17 .box .detail .box-btn:hover .img-box .img2{
    opacity: 1
}

.section18 {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 1.6rem 2rem 2.5rem;
}
.section18 .detail-text-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.section18 .t1 {
  color: #e9c597;
  font-size: 0.5rem;
  font-weight: 500;
}
.section18 .t1 img{
    width: 6.8rem
}
.section18 .t2 {
  color: #e9c597;
  font-size: 0.23rem;
  font-weight: 300;
  margin-top: .03rem;
}
.section18 .detail-text-box .caonima2{
    display: flex !important;
    align-items: flex-end;
}
.section18 .detail-text-box .caonima2 .t1{
font-size: .23rem;
    color: #fff;
    text-align: right;
}
.section18 .detail-text-box .caonima2 .t2{
font-size: .18rem;
    color: rgba(255, 255, 255, .6);
}
.section18 .detail-text-box .caonima2 .cncap{
    margin-left: 0.6rem;
}
.section18 .detail-text-box .caonima2 .cncap img{
    width: 2rem
}
.section18 .detail-box{
    position: relative;
    margin-top: .8rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.section18 .detail-box .detail-box-bg{
    width: 100%;
}
.section18 .detail-box .white-bg-detail{
    position: absolute;
    left: 1.05rem;
    top: 50%;
    width: 3.6rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    height: 78%;
    padding: 0.6rem 0.5rem;
}
.section18 .detail-box .white-bg-detail .white-bg{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section18 .detail-box .white-bg-detail .white-bg-logo{
    position: relative;
    top: 0;
    left: 0;
    width: 2rem;
}
.section18 .detail-box .white-bg-detail .text3{
    position: relative;
    font-size: .25rem;
    margin-top: 0.5rem;
    font-weight: 300
}
.section18 .detail-box .white-bg-detail .text4{
    font-size: .5rem;
    font-weight: bold;
    position: relative;
    border-top: 1px solid #9da3aa;
    border-bottom: 1px solid #9da3aa;
    margin-top: 0.2rem;
    padding: 0.15rem 0;
    color: #242424;
}
.section18 .detail-box .white-bg-detail .text5{
    position: relative;
    font-size: .14rem;
    margin-top: 0.2rem;
    font-weight: 300
}

.section7 {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 1.8rem 2rem 1rem;
}
.section7 .t1 {
  color: #e9c597;
  font-size: 0.5rem;
  font-weight: 500;
  float: left;
  padding-bottom: .8rem;
}
.section7 .t1 img{
    width: 6.8rem
}
.section7 .t2 {
    color: #fff;
    font-size: 0.43rem;
    float: right;
    padding-bottom: 0rem;
    margin-top: .3rem;
}
.section7 .t2 div:nth-of-type(1) {
    font-size: .23rem;
    color: #fff;
}
.section7 .t2 div:nth-of-type(2) {
    font-size: .18rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.8;
    margin-top: 0.05rem;
}
.section7 .swiper-section7 {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.section7 .swiper-section7 .swiper-slide {
  width: 100%;
  height: 100%;
}
.section7 .swiper-section7 .swiper-slide img,
.section7 .swiper-section7 .swiper-slide video {
  width: 100%;
  display: block;
}
.section7 .swiper-section7 .swiper-slide .video-mask {
  background-image: url(../../../../images/car-model-public/fierce-dragon/black.png);
  height: 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.section7  .swiper-controller {
  position: absolute;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.44rem;
  width: 100%;
}
.section7  .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section7  .swiper-controller .tabs .tab {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.19rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.section7 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.1rem;
  font-size: .19rem;
  font-weight: 300
}
.section7 .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
}
.section7 .swiper-controller .tabs .tab-active {
  color: #fff;
}
.section7 .swiper-controller .tabs .tab-active .line {
  background-color: #53a7af;
  height: 1px
}
.section7  .swiper-controller .text-box {
  position: relative;
  margin-top: 0rem;
  width: 100%;
}
.section7 .swiper-controller .text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.18rem;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 300;
}
.section7  .swiper-controller .text0 {
  opacity: 1;
}

.section8 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  margin-top: 1.5rem;
}
.section8 .detail {
  position: absolute;
  left: 2rem;
  bottom: 1.6rem;
  z-index: 1;
}
.section8 .detail .t0 {
    color: #fff;
    opacity: .7;
    font-size: .23rem;
}
.section8 .detail .t1 {
  font-size: 0.58rem;
  color: #fff;
  font-weight: 500
}
.section8 .detail .t2 {
font-size: 0.23rem;
    color: #fff;
    font-weight: normal;
    margin-top: 0.1rem;
}
.section8 .bg {
  width: 100%;
  height: 100%;
}
.section8 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section9 {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 1.8rem 2rem 1.8rem;
}
.section9 .t0{
    color: #fff;
  font-size: 0.5rem;
    font-weight: 500

}
.section9 .t1 {
  font-size: 0.5rem;
  color: #fff;
  font-weight: 500
}
.section9 .t2 {
font-size: 0.23rem;
    color: #fff;
    font-weight: 300;
    margin-top: 0.1rem;
}
.section9 .swiper-section9 {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.section9 .swiper-section9 .swiper-slide {
  width: 100%;
}
.section9 .swiper-section9 .swiper-slide img {
  width: 100%;
}
.section9 .swiper-section9 .swiper-slide video{
    width: 100%
}
.section9 .swiper-controller {
  position: absolute;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.44rem;
  width: 100%;
}
.section9 .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section9 .swiper-controller .tabs .tab {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.19rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.section9 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-weight: 300;
  font-size: .19rem
}
.section9 .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
}
.section9 .swiper-controller .tabs .tab-active {
  color: #fff;
}
.section9 .swiper-controller .tabs .tab-active .line {
  background-color: #53a7af;
  height: 1px
}
.section9 .swiper-controller .text-box {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
}
.section9 .swiper-controller .text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.18rem;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 300
}
.section9 .swiper-controller .text0 {
  opacity: 1;
}

.section12 {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
}
.section12 .detail {
  position: absolute;
  right: 2rem;
  top: 1.7rem;
  z-index: 1;
}
.section12 .detail .t0{
    color: #fff;
    opacity: .7;
    font-size: .23rem;
}
.section12 .detail .t1 {
  font-size: 0.58rem;
  color: #fff;
  font-weight: 500
}
.section12 .detail .t2 {
font-size: 0.23rem;
    color: #fff;
    font-weight: 500;
    margin-top: 0.1rem;
}
.section12 .bg {
  width: 100%;
  height: 100%;
}
.section12 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.section19 {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
}
.section19 .detail {
  position: absolute;
  left: 2rem;
  top: 1.7rem;
  z-index: 1;
}
.section19 .detail .t0 {
  font-size: 0.16rem;
  opacity: .7;
  color: #fff;
}
.section19 .detail .t1 {
  font-size: 0.45rem;
  color: #fff;
}
.section19 .detail .t2 {
  font-size: 0.45rem;
  color: #fff;
}
.section19 .bg {
  width: 100%;
  height: 100%;
}
.section19 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section13 {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 0.7rem 2rem 0.58rem;
}
.section13 .t1 {
  color: #fff;
  font-size: 0.47rem;
  padding-left: 0.8rem;
}
.section13 .t2 {
  color: #fff;
  font-size: 0.47rem;
  padding-left: 0.8rem;
}
.section13 .swiper-section13 {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.section13 .swiper-section13 .swiper-slide {
  width: 100%;
}
.section13 .swiper-section13 .swiper-slide img {
  width: 100%;
}
.section13 .swiper-controller {
  position: absolute;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.52rem;
  display: flex;
  flex-direction: column;
   align-items: flex-start;
  padding: 0 3.44rem;
  width: 100%;
}
.section13 .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section13 .swiper-controller .tabs .tab {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.19rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.section13 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-weight: 300;
  font-size: .19rem
}
.section13 .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s;
}
.section13 .swiper-controller .tabs .tab-active {
  color: #fff;
}
.section13 .swiper-controller .tabs .tab-active .line {
  background-color: #53a7af;
  height: 1px
}
.section13 .swiper-controller .text-box {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
}
.section13 .swiper-controller .text {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.19rem;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 300
}
.section13 .swiper-controller .text0 {
  opacity: 1;
}
.section13-btn-box{
    position: relative;
    background: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.5rem;
}
.more_hi4{
    display: flex;
    justify-items: center;
    align-items: center;
    cursor: pointer;
}
.more_hi4 img{
    width: 4rem;
    opacity: 1;
    transition: all .3s
}
.more_hi4:hover img{
    opacity: .9
}
.more_hi4 div:nth-of-type(1){
    text-decoration: underline;
    font-size: 0.19rem;
    color: #fff;
    transition: all .3s;
    font-weight: 300;
}
.more_hi4:hover div:nth-of-type(1){
    color: #fff
}
.hi4_img_list{
    width: 0.45rem;
    position: relative;
    margin-left: 0.3rem;
}
.hi4_img_list img{
    width: 100%;
    opacity: 1;
    transition: all .3s;
}
.hi4_img_list img:nth-of-type(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.more_hi4:hover .hi4_img_list img:nth-of-type(1){
    opacity: 0;
}
.more_hi4:hover .hi4_img_list img:nth-of-type(2){
    opacity: 1;
}

.section14 {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 1.3rem 2rem 0.58rem 2rem;
  box-sizing: border-box;
  height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section14 .t1 {
  color: #e9c597;
  font-size: 0.5rem;
  font-weight: 500;
}
.section14 .t1 img{
    width: 6.8rem
}
.section14 .t2 {
  color: #e9c597;
  font-size: 0.23rem;
  font-weight: 300;
  margin-top: 0.05rem;
}
.section14 .swiper-section30{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .8rem;
    padding-bottom: 1.68rem;
}
.section14 .swiper-section30 .swiper-slide {
    width: 6.3rem;
    flex-direction: column;
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 0.23rem;
    overflow: hidden
}
.section14 .swiper-section30 .swiper-slide .bg{
    width: 100%;
    object-fit: cover;
    border-radius: 9px
}
.section14 .swiper-section30 .swiper-slide .text{
  width: 100%;
  padding-top: .2rem;
  color: #fff;
  font-size: .2rem;
  font-weight: 300
}
.section14 .swiper-section30 .section14-swiper-controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box{
    display: flex;
    align-items: center;
    margin-left: .28rem;
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next{
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next img{
    width: .12rem
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next .img2{
    display: none
}

.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev{
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .24rem;
    cursor: pointer
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev img{
    width: .12rem
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev .img2{
    display: none
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev:hover .img1{
    display: none
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev:hover .img2{
    display: block
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev:hover{
    border: 1px solid #06c9d4;
}


.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next:hover .img1{
    display: none
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next:hover .img2{
    display: block
}
.section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next:hover{
    border: 1px solid #06c9d4;
}
.section14  .swiper-pagination30 {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    position: relative;
}
.section14 .swiper-pagination30 .swiper-pagination-progressbar{
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  transform-origin: left top;
}
.liner-btn-box{
    width: 5.26rem;
    height: 1.25rem;
    padding: 2px;
    border-radius: 1rem;
    background: linear-gradient(45deg, #8ce9f6, #66c5c5);
}
.liner-btn-radius{
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer
}
.liner-btn-box .text-box{
    font-size: .2rem;
    font-weight: 300;
    color: #717171
}
.liner-btn-radius:hover .text-box{
    color: #000
}
.liner-btn-box .text-box .t4{
    margin-top: .08rem
}
.liner-btn-box .img-box{
    margin-left: .37rem
}
.liner-btn-box .img-box img{
    width: .7rem
}
.liner-btn-box .img-box .img1{
    display: block
}
.liner-btn-box .img-box .img2{
    display: none
}
.liner-btn-box:hover .img1{
    display: none
}
.liner-btn-box:hover .img2{
    display: block
}
.section10 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.4rem 1.88rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../../../../images/car-model-public/fierce-dragon/section10-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section10 .t1 {
  color: #000;
  font-size: 0.34rem;
  font-weight: 300;
}
.section10 .t2 {
  color: #000;
  font-size: 0.5rem;
  margin-top: 0.2rem;
}
.section10 .t3-box {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.section10 .t3-box img {
  width: 0.27rem;
  margin-right: 0.2rem;
}
.section10 .t3-box div {
  color: #000;
  font-size: 0.25rem;
  margin-right: 0.2rem;
  font-weight: 300;
}
.section10 .t3-box .t3-3 {
  margin-right: 0;
}
.section10 .t4 {
  font-size: 0.32rem;
  color: #000;
  margin-top: 0.4rem;
}
.section10 .t4-btn {
  margin-top: 0.44rem;
  width: 2.44rem;
  height: 0.54rem;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.17rem;
  cursor: pointer;
}

.section11 {
  z-index: 1;
  background: #fff
}
.section11 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-pagination-progress{
    display: none
}
.video-box{
    width: 100%;
    position: fixed;
    height: 100vh;
    background: #000;
    z-index: 100000;
    top: 0;
    left: 0;
    display: none
}
.video-box video{
    width: 100%;
    height: 100vh
}
.video-box .close-box{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 6;
    background-color: #6b6b6b;
    border-radius: 100%;
    opacity: 0.5;
    transition: all .5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-box .close-box img{
    width: 0.15rem;
}
.test_driver{
	position: relative;
    height: 10.8rem;
}
.test_driver .bg-box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.test_driver .bg-box img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.test_driver .logo-box{
    position: absolute;
    left: 1.5rem;
    top: 2.17rem;
    width: 3.6rem;
}
.test_driver .logo-box img{
    width: 100%
}
.test_driver .test-driver-box{
    position: absolute;
    top: 50%;
    right: .85rem;
    background: #fff;
    transform: translateY(-50%);
    padding: .6rem .8rem;
    z-index: 1;
    width: 7.5rem;
}
.test-drive-box-title{
    font-size: .38rem;
    font-weight: normal;
    color: #000
}
.si_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-top: 0.6rem;
}
.si_all{
	width: 49%;
	height: auto;
	position: relative;
    margin-bottom: 0.3rem;
}
.distributor_s{
    width: 100%;
}
.min_si_all{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
    border-bottom: 1px solid #919191;
    padding-bottom: 0.2rem;
}
.min_si_all_2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2rem;
    border-bottom: 1px solid #919191;
}
.si_all:nth-child(2n){
	margin-left: 2%;
}
.si_all div{
	font-size: 0.18rem;
	color: #000;
    font-weight: 300
}
.tips{
	margin-top: 0.1rem;
	opacity: 0;
	transition: .3s;
    color: red
}
.showTips{
	opacity: 1;
}

.min_si_all_2 input{
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	font-size: 0.18rem;
	color: #000;
    font-weight: 300;
}
.min_si_all_2 input::placeholder {
    color:#000;
}
.min_si_all img{
	width: 0.15rem;
	transition: all .3s;
}
.td_rule{
	font-size: 0.18rem;
	color: #000;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
    font-weight: 300;
}
.td_rule .tips{
	position: absolute;
	bottom: -0.3rem;
	left: 0.4rem;
}
.td_rule a{
	color: #000;
	text-decoration: underline;
}
.td_s_checked{
	width: 0.25rem;
	height: 0.25rem;
	flex-shrink: 0;
	overflow: hidden;
	margin-right: 0.2rem;
    border: 1px solid #111;
}
.td_s_checked img{
	width: 100%;
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
}
.td_s_checked.active img{
	opacity: 1;
}
.td_s_checked.active {
    background: #111;
}
.submit-btn{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0.17rem 0;
    background: #303030;
    margin-top: 0.9rem;
    cursor: pointer;
    font-size: .18rem;
    font-weight: 300;
    transition: all .3s
}
.submit-btn:hover{
    background: #3e3e3e
}
.submit-btn img{
	width: 5rem;
	cursor: pointer;
}
.submit-btn div{
	position: absolute;
	cursor: pointer;
	pointer-events: none;
}
.active .select-down-ul{
	display: block;
    max-height: 400px
}
.active .min_si_all img{
	transform: rotate(180deg);
}
.select-down-ul li{
	font-size: 0.18rem;
	padding: 0.25em 0.22rem;
}
.select-down-ul{
	box-shadow: 0px 2px 5px #cccccc;
	border-right: 0px solid #ccc;
}
.select-down-ul li:hover{
	background-color: #e0e5eb;
}
.section24 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  width: 100vw
}
.section24 .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.section24 .bg img {
  width: 100%;
}
.section24 .title {
    color: #fff;
    font-size: 0.58rem;
    margin-top: 25vh;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.7
}
.section24 .title span{
    display: block;
    font-size: .25rem;
    font-weight: 300
}
.section24 .title .box-btn{
    width: 2.6rem;
    height: 0.6rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    border: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .3s;
    margin: 0.7rem auto 0;
}

.section24 .title .box-btn .text {
    flex: 1;
    text-align: center;
    font-size: .16rem;
    transition: all .3s;
    color: #fff;
    font-weight: 300
}
.section24 .title .box-btn .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: #03d6d2;
    transition: all .3s;
    position: relative;
    margin-top: 0;
}
.section24 .title .box-btn .img-box img{
    width: .08rem;
    position: absolute;
    left: 52%;
    top: 51%;
    transform: translate(-50%,-50%)
}
.section24 .title .box-btn .img-box .img1{
    opacity: 1
}
.section24 .title .box-btn .img-box .img2{
    opacity: 0
}
.section24 .title .box-btn:hover{
    background: #03d6d2;
    border: 1px solid #03d6d2;
}
.section24 .title .box-btn:hover .img-box{
    background: #fff
}
.section24 .title .box-btn:hover .text{
    color: #fff
}
.section24 .title .box-btn:hover .img-box .img1{
    opacity: 0
}
.section24 .title .box-btn:hover .img-box .img2{
    opacity: 1
}
.section24 .img-box {
  width: 90%;
  margin-top: 5vh;
  scale: 1.3;
}
.section24 .img-box img {
  width: 100%;
}

.section25 {
  background-color: #000;
  padding-bottom: 2.4rem;
  position: relative;
  overflow: hidden;
  width: 100vw
}
.section25 .top {
  display: flex;
  justify-content: center;
  height: 6.56rem;
  width: 11.2rem;
  overflow: hidden;
  margin: 0 auto;
}
.section25 .top .left-box {
  height: 100%;
  width: 4.25rem;
  margin-right: 0.13rem;
}
.section25 .top .left-box .m-img {
  height: 100%;
  width: 100%;
}
.section25 .top .left-box .m-img img {
  height: 100%;
  width: 100%;
  border-radius: 0.1rem;
}
.section25 .top .right-box .top-box {
  display: flex;
  margin-bottom: 0.13rem;
}
.section25 .top .right-box .top-box .m-img {
  height: 3.22rem;
  margin-right: 0.13rem;
}
.section25 .top .right-box .top-box .m-img img {
  height: 100%;
  border-radius: 0.1rem;
}
.section25 .top .right-box .top-box .m-img:nth-last-of-type(1) {
  margin-right: 0;
}
.section25 .top .right-box .bottom-box {
  display: flex;
}
.section25 .top .right-box .bottom-box .m-img {
  height: 3.22rem;
  margin-right: 0.13rem;
}
.section25 .top .right-box .bottom-box .m-img img {
  height: 100%;
  border-radius: 0.1rem;
}
.section25 .top .right-box .bottom-box .m-img:nth-last-of-type(1) {
  margin-right: 0;
}
.section25 .bottom {
  width: 11.2rem;
  margin: 0.13rem auto 0;
  position: relative;
  height: 3.45rem;
}
.section25 .bottom .m-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section25 .bottom .m-img img {
  border-radius: 0.1rem;
  width: 100%;
}
.section25 .bottom .battery-box {
  width: 4rem;
  position: absolute;
  right: 0.2rem;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}
.section25 .bottom .battery-box img {
  width: 100%;
}
.section25 .bottom .electricity {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0.45rem;
  left: 0.48rem;
}
.section25 .bottom .electricity img {
  width: 0.2rem;
  height: 0.34rem;
  margin-right: 0.1rem;
  opacity: 0;
  transition: all 0.1s;
}
.section25 .bottom .electricity-out {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0.45rem;
  left: 0.48rem;
}
.section25 .bottom .electricity-out img {
  width: 0.2rem;
  height: 0.34rem;
  margin-right: 0.1rem;
  opacity: 1;
  transition: all 0.1s;
}
.section26 {
    background: #000;
    padding-top: 2.6rem;
    padding-bottom: .7rem;
}
.section26 .t1{
    color: #fff;
    font-size: 0.58rem;
    text-align: center;
    font-weight: 500;
}
.section26 .t2{
    color: #fff;
    font-size: 0.58rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5rem
}
.section26 img{
    width: 100%
}
.m-select .val-name{
    border: none !important
}
._yhzcnone .module-name{
    display: none !important
}
.buttonType9 a:hover{
    color: #ffffff;
    cursor: pointer;
}
.section4{
    height: 12.28rem;
}
.section5 {
    height: 12.28rem;
}
.section3 .bg{
    height: 8.5rem;
}

.section21{
    height: 14.07rem
}
.section15{
    height: 13rem;
}
.section7 {
    height: 13.2rem;
}
.section14 {
    height: 9.2rem;
}
.section18{
    height: 11.1rem;
}
.section9{
    height: 14.6rem;
}
.zw-mb{
    display: none
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .section17 {
    padding: .2rem 2rem 1rem;
  }
}
@media (max-width: 1280px) {
  .section17 {
    padding: 0rem 2rem 1rem;
  }
  .section17 .box-content {
    margin-top: .2rem;
  }
  .section17 .box .detail{
      padding-top: .1rem;
  }
  .section17 .btn-section17-box{
      margin-top: 2.5vh
  }
}

@media (max-width: 768px) {
.kv-box .detail .btn-box .btn1:hover img{
    display: none
}
.xcx_code {
   position: absolute;
    bottom: 2rem;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0 0.5rem;
}

.xcx_code_t {
    text-align: right;
    font-size: 0.26rem;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 2;
}

.xcx_code_i {
    margin-left: 0rem;
    width: 3rem;
}
.section15 .section15-detail .text-list .text .t3{
    font-size: .42rem;
    font-weight: 500;
    margin-bottom: 0.05rem;
}
.section15 .section15-detail .tabs .tab .text-box {
    font-size: .155rem;
    color: rgba(255, 255, 255, 1);
    margin-top: .3rem;
    transition: all .3s
}
.video-cursor{
    background-image: none
}
    .section7 .t2 div:nth-of-type(1){
        font-size: .34rem;
        font-weight: 300
    }
.zw-pc{
    display: none
}
.kv-box .detail{
    align-items: center;
    padding-top: 5vh;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.mask-common{
    display: none
}
.section2 .mask-common {
    display: block
}
.section4{
    height: 9.2rem;
}
.section5 {
    height: 10.4rem;
}
.section3 .bg{
    height: 6.4rem;
}
.section20 {
    height: 16.8rem;
    margin-top: 0rem;
}
.section21{
    height: 12.2rem
}
.section15{
    height: 15rem;
}
.section7 {
    height: 13.2rem;
}
.section14 {
    height: 9.2rem;
}
.section18{
    height: 15.54rem;
}
.section9{
    height: 14.3rem;
}
.section31 .detail{
    top: 3.58rem;
    left: 1.35rem;
}
.section31 .detail .t0{
    font-size: .3rem;
}
.section31 .detail .t1{
    font-size: .58rem;
    padding:  .1rem 0;
    line-height: .76rem
}
.section31 .detail .t2{
    font-size: .33rem;
    margin-top: 0
}
.section31 .detail .t2 .btn-box{
    height: .7rem;
    width: 100%;
    margin-top: .3rem;
}
.section31 .detail .t2 .btn-box .text{
    font-size: .22rem;
}
.section5 .text-box .btn-box{
    opacity: 1
}
.test_driver{
    height: auto
}
.test_driver .bg-box{
    position: relative
}
.test_driver .test-driver-box{
    position: static;
    transform: initial;
    padding: 0.6rem 0.45rem;
    width: 100%;
}
.test_driver .logo-box{
    position: absolute;
    left: 0.6rem;
    top: 0.8rem;
    width: 3.6rem;
}
.test-drive-box-title{
    font-size: .5rem;
    font-weight: bold
}
.min_si_all_2 input{
    font-size: .27rem;
}
.si_all div{
    font-size: .27rem;
}
.submit-btn{
    font-size: .27rem;
    padding: 0.22rem 0;
}
.td_rule{
    font-size: .24rem;
}
.td_rule .tips{
    bottom: -0.4rem;
    left: 0.6rem
}
.td_s_checked{
    width: .4rem;
    height: .4rem
}
.min_si_all img{
    width: .23rem;
}
.select-down-ul li{
    font-size: .27rem;
padding: 0.6em 0.22rem;
}
.select-down-ul{
    top: .6rem;
}
    .section7 .swiper-section7,.section5 .swiper-section5,.section9 .swiper-section9,.section13 .swiper-section13{
        height: 11rem;
        z-index: 111
    }
    .section13 .swiper-section13{
        height: 14rem
    }
    .section5 .swiper-section5 .swiper-slide .video-mask{
        height: auto
    }
    .video-box .close-box{
        width: 1rem;
        height: 1rem
    }
    .video-box .close-box img{
        width: .4rem
    }
    .kv-box .detail .title{
        font-size: .6rem
    }
    .kv-box .detail .desc{
        font-size: .3rem
    }
    .kv-box .detail .desc span{
        font-size: .2rem;
    letter-spacing: .024rem;
    }
    .kv-box .detail .btn-box .btn1{
        width: 2.7rem;
        height: .8rem;
        margin-right: .26rem
    }
    .kv-box .detail .btn-box .btn1 a{
        font-size: .21rem;
    }
    .kv-box .detail .btn-box .btn2{
        width: 2.7rem;
        height: .8rem;
    }
    .kv-box .detail .btn-box .btn2 a{
        font-size: .21rem;
    }
    .kv-box .detail .price-box{
        text-align: center;
        font-size: .24rem;
    }
    .kv-box .detail .price-box b{
        font-weight: bold
    }
    .section1 .detail .section1-logo{
        font-size: .26rem;
        margin-top: .6rem;
        margin-bottom: 0.3rem;
    }
    .section1 .detail .t1, .section1 .detail .t2{
        font-size: .42rem;
        margin-bottom: .2rem;
    }
    .section1 .detail .t-box{
        margin-bottom: .2rem;
    }
    .section1 .detail .t-box div{
        font-size: .42rem;
    }
    .section1 .detail .t3{
        font-size: .28rem
    }
    .section1 .detail .line{
        margin-top: 4rem;
        height: 2.18rem;
    }
    .section2 .video-btn{
        width: 3.88rem;
        height: .87rem;
        border-radius: 0.7rem;
        opacity: 1;
        bottom: 1.75rem;
        z-index: 55;
    }
    .section2 .video-btn .text{
        font-size: .24rem;
        margin-right: .3rem;
    }
    .section2 .video-btn .delta{
        width: .13rem
    }
    .section3{
        padding: 1.8rem .38rem .4rem;
    }
    .section3 .detail .t0{
        font-size: .3rem;
    }
    .section3 .detail{
        /* top: 1.85rem; */
        width: 100%;
    }
    .section3 .detail .parameter-font{
        width: 4.7rem;
        margin-top: 1.06rem
    }
    .section3 .detail .title{
        font-size: .5rem;
    }
    .section3 .detail .title span {
        color: #fff;
        font-size: 0.24rem;
        font-weight: 300;
    }
    .section4{
        padding: 0.93rem 0.36rem 0rem;
    }
    .section4 .t1{
        padding-left: 0rem;
        font-size: .5rem
    }
    .section4 .t2{
        padding-left: 0rem;
        font-size: .5rem
    }
    .section4 .text-box .btn-box{
        opacity: 1
    }
    .section5-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff;
    }
    .swiper-pagination-progress{
        position: absolute;
        bottom: 2.2rem;
        width: calc(100% - 1.1rem);
        height: 1px;
        background: rgba(0,0,0,.25);
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        background: transparent;
        align-items: center;
        justify-content: center;
    }
    .swiper-pagination-progress .swiper-pagination-progressbar{
        background: #17c8d0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform-origin: left top;
    }
    .swiper-pagination-bullet{
        border-radius: 0;
        width: 0.8rem;
        height: 2px;
        margin-right: .2rem;
        opacity: 1;
            background: rgba(0,0,0,.2);
    }
    .swiper-pagination-bullet:nth-last-of-type(1){
        margin-right: 0
    }
    .swiper-pagination-bullet-active{
        background: #000
    }
    .swiper-pagination7{
        display: none
    }


    .section20 .text-box{
        align-items: center;
        justify-content: center;
        bottom: 2.18rem;
        width: 100%;
    }

    .section5-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff
    }
    .section5 {
        position: relative;
        height: 13.9rem;
        background: #fff;
        padding: 1.75rem 0.36rem 0rem;
        margin-bottom: 0rem;
    }
    .section5 .t1{
        padding-left: 0rem;
        font-size: .45rem
    }
    .section5 .t2{
        padding-left: 0rem;
        font-size: .45rem
    }
    .section5 .swiper-controller{
        padding: 0 0.55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 0rem;
        bottom: 3.8rem;
        z-index: -1;
    }
    .section5 .swiper-controller .tabs .tab{
        color: #000;
        font-size: .38rem;
        opacity: 0;
        position: absolute;
        padding: 0 0.55rem;
        text-align: left;
        width: 100%;
        transition: all .3s;
    }
    .section5 .swiper-controller .tabs .tab .name{
        font-size: .34rem;
        padding-bottom: 0;
    }
    .section5 .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0 0.55rem;
    }
    .section5 .swiper-controller .tabs .tab .line {
        display: none
    }
    .section5 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section5 .swiper-controller .text-box{
        position: static;
        margin-top: 0.3rem;
    }
    .section5 .swiper-controller .text{
        color: #505050;
        font-size: .26rem;
        text-align: left;
        left: 0;
        width: calc(100% - 1.1rem);
        padding-left: 0.55rem;
        line-height: .44rem;
        justify-content: flex-start;
    }
    .section5 .swiper-section5 .swiper-slide .video-mask{
        display: none
    }

.section5 .swiper-section5{
    margin-top: .4rem;
}

.section20 .detail{
    top: auto;
    bottom: 1.9rem;
    left: .62rem;
}
.section20 .detail .t0{
    font-size: .3rem;
}
.section20 .detail .t1{
    font-size: .58rem;
    padding: .1rem 0;
    line-height: .76rem;
}
.section20 .detail .t2{
font-size: .33rem;
margin-top: 0
}

.section3 .parameter-font{
    width: 80%
}


.section21 .swiper-section21 .swiper-slide {
    height: 5.8rem;
    overflow: hidden;
}




 .section21-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff
    }
    .section21 {
        position: relative;
        height: 13.9rem;
        background: #fff;
        padding: 1.75rem 0.36rem 0rem;
        margin-bottom: 0rem;
    }
    .section21 .t1{
        padding-left: 0rem;
        font-size: .45rem
    }
    .section21 .t2{
        padding-left: 0rem;
        font-size: .45rem
    }
    .section21 .swiper-controller{
        padding: 0 0.55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 0rem;
        bottom: 3.8rem;
        z-index: -1;
    }
    .section21 .swiper-controller .tabs .tab{
        color: #000;
        font-size: .38rem;
        opacity: 0;
        position: absolute;
        padding: 0 0.55rem;
        text-align: left;
        width: 100%;
        transition: all .3s;
    }
    .section21 .swiper-controller .tabs .tab .name{
        font-size: .34rem;
        padding-bottom: 0;
    }
    .section21 .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0 0.55rem;
    }
    .section21 .swiper-controller .tabs .tab .line {
        display: none
    }
    .section21 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section21 .swiper-controller .text-box{
        position: static;
        margin-top: .3rem;
    }
    .section21 .swiper-controller .text{
        color: #505050;
        font-size: .26rem;
        text-align: left;
        left: 0;
        width: calc(100% - 1.1rem);
        padding-left: 0.55rem;
        line-height: .44rem;
        justify-content: flex-start;
    }
    .section21 .swiper-section21 .swiper-slide .video-mask{
        display: none
    }

.section21 .swiper-section21{
    margin-top: .4rem;
    height: 11rem;
}


    .section15{
        padding: 2rem .27rem 0;
    }
    .section15 .swiper-section15{
        margin-top: .6rem;
    }
.section15 .section15-detail{
    position: absolute;
    z-index: 222;
    left: 0;
    transform: inherit;
    width: 100%;
    height: 70%;
    padding: 0 .5rem;
    display: block;
    bottom: 0;
    top: 5rem;
}
.section15 .section15-detail .section15-detail-title{
    padding-top: 1.2rem;
}

.section15 .section15-detail .tabs{
    margin-top: 7.7rem;
    justify-content: space-between
}
.section15 .section15-detail .tabs .tab .img-box{
    width: 1rem;
    height: 1rem;
}
.section15 .section15-detail .tabs .tab .text-box{
    font-size: .2rem;
}
.section15 .section15-detail .text-list{
    margin-top: -2rem;
    width: 100%;
    height: auto;
}
.section15 .section15-detail .tabs .tab{
    margin-right: 0;
    width: 100%;
    height: auto;
}
.section15 .section15-detail .text-list .text{
    text-align: left;
    line-height: 1.7;
    margin-left: .3rem;
    margin-bottom: .3rem;
    font-size: .26rem
}


.section19 .btn-section17-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22vh;
    border: 1px solid rgb(190,190,190,1);
    width: 3.9rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(244,244,244);
    border-radius: 0.5rem;
    padding: 0.25rem 0;
    cursor: pointer;
    transition: all .3s;
}
.section19 .btn-section17-box:hover{
      border: 1px solid rgb(190,190,190,1);  
}
.section19 .btn-section17-box .text{
    font-size: .26rem;
    font-weight: 300;
}
.section19 .btn-section17-box .img-box{
     width: 0.23rem;
    margin-left: 0.2rem;
}
.section19 .btn-section17-box .img-box img{
    width: 100%;
}



.section19-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff
    }
    .section19 {
        position: relative;
        height: 14.4rem;
        background: #fff;
        padding: 2.5rem 0.36rem 0rem;
        margin-bottom: 0rem;
    }
    .section19 .t1{
        padding-left: 0rem;
        font-size: .45rem
    }
    .section19 .t2{
        padding-left: 0rem;
        font-size: .45rem
    }
    .section15 .t1{
        font-size: .45rem;
    }
    .section15 .t2{
        font-size: .45rem;
    }
    .section3 .detail .t1{
        font-size: .45rem;
    }
    .section3 .detail .t2{
        font-size: .45rem;
    }
    .section19 .swiper-controller{
        padding: 0 0.55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 0rem;
        bottom: 4.5rem;
        z-index: -1;
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .section19 .swiper-controller .tabs{
        position: absolute;
        flex-direction: column;
        top: 0.7rem;
    }
    .section19 .swiper-controller .tabs .tab{
        color: #888;
            font-size: .3rem;
            opacity: 1;
            position: static;
            padding: 0 1rem;
            text-align: left;
            width: 100%;
            transition: all .3s;
            margin-bottom: 0.1rem;
    }
    .swiper-pagination19{
        transform: translateX(-50%) rotate(90deg);
        left: auto;
         width: calc(100% - 3.5rem);
        bottom: 2.8rem;
    }
    .section19 .swiper-controller .tabs .tab .name{
        font-size: .3rem;
    }
    .section19 .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: static;
        text-align: left;
        padding: 0 1rem;
        color: #000
    }
    .section19 .swiper-controller .tabs .tab .line {
        display: none
    }
    .section19 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section19 .swiper-controller .text-box{
        position: static;
        margin-top: -0.9rem;
    }
    .section19 .swiper-controller .text{
        color: #505050;
        font-size: .26rem;
        text-align: left;
        left: 0;
        width: calc(100% - 1.1rem);
        padding-left: .4rem;
        line-height: .44rem;
        justify-content: flex-start;
    }
    .section19 .swiper-section19 .swiper-slide .video-mask{
        display: none
    }
.section19 .swiper-section19 .swiper-slide{
    height: auto;
}
.section19 .swiper-section19 .swiper-slide img,.section19 .swiper-section19 .swiper-slide video{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section19 .swiper-section19{
    margin-top: .4rem;
    height: 6rem;
}
.section15 .section15-detail .tabs .tab:hover .img-box .img1{
    opacity: 1
}
.section15 .section15-detail .tabs .tab:hover .img-box .img2{
    opacity: 0
}
.section15 .section15-detail .tabs .tab-active .img-box .img2{
    opacity: 1 !important;
}

.section14 .swiper-section30 .swiper-slide{
    margin-right: 0;
}

.section14 .swiper-section30 .swiper-slide .text{
    text-align: center;
    font-size: .3rem;
    padding-top: .48rem;
    background: #000;
}

.section14 .swiper-pagination30{
    display: block;
    width: auto;
    height: auto;
    background: #000;
    bottom: 0;
    position: relative;
}
.section14 .swiper-pagination30 .swiper-pagination-bullet{
    width: .14rem;
    height: .14rem;
    border-radius: 50%;
    background: #171d2d;
}
.section14 .swiper-pagination30 .swiper-pagination-bullet-active{
    background: #06c9d4
}



    .section7 .swiper-controller .tabs .tab .name {
        font-size: .34rem;
        font-weight: 300;
        color: #fff;
        padding-bottom: 0
    }
    .section9 .swiper-controller .tabs .tab .name {
        font-size: .34rem;
        font-weight: 300;
        color: #000;
        padding-bottom: 0;
    }
    .section13 .swiper-controller .tabs .tab .name {
        font-size: .32rem;
        font-weight: normal;
        color: #fff
    }
    .section5 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section6-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff;
    }
    .mask-section6{
        display: none
    }
    .section6 {
        position: relative;
        background: #fff;
        height: 16rem;
        margin-top: 0rem;
    }
    .section6 .detail{
        left: .6rem;
        top: 2.4rem;
    }
    .section6 .detail .t0{
        font-size: .3rem;
    }
    .section6 .detail .t1{
        font-size: .58rem;
        padding: .1rem 0;
        line-height: .76rem 
    }
    .section6 .detail .t2{
        font-size: .33rem;
        margin-top: 0
    }
    .section7-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff
    }
    .section7 {
        position: relative;
        height: 17.2rem;
        background: #000;
        padding: 2.3rem 0.5rem 0rem;
        margin-bottom: 0rem;
    }
    .section7 .t1{
        padding-left: 0rem;
        font-size: .5rem;
        padding-bottom: 0;
        float: none;
    }
    .section7 .t2{
        padding-left: 0rem;
        font-size: .52rem;
        float: none;
        margin-top: .67rem;
    }
    .section7 .t2:nth-of-type(1) {
        font-size: .28rem;
    }
    .section7 .t2 div:nth-of-type(2){
        font-size: .26rem;
    line-height: .44rem;
    margin-top: 0.1rem;
        font-weight: 300;
    }
    .section7 .swiper-controller{
        padding: 0 0.55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 0rem;
        z-index: -1;
        bottom: 3.5rem;
    }
    .section7 .swiper-controller .tabs .tab{
        color: #000;
        font-size: .38rem;
        opacity: 0;
        position: absolute;
        padding: 0 0.55rem;
        text-align: left;
        width: 100%;
        transition: all .3s;
    }
    .section7 .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0 0.55rem;
    }
    .section7 .swiper-controller .tabs .tab .line {
        display: none
    }
    .section7 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section7 .swiper-controller .text-box{
        position: static;
        margin-top: .36rem;
    }
    .section7 .swiper-controller .text{
        color:rgba(255,255,255,.6);
        font-size: .26rem;
        text-align: left;
        left: 0;
        width: calc(100% - .9rem);
        padding-left: 0.55rem;
        line-height: .44rem;
        justify-content: flex-start;
    }
    swiper-pagination7{
        display: none
    }
    .section7 .swiper-section7 .swiper-slide .video-mask{
        display: none
    }
    .section8-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff;
    }
    .section8 {
        position: relative;
        height: 16rem;
        margin-top: 2rem;
    }
    .section8 .detail{
        left: 0.85rem;
        top: 2.45rem;
        bottom: auto;
    }
    .section8 .detail .t0{
        font-size: .3rem;
    }
    .section8 .detail .t1{
        font-size: .58rem;
        padding: .1rem 0;
        line-height: .76rem;
    }
    .section8 .detail .t2{
        font-size: .33rem;
        margin-top: 0
    }
    .section12-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff;
    }
    .section12 {
        position: relative;
        height: 16rem;
        background: #fff;
    }
    .section12 .detail{
        left: 0.6rem;
        top: 2.47rem;
    }
    .section12 .detail .t0{
        font-size: .3rem;
    }
    .section12 .detail .t1{
        font-size: .58rem;
        padding: .1rem 0;
        line-height: .76rem;
    }
    .section12 .detail .t2{
        font-size: .3rem;
        margin-top: 0
    }
    .section9-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff
    }
    .section9 {
        position: relative;
        height: 14.9rem;
        padding: 1.4rem 0.36rem 0rem;
        background: #fff;
    }
    .section9 .t0{
        padding-left: 0rem;
        color: #000;
        font-size: .5rem
    }
    .section9 .t1{
        padding-left: 0rem;
        color: #000;
        font-size: .5rem
    }
    .section9 .t2{
        padding-left: 0rem;
        color: #000;
        font-size: .27rem
    }
    .section9 .swiper-controller{
        padding: 0 0.55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 0rem;
        bottom: 4rem;
        z-index: -1;
    }
    .section9 .swiper-controller .tabs .tab{
        color: #000;
        font-size: .38rem;
        opacity: 0;
        position: absolute;
        padding: 0 0.55rem;
        text-align: left;
        width: 100%;
        transition: all .3s;
    }
    .section9 .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0 0.55rem;
    }
    .section9 .swiper-section9{
        margin-top: .4rem;
    }
    .section9 .swiper-controller .tabs .tab .line {
        display: none
    }
    .section9 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section9 .swiper-controller .text-box{
        position: static;
        margin-top: .3rem;
    }
    .section9 .swiper-controller .text{
        color: #000;
        font-size: .26rem;
        text-align: left;
        left: 0;
        width: calc(100% - 1.1rem);
        padding-left: 0.55rem;
        line-height: .44rem;
        justify-content: flex-start;
    }
    .swiper-pagination19 .swiper-pagination-bullet{
        width: .6rem;
        height: 1px;
        margin-right: 0
    }

    .section14 {
        position: relative;
        height: 11rem;
        padding: 0rem 0.36rem 0rem;
        margin-bottom: 0rem;
    }
    .section14 .t1{
        padding-left: 0rem;
        font-size: .5rem;
        text-align: left
    }
    .section14 .t2{
        padding-left: 0rem;
        text-align: left;
        font-size: .24rem;
    }
    
    .swiper-section14{
        margin-top: .5rem;
        height: 11rem;
        z-index: 111;
    }
    .section14 .swiper-section30{
        padding-bottom: 2.6rem;
    }
    .section14 .swiper-section30 .swiper-slide .bg{
        border-radius: .3rem;
    }
    .section14 .swiper-controller{
        padding: 0 0.55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 0rem;
        bottom: 3rem;
        z-index: -1;
        left: 50%;
        width: 100%;
    }
    .section14 .swiper-section30 .section14-swiper-controller{
       height: .76rem;
    }
    .section14 .swiper-section30 .section14-swiper-controller .swiper-button-box{
        display: flex;
        align-items: center;
        margin-left: 0;
        position: absolute;
        width: 100%;
        justify-content: space-between;
        padding: 0 .3rem;
    }
    .section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev{
        margin-right: 0;
        width: .76rem;
        height: .76rem;
        border: 0;
        background: #06c9d4;
    }
    .section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev img{
        width: .14rem;
    }
    .section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev:hover .img2{
        display: none
    }
    .section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-prev:hover .img1{
        display: block
    }
    .section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next{
        width: .76rem;
        height: .76rem;
        border: 0;
        background: #171d2d;
    }
    .section14 .swiper-section30 .section14-swiper-controller .swiper-button-box .swiper30-button-next img{
        width: .14rem;
    }
    .section14 .swiper-controller .tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    }
    .section14 .swiper-controller .tabs .tab{
        color: #000;
        font-size: .38rem;
        opacity: 0;
        position: absolute;
        padding: 0 0.55rem;
        text-align: left;
        width: 100%;
        transition: all .3s;
    }
    .section14 .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0 0.55rem;
    }
    .section14 .swiper-controller .tabs .tab .line {
        display: none
    }
    .section14 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section14 .swiper-controller .text-box{
        position: static;
        margin-top: .36rem;
    }
    .section14 .swiper-controller .text{
        color: #000;
        font-size: .24rem;
        text-align: left;
        left: 0;
        width: calc(100% - 1.1rem);
        padding-left: 0.55rem;
        line-height: .44rem;
        justify-content: flex-start;
    }
    .section14 .swiper-section14 .swiper-slide img{
        width: 100%;
}


    .section18{
        padding: 1.88rem .43rem 2.5rem;
    }
    .section18 .t2{
        font-size: .24rem;
        margin-top: .05rem;
    }
    .section18 .detail-box{
        margin-top: .6rem;
        border-radius: .3rem;
    }
    .section18 .caonima2{
        margin-top: .6rem;
    }
    .section18 .detail-text-box .caonima2{
        display: none !important
    }
    .section18 .caonima2 .cncap{
        margin-bottom: .3rem;
    }
    .section18 .caonima2 .cncap img{
        width: 2.5rem;
    }
    .section18 .caonima2 .t1{
        font-size: .34rem;
        color: #fff;
        font-weight: 300
    }
    .section18 .caonima2 .t2{
        font-size: .26rem;
        color: rgba(255, 255, 255, .6);
        margin-top: .1rem;
    }
    .section13-box{
        height: 200vh;
        position: relative;
        width: 100%;
        background: #fff
    }
    .section13 {
        position: relative;
        height: auto;
        background: #000;
        padding: 1.2rem 0.36rem 0rem;
        padding-bottom: 0rem;
    }
    .section13 .t1{
        padding-left: 0rem;
        font-size: .52rem
    }
    .section13 .t2{
        padding-left: 0rem;
        font-size: .52rem
    }
    .section13 .swiper-controller{
        padding: 0 0.55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 0rem;
        bottom: 3rem;
        z-index: -1;
    }
    .section13 .swiper-controller .tabs .tab{
        color: #000;
        font-size: .38rem;
        opacity: 0;
        position: absolute;
        padding: 0 0.55rem;
        text-align: left;
        width: 100%;
        transition: all .3s;
    }
    .section13 .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0 0.55rem;
    }
    .section13 .swiper-controller .tabs .tab .line {
        display: none
    }
    .section13 .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .section13 .swiper-controller .text-box{
        position: static;
        margin-top: .36rem;
    }
    .section13 .swiper-controller .text{
        color: #fff;
        font-size: .24rem;
        text-align: left;
        left: 0;
        width: calc(100% - 1.1rem);
        padding-left: 0.55rem;
        line-height: .44rem;
        justify-content: flex-start;
    }
    .section13 .swiper-pagination-progress{
        bottom: 5rem;
    }
    .section13 .swiper-pagination-bullet{
        border-radius: 0;
        width: 0.8rem;
        height: 2px;
        margin-right: .2rem;
        opacity: 1;
            background: rgba(255,255,255,.2);
    }
    .section13 .swiper-pagination-bullet-active{
        background: #fff
    }
    .section13-btn-box{
        margin-top: 2rem;
        right: 0.4rem;
        padding-bottom: 0
    }
    .liner-btn-radius{
        background: #000
    }
    .liner-btn-radius img{
        width: 3.5rem;
    }
    .liner-btn-box{
        width: auto;
        height: auto;
        background: none;
        text-decoration: underline
    }
    .liner-btn-box .liner-btn-radius .text-box{
        width: auto;
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    .liner-btn-box .liner-btn-radius .text-box .t3{
        font-size: .2rem;
        color: #fff
    }
    .liner-btn-box .liner-btn-radius .text-box .t4{
        font-size: .2rem;
        margin-top: 0rem;
        color: #fff
    }
    .liner-btn-box .img-box .img1{
        display: none
    }
    .liner-btn-box .img-box{
        margin-left: .1rem;
    }
    .liner-btn-box .img-box .img2{
        display: block;
        width: 0.3rem;
        transform: rotate(270deg);
    }
    .section10 {
        background-image: url(../../../../images/car-model-public/fierce-dragon/mbsection10-bg.jpg);
        padding: 2.3rem .64rem 0
    }
    
    .section10 .t2{
        font-size: .47rem;
        margin-top: .2rem;
        font-weight: bold
    }
    .section10 .t3-box{
        margin-top: .2rem
    }
    .section10 .t4{
        font-size: .38rem;
        margin-top: .5rem
    }
    .section24{
        margin-top: 0rem;
    }
    .section24 .title{
        margin-top: 2.76rem;
        font-size: 0.58rem;
        line-height: initial
    }
    .section24 .title span{
        font-size: .24rem;
        margin-top: .34rem;
    }
    .section24 .title .box-btn{
        margin-top: .6rem;
        width: 3.05rem;
        height: .8rem;
    }
    .section24 .title .box-btn .text{
        font-size: .23rem;
        color: #06c9d4
    }
    .section24 .title .box-btn .img-box{
        width: .4rem;
        height: .4rem;
    }
    .section24 .title .box-btn .img-box img{
        width: .1rem;
    }
    .section24 .img-box{
        width: 120%;
    }
    .section24 .bg img{
        height: 11rem;
    }
    .section25 {
        padding: 0 .33rem;
    }
    .section25 .top{
        justify-content: flex-start;
        width: 100%;
        height: 6.6rem;
    }
    .section25 .top .left-box .m-img img{
        border-radius: 0
    }
    .section25 .top .left-box{
        width: 50%;
        margin-right: .2rem;
    }
    .section25 .top .right-box{
        width: 50%;
    }
    .section25 .top .right-box .top-box{
        flex-direction: column;
        height: 100%;
    }
    .section25 .top .right-box .top-box .m-img{
        margin-right: 0;
        width: 100%
    }
    .section25 .top .right-box .top-box .m-img img{
        width: 100%
    }
    .section25 .top .right-box .top-box .m-img:nth-last-of-type(1){
        margin-top: .2rem
    }
    .section25 .top .right-box .top-box .m-img img{
        border-radius: 0
    }
    .section25 .bottom-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 3.2rem;
        margin-top: .2rem;
    }
    .section25 .bottom-box .m-img{
        width: 100%;
        height: 100%
    }
    .section25 .bottom-box .m-img img{
        width: 100%;
        height: 100%
    }
    .section25 .bottom-box .m-img:nth-last-of-type(1) {
        margin-left: .2rem;
    }
    .section25 .bottom{
        height: 9rem;
        margin: 0.2rem auto 0;
        width: auto;
    }
    .section25 .bottom .electricity-out img{
        height: 0.6rem;
    }
    .section25 .bottom .electricity img{
        height: .6rem
    }
    .section25 .bottom .electricity{
        bottom: 1.8rem;
        left: .8rem;
    }
    .section25 .bottom .electricity-out{
        bottom: 1.8rem;
        left: .8rem;
    }
}