@media (max-width: 768px) {
    .top-banner {
        margin-top: 44px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-banner-image {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }

    .top-banner-content {
        max-width: 1200px;
        width: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .top-banner-title {
        font-size: 20px;
        word-wrap: break-word;
    }

    .top-banner-subtitle {
        font-size: 16px;
    }

    .content-title {
        padding-top: 48px;
        padding-bottom: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .content-title-text {
        color: #1A1A1A;
        text-align: center;
        font-size: 20px;
    }

    .content-title-subtext {
        color: #666;
        text-align: center;
        font-size: 12px;
    }

    .content-main {
        gap: 48px;
        padding-bottom: 48px;
    }

    .content-section {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        width: 100%;
        max-width: 1200px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .content-section.left {
        flex-direction: column;
    }

    .content-section.right {
        flex-direction: column;
    }

    .content-section-image {
        width: 100%;
        aspect-ratio: 600 / 500;
    }

    .content-section-info {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
    }

    .content-section-info-title {
        color: #1A1A1A;
        font-size: 20px;
    }

    .content-section-info-tag-list {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    .content-section-info-tag {
        color: #2DCCD3;
        font-size: 13px;
    }

    .content-section-info-description {
        color: #666;
        font-size: 12px;
        margin-top: 8px;
    }

    .content-section-button {
        display: flex;
        padding: 10px 40px;
        justify-content: center;
        align-items: center;
        width: fit-content;
        border-radius: 100px;
        border: 1px solid #CCC;
        background-color: white;
        position: relative;
        bottom: 0;
        margin-top: 24px;
    }

    .content-section-button a {
        text-decoration: none;
        color: #1A1A1A;
    }

    .case-main {
        background-color: #F7F8F9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 48px;
        padding-bottom: 48px;

    }

    .case-main-title {
        color: #1A1A1A;
        text-align: center;
        font-size: 20px;
    }

    .case-main-subtitle {
        color: #666;
        text-align: center;
        font-size: 12px;
    }

    .case-main-content {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        max-width: 1200px;
        width: 100%;
        justify-content: space-between;
        gap: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .case-category {
        width: fit-content;
        display: flex;
        flex-direction: row;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        /* 隐藏滚动条但保留滚动功能 */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */

        /* Chrome, Safari 和 Opera 的滚动条隐藏 */
        &::-webkit-scrollbar {
            display: none;
        }
    }

    .case-category-button {
        display: flex;
        flex-shrink: 0;
        padding: 8px 16px;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        border: 1px solid #CCC;
        cursor: pointer;
    }

    .case-category-button.selected {
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        background: #2DCCD3;
        color: white;
    }

    .case-list {
        display: none;
        grid-template-columns: repeat(auto-fill, 150px);
        justify-content: center;
        width: 100%;
    }

    .case-list.selected {
        display: grid;

    }

    .case-item {
        width: 170px;
        aspect-ratio: 270 / 400;
    }

    .join-us {
        padding-top: 48px;
        padding-bottom: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .join-us-title {
        font-family: Hiragino Sans;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }

    .join-us-subtitle {
        font-family: Hiragino Sans;
        font-weight: 300;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: #666666;
    }

    .join-us-qr {
        width: 200px;
        height: 200px;
        margin-top: 24px;
    }

    .join-us-qr-desc {
        margin-top: 20px;
        font-family: Hiragino Sans;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: '#1a1a1a';
    }

    .team-banner {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .team-title {
        font-family: Hiragino Sans;
        font-weight: 700;
        font-size: 40px;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: white;
    }

    .team-subtitle {
        font-family: Hiragino Sans;
        font-weight: 500;
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: white;

    }
}