.tvc {
    width: 100%;
    height: 100vh;
    position: relative;
}

.tvc-bg {
    width: 100%;
    height: 100%;
}

.tvc-t1 {
    display: flex;
    align-items: center;
    font-size: 0.39rem;
    color: #fff;
    line-height: 0.45rem;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;

}

.tvc-log {
    width: 1.57rem;
    height: 0.34rem;
    object-fit: cover;
}

.tvc-t2 {
    display: flex;
    align-items: center;
    font-size: 0.19rem;
    color: #fff;
    line-height: 0.4rem;
    position: absolute;
    top: 2.8rem;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    text-align: center;
    width: 7rem;
}

.tvc-btn-box {
    width: 3.14rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #FBC980;
    color: #FBC980;
    font-size: .18rem;
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    z-index: 6;
    cursor: pointer;
}

.tvc-detail {
    display: flex;
    width: 80%;
    position: absolute;
    bottom: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    justify-content: space-between;
}

.tvc-box {
    width: 20%;
    /* border-bottom: 1px solid #E3BEA4; */
    color: #E3BEA4;
    display: flex;
    height: 2rem;
    flex-direction: column;
    position: relative;
}

.tvc-box::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.01rem;
    background: #E3BEA4;
    left: 0;
    bottom: 0;
    transition: all 2s;
}

.tvc-box.over::after {
    width: 100%;
}

.tvc-t {
    margin-bottom: 0.28rem;
    font-size: .2rem;
}

.tvc-d {
    display: flex;
    align-items: center;
    font-size: 0.57rem;
}

.tvc-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
}

.video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: none;
    background: #000;
}

.close-box {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 100001;
    background-color: #6b6b6b;
    border-radius: 100%;
    opacity: 0.5;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-box img {
    width: 0.15rem;
    z-index: 100010;
}

.video-box video {
    width: 100%;
    height: 100vh;
    object-fit: scale-down;
}

.car-icon {
    width: 0.46rem;
    margin-right: 0.2rem;
}

.numbox-box {
    display: flex;
    align-items: flex-end;
}

.tvc-unit {
    font-size: 0.38rem;
    margin-bottom: 0.05rem;
}

.tvc-detail .tvc-box:nth-child(1) .tvc-unit {
    margin-bottom: 0.05rem;
}

.tvc-detail .tvc-box:nth-child(2) .numbox-box {
    align-items: center;
}

.full-screen {
    width: 100%;
    height: 100vh;
    position: relative;
}

.two_tag_box_pos {
    position: absolute;
    top: 1.08rem;
    left: 20%;
    width: 60%;
    text-align: center;
}

.car-num-list {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 3.8rem;
    bottom: 0.5rem;
    width: calc(100% - 7.6rem);
    gap: 1.5rem;
}

.car-num-box {
    color: #fff;
    font-size: 0.63rem;
    position: relative;
}

.car-num-box::after {
    content: '';
    position: absolute;
    width: 0.02rem;
    height: 0.7rem;
    background: #fff;
    right: -0.6rem;
    transform: translateY(-50%);
    top: 50%;
    opacity: 0.5;
}


.car-num-box:nth-last-child(1)::after {
    display: none;
}

.num-t {
    display: flex;
    align-items: flex-end;
}

.num-d {
    font-size: 0.18rem;
}

.car-unit {
    font-size: 0.19rem;
    margin-bottom: 0.1rem;
}

.odometer {
    font-family: 'GWMSans-yu', serif;
}

/* 这是车外观 */
.car-exterior {
    width: 100%;
    height: auto;
    position: relative;
}

.car-exterior-tag-box {
    position: absolute;
    left: 2.36rem;
    top: 0.94rem;
    z-index: 10;
    width: 60%;
}

.car-exterior-title-box {
    position: absolute;
    left: 1.51rem;
    bottom: 2rem;
    width: 50%;
    z-index: 10;
}

.car-exterior-title1 {
    font-size: 0.29rem;
    color: #000;
}

.car-two-tag {
    font-size: 0.17rem;
    line-height: 0.25rem;
    color: #fff;
    margin-top: 0.2rem;
}

.car-exterior-title2 {
    font-size: 0.16rem;
    color: #505050;
    margin-top: 0.2rem;
}

.car_style {
    display: flex;
    position: absolute;
    left: 1.51rem;
    bottom: 0.95rem;
    z-index: 10;
}

.cs_color {
    width: 0.41rem;
    height: 0.41rem;
    border-radius: 0.41rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 0.2rem;
}

.cs_color img {
    width: 0.28rem;
    height: auto;
    object-fit: cover;
}

.cs_color:nth-child(1).active {
    border: 0.02rem solid #072D24;
}

.cs_color:nth-child(2).active {
    border: 0.02rem solid #E1DBC6;
}

.cs_color:nth-child(3).active {
    border: 0.02rem solid #8A8B8C;
}

.cs_color:nth-child(4).active {
    border: 0.02rem solid #fff;
}

.cs_color:nth-child(5).active {
    border: 0.02rem solid #444;
}

.car-exterior-btn-box {
    display: flex;
    position: absolute;
    right: 1.17rem;
    bottom: 0.91rem;
    z-index: 10;
}

.car-exterior-btn1 {
    width: 2.02rem;
    height: 0.57rem;
    border-radius: 0.57rem;
    color: #000;
    border: #000 0.02rem solid;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.57rem;
    position: relative;
    overflow: hidden;
}
.car-exterior-btn1 span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all 0.5s;
}
.car-exterior-btn1::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    transition: all 0.5s;
    border-radius: 0.57rem;
    z-index: 8;
}
.car-exterior-btn1:hover span{
    color: #fff;
}
.car-exterior-btn1:hover::after{
    width: 100%;
}

