.img-box {
    width: 100%;
    height: 100%;
    position: relative;
    /* aspect-ratio: 1560 / 737; */
    /* background-color: #eee; */
}
.content-is-video {
    background-color: #000;
}

.img-box img,
.img-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-data{
    overflow: hidden;
}
.scroll_center {
    transform: translateY(1rem);
    opacity: 0;
    transition: all 0.5s;
}

.scroll_center._into {
    transform: translateY(0);
    opacity: 1;
}

.onePage {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.one_tag_box {
    position: absolute;
    left: 50%;
    top: 1.08rem;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
    z-index: 3;
    color: #fff;
}
.onePage2 .one_tag_box {
    bottom: 1.36rem;
    left: 1.55rem;
    top: auto;
    transform: translateX(0);
    text-align: left;
}

.all_one_tag {
    font-size: 0.58rem;
}

.all_one_tag_title {
    font-size: 0.28rem;
    font-weight: 500;
    margin-top: 0.1rem;
}
.onePage2 .all_one_tag {
    font-size: 0.28rem;
}
.onePage2 .all_one_tag_title {
    font-size: 0.58rem;
}


.only_beizhu  {
        font-size: 0.12rem;
    padding: 0.2rem 1.8rem 0.5rem;
    color: #9B9B9B;
}

@media (max-width: 768px) {
     /* 一级卖点 */
    .one_tag_box {
        top: 1.14rem;
        width: 85%;
    }

    .all_one_tag {
        font-size: 0.58rem;
        line-height: 0.8rem;
    }

    .all_one_tag_title {
        font-size: 0.3rem;
        line-height: 0.42rem;
    }

    .onePage2 .one_tag_box {
        bottom: auto;
        left: 0.7rem;
        top: 1.3rem;
    }
    .only_beizhu  {
        font-size: 0.14rem;
        padding: 0.2rem 0.5rem 0.5rem;
    }

    /* .img-box {
        aspect-ratio: 986 / 630;
    } */
}