
.home_smart .app-scan{
    margin-top: 5.5rem;
    width: 65.2rem;
}
.home_smart .scan-content-right img{
    width: 21.7rem;
    height: 21.7rem;
}
.home_smart .app_weight{
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom:12rem;
}
.home_smart .app{
    /*background-image: url('../images/home/app.png');*/
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    min-height: 110rem;
    padding-left: 129.5rem;
    background-size: 59%;
    padding-bottom: 5rem;
    position: relative;
    width: 220rem !important;
}
.home_smart .app .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 119rem;
    height: 96rem;
    object-fit: contain;
}
.home_smart .app .main-title{
    font-family: 'bahnschrift';
    font-size: 12.23rem;
    text-transform: none;
    font-weight: 800;
    color: #c7c8c9;
    font-style: normal;
    /* transform: scaleX(0.8); */
    line-height: 1.3;
    display: inline-block;
    margin-top: 12.3rem;
    /* margin-left: -10rem; */
    font-stretch: condensed;

}

.home_smart .app .main-des{
    width: 70.6rem;
    height: auto;
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Regular';*/
    font-weight: 400;
    font-size: 2rem;
    color: #000000;
    line-height: 3.46rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-top: 4rem;
}





.home_smart .tab-buttons {
    display: flex;
    margin-bottom: 20px;
    background-image: url(../../images/home/app-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 6.7rem;
    padding-bottom: 0.5rem;
    gap: 3.3rem;
    justify-content: space-between;
    width: 81.2rem;
    padding-right: 0.4rem;
    margin-top: 5.6rem;
    padding-right: 1.3rem;
}
.ru .home_smart .tab-buttons{
        width: 92.2rem;
}

.home_smart .tab-buttons span {
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Bold';*/
    font-size: 1.55rem;
    color: #000;
    /* line-height: 3.03rem; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.home_smart .tab-buttons span:hover{
    color: #D62F2E;
}

.home_smart .tab-buttons span.active {
    color: #D62F2E;
}

.home_smart .tab-content {
    display: none;
    border-radius: 5px;
    padding-left: 0.2rem;
    width: 64rem;

}

.home_smart .tab-content.active {
    display: block;
}
.home_smart .tab-content ul {
    padding-left: 5.8rem;
    font-size: 1.75rem;
    font-family: 'MyriadPro';
    font-weight: bold;
    margin: 3rem 0;
    width: 100%;
    word-wrap: break-word;      /* 自动换行 */
    word-break: break-word;     /* 更强制的断词换行（适用于长单词/无空格Content） */
}

.home_smart .tab-content ul li {
    white-space: normal;        /* 允许多行Show */
    word-wrap: break-word;
    word-break: break-word;
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Regular';*/
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.home_smart .scan-content{
    display: flex;
    justify-content: space-between;
    padding-left: 5rem;
    margin-top: 6rem;
    cursor: pointer;
}
.home_smart .Android,.home_smart .IOS{
    width: 34.2rem;
    height: 5.4rem;
    display: block;
    border: 1px solid #f12535;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    border-radius: 1rem;
    font-size: 2.54rem;
    padding-left: 2.2rem;
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Semibold';*/
}
.home_smart .IOS{

    margin-bottom: 2.2rem;

    /*letter-spacing: 0.2rem;*/
}
.home_smart .IOS.active{
    background-color: #f12535;
    color: #fff;
}
.home_smart .Android{
    gap: 1.2rem;
    justify-content: center;
    padding-left: 2.2rem;
    /*letter-spacing: 0.2rem;*/
}
.home_smart .Android span{
    font-family: 'bahnschrift';
    /*font-family: 'MyriadPro-Semibold';*/
    font-weight: 600;
    font-size: 2.54rem;
    color: #F32735;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.home_smart .Android img{
    width: 2.7rem;
    height: 3.1rem;
}

.home_smart .IOS img{
    width: 2.5rem;
    height: 3rem;
}
.home_smart .search-app{
    font-family: 'bahnschrift';
    display: flex;
    justify-content: flex-start;
    margin-top: 4.4rem;
    gap: 2rem;
}
.home_smart .search-let{
    width: 22.9rem;
    font-size: 1.2rem;
    font-weight: 800;
}
.home_smart .search-let span{
    font-size: 1.7rem;
    color: #f12535;
}

.home_smart .search-app img{
    width: 4.1rem;
    height: 4.1rem;
}
.home_smart .swiper {
    width: 100%;
    height: 100%;
}

.home_smart .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_smart .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    .home_smart .app{
        background-position: left top;
        width: 100%;
        height: auto;
        background-size: 97%;
        padding-top: 0rem;
        padding-left: 0px;
        padding-bottom: 21rem;
        padding-top: 30rem;
    }
    .home_smart .app .bg{
        top: 0;
        width: 100%;
        height: auto;
    }
    .home_smart .app .main-title{
        font-size: 26rem;
                margin-top: 169.23rem;
        width: 100%;
        text-align: center;
    }
    .home_smart .app .main-des{
        font-size: 8rem;
        width: 80vw;
        height: auto;
        line-height: 13.46rem;
        margin-left: 10vw;
        text-align: center;
        margin-bottom: 9rem;
        margin-top: 12rem;
        display: none;
    }
    .home_smart .Android span{
        font-size: 6.54rem;
    }
    .home_smart .search-app img {
        width: 8.1rem;
        height: 8.1rem;
    }
    .home_smart .search-let{
        width:86.9rem;
        font-size: 4.2rem;
        font-weight: 800;
    }
    .home_smart .tab-buttons{
        padding-left: 14.7rem;
        width: 100%;
        margin-top: 11.6rem;
        margin-left: 0;
        background-size: contain;
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .home_smart .tab-buttons span{
        font-size: 6.75rem;
    }
    .home_smart .app-scan{
        width: 95%;
        margin: 0 auto;
    }

    .home_smart .scan-content{
        gap: 2rem;
    }
    .home_smart .tab-content{
        width: 95%;
        margin: 0 auto;
    }
    .home_smart .tab-content ul {
        font-size: 6.75rem;
        margin: 13rem auto;
    }
    .home_smart .content-form{
        flex-direction: column;
    }
    .home_smart .Android, .home_smart .IOS{
        font-size: 6.54rem;
        width: 88.2rem;
        height: 16.4rem;
    }
    .home_smart .IOS img{
        width: 6.5rem;
        height: 8rem;
    }
    .home_smart .Android img{
        width: 6.5rem;
        height: 8rem;
    }
    .home_smart .scan-content-right img{
        width: 54.7rem;
        height: 54.7rem;
    }
    .home_smart .app-wrapper-wrapper{
        width: 95%;
        border-bottom: 1px solid #ccc;
        margin: 0 auto;
        overflow: hidden;
    }
    .home_smart .app-wrapper-wrapper .swiper-slide{
        color: #000;
        font-size: 8rem;
        line-height: 30rem;
        white-space: nowrap;
        height: 100% !important;
        width: auto !important;
    }
    .home_smart .app-wrapper-wrapper .swiper-slide.active{
        border-bottom: 2px solid red;
        margin-bottom: 0 !important;
    }
    .home_smart .search-let span{
        font-size: 6rem;
    }
    .home_smart .pagination{
        bottom: 4px;
    }
    .home_smart .tab-content ul li{
        font-size: 7.8rem;
    }
}