.all{
    max-width: 1920px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
 .mySwiper{
        width: 50%;
        height: 10.08rem;
    }
    #swiperAll{
        cursor: auto;
    }
    .swiper-box{
        width: 100%;
        background-image: url("/dist/site/images/three-h6-dht/bg.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;

    }
   .swiper-container1 {
       overflow: visible!important;
   }
   .swiper-container1 img{
       width: 100%;
   }
    .slideMin1{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1rem
    }
    .slideMin1.swiper-slide-prev img{
        width: 85% !important;
        transition: all .3s;
    }
    .slideMin1.swiper-slide-next img{
         width: 85% !important;
         transition: all .3s;
     }
   .year-box{
       position: absolute;
       left: 50%;
       top: 12%;
       transform: translateX(-50%);
       display: flex;
       align-items: center;
       justify-content: space-between;
       width: 35%;
   }
   .year-box img{
       flex: 1;
       opacity: 1;
       transition: all .3s;
   }
   .current-year-img{
       opacity: 1 !important;
   }
.dht{
       position: absolute;
       right:.3rem;
       bottom: 3.2rem;
       z-index: 10;
       width: 2.2rem;
   }
   .dnt img{
       width: 100%;
   }
   .swiper-slide-logo{
       position: absolute;
       width: 2.8rem;
       left: 50%;
       transform: translateX(-50%);
       bottom: 2.6rem;
   }
   .swiper-slide-logo img{
       width: 100%
   }
   .swiper-slide-title{
       position: absolute;
       bottom: 1.6rem;
       left: 50%;
       transform: translateX(-50%);
       color: #464646;
       max-width: 4.9rem;
       text-align: center;
       font-size: .21rem;
       line-height: .33rem;
   }
   .swiper-slide-description{
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    color: #656565;
    text-align: center;
    font-size: .15rem;
   }

   .swiper-button-next-img:hover{
       opacity: 1;
   }
      .swiper-button-next-img{
       background-image: url("/dist/site/images/three-h6-dht/horver-right.png");
       width: .5rem;
       height: .5rem;
       background-size: 100% 100%;
       background-repeat: no-repeat;
       position: absolute;
       right: 0rem;
       top: 43%;
       transform: translate(0,-50%);
       opacity: .4;
       cursor: pointer;
       z-index: 2;
       transition: all .3s;
   }
   .swiper-button-prev-img{
       background-image: url("/dist/site/images/three-h6-dht/horver-left.png");
       width: .5rem;
       height: .5rem;
       background-size: 100% 100%;
       background-repeat: no-repeat;
       position: absolute;
       left: 0rem;
       top: 43%;
       opacity: .4;
       transform: translate(0,-50%);
       cursor: pointer;
       z-index: 2;
        transition: all .3s;
   }
   .swiper-button-prev-img:hover{
       opacity: 1;
   }
   .swiper-pagination-dht{
       position: absolute;
       left: 50% !important;
       top: auto !important;
       transform: translate(-50%,0);
       bottom: 1.2rem !important;
       width: 8.2rem !important;
       background-color: #b1b5ba;
       height: 2px !important;
   }
   .swiper-pagination-progress .swiper-pagination-progressbar{
       background-color: #4998bb !important;
   }
.mask-box{
    max-width: 1920px;
    position: relative;
    height: auto;
    padding-bottom: 3000px;
    min-height: 1360px;
}
.mask-img-normal-box{
    width: 100%;
    height: 100vh;
}
.mask-img-normal-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mask-video-box{
    overflow: hidden;
    max-width: 1920px;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: 22222;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 1s;
}
.mask-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    transform: scale(1.2)
}
.mask-img1{
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
/* video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

.mask-pic{
    width: 100%;
    height: 100vh;
    object-fit: cover
}
.block-poster-mask {
    display: none;
}
.dc-scroll-top{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120%;
}
.dc-scroll-top li {
  width: 1.6rem;
  height: 2rem;
  position: relative;
}
.dc-scroll-top li div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-position: center;
}
.dc-scroll-top li:nth-of-type(1) div{
  background: url("/dist/site/images/three-h6-dht/2.png") no-repeat;
    background-position: center;
    background-size: auto 96%;

}
.dc-scroll-top li:nth-of-type(2) div{
  background: url("/dist/site/images/three-h6-dht/0.png") no-repeat;
    background-position: center;
        background-size: auto 96%;

}
.dc-scroll-top .s-top {
  transform: translateY(-100%);
}
.dc-scroll-top .s-bottom {
  transform: translateY(100%);
}
.dc-scroll {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120%;
    margin-left: 1.4%;
}
.dc-scroll li {
  width: 1.6rem;
  height: 2rem;
  position: relative;
}

.dc-scroll li div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-position: center;
}
.dc-scroll li:nth-of-type(1) div{
  background: url("/dist/site/images/three-h6-dht/2.png") no-repeat;
    background-position: center;
        background-size: auto 100%;

}
.dc-scroll li:nth-of-type(2) div{
  background: url("/dist/site/images/three-h6-dht/0.png") no-repeat;
    background-position: center;
        background-size: auto 100%;

}
.dc-scroll .s-top {
  transform: translateY(-100%);
}
.dc-scroll .s-bottom {
  transform: translateY(100%);
}
.qjimg{
    transition: all .3s
}
.qjimg:hover{
    transform: scale(1.05)
}
.changeContainer .changeItemContainer{
    width: 0.55rem;
    height: 0.55rem;
}
.tip-all-center{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.mobile-tip-all-center{
    display: none !important;
}

/* 优惠政策pc */
    .preferential_policies_box{
        position: relative;
        background-image: url("/dist/site/images/car-preferential-policies-2022/p_box_bk.jpg");
        /* height: 100vh; */
        max-height: 1080px;
        width: 100%;
        background-size: cover;
        overflow: hidden;
    }
    .preferential_policies_box .p_title_change{
        display: flex;
        padding-left: 2.5rem;
        height: 1rem;
        line-height: 1rem;
        border-bottom: 1px solid #e6e6e6;
        margin-top: 3vh;
    }
    .preferential_policies_box .p_title_change .min_title{
        font-size: .239rem;
        color: #000;
        margin: 0 0.5rem;
	    opacity: 0.5;
    }
    .preferential_policies_box .p_title_change .min_title a{
        cursor: pointer;
    }
    .preferential_policies_box .p_title_change .active_policy{
        opacity: 1;
        position: relative;
        font-weight: bold;
    }
    .preferential_policies_box .p_title_change .active_policy::after{
        /* content: '';
        display: block;
        position: absolute;
        width: 1.2rem;
        height: 2px;
        bottom: -2px;
        background-color: #141414;
        left: 50%;
        transform: translate(-50%,-50%); */
        content: ' ';
        display: block;
        width: auto;
        height: 2px;
        background-color: #000;
        margin-left: 0px;
        transform: translate(0%,-50%);
    }
    .preferential_policies_box .introduction_box{
        margin: 0 3rem;
    }
    .preferential_policies_box .introduction_box .min_introduction{
        display: none;
    }
    .preferential_policies_box .introduction_box .active_policy{
        display: block;
    }
    .preferential_policies_box .introduction_box .first-t{
        font-size: .24rem;
        color: #6d6d6d;
    }
    .preferential_policies_box .introduction_box .second-t{
        font-size: .37rem;
        margin: .6rem 0rem .4rem 0;
        font-weight: 600;
        color: #000;
    }
    .preferential_policies_box .introduction_box .third-t{
        opacity: 0.4;
        font-size: .2rem;
    }
    .preferential_policies_box .fourth-list{
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
    }
    .preferential_policies_box .fourth-list .min_single{
        width: 3.6rem;
        font-size: .22rem;
        margin-top: .2rem;
        font-weight: bold;
    }
    .preferential_policies_box .fourth-list .min_single .m_s_title_pc{
        display: flex;
        align-items: center;
        font-size: .239rem;
        color: #2b2b33;
    }
    .preferential_policies_box .fourth-list .min_single .m_s_detail_pc{
        color: #9f9f9f;
        font-size: .18rem;
        /* margin-left: 0.27rem; */
        margin-top: 0.5vh;
        font-weight: normal;
    }
    /* .preferential_policies_box .fourth-list .min_single .m_s_title_pc::before{
        content: '';
        width: .06rem;
        height: .06rem;
        background-color: #717171;
        margin-right: 0.2rem;
    } */
    .preferential_policies_box .p_remark_box{
        margin-top: .4rem;
        /* margin-left: 0.27rem; */
        color: #ccc;
        width: 7.53rem;
        font-size: .14rem;
    }
    .preferential_policies_box .p_btn_group{
        margin-top: .5rem;
        margin-bottom: .8rem;
        display: flex;
        /* margin-left: 0.27rem; */
    }
    .preferential_policies_box .min_btn_style{
        width: 2.2rem;
        height: .55rem;
        line-height: .55rem;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .preferential_policies_box .p_hover_style_pc{
        position: relative;
        margin-left: .3rem;
    }
    .preferential_policies_box .p_hover_style_pc .yhzc_border_bk{
        position: absolute;
        width: 2.2rem;
        z-index: 1;
        top: -2.38rem;
        display: none;
    }
    .preferential_policies_box .p_hover_style_pc .code_img_pc{
        position: absolute;
        width: 1.6rem;
        z-index: 1;
        top: -2.38rem;
        margin: 0.3rem;
        display: none;
    }
    .preferential_policies_box .active_yh .code_img_pc,.preferential_policies_box .active_yh .yhzc_border_bk{
        display: block;
    }
    .preferential_policies_box .min_btn_style a{
        display: block;
        width: 100%;
        height: auto;
    }
    .preferential_policies_box .p_img_list{
        position: absolute;
        top: 0;
        right: 1rem;
        height: 100%;
    }
    .preferential_policies_box .p_img_list .img_single{
        /* display: none; */
        /* height: 100%; */
        position: absolute;
        top: 0;
        right: 0;
        width: 6.9rem;
        opacity: 0;
        transition: all .2s;
    }
    .preferential_policies_box .p_img_list .active_policy{
        /* display: block; */
        opacity: 1;
        transition: all .2s;
    }
    .preferential_policies_box .popup_window_pc{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #ffffff;
        width: 82%;
        z-index: 3;
        display: none;
    }
    .popup_window_pc img:nth-of-type(1){
        position: absolute;
        width: 0.7rem;
        z-index: 0;
        top: 0.8rem;
        left: 0.3rem;
    }
    .popup_window_pc img:nth-of-type(2){
        position: absolute;
        width: 30%;
        right: 0;
        bottom: 0;
    }
    .popup_details_pc{
        position: relative;
        z-index: 1;
        display: flex;
    }
    .min_top_title_style{
        width: 4rem;
        text-align: center;
        height: 2rem;
        padding-top: 0.8rem;
        border-bottom: 1px solid #efefef;
        font-size: .3rem;
        font-weight: bold;
    }
    .right_box_style_pc{
        border-left: 1px solid #efefef;
    }
    .detail_top_style{
        border-bottom: 1px solid #efefef;
        padding: .8rem 0.7rem;
        display: flex;
        flex-wrap: wrap;
    }
    .min_single_details_style{
        width: 50%;
        margin-top: 0.6rem;
    }
    .min_single_details_style .m_s_d_title{
        font-size: .26rem;
        color: #000000;
        display: flex;
        align-items: center;
    }
    .min_single_details_style .m_s_d_title::before{
        content: '';
        width: .05rem;
        height: .05rem;
        background-color: #333333;
        margin-right: 0.2rem;
        display: inline-block;
    }
    .min_single_details_style  .m_s_d_detail{
        color: #a0a0a0;
        margin-top: 0.1rem;
        font-size: .2rem;
        margin-left: 0.25rem;
    }
    .r_d_btn_box_style{
        height: 0.825rem;
    }
    .r_d_btn_close{
        width: 2.7rem;
        height: 0.45rem;
        line-height: .45rem;
        text-align: center;
        margin-top: .375rem;
        margin-left: 0.7rem;
    }
    .r_d_btn_close a{
        display: block;
        width: 100%;
        height: auto;
    }
    .windows_mask_mb{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: 	rgba(112,123,124,.5);
        z-index: 2;
        display: none;
    }
    @media screen and (min-width: 1800px){
        .preferential_policies_box .p_img_list .img_single{
            width:  6.4rem;
        }
    }






    /* 优惠政策移动 */
    @media (max-width: 767px){
        .p_p_bk_mb{
            padding: 0.26rem 0.26rem;
            background: #f2f2f2;
        }
        .m_preferential_policies_box{
            background-color: #ffffff;
            position: relative;
            overflow: hidden;
        }
        .m_preferential_policies_box #top_nav{
            background-color: #ffffff;
            margin-top: 0.25rem;
        }

        .m_preferential_policies_box #top_nav .swiper-container{
            margin-left: -0.08rem;
        }
        .m_preferential_policies_box .nav{
            position: relative;
            height: 1rem;
            border-bottom: 1px solid #f1f1f1;
        }
        .m_preferential_policies_box .nav-list{
            overflow: hidden;
            overflow-x: scroll;
            white-space: nowrap;
            display: flex;
            height: 1rem;
            align-items: center;
        }
        .m_preferential_policies_box .nav-a {
            color: #505050;
            text-decoration: none;
            font-size: 16px;
            margin:  0px;
            padding: 0 .6rem;
            line-height: 1rem;
            display: inline-block;
            width: auto !important;
            height: 100%;
            overflow: hidden;
            position: relative;
            text-align: center;
        }
        .m_preferential_policies_box .selected {
            font-weight: bold;
            color:#000;
            position: relative;
        }
        .m_preferential_policies_box .selected::after{
            /* content: '';
            display: block;
            position: absolute;
            width: .85rem;
            height: 2px;
            bottom: 0px;
            background-color: #333333;
            left: 50%;
            transform: translate(-50%,-50%); */
            content: ' ';
            display: block;
            width: auto;
            height: 6px;
            background-color: #000;
            margin-left: 0px;
            transform: translate(0%,-50%);
        }
        ::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        }
        .m_preferential_policies_box .no_more{
            height: 2rem;
            display: none;
        }
        .m_preferential_policies_box .text_group_mb{
            margin: 0.6rem 0.5rem .4rem;
        }
        .m_preferential_policies_box .first-t{
            font-size: .27rem;
        }
        .m_preferential_policies_box .second-t{
            font-size: .4rem;
            padding: 0;
            font-weight: bold;
            color: #000;
        }
        .m_preferential_policies_box .third-t{
            font-size: .24rem;
            color: #b3b3b3;
        }
        .m_preferential_policies_box .fourth-list-mb{
            margin: 0 0.5rem;
            display: flex;
            flex-wrap: wrap;
        }
        .m_preferential_policies_box .min_single{
            width: 100%;
            margin-bottom: 0.2rem;
        }
        .m_preferential_policies_box .min_single .m_title_mb{
            display: flex;
            align-items: center;
            font-size: .28rem;
            font-weight: bold;
            color: #2b2b33;
        }
        .m_preferential_policies_box .min_single .m_detail_mb{
            margin-left: .3rem;
            margin-top: 0.1rem;
            font-size: .23rem;
            color: #9a9a9a;
        }
        .m_preferential_policies_box .min_single .m_title_mb::before{
            content: '';
            width: .07rem;
            height: .07rem;
            background-color: #626262;
            margin-right: 0.2rem;
        }
        .m_preferential_policies_box .remark_mb_style{
            font-size: .2rem;
            color: #9a9a9a;
            margin: 0 0.5rem;
            margin-top: 0.3rem;
        }
        .m_preferential_policies_box .p_btn_group_mb{
            display: flex;
            justify-content: center;
            margin-top: .5rem;
            padding-bottom: .7rem;
        }
        .m_preferential_policies_box .min_btn_style{
            position: relative;
            width: 2.8rem;
            height: 0.7rem;
            line-height: .7rem;
            text-align: center;
        }
        .m_preferential_policies_box .min_btn_style a{
            display: block;
            width: 100%;
            height: auto;
            font-size: 0.21rem !important;
        }
        .m_preferential_policies_box .detail_btn_click{
            margin-left: .4rem;
        }
        .m_preferential_policies_box .p_text_group_mb{
            z-index: 1;
            position: relative;
        }
        .m_preferential_policies_box .p_bk_img_mb{
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 0;
        }
        .change_text_box_mb,.p_bk_img_mb{
            display: none;
        }
        .p_active_mb{
            display: block !important;
        }

        .popup_window_mb{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #ffffff;
            width: 92%;
            z-index: 3;
            padding: 0.8rem 0.6rem;
            display: none;
        }
        .popup_window_mb .w_logo_mb{
            position: absolute;
            right: .1rem;
            width: 0.5rem;
            margin-top: .1rem;
        }
        .popup_window_mb .p_title_mb{
            font-size: .4rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 0.3rem;
            border-bottom: 1px solid #ececec;
            padding-bottom: .3rem;
        }
        .popup_window_mb .w_s_title{
            font-size: .28rem;
            display: flex;
            align-items: center;
        }
        .popup_window_mb .w_s_title::before{
            content: '';
            width: .05rem;
            height: .05rem;
            background-color: #333333;
            margin-right: 0.2rem;
        }
        .popup_window_mb .w_s_detail{
            font-size: .23rem;
            color: #9a9a9a;
            margin-top: 0.03rem;
            margin-left: .31rem;
        }
        .w_single_text_mb{
            margin-top: 0.3rem;
        }
        .w_s_close_btn{
            height: .7rem;
            line-height: .7rem;
            margin-top: .8rem;
            text-align: center;
        }
        .w_s_close_btn a{
            font-size: 0.21rem !important;
        }
        .windows_mask_mb{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: 	rgba(112,123,124,.5);
            z-index: 2;
            display: none;
        }


    }
