.education-page {
    background: #fff;
    color: #1a1a1a;
}

.education-wrap {
    width: 1200px;
    margin: 0 auto;
}

.education-banner {
    height: 400px;
    background: url("../img/solution-banner/education.webp") no-repeat center center;
    background-size: cover;
}

.education-banner__inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.education-banner__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
}

.education-banner__desc {
    width: 700px;
    max-width: calc(100% - 48px);
    margin: 24px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
}

.education-section {
    padding: 72px 0;
}

.education-section--cases {
    background: #f5f7fa;
}

.education-section__head {
    text-align: center;
}

.education-section__head--light .education-section__title,
.education-section__head--light .education-section__sub {
    color: #fff;
}

.education-section__title {
    margin: 0;
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}

.education-section__sub {
    margin: 16px 0 0;
    color: #999;
    font-size: 16px;
    line-height: 1.75;
}

.advantage-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 64px;
}

.advantage-card {
    width: 288px;
    height: 152px;
    background: #fff;
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advantage-card__icon {
    width: 34px;
    height: 34px;
}

.advantage-card__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.advantage-card__title {
    margin-top: 28px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.education-product {
    width: 100%;
    background: url("../img/education/product-form/bg.webp") no-repeat center center;
    background-size: cover;
    padding: 72px 0;
}

.product-panel {
    position: relative;
    width: 1200px;
    height: 628px;
    margin-top: 64px;
    padding-top: 140px;
    border-radius: 16px;
    background: #1b1c1e;
    overflow: hidden;
}

.product-panel__content {
    position: relative;
    z-index: 2;
}

.product-panel__title {
    margin-left: 100px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}

.product-panel__desc {
    width: 320px;
    margin-top: 40px;
    margin-left: 100px;
    color: #fff;
    font-size: 20px;
    line-height: 1.75;
}

.product-panel__image {
    position: absolute;
    top: 50%;
    right: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translateY(-50%);
}

.product-panel__image--1 {
    width: 436px;
    height: 265px;
    background-image: url("../img/education/product-form/bg/1.webp");
}

.product-panel__image--2 {
    width: 520px;
    height: 316px;
    background-image: url("../img/education/product-form/bg/2.webp");
}

.product-panel__image--3 {
    width: 590px;
    height: 358px;
    background-image: url("../img/education/product-form/bg/3.webp");
}

.product-panel__image--4 {
    width: 560px;
    height: 340px;
    background-image: url("../img/education/product-form/bg/4.webp");
}

.product-panel__image--5 {
    width: 674px;
    height: 410px;
    background-image: url("../img/education/product-form/bg/5.webp");
}

.product-panel__dots {
    position: absolute;
    left: 100px;
    bottom: 80px;
    display: flex;
}

.product-panel__dot {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: width 0.2s ease;
}

.product-panel__dot.is-active {
    width: 32px;
}

.product-panel__arrows {
    position: absolute;
    right: 100px;
    bottom: 70px;
    display: flex;
}

.product-panel__arrow {
    width: 32px;
    height: 32px;
    margin: 0 12px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.product-panel__arrow--prev {
    background-image: url("../img/education/product-form/prev.png");
}

.product-panel__arrow--next {
    background-image: url("../img/education/product-form/next.png");
}

.scene-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 64px;
}

.scene-card {
    width: 588px;
    height: 439px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 38px 1px rgba(0, 0, 0, 0.1);
}

.scene-card__image {
    width: 548px;
    height: 327px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.scene-card__image--1 {
    background-image: url("../img/education/application-scene/1.webp");
}

.scene-card__image--2 {
    background-image: url("../img/education/application-scene/2.webp");
}

.scene-card__title {
    margin-top: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.scene-card__desc {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
    line-height: 1.75;
}

.case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 64px;
}

.case-card {
    position: relative;
    width: 384px;
    height: 230px;
    overflow: hidden;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.07);
}

.case-card--1 {
    background-image: url("../img/medical/brilliant-case/1.webp");
}

.case-card--2 {
    background-image: url("../img/medical/brilliant-case/2.webp");
}

.case-card--3 {
    background-image: url("../img/medical/brilliant-case/3.webp");
}

.case-card--4 {
    background-image: url("../img/medical/brilliant-case/4.webp");
}

.case-card--5 {
    background-image: url("../img/medical/brilliant-case/5.webp");
}

.case-card--6 {
    background-image: url("../img/medical/brilliant-case/6.webp");
}

.case-card__icon {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.case-card__icon img {
    width: 20px;
    height: 20px;
}

.case-card__mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.58) 100%);
}

