@media screen and (max-width: 1028px) {
    .navbar {
        width: 100%;
        height: 68px;
    }

    .footer {
        display: none;
    }

    .navbar-container {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        background-color: #fff;
        box-shadow: 0 2px 8px #0000001a;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .menu-placeholder {
        width: 44px;
        height: 44px;
        visibility: hidden;
    }

    .logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }

    .menu-button {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        cursor: pointer;
        border-radius: 50%;
    }

    .menu-button img {
        width: 28px;
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateX(-140%);
        opacity: 0;
        background-color: #000000b3;
        z-index: 9999;
        animation: fadeIn-034bf029 .25s ease;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .mobile-menu-overlay.on {
        transform: translateY(0);
        opacity: 1;
    }

    .mobile-menu {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        animation: slideRight-034bf029 .3s ease;
    }

    .mobile-menu-header {
        height: 64px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        border-bottom: 1px solid #f0f0f0;
        background-color: #fff;
    }

    .close-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        cursor: pointer;
        border-radius: 50%;
        transition: background-color .2s, color .2s;
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
    }

    .mobile-menu-logo img {
        height: 36px;
    }

    .mobile-menu-content {
        flex: 1;
        overflow-y: auto;
        padding: 10px 0;
        background-color: #f9f9f9;
    }

    .menu-item {
        display: block;
        padding: 16px 24px;
        font-size: 17px;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        background-color: #fff;
        font-weight: 500;
        transition: background-color .2s, color .2s;
    }

    .accordion-item {
        border-bottom: 1px solid #f0f0f0;
        background-color: #fff;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 24px;
        font-size: 17px;
        color: #333;
        cursor: pointer;
        font-weight: 500;
        transition: background-color .2s;
    }

    .close-btn img {
        width: 20px;
    }

    .mobile-jt {
        width: 16px;
    }

    .accordion-subcategory {
        padding: 14px 24px 10px 36px;
        font-size: 15px;
        font-weight: 500;
        color: #1779fe;
    }

    .accordion-item-link {
        display: block;
        padding: 14px 24px 14px 48px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        background-color: #f9f9f9;
        transition: background-color .2s, color .2s;
    }

    .accordion-content {
        display: none;
    }

    .accordion-item-link.disabled {
        color: #999;
    }

    .banner {
        width: 100%;
        height: auto;
        aspect-ratio: 375 / 388;
        background-image: url("../images/home-1-D1Uawybv.png");
    }

    .product-block {
        padding: 0;
    }


    .mobile-footer {
        display: block;
    }

    .mobile-footer {
        background: #272932;
        color: #fff;
        padding-top: 14px;
        font-size: 14px;
        width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 2px;
        justify-content: center;
        margin-bottom: 16px;
    }

    .mobile-footer .menu-item {
        padding: 0 40px 0 20px;
        border-bottom: 1px solid #333;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        user-select: none;
        background: none;
        color: #fff;
        font-size: 14px;
        transition: background .2s;
        display: block;
        box-sizing: border-box;
    }

    .mobile-footer .menu-item a {
        color: #fff;
    }

    .menu-title-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 32px;
    }

    .submenu {
        display: none;
        line-height: 32px;
        background: #23262b;
        color: #fff;
        font-size: 12px;
        border-top: 1px solid #333;
        width: 100%;
    }

    .submenu>div,
    .submenu>a {
        display: block;
        padding: 0 16px;
        border-bottom: 1px solid #333;
        cursor: pointer;
    }

    .mobile-footer .arrow {
        width: 13px;
        margin-left: 8px;
        transition: transform .2s;
        display: inline-block;
    }

    .footer-contact {
        text-align: left;
        margin: 16px;
        color: #b0b3b8;
    }

    .footer-contact .contact-info-item,
    .footer-contact .contact-info-item a {
        color: #1779fe;
    }

    .footer-qrcodes {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
        box-sizing: border-box;
        width: 100%;
        max-width: 414px;
        margin: 16px auto;
    }

    .footer-qrcodes .qrcode-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 120px;
        min-width: 60px;
        box-sizing: border-box;
        flex: none;
    }

    .footer-qrcodes .qrcode-block img {
        max-width: 48px;
        max-height: 48px;
        width: auto;
        height: auto;
        margin-bottom: .5rem;
        background: #fff;
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-qrcodes .qrcode-block p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 0;
    }

    .footer-icp {
        text-align: center;
        color: #fff;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        background: #191b24;
    }

    .mobile-footer .contact-info-item {
        margin: 0;
    }

    .menu-item.on .arrow {
        transform: rotate(180deg);
    }

    .product-label {
        font-size: 15px;
    }

    .about-banner {
        height: 249px;
    }

    .about-banner-title {
        padding-bottom: 10px;
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
    }

    .about-banner-title:before {
        height: 3px;
    }

    .about-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 8px 15px;
    }

    .about-row.reverse {
        flex-direction: column;
    }

    .about-text h3,
    .about-text p {
        padding: 0;
    }

    .about-text h3 {
        margin: 10px 13px;
        font-size: 18px;
        font-weight: 700;
        color: #303c43;
        line-height: 21px;
    }

    .about-text p {
        margin: 0 13px;
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 1.5;
        color: #000;
    }

    .about-content {
        gap: 0;
        margin-bottom: 16px;
    }

    .contact-banner {
        height: 445px;
        margin-top: 70px;
        background: url(../images/contact-1-C155Jl7y.png) no-repeat center center;
        background-size: cover;
        padding-top: 280px;
        box-sizing: border-box;
    }

    .contact-banner-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 3px;
        padding-bottom: 17px;
        color: #fff;
    }

    .contact-banner-desc {
        padding: 0 24px;
        margin-top: 12px;
        font-size: 14px;
        color: #fff;
        line-height: 16px;
        letter-spacing: 1px;
        text-align: left;
    }

    .contact-Info {
        margin: 15px 16px 35px;
        padding: 0;
    }

    .contact-Info h3 {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        line-height: 22px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .contact-info-item {
        font-weight: 400;
        font-size: 14px;
        color: #000;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: justify;
        margin-bottom: 12px;
    }

    .international-banner {
        background-image: url(../images/product-1-BxN2bMpQ.png);
        height: auto;
        aspect-ratio: 375 / 395;
    }

    .international-banner-content {
        display: none;
    }

    .product-style {
        margin: 0;
        padding: 18px 16px;
    }

    .product-style-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .product-style-content img {
        width: 60%;
        height: auto;
    }

    .product-tabs {
        padding: 0;
    }

    .product-tabs-item {
        flex-direction: column;
        padding: 5px 0;
    }

    .tab-icon {
        width: 22px;
        height: auto;
    }

    .tab-info {
        margin: 0;
    }

    .tab-label {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

    .tab-desc {
        font-size: 12px;
        color: #888;
    }

    .product-title h2 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }

    .product-title p {
        font-size: 12px;
        color: #707070;
        letter-spacing: 1px;
    }

    .international-product-row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0;
        min-height: auto;
    }

    .international-product-row.reverse {
        flex-direction: column;
    }

    .international-product-img img {
        width: 85%;
    }

    .international-product-img {
        margin: 10px 15px;
    }

    .product-text {
        width: 100%;
    }

    .reverse .product-text {
        padding: 0;
    }

    .product-text h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        line-height: 21px;
        margin: 10px 15px;
    }

    .product-text p {
        font-size: 14px;
        line-height: 1.5;
        color: #000;
        margin: 0 15px;
        padding-bottom: 24px;
    }

    .product-container {
        display: none;
    }

    .international-product-row:before {
        background-size: 100% 100%;
    }

    .pc-product-img {
        display: none;
    }

    .params-img {
        display: block;
        margin-bottom: 21px;
    }

    .params-img img {
        width: 100%;
    }

    .product-content-bg,
    .product-content-2 {
        padding: 20px 16px 40px;
    }

    .product-title p {
        padding-bottom: 0;
    }

    .service {
        height: 587px;
        background: url(../images/server-1-CYZYPjvN.png) no-repeat center center;
        background-size: cover;
    }

    .service-title {
        padding-bottom: 17px;
        font-size: 22px;
        line-height: 26px;
    }

    .service-title:before {
        height: 3px;
    }

    .service-desc {
        padding: 0 56px;
        text-align: center;
        margin-top: 17px;
        font-size: 14px;
        line-height: 18px;
    }

    .service-qrcode-container {
        width: 100px;
        margin: 20px auto 0;
    }

    .helpCenter {
        position: relative;
        height: 249px;
        margin-top: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../images/help-1-CjHdEV7i.png) no-repeat center center;
        background-size: cover;
    }

    .helpCenter-title {
        padding-bottom: .2rem;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 2.8rem;
    }

    .helpCenter-title:before {
        width: 88px;
        height: 3px;
    }
}