.banner2 {
    background-color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    padding: 85px 0 70px;
    margin-top: 20px;
}

.banner2-content {
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
}

.banner2-content-title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 200px;

}

.banner2-content-item1,
.banner2-content-item2,
.banner2-content-item3 {
    background-color: #F4F9FF;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 rgba(24, 117, 255, 0.1);
    border: 1px solid #E3E3E3;
}

.banner2-content-item1 {
    width: 47.86%;
    padding: 51px 20px 26px;
    text-align: center;
}

.banner2-content-item2,
.banner2-content-item3 {
    width: 26.06%;
    text-align: center;
}

.banner2-content-item2 {
    padding: 51px 20px 26px;
}

.banner2-content-item3 {
    padding: 51px 20px 26px;
}

.w1 {
    width: 1px;
    background-color: #EEF2FB;
}

.h1 {
    width: calc(50% - 20px);
    height: 1px;
    background-color: #EEF2FB;
}

.h1-1 {
    width: 100%;
    height: 1px;
    background-color: #EEF2FB;
}

.banner2-content-white {
    padding: 51px 34px 41px;
    border-radius: 20px;
}

.banner2-content-white-title {
    margin-bottom: 27px;
    font-weight: 500;
    font-size: 21px;
    color: #000000;
}

.banner2-content-white-desc {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #696969;
}

.banner2-content-white-img img {
    width: 26px;
    height: 26px;
}

.px-34 {
    padding: 0 34px;
}

.banner2-content-btn {
    margin: 0 auto;
    width: 150px;
    padding: 0 30px;
    background: linear-gradient(90deg, #77A0F2, #0068FF);
    border-radius: 10px;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 65px;
    margin-top: -84px;
}

.banner2-content-btn img {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.banner2-content-white-btn {
    display: inline-block;
    width: 102px;
    height: 29px;
    line-height: 29px;
    margin: 24px auto 0;
    font-weight: 400;
    font-size: 14px;
    color: #2470E5;
    border-radius: 8px;
    background-color: rgba(22, 105, 228, 0.1);
}

a.banner2-content-white-btn,
a.banner2-content-white-btn:visited {
    color: #2470E5
}

.banner2-content-bj {
    /* background: rgb(216, 228, 255);
        border-radius: 63px; */
}

.table-wrapper {
    display: flex;
    border-radius: 12px;
    /* overflow: hidden; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 1480px;
    background: #f0f7ff;
    min-width: 1200px;
    margin: 0 auto;
}

.column {
    display: flex;
    flex-direction: column;
}

/* 第一列：痛点 */
.col-pain {
    position: relative;
    width: 160px;
    border-radius: 12px;
    background: linear-gradient(to right, #e6f2ff, #f0f7ff);
}

.pain-header {
    background-color: #006EFF;
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 21px;
    top: -97px;
    border-radius: 10px 0px 0px;
    width: 56%;
    height: 70px;
    line-height: 70px;
    /* z-index: 999; */
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.pain-item {
    margin: 0px 16px;
    padding: 14px 0px;
    height: 110px;
    color: #1f2d3d;
    font-weight: bold;
    border-bottom: 1px solid #e5e7eb;

    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #003793;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 第二列：存在的问题 */
.col-problem {
    flex: 1;
    background-color: #fff;
    margin-right: 27px;
    position: relative;
}

.problem-header {
    background-color: #006EFF;
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -97px;
    border-radius: 0px 10px 0px 0px;
    width: calc(100% - 32px);
    height: 70px;
    line-height: 70px;
    /* z-index: 999; */
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.problem-content {
    display: flex;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 14px 16px;
    height: 110px;
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
}

.problem-content ul {
    margin: 0;
    padding-left: 16px;
}

.problem-content li {
    margin-bottom: 6px;
    /* line-height: 1.5; */
}

/* 第三列：我们的解决方案 */
.col-solution {
    /* flex: 1; */
    width: 35%;
    background: #fff;
    position: relative;
}

.solution-header {
    background: linear-gradient(90deg, #006FFF 0%, #00CBE3 100%);
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: -97px;
    border-radius: 0px 10px 0px 0px;
     width: calc(100% - 32px);
    height: 70px;
    line-height: 70px;
    /* z-index: 999; */
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.solution-content {
    display: flex;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 14px 16px;
    height: 110px;
    border-bottom: 1px solid #e5e7eb;
}

.solution-content ul {
    margin: 0;
    padding-left: 16px;
}

.solution-content li {
    margin-bottom: 6px;
    line-height: 1.5;
}

/* 第四列：核心价值提升 */
.col-value {
    flex: 1;
    background: #fff;
    margin-left: 27px;
    position: relative;
}

.value-header {
    background: linear-gradient(90deg, #00CCE2 0%, #00CCE2 100%);
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: -97px;
    border-radius: 0px 10px 0px 0px;
     width: calc(100% - 32px);
    height: 70px;
    line-height: 70px;
    /* z-index: 999; */
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.value-content {
    display: flex;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 14px 16px;
    height: 110px;
    border-bottom: 1px solid #e5e7eb;
}

.value-content ul {
    margin: 0;
    padding-left: 16px;
}

.value-content li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.banner3-title {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 7%;
    z-index: 1;
}

.banner3-rx {
    position: absolute;
    bottom: 0;
    right: -53px;
    z-index: 0;
    height: 500px;
    transform: rotate(1deg);
}

.banner3-zs img {
    height: 500px;
}

.banner3-zs {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 600px;

}

.module-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    margin-top: 60px;
}

.moduleactive .module-text {
    color: #2E71FF !important;
    /* 选中文字颜色，示例为蓝色 */
    font-weight: bold;
    position: relative;
}

.moduleactive .module-text::after {
    content: '';
    display: block;
    width: 75px;
    /* 下划线宽度 */
    height: 4px;
    /* 下划线高度 */
    background-color: #3269FF;
    /* 下划线颜色 */
    margin-top: 5px;
    position: absolute;
    bottom: -17px;
    border-radius: 2px 2px 2px 2px;
    left: 50%;
    transform: translateX(-50%);
}

.module-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-icon {
    width: 80px;
    /* 图标宽度，可根据实际调整 */
    height: 80px;
    /* 图标高度，可根据实际调整 */
    margin-bottom: 10px;
}

.module-text {
    font-size: 20px;
}




.module-text.inactive {
    color: #909399;
    /* 未选中文字颜色，示例为灰色 */
}
.line1 ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #006EFF; 
}
.line2 ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #165DFF 0%, #36CFC9 100%); 
}

.line3 ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background:#00CCE2; 
}