#partner{
    /* 第一部分：初心与使命 */
    .mission-section {
        padding: 80px 0;
    }

    .mission-container {
        display: flex;
        width:  var(--width-main);
        margin: auto;
        align-items: center;
    }

    .mission-img {
        width: 436px;
        height: 495px;
    }

    .mission-text {
        width: auto;
        padding-left: 40px;
    }

    .mission-text h2 {
        font-weight: bold;
        font-size: 36px;
        color: #000000;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .mission-text .mission-desc{
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-top: 48px;
    }


    /* ===== Swiper 主容器（横向部分预览） ===== */
    .swiper-container{
        padding-top: 40px;
    }
    .swiper-build {
        width: 100%;
        height: 460px;               /* 根据设计微调高度 */
        margin: 0 auto;
        position: relative;
        overflow: visible;           /* 允许侧边预览溢出显示 */
    }

    /* 当前激活的那张图 */
    .swiper-build .swiper-slide-active {
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    /* 左右临近的图片（上一张/下一张） */
    .swiper-build .swiper-slide-prev,
    .swiper-build .swiper-slide-next {
        transform: scale(0.88) !important;
        opacity: 0.88;
    }
    .swiper-build .swiper-wrapper {
        align-items: center;
        width:  var(--width-main) !important;     /* 中间主图宽度（桌面） */
        height: 420px;
    }

    /* 侧边预览缩略效果：非 active slide 缩小并淡化（Swiper 会自动给 active-slide 类） */
    /* 修正了缩放比例，原数值过小导致几乎不可见 */
    .swiper-build .swiper-slide-prev,
    .swiper-build .swiper-slide-next {
        transform: scale(0.85); /* 原为.scale(.05) 过小导致几乎不可见 */
        filter: brightness(.75);
        opacity: 0.8;
        transition: transform .36s, filter .36s, opacity .36s;
    }

    /* 自定义导航箭头（圆形） */
    /* 注：&::after选择器需要LESS/SASS编译支持，如果项目未使用预处理器可能不生效 */
    .swiper-button-prev, .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /*display:flex;*/
        align-items:center;
        justify-content:center;
        z-index: 20;

        /* 隐藏Swiper默认的按钮图标 */
        &::after {
            display: none;
        }
    }

    .swiper-button-prev { left: -50px!important; }
    .swiper-button-next { right: -50px!important; }

    /* 第三部分：加入我们 */
    .join-section {
        padding: 40px 0 80px 0;
        text-align: center;
        font-size: 36px;
        color:#000
    }
    .join-desc{
        font-size: 24px;
        margin-top: 40px;
    }

    .join-cards {
        display: flex;
        width:  var(--width-main);
        margin: 40px auto 0;
        justify-content: space-between;
    }

    .card {
        width: 32%;
        background: #fff;
        /*border-radius: 10px;*/
        padding-bottom: 20px;
        text-align: left;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .card .card-des{
        padding:30px 20px;
        color: #333333;
    }

    .card img {
        width: 100%;
    }

    .card h3 {
        font-size: 24px;
        margin: 20px 0 10px 0;
    }
    .card p {
        font-size: 16px
    }

    .footer-banner {
        background: url("https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/services/pic_Partner_side_buttom.png") no-repeat center/cover;
    }
}
