@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap');

body {
    font-family: 'Open Sans', sans-serif; /* 保留 Open Sans 作为正文字体，保持可读性和信任感 */
    font-weight: 400;
    color: #333333;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/* Blog category final refinement */
.blog-category-page {
    padding: 36px 0 68px !important;
    background: #fff !important;
}

.blog-category-page .blog-category-head {
    margin: 0 0 22px !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #dbe8e1 !important;
}

.blog-category-page .blog-eyebrow {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    color: #008938 !important;
    text-transform: none !important;
}

.blog-category-page .blog-category-head h1 {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #123044 !important;
}

.blog-category-page .blog-summary {
    max-width: 760px !important;
    margin: 10px 0 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #5f7180 !important;
}

.blog-category-page .blog-article-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
}

.blog-category-page .blog-article-card {
    display: grid !important;
    grid-template-columns: 230px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 22px !important;
    min-height: 172px !important;
    margin: 0 !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dde9e2 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(18, 48, 68, .06) !important;
    overflow: hidden !important;
}

.blog-category-page .blog-article-media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 150px !important;
    max-height: 168px !important;
    margin: 0 !important;
    background: #f5faf7 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

.blog-category-page .blog-article-media img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    display: block !important;
}

.blog-category-page .blog-article-placeholder {
    min-height: 150px !important;
}

.blog-category-page .blog-article-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 2px 4px 2px 0 !important;
}

.blog-category-page .blog-article-date {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #6a7d89 !important;
    text-transform: uppercase !important;
}

.blog-category-page .blog-article-body h2 {
    margin: 0 0 9px !important;
    font-size: 22px !important;
    line-height: 1.34 !important;
    font-weight: 800 !important;
    color: #123044 !important;
}

.blog-category-page .blog-article-body h2 a {
    color: #123044 !important;
    text-decoration: none !important;
}

.blog-category-page .blog-article-body h2 a:hover {
    color: #008938 !important;
}

.blog-category-page .blog-article-body p {
    margin: 0 0 13px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #5f7180 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.blog-category-page .blog-read-link {
    align-self: flex-start !important;
    margin-top: auto !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    color: #008938 !important;
    text-transform: none !important;
    text-decoration: none !important;
}

.blog-category-page .blog-read-link:after {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 1px !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
    background: #008938 !important;
}

.blog-category-page .blog-side-card {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .blog-category-page .blog-article-card {
        grid-template-columns: 1fr !important;
    }

    .blog-category-page .blog-article-media {
        min-height: 210px !important;
        max-height: none !important;
    }
}

/* =========================================================
   Mobile layout stability patch
   Scoped to tablet/phone widths so the approved PC layout is unchanged.
   ========================================================= */
@media (max-width: 991px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    img,
    video,
    iframe,
    table {
        max-width: 100%;
    }

    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Product grids: two columns on tablets, with clean row wrapping. */
    .product_list,
    .product_list2,
    .related_list,
    .home-product-wrap .product_list {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .product_list > .product-item,
    .product_list2 > .product-item,
    .related_list > .product_img,
    .home-product-wrap .product_list > .product_img {
        float: none !important;
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Rich CMS content must never force the page wider than the screen. */
    .right_contents,
    .product_con,
    .photo_con,
    .product-content-modern,
    .product-description-box {
        max-width: 100% !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .right_contents table,
    .product_con table,
    .product-content-modern table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.65;
    }

    .container,
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Compact, centered brand area. */
    .site-header .header-brand-row-flex {
        display: block !important;
        margin: 0 !important;
        padding: 10px 0 !important;
    }

    .site-header .header-logo-col {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 15px !important;
        text-align: center !important;
    }

    .site-header .header-logo-col a {
        display: inline-block;
    }

    .site-header .logo {
        width: auto !important;
        max-width: min(210px, 72vw) !important;
        max-height: 64px !important;
        margin: 0 auto !important;
    }

    .site-header .header-trust-col,
    .site-header .quiet-branding {
        display: none !important;
    }

    /* Mobile navigation: full-width touch targets and contained submenus. */
    #top_nav.navbar {
        min-height: 50px !important;
        box-shadow: none !important;
    }

    #top_nav .navbar-header {
        min-height: 50px;
    }

    #top_nav .navbar-brand {
        height: 50px !important;
        padding: 15px !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 700;
    }

    #top_nav .navbar-toggle {
        margin: 8px 15px 8px 8px !important;
        padding: 9px 10px !important;
        border-color: rgba(255,255,255,.55) !important;
    }

    #top_nav .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    #top_nav #search_btn {
        position: static !important;
        float: right !important;
        width: 44px !important;
        height: 50px !important;
        margin: 0 !important;
        padding: 17px 13px !important;
        color: #fff !important;
        text-align: center;
    }

    #top_nav .navbar-collapse {
        width: auto !important;
        max-height: calc(100vh - 50px);
        margin: 0 -15px !important;
        padding: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border-top: 1px solid rgba(255,255,255,.18) !important;
        box-shadow: none !important;
    }

    #top_nav .navbar-nav {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    #top_nav .navbar-nav > li {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    #top_nav .navbar-nav > li > a {
        width: 100% !important;
        min-height: 46px;
        padding: 13px 52px 13px 18px !important;
        border-radius: 0 !important;
        white-space: normal !important;
    }

    #top_nav .navbar-nav > li > a::after {
        display: none !important;
    }

    #top_nav .navbar-nav > li.dropdown {
        position: relative;
    }

    #top_nav .navbar-nav > li.dropdown > a:first-child {
        padding-right: 58px !important;
    }

    #top_nav .navbar-nav > li.dropdown > a.dropdown-toggle {
        position: absolute !important;
        z-index: 2;
        top: 0;
        right: 0;
        width: 50px !important;
        min-height: 46px;
        padding: 13px 15px !important;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.14);
    }

    #top_nav .dropdown-menu,
    #top_nav .dropdown-menu2 {
        position: static !important;
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #f5faf7 !important;
    }

    #top_nav .dropdown-menu > li > a,
    #top_nav .dropdown-menu2 > li > a {
        display: block !important;
        min-height: 44px;
        padding: 12px 20px 12px 30px !important;
        white-space: normal !important;
        color: #214035 !important;
        border-bottom: 1px solid #e2eee7;
    }

    #top_nav .dropdown-menu2 {
        display: none !important;
    }

    /* Home page typography and spacing. */
    .home-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 52px 0 !important;
    }

    .home-hero h1 {
        font-size: clamp(28px, 8vw, 36px) !important;
        line-height: 1.15 !important;
        overflow-wrap: anywhere;
    }

    .home-hero .hero-subtitle {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .home-btn,
    .btn_primary,
    .btn_secondary {
        width: 100% !important;
        max-width: 100%;
        margin: 6px 0 !important;
    }

    .trust-strip {
        padding: 20px 0 !important;
    }

    .trust-grid {
        gap: 12px !important;
    }

    .home-section,
    .home-product-wrap,
    .news-home-wrap {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .home-section-title {
        margin-bottom: 28px !important;
    }

    .home-section-title h2,
    .product_head h2,
    .news_head h2 {
        font-size: 25px !important;
        line-height: 1.25 !important;
    }

    .custom-grid {
        gap: 26px !important;
    }

    .custom-text h2,
    .home-cta h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    /* Product/category cards: one comfortable column on phones. */
    .product_list,
    .product_list2,
    .related_list,
    .home-product-wrap .product_list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .product_list > .product-item,
    .product_list2 > .product-item,
    .related_list > .product_img,
    .home-product-wrap .product_list > .product_img,
    .product_ul > li,
    .product_list > li,
    .product_list ul > li,
    .product_container > .col-md-3,
    .case_ul > li {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product_list2 .product-item,
    .home-product-wrap .product_img,
    .related_list .product_img {
        margin-bottom: 20px !important;
    }

    .product_list2 .product-info,
    .home-product-wrap .product-info {
        height: auto !important;
        min-height: 78px;
        padding: 15px 16px !important;
    }

    .custom-umbrella-desc {
        margin: 28px auto 24px !important;
        padding: 0 !important;
    }

    .custom-umbrella-desc h2,
    .custom-umbrella-desc h3 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        overflow-wrap: anywhere;
    }

    /* Product detail content and forms. */
    body#product .product-modern-wrap > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body#product .product-modern-card,
    body#product .modern-section {
        width: 100% !important;
        max-width: 100% !important;
    }

    body#product .product_h1,
    body#product .modern-section-title {
        overflow-wrap: anywhere;
    }

    body#product .product_btn {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    body#product .product_btn .btn,
    body#product .product_btn a {
        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;
        text-align: center;
    }

    .captcha-row {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px;
    }

    .captcha-row .captcha-input {
        min-width: 0 !important;
        flex: 1 1 150px;
    }

    .captcha-row .codeimg {
        flex: 0 0 auto;
        max-width: 130px !important;
        height: auto !important;
    }

    /* Breadcrumbs, pagination and footer remain inside the viewport. */
    .bread_nav {
        padding: 10px 0 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .page,
    .pagination {
        max-width: 100%;
    }

    .pagination {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .pagination > li > a,
    .pagination > li > span {
        margin: 0 !important;
    }

    .footer {
        padding: 36px 0 76px !important;
    }

    .footer [class*="col-"] {
        float: none !important;
        width: 100% !important;
    }

    #cmsFloatPanel {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .site-header .logo {
        max-width: 185px !important;
    }

    #top_nav .navbar-brand {
        font-size: 13px !important;
    }

    .home-hero h1 {
        font-size: 27px !important;
    }

    .blog-hero-copy h1,
    .blog-category-page .blog-category-head h1 {
        font-size: 27px !important;
    }
}

