.smart_weight{
    position: relative;
    background-color: #fff;
}
.smart_weight .swiper-button-next:after, .smart_weight .swiper-button-prev:after{
    display:none;
}
.smart_weight  .tab-buttons-vechile-content{
    display: flex;
    gap: 1.1rem;
    justify-content: flex-end;
    align-items: flex-start;
    height: 2.4rem;
    padding-top: 2.6rem;
    padding-left: 8.1rem;
    height: 6.1rem;
    background-color: #fff;
    padding-right: 8.1rem;

}
.smart_weight .tab-content-vechile-content.active{
    display: flex;
}

.smart_weight .tab-buttons-vechile-content span{
    line-height: 3.31rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    min-width: 19.3rem;
    height: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: 'bahnschrift';
    font-size: 2.08rem;
    color: #000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background-image: url(../images/smart/bj-l.png);
    cursor: pointer;
    background-size: cover;
}
.smart_weight .tab-buttons-vechile-content span.active{
    color:#F32735;
    background-image: url(../images/smart/bj-s.png);
    background-size: cover;
}
.smart_weight .tab-content-vechile-content{
    /*background-image: url(../images/smart/bj-smart.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 90.7rem;
    width: 202.12rem;
    display: flex;
    padding-left: 3rem;
    display: none ;


}

.smart_weight .tab-content-vechile-content .items{
    width: 101.8rem;
    height: 90.7rem;
    position: absolute;
    right: 2rem;
    padding-top: 24.1rem;
}
.smart_weight .tab-content-vechile-content .items span:nth-child(1){
    font-family: 'bahnschrift';
    font-size: 8.1rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-stretch: condensed;
    margin-left: 23rem;
}
.smart_weight .tab-content-vechile-content .items span:nth-child(2){
    width: 64rem;
    height: 20.2rem;
    font-family: AlimamaFangYuanTiVF_420000wght_80.000BEVL_0ital;
    font-size: 1.7rem;
    color: #FFFFFF;
    line-height: 3.68rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-left: 23rem;
}
.smart_weight .tab-content-vechile-content{
    display: none;
}
.smart_weight .tab-content-vechile-content.active{
    display: flex;
}
.smart_weight .tab-content-vechile-content .img-phone{
    width: 96rem;
    height: auto;
    object-fit: contain;
    margin-left: 6rem;

}

.smart_weight .swiper-button-prev{
    position: absolute;
    left: 4.5rem;
    cursor: pointer;
    top: 50%;
    z-index: 9;
}
.smart_weight .swiper-button-next{
    position: absolute;
    right: 4.5rem;
    cursor: pointer;
    top: 50%;
    z-index: 9;
    transform: rotate(180deg);
}
.smart_weight .smart-tab .smart-tab-button{
    background-color: #fff;
    width: 100%;
}
.smart_weight .smart-tab .smart-tab-content{
    background: linear-gradient(to right, #ccc 0%, #ccc 45%, #be9b9d 50%, red 100%)

}


.smart_weight .swiper-container {
    width: 100%;
    height: 100rem;
    background-image: url(../images/smart/feature-bj.png);
    background-size: cover;
    background-repeat: no-repeat;
}



.smart_weight .smart-tab{
    background: linear-gradient(to right, #ccc, rgba(255, 0, 0, 0));
}

@media only screen and (max-width: 767px) {
    .is_mobile{
        width: 100%;
    }
    .smart_weight .tab-content-vechile-content{
        width: 95%;
        margin-left:2.5%;
    }
    .tab-content-vechile-content {
        margin-top: 10rem;
        height: auto !important;
        flex-direction: column;
    }
    .smart_weight .my-swiper-engine{
        width: 100%;
        height: 26rem !important;
        border-bottom: 1px solid #ccc;
        justify-content: flex-start;
    }
    .smart_weight .my-swiper-engine .swiper-wrapper{
        height: 26rem !important;
    }

    .smart_weight .my-swiper-engine .swiper-slide {
        color: #000;
        font-size: 10rem;
        line-height: 30rem;
        white-space: nowrap;
        height: 22rem !important;
    }
    .smart_weight .my-swiper-engine .swiper-slide.active {
        border-bottom: 2px solid red;
    }
    .smart_weight .search-let span{
        font-size: 6rem;
    }
    .smart_weight .smart-tab{
        padding-top: 22rem;
        background: none;
    }
    .smart_weight .smart-tab .smart-tab-content{
        background: #fff;
    }
    .smart_weight .tab-content-vechile-content .items{
        height: auto;
        padding-bottom: 14rem;
        position: relative;
        width:88%;
        margin: 0 auto;
    }
    .smart_weight .tab-content-vechile-content .items span:nth-child(1){
        font-size: 16rem;
        color: #000;
        margin-left: 0;
    }
    .smart_weight .tab-content-vechile-content .items span:nth-child(2){
        width: auto;
        height: auto;
        color: #000;
        font-size: 7.7rem;
        line-height: 12.68rem;
        margin-left: 0;
    }
    .smart_weight .tab-content-vechile-content .img-phone{
        width: 93%;
        margin: 0 auto;
    }
    .smart_weight .tab-buttons-vechile-content span{
        background-image: none !important;
    }
}