/* 页面主体内容 */
.main-content {
    min-height: 500px;
    /* 确保页面有足够的高度 */
    padding: 0;
}
/* 英雄banner部分 - 更新 */
.text-wrapper_88 {
    width: 100%;
    /* 修改为100%而不是固定1920px */
    height: 500px;
    background: url('') no-repeat center center;
        background-size: cover;
    /* 修改为cover而不是100% 100% */
}

.text_66 {
    width: 766px;
    height: 45px;
    overflow-wrap: break-word;
    color: #fff !important;
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 192px 0 0 359px;
}

.paragraph_4 {
    width: 927px;
    height: 71px;
    overflow-wrap: break-word;
    color: #fff !important;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 47px;
    margin: 39px 0 153px 359px;
}

/* 原有的英雄banner部分 */
.hero-banner {
    width: 100%;
background-color: #f4f6fe;
}

.containers {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 15px;
}

/* 标题和介绍部分 */
.group_15 {
    margin-bottom: 60px;
}

.text-wrapper_22 {
    text-align: center;
}

.text_66 {
    font-size: 40px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 20px;
}

.paragraph_4 {
    font-size: 16px;
    color: var(--text-color-light);
    line-height: 1.8;
}

/* 通用flex布局类 */
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

/* 三个特点卡片 */
.box_20 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.group_5,
.text-wrapper_1,
.text-wrapper_2 {
    flex: 1;
    padding: 30px;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin: 0 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.group_5:hover,
.text-wrapper_1:hover,
.text-wrapper_2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(35, 83, 237, 0.1);
}

.image_1,
.image_18,
.image_19 {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 20px;
}

.text_1,
.text_2,
.text_3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 15px;
}

.paragraph_1,
.paragraph_2,
.paragraph_3 {
    font-size: 14px;
    color: var(--text-color-light);
    line-height: 1.6;
}

/* 客户案例 */
.cases {
    padding: 46px 0 72px;
    background-color: var(--white);
    padding-bottom: 20px;
}

.cases .container {
    padding-top: 0;
    padding-bottom: 0;
}

.cases .section-title {
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin: 0;
    line-height: 1.25;
    letter-spacing: 0;
}

.cases .section-line {
    display: block;
    width: 48px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 999px;
    margin: 16px auto 32px;
}

.case-tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin: 0 auto 28px;
    border-bottom: 1px solid #e8edf5;
}

.case-tab {
    min-width: 92px;
    font-family: inherit;
    font-size: 18px;
    color: #5f6472;
    background: none;
    border: none;
    padding: 0 20px 14px;
    margin: 0;
    cursor: pointer;
    position: relative;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.case-tab:hover {
    color: #2353ED;
}

.case-tab.is-active {
    color: #2353ED;
    font-weight: 500;
}

.case-tab.is-active::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -1px;
    height: 2px;
    background-color: #2353ED;
    border-radius: 999px;
}

.case-panels {
    max-width: 1120px;
    margin: 0 auto;
}

.case-panel[hidden] {
    display: none !important;
}

.case-panel:not([hidden]) {
    display: block;
}

.case-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 22px;
    background: #f7f9fc;
    border-radius: 8px;
    padding: 18px 18px 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.case-card:nth-child(even) {
    flex-direction: row-reverse;
}

.case-card__media {
    flex: 0 0 32%;
    max-width: 330px;
    border-radius: 4px;
    overflow: hidden;
    align-self: stretch;
    background: #e8eaf0;
    box-shadow: 0 4px 10px rgba(15, 36, 84, 0.06);
}

.case-card__media img {
    width: 100%;
    height: 100%;
    min-height: 106px;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}

.case-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 4px 2px;
}

.case-card__title {
    position: relative;
    display: inline-block;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 14px;
    line-height: 1.45;
}

.case-card__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 108px;
    height: 2px;
    background-color: var(--primary-color);
    border-radius: 999px;
}

.case-card__desc {
    font-size: 16px;
    color: #747b8c;
    line-height: 2;
    margin: 0;
}

.case-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin-top: 6px;
    padding-bottom: 8px;
}

.case-pagination span {
    width: 22px;
    height: 22px;
    border: 1px dashed #adb5c2;
    border-radius: 0;
    background: transparent;
}

/* 客户数量展示（保留类名供其他页复用） */
.text-wrapper_52 {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    color: var(--text-color);
}

.text_103 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    margin-left: 5px;
}

/* 如何成为客户流程部分 - 更新 */
.group_36 {
    width: 100%;
    /* 修改为100%而不是固定1920px */
    height: auto;
    /* 允许高度自适应 */
    max-width: 100%;
    overflow: hidden;
    /* 防止内部元素溢出 */
}

.mobile-steps {
    display: none;
}

.mobile-steps__row {
    display: flex;
}

.mobile-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-step-item__icon {
    display: block;
}

.mobile-step-item__label {
    display: block;
}