.car-exterior-btn2 {
    width: 2.02rem;
    height: 0.57rem;
    border-radius: 0.57rem;
    color: #000;
    font-size: 0.16rem;
    background: #fff;
    margin-left: 0.16rem;
    text-align: center;
    line-height: 0.57rem;
}

/* 车型配置卡片 */
.model-card-box {
    width: 100%;
    height: auto;
    padding: 2rem 2.23rem;
    position: relative;
}

.model_card_title {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.027rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

/* .cls_btn_list{
    display: flex;
    justify-content:space-around;
    margin-top: 0.5rem;
    position: absolute;
    z-index: 33;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    width: calc(100% - 0.2rem);
}

.btn_style_warya{
    width: 2.2rem;
    height: 0.46rem;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: 0.46rem;
    font-size: 0.14rem;
}
.cls_btn_2{
    background: #fff;
    color: #000;
    width: 1.92rem;
} */

.cls_btn_list {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    z-index: 33;
    width: calc(100% - 0.2rem);
    gap: 0.2rem;
}

.btn_style_warya {
    width: 2.4rem;
    height: 0.55rem;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: 0.55rem;
    font-size: 0.15rem;
}

.cls_btn_2 {
    background: #fff;
    color: #000;
}

.model-card-mask {
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.model-card-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.66rem 2.78rem;
    gap: 0.2rem;
}

.model-card-icon {
    position: absolute;
    right: 1.8rem;
    top: 0.84rem;
    width: 0.56rem;
    cursor: pointer;
}

.model-card-img {
    width: calc(100% - 1rem);
    height: auto;
}

.model-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.model-card-mask.active {
    display: flex;
}

.sw-beizhi {
    font-size: 0.15rem;
    color: #7f7f7f;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
}

@media (max-width: 768px) {
    .sw-beizhi {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        font-size: 0.18rem;
        line-height: 0.24rem;
    }

    /* tvc */
    .tvc-t1 {
        width: 55%;
        justify-content: center;
    }

    .tvc-t2 {
        top: 2.8rem;
        font-size: 0.24rem;
    }

    .tvc-detail {
        flex-wrap: wrap;
    }

    .tvc-box {
        width: 47%;
        margin-top: 0.2rem;
    }

    .tvc-btn-box {
        width: 5.14rem;
        height: 0.8rem;
        border-radius: 5rem;
        font-size: 0.25rem;
        line-height: 0.75rem;
    }

    .video-box video {
        height: 85vh;
        margin-top: 15vh;
    }

    .car-num-list {
        flex-wrap: wrap;
        left: 1rem;
        bottom: 1.25rem;
        width: calc(100% - 2rem);
        justify-content: center;
    }

    .car-num-box {
        width: calc(50% - 0.05rem);
        margin-top: 0.2rem;
        padding-left: 10%;
    }

    .car-num-box::after {
        display: none;
    }

    .car-two-tag {
        font-size: 0.35rem;
        line-height: 0.49rem;
        font-weight: 300;
    }


    .car-exterior-tag-box {
        left: 0.25rem;
        top: 1.04rem;
    }

    .car-exterior-title-box {
        bottom: 5.12rem;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(100% - 0.4rem);
    }

    .car-exterior-title1 {
        font-size: 0.34rem;
        line-height: 0.48rem;
    }

    .car-exterior-title2 {
        font-size: 0.22rem;
        line-height: 0.31rem;
        margin-top: 0.2rem;
        color: #474747;
    }

    .car_style {
        bottom: 3.51rem;
        left: 50%;
        transform: translate(-50%, 0);

    }

    .cs_color {
        width: 0.59rem;
        height: 0.59rem;
    }

    .cs_color img {
        width: 0.44rem;
    }

    .car-exterior-btn-box {
        bottom: 1.91rem;
        right: 50%;
        transform: translate(50%, 0);
    }

    .car-exterior-btn1 {
        width: 6.22rem;
        height: 0.84rem;
        font-size: 0.31rem;
        line-height: 0.84rem;
    }

    .car-exterior-btn2 {
        width: 3rem;
        height: 0.6rem;
        font-size: 0.2rem;
    }

    .model-card-box {
        padding: 1rem 0.5rem;
    }

    .btn_style_warya {
        width: 3rem;
        height: 0.6rem;
        border-radius: 0.6rem;
        font-size: 0.2rem;
        line-height: 0.6rem;
    }

    .model-card-box .cls_pagination {
        bottom: 2rem;
        width: 80%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .cls_btn_list {
        margin-top: 1rem;
    }

    .model-card-content {
        padding: 1rem 0.5rem;
    }

    .model-card-icon {
        right: 1rem;
        top: 1.5rem;
    }

    .oneTageSwiper.sw-7 .swiper_tag_box {
        height: 3rem;
    }


}