/* .gwm-footer {
  position: relative;
  z-index: 2
} */
.swiper-pagination-progress{
    display: none
}
.onePage {
  height: 100vh;
  width: 100%;
}

.kv-box {
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}
.kv-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-box .detail .title {
  color: #ffffff;
  font-size: 0.67rem;
  width: 3.6rem;
}
.kv-box .detail .title img {
    width: 100%;
}
.kv-box .detail .desc {
  font-size: 0.26rem;
  color: #fff;
  letter-spacing: 0.098rem;
  margin-top: 0.2rem;
}
.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-right: 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.16rem;
}
.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;
  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.16rem;
}
.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;
}
.kv-box .detail .btn-box .btn2:hover::before {
  height: 100%;
}
.kv-box .detail .btn-box .btn2:hover a {
  color: #000;
}

.kv-box {
  position: relative;
  top: 0;
  left: 0;
}
.kv-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  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;
    left: 1.2rem;
    top: 2rem;
}
.kv-box .detail .title {
  color: #ffffff;
  font-size: 0.5rem;
  letter-spacing: 0.029rem;
  width: 3.6rem;
}
.kv-box .detail .title img{
    width: 2rem;
}
.kv-box .detail .desc {
  font-size: 0.23rem;
  color: #fff;
  letter-spacing: 0.098rem;
  margin-top: 0.18rem;
  font-weight: 300;
}
.kv-box .detail .price-box {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.25rem;
  font-weight: 300;
}
.banner_version_text{
    margin-top: 0.25rem;
    color: #fff;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.bvt_min_t1, .bvt_min_t2 span{
    font-size: 0.18rem;
}
.banner_version_text .bvt_min_t2{
    font-size: 0.3rem;
    margin-top: 0.05rem;
    font-weight: 500;
}
.bvt_min_line{
    height: 0.4rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}



.kv-box .detail .btn-box {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.kv-box .detail .btn-box .btn2 {
  width: 2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  cursor: pointer;
  position: relative;
  border: none;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.kv-box .detail .btn-box .btn2 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 .btn2::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 .btn2:hover a {
  color: #fff;
  transition: 0.5s;
}
.kv-box .detail .btn-box .btn2:hover::before {
  height: 0;
}
.kv-box .detail .btn-box .btn1 {
  display: flex;
  width: 2rem;
  height: 0.52rem;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.kv-box .detail .btn-box .btn2 img{
    position: absolute;
    top: 0.52rem;
    display: none;
    width: 1.8rem;
}
.kv-box .detail .btn-box .btn2:hover img{
    display: block;
}
.kv-box .detail .btn-box .btn1 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 .btn1::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  top: auto;
  transition: 0.5s;
  background-color: #fff;
  z-index: 0;
}
.kv-box .detail .btn-box .btn1:hover::before {
  height: 100%;
}
.kv-box .detail .btn-box .btn1:hover a {
  color: #000;
}

main {
  position: relative;
  margin-top: 0;
  z-index: 2;
}

.filter {
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.07) 7.9%, rgba(255, 255, 255, 0.15) 15.3%, rgba(255, 255, 255, 0.22) 22.2%, rgba(255, 255, 255, 0.28) 28.7%, rgba(255, 255, 255, 0.34) 34.8%, rgba(255, 255, 255, 0.4) 40.6%, rgba(255, 255, 255, 0.46) 46.2%, rgba(255, 255, 255, 0.51) 51.7%, rgba(255, 255, 255, 0.57) 57.2%, rgba(255, 255, 255, 0.62) 62.8%, rgba(255, 255, 255, 0.68) 68.7%, rgba(255, 255, 255, 0.75) 75.2%, rgba(255, 255, 255, 0.82) 82.6%, rgba(255, 255, 255, 0.88) 91.2%, rgb(255, 255, 255));
}