/* Blog knowledge-center final override */
.blog-hero {
    min-height: 300px !important;
    background-position: center center !important;
    background-size: cover !important;
}
.blog-hero-overlay {
    min-height: 300px !important;
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(90deg, rgba(9,35,48,.78), rgba(9,35,48,.48), rgba(9,35,48,.18)) !important;
}
.blog-hero-copy { max-width: 680px !important; color: #fff !important; }
.blog-hero-copy p { margin: 0 0 10px !important; font-size: 13px !important; font-weight: 800 !important; text-transform: uppercase !important; color: rgba(255,255,255,.84) !important; }
.blog-hero-copy h1 { margin: 0 0 14px !important; font-size: 46px !important; line-height: 1.12 !important; color: #fff !important; }
.blog-hero-copy span { display: block !important; max-width: 610px !important; font-size: 18px !important; line-height: 1.65 !important; color: rgba(255,255,255,.92) !important; }
.blog-category-page { padding: 62px 0 78px !important; background: #fff !important; }
.blog-filter-row { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; margin: 0 0 38px !important; }
.blog-filter-row span { display: inline-flex !important; align-items: center !important; min-height: 38px !important; padding: 8px 20px !important; border-radius: 999px !important; background: #f3f6f4 !important; color: #123044 !important; font-size: 15px !important; font-weight: 600 !important; }
.blog-filter-row span.active { background: #008938 !important; color: #fff !important; }
.blog-card-grid { display: flex !important; flex-wrap: wrap !important; }
.blog-card-grid > [class*="col-"] { margin-bottom: 42px !important; }
.blog-grid-card { height: 100% !important; background: #fff !important; }
.blog-grid-media { display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; aspect-ratio: 16 / 9 !important; margin: 0 0 16px !important; border-radius: 8px !important; overflow: hidden !important; background: #f5faf7 !important; }
.blog-grid-media img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; transition: transform .28s ease !important; }
.blog-grid-media span { display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; height: 100% !important; font-size: 14px !important; font-weight: 800 !important; color: #008938 !important; background: linear-gradient(135deg,#f4fbf7,#e9f5ee) !important; }
.blog-grid-card:hover .blog-grid-media img { transform: scale(1.035) !important; }
.blog-grid-meta { display: flex !important; align-items: center !important; gap: 14px !important; margin: 0 0 10px !important; color: #6b7f8b !important; font-size: 13px !important; }
.blog-grid-meta span { display: inline-flex !important; align-items: center !important; min-height: 22px !important; padding: 3px 10px !important; border-radius: 999px !important; background: #edf7f1 !important; color: #008938 !important; font-size: 12px !important; font-weight: 700 !important; }
.blog-grid-card h2 { margin: 0 0 10px !important; min-height: 62px !important; font-size: 22px !important; line-height: 1.36 !important; font-weight: 800 !important; color: #123044 !important; }
.blog-grid-card h2 a { color: #123044 !important; text-decoration: none !important; }
.blog-grid-card h2 a:hover { color: #008938 !important; }
.blog-grid-card p { margin: 0 !important; min-height: 52px !important; font-size: 15px !important; line-height: 1.7 !important; color: #5f7180 !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; }
.blog-page-nav { margin-top: 6px !important; padding-top: 26px !important; border-top: 1px solid #e2ebe6 !important; text-align: center !important; }
@media (max-width: 991px) {
    .blog-hero, .blog-hero-overlay { min-height: 260px !important; }
    .blog-hero-copy h1 { font-size: 38px !important; }
}
@media (max-width: 767px) {
    .blog-hero, .blog-hero-overlay { min-height: 230px !important; }
    .blog-hero-copy h1 { font-size: 32px !important; }
    .blog-hero-copy span { font-size: 15px !important; }
    .blog-category-page { padding: 38px 0 58px !important; }
    .blog-filter-row { gap: 8px !important; margin-bottom: 28px !important; }
    .blog-filter-row span { min-height: 34px !important; padding: 7px 14px !important; font-size: 13px !important; }
    .blog-grid-card h2, .blog-grid-card p { min-height: 0 !important; }
}

/* Blog knowledge-center layout */
.blog-hero {
    position: relative;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-hero-overlay {
    min-height: 300px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(9, 35, 48, .78), rgba(9, 35, 48, .48), rgba(9, 35, 48, .18));
}

.blog-hero-copy {
    max-width: 680px;
    color: #fff;
}

.blog-hero-copy p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255,255,255,.84);
}

.blog-hero-copy h1 {
    margin: 0 0 14px;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 800;
    color: #fff;
}

.blog-hero-copy span {
    display: block;
    max-width: 610px;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
}

.blog-category-page {
    padding: 62px 0 78px !important;
    background: #fff !important;
}

.blog-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 38px;
}

.blog-filter-row span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 20px;
    border-radius: 999px;
    background: #f3f6f4;
    color: #123044;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.blog-filter-row span.active {
    background: #008938;
    color: #fff;
}

.blog-card-grid {
    display: flex;
    flex-wrap: wrap;
}

.blog-card-grid > [class*="col-"] {
    margin-bottom: 42px;
}

.blog-grid-card {
    height: 100%;
    background: #fff;
}

.blog-grid-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5faf7;
}

.blog-grid-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s ease;
}

.blog-grid-media span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #008938;
    background: linear-gradient(135deg, #f4fbf7, #e9f5ee);
}

.blog-grid-card:hover .blog-grid-media img {
    transform: scale(1.035);
}

.blog-grid-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    color: #6b7f8b;
    font-size: 13px;
    line-height: 1.5;
}

.blog-grid-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #edf7f1;
    color: #008938;
    font-size: 12px;
    font-weight: 700;
}

.blog-grid-card h2 {
    margin: 0 0 10px;
    min-height: 62px;
    font-size: 22px;
    line-height: 1.36;
    font-weight: 800;
    color: #123044;
}

.blog-grid-card h2 a {
    color: #123044;
    text-decoration: none;
}

.blog-grid-card h2 a:hover {
    color: #008938;
}

.blog-grid-card p {
    margin: 0;
    min-height: 52px;
    font-size: 15px;
    line-height: 1.7;
    color: #5f7180;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-page-nav {
    margin-top: 6px !important;
    padding-top: 26px !important;
    border-top: 1px solid #e2ebe6 !important;
    text-align: center;
}

@media (max-width: 991px) {
    .blog-hero,
    .blog-hero-overlay {
        min-height: 260px;
    }

    .blog-hero-copy h1 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .blog-hero,
    .blog-hero-overlay {
        min-height: 230px;
    }

    .blog-hero-copy h1 {
        font-size: 32px;
    }

    .blog-hero-copy span {
        font-size: 15px;
    }

    .blog-category-page {
        padding: 38px 0 58px !important;
    }

    .blog-filter-row {
        gap: 8px;
        margin-bottom: 28px;
    }

    .blog-filter-row span {
        min-height: 34px;
        padding: 7px 14px;
        font-size: 13px;
    }

    .blog-grid-card h2,
    .blog-grid-card p {
        min-height: 0;
    }
}

/* v16: keep product cards visually stable on hover */
.product_list .product-card,
.product_list2 .product-card,
.home-product-wrap .product-card {
    transform: none !important;
}

.product_list .product-card:hover,
.product_list2 .product-card:hover,
.home-product-wrap .product-card:hover {
    transform: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

.product_list .product-card.shadow-box:hover,
.product_list2 .product-card.shadow-box:hover,
.home-product-wrap .product-card.shadow-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

.product_list .product_img:hover img,
.product_list2 .product_img:hover img,
.home-product-wrap .product_img:hover img {
    transform: none !important;
    box-shadow: none !important;
}

.product-card .product-image-wrap,
.product-card .product-image-wrap img,
.product-card .product-image,
.product-card .img-thumbnail,
.product_list .product-card img,
.product_list2 .product-card img,
.home-product-wrap .product-card img {
    border: 0 !important;
    box-shadow: none !important;
}

.product-card .product-image-wrap.has-hover-image .product-image-hover {
    border: 0 !important;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a {
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #008938;
    text-decoration: none;
}

a:hover {
    color: #f2b700;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, sans-serif; /* matched with the new Outfurn logo */
    font-weight: 700; /* 可以根据需要调整字重，以增加视觉冲击力 */
    color: #2C3E50;
    line-height: 1.3;
    margin-bottom: 20px;
}

h1 { font-size: 48px; } /* 根据需要调整不同标题大小 */
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* Section Headers (e.g., Product, News) */
.product_head h2, .news_head h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    color: #2C3E50;
    margin-top: 50px;
    letter-spacing: 0.5px;
}
.product_head p {
    text-align: center;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Highlight and Accent Text */
.highlight, .about_h3, .case_title a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #008938;
}

/* Body Text */
.product_title a, .news_title a, .about_p, .case_title a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #333333;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.product-card:hover .view-detail-btn {
    opacity: 1;
}
.view-detail-btn:hover {
    background: #2e7d32;
}
.product-title a:hover {
    color: #2e7d32;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.product-card:hover .hover-overlay {
    opacity: 1;
}
.product-title a:hover {
    color: #2e7d32;
}
.page {
    text-align: center;
    margin-top: 30px;
}
.page a, .page span {
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    border: 1px solid #ccc;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
}
.page a:hover, .page .current {
    background: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}

/* 标签列表容器 */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* 每个标签占据一半宽度，确保每行显示 2 个标签 */
.tag-list li {
    width: calc(50% - 7.5px);
}

/* 小屏幕下，调整为一行显示 1 个标签 */
@media (max-width: 768px) {
    .tag-list li {
        width: 100%;
    }
}

/* Blog category */
.blog-category-page {
    padding: 46px 0 72px;
    background: #fff;
}

.blog-category-head {
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dce9e2;
}

.blog-category-head .blog-eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    color: #008938;
    text-transform: uppercase;
    letter-spacing: 0;
}

.blog-category-head h1 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    line-height: 1.22;
    font-weight: 800;
    color: #123044;
}

.blog-category-head .blog-summary {
    max-width: 720px;
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #5b6f7c;
}

.blog-article-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.blog-article-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    min-height: 188px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e0ebe5;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(18, 48, 68, 0.06);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.blog-article-card:hover {
    border-color: rgba(0, 137, 56, .35);
    box-shadow: 0 14px 32px rgba(18, 48, 68, 0.09);
}

.blog-article-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    background: #f5faf7;
    border-radius: 6px;
    overflow: hidden;
}

.blog-article-media img {
    width: 100%;
    height: 100%;
    max-height: 180px;
    object-fit: cover;
    display: block;
}

.blog-article-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 150px;
    font-size: 13px;
    font-weight: 800;
    color: #008938;
    background: linear-gradient(135deg, #f4fbf7, #e9f5ee);
}

.blog-article-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.blog-article-date {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #008938;
    text-transform: uppercase;
}

.blog-article-body h2 {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 1.38;
    font-weight: 800;
    color: #123044;
}

.blog-article-body h2 a {
    color: inherit;
}

.blog-article-body h2 a:hover {
    color: #008938;
}

.blog-article-body p {
    margin: 0 0 14px;
    max-width: 720px;
    font-size: 14px;
    line-height: 1.8;
    color: #5b6f7c;
}

.blog-read-link {
    margin-top: auto;
    font-size: 13px;
    font-weight: 800;
    color: #008938;
    text-transform: uppercase;
}

.blog-read-link:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    margin-left: 9px;
    vertical-align: middle;
    background: #008938;
}

.blog-side-card {
    position: sticky;
    top: 18px;
}

.blog-page-nav {
    margin-top: 28px;
    padding: 18px 0 0;
    border-top: 1px solid #e0ebe5;
}

@media (max-width: 991px) {
    .blog-article-card {
        grid-template-columns: 200px minmax(0, 1fr);
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .blog-category-page {
        padding: 32px 0 54px;
    }

    .blog-category-head h1 {
        font-size: 28px;
    }

    .blog-article-card {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .blog-article-media,
    .blog-article-placeholder {
        min-height: 190px;
    }

    .blog-article-media img {
        max-height: none;
    }

    .blog-side-card {
        position: static;
        margin-bottom: 24px;
    }
}

/* Footer 主体 */
.footer {
    background-color: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 35px 0 0px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 三列布局 */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

/* 品牌介绍 */
.footer-brand .footer-logo {
    height: 40px;
    margin-bottom: 20px;
}

.footer-brand .footer-desc {
    color: #6c757d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-brand .footer-learn-more {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #008938;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-brand .footer-learn-more:hover {
    color: #f2b700;
}

/* 快速链接 */
.footer-links h4,
.footer-contact h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2C3E50;
    margin-bottom: 20px;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #363f4d;
}

.footer-links a,
.footer-contact a {
    color: #363f4d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #008938;
}

/* 社交图标 */
.footer-social {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background-color: #e6eee6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.footer-social a:hover {
    background-color: #008938;
    color: white;
}

.footer-social i {
    font-size: 14px;
}

/* 热门标签区域 */
.footer-tags {
    background-color: #f3f7f3;
    padding: 20px 0;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.tag-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #008938;
    background-color: #e9f5ec;
    border: 1px solid #cde8dc;
    border-radius: 20px;
    padding: 0 12px;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex: 1 1 calc(50% - 5px);
    box-sizing: border-box;
    text-align: center;
}

.tag-list a:hover {
    background-color: #008938;
    color: white;
    border-color: #008938;
}

/* 版权区域 */
.footer-bottom {
    background-color: #e6eee6;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
}
.footer-bottom a.footer-sitemap {
    color: #008938;
    margin-left: 10px;
    text-decoration: none;
}

.footer-bottom a.footer-sitemap:hover {
    color: #f2b700;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tag-list a {
        flex: 1 1 100%;
    }
}

/* Buttons */
#search_submit, .about_btn, .page-btn, .download_btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background-color: #008938;
    border-radius: 4px;
    padding: 10px 20px;
    transition: background-color 0.3s;
}

#search_submit:hover, .about_btn:hover, .page-btn:hover, .download_btn:hover {
    background-color: #f2b700;
}

/* Price Tag */
.price-tag {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #E74C3C;
}

/* 左侧分类导航 */
.left_column ul.left_nav_ul > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    background-color: #f2f2f2;
}

