/**********************分辨率样式***********************/

@media (max-width:992px) {

    .headerbg {
        height: 60px;
        margin-top: 0;
    }

    .headerbg .container-fluid {
        padding: 0;
    }

    .headerbg .navTwo svg {
        height: 30px;
        margin-top: 0px;
        fill: #34abe2;
    }

    .headerbg .navTwo {
        height: 60px;
        line-height: 60px;
        padding: 0 10px;
    }

    .headerbg .navTwo img {
        height: 50px;
        margin-top: 5px;
    }

}

@media (max-width:769px) {

    .headerbg {
        height: 30px;
        margin-top: 0;
    }

    .headerbg .container-fluid {
        padding: 0;
    }

    .headerbg .navTwo svg {
        height: 20px;
        margin-top: 0px;
        fill: #34abe2;
    }

    .headerbg .navTwo {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .headerbg .navTwo img {
        height: 20px;
        margin-top: 5px;
    }


    .footerBg .container {
        width: 600px;
        padding: 0;
    }

    .footerBg .ptb40 {
        padding: 5px;
    }

    .footerBg .footTopL dl {
        margin: 0;
        margin-bottom: 5px;
    }

    .footerBg .footTopL dl dt {
        font-size: 12px;
    }

    .footerBg .footTopL dl dd a {
        font-size: 10px;
        line-height: 18px;
    }

    .footerBg .weixin {
        display: none;
    }

    .offcanvas {
        width: 200px !important;
    }

    .off-svg svg {
        height: 20px;
        width: 20px;
    }

    .offcanvas-body .Sidebar {
        width: 180px;
    }

    .Sidebar ul {
        padding-left: 0px;
    }

    .Sidebar li {
        width: 100%;
        min-height: 20px;
        height: fit-content;
        line-height: 20px;
        margin-top: 10px;
        font-size: 10px;
    }

    .Sidebar svg {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .arrow-right {
        width: 20px;
        height: 20px;
    }

    .arrow-right svg {
        width: 10px;
        height: 10px;
    }
}

@media (max-width:640px) {

    .headerbg {
        height: 30px;
        margin-top: 0;
    }

    .headerbg .container-fluid {
        padding: 0;
    }

    .headerbg .navTwo svg {
        height: 20px;
        margin-top: 0px;
        fill: #34abe2;
    }

    .headerbg .navTwo {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .headerbg .navTwo img {
        height: 20px;
        margin-top: 5px;
    }

    .footerBg .container {
        width: 340px;
        padding: 0;
    }

    .footerBg .ptb40 {
        padding: 5px;
    }

    .footerBg .footTopL dl {
        margin: 0;
        margin-bottom: 5px;
    }

    .footerBg .footTopL dl dt {
        font-size: 12px;
    }

    .footerBg .footTopL dl dd a {
        font-size: 10px;
        line-height: 18px;
    }

    .footerBg .weixin {
        display: none;
    }

    .offcanvas {
        width: 200px !important;
    }

    .off-svg svg {
        height: 20px;
        width: 20px;
    }

    .offcanvas-body .Sidebar {
        width: 180px;
    }

    .Sidebar ul {
        padding-left: 0px;
    }

    .Sidebar li {
        width: 100%;
        min-height: 20px;
        height: fit-content;
        line-height: 20px;
        margin-top: 10px;
        font-size: 10px;
    }

    .Sidebar svg {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .arrow-right {
        width: 20px;
        height: 20px;
    }

    .arrow-right svg {
        width: 10px;
        height: 10px;
    }
}

@media (max-width:300px) {
    .footerBg .container {
        width: 260px;
    }


}

/* ============================================================
   Header / Footer v2 响应式断点 (2026-04-17)
   ============================================================ */

/* ≤1199px：收紧 Header 间距，隐藏合作伙伴 chip */
@media (max-width: 1199px) {
    .nav-v2 {
        padding: 0 20px;
        gap: 16px;
    }

    .nav-partner-chip {
        display: none;
    }

    .footer-v2-grid {
        grid-template-columns: 260px 1fr 160px;
        gap: 32px;
    }

    .footer-v2-wrap {
        padding: 0 24px;
    }
}

/* ≤991px：Footer 品牌卡全宽独占一行，链接 + QR 并排；Header 移动端使用 .headerbg 高度 */
@media (max-width: 991px) {
    .nav-v2 {
        display: flex;
        min-height: auto;
        padding: 0;
        gap: 0;
    }

    .footer-v2-grid {
        grid-template-columns: 1fr 160px;
        gap: 32px;
    }

    .footer-v2-brand {
        grid-column: 1 / -1;
    }
}

/* ≤767px：Footer 全部纵向；移动端 Header 已由 .hidden-xs/.hidden-sm 处理 */
@media (max-width: 767px) {
    .footer-v2 {
        padding: 40px 0 0;
    }

    .footer-v2-wrap {
        padding: 0 20px;
    }

    .footer-v2-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-v2-brand {
        padding: 24px;
    }

    .footer-v2-links {
        gap: 16px 24px;
    }

    .footer-v2-col {
        min-width: 40%;
        flex: 0 1 calc(50% - 12px);
    }

    .footer-v2-qr {
        text-align: center;
        padding: 16px 0;
    }

    .footer-v2-bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 32px;
    }
}

/* ≤480px：最小屏单列链接 */
@media (max-width: 480px) {
    .footer-v2-col {
        flex: 1 1 100%;
    }
}