@font-face {
    font-family: 'GWMSans-yu';
    src: url('https://res.gwm.com.cn/tank/tanksite/assets/components/css/GWMSans/Font_Files/Web_Fonts/WOFF2/GWMSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GWMSans-yu';
    src: url('https://res.gwm.com.cn/tank/tanksite/assets/components/css/GWMSans/Font_Files/Web_Fonts/WOFF2/GWMSans-Regular.woff2') format('woff2');
    font-weight: 400; 
    font-style: normal;
}

/* 常规字体 */
@font-face {
    font-family: 'GWMSans-yu';
    src: url('https://res.gwm.com.cn/tank/tanksite/assets/components/css/GWMSans/Font_Files/Web_Fonts/WOFF2/GWMSans-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'GWMSans-yu', sans-serif !important;
}

.pc-pad {
    display: block !important;
}

.mb-only {
    display: none !important;
}



/* 二级标题第二种 */
.threePage {
    position: relative;
    width: 100%;
    height: auto;
}

/* 向下间距 */
.all-box-mag {
    margin-bottom: 1rem;
}

.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: 1.5rem;
    transform: translateX(-50%);
    width: 6.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kv_slogan {
    margin-bottom: 0.15rem;
    width: 3.5rem;
    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.22rem;
    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-kv-notes {
    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;
    font-weight: 200;
}

.new-car-kv-prive {
    font-weight: bold;
    transform: translateY(1rem);
    transition: all 1s 0.2s;
}

.new-kv-btn-list {
    display: flex;
    width: 6.2rem;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: calc(50% - 3.25rem);
    bottom: 0.55rem;
    opacity: 0;
    transform: translateY(1rem);
    transition: all 1s 0.3s;
    gap: 0.1rem;
}

.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;
    font-size: 0.16rem;
}

.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 .new-kv-notes {
    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;
}






/* 购车权益图片 */
.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;
    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::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
    transition: all 0.5s;
    right: 0;
    top: 0;
}

.policy-img-data-btn:hover{
    background: transparent;
}

.policy-img-data-btn:hover span{
    color: #fff;
}

.policy-img-data-btn:hover::after{
    width: 100%; 
}

.policy-img-data-btn:hover::before{
    width: 0;
}

.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: center;
    align-items: center;
    gap: 0.5rem;
}
.loading-img img{ 
     width: 0.8rem;
     object-fit: cover;
     height: auto;
    opacity: 0;
}



@media (max-width: 768px) {

    .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;
    }
    .policy-img-data-btn{
        font-size: 0.28rem;
    }
}