.left_column ul.left_nav_ul > li > a:hover,
.left_column ul.left_nav_ul li a.left_active {
    color: #ffffff;
    background-color: #008938;
}

/* Left Column Header */
.left_column h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #008938;
    text-transform: uppercase;
    padding: 15px 20px;
    background: linear-gradient(to right, #008938, #00a84a);
    color: #ffffff;
    position: relative;
    border-radius: 6px 6px 0 0;
    transition: transform 0.3s ease, background 0.3s ease;
}

.left_column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #f2b700;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.left_column h3:hover {
    transform: scale(1.02);
    background: linear-gradient(to right, #f2b700, #ffcc00);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.left_column h3:hover::after {
    transform: scaleX(1);
}

/* Responsive adjustments for .left_column h3 */
@media screen and (max-width: 768px) {
    .left_column h3 {
        font-size: 20px;
        padding: 12px 15px;
    }
    .left_column h3::after {
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* Responsive Typography */
@media screen and (max-width: 768px) {
    body { font-size: 15px; }
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
    .product_head h2, .news_head h2 { font-size: 30px; }
    .product_title a, .news_title a, .case_title a { font-size: 15px; }
    .navbar-default .navbar-nav > li > a { font-size: 15px; }
}

/* Tables */
.table tr.firstRow th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    background-color: #f7f7f7;
}

/* Top Bar */
.top_email, .top_email a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #565656;
}

.top_email a:hover {
    color: #008938;
}

/* Product Card */
.product-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-title a {
    color: #333333;
}

.product-title a:hover {
    color: #008938;
}

/* News */
.news_title a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #444444;
}

.news_title a:hover {
    color: #008938;
}

.news_desc {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #7b7b7b;
}

/* Footer */
footer, .footer_menu a, .footer_sitemap {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #363f4d;
}

.footer_menu_first {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.footer_sitemap:hover {
    color: #008938;
}

/* Links and Tags */
.link_box a, .tags_box a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #363f4d;
}

.link_box a:hover, .tags_box a:hover {
    color: #008938;
}

/* General Styles (Non-Typography) */
ul {
    list-style: none;
}

.clear {
    clear: both;
}

.img-thumbnail {
    transition: opacity 0.7s;
}

.img-thumbnail:hover,
.opacity_img:hover {
    opacity: 0.75;
}

/* Top Bar */
.top_bg {
    color: #777777;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.top_email {
    padding-top: 6px;
}

/* Slideshow */
.flash img {
    width: 100%;
}

.flash ul.bxslider {
    list-style: none;
}

.flash div.bx-pager {
    bottom: 4%;
}

.flash div.bx-controls-direction {
    display: none;
}

/* Search */
.search_group {
    float: right;
    height: 40px;
    background-color: #f2f2f2;
    margin: 32px 0px 0px 0px;
}

.search_group input.form-control {
    border-radius: 0px;
    box-shadow: none;
    color: #585A5A;
    padding: 0px 0px 0px 15px;
    height: 40px;
    background: transparent;
    border: none;
}

.search_group input.form-control:focus {
    box-shadow: none;
}

#search_submit {
    border-radius: 0px;
    border: none;
}

/* Solutions */
.product_head span {
    display: block;
    margin-top: 16px;
    height: 24px;
    background: url(../images/divider.png) center center no-repeat;
}

