/* =====================================================
 * 移动端自适应样式
 * 断点：768px（手机 / 小平板）
 * ===================================================== */

@media (max-width: 768px) {

    /* ---------- 全局 ---------- */
    html,
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    body {
        font-size: 14px;
    }

    img {
        max-width: 100%;
    }

    .w-1200-g {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* ---------- 顶部导航 ---------- */
    .the-header-g {
        height: 56px;
    }

    .the-header-g .w-1200-g {
        padding: 0 12px;
    }

    .the-header-g .logo img {
        height: 26px;
    }

    .the-header-g .menu {
        margin: 0 8px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .the-header-g .menu::-webkit-scrollbar {
        display: none;
    }

    .the-header-g .menu-item,
    .the-header-g .menu-item-new {
        padding: 0 4px;
        margin: 0 6px;
        font-size: 14px;
        white-space: nowrap;
    }

    .the-header-g .sub-menu,
    .the-header-g .sub-menu-new {
        display: none !important;
    }

    .the-header-g .auth .button-g {
        padding: 7px 12px;
        font-size: 13px;
    }

    .the-header-g .auth .white.plain {
        padding: 7px 12px;
        font-size: 13px;
    }

    .the-header-g .username {
        max-width: 60px;
        font-size: 13px;
    }

    /* ---------- 通用 Banner ---------- */
    .banner-g {
        height: auto;
        padding: 44px 0;
        align-items: center;
    }

    .banner-content-g {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-left-g {
        max-width: 100%;
        margin-right: 0;
    }

    .banner-title-g {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .banner-desc-g {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .banner-operate-g {
        flex-wrap: wrap;
        gap: 10px;
    }

    .banner-operate-g .button-g {
        min-width: 96px;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }

    .banner-right-g {
        width: 100%;
        margin-top: 24px;
    }

    .banner-right-g img {
        width: 100%;
        height: auto;
    }

    .banner .banner-txt {
        font-size: 16px;
        padding: 12px 20px;
        white-space: normal;
        text-align: center;
        line-height: 1.6;
    }

    /* ---------- 锚点导航 ---------- */
    .module-anchor-g .tabs-wrap-g,
    .module-anchor-g .tabs-g {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .module-anchor-g .tabs-g::-webkit-scrollbar {
        display: none;
    }

    .module-anchor-g .tab-g {
        padding: 0 18px;
        height: 50px;
        font-size: 14px;
        white-space: nowrap;
    }

    /* ---------- 页面模块 ---------- */
    .module-g {
        padding: 40px 0;
    }

    .module-header-g {
        margin-bottom: 24px;
    }

    .module-title-g {
        font-size: 22px;
    }

    .module-desc-g {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }

    /* ---------- 产品切换标签 ---------- */
    .tabs-wrap-g.radio-button .tabs-g {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tabs-wrap-g.radio-button .tabs-g::-webkit-scrollbar {
        display: none;
    }

    .tabs-wrap-g.radio-button .tab-g {
        white-space: nowrap;
        padding: 0 18px;
        height: 40px;
        font-size: 14px;
    }

    .the-main-g > .product .second-type-tabs .more {
        display: none;
    }

    /* ---------- 产品表格（横向滚动） ---------- */
    .tab-panel-g {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tab-panel-g .table-g {
        min-width: 860px;
    }

    .date-line-warp {
        flex-direction: column;
        align-items: stretch;
    }

    .date-line-warp .line-desc {
        font-size: 13px;
        line-height: 40px;
    }

    .date-line-warp .date-box {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        box-sizing: border-box;
    }

    /* ---------- 卡片 ---------- */
    .cards-g {
        flex-wrap: wrap;
    }

    .card-row-g {
        flex-wrap: wrap;
    }

    .card-g:hover {
        transform: none;
    }

    /* 竖排边框卡片：一行 2 个 */
    .cards-g.is-vertical-border-card .card-g {
        width: calc(50% - 10px);
        flex-grow: 0;
        padding: 16px 10px;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .cards-g.is-vertical-border-card .card-g + .card-g {
        border-left-color: #eee;
    }

    .cards-g.is-vertical-border-card .icon {
        width: 44px;
        height: 44px;
        font-size: 44px;
        margin-bottom: 12px;
    }

    .cards-g.is-vertical-border-card .title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .cards-g.is-vertical-border-card .desc {
        font-size: 12px;
        line-height: 20px;
    }

    /* hover 背景卡片：单列 */
    .cards-g.is-hover-bg-card .card-g {
        width: 100%;
        flex-grow: 0;
        padding: 16px;
    }

    .cards-g.is-hover-bg-card .card-g + .card-g {
        margin-left: 0;
        margin-top: 16px;
    }

    /* 边框卡片：单列 */
    .cards-g.is-border-card .card-g {
        width: 100%;
        flex-grow: 0;
        margin-bottom: 16px;
    }

    .cards-g.is-border-card .card-g + .card-g {
        margin-left: 0;
    }

    /* ---------- 服务保障 ---------- */
    .module-g.dark-bg.support .w-1200-g {
        flex-direction: column;
    }

    .module-g.dark-bg.support .left,
    .module-g.dark-bg.support .right {
        width: 100%;
    }

    .module-g.dark-bg.support .right {
        padding-left: 0;
        margin-top: 24px;
    }

    .module-g.dark-bg.support .image-row .image-col img {
        width: 100%;
        height: auto;
    }

    /* ---------- 常见问题 ---------- */
    .common-problem-cards-g .card {
        padding: 14px;
    }

    .common-problem-cards-g .card .q,
    .common-problem-cards-g .card .a {
        font-size: 13px;
        line-height: 22px;
    }

    /* ---------- 文章模块 ---------- */
    .article-module-g .w-1200-g {
        flex-direction: column;
    }

    .article-module-g .item + .item {
        margin-left: 0;
        margin-top: 32px;
    }

    .article-module-g .item .header {
        padding: 14px 0;
    }

    .article-module-g .item .header .title {
        font-size: 16px;
    }

    .article-module-g .item .article .text {
        font-size: 13px;
    }

    /* ---------- 页脚 ---------- */
    .the-footer-g {
        padding: 40px 0 30px;
    }

    .the-footer-g .features {
        flex-wrap: wrap;
        padding: 24px;
    }

    .the-footer-g .features .item {
        width: 50%;
        box-sizing: border-box;
        font-size: 13px;
        margin-bottom: 16px;
    }

    .the-footer-g .features .divider {
        display: none;
    }

    .the-footer-g .slogan {
        padding: 36px 0 32px;
    }

    .the-footer-g .slogan .title {
        font-size: 22px;
    }

    .the-footer-g .slogan .sub {
        font-size: 13px;
    }

    .the-footer-g .copyright {
        flex-direction: column;
        align-items: flex-start;
        font-size: 12px;
    }

    .the-footer-g .copyright .notice {
        align-self: center;
        text-align: center;
        padding: 8px 0;
    }

    .the-footer-g .copyright .back-to-top {
        margin-top: 8px;
    }

    /* ---------- 客服浮窗 ---------- */
    .the-consult-g {
        right: 6px;
        bottom: 30px;
        transform: scale(0.82);
        transform-origin: right bottom;
    }


}
