/* å­—ä½“é…ç½® */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/c3d26f19ac7f56a0fd74.ttf') format('truetype');
    font-display: swap;
}

/* é‡ç½®æ ·å¼ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden; /* é˜²æ­¢æ¨ªå‘æ»šåŠ¨ */
    width: 100%;
    position: relative;
}

body {
    font-family: 'Mulish', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

/* å¸ƒå±€å®¹å™¨ */
.container {
    max-width: 87.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Banneréƒ¨åˆ† */
.hero {
    height: 48.75rem;
    background: url('../img/1.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.1875rem);
}

.hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero__title {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: 4.635rem;
    line-height: 5.55rem;
    text-align: center;
    font-family: 'Mulish', Arial, sans-serif;
}

/* ç« èŠ‚é€šç”¨æ ·å¼ */
.section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    text-align: center;
}

.section__title-line {
    width: 3.75rem;
    height: 0.1875rem;
    background-color: #000;
    margin-bottom: 3rem;
}

.section__subtitle {
    font-weight: 500;
    font-size: 2.375rem; 
    line-height: 3.325rem; 
    text-align: center;
    margin-top: 3.75rem; 
    margin-bottom: 3.125rem; 
}

/* ä»‹ç»éƒ¨åˆ† */
.intro-products-wrapper {
    background: #fff;
    height: 68.9375rem; /* 1103px */
    width: 100%;
}

.section--intro {
    padding-top: 4.5rem;
    height: 22.8125rem;
}

.intro-products-wrapper .section__title-line {
    margin-bottom: 2.25rem;
}

/* äº§å“å±•ç¤ºéƒ¨åˆ† */
.section--products {
    height: 46.125rem;
    background-image: url('../img/2.png');
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
    position: relative;
}

.section--products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}

.section--products .container {
    position: relative;
    z-index: 1;
}

.section--products .section__title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 4.2rem;
    text-align: center;
    color: #FFFFFF;
}

.section--products .section__title-line {
    margin-bottom: 4.25rem;
}

.products-grid {
    display: flex;
    justify-content: space-between;
    gap: 1.625rem;
}

.product-card {
    width: 42.9375rem;
    height: 27.1875rem;
    background: #FFFFFF;
    border-radius: 0.875rem;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
}

.product-card__content {
    padding: 6.875rem 0.5rem 7.0625rem 3.125rem;
    flex: 1;
    position: relative;
}

.product-card__title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 1.875rem;
    color: #1D1D1F;
}

.product-card__params {
    display: flex;
    gap: 0.875rem;
    margin-bottom: 1.875rem;
}

.product-card__param {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.575rem;
    color: #6B6C6D;
}

.product-card__image {
    width: 27.1875rem;
    height: 27.1875rem;
    border-radius: 0 0.875rem 0.875rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* padding: 2rem; */
}

/* æŒ‰é’®æ ·å¼ */
.ess-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1rem;
    background: #0005FF;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.1rem;
    text-align: center;
    transition: background-color 0.3s ease;
    width: fit-content;
    min-width: min-content;
}

.ess-btn__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
}

.ess-btn:hover {
    background-color: #292932;
}

/* ä¼˜åŠ¿è¯´æ˜Žéƒ¨åˆ† */
.section--advantages {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.advantages-group {
    width: 100%;
    position: relative;
}

.advantages-group:first-child {
    height: 59.3125rem; /* 949px */
    padding-top: 5rem;
}

.advantages-group:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/12.png');
    background-size: cover;
    background-position: center;
    /* opacity: 0.3; */
    z-index: 2;
}

.advantages-group:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171717;
    z-index: 1;
}

.advantages-group:last-child {
    height: 62.1875rem; /* 995px */
    /* padding-top: 5rem; */
}


.advantages-group .container {
    position: relative;
    z-index: 2;
}

.section--advantages .section__title {
    color: #FFFFFF;
}

.section--advantages .section__subtitle {
    color: #FFFFFF;
}

.section--advantages .section__title-line {
    margin-bottom: 3.75rem;
}

.advantages-group .section__subtitle {
    margin-top: 0;
    margin-bottom: 3.125rem;
}