.section1 {
  width: 100%;
  position: relative;
  height: 200vh;
}
.section1 .detail {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.45rem;
  background-color: #fff;
}
.section1 .detail .t1 {
  color: #27b0b7;
  font-size: 0.32rem;
}
.section1 .detail .t2,
.section1 .detail .t3,
.section1 .detail .t4 {
  color: #000;
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.section1 .detail .t2 {
  margin-top: 0.62rem;
}
.section1 .detail .line {
  height: 2px;
  width: 1.34rem;
  background-color: #9d9d9d;
  margin-top: 0.9rem;
}
.section1 .detail .t5 {
  color: #27b0b7;
  font-size: 0.32rem;
  margin-top: 0.65rem;
}

.common-section {
  position: relative;
  padding: 1rem 2.6rem;
  z-index: 2;
  color: #fff;
}
.common-section .t1 {
  font-size: 0.66rem;
  line-height: .6rem;
  font-weight: 500;
}
.common-section .t2 {
  font-size: 0.66rem;
  margin-top: 0.1rem;
  font-weight: 500;
}
.common-section .t3 {
  font-size: 0.28rem;
  font-weight: 300;
  margin-top: 0.08rem;
}
.common-section .swiper-section {
  width: 100%;
  position: relative;
}
.common-section .swiper-section .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.common-section .swiper-section .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}
.common-section .swiper-section .swiper-slide video {
  width: 100%;
  border-radius: 20px;
  z-index: 2;
  position: relative;
}
.common-section .swiper-section .swiper-slide ._sw_fm_mb{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.common-section .swiper-section .swiper-slide .s99_img_fm_mb{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.common-section .swiper-controller {
  position: relative;
  z-index: 222;
  left: 50%;
  transform: translateX(-50%);
  /* bottom: 2.2rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.2rem;
  width: 100%;
  margin-top: 0.3rem;
}
.common-section .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-section .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;
}
.common-section .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #fff;
}
.section15 .swiper-controller .tabs .tab .name {
  padding-bottom: 0.22rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #fff;
}
.common-section .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  /* background-color: rgba(255, 255, 255, 1); */
  transition: background-color 0.3s;
}
.section15 .swiper-controller .tabs .tab .line{
    background-color: rgba(255, 255, 255, 0.3);
}
.common-section .swiper-controller .tabs .tab-active {
  color: #fff;
}
.common-section .swiper-controller .tabs .tab-active .line {
  background-color: #fff;
      height: 2px;
    margin-top: -1px;
}
.section15 .swiper-controller .tabs .tab-active .line{
    background-color: #fff;
}
.common-section .swiper-controller .text-box {
  position: relative;
  margin-top: 0.2rem;
  width: 100%;
}
.common-section .swiper-controller .text-box .text {
  position: absolute;
  width: 100%;
  /* color: rgba(255, 255, 255, 1); */
  font-size: 0.16rem;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 300;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
}
.section15 .swiper-controller .text-box .text{
    color: #fff;
}
.common-section .swiper-controller .text-box .text span{
     color: rgba(255, 255, 255, 0.6); 
     font-size: .16rem
}
.common-section .swiper-controller .text-box .text0 {
  opacity: 1;
}

.section2 {
  color: #000;
}
@media (max-width: 767px){
    .section2 {
        position: relative;
        z-index: 3;
    }
}

.section5 {
  color: #fff;
}



.section11 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.section11 .content-box {
  padding: 0.2rem 2.55rem;
      position: relative;
    z-index: 1;
}
.section11 .content-box .t1 {
  font-size: 0.66rem;
  line-height: 1rem;
  font-weight: 500;
}
.section11 .content-box .t2 {
    font-size: 0.66rem;
    margin-top: 0.1rem;
    font-weight: 500;
}
.section11 .content-box .t3 {
  font-size: 0.28rem;
  margin-top: 0.3rem;
}
.section11 .content-box .btn-box {
  width: 3.4rem;
  height: 0.7rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  cursor: pointer;
  transition: all .5s
}
.section11 .content-box .btn-box .text {
  color: #fff;
  font-size: 0.21rem;
  font-weight: 300;
}
.section11 .content-box .btn-box .play {
  width: 0.29rem;
  margin-left: 0.2rem;
}
.section11 .content-box .btn-box:hover{
    background-color: rgba(0,0,0,.7);
}
.section11 .img-box {
  width: 100%;
  margin-top: -2rem;
}
.section11 .img-box img {
  width: 100%;
}

.section13 {
}
.section16 {
  color: #fff;
}

.section3 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section3 img {
  width: 100%;
}

.section6 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section6 img {
  width: 100%;
}

.section9 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section9 img {
  width: 100%;
}

.section14 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section14 img {
  width: 100%;
}

.section17 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section17 img {
  width: 100%;
}

.section4 {
  position: relative;
  z-index: 1;
  background-color: #9ab0be;
  padding: 1rem 2.6rem;
}

.section7 {
  position: relative;
  z-index: 1;
  background-color: #cfcec9;
  padding: 1rem 2.6rem;
}

.section10 {
  position: relative;
  z-index: 1;
  padding: 1rem 2.6rem;
}

.section12 {
  position: relative;
  z-index: 1;
  padding: 1rem 2.6rem;
}

.section15 {
  position: relative;
  z-index: 1;
  padding: 1rem 2.6rem;
}

.section18 {
  position: relative;
  z-index: 1;
  padding: 1rem 2.6rem;
}
.section19 {
  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%;
}
.section19 .t1 {
  color: #000;
  font-size: 0.34rem;
  font-weight: 300;
}
.section19 .t2 {
  color: #000;
  font-size: 0.5rem;
  margin-top: 0.2rem;
}
.section19 .t3-box {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.section19 .t3-box img {
  width: 0.27rem;
  margin-right: 0.2rem;
}
.section19 .t3-box div {
  color: #000;
  font-size: 0.25rem;
  margin-right: 0.2rem;
  font-weight: 300;
}
.section19 .t3-box .t3-3 {
  margin-right: 0;
}
.section19 .t4 {
  font-size: 0.32rem;
  color: #000;
  margin-top: 0.4rem;
}
.section19 .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;
}

.section20 {
  z-index: 1;
  background: #fff
}
.section20 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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;
}
@media (max-width: 768px) {
.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;
}
.video-box .close-box{
        width: 1rem;
        height: 1rem
    }
    .video-box .close-box img{
        width: .4rem
    }
    .kv-box .detail{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        padding: 20vh 7vw 0;
        align-items: center;
    }
    .kv-box .detail .title img{
        width: 2.5rem;
    }
    .kv-box .detail .price-box{
        font-size: 0.3rem;
    }
    .kv-box .detail .title{
        font-size: .6rem;
        width: auto;
    }
    .kv-box .detail .desc{
        font-size: .3rem
    }
    .kv-box .detail .btn-box .btn1{
        width: auto;
        flex: 1;
        height: 0.8rem;
        margin-right: .26rem
    }
    .kv-box .detail .btn-box .btn1 a{
        font-size: .21rem;
    }
    .kv-box .detail .btn-box .btn2{
        width: auto;
        flex: 1;
        height: .8rem;
    }
    .kv-box .detail .btn-box .btn2 a{
        font-size: .21rem;
    }
    .kv-box .detail .btn-box{
        justify-content: space-between;
        width: 100%;
    }
    .kv-box .detail .btn-box .btn2 img{
        display: none !important;
    }
    .bvt_min_line{
        height: 0.6rem;
    }
    


    .section1 .detail {
        padding: 0 .82rem;
    }
    .section1 .detail .t1 {
        font-size: .35rem;
    }
    .section1 .detail .t2, .section1 .detail .t3, .section1 .detail .t4{
        font-size: .6rem
    }
    .section1 .detail .t2{
        margin-top: .9rem;
    }
    .section1 .detail .line{
        margin-top: 1.2rem;
        width: 1.45rem
    }
    .section1 .detail .t5{
        font-size: .35rem;
        margin-top: .7rem;
    }
    .common-section .swiper-section{
        height: 11rem;
        z-index: 111
    }
    .swiper-pagination-progress{
        position: absolute;
        bottom: 0;
        width: calc(100% - 1.1rem);
        height: auto;
        background: rgba(255,255,255,.25);
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        background: transparent;
        align-items: center;
        justify-content: center;
    }
    .swiper-pagination-bullet{
        border-radius: 0;
        width: 0.8rem;
        height: 2px;
        margin-right: .2rem;
        opacity: 1;
            background: rgba(255,255,255,.2);
    }
    .swiper-pagination-bullet:nth-last-of-type(1){
        margin-right: 0
    }
    .swiper-pagination-bullet-active{
        background: #fff
    }
    .common-section{
        padding: 2rem .84rem;
    }
    .section11 .content-box{
        padding: 2rem .84rem 0;
    }
    .common-section .t1{
        font-size: .62rem;
    }
    .common-section .t2{
        font-size: .62rem;
    }
    .common-section .t3{
        font-size: .3rem;
        margin-top: 0.2rem;
    }
    .section5,.section8,.section13 {
        color: #fff;
    }
    .section11 .content-box .t1{
        font-size: .62rem;
    }
    .section11 .content-box .t2{
        font-size: .62rem;
    }
    .section11 .content-box .t3{
        font-size: .3rem;
        margin-top: 0.2rem;
    }
    .common-section .swiper-controller{
        padding: 0 .55rem;
        position: absolute;
        transform: translateX(-50%);
        margin-top: 1rem;
        bottom: 3rem;
        z-index: -1
    }
    .common-section .swiper-controller .tabs .tab{
        color: #fff;
        font-size: .38rem;
        opacity: 0;
        position: absolute;
        padding: 0 0.55rem;
        text-align: left;
        width: 100%;
        transition: all .3s;
    }
    .common-section .swiper-controller .tabs .tab-active{
        opacity: 1;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0 0.55rem;
    }
    .common-section .swiper-controller .tabs .tab .line {
        display: none
    }
    /* .section97 .swiper-controller .tabs .tab .name, .section10 .swiper-controller .tabs .tab .name{
        color: #000 !important;
    }
    .section97 .swiper-controller .text-box .text, .section10 .swiper-controller .text-box .text{
        color: #000 !important;
    }
    .section97 .swiper-pagination-bullet, .section10 .swiper-pagination-bullet{
        background: rgba(0,0,0,.2);
    }
    .section97 .swiper-pagination-bullet-active, .section10 .swiper-pagination-bullet-active{
        background: #000;
    } */

    .common-section .swiper-controller .tabs .tab-active .line{
        display: none
    }
    .common-section .swiper-controller .text-box{
        position: static;
        margin-top: .36rem;
    }
    .common-section .swiper-controller .text-box .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;
    }
    .common-section .swiper-controller .text-box .text span{
     /* color: rgba(255, 255, 255, 0.6);  */
     font-size: .24rem
    }
    .section18 .swiper-controller .tabs .tab .name{
        color: #000;
    }
    .section18 .swiper-controller .text-box .text{
        color: #000;
    }
    .section4,.section7,.section10,.section12,.section15,.section18,.section97,.section98,.section99{
        padding: 1.2rem 0.36rem 0rem;
    }

     .section19 {
        background-image: url(../../../../images/car-model-public/fierce-dragon/mbsection10-bg.jpg);
        padding: 2.3rem .64rem 0
    }
    
    .section19 .t2{
        font-size: .47rem;
        margin-top: .2rem;
        font-weight: bold
    }
    .section19 .t3-box{
        margin-top: .2rem
    }
    .section19 .t4{
        font-size: .38rem;
        margin-top: .5rem
    }
    .swiper-pagination18{
        bottom: 1rem;
    }
}


