@layer utilities {
    /* 卡片阴影样式 */
    .card-shadow {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
}
.section-full-box {
    width: 100vw;
}

.full-content-box {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.full-card {
    width: 900px;
}
.full-card-box {
    width: 280px;
    height: 260px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.card-title {
    font-family: Alibaba Sans;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* Info/colorInfoText */
}
.card-desc {
    margin-top: 20px;
    border-radius: 10px;
    opacity: 1;
    background: rgba(234, 237, 255, 0.5);
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    padding: 5px;
    line-height: 20px;
    color: #3D3D3D;
}
.partners-scroll {
    transition: transform 0.5s ease;
}
.banner-box {
    position: relative;
}
.banner-box-content {
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-box-content1 {
    width:  85%;
    position: absolute;
    left: 20%;
    top: 55%;
}
.banner-box-content2 {
    width:  85%;
    position: absolute;
    left: 20%;
    top: 40%;
}

.banner-box-content3 {
    width: 85%;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
}