/* News card hover effect */
.news-card-bg:hover { transform: scale(1.08); }

/* Desktop navigation: menu items in one line, evenly distributed */
[id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box {
    display: flex !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
}
[id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item {
    width: auto !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    height: 90px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
[id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item > .p_menu1Item {
    white-space: nowrap !important;
    height: auto !important;
    width: auto !important;
    text-align: center !important;
}
[id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item > .p_menu1Item > a {
    white-space: nowrap !important;
    display: block !important;
    height: auto !important;
    line-height: 90px !important;
    padding: 0 1.2vw !important;
    text-align: center !important;
}
[id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item > .p_menu1Item > a > span {
    white-space: nowrap !important;
    display: inline !important;
}

/* Footer multi-column layout - ensure contact us left, nav right, side by side */
html body .e_container-103.s_layout,
html body .e_container-103 .cbox-103-0.p_item,
html body .e_container-119.s_layout {
    width: 100% !important;
    max-width: 100% !important;
}
html body .e_container-119.s_layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-top: 0 !important;
}
html body .e_container-119 .cbox-119-0.p_item {
    flex: 0 0 200px !important;
    width: 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
    box-sizing: border-box !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
html body .e_container-119 .cbox-119-0.p_item .e_text-140.s_title {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 16px !important;
}
html body .e_container-119 .cbox-119-1.p_item {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    overflow: hidden !important;
}
html body .e_container-119 .cbox-119-2.p_item {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
}

/* Footer bottom navigation: show as horizontal nav bar */
html body .e_bottomNav-120.s_title,
html body .cbox-119-1 .e_bottomNav-120 {
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
}

/* Footer: show links directly, no hover dropdown */
html body .e_bottomNav-120 .p_level1Box {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 0 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
html body .e_bottomNav-120 .p_level1Item {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}
html body .e_bottomNav-120 .p_level1Item:last-child {
    padding-right: 0 !important;
}
html body .e_bottomNav-120 .p_level1Item.hide {
    display: none !important;
}
html body .e_bottomNav-120 .p_level1Item > a {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
}
/* Force submenus visible even when widget JS injects display:none !important */
html body .e_bottomNav-120 .p_level1Item .p_level2Box.s_templatesum,
html body .e_bottomNav-120 .p_level1Item:hover .p_level2Box.s_templatesum {
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
html body .e_bottomNav-120 .p_level2Box a {
    display: block !important;
    margin-bottom: 8px !important;
    white-space: nowrap !important;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.4 !important;
}
html body .e_bottomNav-120 .p_level2Box a:hover {
    color: #ffffff !important;
}
html body .e_bottomNav-120 .p_level2Box a span {
    display: inline !important;
    color: inherit !important;
}

/* Footer nav order: keep default order in grid layout (no order reordering needed) */
html body .e_bottomNav-120 .p_level1Box {
    display: grid !important;
}

/* ZHRK: Navigation menu fix - auto width, wrap to next line when space is limited */
html body [id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box {
    display: flex !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
}
html body [id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item {
    width: auto !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}
html body [id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item > .p_menu1Item {
    white-space: nowrap !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
}
html body [id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item > .p_menu1Item > a {
    white-space: nowrap !important;
    display: block !important;
    height: auto !important;
    line-height: 90px !important;
    padding: 0 10px !important;
}
html body [id^="c_navigation"] .e_navigationA-16 .p_navContent > .p_level1Box > .p_level1Item > .p_menu1Item > a > span {
    white-space: nowrap !important;
    display: inline !important;
}

/* Top navigation: show dropdown on hover (desktop only) */
@media screen and (min-width: 769px) {
    [id^="c_navigation"] .e_navigationA-16 .p_level1Item:hover > .p_level2Box {
        display: block !important;
    }
}

/* Mobile navigation: open/close panel with slide/fade animation */
@media screen and (max-width: 768px) {
    /* Mobile header container layout */
    [id^="c_navigation"] .e_container-13.s_layout,
    [id^="c_navigation"] .e_container-14.s_layout {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        position: relative !important;
        width: 100% !important;
        padding: 0 15px !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
        word-break: normal !important;
        word-wrap: normal !important;
    }

    /* Show search icon on mobile */
    html body .head_r .nav-search.h_search {
        display: block !important;
    }

    [id^="c_navigation"] .e_navigationA-16 .p_navContent {
        display: block !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateX(100%) !important;
        transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease !important;
    }
    [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    /* Level 1: vertical stack */
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Box,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent .p_level1Box {
        display: block !important;
    }
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Item,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent .p_level1Item {
        display: block !important;
        width: 100% !important;
        white-space: normal !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: none !important;
        float: none !important;
        position: relative !important;
    }

    /* Submenus collapsed by default, vertical when open */
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level2Box,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level3Box {
        display: none !important;
        position: static !important;
        transform: none !important;
        width: 100% !important;
        background: #f8f8f8 !important;
        padding-left: 20px !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        float: none !important;
        overflow: hidden !important;
        max-height: 0 !important;
        opacity: 0 !important;
        transition: max-height 0.35s ease, opacity 0.25s ease !important;
    }
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level3Box {
        background: #eeeeee !important;
        padding-left: 30px !important;
    }

    /* Expanded submenu state */
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Item.zhrk-submenu-open > .p_level2Box,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level2Item.zhrk-submenu-open > .p_level3Box {
        display: block !important;
        max-height: 1000px !important;
        opacity: 1 !important;
    }

    /* Submenu items */
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level2Item,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level3Item {
        display: block !important;
        width: 100% !important;
        flex: none !important;
        float: none !important;
        clear: both !important;
    }

    /* Menu item rows: flex layout so arrow follows text */
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu1Item,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu2Item {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu1Item > a,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu2Item > a,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level2Item a,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level3Item a {
        display: inline-block !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        white-space: nowrap !important;
        text-align: left !important;
        line-height: 44px !important;
        font-size: 14px !important;
        box-sizing: border-box !important;
    }

    /* Expand arrow: inline next to text (no longer pinned to right edge) */
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_jtIcon {
        display: block !important;
        width: 20px !important;
        height: 44px !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        float: none !important;
        margin: 0 0 0 8px !important;
        padding: 12px 0 !important;
        box-sizing: border-box !important;
        transform: rotate(0deg) !important;
        transition: transform 0.3s ease !important;
        pointer-events: auto !important;
        z-index: 10 !important;
        cursor: pointer !important;
        fill: #999 !important;
        flex: 0 0 20px !important;
    }
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Item.zhrk-submenu-open > .p_menu1Item > .p_jtIcon,
    html body [id^="c_navigation"] .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level2Item.zhrk-submenu-open > .p_menu2Item > .p_jtIcon {
        transform: rotate(90deg) !important;
    }

    /* High-specificity override for page-injected nav IDs (Home/Company/etc.) */
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Box,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Item,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
        line-height: 44px !important;
    }
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu1Item,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu1Item,
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu2Item,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu2Item {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu1Item > a,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu1Item > a,
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu2Item > a,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_menu2Item > a {
        display: inline-block !important;
        flex: 0 0 auto !important;
        width: auto !important;
        padding: 0 !important;
        white-space: nowrap !important;
        text-align: left !important;
        line-height: 44px !important;
        font-size: 14px !important;
    }
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_jtIcon,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_jtIcon {
        display: block !important;
        width: 20px !important;
        height: 44px !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        float: none !important;
        margin: 0 0 0 8px !important;
        padding: 12px 0 !important;
        box-sizing: border-box !important;
        transform: rotate(0deg) !important;
        transition: transform 0.3s ease !important;
        pointer-events: auto !important;
        z-index: 10 !important;
        cursor: pointer !important;
        fill: #999 !important;
        flex: 0 0 20px !important;
    }
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Item.zhrk-submenu-open > .p_menu1Item > .p_jtIcon,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level1Item.zhrk-submenu-open > .p_menu1Item > .p_jtIcon,
    #c_navigation_006_P_1484-1727363084834 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level2Item.zhrk-submenu-open > .p_menu2Item > .p_jtIcon,
    #c_navigation_006_P_1484-17274260872250 .e_navigationA-16 .p_navContent.zhrk-mobile-open .p_level2Item.zhrk-submenu-open > .p_menu2Item > .p_jtIcon {
        transform: rotate(90deg) !important;
    }
}

/* Force color: disable any site-wide grayscale filter */
html, body, .main, div, section, article, header, footer, nav, aside, span, p, a, img, ul, li, figure, figcaption, h1, h2, h3, h4, h5, h6 {
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
}

/* Center the company introduction paragraph in the about section */
[class^="e_richText-"].s_title.clearfix > p:first-child {
    display: table !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* Company page: two-column layout, text left with 2-character indent, images right */
[id^="c_static_001-1727426191433"] .e_container-2.s_layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 30px !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}
[id^="c_static_001-1727426191433"] .e_container-2 .cbox-2-0 {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}
[id^="c_static_001-1727426191433"] .e_container-2 .cbox-2-0 [class^="e_richText-"].s_title.clearfix > p {
    display: block !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 14px !important;
    text-align: justify !important;
    text-indent: 2em !important;
    font-size: 15px !important;
    line-height: 2 !important;
    color: #FFFFFF !important;
}
[id^="c_static_001-1727426191433"] .e_container-2 .cbox-2-1 {
    flex: 1 1 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    box-sizing: border-box !important;
}
[id^="c_static_001-1727426191433"] .e_container-2 .cbox-2-2 {
    display: none !important;
}
[id^="c_static_001-1727426191433"] .e_container-2 .cbox-2-1 .e_image-5,
[id^="c_static_001-1727426191433"] .e_container-2 .cbox-2-1 .e_image-7 {
    width: 100% !important;
}
[id^="c_static_001-1727426191433"] .e_container-2 .cbox-2-1 img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Product detail page: detail description section images - center bottom alignment */
.e_richText-14 p:has(img) {
    text-align: center !important;
    margin: 0 auto 10px auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    min-height: 120px !important;
    padding: 10px 0 !important;
}
.e_richText-14 p img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    vertical-align: bottom !important;
}
.e_richText-14 table {
    margin: 0 auto 20px auto !important;
}

/* Header logo text color: home page header is dark transparent, so white logo; all other pages keep dark inline logo. When header becomes active (white bg), switch back to dark. */
@media screen and (min-width: 769px) {
    #c_navigation_006_P_1484-1727363084834:not(.active) .zhrk-logo-cn {
        color: #ffffff !important;
    }
    #c_navigation_006_P_1484-1727363084834:not(.active) .zhrk-logo-en {
        color: rgba(255, 255, 255, 0.85) !important;
    }
}
[id^="c_navigation_006_P_1484"].active .zhrk-logo-cn {
    color: #222222 !important;
}
[id^="c_navigation_006_P_1484"].active .zhrk-logo-en {
    color: #666666 !important;
}

/* Language switcher */
.zhrk-language-switcher,
.e_html-23.s_list.zhrk-language-switcher {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    color: #333 !important;
    cursor: pointer !important;
    user-select: none !important;
    height: 90px !important;
    line-height: 90px !important;
    min-width: 80px !important;
    text-align: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.zhrk-language-switcher .zhrk-lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 12px !important;
}
.zhrk-language-switcher .zhrk-lang-label {
    display: inline !important;
    color: inherit !important;
}
.zhrk-language-switcher .zhrk-lang-arrow {
    fill: currentColor !important;
    transition: transform 0.2s ease !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}
.zhrk-language-switcher .zhrk-lang-options {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    min-width: 100px !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    z-index: 99999 !important;
}
.zhrk-language-switcher .zhrk-lang-options li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.zhrk-language-switcher .zhrk-lang-options a {
    display: block !important;
    padding: 8px 16px !important;
    color: #333 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background: #fff !important;
}
.zhrk-language-switcher .zhrk-lang-options a:hover {
    background: #f5f5f5 !important;
    color: #000 !important;
}
.zhrk-language-switcher:hover .zhrk-lang-options,
.zhrk-language-switcher.zhrk-open .zhrk-lang-options {
    display: block !important;
}
.zhrk-language-switcher:hover .zhrk-lang-arrow,
.zhrk-language-switcher.zhrk-open .zhrk-lang-arrow {
    transform: rotate(180deg) !important;
}

/* Ensure language switcher container is visible */
.cbox-14-3.p_item .e_html-23.s_list {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* BMap container: ensure visible dimensions */
.e_bmap-75.s_img,
.e_bmap-75 .p_container {
    width: 100% !important;
    min-height: 400px !important;
    height: 400px !important;
    display: block !important;
    box-sizing: border-box !important;
}
.e_bmap-75 .p_container {
    background: #f5f5f5 !important;
}
@media screen and (max-width: 768px) {
    .e_bmap-75.s_img,
    .e_bmap-75 .p_container {
        min-height: 280px !important;
        height: 280px !important;
    }
}

/* Home page module backgrounds: industrial photos with dark overlay */
#c_product_list_029_P_119-1725368068584 .e_container-22.s_layout,
#c_product_list_029_P_119-17273684718860,
#c_static_001_P_49898-1735831045590,
#c_static_001_P_49898-17358324085640,
#c_product_list_029_P_119-1735842607306 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

#c_product_list_029_P_119-1725368068584 .e_container-22.s_layout {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/home-modules/module-bg-01.png?v=2') !important;
}
#c_product_list_029_P_119-17273684718860 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/home-modules/module-bg-02.png?v=2') !important;
}
#c_static_001_P_49898-1735831045590 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/home-modules/module-bg-03.png?v=2') !important;
}
#c_static_001_P_49898-17358324085640 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/home-modules/module-bg-04.png?v=2') !important;
}
#c_product_list_029_P_119-1735842607306 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('/images/home-modules/module-bg-05.png?v=2') !important;
}

/* Section title images: ensure generated transparent PNGs are visible and sized correctly */
#c_product_list_029_P_119-1725368068584 .e_image-15,
#c_product_list_029_P_119-17273684718860 .e_image-15 {
    opacity: 1 !important;
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
#c_static_001_P_49898-1735831045590 .e_image-42,
#c_static_001_P_49898-17358324085640 .e_image-42 {
    opacity: 1 !important;
    max-width: 800px !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
#c_product_list_029_P_119-1735842607306 .e_image-14 {
    opacity: 1 !important;
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
#c_product_list_029_P_119-1725368068584 .e_image-15 img,
#c_product_list_029_P_119-17273684718860 .e_image-15 img,
#c_static_001_P_49898-1735831045590 .e_image-42 img,
#c_static_001_P_49898-17358324085640 .e_image-42 img,
#c_product_list_029_P_119-1735842607306 .e_image-14 img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Right-side section-scroll wheel navigation */
.section-wheel-nav {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.section-wheel-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    position: relative;
}

/* Blue capsule indicator */
.section-wheel-nav .wheel-indicator {
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 44px;
    background: #0096FA;
    border-radius: 10px;
    transform: translateX(-50%);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0;
}

.section-wheel-nav li {
    position: relative;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.section-wheel-nav li span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b0b4bd;
    transition: all 0.3s ease;
}

.section-wheel-nav li.active span {
    opacity: 0;
}

.section-wheel-nav li::after {
    content: attr(title);
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    pointer-events: none;
}

.section-wheel-nav li:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 768px) {
    .section-wheel-nav {
        display: none !important;
    }
}

/* Right sidebar (saf-online): mobile-only bottom fixed bar */
@media screen and (max-width: 768px) {
    saf-online {
        position: fixed !important;
        z-index: 90 !important;
        width: 100% !important;
        left: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        display: flex !important;
        background: #fff !important;
        box-shadow: 0 -5px 10px rgba(0,0,0,0.15) !important;
        opacity: 1 !important;
        visibility: visible !important;
        box-sizing: border-box !important;
    }

    saf-online.hideOnline {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    saf-online.hideOnline.showOnline {
        opacity: 1 !important;
        visibility: visible !important;
    }

    saf-online saf-onlineBacktop {
        margin-top: 4px !important;
    }
}

/* =========================================================
   Full-page scrolling (one section per viewport)
   ========================================================= */
html.saf-fullpage-active,
html.saf-fullpage-active body,
html.saf-fullpage-active body > .main {
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

/* Fixed top navigation so it floats above every section */
html.saf-fullpage-active #c_grid-116273709439191 {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Wrapper that slides up/down with transform */
.saf-fullpage-wrapper {
    height: 100vh;
    width: 100%;
    transition: transform 800ms cubic-bezier(0.55, 0.085, 0, 0.99);
    will-change: transform;
}

/* Each section fills one viewport, inset below the fixed header */
.saf-fullpage-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 90px;
}

/* Optional inner scroll for sections whose natural content exceeds 100vh */
.saf-fullpage-section > .e_container-22.s_layout,
.saf-fullpage-section > .e_container-41.s_layout,
.saf-fullpage-section > .e_container-9.s_layout,
.saf-fullpage-section > .p_gridbox {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Vertical pager - centered on page (PC fullpage only) */
.saf-fullpage-pager {
    position: fixed;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10000;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.saf-fullpage-pager .pager-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.saf-fullpage-pager .pager-dot:hover {
    background: rgba(0, 0, 0, 0.6);
}

.saf-fullpage-pager .pager-dot.active {
    background: #203dde;
    transform: scale(1.4);
    border-color: #203dde;
}

/* Hide the old wheel navigation while fullpage mode is active */
html.saf-fullpage-active .section-wheel-nav {
    display: none !important;
}

/* PC fullpage: saf-online floating below the pager, right side, square icons with rounded corners */
@media screen and (min-width: 769px) {
    html.saf-fullpage-active saf-online {
        position: fixed !important;
        top: calc(50% + 110px) !important;
        bottom: auto !important;
        right: 10px !important;
        left: auto !important;
        transform: none !important;
        z-index: 10001 !important;
        width: 50px !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    html.saf-fullpage-active saf-online saf-onlineitem,
    html.saf-fullpage-active saf-online saf-onlinebacktop {
        border-radius: 8px !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
    }
}

/* Desktop: hide hamburger menu, force horizontal nav visible */
@media screen and (min-width: 769px) {
    html.saf-fullpage-active [id^="c_navigation"] .p_navButton {
        display: none !important;
    }
    /* Hide dropdown menus by default, show on hover */
    html.saf-fullpage-active [id^="c_navigation"] .e_navigationA-16 .p_level2Box {
        display: none !important;
        position: absolute !important;
    }
    html.saf-fullpage-active [id^="c_navigation"] .e_navigationA-16 .p_level1Item:hover > .p_level2Box {
        display: block !important;
    }
    /* Keep header height fixed, allow text to wrap within items */
    html.saf-fullpage-active [id^="c_navigation"] .e_navigationA-16 .p_level1Box {
        height: 90px !important;
        max-height: 90px !important;
        margin: 0 !important;
    }
    html.saf-fullpage-active [id^="c_navigation"] .e_navigationA-16 .p_level1Item {
        height: 90px !important;
        max-height: 90px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    /* Force horizontal layout for header containers */
    html.saf-fullpage-active [id^="c_navigation"] .e_container-13.s_layout,
    html.saf-fullpage-active [id^="c_navigation"] .e_container-14.s_layout {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        box-sizing: border-box !important;
        word-break: normal !important;
        word-wrap: normal !important;
        width: 100% !important;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    html.saf-fullpage-active [id^="c_navigation"] .e_container-14 .cbox-14-0,
    html.saf-fullpage-active [id^="c_navigation"] .e_container-14 .cbox-14-1,
    html.saf-fullpage-active [id^="c_navigation"] .e_container-14 .cbox-14-2,
    html.saf-fullpage-active [id^="c_navigation"] .e_container-14 .cbox-14-3 {
        flex: 0 0 auto !important;
    }
    html.saf-fullpage-active [id^="c_navigation"] .e_container-14 .cbox-14-1 {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
}

/* Symmetric header padding: keep right edge of lang switcher at same distance as left edge of logo */
html.saf-fullpage-active [id^="c_navigation"] .e_container-14.s_layout,
html [id^="c_navigation"] .e_container-14.s_layout {
    padding-left: 3% !important;
    padding-right: 3% !important;
    box-sizing: border-box !important;
    word-break: normal !important;
    word-wrap: normal !important;
}
html.saf-fullpage-active [id^="c_navigation"] .e_navigationA-16 .p_navContent,
html [id^="c_navigation"] .e_navigationA-16 .p_navContent {
    padding-right: 0 !important;
}

/* Keep search and language switcher on one line, let nav menu shrink */
html [id^="c_navigation"] .e_container-14 .cbox-14-0,
html [id^="c_navigation"] .e_container-14 .cbox-14-2,
html [id^="c_navigation"] .e_container-14 .cbox-14-3 {
    flex: 0 0 auto !important;
}
html [id^="c_navigation"] .e_container-14 .cbox-14-1 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* Constrain nav SVG icons so they never blow up */
html.saf-fullpage-active [id^="c_navigation"] .p_iconBox,
html.saf-fullpage-active [id^="c_navigation"] .p_iconBox svg {
    max-width: 24px !important;
    max-height: 24px !important;
    width: auto !important;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    .saf-fullpage-pager {
        right: 10px;
        gap: 12px;
    }
    .saf-fullpage-pager .pager-dot {
        width: 8px;
        height: 8px;
    }
}

/* =========================================================
   Section entrance animations (triggered on fullpage scroll)
   ========================================================= */
@keyframes safSlideDownIn {
    from { transform: translateY(-200px); opacity: 0; }
    to   { transform: translateY(0);      opacity: 1; }
}
@keyframes safSlideUpIn {
    from { transform: translateY(200px); opacity: 0; }
    to   { transform: translateY(0);     opacity: 1; }
}

.saf-anim-title {
    animation: safSlideDownIn 1s ease-out both;
}
.saf-anim-content {
    animation: safSlideUpIn 1s ease-out 0.3s both;
}

/* 修复：页脚"联系我们"区域（电话/地址）偶数条目被分类容器
   nth-child(even) 规则误翻转为 row-reverse，图标跑到右侧 */
#c_static_001_P_57149-17274258297180 .e_loop-170 .p_loopitem:nth-child(even) > div.e_container-150,
#c_static_001_P_57149-17274258297180 .e_loop-175 .p_loopitem:nth-child(even) > div.e_container-150 {
    flex-direction: row !important;
}