.mobile-step-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.text_34 {
    width: 352px;
    height: 38px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 40px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 60px 0 0 784px;
}

.box_2 {
    background-color: rgba(35, 83, 237, 1);
    border-radius: 2px;
    width: 48px;
    height: 4px;
    margin: 15px 0 0 933px;
}

.image-wrapper_13 {
    width: 1071px;
    height: 63px;
    margin: 60px 0 0 430px;
}

.image_27 {
    width: 39px;
    height: 50px;
    margin-top: 7px;
}

.label_8 {
    width: 44px;
    height: 31px;
    margin: 16px 0 0 61px;
}

.label_9 {
    width: 47px;
    height: 47px;
    margin: 8px 0 0 56px;
}

.label_2 {
    width: 44px;
    height: 31px;
    margin: 16px 0 0 57px;
}

.image_28 {
    width: 57px;
    height: 45px;
    margin: 9px 0 0 51px;
}

.label_3 {
    width: 44px;
    height: 31px;
    margin: 16px 0 0 52px;
}

.label_10 {
    width: 47px;
    height: 38px;
    margin: 13px 0 0 56px;
}

.label_4 {
    width: 44px;
    height: 31px;
    margin: 16px 0 0 57px;
}

.image_29 {
    width: 51px;
    height: 38px;
    margin: 13px 0 0 54px;
}

.label_5 {
    width: 44px;
    height: 31px;
    margin: 16px 0 0 55px;
}

.image_30 {
    width: 63px;
    height: 63px;
    margin-left: 48px;
}

.box_41 {
    width: 1158px;
    height: 24px;
    margin: 29px 0 0 393px;
}

