/*
 *车型页固定主导航
 */
.header{
    position: absolute;
}
.tools-fast-link{
    display: none;
}
#main{
    display: none;
}

.model-fast-link{
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 90;
}
.model-fast-link a{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}
.model-fast-link a .text{
    display: inline-block;
    height: 40px;
    line-height: 42px;
    width: 0;
    position: absolute;
    right: 20px;
    font-size: 15px;
    background: #00b0f0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 16px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: HYQiHei-40S;
}
.model-fast-link a.to-top{
    visibility: hidden;
}
.id .model-fast-link a .text{
    background: #a9cee5;
}
.idux .model-fast-link a .text{
    background: #eed484;
    color: #30343F;
    font-family: HYQiHei-60S;
}
.model-fast-link a:last-child{
   margin-bottom: 0;
}
.model-fast-link a.phone-number .icon{
    display: inline-block;
    background: url(../img/fast_link02.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.model-fast-link a.dealer .icon{
    display: inline-block;
    background: url(../img/fast_link02.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.model-fast-link a.car360{
    display: none;
}
.model-fast-link a.car360 .icon{
    display: inline-block;
    background: url(../img/model_details/fast_link08.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.model-fast-link a.car360 .qr-box{
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.model-fast-link a.car360 .qr{
    position: absolute;
    left: -225px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
    pointer-events: none;
}
.model-fast-link a.car360:hover .qr{
    pointer-events: all;
}
.model-fast-link a.car360 .qr-arrow{
    position: absolute;
    left: -126px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.model-fast-link a.car360:hover .qr-arrow{
    pointer-events: all;
}
.model-fast-link a:last-child .icon{
    display: inline-block;
    background: url(../img/fast_link05.png) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.model-fast-link a.phone-number{
    display: none;
    margin-bottom: 12px;
}
.id .model-fast-link a.dealer .icon{
    background: url(../img/fast_link03.png) no-repeat;
    background-size: 100% auto;
}
.id .model-fast-link a.car360 .icon{
    background: url(../img/model_details/fast_link09.png) no-repeat;
    background-size: 100% auto;
}
.id .model-fast-link a:last-child .icon{
    background: url(../img/fast_link04.png) no-repeat;
    background-size: 100% auto;
}
.idux .model-fast-link a.phone-number {
    display: block;
}
.idux .model-fast-link a.phone-number .icon{
    background: url(../img/model_details/fast_link07.png) no-repeat;
    background-size: 100% auto;
}
.idux .model-fast-link a.dealer .icon{
    background: url(../img/model_details/fast_link06.png) no-repeat;
    background-size: 100% auto;
}
.idux .model-fast-link a:last-child .icon{
    background: url(../img/model_details/fast_link05.png) no-repeat;
    background-size: 100% auto;
}
.model-fast-link a.phone-number:hover .text{
    width: 150px;
}
.model-fast-link a.car360:hover .text{
    width: 130px;
}
.model-fast-link a.dealer:hover .text{
    width: 110px;
}
.model-fast-link a.car360:hover .qr-box{
    opacity: 1; 
}
.model-fast-link a:hover{
    color: #fff;  
}
.model-fast-link a:hover .text{
    width: 98px;
}
.swiper-pagination-bullet .before{
    background: #001E50;
}
.swiper-pagination-bullet .after{
    background: #001E50;
}
.id .swiper-pagination-bullet .before{
    background: #fff;
}
.id .swiper-pagination-bullet .after{
    background: #fff;
}
.idux .swiper-pagination-bullet .before{
    background: #eed484;
}
.idux .swiper-pagination-bullet .after{
    background: #eed484;
}
.btn-id-blue{
    background-color: #001E50;
}
.vw .btn-id-blue:hover{
    background-color: #002560;
    color: #fff;
}
.id .btn-id-blue{
    background-color: #9BBED7;
}
.id .btn-id-blue:hover{
    background: #A9CEE5;
}
.idux .btn-id-blue{
    background-color: #eed484;
    color: #30343F;
}
.idux .btn-id-blue:hover{
    background: #eed484;
    color: #30343F;
    opacity: 0.9;
}
.btn-border-id{
    color: #001E50;
    border: 1px solid #001E50;
}
.vw .btn-border-id:hover{
    color: #002560;
    border: 1px solid #002560;
}
.vw .btn-border{
    color: #001E50;
}
.vw .btn-border :hover{
    color: #002560;
    border: 1px solid #002560;
}
.id .btn-border-id{
    color: #9BBED7;
    border: 1px solid #9BBED7;
}
.id .btn-border-id:hover{
    color: #A9CEE5;
    border: 1px solid #A9CEE5;
}
.idux .btn-border-id{
    color: #eed484;
    border: 1px solid #eed484;
}
.idux .btn-border-id:hover{
    color: #eed484;
    border: 1px solid #eed484;
    opacity: 0.9;
}
.vw .btn-border-id:hover{
    color: #001E50 !important;
}
.btn-more .icon circle{
    fill:#fff;
}
.btn-more .icon rect{
    fill:#001E50;
}
.id .btn-more .icon circle{
    fill:#9BBED7;
}
.id .btn-more .icon rect{
    fill:#fff;
}
.btn-border{
    color: #001E50;
    border: 1px solid #001E50;
}
.id .btn-border{
    color: #fff;
    border: 1px solid #fff;
}
.idux .btn-border{
    color: #eed484;
    border: 1px solid #eed484;
}

.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#parallax0{
    height: 100%;
}
.banner #parallax0 .pic-box{
    position: relative;
    height: 100%;
}
.banner #parallax0 img{
    width: 100%;
    min-height: 114%;
    display: block;
    position: relative;
    transform: translateY(-21%);
    object-fit: cover;
    object-position: 50% 50%;
}
.banner .text-box{
    position: absolute;
    top: calc(120px + 10%);
    left: 8%;
}
.banner .text-box.down{
    position: absolute;
    top:auto;
    left: 8%;
    bottom: calc(120px + 10%);
}
.banner .text-box h2{
    color: #fff;
    font-family: VWHead-Bold,HYQiHei-80S;
}
.id .banner .text-box h2{
    font-family: VWProduct,HYQiHei-80S;
}
.idux .banner .text-box h2{
    font-family: VWProduct,HYQiHei-80S;
    color: #eed484;
}
.idux .banner .text-box h2 img{
    width: 305px;
}
.banner .text-box P{
    color: #fff;
    margin-top: 16px;
    font-size: 18px;
}
.idux .banner .text-box>P{
    color: #eed484;
}
.banner .text-box .price-box{
    margin-top: 19px;
}
.banner .text-box .price-box p{
    font-size: 14px;
    margin: 0 0 3px 0;
}
.banner .text-box .price-box h4{
    color: #fff;
    margin-bottom: 24px;
}
.banner .id-icon{
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: none;
}
.id .banner .id-icon{
    display: block;
}
.idux .banner .id-icon{
    display: block;
}
.idux .banner .id-icon path{
    fill:#eed484;
}

.sub-nav{
    width: 100%;
    background: #fff;
    height: 56px;
    line-height: 56px;
    padding-left: 40px;
    position: relative;
    z-index: 89;
}
.idux .sub-nav{
    background: #30343f;
}
.sub-nav.scroll{
    position: fixed;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 2048px;
    
}
.sub-nav .car-name{
    display: inline-block;
    font-family: VWHead-Bold,HYQiHei-80S;
    font-size: 18px;
    margin-right: 40px;
    vertical-align: top;
}
.id .sub-nav .car-name{
    font-family: VWProduct,HYQiHei-80S;
}
.idux .sub-nav .car-name{
    font-family: VWHead-Bold,HYQiHei-80S;
    color: #eed484;
}
.sub-nav .anchor-box{
    display: inline-block;
}
.sub-nav .anchor{
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    font-family: HYQiHei-40S;
    color: #000;
    position: relative;
}
.idux .sub-nav .anchor{
    color: #eed484;
}
.sub-nav .anchor .line{
    position: absolute;
    width: 0%;
    height: 2px;
    background: #001E50;
    bottom: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.idux .sub-nav .anchor .line{
    background: #eed484;
}
.sub-nav .anchor.active .line{
    width: 100%;
}
.sub-nav .anchor:hover{
    opacity: 0.7;
}
.sub-nav .btn-box{
    vertical-align: top;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}
.sub-nav .btn-box a{
    margin: 0 5px;
    vertical-align: middle;
}
.sub-nav .btn-box a.btn-border-id{
    line-height: 26px !important;
}

.config-box{
    background: #fff;
    padding: 120px 0;
    overflow: hidden;
}
.config-box.scroll{
    padding: 176px 0 20px 0;
}
.id .config-box{
    background: #9BBED7;
}
.idux .config-box{
    background: #0d171a;
}
.config-box h1{
    color: #000;
    margin-left: 7.8%;
}
.id .config-box h1{
    color: #fff;
    font-family: HYQiHei-40S;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.idux .config-box h1{
    color: #eed484;
    font-family: HYQiHei-40S;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.config-box .pic-box{
    position: relative;
}
/* .id .config-box .pic-box{
    display: none;
} */
.config-box .car-img{
    width: 70%;
    display: block;
    margin: 0 auto;
    transform: translateX(150%);
    opacity: 1;
    margin-top: -10%;
}
.config-box .charge{
    display: none;
}
.id .config-box .charge{
    display: block;
    position: absolute;
    top: 39%;
    right: 17%;
    width: 10%;
}
.config-box .config{
    width: 75%;
    margin: -3.5% auto 0 auto;
}
/* .id .config-box .config{
    display: none;
} */
.config-box .config .item{
    display: inline-block;
    width: calc(25% - 40px);
    text-align: center;
    color: #001E50;
    float: left;
    margin: 0 20px;
}
.id .config-box .config .item{
    color: #fff;
}
.idux .config-box .config .item{
    color: #eed484;
}
.config-box .config .item .title{
    font-family: VWHead-Bold,HYQiHei-80S;
    margin-bottom: 8px;
    font-size: 20px;
}
.config-box .config .item .text{
    font-family: VWHead-Light2,HYQiHei-40S;
    font-size: 16px;
}

.gallery{
    position: relative;
    width: 100%;
}
.id .gallery{
    background: #9BBED7;
}
.idux .gallery{
    background: #0d171a;
}
.gallery .scroll-container{
    position: sticky !important;
    top: 0 !important;
    height: auto;
    overflow: hidden;
    padding-top: 100px;
}
.gallery .scroll-pic{
    width: 100%;
    position: absolute;
    top: calc(50% - 80px);
    left: 50%;
    transform: translate(-50%,-50%);
}
.gallery .swiper-container{
    width: 100%;
    padding:0 0%;
    overflow: hidden;
    padding-bottom: 120px;
}
.gallery .pic{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.gallery video{
    width: 100%;
    display: block;
    display: none;
    margin: 0 auto;
}
.gallery .play{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.gallery .swiper-slide{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.9);
    margin: 0 1.5%;
}
.gallery .swiper-slide.swiper-slide-active{
    transform: scale(1);
}
.gallery .scrollmagic-pin-spacer {
    height: 200vh !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    min-height: none !important;
}
.gallery .swiper-pagination{
    bottom: 23px !important;
}
.gallery.down .swiper-pagination{
    display: block;
}
.gallery .left-box{
    position: absolute;
    top: 0;
    left: 0;
    width:9.5%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: none;
    overflow: hidden;
    display: none;
}
.gallery .left-box:hover{
    opacity: 1;
}
.gallery .left-box .icon{
    position: absolute;
    top: 50%;
    left:30%;
    cursor:pointer;
    z-index: 9;
    pointer-events: none;
    transform: scale(0.1);
}
.gallery .right-box .icon{
    position: absolute;
    top: 50%;
    right: 30%;
    cursor:pointer;
    z-index: 9;
    pointer-events: none;
    transform: scale(0.1);
}
.gallery .right-box{
    position: absolute;
    top: 0;
    right: 0;
    width:9.5%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: none;
    overflow: hidden;
    display: none;
}
.gallery .right-box:hover{
    opacity: 1;
}
.idux .gallery .left-box .icon circle{
    fill: #eed484;
}
.idux .gallery .left-box .icon path{
    fill: #30343F;
}
.idux .gallery .right-box .icon circle{
    fill: #eed484;
}
.idux .gallery .right-box .icon path{
    fill: #30343F;
}

.tools-slide{
    position: relative;
}
.tools-slide .bg-box{
    overflow: hidden;
    position: relative;
    height: calc(100vh - 56px);
}
.tools-slide .bg-box>div{
    height: 100%;
}
.tools-slide .bg-box .pic-box{
    position: relative;
    height: 100%;
}
.tools-slide .bg-box .bg{
    width: 100%;
    min-height: 114%;
    display: block;
    position: relative;
    transform: translateY(-14%);
    object-fit: cover;
    object-position: 50% 50%;
    user-select:none;
}
.tools-slide .bg-box .text-box{
    color: #fff;
    position: absolute;
    top: 80px;
    left: 7.8%;
    transform: translateZ(0px);
    padding-right: 7.8%;
}
.idux .tools-slide .bg-box .text-box{
    color: #eed484;
}
.tools-slide .bg-box .text-box h2{
    font-family:  VWHead-Bold,HYQiHei-80S;
    margin: 12px 0 16px 0;
}
.id .tools-slide .bg-box .text-box h2{
    font-family:  VWHead-Light2,HYQiHei-40S;
    margin: 12px 0 16px 0;
}
.idux .tools-slide .bg-box .text-box h2{
    font-family:  VWHead-Light2,HYQiHei-40S;
}
.tools-slide .bg-box .text-box a{
    margin-top: 0;
}  
.tools-slide.isShow .bg-box .text-box a{
    display: none;
}
.idux .tools-slide .bg-box .text-box a{
    color: #eed484;
}
.idux .tools-slide .bg-box .text-box a .icon rect{
    fill: #30343F;
}
.idux .tools-slide .bg-box .text-box a .icon circle{
    fill: #eed484;
}
.idux .tools-slide .bg-box .text-box a.btn-vw{
    color: #30343F;
}
.idux .tools-slide .bg-box .text-box a.btn-vw{
    background: #eed484;
}
.idux .tools-slide .bg-box .text-box a.btn-vw:hover{
    opacity: 0.9;
}
.tools-slide .slide-box{
    background: #fff;
    position: relative; 
    display: none;
    overflow: hidden;
}
.tools-slide.isShow .slide-box{
    display: block;
}
.id .tools-slide .slide-box{
    background: #9BBED7;
}
.idux .tools-slide .slide-box{
    background: #0d171a;
}
.tools-slide .slide-box .close-slide{
    position: absolute;
    top: 30px;
    left: 2.7%;
    cursor: pointer;
    z-index: 9;
}
.tools-slide.isShow .slide-box .close-slide{
    display: none;
}
.tools-slide .slide-box .close-slide:hover{
    opacity: 0.9;
}
.tools-slide .slide-box .close-slide circle{
    fill:#001E50;
}
.id .tools-slide .slide-box .close-slide circle{
    fill:#fff;
}
.idux .tools-slide .slide-box .close-slide circle{
    fill:#eed484;
}
.tools-slide .slide-box .close-slide rect{
    fill:#fff;
}
.id .tools-slide .slide-box .close-slide rect{
    fill:#9BBED7;
}
.idux .tools-slide .slide-box .close-slide rect{
    fill:#30343F;
}
.tools-slide .slide-box .left{
    position: absolute;
    top: 30px;
    right: calc(2.7% + 60px);
    cursor: pointer;
    z-index: 9;
}
.tools-slide .slide-box .right{
    position: absolute;
    top: 30px;
    right: 2.7%;
    cursor: pointer;
    z-index: 9;
}
.tools-slide .slide-box .left:hover{
    opacity: 0.9;
}
.tools-slide .slide-box .right:hover{
    opacity: 0.9;
}
.tools-slide .slide-box .left circle,.tools-slide .slide-box .right circle{
    fill:#001E50;
}
.tools-slide .slide-box .left path,.tools-slide .slide-box .right path{
    fill:#fff;
}
.id .tools-slide .slide-box .left circle,.id .tools-slide .slide-box .right circle{
    fill:#fff;
}
.id .tools-slide .slide-box .left path,.id .tools-slide .slide-box .right path{
    fill:#9BBED7;
}
.tools-slide .slide-box .swiper-container{
    padding-top: 120px;
    margin-left: 12%;
    padding-right: 27%;
    padding-bottom: 110px;
    overflow: visible;
    position: relative;
}
.tools-slide .slide-box .swiper-slide img{
    width: 100%;
}
.tools-slide .slide-box .swiper-slide{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.9);
    padding:0 5.75%;
    transform-origin: 50% 0%;
}
.tools-slide .slide-box .swiper-slide.swiper-slide-active{
    transform: scale(1);
}
.tools-slide .slide-box .text-box{
    color: #000;
    margin-top: 32px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.id .tools-slide .slide-box .text-box{
    color: #fff;
}
.idux .tools-slide .slide-box .text-box{
    color: #fff;
}
.tools-slide .slide-box .swiper-slide.swiper-slide-active .text-box{
    opacity: 1;
}
.tools-slide .slide-box .text-box h4{
    margin-bottom: 4px;
}
.tools-slide .swiper-pagination{
    margin-left: -7.5vw;
}
.tools-slide .slide-box .left-box{
    position: absolute;
    top: 120px;
    left: -12vw;
    width: 8%;
    height:calc(100% - 230px);
    cursor: none;
    z-index: 2;
}
.tools-slide .slide-box .left-box .icon{
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.1);
}
.idux .tools-slide .slide-box .left-box .icon path{
    fill: #30343F;
}
.idux .tools-slide .slide-box .left-box .icon circle{
    fill: #eed484;
}
.idux .tools-slide .slide-box .right-box .icon path{
    fill: #30343F;
}
.idux .tools-slide .slide-box .right-box .icon circle{
    fill: #eed484;
}
.tools-slide .slide-box .right-box{
    position: absolute;
    top: 120px;
    right: 0;
    width: 25%;
    height:calc(100% - 230px);
    cursor: none;
    z-index: 2;
}
.tools-slide .slide-box .left-box.swiper-button-disabled .icon{
    display: none;
}
.tools-slide .slide-box .right-box.swiper-button-disabled .icon{
    display: none;
}
.tools-slide .slide-box .right-box .icon{
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.1);
}
.tools-tab{
    position: relative;
    overflow: hidden;
    height: calc(100vh - 56px);
}
.tools-tab .tab-box{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    color: #fff;
    text-align: center;
}
.idux .tools-tab .tab-box{
    color: #eed484;
}
.tools-tab .tab-box .item{
    display: inline-block;
    width:116px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    opacity: 0.9;
    cursor: pointer;
    font-size: 14px;
    margin: 0 24px;
    text-align: left;
    font-family:  VWHead-Light2,HYQiHei-40S;
}
.idux .tools-tab .tab-box .item{
    border-bottom: 1px solid #eed484;
}
.tools-tab .img-box .item{
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.tools-tab .img-box .item .bg{
    width: 100vw;
    min-height: 114%;
    display: block;
    position: relative;
    transform: translateY(-14%);
    object-fit: cover;
    object-position: 50% 50%;
}
@media (max-width: 1200px) {
    .tools-tab .tab-box .item{
        margin: 0 12px;
    }
}
.tools-tab .tab-box .item.active{
    font-family:  VWHead-Bold,HYQiHei-80S;
    border-bottom: 2px solid #fff;
    opacity: 1;
}
.idux .tools-tab .tab-box .item.active{
    border-bottom: 2px solid #eed484;
}
.tools-tab .img-box .item.active{
    opacity: 1;
}
.tools-tab .img-box .text-box{
    color: #fff;
    position: absolute;
    top: 80px;
    left: 7.8%;
    transform: translateZ(0px);
}
.idux .tools-tab .img-box .text-box{
    color: #eed484;
}
.tools-tab .img-box .text-box h3{
    font-family: HYQiHei-40S;
    margin: 12px 0 16px 0;
    font-size: 32px;
}
.tools-tab .img-box .text-box p{
    margin-top: 16px;
}
.tools-tab .bg{
    width: 100%;
    display: block;
}
.tools-tab .mask-top{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tools-tab .mask-bottom{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2%;
}
.tools-tab .mask{
    display: none;
}

.tools-tab-sm{
    background: #fff;
    position: relative;
    padding: 125px 0;
}
.id .tools-tab-sm{
    background: #9BBED7;
}
.tools-tab-sm .tab-box{
   color: #000;
   position: absolute;
   top: 50%;
   left: calc(36.7% - 400px);
   transform: translateY(-50%);
}
.id .tools-tab-sm .tab-box{
    color: #fff;
}
@media (max-width: 1300px) {
    .tools-tab-sm .tab-box{
        left: 7.8%;
     }
}
.tools-tab-sm .tab-box .item{
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
    opacity: 0.9;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 20px 0;
    width: 200px;
    font-family: HYQiHei-40S;
}
.id .tools-tab-sm .tab-box .item{
    border-bottom: 2px solid #fff;
}
.tools-tab-sm .tab-box .item.active{
    opacity: 1;
    font-family: HYQiHei-80S;
    color: #001E50;
}
.id .tools-tab-sm .tab-box .item.active{
    color:#fff;
}
.tools-tab-sm .img-box{
    margin-left: 36.7%;
    width: 48%;
}
.tools-tab-sm .img-box .item{
    display: none;
}
.tools-tab-sm .img-box .item.active{
    display: block;
}
.tools-tab-sm .img-box .item .pic{
    width: 100%;
    display: block;
}
.tools-tab-sm .img-box .item .text-box{
    color: #000;
}
.id .tools-tab-sm .img-box .item .text-box{
    color: #fff;
}
.tools-tab-sm .img-box .item .text-box h3{
    font-family: HYQiHei-40S;
    margin: 32px 0 16px 0;
    font-size: 32px;
}
.tools-tab-sm .img-box .item .text-box p{
    margin-bottom: 0;
}

.car-type-box{
    background: #fff;
    padding: 100px 0 65px 0;
    position: relative;
}
.id .car-type-box{
    background: #91B8D3;
}
.idux .car-type-box{
    background: #0d171a;
}
.car-type-box .car-name{
    text-align: center;
    color: #000;
    font-family: VWHead-Bold,HYQiHei-80S;
    padding: 0 5.3%;
}
.id .car-type-box .car-name{
    color: #fff;
}
.id .car-type-box .car-name{
    font-family: VWProduct,HYQiHei-80S;
}
.idux .car-type-box .car-name{
    color: #eed484;
    font-family: VWHead-Bold,HYQiHei-80S;
}
.car-type-box .swiper-slide{
    text-align: center;
    color: #000;
}
.id .car-type-box .swiper-slide{
    color: #fff;
}
.idux .car-type-box .swiper-slide{
    color: #eed484;
}
.car-type-box .swiper-slide .type{
    font-family: VWHead-Light2,HYQiHei-40S;
    font-size: 24px;
    margin: 5px 20px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.3s;
    transform: translateY(100%);
}
.car-type-box .swiper-slide-active .type{
    opacity: 1;
    transform: translateY(0);
}
.car-type-box .swiper-slide .price{
    font-family: VWHead-Light2,HYQiHei-40S;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.4s;
    transform: translateY(100%);
}
.car-type-box .swiper-slide-active .price{
    opacity: 1;
    transform: translateY(0);
}
.car-type-box .car-img{
    width: 55%;
    display: block;
    margin: -7% auto 0 auto;
}
.car-type-box .left-btn{
    position: absolute;
    top: 50%;
    left: 5.3%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.car-type-box .right-btn{
    position: absolute;
    top: 50%;
    right: 5.3%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.car-type-box .left-btn.pc{
    display: block;
}
.car-type-box .right-btn.pc{
    display: block;
}
.car-type-box .left-btn.pc:hover,.car-type-box .right-btn.pc:hover{
    opacity: 0.9;
}
.car-type-box .left-btn.pc circle{
    stroke:#001E50;
}
.id .car-type-box .left-btn.pc circle{
    stroke:#fff;
}
.idux .car-type-box .left-btn.pc circle{
    stroke:#eed484;
}
.car-type-box .left-btn.pc path{
    stroke:#001E50;
}
.id .car-type-box .left-btn.pc path{
    stroke:#fff;
}
.idux .car-type-box .left-btn.pc path{
    stroke:#eed484;
}
.car-type-box .right-btn.pc circle{
    stroke:#001E50;
}
.id .car-type-box .right-btn.pc circle{
    stroke:#fff;
}
.idux .car-type-box .right-btn.pc circle{
    stroke:#eed484;
}
.car-type-box .right-btn.pc path{
    stroke:#001E50;
}
.id .car-type-box .right-btn.pc path{
    stroke:#fff;
}
.idux .car-type-box .right-btn.pc path{
    stroke:#eed484;
}
.car-type-box .left-btn.mb{
    display: none;
}
.car-type-box .right-btn.mb{
    display: none;
}
.car-type-box .config{
    width: 75%;
    margin: -2% auto 0 auto;
}
.car-type-box .config .item{
    display: inline-block;
    width: calc(25% - 40px);
    text-align: center;
    color: #001E50;
    float: left;
    margin: 0 20px;
}
.id .car-type-box .config .item{
    color: #fff;
}
.idux .car-type-box .config .item{
    color: #eed484;
}
.car-type-box .config .item .title{
    font-family: VWHead-Bold,HYQiHei-80S;
    margin-bottom: 8px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.5s;
    transform: translateY(100%);
}
.car-type-box .swiper-slide-active .config .item .title{
    opacity: 1;
    transform: translateY(0);
}
.car-type-box .config .item .text{
    font-family: VWHead-Light2,HYQiHei-40S;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.6s;
    transform: translateY(100%);
}
.car-type-box .swiper-slide-active .config .item .text{
    opacity: 1;
    transform: translateY(0);
}
.car-type-box .btn-box{
    text-align: center;
    margin-top: 34px;
    display: none;
}
.car-type-box .id-btn{
    display: none;
}
.car-type-box .vw-btn{
    display: block;
}
.id .car-type-box .id-btn{
    display: block;
}
.id .car-type-box .vw-btn{
    display: none;
}
.car-type-box .btn-box .group{
    margin-top: 26px;
}
.car-type-box .btn-box .group a{
    margin: 0 10px;
}
.idux .car-type-box .btn-box .group a.btn-vw{
    background: #eed484;
    color: #30343F;
}
.idux .car-type-box .btn-box .group a.btn-vw:hover{
    opacity: 0.9;
    background: #eed484;
    color: #30343F;
}
.car-type-box .btn-more-text{
    color: #001E50;
}
.id .car-type-box .btn-more-text{
    color: #fff;
}
.idux .car-type-box .btn-more-text{
    color: #eed484;
}
.car-type-box .btn-more-text .icon path{
    stroke: #001E50;
}
.id .car-type-box .btn-more-text .icon path{
    stroke: #fff;
}
.idux .car-type-box .btn-more-text .icon path{
    stroke: #eed484;
}
.car-type-box .ps-text{
    color: #001E50;
    font-size: 12px;
    font-family: VWHead-Light2,HYQiHei-40S;
    margin: 0;
    position: absolute;
    bottom: 21px;
    left: 30px;
}
.id .car-type-box .ps-text{
    color: #fff;
}
.idux .car-type-box .ps-text{
    color: #eed484;
}

.explore-more{
    background: #001E50;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}
.id .explore-more{
    background: #9BBED7;
}
.idux .explore-more{
    background: #0d171a;
}
.explore-more h2{
    color: #fff;
    font-family: VWHead-Light2,HYQiHei-40S;
    padding: 0 7.8%;
}
.id .explore-more h2{
    font-family: VWHead-Bold,HYQiHei-80S;
}
.idux .explore-more h2{
    font-family: VWHead-Bold,HYQiHei-80S;
    color: #eed484;
}
.explore-more .swiper-container{
    padding-left: 6.6%;
    padding-right: 50%;
    margin-top: 72px;
    margin-bottom: 82px;
}
.explore-more .swiper-container .swiper-slide{
    width: 96% !important;
    margin: 2%;
    overflow: hidden;
}
.explore-more .swiper-container .swiper-slide a{
    display:block;
}
.explore-more .img-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px;
}
.explore-more .swiper-container .swiper-slide img{
    width: 100%;
    display: inline-block;
    transition: all 0.7s;
    -webkit-animation: all 0.7s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    /* transform: scale(1.01); */
}
.explore-more .swiper-container .swiper-slide img:hover{
    transform: scale(1.02) !important;
}
.explore-more .title{
    font-family: VWHead-Bold,HYQiHei-80S;
    font-size: 20px;
    margin: 16px 0 10px 0;
    padding-left: 2px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 10px;
}
.explore-more .price{
    font-family: VWHead-Light2,HYQiHei-40S;
    font-size: 14px;
    padding-left: 2px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 10px;
}
.explore-more .swiper-slide-active .title{
    opacity: 1;
}
.explore-more .swiper-slide-active .price{
    opacity: 1;
}
.explore-more .swiper-slide-next .title{
    opacity: 1;
}
.explore-more .swiper-slide-next .price{
    opacity: 1;
}
.explore-more .swiper-container a:hover{
    color: #fff;
}
.explore-more .btn-more-text{
    margin-left: calc(7.8% - 10px);
    padding-left: 10px;
}
.explore-more .mask-top{
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 10px;
    transition: all 0.7s;
    -webkit-animation: all 0.7s;
    background: #001E50;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.explore-more .mask-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    transition: all 0.7s;
    -webkit-animation: all 0.7s;
    background: #001E50;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.explore-more .mask-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    transition: all 0.7s;
    -webkit-animation: all 0.7s;
    background: #001E50;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.explore-more .mask-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height:100%;
    transition: all 0.7s;
    -webkit-animation: all 0.7s;
    background: #001E50;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.id .explore-more .mask-top,.id .explore-more .mask-left,.id .explore-more .mask-bottom,.id .explore-more .mask-right{
    background: #9BBED7;
}
.idux .explore-more .mask-top,.idux .explore-more .mask-left,.idux .explore-more .mask-bottom,.idux .explore-more .mask-right{
    background: #0d171a;
}
.explore-more .img-box:hover .mask-top{
    height: 17px;
}
.explore-more .img-box:hover .mask-bottom{
    height: 17px;
}
.explore-more .img-box:hover .mask-left{
    width: 17px;
}
.explore-more .img-box:hover .mask-right{
    width:17px;
}
.explore-more .left-box{
    width: 5.8%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    cursor: none;
}
.explore-more .left-box .icon{
    position: absolute;
    top: 38%;
    left: 32%;
    transform: translateX(-50%);
    cursor: none;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.1);
}
.explore-more .right-box{
    width: 5.8%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    cursor: none;
}
.explore-more .right-box .icon{
    position: absolute;
    top: 38%;
    right: 32%;
    transform: translateX(50%);
    cursor: none;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.1);
}

.tools-swiper-box{
    position: relative;
    overflow: hidden;
}
.tools-swiper-box .left-text-box{
    background: #001E50;
    width: 37.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
}
.id .tools-swiper-box .left-text-box{
    background: #9BBED7;
}
.idux .tools-swiper-box .left-text-box{
    background: #0d171a;
}
.tools-swiper-box .left-text-box .text-box{
    color: #fff;
    margin-top: 25%;
    width: 68%;
    margin-left: 20%;
}
.id .tools-swiper-box .left-text-box .text-box{
    color:#fff;
}
.idux .tools-swiper-box .left-text-box .text-box{
    color:#eed484;
}
.tools-swiper-box .left-text-box .text-box h3{
    font-family: HYQiHei-40S;
    margin-bottom: 16px;
    font-size: 32px;
    white-space: break-spaces;
}
.tools-swiper-box .swiper-container{
    width: 63%;
    margin-left: 37%;
    overflow: hidden;
    background: #001E50;
}
.id .tools-swiper-box .swiper-container{
    background: #9BBED7;
}
.idux .tools-swiper-box .swiper-container{
    background: #0d171a;
}
.tools-swiper-box .swiper-container img{
    width: 100%;
    display: block;
}
.tools-swiper-box .swiper-container .text-box{
    display: none;
}
.tools-swiper-box .left-btn{
    position: absolute;
    top: 50%;
    left: 2.7%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}
.tools-swiper-box .right-btn{
    position: absolute;
    top: 50%;
    right:2.7%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}
.tools-swiper-box .left-btn:hover{
    opacity: 0.9;
}
.tools-swiper-box .right-btn:hover{
    opacity: 0.9;
}
.idux .tools-swiper-box .left-btn circle{
    fill: #eed484;
}
.idux .tools-swiper-box .left-btn path{
    fill: #30343F;
}
.idux .tools-swiper-box .right-btn circle{
    fill: #eed484;
}
.idux .tools-swiper-box .right-btn path{
    fill: #30343F;
}
.tools-swiper-box .swiper-pagination{
    bottom: 30px;
    left: 0;
    width: 37%;
    padding-left: 1%;
}
.tools-swiper-box .swiper-pagination-bullet{
    margin: 0 6px;
}
.vw .tools-swiper-box .swiper-pagination-bullet .before{
    background:#fff;
}
.vw .tools-swiper-box .swiper-pagination-bullet .after{
    background:#fff;
}
.idux .tools-swiper-box .swiper-pagination-bullet .before{
    background:#eed484;
}
.idux .tools-swiper-box .swiper-pagination-bullet .after{
    background:#eed484;
}

@media (max-width: 1300px) {
    .tools-swiper-box .swiper-pagination-bullet{
        width: 40px;
    }
}
.swiper-button-disabled{
    opacity: 0.4 !important;
    cursor: default !important;
}
.explore-more .swiper-button-disabled{
    display: none !important;
}

@media (max-width: 996px) {
    .header{
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        pointer-events: none;
    }
    .header *{
        pointer-events: all;
    }
    .header div,.header a{
        pointer-events: all;
    }
    .header .menu-list{
        position: absolute;
    }
    .header .slide-box-m{
        position: absolute;
    }
    .model-fast-link{
        right: 5.3%;
        bottom: 20px;
    }
    .model-fast-link .text{
        display: none !important;
    }
    .model-fast-link .car360:hover .text{
        display: block !important;
    }
    .banner .text-box{
        top: 141px;
        left: 0;
        width: 100%;
        padding: 0 5.3%;
    }
    .banner .text-box.down{
        left: 0;
        top: 141px;
    }
    .banner .text-box P{
        font-size: 16px;
    }
    .banner .text-box .price-box p{
        font-size: 12px;
    }
    .banner .text-box .price-box h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner .id-icon{
        left: 5.3%;
        bottom: 20px;
        width: 128px;
    }
    .idux .banner .text-box h2 img{
        width: 180px;
    }
    .sub-nav{
        padding-left: 5.3%;
        position: relative;
    }
    .sub-nav .car-name{
        font-size: 14px;
        padding-right: 26px;
        background: url(../img/model_details/arrow.png) right center no-repeat;
        background-size: 12px auto;
    }
    .id .sub-nav .car-name{
        font-size: 12px;
    }
    .idux .sub-nav .car-name{
        background: url(../img/model_details/arrow_idux.png) right center no-repeat;
        background-size: 12px auto;
    }
    .sub-nav .car-name.active{
        background: url(../img/model_details/arrow2.png) right center no-repeat;
        background-size: 12px auto;
    }
    .idux .sub-nav .car-name.active{
        background: url(../img/model_details/arrow2_idux.png) right center no-repeat;
        background-size: 12px auto;
    }
    .sub-nav .btn-box{
        right: 3.5%;
    }
    .sub-nav .btn-box a{
        width: 80px !important;
        min-width: auto !important;
    }
    .sub-nav .anchor-box{
        display: none;
        position: absolute;
        top: 56px;
        background: #fff;
        left: 0;
        width: 100%;
        padding: 0 5.3%;
    }
    .idux .sub-nav .anchor-box{
        background: #30343f;
    }
    .sub-nav .anchor-box .anchor{
        display: block;
        border-top: 1px solid #e6e6e6;
        margin: 0;
    }
    .idux .sub-nav .anchor-box .anchor{
        border-top: 1px solid #eed484;
    }
    .sub-nav.scroll{
        left: 0;
        transform: translateX(0);
    }
    .id .config-box .config{
        display: block;
    }
    .id .config-box .charge{
        display: none;
    }
    .id .config-box .pic-box{
        display: block;
    }
    .config-box{
        overflow: hidden;
        padding: 60px 0 44px 0;
    }
    .config-box.scroll{
        padding: 116px 0 44px 0;
    }
    .config-box h1{
        margin: 0;
        padding:0 4.3% 0 5.3%;
    }
    .config-box .car-img{
        width: 87.8%;
        margin-top: 0px;
    }
    .config-box .config{
        width: 100%;
        padding: 0 5.3%;
        margin-top: 20px;
    }
    .config-box .config .item{
        width: 50%;
        margin: 0 0 30px 0;
        padding: 0 5px;
    }
    .config-box .config .item .title{
        font-size: 17px;
    }
    .config-box .config .item .text{
        font-size: 14px;
        height: 3em;
        overflow: hidden;
    }
    .scrollmagic01{
        height: auto !important;
    }
    .gallery{
        margin-bottom: 0;
    }
    .gallery .scroll-container{
        height: auto !important;
        min-height: auto;
        padding: 0;
    }
    .gallery .scroll-pic{
        display: none !important;
    }
    .gallery .swiper-container{
        position: static;
        bottom: 0;
        display: block !important;
        padding: 0 10% 84px 10%;
        transform: translate(0,0);
    }
    .gallery .swiper-slide{
        transform:scale(1);
        margin: 0 9px;
    }
    .gallery .swiper-pagination{
        bottom: 5px !important;
    }
    .gallery .play{
        width: 40px;
    }
    .gallery .left-box{
        display: none;
    }
    .gallery .right-box{
        display: none;
    }

    .tools-slide .bg-box .text-box{
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0 5.3%;
    }
    .tools-slide .bg-box .text-box p br{
        display: none;
    }

    .idux .tools-slide .bg-box .text-box p br{
        display: block !important;
    }
    .tools-slide .slide-box .left{
        display: none;
    }
    .tools-slide .slide-box .right{
        display: none;
    }
    .tools-slide .slide-box .close-slide{
        left: 5.3%;
    }
    .tools-slide .slide-box .swiper-container{
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 100px;
        padding-bottom: 114px;
        margin-left: 0;
    }
    .tools-slide .slide-box .swiper-slide{
        transform:scale(1);
        margin: 0;
        padding: 0 4% 0 4%;
    }
    .tools-slide .slide-box .text-box{
        margin-top: 20px;
    }
    .tools-slide .slide-box .text-box h4{
        margin-bottom: 14px;
    }
    .tools-slide .slide-box .text-box p{
        font-size: 16px;
        margin-bottom: 0;
    }
    .tools-slide .swiper-pagination{
        margin-left:-2.65% ;
        bottom: 15px;
    }
    .tools-slide .slide-box .left-box{
        left: 0;
        top: 100px;
        width: 9%;
    }
    .tools-slide .slide-box .right-box{
        right: 0;
        top: 100px;
        width: 9%;
    }
    .tools-slide .slide-box .left-box .icon{
        display: none !important;
    }
    .tools-slide .slide-box .right-box .icon{
        display: none !important;
    }

    .tools-tab .img-box .text-box{
        top: 60px;
        left: 0;
        width: 100%;
        padding: 0 5.3%;
    }
    .tools-tab .img-box .text-box h3{
        font-size: 24px;
    }
    .tools-tab .img-box .text-box p{
        /* font-size: 14px; */
    }
    .tools-tab .tab-box .item{
        width: calc(49% - 10.6%);
        margin:0 5.3% 20px 5.3%;
        border-bottom: 2px solid #fff;
    }
    .tools-tab .tab-box{
        bottom: 30px;
        text-align: left;
    }
    .tools-tab .mask-top{
        display: none;
    }
    .tools-tab .mask-bottom{
        display: none;
    }
    .tools-tab .mask{
        display: block;
        width: 100%;
        height: 94%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .tools-tab-sm .img-box{
        width: 100%;
        margin: 0;
        padding: 0 5.3%;
    }
    .tools-tab-sm{
        padding: 60px 0 56px 0;
    }
    .tools-tab-sm .tab-box{
        position: static;
        transform: translate(0,0);
        margin-top: 130px;
    }
    .tools-tab-sm .tab-box .item{
        display: inline-block;
        width: calc(49% - 10.6%);
        margin:0 5.3% 22px 5.3%;
        border-bottom: 2px solid #fff;
    }
    .tools-tab-sm .img-box .item .text-box h3{
        margin: 24px 0 12px 0;
        font-size: 24px;
    }
    .tools-tab-sm .img-box .item .text-box p{
        font-size: 14px;
    }

    .car-type-box{
        padding: 60px 0 44px 0;
    }
    .car-type-box .swiper-slide .type{
        font-size: 16px;
        margin: 0px 0 12px 0;
    }
    .car-type-box .swiper-slide .price{
        font-size: 14px;
    }
    .car-type-box .car-img{
        margin: -5% auto 0 auto;
        width: 82.5%;
    }
    .car-type-box .config{
        width: 100%;
        padding: 0 5.3%;
        margin-top: 20px;
    }
    .car-type-box .config .item{
        width: 50%;
        margin: 0 0 30px 0;
    }
    .car-type-box .config .item .text{
        font-size: 14px;
        height: 3em;
        overflow: hidden;
    }
    .car-type-box .btn-box{
        margin-top: 10px;
    }
    .car-type-box .btn-box .group{
        margin-top: 20px;
    }
    .car-type-box .left-btn.pc{
        display: none;
    }
    .car-type-box .right-btn.pc{
        display: none;
    }
    .car-type-box .left-btn.mb{
        display: block;
        top: 33%;
    }
    .car-type-box .right-btn.mb{
        display: block;
        top:33%;
    }
    .vw .car-type-box .left-btn.mb path{
        stroke:#001E50 !important;
    }
    .vw .car-type-box .right-btn.mb path{
        stroke:#001E50 !important;
    }
    .idux .car-type-box .left-btn.mb path{
        stroke:#eed484 !important;
    }
    .idux .car-type-box .right-btn.mb path{
        stroke:#eed484 !important;
    }
    .car-type-box .ps-text{
        position: static;
        width: 100%;
        padding: 0 5.3%;
        margin-top: 50px;
    }

    .explore-more{
        padding: 60px 0 40px 0;
    }
    .explore-more h2{
        padding: 0 5.3%;
    }
    .explore-more .swiper-container{
        padding-left: 5%;
        margin-top: 32px;
        margin-bottom: 62px;
        padding-right: 5%;
    }
    .explore-more .swiper-container .swiper-slide{
        width: 100% !important;
        padding:0 6% 0 0%;
        margin: 0;
    }
    .explore-more .img-box{
        padding: 0;
    }
    .explore-more .mask-left,.explore-more .mask-top,.explore-more .mask-bottom,.explore-more .mask-right{
        display: none;
    }
    .explore-more .title{
        margin: 12px 0 4px 0;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .explore-more .price{
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        margin: 0;
    }
    .explore-more .swiper-slide-active .title{
        opacity: 1;
    }
    .explore-more .swiper-slide-active .price{
        opacity: 1;
    }
    .explore-more .swiper-slide-next .title{
        opacity: 0;
    }
    .explore-more .swiper-slide-next .price{
        opacity: 0;
    }
    .explore-more .btn-more-text{
        margin-left: 5.3%;
        padding-left: 3px;
    }
    .explore-more .left-box{
        display: none;
    }
    .explore-more .right-box{
        display: none;
    }

    .tools-swiper-box{
        background: #001E50;
        padding: 60px 0 80px 0;
        overflow: hidden;
    }
    .id .tools-swiper-box{
        background: #9BBED7;
    }
    .idux .tools-swiper-box{
        background: #0d171a;
    }
    .tools-swiper-box .left-text-box{
        display: none;
    }
    .tools-swiper-box .swiper-container{
        width: 100%;
        margin-left: 0%;
        overflow: hidden;
        padding: 0 8% 0 8%;
    }
    .tools-swiper-box .swiper-container .swiper-slide{
        padding: 0 4% 0 4%;
        width: 100%;
    }
    .tools-swiper-box .swiper-container img{
        width: 100%;
    }
    .tools-swiper-box .swiper-container .text-box{
        display: block;
        color: #fff;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .idux .tools-swiper-box .swiper-container .text-box{
        color: #eed484;
    }
    .tools-swiper-box .swiper-container .swiper-slide-active .text-box{
        opacity: 1;
    }
    .tools-swiper-box .swiper-container .text-box h3{
        font-family: HYQiHei-40S;
        margin: 32px 0 12px 0;
        font-size: 24px;
        white-space: break-spaces;
    }
    .tools-swiper-box .swiper-container .text-box p{
        margin-bottom: 0;
    }
    .tools-swiper-box .left-btn,.tools-swiper-box .right-btn{
        display: none;
    }
    .tools-swiper-box .swiper-pagination{
        width: 100%;
        padding: 0;
        bottom: 10px;
    }
}

.admission_box{
    position: relative;width: 100%;display: block;height: 100%;
}
.admission_scroll{
    width: 100%;height: 100%;object-fit: cover;margin: 0;display: block;opacity: 0;
}
.page_car{
    position: relative;height: 100vh;width: 100%;background: #9BBED7;margin-top: -8vh;
}
.page_car .car-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.page_car .car-loading .id{
    width: 98px;
    height: 41px;
    background: url(../img/id-icon.png) no-repeat;
    position: relative;
    margin-bottom: 10px;
}
.page_car .car-loading .id .pro{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom:1px;
    height: 0%;
    background: url(../img/id-icon2.png) 1px bottom no-repeat;
}
.page_car .config{
    display: block;
    position: absolute;
    bottom: 10%;
    left: 12.5%;
    margin: 0;
}
@media (max-width: 996px) {
    .admission_box{
        display: none;
    }
}


.city-box{
    padding: 120px 7.6% 150px 7.6%;
    position: relative;
    display: none;
    background: #fff;
}
.idux .city-box{
    background: #0d171a;
}
.id .city-box{
    background: #9BBED7;
}
.city-box{
    display: block;
}
.city-box .img-box{
    width: calc(88% - 400px);
    margin-left: 400px;
    position: relative;
    display: none;
    color: #fff;
}
.vw .city-box .img-box{
    color: #001E50;
}
.city-box .img-box.active{
    display: block;
}
.city-box .img-box img{
    width: 100%;
    display: block;
}
.city-box .img-box video{
    width: 100%;
    display: none;
}
.city-box .img-box .play{
    cursor: pointer;
    width: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.city-box .img-box h3{
    font-family: VWHead-Light2,HYQiHei-40S;
    margin-top: 30px;
}
.vw .city-box .img-box h3{
    font-family: VWHead-Bold,HYQiHei-80S;
}
.city-box .choose-box{
    position: absolute;
    top: 47%;
    left: 7.6%;
    width: 215px;
    transform: translateY(-50%);
}
.city-box .choose-box h3{
    font-family: HYQiHei-80S;
    margin-bottom: 60px;
}
.city-box .choose-box .item-box .item{
    margin-bottom: 20px;
    padding-bottom: 10px;
    opacity: 0.5;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    font-family: VWHead-Light2,HYQiHei-40S;
}
.vw .city-box .choose-box .item-box .item{
    color: #001E50;
    border-bottom: 1px solid #001E50;
    font-family: VWHead-Light2,HYQiHei-60S;
}
.city-box .choose-box .item-box .item.soon{
    cursor: default;
}
.city-box .choose-box .item-box .item.active{
    opacity: 1;
    font-family: VWText-Regular,HYQiHei-60S;
}
.vw .city-box .choose-box .item-box .item.active{
    font-family: VWHead-Bold,HYQiHei-80S;
}
.city-box .mb{
    display: none;
}
@media (max-width: 1450px) {
    .city-box .img-box{
        width: calc(90% - 300px);
        margin-left: 300px;
    }
}
@media (max-width: 996px) {
    .city-box{
        padding: 60px 5.3%;
    }
    .city-box .choose-box{
        width: 100%;
        position: static;
    }
    .city-box .img-box{
        width: 100%;
        margin: 0 0 70px 0;
    }
    .city-box .img-box h3{
        font-size: 20px;
    }
    .city-box .choose-box{
        transform: translateY(0);
    }
    .city-box .choose-box h3{
        display: none;
    }
    .city-box .choose-box .item-box{
        display: flex;
        margin: 0 -20px;
        flex-wrap: wrap;
    }
    .city-box .choose-box .item-box .item{
        width: calc(50% - 40px);
        margin: 0 20px 20px 20px;
        font-size: 14px;
    }
    .city-box .mb{
        display: block;
        font-family: HYQiHei-80S;
    }
}


.exterior-box{
    position: relative;
}
.exterior-box .text-box{
    position: absolute;
    top: 100px;
    left: 7.6%;
    color: #eed484;
}
.exterior-box .car-img-box .item{
    display: none;
}
.exterior-box .car-img-box .item.active{
    display: block;
}
.exterior-box .car-img-box .item img{
    width: 100%;
    display: block;
}
.exterior-box .car-img-box .item .info-box{
    position: absolute;
    top: 51%;
    left: 79%;
    pointer-events: none;
    width: auto;
}
.exterior-box .car-img-box .item .info-box .icon{
    cursor: pointer;
    position: relative;
    z-index: 2;
    pointer-events: all;
}
.exterior-box .car-img-box .item .info-box .icon:hover{
    opacity: 0.9;
}
.exterior-box .car-img-box .item .info-box .content-box{
    opacity: 0;
    transform: translate(calc(-100% + 40px),-20px);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    pointer-events: none;
    padding: 16px 20px;

}
.exterior-box .car-img-box .item .info-box .content-box .title br{
    display: none;
}
.exterior-box .car-img-box .item .info-box:hover .content-box{
    opacity: 1;
    transform: translate(calc(-100% + 20px),-20px);
    background: url("../img/model_details/popup_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #eed484;
}  
.exterior-box .car-img-box .item .info-box:hover .content-box .text{
    font-family: VWHead-Light2,HYQiHei-40S;
}
.exterior-box .color-box{
    position: absolute;
    bottom: 45px;
    left: calc(7.6% - 10px);
}
.exterior-box .color-box .item{
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    color: #eed484;
    position: relative;
    min-width: 60px;
}
.exterior-box .color-box .item img{
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 26px;
}
.exterior-box .color-box .item .img-box{
    width: 42px;
    height: 42px;
    position: relative;
    margin: 0 auto;
}
.exterior-box .color-box .item.active .img-box{
    border: 2px solid #eed484;
    border-radius: 50%; 
}
.exterior-box .color-box .item .title{
   opacity: 0;
   font-size: 14px;
   font-family: VWHead-Light2,HYQiHei-40S;
   margin-top: 5px;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   position: relative;
   top: 10px;
   min-height: 3em;
    max-height: 3em;
    overflow: hidden;
}
.exterior-box .color-box .item.active .title{
   opacity: 1;
   top: 0px;
}
@media (max-width: 996px) {
    .exterior-box .text-box{
        width: 89.4%;
        top: 70px;
        left: 5.3%;
    }
    .exterior-box .car-img-box .item .info-box .icon{
        display: none;
    }
    .exterior-box .color-box{
        left: 0%;
        width:100%;
        text-align: center;
        bottom: 55px;
    }
    .exterior-box .color-box .item{
        margin: 0;
        min-width: 50px;
        width: 60px;
    }
    .exterior-box .color-box .item .title{
        font-size: 12px;
        height: 36px;
        min-height: 36px;
        max-height: 36px;
    }
    .exterior-box .car-img-box .item .info-box{
        left: 0 !important;
        width: 100% !important;
        top: 65% !important;
    }
    .exterior-box .car-img-box .item .info-box .content-box{
        width: 100%;
        opacity: 1 !important;
        padding: 16px 5.3%;
        transform: translate(0,0);
        color: #eed484;
        text-align: center;
    }
    .exterior-box .car-img-box .item .info-box .content-box .title{
        display: none;
    }
}