.product_list {
    clear: both;
    padding: 25px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.product_list2 {
    padding-top: 10px;
}

.product_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 370px;
}

.product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 300px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.product_list2 div.product_img {
    min-height: 350px;
    margin-bottom: 10px;
}

.product-item {
    padding: 15px;
}

.product-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 15px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.product-image:hover {
    transform: scale(1.05);
}

.stats_bg {
    background: #f8f8f8;
    padding: 60px 0;
}
.stats_section .stat_number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #2a8f3c;
}
.stats_section .stat_label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

/* About Section */
.about_bg {
    background-color: #f5f5f5;
}

.about_img {
    max-width: 414px;
    margin: 50px 0px 30px 15px;
}

.about_h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 60px;
}

.about_p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

.about_content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    margin-top: 20px;
}

.about_btn {
    display: block;
    text-align: center;
    width: 150px;
    margin: 20px 0px 50px 0px;
}

/* News Section */
.news_head {
    margin-bottom: 20px;
}

.news_head span {
    display: block;
    margin-top: 16px;
    height: 24px;
    background: url(../images/divider.png) center center no-repeat;
}

.news_list {
    clear: both;
    padding: 5px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.news_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 340px;
}

.news_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 300px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.news_time {
    float: right;
}

/* Shadow Box */
.shadow-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    transition: box-shadow 0.3s ease;
}

.shadow-box:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}

/* Left Navigation */
.left_column ul.left_nav_ul {
    padding: 0;
    margin-top: 20px;
}

.left_column ul.left_nav_ul > li {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.left_column ul.left_nav_ul > li > a {
    display: block;
    padding: 12px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.left_column ul.left_snav_ul {
    padding: 0;
    margin-top: 10px;
}

.left_column ul.left_snav_ul > li {
    margin-bottom: 8px;
}

.left_column ul.left_snav_ul > li > a {
    display: block;
    padding: 8px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.left_column ul.left_snav_ul > li > a:hover {
    background-color: #008938;
    color: #ffffff;
}

/* Left News */
.left_news {
    clear: both;
    margin: 0;
    padding: 0;
}

.left_news li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../images/li.png) no-repeat left 15px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 14px;
}

.left_news li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2F2F2F;
}

.left_news li a:hover {
    color: #008938;
}

/* Left Contact */
.left_contact {
    margin: 30px 0px 35px 0px;
}

.left_contact p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

/* Page Banner */
.page_bg {
    height: 229px;
    margin-bottom: 0px;
}

/* Breadcrumbs */
.bread_bg {
    background-color: #f3f3f3;
}

.bread_nav {
    padding: 10px 0px;
}

.bread_nav span {
    color: #008938;
    padding-right: 6px;
}

.bread_nav a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2F2F2F;
}

.bread_nav a:hover {
    color: #008938;
}

/* Right Column */
.right_head h2 {
    font-weight: 700;
    font-size: 30px;
    color: #2C3E50;
    line-height: 1.4;
    padding: 20px 0 18px;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-bottom: none;
}

.right_head h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.right_head h2:hover::after {
    background-color: #008938;
}

.right_contents {
    clear: both;
    padding: 15px 0px;
    line-height: 28px;
    overflow: auto;
}

.right_contents_h1 {
    font-weight: 700;
    font-size: 26px;
    color: #434343;
    text-align: center;
    padding: 10px 0px;
}

.right_contents img {
    max-width: 840px;
}

/* Right News */
.right_new {
    clear: both;
    margin: 0;
    padding: 0px 0px 20px 0px;
}

.right_new li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
}

.right_new li a {
    color: #2F2F2F;
}

.right_new li a:hover {
    color: #008938;
}

.right_new_time {
    float: right;
}

.relevant_new ul.right_new li {
    font-size: 14px;
}

/* Case Studies */
.case_list {
    clear: both;
    padding: 25px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.case_list2 {
    padding-top: 20px;
}

.case_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 270px;
}

.case_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 270px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 20px; /* 添加圆角效果 */
    box-shadow: 0 15px 25px -12px rgba(86, 86, 86, 0.67); /* 添加阴影效果 */
}

.case_list2 div.case_img {
    min-height: 220px;
}

.case_title {
    text-align: center;
    height: 40px;
}

/* 添加图片动画效果 */
@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
    }
    85% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.case_img {
    -webkit-animation: FadeIn .7s linear;
    -webkit-animation-fill-mode: both;
}

.case_list .case_img:nth-child(1) {
    -webkit-animation-delay: .5s
}

.case_list .case_img:nth-child(2) {
    -webkit-animation-delay: 1s
}

.case_list .case_img:nth-child(3) {
    -webkit-animation-delay: 1.5s
}

.case_list .case_img:nth-child(4) {
    -webkit-animation-delay: 2s
}
.case_list .case_img:nth-child(5) {
    -webkit-animation-delay: 2.5s;
}
.case_list .case_img:nth-child(6) {
    -webkit-animation-delay: 3s;
}
.case_list .case_img:nth-child(7) {
    -webkit-animation-delay: 3.5s;
}
.case_list .case_img:nth-child(8) {
    -webkit-animation-delay: 4s;
}
.case_list .case_img:nth-child(9) {
    -webkit-animation-delay: 4.5s;
}


/* Pagination */
.page {
    clear: both;
    margin: 20px 0px;
    text-align: center;
}

.page a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: #dbdbdb 1px solid;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
}

.page a:hover {
    border: #008938 1px solid;
    color: #ffffff;
    background-color: #008938;
}

.page .current {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: #008938 1px solid;
    padding: 5px 9px;
    color: #ffffff;
    margin: 2px;
    background-color: #008938;
}

/* Product Detail */
.showpic_box, .proinfo_box {
    margin: 30px 0px 20px 0px;
}

.product_h1 {
    font-family: 'Montserrat', Arial, sans-serif;  /* matched with the new Outfurn logo */
    font-weight: 700;
    font-size: 32px;       /* 字体更大 */
    line-height: 1.4;      /* 增加行高 */
    color: #2C3E50;        /* 深灰蓝，更高级感 */
    margin-bottom: 25px;   /* 底部留白 */
    padding-bottom: 15px;
    border-bottom: 2px solid #eaeaea; /* 更简洁的分割线 */
}

.product_info {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.product_info p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

.product_btn {
    margin-top: 25px;
}

#pic-page {
    text-align: center;
    margin-top: 10px;
}

#pic-page a {
    margin: 0 2px;
}

#pic-page a img {
    width: 40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}

#pic-page a:hover img,
#pic-page a.active img {
    border: solid #008938 1px;
}

.product_con, .photo_con {
    clear: both;
    border-top: 1px dotted #a9a9a9;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    overflow: auto;
}

.product_con img, .photo_con img {
    max-width: 840px;
}

.list_related {
    margin-top: 50px;
}

.list_related div.product_img {
    min-height: 280px;
}

/* Buttons */
.grey-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    background-color: #E8E8E8;
}

.grey-btn:hover {
    background-color: #cccccc;
}

/* Feedback Form */
.feedback {
    margin-top: 50px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.codeimg {
    margin: 0px 0px -10px -18px;
}

/* Previous/Next */
.point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
}

.point span.to_prev, .point span.to_next {
    text-align: center;
}

.point span.to_prev a, .point span.to_next a {
    color: #008938;
}

.point span.to_prev a:hover, .point span.to_next a:hover {
    color: #ea042b;
}

/* Tags */
.tags {
    margin: 18px 0px 10px 0px;
}

.tags a {
    margin: 0px 5px 8px 0px;
}

.tags_list {
    padding: 5px 10px 100px 10px;
}

.tags_ul {
    margin-top: 0px;
}

.tags_ul li {
    line-height: 28px;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.tags_ul h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.tags_ul p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #777777;
    line-height: 20px;
    padding-top: 8px;
}

/* Sitemap */
ul.ul_sitemap {
    margin: 30px 0px 40px 30px;
}

ul.ul_sitemap li {
    line-height: 26px;
    clear: both;
}

ul.ul_sitemap li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7d7d7d;
}

li.small_li_sitemap {
    clear: both;
    padding-left: 12px;
}

li.small_li2_sitemap {
    float: left;
    padding-left: 20px;
}

/* Footer Links */
.link_box {
    background-color: #ebebeb;
    padding: 20px 0px 10px 0px;
    text-align: center;
}

.link_box a {
    padding: 0px 0px 0px 10px;
}

.link_box a:last-child {
    border-right: 0px;
}

.link_box button {
    display: none;
}

.link_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-right: -6px;
}

.link_title:after {
    content: "：";
}

/* Footer Tags */
.footer-tags-box {
    background-color: transparent;
    border-top: 1px solid #ddd;
    padding: 15px 0 10px;
    margin-top: 10px;
}

.tags_box button {
    display: none !important;
    visibility: hidden;
}

.tags_box {
    text-align: center;
    padding: 0;
    background: none;
}

.footer-tags-line {
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
}

.footer-tags-line a {
    margin: 0 8px;
    color: #555;
    text-decoration: none;
}