.case-card__title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.footer-send {
    width: 100%;
}

.education-cta {
    width: 100%;
    background: #fff;
}

.education-cta__inner {
    width: 100%;
    margin: 0 auto;
}

.education-pingtai {
    min-height: 295px;
    padding: 0 24px;
    background: url("/static/newindex/img/pingtaibg.png") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.education-pingtai h2 {
    margin: 0;
    color: #111111;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.education-pingtai__phonebox {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 602px;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(31, 93, 191, 0.08);
}

.education-pingtai__inputbox {
    flex: 1;
    height: 55px;
    background: #fff;
}

.education-pingtai__inputbox input {
    width: 100%;
    height: 55px;
    border: 0;
    outline: none;
    padding: 0 18px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 55px;
    background: #fff;
}

.education-pingtai__inputbox input::placeholder {
    color: #b4bac5;
}

.education-pingtai__shenqing {
    flex: 0 0 120px;
    width: 120px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #1d77ff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.education-pingtai__shenqing:hover {
    background: #0066ff;
}

@media screen and (max-width: 768px) {

    .education-wrap,
    .education-banner__inner {
        width: calc(100% - 24px);
    }

    .education-banner {
        height: 40vw;
        min-height: 220px;
    }

    .education-banner__title {
        font-size: 22px;
    }

    .education-banner__desc {
        width: 100%;
        margin-top: 16px;
        font-size: 12px;
        line-height: 1.8;
    }

    .education-section,
    .education-product {
        padding: 24px 0;
    }

    .education-section__title {
        font-size: 26px;
    }

    .education-section__sub {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.7;
    }

    .advantage-grid,
    .scene-grid,
    .case-grid {
        gap: 12px;
        margin-top: 24px;
    }

    .advantage-card {
        width: calc((100% - 12px) / 2);
        height: auto;
        padding: 12px 4px;
    }

    .advantage-card__title {
        margin-top: 8px;
        font-size: 14px;
    }

    .product-panel {
        width: 100%;
        height: calc(50vw + 200px);
        margin-top: 24px;
        padding-top: 24px;
    }

    .product-panel__image {
        top: 25%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .product-panel__image--1 {
        width: calc(436px / 3);
        height: calc(265px / 3);
    }

    .product-panel__image--2 {
        width: calc(520px / 3);
        height: calc(316px / 3);
    }

    .product-panel__image--3 {
        width: calc(590px / 3);
        height: calc(358px / 3);
    }

    .product-panel__image--4 {
        width: calc(560px / 3);
        height: calc(340px / 3);
    }

    .product-panel__image--5 {
        width: calc(674px / 3);
        height: calc(410px / 3);
    }

    .product-panel__title {
        margin-top: 180px;
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }

    .product-panel__desc {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding: 0 8px;
        text-align: center;
        font-size: 14px;
    }

    .product-panel__dots {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .product-panel__arrows {
        display: none;
    }

    .scene-card {
        width: 100%;
        height: auto;
    }

    .scene-card__image {
        width: 100%;
        height: 200px;
    }

    .case-card {
        width: 100%;
        height: 180px;
    }

    .case-card__icon {
        right: 16px;
        top: 16px;
        width: 32px;
        height: 32px;
    }

    .case-card__title {
        left: 16px;
        right: 16px;
        bottom: 16px;
        font-size: 15px;
        line-height: 1.6;
    }

    .education-cta {
        padding: 36px 12px 0;
    }

    .education-pingtai {
        min-height: 220px;
        padding: 0 16px;
    }

    .education-pingtai h2 {
        font-size: 24px;
    }

    .education-pingtai__phonebox {
        margin-top: 24px;
        width: 100%;
        flex-direction: column;
        gap: 12px;
        border-radius: 0;
        overflow: visible;
        box-shadow: none;
    }

    .education-pingtai__inputbox {
        width: 100%;
    }

    .education-pingtai__inputbox input {
        height: 50px;
        padding: 0 16px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 50px;
    }

    .education-pingtai__shenqing {
        width: 100%;
        flex: none;
        height: 50px;
        border-radius: 12px;
    }
}