.advantages-group:last-child .section__subtitle {
    margin-top: 10.0625rem; /* 183px */
    margin-bottom: 3.125rem;
}

.advantages-grid {
    display: grid;
    grid-template-columns: 28.0625rem 28.0625rem 28.0625rem; /* 449px */
    gap: 1.75rem;
    justify-content: center;
    margin-top: 0;
}

.advantage-card {
    width: 28.0625rem; /* 449px */
    border-radius: 0.875rem;
    padding: 1.5rem;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* STAR-Héƒ¨åˆ†çš„å¡ç‰‡å°ºå¯¸ */
.advantages-group:first-child .advantage-card {
    height: 15.5rem; /* 248px */
}

.advantages-group:first-child .advantage-card--large {
    height: 32.625rem; /* 522px */
    grid-row: span 2;
}

/* STAR-Qéƒ¨åˆ†çš„å¡ç‰‡å°ºå¯¸ */
.advantages-group:last-child .advantage-card {
    height: 18.125rem; /* 290px */
}

.advantages-group:last-child .advantage-card--large {
    height: 37.875rem; /* 606px */
    grid-row: span 2;
}

.advantage-card__content {
    position: relative;
    z-index: 2;
    transition: opacity 0.6s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.advantage-card:hover .advantage-card__content {
    opacity: 0;
}

.advantage-card__hover-content {
    position: absolute;
    top: 100%;
    left: 1.5rem;
    right: 1.5rem;
    opacity: 1;
    transition: top 500ms linear;
    color: #FFFFFF;
    z-index: 2;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2.125rem;
    white-space: normal;
}

.advantage-card__hover-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 0;
}

.advantage-card__hover-content li {
    margin-bottom: 0.5rem;
}

.advantage-card__hover-content p {
    display: none;
}

.advantage-card:hover .advantage-card__hover-content {
    top: 2rem;
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* STAR-H éƒ¨åˆ†çš„å¡ç‰‡èƒŒæ™¯ */
.advantages-group:first-child .advantage-card:nth-child(1) {
    background-image: url('../img/advantage01.png');
}

.advantages-group:first-child .advantage-card:nth-child(2) {
    background-image: url('../img/advantage02.png');
}

.advantages-group:first-child .advantage-card:nth-child(3) {
    background-image: url('../img/advantage03.png');
}

.advantages-group:first-child .advantage-card:nth-child(4) {
    background-image: url('../img/advantage04.png');
}

.advantages-group:first-child .advantage-card:nth-child(5) {
    background-image: url('../img/advantage05.png');
}

/* STAR-Q éƒ¨åˆ†çš„å¡ç‰‡èƒŒæ™¯ */
.advantages-group:last-child .advantage-card:nth-child(1) {
    background-image: url('../img/advantage06.png');
}

.advantages-group:last-child .advantage-card:nth-child(2) {
    background-image: url('../img/advantage07.png');
}

.advantages-group:last-child .advantage-card:nth-child(3) {
    background-image: url('../img/advantage08.png');
}

.advantages-group:last-child .advantage-card:nth-child(4) {
    background-image: url('../img/advantage09.png');
}

.advantages-group:last-child .advantage-card:nth-child(5) {
    background-image: url('../img/advantage10.png');
}

.advantage-card__icon {
    width: 2.75rem;
    height: 2.75rem;
}

.advantage-card__title {
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 2.625rem;
    color: #FFFFFF;
}

/* è§£å†³æ–¹æ¡ˆæ¦‚è¿° */
.section--solution {
    height: 59.5625rem; /* 953px */
    padding-top: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #FFFFFF;
}

.section--solution .container {
    position: relative;
    z-index: 1;
}

/* .section--solution .section__title-line {
    margin-bottom: 1.375rem;
} */

.solution__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 9rem;
    left: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
}

.solution-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.solution-diagram {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.solution-diagram img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution__light-dot {
    position: absolute;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
}

.solution__light-dot-second {
    position: absolute;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
}

.light-dot__inner {
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    background: #0005FF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    animation: expand-inner 2s infinite;
}

.light-dot__middle {
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    background: #7A7DFF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: expand-middle 2s infinite;
}

.light-dot__outer {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: #C5C6FF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.light-dot__inner-second {
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    background: #0005FF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    animation: expand-inner 2s infinite;
}

.light-dot__middle-second {
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    background: #7A7DFF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: expand-middle 2s infinite;
}

.light-dot__outer-second {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: #C5C6FF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@keyframes expand-inner {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    20% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(2.22);
    }
}

@keyframes expand-middle {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.43);
    }
}

