@font-face {
    font-family: 'GWMSans-yu';
    src: url('https://res.gwm.com.cn/tank/tanksite_pre/assets/components/css/GWMSans/Font_Files/Web_Fonts/WOFF2/GWMSans-Bold.woff2') format('woff2');
    src: url('https://res.gwm.com.cn/tank/tanksite_pre/assets/components/css/GWMSans/Font_Files/Web_Fonts/WOFF2/GWMSans-Light.woff2') format('woff2');
    src: url('https://res.gwm.com.cn/tank/tanksite_pre/assets/components/css/GWMSans/Font_Files/Web_Fonts/WOFF2/GWMSans-Regular.woff2') format('woff2');
}

body {
    font-family: 'GWMSans-yu', sans-serif !important;
}

.pc-pad {
    display: block !important;
}

.mb-only {
    display: none !important;
}



.onePage {
    width: 100%;
    height: 100vh;
    position: relative;
}

/* 一级标题 */
.one_tag_box {
    position: absolute;
    left: 50%;
    top: 1.08rem;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
    z-index: 3;
    color: #fff;
}

.all_one_tag {
    font-size: 0.26rem;
    color: #E3BEA4;
}

.all_one_tag_title {
    font-size: 0.6rem;
    font-weight: 500;
    margin-top: 0.1rem;
}

