.nested-stage {
    display: block;
    width: 100%;
}
.sisBannerArea {
    width: 100%;
    min-height: 583px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F8FF 100%);
    padding-bottom: 91px;
}
.sisBannerAreaContent {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-bottom: 0;
    padding-top: 164px;
}
.fullSupportCard {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fullSupportCardTitle {
    font-size: 40px;
}
.sisBannerAreaContentTitle {
    width: 100%;
    font-family: "钉钉进步体 Regular";
    font-size: 50px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0;
    background: linear-gradient(94deg, #010916 25%, #096EFF 79%, #45A4F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 0;
    text-align: center;
    margin-bottom: 18px;
    background-size: 120% 120%;
    animation: move 5s ease infinite;
}
.sisBannerAreaContentSubtitle {
    font-family: PingFang, SansSerif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #282C32;
    z-index: 0;
    width: 100%;
    margin-bottom: 24px;
    font-weight: 400;
}
.sisBannerAreaContentButtonWrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.sisBannerAreaContentPlayButton {
    cursor: pointer;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.sisBannerAreaContentPlayButton:hover {
    transform: translateY(-3px);
}

.sisBannerAreaContentSimpleDesc {
    border-radius: 90px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 22px;
    background: #EAF0FA;
    font-family: PingFang, SansSerif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.16em;
    font-weight: 300;
}

.sisBannerAreaBizPaths {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* min-width: 905px; */
    column-gap: 4px;
    row-gap: 10px;
    margin-top: 32px;
}
.sisBannerAreaBizPathsItem {
    width: 130px;
    height: 111px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 9px 14px 0px rgba(0, 47, 115, 0.04);
    background: #FFFFFF;
}
.sisBannerAreaBizPathsItemWarp{
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
}
.sisBannerAreaBizPathsItemName {
    font-family: PingFang, SansSerif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #282C32;
    margin-bottom: 2px;
    margin-top: 6px;
}
.sisBannerAreaBizPathsItemEName {
    font-family: PingFang, SansSerif;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0;
    color: #798CA8;
}
.sisCoreAbilityPanel {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 80px 0 72px 0;
}
.sisCoreAbilityPanelInside {
    width: 100%;
    height: auto;
}
.sisCoreAbilityPanelTitle {
    font-family: PingFang, SansSerif;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #1E1E1E;
    margin-bottom: 48px;
}
.sisCoreAbilityPanelHead {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}
.sisCoreAbilityPanelHeadTitle {
    width: 100%;
    text-align: center;
    font-family: PingFang, SansSerif !important;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.04em;
    background: linear-gradient(278deg, #277EFF 30%, #B744FA 40%, #FF6123 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 130% 130%;
    animation: move 5s ease infinite;
}
@keyframes move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.sisCoreAbilityPanelHeadSubtitle {
    font-family: PingFang, SansSerif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #1E1E1E;
    text-align: center;
}

.sisCoreAbilityPanelContentWrap {
    width: 100%;
    display: grid;
    row-gap: 32px;
}

.sisCoreAbilityPanelContent {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 16px;
}
.sisCoreAbilityPanelContentFixed {
    flex: 1;
    max-width: 255px;
    height: 512px;
    box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 32px;
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(334deg, #277EFF 0%, #B744FA 49%, #FF6123 99%) border-box;
    border: 2px solid transparent;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    padding: 120px 25px 154px 25px;
    gap: 24px;
    box-shadow: 0px 4px 10px 0px rgba(64, 67, 255, 0.2), inset 0px 0px 16px 0px rgba(179, 64, 255, 0.2);
    opacity: 1;
}

.sisCoreAbilityPanelContentFixed::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 32px;
    padding: 0;
    background: linear-gradient(334deg, #277EFF 0%, #B744FA 49%, #FF6123 99%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.sisCoreAbilityPanelContentFixedInner {
    border-radius: 30px; /* 比外层小2px，和padding一致 */
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 120px 30px 204px 30px;
    opacity: 1;
    box-sizing: border-box;
}

.sisCoreAbilityPanelContentFixedInside {
    width: 100%;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    background: #FFFFFF;
}

.sisCoreAbilityPanelContentFixedTitle {
    font-family: PingFang, SansSerif;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #010916;
    margin-bottom: 22px;
}

.sisCoreAbilityPanelContentFixedDesc {
    z-index: 1;
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.sisCoreAbilityPanelContentGallery {
    flex: 1;
    min-width: 0;
}

.sisCoreAbilityPanelGalleryControls {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sisCoreAbilityShowcase {
    width: 100%;
}

.sisCoreAbilityShowcase .sisCoreAbilityPanelContentFixed {
    max-width: none;
    height: 100%;
    min-height: 100%;
}

.sisCoreAbilityShowcase .sisCoreAbilityPanelContentFixedInside {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.sisCoreAbilityShowcaseSlide {
    width: 100%;
    border-radius: 34px;
    overflow: hidden;
    background: #f5f5f7;
}
.sisCoreAbilityShowcaseSlideTitle{
    padding: 32px 0 16px 32px;
    font-family: PingFang, SansSerif;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #1E1E1E;
}

.sisCoreAbilityPanelContentFixedInsideSlideBtn{
    display: none;
}

.sisCoreAbilityShowcaseImage {
    display: block;
    margin-left: 32px;
    width: calc(100% - 32px);
    height: auto;
}

.aiDrading {
    /* padding: 92px 0 96px; */
}

.aiDradingHead{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
    text-align: center;
}

.aiDradingHeadTitle{
    display: inline-flex;
    font-family: PingFang, SansSerif;
    align-items: center;
    font-size: 44px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.04em;
    background: linear-gradient(279deg, #277EFF 2%, #B744FA 24%, #FF6123 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 0;
    background-size: 200% 200%;
    animation: move 5s ease infinite;
}

.aiDradingSparkle {
    position: relative;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    border-radius: 8px;
    background:
            radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 12%, rgba(99, 217, 255, 0.85) 36%, rgba(112, 78, 255, 0.75) 70%, rgba(112, 78, 255, 0) 100%);
    box-shadow:
            0 0 18px rgba(94, 185, 255, 0.4),
            0 0 40px rgba(172, 84, 255, 0.25);
}

.aiDradingSparkle::before,
.aiDradingSparkle::after {
    content: "";
    position: absolute;
    inset: 50%;
    background: rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%);
    border-radius: 999px;
}

.aiDradingSparkle::before {
    width: 4px;
    height: 34px;
}

.aiDradingSparkle::after {
    width: 34px;
    height: 4px;
}

.aiDradingHeadDesc{
    margin-top: 18px;
    font-family: PingFang, SansSerif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #1E1E1E;

}

.aiDradingBg{
    display: flex;
    height: 800px;
    background-color: #000;
    background-image: url('https://prod-cdn.schoolpal.cn/tech/schoolpal-website/schoolpal-official-website/static/images/lms/ai-pgbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    position: relative;
}

.aiDradingBgInner {
    position: relative;
    padding: 64px 58px 0;
    min-height: 1124px;
}

.aiDradingCopy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.aiDradingTitle {
    font-family: PingFang, SansSerif;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(0deg, #E3EDF7, #E3EDF7), linear-gradient(0deg, #1E1E1E, #1E1E1E), linear-gradient(101deg, #353FFF 8%, rgba(255, 255, 255, 0) 50%), #010916;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.aiDradingDesc {
    margin-top: 8px;
    width: 100%;
    max-width: 590px;
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
    z-index: 1;
}

.aiDradingMedia {
    position: relative;
    margin: 49px auto 0;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aiDradingImage {
    display: block;
    width: 100%;
    height: auto;
}

.aiDradingImagePrimary {
    width: calc(50% - 10px);
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.aiDradingImageSecondary {
    width: calc(50% - 10px);
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.dataDriven {
    padding: 120px 0 120px;
    background: #fff;
}

.dataDrivenHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    text-align: center;
}

.dataDrivenHeadTitle {
    font-family: PingFang, SansSerif;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.04em;
    background: linear-gradient(279deg, #277EFF 2%, #B744FA 24%, #FF6123 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-size: 200% 200%;
    animation: move 5s ease infinite;
}

.dataDrivenHeadDesc {
    margin-top: 8px;
    font-family: PingFang, SansSerif;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #1E1E1E;
}

.dataDrivenBg {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}

.dataDrivenBgInner {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1000px;
    height: 510px;
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    background: #F5F5F7;
}

.dataDrivenCopy {
    display: flex;
    flex: 0 0 34.2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 54px 30px 54px 105px;
    color: #010916;
}

.dataDrivenEyebrow {
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.13em;
    color: #010916;
}

.dataDrivenTitle {
    margin-top: 12px;
    font-family: PingFang, SansSerif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #010916;

}

.dataDrivenBody {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: PingFang, SansSerif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: rgba(30, 30, 30, 0.6)

}

.dataDrivenBody strong {
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
}

.dataDrivenBody span {
    width: 189px;
    display: block;
    text-align: justify;
    text-justify: inter-ideograph;
}

.dataDrivenButton {
    margin-top: 30px;
}

.dataDrivenMedia {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.dataDrivenImage {
    display: block;
    width: calc(100% - 34px);
    height: calc(100% - 40px);
    height: auto;
}

.teachingScene {
    padding: 0;
    background: #fff;
}

.teachingSceneHead {
    width: 1000px;
    max-width: calc(100% - 32px);
    margin: 0 auto 28px;
}

.teachingSceneHeadTitle {
    font-family: PingFang, SansSerif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #1E1E1E;
}

.teachingSceneBg {
    background-color: #D6E6FF;
    background-image: url('https://prod-cdn.schoolpal.cn/tech/schoolpal-website/schoolpal-official-website/static/images/lms/ai-rxpcbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.teachingSceneBgInner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    min-height: 800px;
    padding: 60px 0 108px;
    box-sizing: border-box;
}

.teachingSceneStageTitle {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.04em;
    background: linear-gradient(290deg, #277EFF 0%, #B744FA 40%, #FF6123 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    background-size: 80% 80%;
    animation: move 5s ease infinite;
}

.teachingSceneCard {
    display: flex;
    gap: 60px;
    margin-top: 40px;;
    height: 510px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(163, 191, 245, 0.18);
    overflow: hidden;
}

.teachingSceneMedia {
    width: calc(100% - 336px);
    min-width: 0;
}

.teachingSceneImage {
    margin-top: 60px;
    display: block;
    width: 100%;
    height: auto;
}

.teachingSceneCopy {
    padding-top: 130px;
    flex: 1 1 auto;
    min-width: 0;
    color: #1E1E1E;
}

.teachingSceneCardTitle {
    font-family: PingFang, SansSerif;
    font-family: PingFang, SansSerif;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #010916;

    z-index: 0;
}

.teachingSceneList {
    margin: 20px 0 0;
    padding-left: 22px;
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
    color: #1E1E1E;
}

.practiceMock {
    padding: 70px 0 76px;
    background-color: #06070f;
    background-image: url("https://prod-cdn.schoolpal.cn/tech/schoolpal-website/schoolpal-official-website/static/images/lms/ai-lxmkbg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.practiceMockHead {
    width: 1000px;
    max-width: calc(100% - 32px);
    margin: 0 auto 26px;
    text-align: center;
}

.practiceMockHeadTitle {
    font-family: PingFang, SansSerif;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.04em;
    background: linear-gradient(114deg, #EFF6FF 66%, #8FA6FF 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 0;
}

.practiceMockHeadDesc {
    width: 100%;
    max-width: 580px;
    margin: 4px auto 0;
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.13em;

    font-variation-settings: "opsz" auto;
    background: linear-gradient(0deg, #DCEAFF, #DCEAFF), #576B8A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.practiceMockBg {
    width: 770px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    overflow: hidden;
}

.practiceMockBgInner {
    width: 100%;
    padding: 0 0 50px;
    box-sizing: border-box;
}

.practiceMockBoard {
    display: flex;
    gap: 26px;
    align-items: stretch;
}

.practiceMockPrimaryCard,
.practiceMockExamCard {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(224, 212, 255, 0.58);
    background:rgba(255, 255, 255, 0.08);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.14),
            inset 0 -18px 44px rgba(55, 31, 112, 0.32);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.practiceMockPrimaryCard {
    flex: 1 1 auto;
    min-width: 0;
    padding: 28px 24px 36px;
}

.practiceMockPrimaryHead {
    margin: -28px -18px 0;
    padding: 21px 26px 16px;
    border-bottom: 1px solid;
    border-image: linear-gradient(99deg, #F1CCF7 7%, rgba(189, 171, 213, 0.3) 99%) 1;

    font-family: PingFang, SansSerif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
}
.practiceMockGroup {
    margin-top: 8px;
}

.practiceMockGroupTitle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: PingFang, SansSerif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    color: #FFFFFF;
}

.practiceMockIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
}

.practiceMockTags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 7px;
}

.practiceMockTag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    border-radius: 7px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 0.9px solid rgba(255, 255, 255, 0.2);
    font-family: PingFang, SansSerif;
    font-size: 13px;
    line-height: 1.2;
    color: #FFFFFF;
    white-space: nowrap;
}

.practiceMockSideGrid {
    flex: 0 0 38.2%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.practiceMockExamCard {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    color: #fff;

}

.studentTracking {
    padding: 96px 0;
    background: #fff;
}

.studentTrackingHead {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
    text-align: center;
}

.studentTrackingHeadTitle {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.04em;
    background: linear-gradient(290deg, #277EFF 0%, #B744FA 40%, #FF6123 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    background-size: 250% 256%;
    animation: move 5s ease infinite;
}

.studentTrackingBg {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}

.studentTrackingBgInner {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1000px;
    height: 510px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    background: #F5F5F7;
}

.studentTrackingCopy {
    display: flex;
    width: 374px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 70px 84px 70px;
    color: #010916;
}

.studentTrackingEyebrow {
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #010916;
}

.studentTrackingTitle {
    margin-top: 4px;
    font-family: PingFang, SansSerif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0.04em;
    color: #010916;
}

.studentTrackingList {
    margin: 10px 0 0;
    padding-left: 23px;
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95;
    letter-spacing: 0.04em;
    color: #1E1E1E;
}

.studentTrackingButton {
    margin-top: 20px;
}

.studentTrackingMedia {
    width: calc(100% - 374px);
    position: relative;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.studentTrackingImage {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0;
}

.fullSupport {
    width: 100%;
    height: auto;
    background: url(https://prod-cdn.schoolpal.cn/tech/schoolpal-website/schoolpal-official-website/static/latest/image/grbg.jpg) lightgray 50% bottom / cover no-repeat;
    background-size: cover;
}

.customerCases {
    padding: 80px 0 40px;
    background: #fff;
}

.customerCasesInner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.customerCasesTitle {
    text-align: center;
    font-family: PingFang, SansSerif;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #000000;
}

.customerCasesGrid {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 42px;
    max-width: 960px;
    width: 100%;
}

.customerCaseCard {
    box-sizing: border-box;
    width: calc(50% - 10px);
    min-height: 560px;
    padding: 20px 60px;
    border-radius: 42px;
    box-sizing: border-box;
}

.customerCaseCardBlue {
    background: #F2F6FF;
}

.customerCaseCardPurple {
    background: #FBF2FF;
}

.customerCaseLogo {
    display: inline-flex;
    align-items: center;
    height: 32px;
}

.customerCaseLogoAndover {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #2E7E5B;
}

.customerCaseLogoSchool {
    font-family: PingFang, SansSerif;
    font-size: 18px;
    font-weight: 600;
    color: #8C5AA8;
}

.customerCaseCard h3 {
    margin-top: 11px;
    font-family: PingFang, SansSerif;
    font-size: 20px;
    font-weight: 800;
    line-height: 128.14%;
    letter-spacing: 0em;
    color: #1E1E1E;
}

.customerCaseIntro {
    margin: 11px 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 140.06%;
    color: #1E1E1E;
}

.customerCaseCompare {
    position: relative;
    height: 400px;
}

.customerCaseBefore {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55.5%;
}

.customerCaseLabel,
.customerCaseAfterLabel {
    margin: 0 0 6px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 140.06%;
    letter-spacing: 0.05em;
    color: #1E1E1E;
}

.customerCaseAfterLabel {
    color: #2C64FF;
    text-align: right;
    margin-right: 14px;
}

.customerCaseAfterLabelPurple {
    color: #9635AE;
}

.customerCaseBeforeBox {
    box-sizing: border-box;
    height: 268px;
    padding: 31px 30% 18px 18px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(202, 215, 255, 0.72);
    box-shadow: inset 0 0 0 1px rgba(229, 235, 255, 0.35);
}

.customerCaseBeforeBox p,
.customerCaseAfterBox p {
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 0.05em;

    color: #3D5887;
}

.customerCaseBeforeBox p {
    color: rgba(60, 78, 124, 0.84);
}

.customerCaseDivider {
    height: 1px;
    margin: 14px 0;
    background: rgba(184, 200, 240, 0.82);
}

.customerCaseDividerLight {
    background: rgba(255, 255, 255, 0.34);
}

.customerCaseAfterWrap {
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    width: calc(100% - 42%);
}

.customerCaseAfterBox {
    height: 342px;
    padding: 26px 20px;
    border-radius: 28px;
    background: linear-gradient(180deg, #3568FF 0%, #2E5CF2 100%);
    box-shadow: -1.19px 1.19px 10.72px 0px rgba(12, 111, 241, 0.7);
}

.customerCaseAfterBoxPurple {
    background: linear-gradient(180deg, #A244B4 0%, #9635AE 100%);
    box-shadow: 0 14px 28px rgba(159, 73, 183, 0.26);
}

.customerCaseAfterBox p {
    color: #FFFFFF;
}

.customerCaseQuote {
    margin-top: 0;
    text-align: center;
    font-family: PingFang, SansSerif;
    font-size: 16px;
    font-weight: normal;
    line-height: 140.06%;
    letter-spacing: 0.05em;
    color: #1E1E1E;
}

.industryChoice {
    padding: 40px 0 60px;
    overflow: hidden;
}

.industryChoiceInner {
    width: 100%;
    margin: 0 auto;
}

.industryChoiceTitle {
    text-align: center;
    font-family: PingFang, SansSerif;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 24px;
}

.industryChoiceLogoScroll {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.industryChoiceLogoRow {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.industryChoiceLogoTrack {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: max-content;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 26px;
    animation: industryChoiceScroll 34s linear infinite;
}

.industryChoiceLogoTrackReverse {
    animation-direction: reverse;
}

.industryChoiceLogoItem {
    height: 60px;
    border-radius: 24px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industryChoiceLogoItem img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes industryChoiceScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .industryChoiceLogoTrack {
        animation: none;
    }
}

.aiDriven{
    display: flex;
    height: 800px;
    background-color: #000;
    background-image: url('https://prod-cdn.schoolpal.cn/tech/schoolpal-website/schoolpal-official-website/static/images/lms/ai-driverbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
}
.aiDrivenContent{
    width: 690px;
    margin-top: 144px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.aiDrivenTitle{
    font-family: PingFang, SansSerif;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.04em;
    background: linear-gradient(95deg, #ffffff 21%, #3E9EF2 47%), #010916;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 60px rgba(0, 0, 0, 0.7);
}
.aiDrivenDesc{
    width: 540px;
    font-family: PingFang, SansSerif;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 16px;
}
.aiDrivenDesc .titleInfo{
    /* 十余年语培技术积累， */
    font-family: PingFang, SansSerif;
    font-weight: 600;
    font-size: 14px;
}

.aiDrivenList{
    margin-top: 48px;
    display: flex;
    gap: 16px;
    flex-direction: row;
}
.aiDrivenItem {
    position: relative;
    box-sizing: border-box;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 124px;
    height: 160px;
    border-radius: 24px;
    background: rgba(6, 10, 20, 0.45);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.18),
            inset 0 -2px 12px rgba(255, 255, 255, 0.06),
            0 12px 30px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.aiDrivenItem::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background:
            linear-gradient(
                    180deg,
                    rgba(255, 255, 255, 0.72) 0%,
                    rgba(255, 255, 255, 0.3) 18%,
                    rgba(255, 255, 255, 0.1) 55%,
                    rgba(255, 255, 255, 0.26) 100%
            );
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.aiDrivenItem::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 23px;
    box-shadow:
            inset 0 1px 8px rgba(255, 255, 255, 0.06),
            inset 0 -8px 20px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}
.aiDrivenItemTitle{
    margin: 8px;
    font-family: PingFang, SansSerif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.aiDrivenItemDesc{
    margin-top: 2px;
    font-family: PingFang, SansSerif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0em;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.sisCoreAbilityPanelContentFixedType{
    font-family: PingFang, SansSerif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.58px;
    text-align: center;
    letter-spacing: 0.13em;
    background: linear-gradient(0deg, #000000, #000000), #576B8A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 0;
}
.lmsMockShowcase .xb-split-aside{
    align-items: flex-start;
}

.lmsMockShowcase .xb-split-main{
    height: 493px;
    flex: 1 1 auto;
    min-width: 0;
}

.lmsMockShowcase .media-gallery-wrapper,
.lmsMockShowcase .scroll-container,
.lmsMockShowcase .item-container,
.lmsMockShowcase .gallery-item,
.lmsMockShowcase .stage-card,
.lmsMockShowcase .stage-card-inner,
.lmsMockShowcase .sisCoreAbilityShowcaseSlide{
    height: 100%;
    min-height: 0;
}

.lmsMockShowcase .sisCoreAbilityShowcaseSlide{
    display: flex;
    flex-direction: column;
}

.lmsMockShowcase .lmsCoreAbilityPanelContentFixed{
    width: 100%;
    height: 493px;
    flex: 0 0 auto;
    align-self: flex-start;
    border-radius: 32px;
    opacity: 1;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 120px 25px 204px 25px;

    gap: 24px;
    background: #F5F5F7;
    z-index: 0;
}
.lmsMockShowcase .lmsCoreAbilityPanelContentFixed .sisCoreAbilityPanelContentFixedTitle{
    white-space: nowrap;

}
.lmsMockShowcase .lmsCoreAbilityPanelContentFixed .sisCoreAbilityPanelContentFixedInside{
    background-color: transparent;

}
.lmsMockShowcase .lmsCoreAbilityShowcaseImage{
    display: block;
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    object-fit: contain;
    object-position: left bottom;
}

.lmsMockShowcase .lmsCoreAbilityShowcaseSlideGroup{
    gap: 18px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 17px;
    border-radius: 0;
}

.lmsSlideOtherItem + .lmsSlideOtherItem {
    margin-top: 35px;
}

.lmsMockShowcase .lmsSlideOtherTitle{
    padding: 0;
    font-family: PingFang, SansSerif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.lmsMockShowcase .lmsCoreAbilityShowcaseImageSecondary{
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}
.lmsMockShowcase  .lmsCoreAbilityShowcaseImageOne{
    width: calc(100% - 18px);
    margin-left: 18px;
}
.lmsCoreAbilityShowcaseImageOneMobile{
    display: none;
}

/* 留咨 */
.lms-contact-section {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), url('https://prod-cdn.schoolpal.cn/tech/schoolpal-website/schoolpal-official-website/static/latest/image/lzbg.jpg') lightgray 50% / cover no-repeat;
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.lms-contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.lms-contact-content h1 {
    font-size: 36px;
}
.lms-contact-content h2 {
    font-family: PingFang, Noto Sans SC, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;

    background: linear-gradient(90deg, #0064FA 0%, #9600FA 100%), #353D45;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 0;
}
.lms-contact-content p {
    font-size: 16px;
    color: #666;
}

.lms-contact-info {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.lms-contact-item {
    text-align: center;
}

.lms-contact-item p {
    color: var(--darkgrey-color);
    font-size: 14px;
    line-height: 14px;
    /* 171.429% */
    padding-bottom: 4px;
    letter-spacing: 0.56px;
    opacity: 0.6;
}

.lms-contact-item h3 {
    color: var(--darkgrey-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.96px;
}

.lms-contact-item h3 a {
    text-decoration: none;
    color: inherit;
}
.lms-contact-section .consult-sdk-trigger {
    margin-top: 40px;
    position: relative;
    overflow: visible;
    width: 124px;
    height: 40px;
    border-radius: 32px;
    opacity: 1;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 10px 0;
    gap: 18px;

    box-sizing: border-box;
    border: 2px solid transparent;

    background:
            linear-gradient(102deg, #D94AFE 1%, #7832FF 45%, #1D70FE 98%) padding-box,
            linear-gradient(104deg, #E484E7 5%, #324EF9 92%) border-box;

    background-clip: padding-box, border-box;
    z-index: 1;
}

/* 顶部高光 */
.lms-contact-section .consult-sdk-trigger::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0.5),
            rgba(255,255,255,0.1) 40%,
            rgba(255,255,255,0)
    );

    mix-blend-mode: overlay;
    pointer-events: none;
}

/* 底部“白色浮影” */
.lms-contact-section .consult-sdk-trigger::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);

    width: 70%;
    height: 20px;

    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    filter: blur(8px);

    opacity: 0.8;

    z-index: 0; /* ✅ 不要 -1 */
}

/* 内部光泽（增强立体） */
.lms-contact-section .consult-sdk-trigger:hover {
    box-shadow:
            0 8px 24px rgba(59,130,246,0.5),
            0 4px 10px rgba(168,85,247,0.4);
}
@media (max-width: 809px) {
    .sisCoreAbilityPanelContentWrap {
        row-gap: 20px;
    }

    .sisCoreAbilityPanelContent {
        flex-direction: column;
        row-gap: 24px;
    }

    .sisCoreAbilityPanelContentFixedInside {
        width: 100%;
        min-width: 0;
        max-width: none;
        gap: 0;
    }

    .sisCoreAbilityPanelContentGallery {
        width: 100%;
    }

    .sisCoreAbilityShowcase .sisCoreAbilityPanelContentFixed {
        height: auto;
        min-height: 0;
        padding: 24px 16px;
    }
    .sisCoreAbilityPanelContentFixedInsideBtn{
        display: none;
    }
    .sisCoreAbilityPanelContentFixedDesc{
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
        color: rgba(30, 30, 30, 0.6)
    }
    .sisCoreAbilityPanelContentFixedDesc strong {
        color: #1e1e1e;
    }
    .sisCoreAbilityPanelContentFixedTitle{
        font-size: 20px;
        margin-bottom: 0;
    }
    .lmsMockShowcase .xb-split-aside{
        align-items: stretch;
    }
    .lmsMockShowcase .xb-split-main{
        height: auto;
    }
    .lmsMockShowcase .gallery-item{
        aspect-ratio: auto;
    }
    .lmsMockShowcase .lmsCoreAbilityPanelContentFixed{
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 24px 16px;
        gap: 0;
        border-radius: 24px;
    }
    .lmsMockShowcase .lmsCoreAbilityPanelContentFixed .sisCoreAbilityPanelContentFixedInside{
        width: 100%;
        min-width: 0;
        max-width: none;
    }
    .lmsMockShowcase .lmsCoreAbilityPanelContentFixed .sisCoreAbilityPanelContentFixedTitle{
        white-space: normal;
    }
    .lmsMockShowcase .lmsCoreAbilityPanelContentFixed::before{
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        border-radius: 32px;
        padding: 0;
        background: linear-gradient(334deg, #277EFF 0%, #B744FA 49%, #FF6123 99%);
        -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
    .lmsMockShowcase .sisCoreAbilityShowcaseSlide{
        padding-bottom: 0;
    }
    .lmsMockShowcase .sisCoreAbilityShowcaseSlideTitle{
        padding: 16px 16px 12px;
    }
    .lmsMockShowcase .lmsCoreAbilityShowcaseImageOne{
        display: block;
        width: calc(100% - 45px);
        margin: 0 auto;
        height: auto;
        border-bottom-right-radius: 12px;
    }
    .lmsMockShowcase .lmsCoreAbilityShowcaseImageOne.lmsCoreAbilityShowcaseImageOnePc{
        display: none;
    }
    .lmsMockShowcase .sisCoreAbilityShowcaseSlide:not([data-show-on="mobile"]) .lmsCoreAbilityShowcaseImageOne{
        margin-bottom: 12px;
    }
    .lmsMockShowcase .sisCoreAbilityShowcaseSlide:not([data-show-on="mobile"]) .sisCoreAbilityPanelContentFixedInsideSlideBtn{
        margin: 0 auto 16px;
    }
    .lmsMockShowcase .sisCoreAbilityShowcaseSlide[data-show-on="mobile"].lmsCoreAbilityShowcaseSlideGroup{
        gap: 0;
        padding: 0;
        overflow: visible;
        border-radius: 0;
    }
    .lmsMockShowcase .sisCoreAbilityShowcaseSlide[data-show-on="mobile"].lmsCoreAbilityShowcaseSlideGroup .sisCoreAbilityShowcaseSlideTitle{
        padding: 16px 16px 12px;
    }
    .lmsMockShowcase .sisCoreAbilityShowcaseSlide[data-show-on="mobile"].lmsCoreAbilityShowcaseSlideGroup .lmsCoreAbilityShowcaseImageOne{
        width: 100%;
        margin: 0;
    }
    .sisBannerArea {
        padding-bottom: 40px !important;
    }
    .heroContent.sisBannerAreaContent{
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 120px;
    }
    .sisBannerAreaContentTitle {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .sisBannerAreaContentSubtitle {
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .sisBannerAreaContentSimpleDesc {
        margin-top: 4px;
        font-size: 12px;
        padding: 5px 22px;
        font-weight: 300;
    }
    .sisBannerAreaBizPaths {
        display: inline-flex;
        column-gap: 0;
        row-gap: 10px;
        justify-content: flex-start;
        box-sizing: border-box;
        padding-left: 26px;
    }
    .sisBannerAreaBizPathsItem {
        width: 88px;
    }
    .aiDrading {
        padding: 0;
    }
    .aiDradingHead {
        margin-bottom: 22px;
        padding: 0 20px;
    }
    .aiDradingHeadTitle {
        gap: 8px;
        font-size: 24px;
        line-height: 1.18;
    }
    .aiDradingSparkle {
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }
    .aiDradingSparkle::before {
        width: 3px;
        height: 22px;
    }
    .aiDradingSparkle::after {
        width: 22px;
        height: 3px;
    }
    .aiDradingHeadDesc {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.5;
    }
    .aiDradingBg {
        border-radius: 0;
        max-width: none;
        height: auto;
    }
    .aiDradingBgInner {
        min-height: 0;
        padding: 52px 24px 38px;
    }
    .aiDradingCopy {
        text-align: left;
        align-items: flex-start;
    }
    .aiDradingTitle {
        width: 260px;
        font-size: 28px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.04em;
        background: linear-gradient(98deg, #E3EDF7 39%, #3E9EF2 116%), #010916;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        z-index: 0;
    }
    .aiDradingDesc {
        text-align: left;
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.85;
        color: #fff;
    }
    .aiDradingMedia {
        margin-top: 28px;
        min-height: 0;
        flex-direction: column;
    }
    .aiDradingImagePrimary,
    .aiDradingImageSecondary {
        position: static;
        width: 108%;
        margin-top: 16px;
        border-radius: 12px;
    }
    .dataDriven {
        padding: 56px 16px 0;
    }
    .dataDrivenHead {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .dataDrivenHeadTitle {
        font-size: 24px;
        line-height: 1.18;
    }
    .dataDrivenHeadDesc {
        margin-top: 8px;
        font-size: 14px;
    }
    .dataDrivenBg {
        max-width: none;
    }
    .dataDrivenBgInner {
        height: auto;
        min-height: 0;
        flex-direction: column;
        border-radius: 24px;
        padding: 16px;
        padding-bottom: 75px;
        padding-top: 24px;
        position: relative;
        overflow: hidden;
        align-items: flex-start;
    }
    .dataDrivenCopy {
        flex: none;
        padding: 0;
    }
    .dataDrivenEyebrow {
        font-size: 14px;
        line-height: 1.35;
    }
    .dataDrivenTitle {
        margin-top: 4px;
        font-size: 20px;
        line-height: 1.2;
    }
    .dataDrivenBody {
        width: 100%;
        margin-top: 12px;
        gap: 0;
        font-size: 14px;
        line-height: 1.85;
    }
    .dataDrivenBody strong {
        font-size: 14px;
    }
    .dataDrivenBody span {
        width: 100%;
    }
    .dataDrivenMedia {
        margin-top: 22px;
        display: block;
        justify-content: center;
        overflow: hidden;
    }
    .dataDrivenImage {
        width: 100%;
        height: auto;
        border-bottom-right-radius: 12px;
    }
    .dataDrivenButton {
        position: absolute;
        left: 50%;
        bottom: 16px;
        align-self: auto;
        margin-top: 0;
        transform: translateX(-50%);
        z-index: 2;
    }
    .teachingScene {
        padding: 56px 0 0;
    }
    .teachingSceneHead {
        max-width: calc(100% - 34px);
        margin-bottom: 18px;
    }
    .teachingSceneHeadTitle {
        font-size: 23px;
        line-height: 1.2;
    }

    .teachingSceneBgInner {
        min-height: 0;
        padding: 48px 0 0;
    }
    .teachingSceneStageTitle {
        font-size: 24px;
        line-height: 1.2;
    }
    .teachingSceneCard {
        margin-top: 24px;
        padding: 0 0 0;
        height: auto;
        padding-bottom: 48px;
        gap: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        flex-direction: column;
        align-items: stretch;
    }
    .teachingSceneCopy {
        display: block;
        order: 1;
        flex: none;
        height: auto;
        padding: 0 24px 0px;
    }
    .teachingSceneMedia {
        order: 2;
        flex: none;
        width: 100%;
        margin-top: 20px;
        padding: 0 24px 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .teachingSceneImage {
        margin: 0;
        width: 100%;
        border-bottom-left-radius: 12px;
    }
    .teachingSceneCardTitle {
        font-size: 20px;
        line-height: 1.28;
    }
    .teachingSceneList {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.8;
    }
    .practiceMock {
        padding: 40px 0 0px;
    }
    .practiceMockHead {
        max-width: calc(100% - 34px);
        margin-bottom: 24px;
    }
    .practiceMockHeadTitle {
        font-size: 24px;
        line-height: 1.18;
    }
    .practiceMockHeadDesc {
        margin-top: 4px;
        font-size: 14px;
        line-height: 1.95;
    }
    .practiceMockBg {
        max-width: calc(100% - 34px);
    }
    .practiceMockBgInner {
        min-height: 0;
        padding: 0 0 34px;
    }
    .practiceMockBoard {
        flex-direction: column;
        gap: 8px;
    }
    .practiceMockPrimaryCard {
        padding: 20px 18px 24px;
        border-radius: 19px;
    }
    .practiceMockPrimaryHead {
        margin: -20px -18px 0;
        padding: 11px 20px 8px;
        font-size: 16px;
    }
    .practiceMockGroup {
        margin-top: 7px;
    }
    .practiceMockGroupTitle {
        gap: 10px;
        font-size: 14px;
        line-height: 1em;
    }
    .practiceMockIcon {
        font-size: 12px;
    }
    .practiceMockTags {
        gap: 6px;
        margin-top: 6px;
    }
    .practiceMockTag {
        min-height: 23px;
        padding: 0 11px;
        border-radius: 6px;
        font-size: 12px;
        background: rgba(255, 255, 255, 0.1);
    }
    .practiceMockSideGrid {
        flex: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .practiceMockExamCard {
        min-height: 59px;
        border-radius: 23px;
        font-size: 16px;
    }
    .studentTracking {
        padding: 40px 0;
    }
    .studentTrackingHead {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .studentTrackingHeadTitle {
        font-size: 24px;
        line-height: 1.18;
    }
    .studentTrackingBg {
        max-width: calc(100% - 34px);
    }
    .studentTrackingBgInner {
        min-height: 0;
        height: auto;
        flex-direction: column;
        border-radius: 24px;
        padding: 16px;
        position: relative;
        overflow: hidden;
        align-items: flex-start;
        padding-top: 24px;
    }
    .studentTrackingCopy {
        flex: none;
        padding:0;
    }
    .studentTrackingEyebrow {
        font-size: 14px;
        line-height: 1.3;
    }
    .studentTrackingTitle {
        margin-top: 8px;
        font-size: 20px;
        line-height: 1.2;
    }
    .studentTrackingList {
        margin-top: 12px;
        padding-left: 16px;
        font-size: 14px;
        line-height: 1.85;
    }
    .studentTrackingMedia {
        width: 100%;
        margin-top: 16px;
        justify-content: center;
        overflow: hidden;
        padding: 0 16px 50px;
    }
    .studentTrackingImage {
        width: calc(100% + 44px);
        max-width: none;
        margin: 0 -22px 0 0;
    }
    .studentTrackingButton {
        position: absolute;
        left: 50%;
        bottom: 16px;
        align-self: auto;
        margin-top: 0;
        transform: translateX(-50%);
        z-index: 2;
    }
    .fullSupportCardTitle {
        font-size: 24px;
    }
    .fullSupportCard {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customerCases {
        padding: 0;
    }
    .customerCasesInner {
        width: 100%;
    }
    .customerCasesTitle {
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.04em;
        color: #000000;
        margin-top: 24px;
    }
    .customerCasesGrid {
        margin-top: 24px;
        flex-direction: column;
        gap: 15px;
    }
    .customerCaseCard {
        min-height: 0;
        width: 100%;
        padding: 28px 24px 24px;
        border-radius: 34px;
    }
    .customerCaseLogoAndover {
        font-size: 24px;
    }
    .customerCaseLogoSchool {
        font-size: 14px;
    }
    .customerCaseCard h3 {
        margin-top: 2px;
        font-size: 20px;
    }
    .customerCaseIntro {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.65;
        font-weight: 300;
    }
    .customerCaseCompare {
        min-height: 0;
    }
    /* .customerCaseBefore {
        width: 78%;
    } */
    .customerCaseLabel,
    .customerCaseAfterLabel {
        margin: 0 0 10px 10px;
        font-size: 16px;
    }
    .customerCaseBeforeBox {
        min-height: 0;
        border-radius: 24px;
        font-weight: 300;
    }
    .customerCaseBeforeBox p,
    .customerCaseAfterBox p {
        font-size: 14px;
        line-height: 1.75;
    }
    .customerCaseDivider {
        margin: 22px 0;
    }
    /* .customerCaseAfterWrap {
        width: 57%;
        top: 44px;
    } */
    .customerCaseAfterBox {
        min-height: 320px;
        height: auto;
        padding: 28px 24px;
        border-radius: 24px;
    }
    .customerCaseQuote {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.55;
    }
    .industryChoice {
        padding: 56px 0 64px;
    }
    .industryChoiceInner {
        max-width: calc(100% - 34px);
    }
    .industryChoiceTitle {
        font-size: 20px;
        line-height: 1.18;
    }
    .industryChoiceLogoScroll {
        margin-top: 16px;
        gap: 16px;
    }
    .industryChoiceLogoRow {
        height: 86px;
    }
    .industryChoiceLogoTrack {
        gap: 14px;
        animation-duration: 26s;
    }
    .industryChoiceLogoItem {
        flex-basis: 200px;
        height: 86px;
        padding: 0px 0px;
        border-radius: 18px;
    }
    .aiDriven{
        height: auto;
        padding: 64px 0 72px;
        background-position: 42% 58%;
        background-size: cover;
        justify-content: center;
    }
    .aiDrivenContent{
        width: calc(100% - 52px);
        margin-top: 0;
    }
    .aiDrivenTitle{
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: 0.04em;
    }
    .aiDrivenDesc{
        width: 100%;
        margin-top: 12px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.72;
        color: rgba(255, 255, 255, 0.72);
    }
    .aiDrivenDesc .titleInfo{
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
    }
    .aiDrivenList{
        margin-top: 36px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 14px 10px;
    }
    .aiDrivenItem{
        width: calc((100% - 20px) / 3);
        height: 132px;
        padding-top: 20px;
        border-radius: 24px;
    }
    .aiDrivenItem:nth-child(4),
    .aiDrivenItem:nth-child(5){
        width: calc((100% - 10px) / 2);
        height: 128px;
        padding-top: 19px;
    }
    .aiDrivenItem::after{
        border-radius: 19px;
    }
    .aiDrivenItemIcon{
        width: 28px;
        height: 28px;
    }
    .aiDrivenItemTitle{
        margin: 4px 0 0;
        font-size: 15px;
        line-height: 1.3;
    }
    .aiDrivenItemDesc{
        margin-top: 2px;
        font-size: 12px;
        line-height: 1.35;
        font-weight: 300;
    }
    .sisCoreAbilityPanel{
        padding: 56px 16px 24px;
        padding-bottom: 56px;
    }
    .sisCoreAbilityPanelTitle{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 24px ;
    }
    .sisCoreAbilityPanelHeadTitle{
        font-size: 24px;
    }
    .sisCoreAbilityPanelHeadSubtitle{
        font-size: 14px;
        margin-top: 4px;
    }
    .sisCoreAbilityPanelHead{
        margin-bottom: 20px;
    }
    .sisCoreAbilityShowcase .gallery-item{
        aspect-ratio: auto;
    }
    .sisCoreAbilityShowcaseSlide{
        height: auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        box-sizing: border-box;
    }
    .sisCoreAbilityShowcaseSlideTitle{
        padding: 16px;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }
    .xb-split-showcase .stage-card {
        border-radius: 24px !important;
    }
    .sisCoreAbilityShowcaseImage{
        margin: 0 auto 16px;
    }
    .sisCoreAbilityPanelContentFixed {
        border-radius: 24px !important;
    }
    .sisCoreAbilityPanelContentFixed::before {
        border-radius: 22px !important;
    }
    .xb-split-showcase .xb-split-layout {
        gap: 12px !important;
    }
    .sisCoreAbilityPanelContentFixedInsideSlideBtn{
        display: block;
        margin: 0 auto;
        width: 88px;
    }
    .sisCoreAbilityPanelContentFixedType{
        font-size: 14px;
    }
    .sisBannerAreaBizPathsItemWarp {
        min-width: 33%;
    }
    .sisBannerAreaBizPathsItem {
        width: calc(100% - 25px);
    }
    .xb-split-showcase .dotnav-item {
        height: 5px;
        width: 5px;
    }
    .dotnav {
        font-size: 0;
    }
    .lms-contact-content h1 {
        font-size: 28px;
    }
}

/*.industryChoiceInner .logo-scroll-container .logo-scroll-row .logo-track .logo-item  {*/
/*    background: #fafafa;*/
/*}*/

.vave-button {
    transform: scale(1);
    animation: vave 1.5s ease-in-out infinite;
}

@keyframes vave {
    0% { transform: scale(1) }
    50% { transform: scale(1.1) }
    100% { transform: scale(1) }
}