.footer-tags-line a:hover {
    color: #008938;
    text-decoration: underline;
}

/* Footer */
footer {
    margin-top: 20px;
    padding: 50px 0px 40px 0px;
    background-color: #f5f5f5;
}

.footer_contact {
    line-height: 28px;
}

.footer_icon {
    padding-top: 10px;
}

.footer_icon a:hover {
    text-decoration: none;
}

.footer_icon img {
    width: 40px;
    height: 40px;
    margin: 0px 8px 8px 0px;
}

/* Translate */
.translate {
    background-color: #005188;
}

.translate_btn {
    width: 130px;
    margin: 0 auto;
    padding-top: 20px;
}

/* Tables */
table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

table tr.firstRow th {
    border-top-width: 2px;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
 /* 通栏布局专用样式 */
    .list_box {
      padding: 30px 40px;
    }
    .product_h1 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #2C3E50;
    }
    .showpic_box img {
      border-radius: 8px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .proinfo_box {
      margin-top: 20px;
    }
    .related-categories {
      margin-top: 60px;
      padding: 30px;
      background: #f9f9f9;
      border-radius: 8px;
      text-align: center;
    }
    .related-categories h3 {
      font-size: 22px;
      margin-bottom: 20px;
      color: #2C3E50;
    }
    .related-categories ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      padding: 0;
    }
    .related-categories li {
      list-style: none;
    }
    .related-categories a {
      font-size: 16px;
      color: #008938;
      font-weight: 600;
    }
    .related-categories a:hover {
      color: #f2b700;
    }
/* --- Footer Styles --- */

.footer {
  background: #004d24;
  color: #fff;
  padding: 50px 0 20px;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.footer-grid.footer-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-column h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-column .footer-heading {
  margin: 0 0 15px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
}
/* 统一 footer 中有链接和无链接文字的字体样式 */
.footer-column ul li,
.footer-column ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #cccccc;
    line-height: 1.6;
}

.footer-column ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column ul li a:hover {
  color: #f2b700;
}

.footer-column ul li i {
  margin-right: 8px;
  color: #f2b700;
}

.footer-column ul .footer-contact-image-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.footer-column ul .footer-contact-image-row > i {
  flex: 0 0 14px;
  margin-top: 3px;
}

.footer-contact-image {
  display: block;
  width: auto;
  max-width: calc(100% - 22px);
  height: auto;
  object-fit: contain;
  object-position: left top;
}

.footer-contact-email,
.footer-contact-phone { max-height: 21px; }
.footer-contact-address { max-height: 41px; }

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.footer-social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #006633;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}

.footer-social a:hover {
  background-color: #f2b700;
  color: #000000;
  transform: scale(1.1);
}

/* 底部版权区 - 关键修复 */
.footer-bottom {
  text-align: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
  background: #004d24; /* 继承父级背景 */
  width: 100%;
}

/* Large Screens */
@media screen and (min-width: 769px) {
    .logo {
        margin-top: 20px;
        margin-bottom: 5px;
        max-width: 700px;
    }

/* --- Base Navbar Styles --- */
.navbar,
.navbar-default {
    /* Simplified background with a subtle gradient */
    background: linear-gradient(to bottom, #007a33, #005f2a); /* Adjusted green shades */
    /* Softer shadow for a lighter feel */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    padding: 8px 0; /* Slightly reduced padding */
    min-height: 55px; /* Slightly reduced height */
    margin: 0;
    position: relative;
    z-index: 1000;
    transition: all 0.2s ease-in-out; /* Faster, smoother transition */
}

/* --- Navigation Links --- */
.navbar-nav > li,
.navbar-default .navbar-nav > li {
    margin: 0 8px; /* Reduced horizontal margin */
}

.navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; /* *** Changed: Lighter font weight (from 500/600 to 400) *** */
    font-size: 15px;
    letter-spacing: 0.2px; /* *** Added: Reduced letter spacing for a tighter look *** */
    color: #ffffff !important;
    padding: 12px 18px;
    text-align: center;
    background: transparent !important;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out; /* Faster transition */
    border-radius: 4px;
}

/* --- Navigation Link Hover & Focus States (Optimized) --- */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff !important;
    /* Softer, more subtle highlight using a very light transparency */
    background: rgba(255, 255, 255, 0.08) !important; /* Slightly lighter than active */
    transform: none;
    text-shadow: none; /* Ensure no text shadow */
}

/* --- Active Navigation Link State (Optimized) --- */
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff !important;
    /* Soft, very subtle background for active state */
    background: rgba(255, 255, 255, 0.12) !important; /* Slightly more visible than hover */
    box-shadow: none; /* No box-shadow on the link itself */
    transform: none;
    text-shadow: none; /* No text shadow */
}

/* --- Underline Effect (Simplified & Unified) --- */
.navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%; /* Start from center */
    width: 0; /* Initially no width */
    height: 2px; /* Thinner underline */
    background-color: #f2b700; /* Vibrant gold for the underline */
    transform: scaleX(0) translateX(-50%); /* Scale from center, then move to center */
    transform-origin: center; /* Ensure scaling is from the center */
    transition: transform 0.2s ease-in-out; /* Smoother transition */
    box-shadow: none; /* *** IMPORTANT: No shadow on the underline itself *** */
}

.navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a.active::after {
    width: calc(100% - 24px); /* Underline spans most of the link width, adjust as desired */
    transform: scaleX(1) translateX(-50%); /* Expand and stay centered */
    box-shadow: none; /* *** Confirm: No shadow on the underline when active/hover *** */
}


