/* 顶部banner */
.index-banner {
    width: 100%;
    height: 100vh;
}

.indexBanner,
.indexBanner .swiper-slide a {
    width: 100%;
    height: 100%;
}
.indexBanner .swiper-slide {
    position: relative;
}

.indexBanner img,
.indexBanner .kv_video,
.indexBanner .kv_video video {
    width: 100%;
    height: 102vh;
    object-fit: cover;
}

.indexBanner .swiper-pagination {
    bottom: 3.646vw;
}

.indexBanner .swiper-pagination-bullet {
    width: 3.125vw;
    height: 0.078vw;
    background: none;
    opacity: 0.8;
    border-radius: 0;
    transition: all 0.365s;
    margin: 0 0.521vw !important;
    padding: 2vw 0;
    position: relative;
}

.indexBanner .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.125vw;
    height: 0.078vw;
    background: #fff;
}
.indexBanner .swiper-pagination-bullet:hover::before {
    /* border-radius: 0.4vw;
    height: 0.3vw; */
    background: #bea578;
}

.indexBanner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 4.688vw;
    height: 0.104vw;
    position: relative;
}
.indexBanner .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 1;
    width: 4.688vw;
    height: 0.104vw;
}
.indexBanner .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}
.indexBanner .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}
/* .indexBanner .swiper-button-prev{
    right: 30px;
} */
.indexBanner .swiper-button-next:after {
    color: #fff;
    opacity: 0;
    font-size: 2vw;
}
.indexBanner .swiper-button-prev:after {
    color: #fff;
    opacity: 0;
    font-size: 2vw;
}
.indexBanner .index-button-prev:after {
    opacity: 0.6;
}
.indexBanner .index-button-next:after {
    opacity: 0.6;
}

/* 车型 */
.car-list-holder {
    min-height: 100vh;
}

.index-type {
    width: 100%;
    /* height: 56.25vw; */
    position: relative;
}