/* 优惠政策---end */

@media (max-width:767px){
.unsame-area .appointment h4 {
    
}
.unsame-area .appointment h4{
color: #333 !important;
}
.all{
    max-width: 1920px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
    .mySwiperMb{
        width: 100%;
        height: 12.87rem
    }  
    #swiperAll{
        cursor: auto;
    }
    .swiper-box{
        width: 100%;
        background-image: url("/dist/site/images/three-h6-dht/bg_mob.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;

    }
   .swiper-container1 {
       width: 100%;
        margin-left: -10%;
       overflow: visible!important;
   }
   .swiper-container1 img{
       width: 100%;
   }
    .slideMin1{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slideMin1 img{
         width: 110%;
         margin-left: .5rem
    }
    
    .swiper_style_second .swiper-slide-next img{
        margin-left: -45%;
    }
   .year-box{
       position: absolute;
       left: 50%;
       top: 2.12rem;
       transform: translateX(-50%);
       width: 69%
   }
   .year-box img{
       width: 100%;
   }

.dc-scroll-top{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dc-scroll-top li {
  width: 1.2rem;
  height: 1.5rem;
  position: relative;
}
.dc-scroll-top li div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-position: center;
}
.dc-scroll-top li:nth-of-type(1) div{
  background: url("/dist/site/images/three-h6-dht/2.png") no-repeat;
    background-position: center center;
    background-size: auto 96%;

}
.dc-scroll-top li:nth-of-type(2) div{
  background: url("/dist/site/images/three-h6-dht/0.png") no-repeat;
    background-position: center center;
        background-size: auto 96%;

}
.dc-scroll-top .s-top {
  transform: translateY(-100%);
}
.dc-scroll-top .s-bottom {
  transform: translateY(100%);
}
.dc-scroll {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dc-scroll li {
  width: 1.2rem;
  height: 1.5rem;
  position: relative;
}

.dc-scroll li div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-position: center;
}
.dc-scroll li:nth-of-type(1) div{
  background: url("/dist/site/images/three-h6-dht/2.png") no-repeat;
    background-position: center center;
        background-size: auto 96%;

}
.dc-scroll li:nth-of-type(2) div{
  background: url("/dist/site/images/three-h6-dht/0.png") no-repeat;
    background-position: center center;
        background-size: auto 96%;

}
.dc-scroll .s-top {
  transform: translateY(-100%);
}
.dc-scroll .s-bottom {
  transform: translateY(100%);
}

   .dht{
         position: absolute;
    right: 1.2rem;
    bottom: 5.2rem;
    z-index: 10;
    width: 1.8rem;
   }
   .dnt img{
       width: 100%;
   }
   .swiper-slide-logo{
       position: absolute;
       width: 2.8rem;
       left: 50%;
       transform: translateX(-50%);
       bottom: 3.8rem;
   }
   .swiper-slide-logo img{
       width: 100%
   }
   .swiper-slide-title{
       position: absolute;
       bottom: 2.5rem;
       left: 50%;
       transform: translateX(-50%);
       color: #464646;
       max-width: 4.9rem;
       width: 5rem;
       height: .8rem;
       text-align: center;
       font-size: .24rem;
       line-height: .33rem;
   }
   .swiper-slide-description{
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    color: #656565;
    text-align: center;
    font-size: .15rem;
    display: none;
   }
   .swiper-button-next-img{
       background-image: url("/dist/site/images/three-h6-dht/nomal-right.png");
       width: 1rem;
       height: 1rem;
       background-size: 100% 100%;
       background-repeat: no-repeat;
       position: absolute;
       right: 3.6rem;
       top: 70%;
       transform: translate(0,-50%);
       cursor: pointer;
       display: none;
       z-index: 2;
   }
   .swiper-button-next-img:hover{
       background-image: url("/dist/site/images/three-h6-dht/horver-right.png");
   }
   .swiper-button-prev-img{
       background-image: url("/dist/site/images/three-h6-dht/nomal-left.png");
       width: 1rem;
       height: 1rem;
       background-size: 100% 100%;
       background-repeat: no-repeat;
       position: absolute;
       left: 3.6rem;
       top: 70%;
       display: none;
       transform: translate(0,-50%);
       cursor: pointer;
       z-index: 2;
   }
   .swiper-button-prev-img:hover{
       background-image: url("/dist/site/images/three-h6-dht/horver-left.png");
   }
   .swiper-pagination-dht{
       position: absolute;
       left: 60% !important;
       top: auto !important;
       transform: translate(-50%,0);
       bottom: 1.6rem !important;
       width: 6.3rem !important;
       background-color: #b1b5ba;
       height: 2px !important;
   }
   .swiper-pagination-progress .swiper-pagination-progressbar{
       background-color: #4998bb !important;
   }
   .h6s_tvc img{
       height: 100vh;
       width: 100%;
       object-fit: cover
   }
.mask-box-mb{
    max-width: 1920px;
    position: relative;
    height: auto;
    padding-bottom: 5000px;
    min-height: 1360px;
}
.mask-img-normal-box{
    width: 100%;
    height: 100vh;
}
.mask-img-normal-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mask-mb{
    overflow: hidden;
    max-width: 1920px;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: 22222;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 1s;
    display: block !important;
}

.mask-img-mb{
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    transition: opacity 1s;
    z-index: 2;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%) scale(1.1)

}
.mask-img1{
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.next-page{
    height: auto;
    width: 100%;
    position: relative;
}
.next-page img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}    
}

@media screen and (max-width: 768px){
.pc-tip-all-center {
    display: none !important;
}
.mobile-tip-all-center{
    display: block !important;
}
}

/* #first-yh .new-more{
    display: none !important;
}

#first-yh .activity-list-more{
    display: none !important;
} */
.new-footer-dirver-mb .center-box{
    font-size: .24rem !important;
}<!--0.00020289421081543-->