/* --- Dropdown Menus (Main) --- */
.navbar-nav .dropdown-menu,
.navbar-default .navbar-nav > .dropdown > .dropdown-menu {
    min-width: 200px;
    background: #ffffff !important;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    border: none;
    animation: fadeInDown 0.2s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333 !important;
    padding: 8px 20px !important;
    transition: all 0.15s ease-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu > li > a:hover {
    background: rgba(0, 122, 51, 0.08) !important;
    color: #007a33 !important;
    transform: translateX(2px);
}

/* --- Second Level Dropdown Menus --- */
.dropdown-menu2 {
    position: absolute;
    left: 100%;
    top: -4px;
    z-index: 22;
    display: none;
    min-width: 200px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: fadeInRight 0.2s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dropdown-menu2 li {
    height: auto;
    line-height: normal;
    padding: 0;
    display: block;
}

.dropdown-menu2 li a {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 8px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu2 li:hover {
    background: rgba(0, 122, 51, 0.08);
}
.dropdown-menu2 li:hover a {
    color: #007a33;
}

.dropdown-menu li.dropdown:hover .dropdown-menu2 {
    display: block !important;
}

/* --- Mobile/Responsive Navigation (Simplified) --- */
.nav_small {
    background: #ffffff;
    padding: 8px 0;
    border: none;
}

.nav_small > li > a {
    line-height: normal;
    color: #007a33;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    padding: 10px 20px;
}

.nav_small > li > a:hover,
.nav_small > li > a.active {
    color: #ffffff;
    background: #f2b700;
    border-radius: 4px;
}

.snav_small {
    top: 0;
    left: 100%;
    position: absolute;
    background: #007a33;
    padding: 6px 0;
    border: none;
}

.snav_small > li > a {
    line-height: normal;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    transition: all 0.2s ease;
    padding: 8px 18px;
}

.snav_small > li > a:hover {
    color: #ffffff;
    background: #e0a800;
}

.nav_small > li:hover > ul {
    z-index: 999;
    display: block;
}

/* --- Hide Brand (as requested) --- */
.navbar-brand {
    display: none;
}

/* --- Fix: Prevent empty dropdowns --- */
.navbar-nav > .dropdown:hover > .dropdown-menu:empty {
    display: none !important;
}

    #app_menudown, #search_btn {
        display: none;
    }

    .mfoot_box {
        display: none;
    }
}

/* Small Screens */
@media screen and (max-width: 768px) {
    .logo {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 20px;
        max-width: 550px;
    }

    #searchform {
        display: none;
    }

    .search_group {
        margin: 15px 0px;
    }

    #search_btn {
        float: right;
        margin-top: 7px;
        padding: 6px 10px;
        font-size: 16px;
        border-radius: 4px;
        color: #ffffff;
        background-color: #008938;
    }

    .search_group input.form-control {
        border-radius: 0px;
        box-shadow: none;
        color: #585A5A;
        padding: 0px 0px 0px 15px;
        height: 40px;
        background: transparent;
        border: none;
    }

    .search_group input.form-control:focus {
        box-shadow: none;
    }

    #search_submit {
        border-radius: 0px;
        border: none;
    }

    #search_btn:hover {
        background-color: #f2b700;
    }

    .navbar {
        margin: 0px;
        border: 0px;
        min-height: 40px;
        background-color: #008938;
    }

    .navbar-default .navbar-brand {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .navbar-default .navbar-brand:hover {
        color: #ffffff;
    }

    .navbar-toggle {
        border: none;
        margin: 8px 15px;
        padding: 6px 10px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #f2b700;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav > li {
        margin: 0 3px;
    }

    .navbar-default .navbar-nav > li:last-child {
        border: none;
    }

    .product_head h2 {
        margin-top: 30px;
        font-size: 28px;
    }

    .product_img,
    .product_list2 div.product_img,
    .related_list div.product_img {
        min-height: 250px;
    }

    .case_list2 div.case_img {
        min-height: 200px;
    }

    .about_img {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .about_h3 {
        text-align: center;
        line-height: 28px;
        margin-top: 20px;
    }

    .about_p, .about_content {
        text-align: center;
    }

    .about_btn {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 45px;
    }

    .news_head h2 {
        font-size: 28px;
        margin-top: 30px;
    }

    .news_img {
        min-height: 250px;
        margin-bottom: 20px;
    }

    .news_title, .news_desc {
        text-align: center;
    }

    .right_new_time, .news_time {
        display: none;
    }

    .page_bg {
        display: none;
    }

    .right_contents img,
    .product_con img,
    .photo_con img {
        max-width: 100%;
    }

    .right_contents_h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .feedback {
        margin-top: 20px;
    }

    .proinfo_box {
        margin-bottom: 80px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .footer_contact {
        margin-bottom: 30px;
    }

    .footer_menu {
        margin-bottom: 20px;
    }

    .footer_menu_first {
        margin-bottom: 8px;
    }

    .link_box {
        padding-left: 7px;
    }

    .link_box a {
        display: block;
        border-right: 0px;
        padding: 4px 0px;
    }

    .link_title {
        display: block;
    }

    .link_title:after {
        content: "";
    }

    .link_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }

    .link_box button:hover {
        color: #008938;
    }

    .link_list {
        display: none;
        padding-top: 7px;
    }

    .tags_box {
        padding-left: 7px;
        margin-bottom: 50px;
    }

    .tags_box a {
        display: inline-block;
        margin: 0 10px 5px 0;
        font-size: 14px;
        color: #555;
        text-decoration: none;
    }

    .tags_box a:hover {
        color: #008938;
        text-decoration: underline;
    }

    .tags_title {
        display: block;
    }

    .tags_title:after {
        content: "";
    }

    .tags_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }

    .tags_box button:hover {
        color: #008938;
    }

    .tags_rows {
        display: none;
        padding-top: 7px;
    }

    .mfoot_box {
        background-color: #fafafa;
    }

    .mfoot_nav {
        width: 25%;
        float: left;
        background-color: #fafafa;
        text-align: center;
        color: #898989;
    }

    .mfoot_nav:hover {
        background-color: #e4e4e4;
        cursor: pointer;
    }

    .mfoot_nav a {
        color: #898989;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
    }

    .mfoot_nav a:hover {
        text-decoration: none;
    }

    .mfoot_nav span {
        display: block;
        padding: 3px 0px 0px 0px;
    }

    .mfoot_share {
        width: 200px;
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .copyright_p {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6,
    .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
        float: left;
    }

    .col-mm-12 { width: 100%; }
    .col-mm-11 { width: 91.66666667%; }
    .col-mm-10 { width: 83.33333333%; }
    .col-mm-9 { width: 75%; }
    .col-mm-8 { width: 66.66666667%; }
    .col-mm-7 { width: 58.33333333%; }
    .col-mm-6 { width: 50%; }
    .col-mm-5 { width: 41.66666667%; }
    .col-mm-4 { width: 33.33333333%; }
    .col-mm-3 { width: 25%; }
    .col-mm-2 { width: 16.66666667%; }
    .col-mm-1 { width: 8.33333333%; }
}

/* Footer Social Icons */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #008938;
    color: #fff;
    margin-right: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.footer-social a:hover {
    background-color: #f2b700;
    transform: translateY(-2px);
}
.custom-umbrella-desc {
  max-width: 1080px;
  margin: 45px auto 40px auto;
  text-align: center;
  padding: 0 15px;
}

.custom-umbrella-desc h3 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.custom-umbrella-desc p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
/* HERO */
.home_hero {
  background: url('../images/hero.jpg') center/cover no-repeat;
  padding: 120px 0;
  color: #fff;
  text-align: center;
}

.hero_content h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
}

.hero_content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.hero_points span {
  margin: 0 10px;
  font-size: 14px;
  background: rgba(255,255,255,0.15);
  padding: 6px 12px;
  border-radius: 20px;
}

.hero_buttons {
  margin-top: 25px;
}

.btn_primary {
  background: #008938;
  color: #fff;
  padding: 12px 25px;
  margin: 5px;
  display: inline-block;
}

.btn_secondary {
  background: #f2b700;
  color: #000;
  padding: 12px 25px;
  margin: 5px;
}

/* WHY */
.why_section {
  padding: 60px 0;
  text-align: center;
}

.section_title {
  margin-bottom: 40px;
}

.why_item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* CTA */
.home_cta {
  background: #008938;
  color: #fff;
  padding: 60px 0;
}

.home_cta h2 {
  color: #fff;
}

/* =========================================================
   Outfurn 2026 Brand Matching Fix
   For new green + orange logo
   Main green: #004d24 / #006b35 / #008938
   Accent orange: #ffa500
   ========================================================= */
:root {
  --of-green-dark: #004d24;
  --of-green: #006b35;
  --of-green-bright: #008938;
  --of-green-soft: #e9f5ec;
  --of-orange: #ffa500;
  --of-text: #263944;
  --of-muted: #66737a;
  --of-bg: #f6faf7;
  --of-border: #e3eee7;
}