.index-type-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-type-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-type-top {
    position: absolute;
    top: clamp(150px, 10.42vw, 200px);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.index-type-btm {
    position: absolute;
    /* bottom: clamp(180px, 6.77vw, 130px); */
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.index-type-text-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-type-text-title-one {
    justify-content: center;
}
.index-type-text-title > div {
    font-size: 2.5vw;
    color: #fff;
    text-align: center;
}
.index-type-text-title > img {
    width: 6.4vw;
    height: 1.6vw;
    margin-left: 0.4vw;
}
.index-type-text-desc {
    margin-top: 0.2vw;
    font-size: 1vw;
    /* font-weight: 300; */
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.index-type-learn-more {
    display: inline-block;
    margin-top: 1.2vw;
    color: #fff;
    font-size: 0.9vw;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;
    line-height: 1;
    transition: opacity 0.3s linear;
    cursor: pointer;
}
.index-type-learn-more:hover {
    opacity: 0.7;
}

.index-type-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 1vw;
    margin-bottom: 1.5vw;
}
.price-num {
    font-size: 2vw;
}

.index-type-btn-group {
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.index-type-btn {
    width: 258px;
    height: 48px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s linear;
}

.index-type-btn-outline {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.index-type-btn-outline:hover {
    border-color: #bea578;
    color: #b78b3c;
    background: #fff;
    opacity: 0.7;
}

.index-type-btn-solid {
    background: #fff;
    color: #000000;
    border: none;
}
.index-type-btn-solid:hover {
    background: #bea578;
    color: #fff;
}

/*  */
.sundry-wrap {
    background: #131616;
    padding: 5.729vw 0;
}

.sundry-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sundryBanner {
    width: 100%;
}

.sundry-item {
    /* width: 24.479vw; */
    width: 100%;
}

.sundry-img {
    width: 100%;
    /* height: 30.573vw; */
}

.sundry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sundry-text {
    font-size: 1.667vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    margin: 2.604vw 0 1.042vw 0;
    text-align: center;
    transition: all 0.3s linear;
}

.sundry-item:hover .sundry-text {
    color: #bea578;
}

.sundry-p {
    font-size: 1.25vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

/* 坦克  燃·生活 */
.live-wrap {
    background: #000000;
    padding: 5.729vw 0;
    /* padding: 8.333vw 0 7.188vw 0; */
}

.live-box {
    margin: 0 auto;
}

.live-title-box {
    display: flex;
    align-items: baseline;
    position: relative;
}

.live-more {
    position: absolute;
    right: 0;
    bottom: 0.521vw;

    font-size: 1.25vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff;
}

.live-title {
    font-size: 3.125vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #fff;
}

.live-text {
    font-size: 1.25vw;
    color: #acacac;
    margin-left: 2.917vw;
    display: flex;
    cursor: pointer;
}
.live-text > a:hover,
.live-more:hover {
    color: #bea578;
}

.live-list {
    padding: 2.865vw 0;
    background: #000;
    display: flex;
    justify-content: space-between;
    margin-top: 2.344vw;
    position: relative;
}

.live-item {
    width: 49%;
}

.live-img {
    width: 100%;
    height: 21.302vw;
    border-radius: 0.1vw;
}

.live-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-des {
    margin-top: 1.51vw;
    display: flex;
}

.live-label {
    flex-shrink: 0;
    padding: 0 0.938vw;
    border: 0.052vw solid #bea679;
    font-size: 1.042vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #bea679;
    height: 1.979vw;
    line-height: 1.979vw;
}

.live-content {
    flex: 1;
    margin-left: 1.25vw;
    /*width: 100%;*/
}

.live-item-text {
    line-height: 1.979vw;
    font-size: 1.042vw;
    font-weight: 400;
    color: #fff;
    /*width: 82%;*/
}

.live-item-time {
    font-size: 1.042vw;
    font-weight: 300;
    color: #999999;
    margin-top: 0.781vw;
}

/* 坦克动态 */
.dynamic-wrap {
    background: #131616;
    padding: 5.729vw 0;
}

.dynamic-title {
    margin: 0 auto;
    font-size: 3.125vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #fff;
    position: relative;
}

.dynamic-swiper {
    margin-top: 2.344vw;
    position: relative;
    padding: 2.865vw 0;
}

.dynamicSwiper {
    width: 100%;
    padding-bottom: 60px;
}

.dynamicSwiper .swiper-scrollbar {
    height: 0 !important;
    left: auto;
    right: 100px;
    bottom: 0;
    padding: 1vw 0;
    cursor: pointer;
    background: none;
}
.dynamicSwiper .swiper-scrollbar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.104vw;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #343434;
    transform: translate(-50%, -50%);
}

.dynamicSwiper .swiper-scrollbar-drag {
    background: #bea578;

    height: 0.104vw;
}

.dynamic-item {
    width: 100%;
}

.dynamic-img {
    width: 100%;
    height: 16.563vw;
}

.dynamic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamic-des {
    background: #000000;
    padding: 1.563vw 2.083vw;
}

.dynamic-text {
    height: 3.646vw;
    font-size: 1.042vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 1.875vw;
}

.dynamic-time {
    font-size: 0.938vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #868686;
    margin-top: 1.042vw;
}

/* 预约试驾 */
.testdrive-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.testdrive-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* min-height: 48.438vw; */
}

.testdrive-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testdrive-box {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.testdrive-main {
    width: 27.292vw;
    background: #000000;
}

/* mywey */
/* .mywey-wrap {
    width: 100%;
} */

.sapp-download {
    width: 100%;
    padding-bottom: 10vh;
    background-color: #000;
}

.sapp-download .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    height: 78vh;
    padding: 5vh 10vw;
    background-color: #0f0f0f;
}

.sapp-download .inner .header-group {
    height: 50%;
}

.sapp-download .inner .title {
    font-size: 2.6vw;
    font-weight: 200;
    line-height: 2;
    color: #eee;
}

.sapp-download .inner .description {
    font-size: 1.25vw;
    font-weight: 200;
    color: #ccc;
}

.sapp-download .inner .qrcode-holder {
    display: flex;
    flex-direction: column;
    width: 10vw;
    height: 50%;
    justify-content: flex-end;
    align-items: center;
}

.sapp-download .inner .qrcode-holder p {
    font-size: 1.04vw;
    line-height: 3;
    font-weight: 100;
    color: #ccc;
}

.sapp-download .inner .phone-img-holder {
    position: relative;
    width: 50%;
    height: 50%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.sapp-download .inner .phone-img-holder img {
    width: auto;
    height: 110%;
}

.sapp-download .inner .sapp-phone-img {
    position: absolute;
}

.sapp-download .inner .sapp-phone-img-1 {
    z-index: 1;
}

.sapp-download .inner .sapp-phone-img-2 {
    top: 9vw;
    left: 13vw;
    z-index: 0;
}

.indexBanner .banner_tb {
    position: absolute;
    top: 25vh;
    left: 9.6vw;
    transition: all 2s;
    z-index: 9999;
}
.banner_title {
    display: flex;
    align-items: center;
    justify-content: left;
}
.banner_title > div:nth-child(1) {
    color: #fff;
    font-size: 2.5vw;
    font-weight: 500;
}
.banner_title > img {
    /* width: 20vw; */
    width: auto;
    height: 2vw;
    margin-left: 0.4vw;
    object-fit: fill;
    vertical-align: middle;
}
.banner_slogan {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 0.4vw;
}
.banner_pad {
    display: flex;
    align-items: center;
    margin-top: 1.2vw;
}
.banner_pad > a {
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
    width: auto !important;
    border: 1px solid #fff;
    margin-right: 1.4vw;
    transition: all 0.3s linear;
    padding: 0.3em 1.4em;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}
/* .banner_pad > a:last-child {
    margin-right: 0;
} */
.banner_pad > a:hover {
    /* color: #BEA578; */
    border-color: #bea578;
    color: #b78b3c;
    background: #fff;
    opacity: 0.7;
}
.banner_price {
    margin-top: 0.8vw;
    color: #fff;
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 2px;
}

@media only screen and (min-width: 769px) {
    .indexBanner .pos-pc-top-left {
        top: 25vh;
        left: 9.6vw;
        right: auto;
    }
    .indexBanner .pos-pc-top-center {
        top: 25vh;
        left: 50%;
        right: auto !important;
        transform: translate(-50%, 0) !important;
        text-align: center;
    }

    .indexBanner .pos-pc-top-center .banner_pad {
        justify-content: center;
    }

    .indexBanner .pos-pc-top-right {
        top: 25vh;
        left: auto;
        right: 9.6vw;
    }

    .indexBanner .pos-pc-bottom-left {
        bottom: 20vh;
        top: auto;
        left: 9.6vw;
        right: auto;
    }
    .indexBanner .pos-pc-bottom-center {
        bottom: 20vh;
        top: auto;
        left: 50% !important;
        right: auto;
        transform: translate(-50%, 0) !important;
    }
    .indexBanner .pos-pc-bottom-right {
        bottom: 20vh;
        top: auto;
        left: auto;
        right: 9.6vw;
    }
}

@media only screen and (max-width: 768px) {
    .index-banner {
        /* height: 177.867vw; */
    }
    .indexBanner .banner_tb {
        /* top: auto !important;
        bottom: 18vh; */
        top: 20vh;
    }
    .banner_title > div:nth-child(1) {
        font-size: 6.6vw;
    }
    .banner_title > img {
        /* width: 52vw; */
        width: auto;
        height: 5.2vw;
        margin-left: 0.6vw;
    }
    .banner_slogan {
        font-size: 4.2vw;
        margin-top: 1vw;
    }
    .banner_pad {
        margin-top: 3vw;
        width: 90.4vw;
        overflow: hidden;
    }
    .banner_pad > a {
        margin-right: 6vw;
        font-size: 4vw;
    }
    .banner_price {
        font-size: 5vw;
        margin-top: 1.8vw;
    }
    .indexBanner .swiper-pagination {
        bottom: 8.8vw;
    }

    .indexBanner .swiper-pagination-bullet {
        width: 5.333vw;
        height: 1px;
        background: #fff;
        opacity: 0.8;
        border-radius: 0;
        transition: all 0.365s;
        margin: 0 0.521vw !important;
        padding: 0;
    }
    .indexBanner .swiper-pagination-bullet::before {
        content: "";
        position: unset;
    }

    .indexBanner .swiper-pagination-bullet-active {
        opacity: 1;
        width: 10.667vw;
        height: 2px;
    }

    .indexBanner .pos-mob-top {
    }
    .indexBanner .pos-mob-bottom {
        top: auto;
        bottom: 20vh;
    }

    .index-type {
        height: 100vh;
    }

    .index-type-text {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .index-type-top {
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        width: 80vw;
    }

    .index-type-btm {
        bottom: 180px;
        left: 50%;
        transform: translateX(-50%);
        width: 80vw;
    }

    .index-type-text-title {
        justify-content: center;
    }
    .index-type-text-title > div {
        font-size: 7.667vw;
    }
    .index-type-text-title > img {
        width: 20vw;
        height: 5vw;
        margin-left: 0.6vw;
    }
    .index-type-text-desc {
        font-size: 4vw;
    }

    .index-type-learn-more {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    .index-type-price {
        font-size: 3.5vw;
        gap: 6px;
        margin-bottom: 5vw;
    }
    .price-num {
        font-size: 7vw;
    }

    .index-type-btn-group {
        gap: 3vw;
    }

    .index-type-btn {
        width: 306px;
        height: 42px;
        border-radius: 21px;
        font-size: 3.2vw;
    }

    .sundry-wrap {
        padding: 13.333vw 0;
        padding-left: 5.333vw;
    }

    .sundry-img {
        height: 78.267vw;
    }

    .sundry-text {
        font-size: 4.8vw;
        margin: 8vw 0 2.667vw 0;
    }

    .sundry-p {
        font-size: 3.2vw;
    }

    .live-wrap {
        background: #000000;
        padding: 13.333vw 8.667vw;
    }

    .live-title-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .live-more {
        top: 0;
        bottom: auto;

        font-size: 3.2vw;
        line-height: 9.667vw;
    }

    .live-title {
        font-size: 6.667vw;
    }

    .live-text {
        margin: 0;
        margin-top: 3.667vw;
        font-size: 3.2vw;
    }

    .live-list {
        flex-wrap: wrap;
    }
    .live-item {
        width: 100%;
    }
    .live-des {
        margin: 2vw 0;
    }

    .live-img {
        width: 100%;
        height: 42vw;
    }

    .live-label {
        flex-shrink: 0;
        padding: 0 2.267vw;
        border: 1px solid #bea679;
        font-size: 2.667vw;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #bea679;
        height: 5.067vw;
        line-height: 5.067vw;
    }

    .live-content {
        margin-left: 3.2vw;
    }

    .live-item-text {
        line-height: 5.067vw;
        font-size: 3.2vw;
    }

    .live-item-time {
        font-size: 3.2vw;
        margin-top: 1.867vw;
    }

    .live-list .swiper-pagination {
        bottom: 4.267vw;
    }

    .live-list .swiper-pagination-bullet {
        width: 5.333vw;
        height: 1px;
        opacity: 0.8;
        border-radius: 0;
        transition: all 0.365s;
        margin: 0 0.521vw !important;
    }

    .live-list .swiper-pagination-bullet-active {
        opacity: 1;
        width: 9.333vw;
        height: 2px;
    }

    .dynamic-wrap {
        padding: 13.333vw 0;
    }

    .dynamic-title {
        width: calc(100% - 10.667vw);
        font-size: 6.667vw;
    }

    .dynamic-swiper {
        margin-top: 8vw;
    }

    .dynamicSwiper {
        padding-bottom: 0;
    }

    .dynamicSwiper .swiper-scrollbar {
        display: none;
    }

    .dynamic-img {
        height: 42.133vw;
    }

    .dynamic-des {
        /*background: #C3C3C3;*/
        padding: 4vw 5.333vw 6.667vw 5.333vw;
    }

    .dynamic-text {
        height: 11.733vw;
        font-size: 4vw;
        line-height: 6vw;
    }

    .dynamic-time {
        font-size: 4vw;
        margin-top: 2.667vw;
    }

    .testdrive-wrap {
        display: flex;
        padding: 150px 0 50px 0;
    }

    .testdrive-bg {
        width: 100%;
    }

    .testdrive-box {
        width: 100%;
        /* position: absolute;
        transform: translate(0);
        top: 61.333vw;
        left: 0; */
        justify-content: center;
        z-index: 2;
    }

    .testdrive-main {
        width: 90%;
    }

    .mywey-img {
        position: relative;
    }

    .banner-bt {
        width: 70%;
        /* position: absolute;
        bottom: 24vw;
        left: 15%; */
        order: 3;
        text-align: center;
        height: 10.533vw;
        background: #bea578;
        border-radius: 5px;
        font-size: 4vw;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #000000;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .sapp-download {
        padding-bottom: 0;
    }

    .sapp-download .inner {
        /* height: 70vh; */
        height: fit-content;
        flex-wrap: nowrap;
    }

    .sapp-download .inner .header-group {
        height: auto;
        margin-bottom: 5vh;
        text-align: center;
        order: 2;
    }

    .sapp-download .header-group .title {
        font-size: 6.667vw;
    }

    .sapp-download .header-group .description {
        font-size: 3.334vw;
        line-height: 1.6;
    }

    .sapp-download .header-group .description span {
        display: block;
        height: 0;
        overflow: hidden;
    }

    .sapp-download .inner .phone-img-holder {
        width: 100%;
        height: fit-content;
        order: 1;
        flex-grow: 0;
        margin-bottom: 5vh;
    }

    .sapp-download .inner .sapp-phone-img-1 {
        transform: scale(0.5);
        transform-origin: top;
        left: -10vw;
    }

    .sapp-download .inner .sapp-phone-img-2 {
        top: 10vh;
        transform: scale(0.5);
        transform-origin: top;
    }
}

/* === 了解详情弹层 (index-type-text 多按钮弹层) === */
.index-type-popup {
    margin-top: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.index-type-popup-btn {
    display: inline-block;
    color: #fff;
    font-size: 0.85vw;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    padding: 0.2vw 0;
    transition: opacity 0.3s linear;
}
.index-type-popup-btn:hover {
    opacity: 0.7;
}

.index-type-popup-divider {
    display: inline-block;
    width: 1px;
    height: 0.8vw;
    background-color: #fff;
    margin: 0 0.8vw;
    flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
    .index-type-popup {
        margin-top: 3vw;
    }
    .index-type-popup-btn {
        font-size: 4vw;
    }
    .index-type-popup-divider {
        height: 3vw;
        margin: 0 4vw;
    }
}