/* 二级标题 */
.twoPage {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.two_tag_box {
    text-align: center;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0.86rem;
}

.all_two_tag {
    font-size: 0.51rem;
    color: #fff;
}

.all_two_tag_title {
    font-size: 0.17rem;
    line-height: 0.25rem;
    color: #fff;
    margin-top: 0.2rem;
}

/* 二级标题第二种 */
.threePage {
    position: relative;
    width: 100%;
    height: auto;
}

/* 向下间距 */
.all-box-mag {
    margin-bottom: 1rem;
}

/* 二级买点组件 */
.two-page-include {
    position: relative;
    width: 100%;
    height: auto;
}

.img-box {
    width: 100%;
    height: 100%;
}

.img-box img,
.img-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll_center {
    transform: translateY(1rem);
    opacity: 0;
    transition: all 0.5s;
}

.scroll_center._into {
    transform: translateY(0);
    opacity: 1;
}


.new-car-header {
    display: flex;
    justify-content: space-between;
    padding: 0 0.8rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.84rem;
    transform: translateY(-100%);
    transition: all 0.5s;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.hide-page-header .new-car-header {
    transform: translateY(0);
}

.new-car-header-left {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    color: #FDFCFB;
    text-align: left;
    opacity: 1;
}

.new-header-mony {
    font-size: .15rem;
    margin-left: 0.6rem;
    position: relative;
    cursor: pointer;
}

.new-header-mony::after {
    background: #FDFCFB;
    content: '';
    position: absolute;
    left: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
    height: 0.2rem;
    opacity: 0.6;
}

.new-car-header-list {
    display: flex;
    align-items: center;
}

.new-nav-item {
    font-size: 0.16rem;
    line-height: 0.82rem;
    color: #fff;
    margin-right: 0.5rem;
    cursor: pointer;
    position: relative;
}

.new-car-header-list .new-nav-item:nth-last-child(1) {
    margin-right: 1rem;
}

.new-nav-item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    background: #E3BEA4;
    height: 0.03rem;
    transition: all 0.5s;
}

.new-nav-item.active::after {
    width: 100%;
}

.new-nav-item-btn {
    width: 1.38rem;
    height: 0.44rem;
    border-radius: 0.22rem;
    border: #fff 1px solid;
    margin-right: 0.1rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.44rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.new-nav-item-btn a {
    position: relative;
    z-index: 5;
}

.new-nav-item-btn::after {
    content: '';
    width: 0;
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}

.new-nav-item-btn:hover {
    color: #000;
}

.new-nav-item-btn a:hover {
    color: #000;
}

.new-nav-item-btn:hover:after {
    width: 100%;
}

/* kv */
.new_car_kv {
    width: 100%;
    height: 100vh;
    position: relative;
    color: #fff;
}


.kv_text {
    position: absolute;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    width: 6.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kv_slogan {
    margin-bottom: 0.15rem;
    width: 4rem;
    height: auto;
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
}

.kv-title-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.26rem;
    opacity: 0;
    line-height: 0.32rem;
    transform: translateY(1rem);
    transition: all 1s;
    font-weight: 400;
    letter-spacing: 0.096rem;
    text-indent: 0.09rem;
}

.new-kv-mony {
    margin-top: 0.13rem;
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s 0.1s;
    font-size: 0.18rem;
    line-height: 0.25rem;
    text-indent: -0.09rem;
}

.new-kv-mony p span {
    font-size: 0.22rem !important;
    font-weight: bold;
    letter-spacing: 0.04rem;
}

.new-car-kv-prive {
    font-weight: bold;
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s 0.2s;
}

.new-kv-btn-list {
    display: flex;
    width: 6.2rem;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: calc(50% - 3.25rem);
    bottom: 0.82rem;
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s 0.3s;
}

.new-kv-btn {
    width: 3rem;
    height: 0.48rem;
    border-radius: 0.35rem;
    border: 1px solid #fff;
    font-size: 0.16rem;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    line-height: 0.48rem;
    z-index: 2;
}

.new-kv-text {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.48rem;
    position: relative;
    z-index: 5;
}

.new-kv-btn-list .new-kv-btn:nth-child(2) a {
    color: #000;
}

.new-kv-btn-list .new-kv-btn:nth-child(2) {
    color: #000;
}

.new-kv-btn-list .new-kv-btn:nth-child(1) .new-kv-text::after {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: '';
    transition: all 0.5s;
    z-index: -3;
}

.new-kv-btn-list .new-kv-btn:nth-child(2) .new-kv-text::after {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all 0.5s;
    z-index: -3;
}

.new-kv-btn-list .new-kv-btn:nth-child(1):hover .new-kv-text::after {
    height: 100%;
}

.new-kv-btn-list .new-kv-btn:nth-child(1):hover .new-kv-text {
    color: #000;
}

.new-kv-btn-list .new-kv-btn:nth-child(2):hover .new-kv-text::after {
    height: 0;
}

.new-kv-btn-list .new-kv-btn:nth-child(2):hover .new-kv-text {
    color: #fff;
}

.kv-qr-box {
    position: fixed;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -100vw;
    top: 0;
    opacity: 0;
}

.kv-qr-img {
    height: 45.12vh;
    width: auto;
    position: relative;
    transform: translateY(1rem);
    transition: all 0.5s;
}

.close-icon {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    font-size: 0.3rem;
    transition: all 0.5s;
    line-height: 0.5rem;
    color: #fff;
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
}

.close-icon:hover {
    transform: rotate(90deg);
}

.kv-qr-box.active {
    left: 0;
    opacity: 1;
    display: flex;
}

.kv-qr-box.active .kv-qr-img {
    transform: translateY(0);
}

/* kv首次动效 */
.new_car_kv .img-box {
    overflow: hidden;
}

.new_car_kv .img-box img {
    scale: 1.2;
    transition: all 2s;
}

.new_car_kv.active .img-box img {
    scale: 1;
}

.new_car_kv.active .kv_slogan {
    opacity: 1;
    transform: translateY(0);
}

.new_car_kv.active .new-kv-mony {
    opacity: 1;
    transform: translateY(0);
}

.new_car_kv.active .kv-title-center {
    opacity: 1;
    transform: translateY(0);
}

.new_car_kv.active .new-kv-btn-list {
    opacity: 1;
    transform: translateY(0);
}

.btnlist-qr-box {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: -999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnlist-qr-box.active {
    /* display: block; */
    z-index: 9999999999;
}

.btnlist-qr-into-box {
    width: 90%;
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 1em;
    position: relative;
}

.btnlist-qr-title {
    color: #fff;
    margin-bottom: 2em;
    font-size: 16px;
}

.btnlist-qr-list {
    border: 1px solid #fff;
    border-radius: 3em;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.btnlist-qr-icon {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 0.3rem;
    height: 0.3rem;
    object-fit: cover;
}



/* 轮播图 */
.sw_tag {
    font-size: 0.18rem;
}

.sw_tag_title {
    font-size: 0.15rem;
}

.sw_one_tag_box {
    position: absolute;
    left: 1.5rem;
    top: 0.96rem;
    color: #fff;
    z-index: 10;
}

.sw_one_tag {
    font-size: 0.21rem;
    line-height: 0.3rem;
}

.sw_two_title {
    font-size: 0.57rem;
    line-height: 0.6rem;
    margin-top: 0.2rem;
}

.swiper_tag_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    z-index: 5;
    width: 90%;
    color: #fff;
}

.swiper_tab {
    display: flex;
    justify-content: center;
}

.oneTageSwiper .swiper_tab {
    justify-content: flex-start;
}

.swiper_tab .list {
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.swiper_tab .list div {
    padding: 0.2rem 0.8rem;
    position: relative;
    cursor: pointer;
    color: #a4a4a4;
}

.swiper_tab .list div::after {
    position: absolute;
    content: '';
    background: #E3BEA4;
    width: 0;
    height: 0.02rem;
    left: -1px;
    bottom: 0;
    transition: all 0.5s;
}

.swiper_tab .list div.into {
    color: #fff;
}

.swiper_tab .list div.active::after {
    width: calc(100% + 2px);
}

.swiper_tab_text {
    height: 0.5rem;
    position: relative;
}

.swiper_tab_text div {
    position: absolute;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
}

.swiper_tab_text div.active {
    opacity: 1;
}

/* 这里做轮播图模糊处理 */
.sw_transparent .swiper-container {
    overflow: inherit;
}

.sw_transparent .swiper-container .swiper-slide {
    opacity: 0.2;
    transition: all 0.5s;
}

.sw_transparent .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
}

/* 这里做轮播图只有标题的处理 */
.sw_no_title {
    margin: 0;
    width: 100%;
}

.cls_pagination {
    display: none;
}

/* 小于三个标题的时候 */
.moreFiveTag .swiper_tab .list div {
    padding: 0.2rem 0.15rem;
}

.moreFiveTag .swiper_tag_box {
    width: 95%;
}

/* 处理只有一个标题的时候 */
.oneTageSwiper .swiper_tag_box {
    left: 0.5rem;
    transform: translateY(0);
    width: auto;
}

.oneTageSwiper .swiper_tab .list {
    text-align: left;
    border-bottom: unset;
}

.oneTageSwiper .swiper_tab .list div {
    padding: 0;
    font-weight: bold;

}

.oneTageSwiper .swiper_tab_text {
    height: auto;
    margin-top: 0.1rem;
}

.oneTageSwiper .swiper_tab_text div {
    position: unset;
    transform: translateX(0);
    text-align: left;
    opacity: 0.7;

}

.oneTageSwiper .swiper_tab .list div::after {
    display: none;
}


/* 购车权益图片 */
.policy-img-data {
    width: 100%;
    height: auto;
    position: relative;
}

.policy-img-data-btn {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 3.32rem;
    height: 0.6rem;
    background: #fff;
    font-size: 0.18rem;
    color: #303241;
    line-height: 0.6rem;
    text-align: center;
    border-radius: 0.6rem;
    overflow: hidden;
}

.policy-img-data-btn span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: color 0.5s;
}

.policy-img-data-btn::after{
    content: '';
    position: absolute;
    width: 0; /* 初始宽度为0 */
    height: 100%;
    background: #000;
    z-index: 4;
    transition: all 0.5s;
    left: 0; 
    top: 0;
    border-radius: 0.6rem; 
}
.policy-img-data-btn:hover{
    background: transparent;
    transition: 0.1s 0.5s;
}
.policy-img-data-btn:hover span{
    color: #fff;
}

.policy-img-data-btn:hover::after{
    width: 100%; 
}

.loading-new {
    width: 100%;
    height: 100vh;
    background: #666;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-img{
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}
.loading-img img{ 
     width: 0.8rem;
     object-fit: cover;
     height: auto;
    opacity: 0;
}

.swiper-beizhi{
    font-size: 0.12rem;
    color: #999;
    position: absolute;
    right: 0.5rem;
    bottom: 0.3rem;
}

@media (max-width: 768px) {
    .swiper-beizhi{
        bottom: 0.4rem;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width:90%;
        font-size: 0.18rem;
    }
    .pc-pad {
        display: none !important;
    }

    .mb-only {
        display: block !important;
    }

    /* 头部 */
    .new-car-header {
        padding: 0 0.3rem;
        height: 1.2rem;
    }

    .new-car-header-left {
        font-size: 0.26rem;
        line-height: 0.86rem;
        color: #FDFCFB;
    }

    .new-nav-item {
        font-size: 0.2rem;
        color: #fff;
        line-height: 0.86rem;
        margin-right: 0.3rem;
    }

    .new-nav-item-btn {
        width: 1.38rem;
        height: 0.53rem;
        font-size: 0.2rem;
        line-height: 0.53rem;
        border-radius: 4rem;
        margin-right: 0.2rem;
    }


    /* kv */
    .kv_text {
        top: 18%;
        width: 5.16rem;
    }

    .kv-title-center {
        font-size: 0.24rem;
        line-height: 0.33rem;
    }

    .new-kv-mony {
        margin-top: 0.3rem;
        font-size: 0.25rem;
    }
    .new-kv-mony p span{
        font-size: 0.38rem!important;
    }

    .new-kv-btn-list {
        flex-direction: column;
        align-items: center;
    }

    .new-kv-btn-list .new-kv-btn:nth-child(4) a {
        color: #000;
    }

    .new-kv-btn-list .new-kv-btn:nth-child(4) {
        color: #000;
    }

    .new-kv-btn-list .new-kv-btn:nth-child(4) .new-kv-text::after {
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        transition: all 0.5s;
        z-index: -3;
    }

    .new-kv-btn-list {
        bottom: 10%;
    }

    .new-kv-btn {
        width: 6.52rem;
        height: 0.8rem;
        margin-top: 0.26rem;
        border-radius: 4rem;
    }

    .new-kv-btn .new-kv-text {
        font-size: 0.25rem;
        line-height: 0.8rem;
    }

    /* 一级卖点 */
    .one_tag_box {
        top: 1.14rem;
    }

    .all_one_tag {
        font-size: 0.36rem;
        line-height: 0.42rem;
    }

    .all_one_tag_title {
        font-size: 0.6rem;
        line-height: 0.84rem;
    }

    .twoPage {
        width: calc(100% - 1rem);
    }

    .sw_no_title {
        width: 100%;
    }



    /* tag轮播 */
    .sw_tag {
        font-size: 0.35rem;
        line-height: 0.42rem;
    }

    .sw_tag_title {
        font-size: 0.26rem;
        line-height: 0.4rem;
        color: #8f8f8f;
    }

    .sw_one_tag_box {
        left: 0.48rem;
        top: 0.82rem;
    }

    .sw_one_tag {
        font-size: 0.24rem;
        line-height: 0.34rem;
    }

    .sw_two_title {
        font-size: 0.49rem;
        line-height: 0.69rem;
    }

    .swiper_tag_box {
        width: 100%;
        position: unset;
        transform: translateX(0);
        height: 3rem;
        margin-top: 0.2rem;
    }

    .swiper_tab {
        display: none;
    }

    .swiper_tab_text {
        height: 100%;
        width: 100%;
    }

    .swiper_tab_text div {
        left: 0;
        top: 0.2rem;
        transform: translateX(0);
        text-align: left;
    }

    .swiper_tab_text div span {
        margin-bottom: 0.2rem;
        color: #fff;
    }

    .cls_pagination {
        display: flex;
        position: absolute;
        left: 0;
        bottom: -3rem;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cls_pagination span {
        flex: 1;
        height: 0.01rem;
        border-radius: unset;
        background: transparent;
    }

    .cls_pagination span.swiper-pagination-bullet-active {
        background: #fbc980;
        height: 0.03rem;
    }

    .sw_no_title .cls_pagination {
        display: none;
    }

    .sw_no_title .swiper_tab {
        display: flex;
    }

    .sw_no_title .swiper_tag_box {
        position: absolute;
        height: 1rem;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .sw_no_title .sw_tag {
        font-size: 0.28rem;
    }

    .sw_no_title .swiper_tab .list div {
        padding: 0.2rem;
    }

    .sw_transparent .swiper-container {
        overflow: hidden;
    }

    .sw_no_title .sw_tag_title .sw_tag {
        display: none;
    }

    .moreFiveTag .swiper_tab .list div {
        padding: 0.2rem;
    }

    .oneTageSwiper .cls_pagination {
        display: none;
    }

    .oneTageSwiper .swiper_tag_box {
        height: 2rem;
        margin-top: 0.5rem;
    }

    .oneTageSwiper .swiper_tab_text div {
        opacity: 1;
    }

    .swiper_tab .list div.active::after {
        width: 100%;
        left: 0;
    }

    /* 二级买点 */
    .two_tag_box_pos {
        top: 1.37rem;
        width: 86%;
        left: 7%;
    }

    .two_tag_box {
        width: 100%;
    }

    .all_two_tag {
        font-size: 0.58rem;
        line-height: 0.74rem;
    }

    .all_two_tag_title {
        font-size: 0.28rem;
        line-height: 0.3rem;
    }
    .policy-img-data-btn{
        font-size: 0.28rem;
    }
}