.huirui-about-us{
    padding: 120px 0 80px 0;
    position: relative;
}
.huirui-about-us .about-list{
    display: flex;
}
.about-list .about-left{
    width: calc(100% - 950px);
    padding: 0 100px 0 135px;
}
.about-list .about-left .huirui-main-text{
    height: 392px;
    overflow: scroll;
}
.about-list .about-left .huirui-main-text::-webkit-scrollbar{
    display: none;
}
.about-list .about-right{
    width: 950px;
    position: relative;
}
.about-list .about-right .iconfont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.about-left .about-line{
    width: 50px;
    height: 5px;
    background: var(--second-color);
    margin: 15px 0 30px 0;
}
.about-list .about-right img{
    width: 100%;
    aspect-ratio: 950/650;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.huirui-about-us .text{
    color: var(--primary-color);
    opacity: 0.05;
    font-family: var(--font-title-family);
    font-size: 260px;
    font-style: var(--font-style);
    font-weight: 800;
    line-height: 48px;
    position: absolute;
    left: 0;
    /* bottom: 0; */
    z-index: -1;
}

@media screen and (max-width: 1919px) {
    .about-list .about-left,
    .about-list .about-right{
        width: 50%;
    }
    .about-list .about-left{
        padding: 0 50px;
    }
}
@media screen and (max-width: 1500px) {
    .about-list .about-left .huirui-main-text{
        height: 300px;
    }
}
@media screen and (max-width: 1280px) {
    .huirui-about-us .text{
        font-size: 160px;
    }
    .about-list .about-left .huirui-main-text{
        height: 280px;
    }
}
@media screen and (max-width: 1200px) {
    .about-list .about-left .huirui-main-text{
        height: 240px;
    }
}
@media screen and (max-width: 992px) {
    .about-list .about-left .huirui-main-text{
        height: auto;
    }
    .huirui-about-us{
        padding: 50px 0;
    }
    .huirui-about-us .about-list{
        flex-direction: column;
        gap: 30px;
    }
    .about-list .about-left,
    .about-list .about-right{
        width: 100%;
        padding: 0 50px;
    }
    .about-list .about-right img{
        border-radius: 0;
    }
}
@media screen and (max-width: 768px) {
    .huirui-about-us .text{
        display: none;
    }
    .about-list .about-left,
    .about-list .about-right{
        padding: 0 30px;
    }
}