.text-wrapper_3 {
    width: 113px;
    height: 23px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text_11 {
    width: 113px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text_12 {
    width: 113px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text-wrapper_4 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 1px 0 0 90px;
}

.text_13 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text_14 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text-wrapper_5 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 1px 0 0 88px;
}

.text_15 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text_16 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text-wrapper_6 {
    width: 114px;
    height: 23px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 1px 0 0 89px;
}

.text_17 {
    width: 114px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text_18 {
    width: 114px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text-wrapper_7 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin-left: 89px;
}

.text_19 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text_20 {
    width: 116px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text-wrapper_8 {
    width: 163px;
    height: 23px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin: 1px 0 0 64px;
}

.text_21 {
    width: 163px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.text_22 {
    width: 163px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
}

.box_42 {
    display: flex;
    width: 100%;
    /* 修改为100%而不是固定1920px */
    height: 316px;
    background: url(/templates/1/default/_files/img/solution/foot.png) center center no-repeat;
    /* 修改为center center */
    background-size: cover;
    /* 修改为cover而不是100% 100% */
    margin: 100px 0 0 0;
}

.text-wrapper_90 {
    width: 636px;
    height: 116px;
    margin: 100px 0 0 358px;
}

.text_31 {
    height: 45px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin-left: 2px;
}

.text_32 {
    height: 31px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin-top: 40px;
}

.text-wrapper_11 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    height: 64px;
    width: 204px;
    margin: 126px 360px 0 0;
}

.text_33 {
    width: 124px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 21px 0 0 40px;
}


/* 响应式调整 */
@media screen and (max-width: 1200px) {
    .image-wrapper_13 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .box_41 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .text_34,
    .box_2 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .text-wrapper_90 {
        margin-left: 5%;
    }

    .text_66,
    .paragraph_4 {
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 992px) {
    .nav-item {
        margin-left: 15px;
    }

    .box_20 {
        flex-direction: column;
gap: 16px;
        padding: 0;
    }
 .box_20.flex-row {
        flex-direction: column !important;
    }

    .group_5,
    .text-wrapper_1,
    .text-wrapper_2 {
width: 100%;
        margin: 0;
    }

    .case-card {
        flex-direction: column;
        gap: 16px;
        padding: 18px 16px;
    }

    .case-card:nth-child(even) {
        flex-direction: column;
    }

    .case-card__media {
        flex: none;
        max-width: none;
        width: 100%;
        box-shadow: none;
    }

    .case-card__body {
        padding: 0;
    }

    .case-card__title::after {
        width: 96px;
    }

    .text_66 {
        font-size: 36px;
    }

    .paragraph_4 {
        font-size: 20px;
    }

    .box_41 {
        flex-wrap: wrap;
    }

    .text-wrapper_3,
    .text-wrapper_4,
    .text-wrapper_5,
    .text-wrapper_6,
    .text-wrapper_7,
    .text-wrapper_8 {
        width: 33%;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center;
    }

    .box_42 {
        flex-direction: column;
        height: auto;
        padding: 30px 0;
    }

    .text-wrapper_90 {
        margin: 0 auto 20px;
        text-align: center;
    }

    .text-wrapper_11 {
        margin: 20px auto 0;
    }

    .text_31{
        white-space: normal;
        text-align: center;
        margin-left: 0;
    }
    .text_32 {
        font-size: 28px;
        white-space: normal;
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .flex-none {
      flex-direction: column-reverse;
    }
    .header {
        height: auto;
        padding: 15px 0;
    }

    .nav-container {
        flex-direction: column;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }

    .text-wrapper_88 {
        height: 250px;
        object-fit: contain;
        padding: 60px 0;
    }

    .text_66 {
        font-size: 28px;
        white-space: normal;
        margin-top: 60px;
    }

    .paragraph_4 {
        font-size: 16px;
        white-space: normal;
        height: auto;
    }

    .case-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 8px;
        margin-bottom: 18px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .case-tabs::-webkit-scrollbar {
        display: none;
    }

    .case-tab {
        flex: 0 0 auto;
        min-width: 72px;
        padding: 0 14px 12px;
        font-size: 16px;
    }

    .case-tab.is-active::after {
        left: 12px;
        right: 12px;
    }
    .cases .section-title {
        font-size: 30px;
    }

    .case-card {
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .case-card__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .case-card__title::after {
        bottom: -5px;
    }

    .case-card__desc {
        font-size: 13px;
        line-height: 1.9;
    }

    .group_36 {
        padding: 40px 0 0;
        background: #ffffff;
    }

    .text_34 {
        width: auto;
        height: auto;
        margin: 0;
        font-size: 28px;
        line-height: 1.3;
        text-align: center;
        white-space: normal;
    }

    .box_2 {
        width: 48px;
        height: 4px;
        margin: 14px auto 32px;
    }

    .image-wrapper_13 {
        display: none;
    }

    .mobile-steps {
        width: min(100%, 420px);
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin: 0 auto;
    }

    .mobile-steps__row {
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
    }

    .mobile-step-item {
        flex: 1;
        min-width: 0;
        gap: 8px;
    }

    .mobile-step-item__icon {
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .mobile-step-item__label {
        font-size: 12px;
        line-height: 1.35;
        color: #3f4a5f;
        text-align: center;
        white-space: nowrap;
    }

    .mobile-step-arrow {
        flex: 0 0 12px;
        margin-top: 2px;
        color: #cad3e6;
        font-size: 16px;
        line-height: 1;
    }

    .box_41 {
        display: none;
    }

    .box_42 {
        width: 100%;
        height: auto;
        margin: 28px 0 0;
        padding: 36px 24px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-position: center;
    }

    .text-wrapper_90 {
        width: 100%;
        height: auto;
        margin: 0;
        align-items: center;
        gap: 42px;
    }

    .text_31 {
        width: auto;
        height: auto;
        margin: 0;
        font-size: 28px;
        line-height: 1.3;
        text-align: center;
        white-space: normal;
    }

    .text_32 {
        width: auto;
        height: auto;
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
        white-space: nowrap;
    }

    .text-wrapper_11 {
        width: 220px;
        height: 62px;
        margin: 30px auto 0;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text_33 {
        width: auto;
        height: auto;
        margin: 0;
        font-size: 20px;
        line-height: 1;
        text-align: center;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {

.containers {
    padding: 15px 15px 20px;
}
.image_1,.image_18,.image_19{
  width: 33px;
  height: 33px;
}
.flex-none {
      flex-direction: column-reverse;
    }
    .text_66 {
        font-size: 24px;
    }

    .paragraph_4 {
        font-size: 14px;
    }

    .case-tab {
        margin: 0;
        padding: 0 12px 10px;
        font-size: 15px;
        min-width: 64px;
    }

    .case-tab.is-active::after {
        left: 10px;
        right: 10px;
    }

    .case-pagination {
        gap: 16px 18px;
        margin-top: 6px;
    }

    .case-pagination span {
        width: 16px;
        height: 16px;
    }

    .group_36 {
        padding-top: 32px;
    }

    .text_34 {
        font-size: 24px;
        line-height: 1.35;
    }

    .box_2 {
        margin-bottom: 26px;
    }

    .mobile-steps {
        width: calc(100% - 40px);
        gap: 14px;
    }

    .mobile-steps__row {
        gap: 6px;
    }

    .mobile-step-item {
        gap: 6px;
    }

    .mobile-step-item__icon {
        width: 20px;
        height: 20px;
    }

    .mobile-step-item__label {
        font-size: 11px;
    }

    .mobile-step-arrow {
        font-size: 14px;
        width: 44px;
        height: 30px;
    }

    .box_42 {
        margin-top: 24px;
        padding: 32px 18px 28px;
    }

    .text-wrapper_90 {
        gap: 14px;
    }

    .text_31 {
        font-size: 23px;
    }

    .text_32 {
        font-size: 12px;
        white-space: normal;
    }

    .text-wrapper_11 {
       width: 102px;
     height: 32px;
        margin-top: 14px;
    }

    .text_33 {
        font-size: 12px;
    }
}