html{
    overflow-x: hidden;
    overflow-y: auto;
}

.pc{
    
}






.phone{

}
.phone .box{
    margin-top: 0;
    width: 15rem;
    height: auto;
}
.phone .box .video{
    width: 15rem;
    height: 14.23rem;
    position: relative;
}
.phone .box .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url("../videos/index.webp") center center no-repeat;
    background-size: 100% 100%;
    
}
.phone .box .video .line{
    width: 1.27rem;
    height: 0.11rem;
    background-color: #2264dc;
    position: absolute;
    bottom: 10rem;
    left: .8rem;
}
.phone .box .video .tit1{
    position: absolute;
    bottom: 9rem;
    left: .8rem;
    font-size: .5rem;
    color: #fff;
}
.phone .box .video .tit2{
    position: absolute;
    bottom: 3.7rem;
    left: .8rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: bold;
}
.phone .box .video .tit3{
    position: absolute;
    bottom: 1.35rem;
    left: .8rem;
    font-size: .5rem;
    line-height: .7rem;
    color: #fff;
}
.phone .box .banner{
    width: 15rem;
    height: 10.95rem;
    position: relative;
}
.phone .box .banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.phone .box .banner_fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 15rem;
    height: 10.95rem;
    z-index: -1;
    display: block;
}
.phone .box .banner_fixed img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone .box .infos_box{
    padding: 1.2rem .8rem;
    width: 13.4rem;
    height: auto;
    position: relative;
}
.phone .box .infos_box .title{
    width: 13.4rem;
    height: 1.8rem;
    line-height: 2.5rem;
    font-size: .5rem;
    color: #7d7d7d;
    text-align: center;
}
.phone .box .infos_box .donw_icon{
    width: .51rem;
    height: .26rem;
    position: relative;
    top: -.3rem;
    left: 50%;
    transform: translateX(-50%);
}
.phone .box .infos_box .imgs{
    width: 13.4rem;
    height: auto;
    position: relative;
}
.phone .box .infos_box .imgs img{
    margin-top: 1.15rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.phone .box .infos_box .imgs .tit{
    margin-top: .2rem;
    width: 13.4rem;
    font-size: .65rem;
    color: #000;
    line-height: .75rem;
}
.phone .box .infos_box .imgs .location{
    margin-top: .2rem;
    width: 13.4rem;
    font-size: .5rem;
    color: #7d7d7d;
}
.phone .box .infos_box .imgs .more{
    margin-top: 1.2rem;
    width: 13.4rem;
    height: 1.46rem;
    line-height: 1.46rem;
    font-size: .52rem;
    color: #fff;
    font-weight: bold;
    text-align: center;

    background-color: #2264dc;
    border-radius: .2rem;
    letter-spacing: .05rem;
}

.phone .box .infos_box.eexhibition_epc{
    background-color: #fff;
}
.phone .box .infos_box.digital_interaction_system{
    background-color: #000;
}
.phone .box .infos_box.digital_interaction_system .imgs .tit{
    margin-top: .2rem;
    width: 13.4rem;
    font-size: .65rem;
    color: #fff;
    line-height: .75rem;
}
.phone .box .infos_box.digital_video{
    background-color: #fff;
}
.phone .box .infos_box.product_model{
    background-color: #000;
}
.phone .box .infos_box.product_model .imgs .tit{
    margin-top: .2rem;
    width: 13.4rem;
    font-size: .65rem;
    color: #fff;
    line-height: .75rem;
}
.phone .box .infos_box.brand_services{
    background-color: #fff;
}


.phone .box .competitive_advantages{
    padding: 1.2rem .8rem;
    width: 13.4rem;
    height: 23.53rem;
    background-color: #000;
    position: relative;
}
.phone .box .competitive_advantages .title{
    margin-top: 1.6rem;
    width: 13.4rem;
    line-height: 1.2rem;
    font-size: 1.1rem;
    color: #fff;
    
    text-transform: uppercase;
}

.phone .box .competitive_advantages .line{
    width: 15rem;
    height: .03rem;
    background-color: #2264dc;
    margin-top: 1rem;
    margin-left: -.8rem;
}
.phone .box .competitive_advantages .icon_bg{
    width: 7.86rem;
    height: 10.42rem;
    position: absolute;
    top: 4.8rem;
    left: -1.2rem;
    background: url("../images/Index/icon_bg.png") no-repeat;
    background-size: 7.86rem 10.42rem;

    opacity: 0;
    transform: scale(0);
    transition: opacity 1s ease, transform 1s ease;
}
.phone .box .competitive_advantages .icon_bg.show{
    opacity: 1;
    transform: scale(1);
}
.phone .box .competitive_advantages .icon_bg .icon{
    position: absolute;
    top: 4.2rem;
    left: 2rem;
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}
.phone .box .competitive_advantages .infos{
    position: absolute;
    top: 8.8rem;
    left: 4.6rem;
    width: 12rem;
}
.phone .box .competitive_advantages .infos .anim-group{
    opacity: 0; /* 默认透明度为 0 */
    /* 可选：可以添加位移效果，让动画更丰富 */
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}
.phone .box .competitive_advantages .infos .anim-group.show{
    opacity: 1;
    transform: translateY(0); /* 复位位移 */
}
.phone .box .competitive_advantages .infos .info{
    float: left;
    width: 4.4rem;
    height: 5rem;
    margin-right: 1.2rem;
}
.phone .box .competitive_advantages .infos .info .num{
    font-size: 1.2rem;
    color: #2264dc;
}
.phone .box .competitive_advantages .infos .info .num span{
    font-size: .54rem;
}
.phone .box .competitive_advantages .infos .info .word{
    margin-top: .3rem;
    line-height: 0.55rem;
    font-size: .52rem;
    color: #fff;
}


.phone .box .cooperative_partners{
    padding: 1.2rem .8rem;
    width: 13.4rem;
    height: 25.15rem;
    background-color: #fff;
    position: relative;
}
.phone .box .cooperative_partners .title{
    margin-top: 1.6rem;
    width: 13.4rem;
    line-height: 1.2rem;
    font-size: 1.1rem;
    color: #000;
    
    text-transform: uppercase;
}
.phone .box .cooperative_partners .line{
    width: 15rem;
    height: .03rem;
    background-color: #737373;
    margin-top: 1rem;
    margin-left: -.8rem;
}


.phone .box .cooperative_partners .scrolling-logos-container {
    margin-top: 2.9rem;
    margin-bottom: 3.7rem;
    position: relative;
    overflow: hidden;
    width: 15rem;
    margin-left: -.8rem;
    height: 13.45rem;
}
.phone .box .cooperative_partners .scrolling-logos-track {
    display: flex;
    flex-direction: row;
    width: max-content;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    will-change: transform;
    user-select: none;
    pointer-events: none;
}
.phone .box .cooperative_partners .scrolling-logos-track img {
    width: 36.4rem;
    height: 13.45rem;
    flex-shrink: 0;
    user-drag: none;
    -webkit-user-drag: none;
    pointer-events: none;
}


.phone .box .fixed_box{
    width: 15rem;
    height: 48.68rem;
    background-color: #000;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    display: none;
}
.phone .box .relative_box{
    width: 15rem;
    min-height: 48.68rem;
    height: auto;
    background: transparent;
    position: relative;
    overflow: hidden;
}