.zw-mb{
    display: none
}
@media (max-width: 768px) {
    .zw-pc{
        display: none
    }
}

/* swiper theme2 */
.section97 .swiper-controller .tabs .tab .name,
.section10 .swiper-controller .tabs .tab .name,
.section18 .swiper-controller .tabs .tab .name{
    color: #000;
}
.section97 .swiper-controller .tabs .tab-active .line,
.section10 .swiper-controller .tabs .tab-active .line,
.section18 .swiper-controller .tabs .tab-active .line{
    background-color: #000;
}
.section97 .swiper-controller .tabs .tab .line,
.section10 .swiper-controller .tabs .tab .line,
.section18 .swiper-controller .tabs .tab .line{
    background-color: rgba(0, 0, 0, 0.2);
}
.section97 .swiper-controller .tabs .tab-active .line,
.section10 .swiper-controller .tabs .tab-active .line,
.section18 .swiper-controller .tabs .tab-active .line{
    background-color: rgba(0, 0, 0, 1);
}
.section97 .swiper-controller .text-box .text,
.section10 .swiper-controller .text-box .text,
.section18 .swiper-controller .text-box .text{
    color: #000;
}
.section97 .swiper-controller .text-box .text span,
.section10 .swiper-controller .text-box .text span,
.section18 .swiper-controller .text-box .text span{
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px){
    .section97 .swiper-pagination-bullet,
    .section10 .swiper-pagination-bullet,
    .section18 .swiper-pagination-bullet{
        background: rgba(0,0,0,.2);
    }
    .section97 .swiper-pagination-bullet-active,
    .section10 .swiper-pagination-bullet-active,
    .section18 .swiper-pagination-bullet-active{
        background: #000;
    }

    .common-section .swiper-controller .tabs .tab .name{
        font-size: 0.32rem;
    }
}