/* æ¡ˆä¾‹ç ”ç©¶ */
.case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
}

.case-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}

.case-card__image {
    height: 15rem;
    overflow: hidden;
}

.case-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-card:hover .case-card__image img {
    transform: scale(1.1);
}

.case-card__content {
    padding: 1.5rem;
}

.case-card__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.case-card__text {
    color: #666;
}

/* æ¡ˆä¾‹ç ”ç©¶éƒ¨åˆ† */
.section--case {
    width: 100%;
    height: 43.5625rem; /* 697px */
    padding-top: 5rem;
    background-image: url('../img/bg6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section--case .section__title-line {
    margin-bottom: 4.25rem;
}

.case-list {
    height: 25.125rem;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
}

.case-item {
    width: 27.5rem;
    height: 26.25rem; /* 420px */
}

.case-item__image {
    width: 27.5rem;
    height: 15.625rem;
    overflow: hidden;
}

.case-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-item:hover .case-item__image img {
    transform: scale(1.1);
}

.case-item__content {
    padding: 1.375rem 1.375rem 0;
    background-color: #FFFFFF;
    height: 10.625rem;
}

.case-item__title {
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 2.275rem;
    text-align: left;
    color: #1D1D1F;
    margin-bottom: 0.75rem;
}

.case-item__desc-wrapper {
    display: flex;
    align-items: center;
    gap: 1.125rem;
}

.case-item__desc {
    width: 21.625rem;
    margin-top: 0;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.1rem;
    text-align: left;
}

.case-item__desc-highlight {
    color: #0005FF;
}

.case-item__desc-normal {
    color: #6B6C6D;
}

.case-item__arrow {
    width: 2.125rem;
    height: 2.125rem;
    flex-shrink: 0;
    cursor: pointer;
     
}

.case-item:hover .case-item__arrow {
    filter: invert(8%) sepia(100%) saturate(6481%) hue-rotate(241deg) brightness(101%) contrast(143%);
}

/* å“åº”å¼å¸ƒå±€ */
@media screen and (max-width: 64rem) { /* 1024px */
    .hero__title {
        font-size: 3rem;
    }

    .section__title {
        font-size: 2rem;
    }

    /* Introductionå’ŒProductséƒ¨åˆ†å“åº”å¼ */
    .intro-products-wrapper {
        height: auto;
    }

    .section--intro {
        height: auto;
        padding: 3rem 0;
    }

    .section__text {
        font-size: 1.25rem;
        line-height: 1.875rem;
        padding: 0 1.5rem;
    }

    .section__text br {
        display: none;
    }

    .section--products {
        height: auto;
        padding: 3rem 0;
    }

    .products-grid {
        gap: 2rem;
        padding: 0 2rem;
        justify-content: center;
    }

    .product-card {
        width: 45%;
        height: auto;
        min-height: 22rem;
    }

    .product-card__content {
        padding: 5.5rem 1.5rem 2.5rem 5rem;
    }

    .product-card__image {
        width: 45%;
        height: 100%;
    }

    .product-card__params {
        gap: 1rem;
    }

    .ess-btn {
        position: static !important;
        margin-top: 1rem;
    }

    /* æ¡ˆä¾‹ç ”ç©¶éƒ¨åˆ†å“åº”å¼ */
    .case-list {
        align-items: center;
        height: auto;
        gap: 1.5rem;
    }

    .case-item {
        width: 90%;
        max-width: 27.5rem;
    }

    .case-item__image {
        width: 100%;
    }

    .section--case {
        height: auto;
        padding-bottom: 3rem;
    }

    /* ä¼˜åŠ¿è¯´æ˜Žéƒ¨åˆ†å“åº”å¼ */
    .advantages-group:first-child,
    .advantages-group:last-child {
        height: auto;
        padding: 4rem 0;
    }

    .advantages-grid {
        grid-template-columns: repeat(3, minmax(20rem, 1fr));
        gap: 1.5rem;
        padding: 0 2rem;
        width: 100%;
        max-width: 90rem;
        margin: 0 auto;
    }

    .advantage-card {
        width: 100%;
        min-width: 20rem;
    }

    .advantages-group:first-child .advantage-card {
        height: 16rem;
    }

    .advantages-group:first-child .advantage-card--large {
        height: 33rem;
    }

    .advantages-group:last-child .advantage-card {
        height: 18rem;
    }

    .advantages-group:last-child .advantage-card--large {
        height: 37rem;
    }

    .advantage-card__title {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .advantage-card__hover-content {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    .advantages-group:last-child .section__subtitle {
        margin-top: 8rem;
    }

    /* è§£å†³æ–¹æ¡ˆéƒ¨åˆ†å“åº”å¼ */
    .section--solution {
        height: auto;
        padding: 4rem 0;
    }

    .solution-content {
        height: auto;
        padding: 0 2rem;
    }

    .solution-diagram {
        width: 100%;
        max-width: 60rem;
        height: auto;
        aspect-ratio: 1120/588;
    }

    .solution-tabs {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 2rem 1rem;
    }

    .solution-tab {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 0.5rem 0.875rem;
    }
}

@media screen and (max-width: 48rem) { /* 768px */
    .hero__title {
        font-size: 2.5rem;
    }

    /* Introductionå’ŒProductséƒ¨åˆ†å“åº”å¼ */
    .products-grid {
        gap: 1.5rem;
        padding: 0 1.5rem;
    }

    .product-card {
        width: 47%;
        min-height: 20rem;
    }

    .product-card__content {
        padding: 5rem 1.25rem 2rem 5.5rem;
    }

    .product-card__image {
        width: 47%;
    }

    .product-card__title {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1rem;
    }

    .product-card__param {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .ess-btn {
        font-size: 1.125rem;
        line-height: 1.575rem;
        padding: 0.5rem 0.875rem;
    }

    /* ä¼˜åŠ¿è¯´æ˜Žéƒ¨åˆ†å“åº”å¼ */
    .advantages-grid {
        grid-template-columns: repeat(2, minmax(18rem, 1fr));
        gap: 1.25rem;
        padding: 0 1.5rem;
        max-width: 60rem;
    }

    .advantage-card {
        min-width: 18rem;
    }

    .advantages-group:first-child .advantage-card {
        height: 14rem;
    }

    .advantages-group:first-child .advantage-card--large {
        height: 29rem;
        grid-column: span 2;
    }

    .advantages-group:last-child .advantage-card {
        height: 16rem;
    }

    .advantages-group:last-child .advantage-card--large {
        height: 33rem;
        grid-column: span 2;
    }

    .advantage-card__title {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    .advantage-card__hover-content {
        font-size: 1rem;
        line-height: 1.75rem;
    }

    .advantages-group:last-child .section__subtitle {
        margin-top: 6rem;
    }

    .section--advantages .section__subtitle {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    /* æ¡ˆä¾‹ç ”ç©¶éƒ¨åˆ†å“åº”å¼ */
    .case-item {
        width: 95%;
    }

    .case-item__title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .case-item__desc {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    /* è§£å†³æ–¹æ¡ˆéƒ¨åˆ†å“åº”å¼ */
    .solution-content {
        padding: 0 1.5rem;
    }

    .solution-diagram {
        max-width: 45rem;
    }

    .solution-tabs {
        padding: 1.5rem 0.75rem;
    }

    .solution-tab {
        font-size: 1.125rem;
        line-height: 1.575rem;
        padding: 0.375rem 0.75rem;
    }
}

@media screen and (max-width: 36rem) { /* 576px */
    .hero__title {
        font-size: 2rem;
    }

    /* Introductionå’ŒProductséƒ¨åˆ†å“åº”å¼ */
    .section__text {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0 1rem;
    }

    .products-grid {
        gap: 1rem;
        padding: 0 1rem;
    }

    .product-card {
        width: 48%;
        min-height: 18rem;
    }

    .product-card__content {
        padding: 4.5rem 1rem 1.5rem 4.25rem;
    }

    .product-card__image {
        width: 48%;
    }

    .product-card__title {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 0.75rem;
    }

    .product-card__param {
        font-size: 0.875rem;
        line-height: 1.225rem;
    }

    .ess-btn {
        font-size: 0.875rem;
        line-height: 1.225rem;
        padding: 0.375rem 0.75rem;
    }

    .ess-btn__icon {
        width: 1rem;
        height: 1rem;
    }

    /* æ¡ˆä¾‹ç ”ç©¶éƒ¨åˆ†å“åº”å¼ */
    .case-item {
        width: 100%;
        height: auto;
    }

    .case-item__image {
        height: 12rem;
    }

    .case-item__content {
        height: auto;
        padding: 1rem;
    }

    .case-item__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .case-item__desc {
        font-size: 1rem;
        line-height: 1.4rem;
        width: auto;
    }

    .case-item__arrow {
        width: 1.5rem;
        height: 1.5rem;
    }

    .section--case .section__title-line {
        margin-bottom: 2rem;
    }

    /* ä¼˜åŠ¿è¯´æ˜Žéƒ¨åˆ†å“åº”å¼ */
    .advantages-grid {
        grid-template-columns: repeat(2, minmax(16rem, 1fr));
        gap: 1rem;
        padding: 0 1rem;
        max-width: 40rem;
    }

    .advantage-card {
        min-width: 16rem;
    }

    .advantage-card__title {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .advantage-card__hover-content {
        font-size: 0.875rem;
        line-height: 1.5rem;
        left: 1.25rem;
        right: 1.25rem;
    }

    .advantage-card:hover .advantage-card__hover-content {
        top: 1.5rem;
    }

    .advantages-group:last-child .section__subtitle {
        margin-top: 4rem;
    }

    .section--advantages .section__subtitle {
        font-size: 1.75rem;
        line-height: 2.45rem;
        margin-bottom: 2rem;
    }

    .advantage-card__icon {
        width: 2.25rem;
        height: 2.25rem;
    }

    /* è§£å†³æ–¹æ¡ˆéƒ¨åˆ†å“åº”å¼ */
    .solution-content {
        padding: 0 1rem;
    }

    .solution-diagram {
        max-width: 35rem;
    }

    .solution-tabs {
        padding: 1rem 0.5rem;
        gap: 0.75rem;
    }

    .solution-tab {
        font-size: 1rem;
        line-height: 1.4rem;
        padding: 0.25rem 0.625rem;
    }

    .solution-tab__icon {
        width: 1.25rem;
        height: 1.25rem;
    }
}

/* ç§»é™¤ä¹‹å‰å¯èƒ½å­˜åœ¨çš„é€šç”¨margin-top */
.section__text,
.advantages-grid,
.solution-content,
.case-list {
    margin-top: 0;
}

/* é€šç”¨æ ·å¼ */
.section__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.375rem;
    text-align: center;
    color: #333333;
}

.section__title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 4.2rem;
    text-align: center;
    color: #1D1D1F;
    margin-bottom: 0.25rem;
}

.section__title-line {
    width: 2.5rem;
    height: 0.25rem;
    background: #0005FF;
    margin: 0 auto;
}

.solution-tabs {
    padding-top: 2.875rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.solution-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 1rem;
    border: none;
    background: #BCBDE9;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #fff;
    transition: background-color 0.3s ease;
}

.solution-tab:hover {
    background: #292932;
}

.solution-tab.active {
    background: #0005FF;
}

.solution-tab.active:hover {
    background: #0005FF;
}

.solution-tab__icon {
    width: 1.5rem;
    height: 1.5rem;
    display: none;
}

.solution-tab.active .solution-tab__icon {
    display: block;
}