html, body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: var(--of-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.product_head h2, .news_head h2,
.right_head h2, .product_h1,
.footer-column h4, .footer_menu_first {
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: var(--of-text);
  letter-spacing: .2px;
}

a { color: var(--of-green-bright); }
a:hover { color: var(--of-orange); }

.container {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Logo area: cleaner top spacing for the new horizontal logo */
.logo {
  display: block;
  max-width: 230px !important;
  height: auto !important;
  margin-top: 18px !important;
  margin-bottom: 12px !important;
}
.logo img {
  max-width: 230px !important;
  height: auto !important;
}

/* Navigation: darker, more premium green, thinner active style */
.navbar,
.navbar-default {
  background: linear-gradient(180deg, #007235 0%, var(--of-green-dark) 100%) !important;
  border: none !important;
  border-radius: 0 !important;
  min-height: 52px !important;
  margin-bottom: 0 !important;
  box-shadow: 0 3px 12px rgba(0,0,0,.10) !important;
}
.navbar-nav > li,
.navbar-default .navbar-nav > li { margin: 0 4px !important; }
.navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 15px 16px !important;
  border-radius: 0 !important;
  background: transparent !important;
  letter-spacing: .1px !important;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}
.navbar-nav > li > a::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 7px;
  height: 3px;
  background: var(--of-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
  border-radius: 2px;
}
.navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a.active::after,
.navbar-default .navbar-nav > .active > a::after {
  transform: scaleX(1);
}
.dropdown-menu,
.navbar-nav .dropdown-menu,
.dropdown-menu2 {
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.14) !important;
}
.dropdown-menu > li > a,
.dropdown-menu2 li a {
  font-family: 'Open Sans', Arial, sans-serif !important;
  color: var(--of-text) !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu2 li:hover a {
  background: var(--of-green-soft) !important;
  color: var(--of-green) !important;
}

/* Homepage hero used by the revised index.html */
.home-hero {
  position: relative;
  min-height: 560px;
  background: linear-gradient(90deg, rgba(0,45,24,.86) 0%, rgba(0,77,36,.64) 42%, rgba(0,0,0,.08) 100%), url('../images/home-hero-umbrella.jpg') center center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
.home-hero-content { max-width: 690px; padding: 82px 0; }
.home-hero h1 {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.home-hero .hero-subtitle {
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255,255,255,.92);
  max-width: 630px;
  margin-bottom: 26px;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 32px; padding: 0; }
.hero-badges li {
  list-style: none;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 8px 15px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.home-btn,
.btn_primary,
.btn_secondary,
.about_btn,
.page-btn,
.download_btn,
#search_submit {
  display: inline-block;
  min-width: 150px;
  padding: 13px 26px;
  border-radius: 4px !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.home-btn-primary,
.btn_primary,
.about_btn,
.page-btn,
.download_btn,
#search_submit {
  background: var(--of-green-bright) !important;
  color: #fff !important;
}
.home-btn-primary:hover,
.btn_primary:hover,
.about_btn:hover,
.page-btn:hover,
.download_btn:hover,
#search_submit:hover {
  background: var(--of-orange) !important;
  color: #111 !important;
}
.home-btn-light,
.btn_secondary {
  background: #fff !important;
  color: var(--of-green-dark) !important;
}
.home-btn-light:hover,
.btn_secondary:hover {
  background: var(--of-orange) !important;
  color: #111 !important;
}

.trust-strip { background: var(--of-green-dark); color: #fff; padding: 24px 0; }
.trust-grid { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 18px; align-items: center; text-align: center; }
.trust-title { font-family: 'Montserrat', Arial, sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: left; }
.trust-item { font-family: 'Montserrat', Arial, sans-serif; font-size: 15px; font-weight: 700; opacity: .92; }

.home-section { padding: 68px 0; }
.home-section-light { background: var(--of-bg); }
.home-section-title { text-align: center; margin-bottom: 42px; }
.home-section-title h2,
.product_head h2,
.news_head h2 {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 34px;
  font-weight: 800;
  color: var(--of-text);
  margin: 0 0 12px;
  text-transform: uppercase;
}
.home-section-title p,
.product_head p { max-width: 720px; margin: 0 auto; color: var(--of-muted); font-size: 16px; }
.home-section-title span,
.product_head span,
.news_head span {
  display: block;
  width: 46px;
  height: 3px;
  background: var(--of-green-bright) !important;
  margin: 16px auto 0;
}

.why-card {
  background: #fff;
  border: 1px solid var(--of-border);
  border-radius: 10px;
  padding: 30px 22px;
  text-align: center;
  min-height: 210px;
  margin-bottom: 24px;
  transition: all .25s ease;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.why-icon { width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; background: var(--of-green-soft); color: var(--of-green-bright); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.why-card h3 { font-size: 18px; font-weight: 700; color: var(--of-text); margin: 0 0 12px; }
.why-card p { color: var(--of-muted); font-size: 14px; line-height: 1.7; margin: 0; }

.home-product-wrap { padding-top: 58px; padding-bottom: 58px; }
.product_list { padding-top: 25px; }
.product_img { min-height: 330px; }
.product_img img,
.news_img img {
  background: #fff;
  border-radius: 8px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product_img:hover img,
.news_img:hover img {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.product_title a,
.product-title a,
.news_title a {
  font-family: 'Montserrat', Arial, sans-serif !important;
  color: var(--of-text) !important;
  font-weight: 700 !important;
}
.product_title a:hover,
.product-title a:hover,
.news_title a:hover { color: var(--of-green-bright) !important; }

.custom-section { background: #fff; }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.custom-text h2 { font-size: 32px; font-weight: 800; margin-top: 0; text-transform: uppercase; }
.custom-text p { color: #555; font-size: 16px; line-height: 1.8; }
.custom-list { padding: 0; margin: 22px 0 28px; }
.custom-list li { list-style: none; margin-bottom: 10px; color: #333; font-size: 15px; }
.custom-list li:before { content: '✓'; color: var(--of-green-bright); font-weight: 700; margin-right: 10px; }
.custom-visual {
  min-height: 280px;
  border-radius: 12px;
  background: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.06)), url('../images/custom-umbrella.jpg') center center/cover no-repeat;
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
}
.home-stats { background: var(--of-bg); padding: 45px 0; }
.stats_section .stat_number { color: var(--of-green-bright) !important; font-family: 'Montserrat', Arial, sans-serif !important; font-weight: 800; }
.stats_section .stat_label { color: var(--of-muted); }
.home-cta { background: linear-gradient(90deg, var(--of-green-dark), var(--of-green-bright)); color: #fff; padding: 58px 0; }
.home-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.home-cta h2 { font-size: 30px; font-weight: 800; color: #fff; margin: 0 0 8px; }
.home-cta p { margin: 0; color: rgba(255,255,255,.9); font-size: 16px; }
.home-cta-actions { flex: 0 0 auto; }
.news-home-wrap { padding-top: 58px; padding-bottom: 60px; }

/* Footer: match logo green/orange, cleaner B2B style */
.footer,
footer {
  background: var(--of-green-dark) !important;
  color: #fff !important;
}
.footer-column h4,
.footer-links h4,
.footer-contact h4 {
  color: #fff !important;
  font-size: 15px;
  letter-spacing: .5px;
}
.footer-column ul li,
.footer-column ul li a,
.footer_contact,
.footer_menu a,
.footer_sitemap,
.footer-bottom {
  color: rgba(255,255,255,.78) !important;
}
.footer-column ul li i { color: var(--of-orange) !important; }
.footer-column ul li a:hover,
.footer_menu a:hover,
.footer_sitemap:hover { color: var(--of-orange) !important; }
.footer-social a {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}
.footer-social a:hover {
  background: var(--of-orange) !important;
  color: #111 !important;
}
.footer-bottom {
  background: var(--of-green-dark) !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}
.link_box,
.footer-tags,
.footer-tags-box {
  background: #f3f7f3 !important;
}
.tags_box a,
.link_box a,
.footer-tags-line a { color: #555 !important; }
.tags_box a:hover,
.link_box a:hover,
.footer-tags-line a:hover { color: var(--of-green-bright) !important; }

/* Inner pages */
.left_column h3 { background: linear-gradient(90deg, var(--of-green-dark), var(--of-green-bright)) !important; color: #fff !important; }
.left_column h3::after { background-color: var(--of-orange) !important; }
.left_column h3:hover { background: linear-gradient(90deg, var(--of-green), var(--of-green-bright)) !important; transform: none !important; }
.left_column ul.left_nav_ul > li > a:hover,
.left_column ul.left_nav_ul li a.left_active,
.left_column ul.left_snav_ul > li > a:hover { background: var(--of-green-bright) !important; color: #fff !important; }
.bread_nav span,
.bread_nav a:hover,
.right_new li a:hover,
.left_news li a:hover { color: var(--of-green-bright) !important; }
.right_head h2::after { background-color: var(--of-border) !important; }
.right_head h2:hover::after { background-color: var(--of-green-bright) !important; }
.page a:hover,
.page .current { background: var(--of-green-bright) !important; border-color: var(--of-green-bright) !important; color: #fff !important; }

@media (max-width: 991px) {
  .home-hero { min-height: 500px; }
  .home-hero h1 { font-size: 38px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-title { text-align: center; grid-column: 1 / -1; }
  .custom-grid { grid-template-columns: 1fr; }
  .home-cta-inner { display: block; text-align: center; }
  .home-cta-actions { margin-top: 20px; }
}
@media (max-width: 768px) {
  .logo,
  .logo img { max-width: 190px !important; }
  .navbar-default .navbar-nav > li > a { padding: 11px 18px !important; }
  .home-hero { min-height: auto; background-position: center center; }
  .home-hero-content { padding: 60px 0; }
  .home-hero h1 { font-size: 31px; }
  .home-hero .hero-subtitle { font-size: 16px; }
  .hero-badges { gap: 8px; }
  .hero-badges li { font-size: 12px; padding: 7px 11px; }
  .home-btn { width: 100%; margin: 5px 0; }
  .home-section { padding: 48px 0; }
  .home-section-title h2,
  .product_head h2,
  .news_head h2 { font-size: 26px; }
  .trust-grid { grid-template-columns: 1fr; }
  .custom-visual { min-height: 220px; }
  .home-cta h2 { font-size: 24px; }
  .footer-grid.footer-4col,
  .footer-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
}



/* ===== Quiet Branding Header Clean Rebuild ===== */
/* Only header area. No product list/grid/card rules. */

.site-header {
    background: #fff;
}

.header-brand-row {
    min-height: 112px;
    display: flex;
    align-items: center;
}

.header-logo-col,
.header-trust-col {
    display: flex;
    align-items: center;
}

.header-logo-col {
    justify-content: flex-start;
}

.header-trust-col {
    justify-content: flex-end;
}

.header-logo-col .logo {
    max-height: 78px;
    width: auto;
}

.quiet-branding {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px 0;
}

.quiet-branding-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 176px;
    padding: 0 22px;
    border-right: 1px solid rgba(0, 107, 53, 0.12);
}

.quiet-branding-item:first-child {
    padding-left: 0;
}

.quiet-branding-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.quiet-branding-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3faf6;
    color: #006b35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    flex: 0 0 auto;
}

.quiet-branding strong {
    display: block;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13.5px;
    line-height: 1.35;
    color: #213832;
    font-weight: 700;
    white-space: nowrap;
}

.quiet-branding small {
    display: block;
    margin-top: 3px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11.5px;
    line-height: 1.35;
    color: #6b7b75;
    font-weight: 500;
    white-space: nowrap;
}

/* Header nav color only; keep original menu sizing/layout */
header nav,
.navbar,
.navbar-default,
.nav_bg {
    background-color: #006733 !important;
}

/* Remove browser focus black outline without changing layout */
.nav_small > li > a:focus,
.nav_small > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active,
.dropdown-menu2 > li > a:focus,
.dropdown-menu2 > li > a:active {
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .header-brand-row {
        min-height: auto;
        display: block;
        padding: 18px 0 16px;
    }

    .header-logo-col,
    .header-trust-col {
        justify-content: center;
        text-align: center;
    }

    .quiet-branding {
        margin-top: 12px;
        justify-content: center;
        padding: 8px 0;
    }

    .quiet-branding-item {
        min-width: auto;
        padding: 0 14px;
    }
}

@media (max-width: 767px) {
    .header-brand-row {
        padding: 14px 0;
    }

    .header-logo-col .logo {
        max-height: 70px;
    }

    .quiet-branding {
        display: none;
    }
}



/* ===== Product Category List Float Fix V5 ===== */
/* Fix float masonry issue: product cards with different title heights caused next row item to jump right. */
/* This patch only targets category/list product cards and does not touch header/nav. */

.product_ul,
.product_list,
.product_list ul,
.product_container,
.product-main-list,
.case_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

/* Old CMS often uses li / .col-md-3 / .product_img for category product cards */
.product_ul > li,
.product_list > li,
.product_list ul > li,
.product_ul > .col-md-3,
.product_list > .col-md-3,
.product_container > .col-md-3,
.case_ul > li,
.product_img {
    float: none !important;
}

/* Keep 4 products per row */
.product_ul > li,
.product_list > li,
.product_list ul > li,
.product_ul > .col-md-3,
.product_list > .col-md-3,
.product_container > .col-md-3,
.case_ul > li {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    box-sizing: border-box !important;
}

/* If the template uses Bootstrap .row as the direct product grid, only activate when product cards are inside */
.row .product_img {
    float: none !important;
}

/* Product card internal consistency */
.product_img {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

/* Image height unified, avoids card height jumping too much */
.product_img img,
.product_img a img {
    width: 100% !important;
    height: 230px !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
}

/* Title height unified */
.product_title,
.product_title a,
.product_img h3,
.product_img h4,
.product_img .title,
.product_img .name {
    display: block !important;
    min-height: 78px !important;
    line-height: 1.45 !important;
    overflow: hidden !important;
}

/* Clear any old nth-child clear rules that may conflict */
.product_ul > li:nth-child(4n+1),
.product_list > li:nth-child(4n+1),
.product_list ul > li:nth-child(4n+1),
.product_ul > .col-md-3:nth-child(4n+1),
.product_list > .col-md-3:nth-child(4n+1),
.product_container > .col-md-3:nth-child(4n+1) {
    clear: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .product_ul > li,
    .product_list > li,
    .product_list ul > li,
    .product_ul > .col-md-3,
    .product_list > .col-md-3,
    .product_container > .col-md-3,
    .case_ul > li {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 575px) {
    .product_ul > li,
    .product_list > li,
    .product_list ul > li,
    .product_ul > .col-md-3,
    .product_list > .col-md-3,
    .product_container > .col-md-3,
    .case_ul > li {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .product_img img,
    .product_img a img {
        height: 220px !important;
    }
}
/* 1. 确保大屏下，Logo 和信任标签完美垂直居中 */
@media (min-width: 768px) {
    .header-brand-row-flex {
        display: flex;
        align-items: center; /* 核心：垂直居中 */
        justify-content: space-between;
    }
    
    /* 让右侧的信任标签整体靠右对齐，与导航栏右侧对齐 */
    .quiet-branding {
        display: flex;
        justify-content: flex-end; 
        gap: 30px; /* 控制三个标签之间的间距 */
    }
}

/* 2. 信任标签内部的图标与文字垂直居中 */
.quiet-branding-item {
    display: flex;
    align-items: center; /* 图标与文字垂直居中 */
    text-align: left;
}

/* 图标的微调 */
.quiet-branding-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; /* 图标和文字的间距 */
    font-size: 18px;    /* 根据需要调整图标大小 */
}

/* 文字微调，确保 strong 和 small 分行且对齐 */
.quiet-branding-item div {
    display: flex;
    flex-direction: column;
}

/* 3. 针对手机端（小于768px）的优化：如果是手机端，让它们居中排布，避免错位 */
@media (max-width: 767px) {
    .header-logo-col {
        text-align: center;
        margin-bottom: 15px;
    }
    .quiet-branding {
        display: flex;
        flex-direction: column; /* 手机端变成上下堆叠 */
        align-items: center;
        gap: 15px;
    }
}

/* =========================================================
   Product List Hover Image + Refined Nav Underline
   Added for product category pages
   ========================================================= */

/* Product category card image hover switch */
.product-card .product-image-wrap {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.product-card .product-image-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain;
    object-position: center center;
    margin: 0 !important;
    padding: 0;
    transition: opacity .35s ease, transform .35s ease;
    background: #fff;
}

.product-card .product-image-primary {
    opacity: 1;
    z-index: 1;
}

.product-card .product-image-hover {
    opacity: 0;
    z-index: 2;
}

.product-card:hover .product-image-wrap.has-hover-image .product-image-primary {
    opacity: 0;
}

.product-card:hover .product-image-wrap.has-hover-image .product-image-hover {
    opacity: 1;
    transform: scale(1.02);
}

/* Avoid double zoom from older .product-image:hover rule */
.product-card .product-image:hover {
    transform: none;
}

/* Keep card height stable after changing image wrapper */
.product-card {
    height: 100%;
}

.product-title {
    margin-top: 14px;
}


/* =========================================================
   Final Nav Underline Fix
   Keep underline centered, short and thin on list/detail pages
   ========================================================= */
@media screen and (min-width: 769px) {
    .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a {
        position: relative !important;
    }

    .navbar-nav > li > a::after,
    .navbar-default .navbar-nav > li > a::after {
        content: '' !important;
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        bottom: 8px !important;
        width: 42px !important;
        height: 2px !important;
        background: var(--of-orange, #ffa500) !important;
        border-radius: 999px !important;
        transform: translateX(-50%) scaleX(0) !important;
        transform-origin: center center !important;
        transition: transform .22s ease, opacity .22s ease !important;
        opacity: .95 !important;
        box-shadow: none !important;
    }

    .navbar-nav > li > a:hover::after,
    .navbar-nav > li.active > a::after,
    .navbar-default .navbar-nav > li > a:hover::after,
    .navbar-default .navbar-nav > li > a.active::after,
    .navbar-default .navbar-nav > .active > a::after,
    .navbar-default .navbar-nav > li.product-nav-active > a::after,
    .navbar-nav > li.product-nav-active > a::after {
        transform: translateX(-50%) scaleX(1) !important;
    }

    .navbar-default .navbar-nav > li > a.active,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > li.product-nav-active > a,
    .navbar-nav > li.product-nav-active > a {
        background: rgba(255,255,255,.10) !important;
        color: #fff !important;
    }
}

/* Blog category hard override: keep article list compact and card-based */
.blog-category-page {
    padding: 36px 0 68px !important;
    background: #fff !important;
}

.blog-category-page .blog-category-head {
    margin: 0 0 22px !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #dbe8e1 !important;
}

.blog-category-page .blog-eyebrow {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    color: #008938 !important;
    text-transform: none !important;
}

.blog-category-page .blog-category-head h1 {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #123044 !important;
}

.blog-category-page .blog-summary {
    max-width: 760px !important;
    margin: 10px 0 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #5f7180 !important;
}

.blog-category-page .blog-article-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
}

.blog-category-page .blog-article-card {
    display: grid !important;
    grid-template-columns: 230px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 22px !important;
    min-height: 172px !important;
    margin: 0 !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dde9e2 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(18, 48, 68, .06) !important;
    overflow: hidden !important;
}

.blog-category-page .blog-article-media {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 150px !important;
    max-height: 168px !important;
    margin: 0 !important;
    background: #f5faf7 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

.blog-category-page .blog-article-media img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    display: block !important;
}

.blog-category-page .blog-article-placeholder {
    min-height: 150px !important;
}

.blog-category-page .blog-article-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 2px 4px 2px 0 !important;
}

.blog-category-page .blog-article-date {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #6a7d89 !important;
    text-transform: uppercase !important;
}

.blog-category-page .blog-article-body h2 {
    margin: 0 0 9px !important;
    font-size: 22px !important;
    line-height: 1.34 !important;
    font-weight: 800 !important;
    color: #123044 !important;
}

.blog-category-page .blog-article-body h2 a {
    color: #123044 !important;
    text-decoration: none !important;
}

.blog-category-page .blog-article-body h2 a:hover {
    color: #008938 !important;
}

.blog-category-page .blog-article-body p {
    margin: 0 0 13px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #5f7180 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.blog-category-page .blog-read-link {
    align-self: flex-start !important;
    margin-top: auto !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    color: #008938 !important;
    text-transform: none !important;
    text-decoration: none !important;
}

.blog-category-page .blog-read-link:after {
    content: "" !important;
    display: inline-block !important;
    width: 20px !important;
    height: 1px !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
    background: #008938 !important;
}

.blog-category-page .blog-side-card {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .blog-category-page .blog-article-card {
        grid-template-columns: 1fr !important;
    }

    .blog-category-page .blog-article-media {
        min-height: 210px !important;
        max-height: none !important;
    }
}


/* 2026-08-18: real text contact details for click tracking */
.footer-column ul .footer-contact-text-row {
  display: flex;
  align-items: flex-start;
}
.footer-column ul .footer-contact-text-row > i {
  flex: 0 0 14px;
  margin-top: 4px;
}
.footer-column ul .footer-contact-text-row > a,
.footer-column ul .footer-contact-text-row > span {
  min-width: 0;
}
.contact-data-text {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
}
a.contact-data-text:hover,
a.contact-data-text:focus {
  color: #f2b700;
  text-decoration: none;
}
.contact-data-address-text {
  font-weight: 400;
  font-size: 11px;
}
