﻿
body {
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "Arial", "Helvetica", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "Arial", "Helvetica", sans-serif;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    text-transform: capitalize;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-transform: capitalize;
}

h3 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
}

h4 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
}

h5 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    text-transform: capitalize;
}

p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

button {
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "Arial", "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

input, textarea {
    font-size: 1rem;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "Arial", "Helvetica", sans-serif;
}

@media (max-width: 768px) {
    body {
        font-size: 0.875rem;
        min-width: 320px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 0.9rem;
    }
}
/* ----------------------------------------------------------------- */


/* ---------------------- 缃戠珯澶撮儴鍖哄煙 ------------------------------ */
.yxc-header-container {
    height: 95px;
}
.yxc-header {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 950px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0;
}
    .yxc-header .header-inner {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 0px 0px 50px;
    }
    .header-inner .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
@media (max-width: 1100px) {
    .yxc-header-container {
        height: auto;
    }
    .yxc-header {
        width: 100%;
        min-width: 0px;
    }
        .yxc-header .header-inner {
            height: auto;
            padding: 5px 42px;
        }
}

/* ---------------------- Logo ------------------------------ */
.yxc-logo img {
    height: 30px;
    width: auto;
    transition: all 0.3s ease;
    margin: 8px 0px 5px 0px;
}

@media (max-width: 1100px) {
    .yxc-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 3px 0px 0px 0px;
    }

        .yxc-logo img {
            height: 25px;
        }
}
@media (max-width: 768px) {
    .yxc-header .header-inner {
        height: auto;
        padding: 5px 12px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- hamburger ------------------------------ */
.hamburger {
    display: none;
    cursor: pointer;
    font-size: 20px;
    background: none;
    border: none;
}

@media (max-width: 1100px) {
    .hamburger {
        display: block;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- breadcrumb ------------------------------ */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #666;
    list-style: none;
    padding: 0px;
    justify-content: space-between;
}

    .breadcrumb ol {
        padding: 0px;
    }

    .breadcrumb li {
        display: inline-flex;
        align-items: center;
    }

    .breadcrumb .title {
        font-weight: bold;
    }

    .breadcrumb a {
        color: #007bff;
        text-decoration: none;
        margin: 0 5px;
        transition: color 0.3s;
    }

        .breadcrumb a:hover {
            color: #0056b3;
        }

    .breadcrumb span {
        color: #333;
    }

@media (max-width: 1100px) {
    .breadcrumb {
        padding: 0px 0px;
    }

        .breadcrumb ol {
            padding: 0px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 瀵艰埅鍖哄煙 ------------------------------ */
.yxc-menu {
    --bridge-y: 12px; 
}
.yxc-menu {
    list-style: none;
    display: flex;
    margin: 0px 0px 0px 50px;
    padding: 0;
    font-size: 0.875rem;
}
    .yxc-menu > li {
        position: static;
        padding: 20px;
    }
        .yxc-menu > li > a {
            appearance: none;
            background: none;
            border: 0;
            font: inherit;
            color: inherit;
            padding: 15px 0;
            cursor: pointer;
            font-weight: bold;
        }

            .yxc-menu > li > a:hover {
                text-decoration: none;
            }
    .yxc-menu .mega {
        position: absolute;
        left: 0;
        transform: none;
        top: calc(100% - 10px);
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        background: #FFF;
        color: #f5f5f5;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 0px 25px 30px 25px;
        display: none;
        z-index: 999;
        font-size: 0.875rem;
    }
    .yxc-menu > li:hover .mega {
        display: block;
    }
    .yxc-menu .mega-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 0 auto;
        padding: 0px;
        /*max-width: 1480px;*/
    }
        .yxc-menu .mega-grid .col {
            margin: 0px 50px 0px 50px;
        }
    .yxc-menu .col p {
        color: #000;
        padding: 0px 5px;
        margin: 15px 0px;
        font-weight: normal;
        font-size: 0.875rem;
    }
    .yxc-menu .list {
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: 0.5px solid var(--divider, #2a2a2a);
    }
        .yxc-menu .list li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 5px 5px;
            border-bottom: 0.5px solid var(--divider, #2a2a2a);
            color: #000;
            font-weight: bold;
            text-decoration: none;
            font-size: 0.875rem;
        }
            .yxc-menu .list li a .arrow {
                width: 22px;
                height: 22px;
                flex: 0 0 22px;
            }

            .yxc-menu .list li a:hover {
                background: #000;
                color: #fff;
            }
                .yxc-menu .list li a:hover .arrow path {
                    color: #ffd400;
                    text-decoration: none;
                }

    .yxc-menu svg:hover {
        fill: white;
    }

    .yxc-menu > li.has-mega > a {
        position: relative;
    }
        .yxc-menu > li.has-mega > a::before {
            content: "";
            position: absolute;
            left: 50%;
            top: calc(100%);
            width: 12px;
            height: 12px;
            background: #000;
            transform: translateX(-50%) rotate(45deg);
            opacity: 0;
        }
    .yxc-menu > li.has-mega:hover > a::before {
        opacity: 1;
    }

    .yxc-menu .mega-wrap {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
        margin: 0 auto;
        padding: 0px;
    }
        .yxc-menu .mega-wrap .col {
            margin: 0px 50px 0px 50px;
        }
        .yxc-menu .mega-wrap .cards {
            display: grid;
            grid-template-columns: repeat(4,minmax(0,1fr));
            gap: 28px;
        }

        .yxc-menu .mega-wrap .card {
            display: block;
            text-decoration: none;
            color: inherit;
            padding: 0px 0px 20px 0px;
        }

            .yxc-menu .mega-wrap .card:hover {
                background: #f2f2f2;
            }

        .yxc-menu .mega-wrap .card-media {
            width: 100%;
            overflow: hidden;
            background: #d9d9d9;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .yxc-menu .mega-wrap .card-media img {
                width: 100%;
                height: 180px;
                object-fit: cover;
                display: block;
            }

        .yxc-menu .mega-wrap .card-title {
            margin-top: 0.875rem;
            font-weight: bold;
            letter-spacing: .2px;
            color: #000;
            text-align: center;
        }

    .yxc-menu .mega-hr-wrap {
        display: grid;
        grid-template-columns: minmax(0, 2fr);
        margin: 0 auto;
        padding: 0px;
    }
        .yxc-menu .mega-hr-wrap .col {
            margin: 0px 50px 0px 50px;
        }

        .yxc-menu .mega-hr-wrap .cards {
            display: grid;
            grid-template-columns: repeat(5,minmax(0,1fr));
            gap: 28px;
        }
        .yxc-menu .mega-hr-wrap .card {
            display: block;
            text-decoration: none;
            color: inherit;
            padding: 0px 0px 20px 0px;
        }

            .yxc-menu .mega-hr-wrap .card:hover {
                background: #f2f2f2;
            }
        .yxc-menu .mega-hr-wrap .card-media {
            width: 100%;
            overflow: hidden;
            background: #d9d9d9;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .yxc-menu .mega-hr-wrap .card-media img {
                width: 100%;
                height: 180px;
                object-fit: cover;
                display: block;
            }
        .yxc-menu .mega-hr-wrap .card-title {
            margin-top: 0.875rem;
            font-weight: bold;
            letter-spacing: .2px;
            color: #000;
            text-align: center;
        }

@supports(selector(:has(*))) {
    .yxc-menu > li.has-mega:has(.mega:hover) > a::before {
        opacity: 1;
    }
}
@media (max-width: 1100px) {
    .yxc-menu {
        display: none;
    }
}

.yxc-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 500px;
    height: 100%;
    background-color: #FFF;
    padding: 20px;
    list-style: none;
    font-size: 0.875rem;
    z-index: 99999;
}

    .yxc-mobile-menu button {
        text-decoration: none;
        color: #333;
        display: inline-block;
        font-weight: bold;
        border: none;
        background: none;
        cursor: pointer;
        margin: 8px 5px;
        font-size: 1em;
    }

@media (max-width: 1100px) {
    .menu-container {
        display: none;
    }

    .yxc-mobile-menu.active {
        display: block;
    }

    .mobile-menu-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .toggle-submenu {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-right: 20px;
        border-bottom: 1px solid #ddd;
    }

        .toggle-submenu a {
            text-decoration: none;
            color: #333;
            padding: 8px 10px;
            display: block;
            font-weight: bold;
        }

    .mobile-dropdown {
        display: none;
        width: auto;
        padding: 5px 0;
        margin-right: 20px;
        border-bottom: 1px solid #ddd;
        max-height: 200px;
        overflow: auto;
    }

        .mobile-dropdown a {
            padding: 8px 10px;
            display: block;
            color: #333;
            border-bottom: 1px solid #ddd;
        }
            .mobile-dropdown a:last-child {
                border-bottom: none;
            }
        .mobile-dropdown .mobile-seeall {
            display: block;
            padding: 8px 10px;
            font-size: 0.875rem;
            color: #666;
            text-decoration: none;
            border-bottom: 1px dashed #e5e5e5;
        }
            .mobile-dropdown .mobile-seeall:hover {
                color: #000;
                background: #f7f7f7;
            }

    .close-menu {
        font-size: 15px;
        padding: 0px 10px 15px 10px;
        cursor: pointer;
    }
}

.sign-in-link {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 20px 0px 0px 0px;
    background-color: #fff;
    font-size: 1rem;
    color: #333;
    border-top: 1px solid #ddd;
    width: 75%;
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .sign-in-link a {
        text-decoration: none;
        color: #333;
        padding: 10px;
        display: inline-block;
    }

.sign-in-mobilelink {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 20px;
    background-color: #fff;
    font-size: 1em;
    color: #333;
    border-top: 1px solid #ddd;
    width: 75%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

    .sign-in-mobilelink a {
        text-decoration: none;
        color: #333;
        display: inline-block;
        font-weight:bold;
    }

    .sign-in-mobilelink .item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 10px;
        width: 100%;
        box-sizing: border-box;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
    }

.userdropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: auto;
    min-width: 300px;
    padding: 10px 0;
    z-index: 999;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-size: 0.875rem; 
}

    .userdropdown svg {
        flex-shrink: 0;
    }

    .userdropdown a {
        display: flex;
        align-items: center; /* 鍨傜洿灞呬腑 */
        gap: 8px; /* 鍥炬爣鍜屾枃瀛楅棿璺?*/
        padding: 15px 25px;
        text-decoration: none;
        color: inherit;
    }

        .userdropdown a:hover {
            font-weight: bold;
        }

.dropdown-container {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100vw;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    z-index: 998;
}
/* ----------------------------------------------------------------- */

/* ---------------------- 鐢ㄦ埛琛屼负鍖哄煙 ------------------------------ */
.header__icon-list {
    position: relative;
    display: flex;
    gap: 10px;
    margin: 0px 50px 0px 0px;
    min-width: 330px;
}

    .header__icon-list ul {
        margin: 5px 0px;
    }

    .header__icon-list li {
        position: relative;
        display: inline-flex;
    }

    .header__icon-list .userlink {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        color: black;
        border: none;
        cursor: pointer;
        background-color: #fff;
    }

    .header__icon-list svg {
        stroke: black;
        transition: stroke 0.3s ease-in-out, transform 0.2s ease-in-out;
    }

    .header__icon-list .userlink:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .header__icon-list a:hover svg {
        stroke: #000;
        transform: scale(1.1);
    }

    .header__icon-list .header__cart-count {
        position: absolute;
        top: -2px;
        right: -2px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        background: #092c47;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__icon-list .cart-progress-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .header__icon-list .cart-progress-container .upload-spinner {
            width: 25px;
            height: 25px;
            border: 6px solid #f3f3f3;
            border-top: 6px solid #3498db;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }

    .header__icon-list .quotation {
        margin: 0px 5px 0px 10px;
    }
@media (max-width: 1100px) {
    .header__icon-list {
        display: none;
    }
}

h2 {
    scroll-margin-top: 125px;
}
html {
    scroll-behavior: smooth;
}

body.home-page,
body.service-3d-printing-page,
body.service-cnc-machining-page,
body.service-sheet-metal-fabrication-page {
    line-height: 0;
}

body.home-page .yxc-header-container,
body.home-page .body-container,
body.home-page .foot-container,
body.home-page .login-modal,
body.home-page .modal,
body.home-page .pay-model,
body.home-page .ui-dialog,
body.home-page .opera-dialog,
body.service-3d-printing-page .yxc-header-container,
body.service-3d-printing-page .body-container,
body.service-3d-printing-page .foot-container,
body.service-3d-printing-page .login-modal,
body.service-3d-printing-page .modal,
body.service-3d-printing-page .pay-model,
body.service-3d-printing-page .ui-dialog,
body.service-3d-printing-page .opera-dialog,
body.service-cnc-machining-page .yxc-header-container,
body.service-cnc-machining-page .body-container,
body.service-cnc-machining-page .foot-container,
body.service-cnc-machining-page .login-modal,
body.service-cnc-machining-page .modal,
body.service-cnc-machining-page .pay-model,
body.service-cnc-machining-page .ui-dialog,
body.service-cnc-machining-page .opera-dialog,
body.service-sheet-metal-fabrication-page .yxc-header-container,
body.service-sheet-metal-fabrication-page .body-container,
body.service-sheet-metal-fabrication-page .foot-container,
body.service-sheet-metal-fabrication-page .login-modal,
body.service-sheet-metal-fabrication-page .modal,
body.service-sheet-metal-fabrication-page .pay-model,
body.service-sheet-metal-fabrication-page .ui-dialog,
body.service-sheet-metal-fabrication-page .opera-dialog {
    line-height: normal;
}

body.home-page .ui-dialog,
body.service-3d-printing-page .ui-dialog,
body.service-cnc-machining-page .ui-dialog,
body.service-sheet-metal-fabrication-page .ui-dialog {
    line-height: 1.6;
}

body.home-page .yxc-header-container,
body.service-3d-printing-page .yxc-header-container,
body.service-cnc-machining-page .yxc-header-container,
body.service-sheet-metal-fabrication-page .yxc-header-container,
body.solution-prototyping-page .yxc-header-container,
body.solution-low-volume-manufacturing-page .yxc-header-container,
body.solution-mass-production-page .yxc-header-container,
body.solution-production-parts-page .yxc-header-container,
body.solution-custom-parts-page .yxc-header-container,
body.solution-automotive-page .yxc-header-container,
body.solution-consumer-products-page .yxc-header-container,
body.solution-medical-devices-page .yxc-header-container,
body.solution-robotics-page .yxc-header-container,
body.solution-aerospace-page .yxc-header-container,
body.solution-tooling-fixtures-page .yxc-header-container {
    height: 0;
}

body.home-page .body-container,
body.home-page .main-banner,
body.service-3d-printing-page .body-container,
body.service-3d-printing-page .main-banner,
body.service-cnc-machining-page .body-container,
body.service-cnc-machining-page .main-banner,
body.service-sheet-metal-fabrication-page .body-container,
body.service-sheet-metal-fabrication-page .main-banner,
body.solution-prototyping-page .body-container,
body.solution-prototyping-page .main-banner,
body.solution-low-volume-manufacturing-page .body-container,
body.solution-low-volume-manufacturing-page .main-banner,
body.solution-mass-production-page .body-container,
body.solution-mass-production-page .main-banner,
body.solution-production-parts-page .body-container,
body.solution-production-parts-page .main-banner,
body.solution-custom-parts-page .body-container,
body.solution-custom-parts-page .main-banner,
body.solution-automotive-page .body-container,
body.solution-automotive-page .main-banner,
body.solution-consumer-products-page .body-container,
body.solution-consumer-products-page .main-banner,
body.solution-medical-devices-page .body-container,
body.solution-medical-devices-page .main-banner,
body.solution-robotics-page .body-container,
body.solution-robotics-page .main-banner,
body.solution-aerospace-page .body-container,
body.solution-aerospace-page .main-banner,
body.solution-tooling-fixtures-page .body-container,
body.solution-tooling-fixtures-page .main-banner {
    margin-top: 0;
}
/* ----------------------------------------------------------------- */

/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙--------------------------- */
.body-container {
    margin: 0px auto;
}
@media (max-width: 1100px) {
    .body-container {
        margin-top: 70px;
    }
}
.trade-container {
    font-size: 0.875rem;
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-棣栬Banner --------------------------- */
.main-banner {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/baa76f13-9969-4cbe-aa71-2796a008fe88.webp');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 95vh;
    width: 100vw;
}

    .main-banner .content-container {
        position: relative;
        margin: 0 auto;
        width: 100%;
        padding: 0px 50px 20px 50px;
        max-width: 1480px;
    }

    .main-banner.mb-home .content-container {
        display: flex;
        justify-content: center;
    }

    .main-banner .content {
        position: relative;
        z-index: 1;
        max-width: 650px;
    }

    .main-banner.mb-home .content {
        text-align: center;
    }

    .main-banner.mb-home .content h1 {
        margin: 0;
        line-height: 1.16;
    }

    .main-banner.mb-home .home-hero-kicker {
        margin-bottom: 12px;
    }

    .main-banner.mb-home .content > p:not(.home-hero-kicker) {
        max-width: 680px;
        margin: 24px auto 32px;
        line-height: 1.85;
    }

    .main-banner.mb-home .content .quotation {
        margin-right: 12px;
    }

        .main-banner .content h1 {
            font-size: 2.8em;
            margin: 0;
            font-weight: 700;
        }

        .main-banner .content h2 {
            font-size: 1.25em;
            margin-top: 25px;
            font-weight: bold
        }

        .main-banner .content p {
            font-size: 0.875rem; 
            margin: 25px 0px;
            font-weight: 350;
        }

        .main-banner .content .features {
            font-size: 0.875rem; 
            margin: 20px 0px 30px 0px;
        }

        .main-banner .content .feature {
            display: flex;
            align-items: center;
            gap: 10px;
            flex: 1 1 calc(33.33% - 20px);
            min-width: 250px;
            margin: 10px 0px;
        }

        .main-banner .content .remarks {
            margin: 20px 0px 0px 0px;
            font-size: 0.875rem; 
        }

        .main-banner .content .remark {
            display: flex;
            align-items: center;
            gap: 10px;
            flex: 1 1 calc(33.33% - 20px);
            margin: 0px 0px;
        }

    .main-banner .tab-container {
        margin: 20px 0px 35px 0px;
    }

    .main-banner .tab {
        margin: 10px 0px 0px 5px;
        padding: 10px 30px;
        border-radius: 25px;
        font-size: 0.875rem;
        cursor: pointer;
        background-color: transparent;
        color: white;
        transition: all 0.3s ease;
        display: inline-flex;
        gap: 6px;
        border: 2px solid #666;
    }

        .main-banner .tab:hover {
            text-decoration: none;
            border: 2px solid white;
        }

        .main-banner .tab.active {
            border: 2px solid white;
        }

        .main-banner .tab .status-icon {
            display: none;
        }

        .main-banner .tab.active .status-icon {
            display: inline;
        }

    .main-banner .crumbs {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        color: var(--muted);
        margin-bottom: 20px;
    }

        .main-banner .crumbs a {
            color: inherit;
            text-decoration: none;
        }

        .main-banner .crumbs .sep {
            opacity: .45;
        }

@media (max-width: 767px) {
    .main-banner {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/baa76f13-9969-4cbe-aa71-2796a008fe88.webp');
        background-size: cover;
        background-position: center;
        color: white;
        text-align: left;
        padding: 30px 20px 50px 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        min-height: 600px;
    }

        .main-banner .tab {
            margin: 10px 0px 0px 0px;
            font-size: 0.8rem;
            padding: 5px 10px;
        }

        .main-banner .content-container {
            padding: 0px;
        }

        .main-banner .content {
            position: relative;
            z-index: 1;
            margin: 0px;
        }

            .main-banner .content h1 {
                text-align: left;
                width: 100%;
                margin-bottom: 20px;
                font-size: 1.5em;
            }

            .main-banner .content h2 {
                font-size: 1em;
            }

            .main-banner .content p {
                text-align: left;
                width: 100%;
                margin-bottom: 20px;
            }

            .main-banner .content .features {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                width: 100%;
            }

            .main-banner .content .feature {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
                margin: 5px;
                width: 48%;
            }

                .main-banner .content .feature svg {
                    margin-right: 10px;
                }

            .main-banner .content button {
                padding: 12px 20px;
                width: 100%;
                margin-bottom: 5px;
            }

            .main-banner .content .viewmore {
                margin: 0px;
            }

            .main-banner .content .viewmore-a{
                margin: 0px;
            }

            .main-banner .content .remarks {
                margin: 15px 0px 0px 0px;
                font-size: 0.8rem;
            }
}

.mb-3dprinting {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/44fcf4e4-8673-468f-a416-b980a69b0a72.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}

.mb-prototyping {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/b5daa2cb-9044-401f-899e-5fa660007f00.webp');
    background-position: center calc(50% + 44px);
    color: #fff;
}

.mb-low-volume-manufacturing {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/fd0d5348-99c5-470a-a91a-9bc4631fe6ef.webp');
    background-position: center calc(50% + 44px);
    color: #fff;
}

.mb-mass-production {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/64afc905-6fcf-4d1f-a41c-9790c3a0c425.webp');
    background-position: center calc(50% + 44px);
    color: #fff;
}

.mb-production-parts {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/56929bbc-912a-4e13-9c7e-a1209525806b.webp');
    background-position: center calc(50% + 44px);
    color: #fff;
}

.mb-custom-parts {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/0cb67743-e0c9-46e9-9479-ef7901a38dd5.webp');
    background-position: center calc(50% + 44px);
    color: #fff;
}

.mb-tooling-fixtures {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/cac0bdf4-01ee-4f08-958b-ff67a24a48ef.webp');
    background-position: center calc(50% + 44px);
    color: #fff;
}

.service-3d-printing-page .mb-3dprinting .content-container,
.solution-prototyping-page .mb-prototyping .content-container,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .content-container,
.solution-mass-production-page .mb-mass-production .content-container,
.solution-production-parts-page .mb-production-parts .content-container,
.solution-custom-parts-page .mb-custom-parts .content-container,
.solution-automotive-page .mb-automotive .content-container,
.solution-consumer-products-page .mb-consumer-products .content-container,
.solution-medical-devices-page .mb-medical .content-container,
.solution-robotics-page .mb-robotics .content-container,
.solution-aerospace-page .mb-aerospace .content-container,
.solution-tooling-fixtures-page .mb-tooling-fixtures .content-container {
    align-self: stretch;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .solution-tooling-fixtures-page .mb-tooling-fixtures .content-container {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        padding-left: max(80px, calc((100vw - 1480px) / 2));
        padding-right: max(80px, calc((100vw - 1480px) / 2));
    }
}

.service-3d-printing-page .mb-3dprinting .content,
.solution-prototyping-page .mb-prototyping .content,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .content,
.solution-mass-production-page .mb-mass-production .content,
.solution-production-parts-page .mb-production-parts .content,
.solution-custom-parts-page .mb-custom-parts .content,
.solution-automotive-page .mb-automotive .content,
.solution-consumer-products-page .mb-consumer-products .content,
.solution-medical-devices-page .mb-medical .content,
.solution-robotics-page .mb-robotics .content,
.solution-aerospace-page .mb-aerospace .content,
.solution-tooling-fixtures-page .mb-tooling-fixtures .content {
    margin-top: 0;
    margin-bottom: 0;
}

.solution-consumer-products-page .mb-consumer-products .content h1,
.solution-consumer-products-page .mb-consumer-products .content p,
.solution-medical-devices-page .mb-medical .content h1,
.solution-medical-devices-page .mb-medical .content p,
.solution-robotics-page .mb-robotics .content h1,
.solution-robotics-page .mb-robotics .content p,
.solution-aerospace-page .mb-aerospace .content h1,
.solution-aerospace-page .mb-aerospace .content p {
    color: #000;
}

.solution-prototyping-page .mb-prototyping .content,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .content,
.solution-mass-production-page .mb-mass-production .content,
.solution-production-parts-page .mb-production-parts .content,
.solution-custom-parts-page .mb-custom-parts .content,
.solution-tooling-fixtures-page .mb-tooling-fixtures .content {
    color: #fff;
    background: rgba(0, 0, 0, 0.48);
    padding: 34px 38px;
    border-radius: 5px;
}

.solution-prototyping-page .mb-prototyping .content h1,
.solution-prototyping-page .mb-prototyping .content p,
.solution-prototyping-page .mb-prototyping .remarks,
.solution-prototyping-page .mb-prototyping .remark,
.solution-prototyping-page .mb-prototyping .remark span,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .content h1,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .content p,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .remarks,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .remark,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .remark span,
.solution-mass-production-page .mb-mass-production .content h1,
.solution-mass-production-page .mb-mass-production .content p,
.solution-mass-production-page .mb-mass-production .remarks,
.solution-mass-production-page .mb-mass-production .remark,
.solution-mass-production-page .mb-mass-production .remark span,
.solution-production-parts-page .mb-production-parts .content h1,
.solution-production-parts-page .mb-production-parts .content p,
.solution-production-parts-page .mb-production-parts .remarks,
.solution-production-parts-page .mb-production-parts .remark,
.solution-production-parts-page .mb-production-parts .remark span,
.solution-custom-parts-page .mb-custom-parts .content h1,
.solution-custom-parts-page .mb-custom-parts .content p,
.solution-custom-parts-page .mb-custom-parts .remarks,
.solution-custom-parts-page .mb-custom-parts .remark,
.solution-custom-parts-page .mb-custom-parts .remark span,
.solution-tooling-fixtures-page .mb-tooling-fixtures .content h1,
.solution-tooling-fixtures-page .mb-tooling-fixtures .content p,
.solution-tooling-fixtures-page .mb-tooling-fixtures .remarks,
.solution-tooling-fixtures-page .mb-tooling-fixtures .remark,
.solution-tooling-fixtures-page .mb-tooling-fixtures .remark span {
    color: #fff;
}

.solution-prototyping-page .mb-prototyping .remark svg,
.solution-low-volume-manufacturing-page .mb-low-volume-manufacturing .remark svg,
.solution-mass-production-page .mb-mass-production .remark svg,
.solution-production-parts-page .mb-production-parts .remark svg,
.solution-custom-parts-page .mb-custom-parts .remark svg,
.solution-tooling-fixtures-page .mb-tooling-fixtures .remark svg {
    stroke: #fff;
}

.service-cnc-machining-page .main-banner .content-container,
.service-sheet-metal-fabrication-page .main-banner .content-container,
.service-injection-molding-page .main-banner .content-container,
.service-vacuum-casting-page .main-banner .content-container {
    align-self: stretch;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.service-cnc-machining-page .main-banner .content,
.service-sheet-metal-fabrication-page .main-banner .content,
.service-injection-molding-page .main-banner .content,
.service-vacuum-casting-page .main-banner .content {
    margin-top: 0;
    margin-bottom: 0;
}
.mb-cncmachining {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/0b5ebbed-84e6-4560-9ef6-60fee2cd6a85.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}
.mb-aerospace {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/c0242b68-1f19-4cd6-8867-5680673fbf95.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}
.mb-automation {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/Automation_Parts_Manufacturing_solutions,customize_your_parts.webp');
    color: #fff;
}
.mb-automotive {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/65ba66be-467b-4e30-936c-8a1c41a9bf6c.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}
.mb-robotics {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/fb15d880-9236-4cc3-8aab-93e3eb61f9dc.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}
.mb-consumer-products {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/18c0cd25-19bb-452f-9097-722094271e73.webp');
    background-position: center calc(50% + 44px);
    color: #fff;
}

    .mb-consumer-products .quotation {
        color: #fff;
    }
.mb-medical {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/aeb89f08-eec9-40c8-af64-ad25881bba6a.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}
.mb-ourstory {
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), /* 榛戣壊鍗婇€忔槑閬僵 */
        url('https://static.yuxincode.com/xpartslab-com/images/Home_Our Story.webp') center/cover no-repeat;
    color: #fff;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
    .mb-ourstory .content-container {
        padding: 0px;
    }
    .mb-ourstory .content {
        max-width: 950px;
    }
        .mb-ourstory .content h1 {
            text-align: center;
            font-size: 2.5rem;
        }
        .mb-ourstory .content .crumbs {
            display: flex;
            align-items: center;
            justify-items: center;
            justify-content: center;
            text-align: center;
        }
.mb-injection-molding {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/7d6df009-c27d-41a8-9cbb-48e3afa19e04.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}
.mb-vacuum-casting {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/cb58be21-6e2f-44a0-bfc4-897e6c4dbfd0.webp');
    background-position: center calc(50% + 44px);
    color: #000;
}
    .mb-vacuum-casting .content,
    .mb-vacuum-casting .content h1,
    .mb-vacuum-casting .content p,
    .mb-vacuum-casting .content .remarks,
    .mb-vacuum-casting .content .remark,
    .mb-vacuum-casting .content .remark span {
        color: #000;
    }
.mb-sheet-metal-fabrication {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/91b0e829-fc01-4e1d-80aa-9bf7b5d70a06.webp');
    background-position: center calc(50% + 44px);
    color: #333333;
}
    .mb-sheet-metal-fabrication .content,
    .mb-sheet-metal-fabrication .content h1,
    .mb-sheet-metal-fabrication .content p,
    .mb-sheet-metal-fabrication .content .remarks,
    .mb-sheet-metal-fabrication .content .remark,
    .mb-sheet-metal-fabrication .content .remark span {
        color: #333333;
    }
    .mb-sheet-metal-fabrication .brand-list {
        width: 420px;
        background-color:#fff;
        padding: 10px 5px 0px 10px
    }
.mb-on-demand {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/On-Demand_Manufacturing_Services.webp');
    color: #fff;
    max-height: 650px;
}

.brand-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 35px 0px 0px 0px;
    gap: 15px;
}

.brand img {
    max-width: 100%;
    height: 20px;
}
@media (max-width: 1100px) {

    .mb-ourstory .content {
        width: 100%;
    }
        .mb-ourstory .content h1 {
            font-size: 1.8rem;
        }
    .brand-list {
        display: none;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-Banner --------------------------- */
.main-banner-a {
    flex-wrap: wrap;
    position: relative;
    color: #000;
    height: 760px;
    width: 100vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; /* 鏁翠綋闈犲彸 */
    margin: 0px;
}

    .main-banner-a .left-content {
        width: 47%;
        padding: 0px 50px 0px 0px;
        box-sizing: border-box;
        max-width: 750px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .main-banner-a .right-content {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-position: top;
        font-size: 0.875rem;
        min-height: 100%;
    }
.contact-qr__meta {
    margin-left: 20px;
}

    .main-banner-a h1 {
        font-size: 3.2rem;
        margin: 0;
        font-weight: 700;
    }

    .main-banner-a h2 {
        font-size: 1.5em;
        margin-top: 25px;
        font-weight: bold
    }

    .main-banner-a .son-title {
        font-size: 1.2em;
        margin: 25px 0px 0px 0px;
        font-weight: bold
    }

    .main-banner-a p {
        font-size: 0.875rem; 
        margin: 25px 0px;
        font-weight: 350;
    }

    .main-banner-a .features {
        font-size: 0.875rem; 
        margin: 20px 0px 20px 0px;
    }

    .main-banner-a .feature {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 10px 0px;
    }

    .main-banner-a .remarks {
        margin: 10px 0px 0px 0px;
        font-size: 0.8rem; 
    }

    .main-banner-a .remark {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        margin: 0px 0px;
    }
    .main-banner-a .crumbs {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        color: var(--muted);
        margin-bottom: 20px;
    }

        .main-banner-a .crumbs a {
            color: inherit;
            text-decoration: none;
        }

        .main-banner-a .crumbs .sep {
            opacity: .45;
        }

.main-banner-a .rapid-prototyping {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/prototyping-services-01.webp');
}
.main-banner-a .low-volume-manufacturing {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/low-volume-manufacturing-01.webp');
}
.main-banner-a .mass-production {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/mass-production-01.webp');
}
.main-banner-a .production-parts {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/production-parts-01.webp');
}
.main-banner-a .custom-parts {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/custom-parts-01.webp');
}
.main-banner-a .tooling-fixtures {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/tooling-fixtures-01.webp');
}

@media (max-width: 1100px) {
    .main-banner-a {
        height: auto;
    }
        .main-banner-a .left-content {
            padding: 30px 20px;
        }
}
@media (max-width: 768px) {
    .main-banner-a {
        color: #000;
        text-align: left;
        padding: 30px 20px 30px 20px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        margin: 0px;
    }
        .main-banner-a h1 {
            font-size: 2em;
            margin: 0;
            font-weight: 700;
        }
        .main-banner-a .left-content {
            width: 100%;
            padding: 20px 0px 0px 0px;
            height: auto;
        }

        .main-banner-a .right-content {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: top;
            order: -1
        }
        .main-banner-a .content-container {
            padding: 0px;
        }

        .main-banner-a .content {
            position: relative;
            z-index: 1;
            margin: 0px;
        }

            .main-banner-a .content h1 {
                text-align: left;
                width: 100%;
                margin-bottom: 20px;
                font-size: 1.5em;
            }

            .main-banner-a .content h2 {
                font-size: 1em;
            }

            .main-banner-a .content p {
                text-align: left;
                width: 100%;
                margin-bottom: 20px;
            }

            .main-banner-a .content .features {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                width: 100%;
            }

            .main-banner-a .content .feature {
                display: flex;
                align-items: center;
                margin-bottom: 5px;
                margin: 5px;
                width: 48%;
            }

                .main-banner-a .content .feature svg {
                    margin-right: 10px;
                }

            .main-banner-a .content button, .main-banner-a .left-content button {
                padding: 12px 10px;
                width: 100%;
                margin-bottom: 5px;
            }

        .main-banner-a .remarks {
            margin: 15px 0px 0px 0px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-Banner --------------------------- */
.banner {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/Custom-Manufacturing-Services-1.webp');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
}

    .banner .content-container {
        position: relative;
        margin: 0 auto;
        width: 100%;
        padding: 0px 50px;
        max-width: 1480px;
    }

    .banner .content {
        position: relative;
        z-index: 1;
        max-width: 850px;
    }

    .banner h1 {
        font-size: 4em;
        margin: 0;
        font-weight: 700;
    }

    .banner h2 {
        font-size: 1.5em;
        margin: 25px 0px;
        font-weight: bold
    }

    .banner p {
        font-size: 0.875rem; 
        margin: 15px 0;
    }

    .banner .features {
        font-size: 0.875rem; 
        color: white;
        margin: 20px 0px 20px 0px;
    }

    .banner .feature {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 10px 0px;
    }

    .banner .remarks {
        color: white;
        margin: 0px 0px 0px 0px;
        font-size: 0.875rem; 
    }

    .banner .remark {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        margin: 0px 0px;
    }
    .banner .tab-container {
        margin: 0px 0px 35px 0px;
    }

    .banner .tab {
        margin: 10px 0px 0px 5px;
        padding: 10px 30px;
        border-radius: 25px;
        font-size: 1rem;
        cursor: pointer;
        background-color: transparent;
        color: white;
        transition: all 0.3s ease;
        display: inline-flex;
        gap: 6px;
        border: 1px solid #666;
    }
        .banner .tab:hover {
            transform: translateY(-3px);
        }
        .banner .tab.active {
            border: 1px solid white;
        }
        .banner .tab .status-icon {
            display: none;
        }
        .banner .tab.active .status-icon {
            display: inline;
        }

.our-story {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Who-we-are.webp');
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .our-story.content {
        margin: 0px;
    }

.investor {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Our_Investor.webp');
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .investor .content {
        margin: 0px;
    }

.careers {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Craft_the_Tomorrow_Together.webp');
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
}

    .careers .content {
        margin: 0px;
    }

.contact-us {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Contact_Us_02.webp');
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
}

    .contact-us .contactregion {
        background-color: #fff;
        color: #000;
        padding: 15px 20px;
        width: 300px;
        margin: 30px 0px;
        font-weight: bold;
        border-radius: 5px;
    }

.streamline {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/xmake_map_01.webp');
    height: 350px;
}

    .streamline h3 {
        font-size: 1.25rem;
        margin: 0;
        font-weight: 700;
    }

    .streamline p {
        font-size: 0.875rem;
    }

.future {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/the_future_of_xmake.webp');
    background-color: #000;
    color: #fff;
    padding: 80px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 350px;
    margin: 80px 0px 80px 0px;
}

    .future .content {
        position: relative;
        z-index: 1;
        max-width: 750px;
        margin: 0px 0px 0px 30px
    }

    .future h1 {
        margin-bottom: 30px;
    }

@media (max-width: 768px) {
    .banner {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/banner_mobile.webp');
        background-size: cover;
        background-position: center;
        color: white;
        text-align: left;
        padding: 50px 20px 50px 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: auto;
    }

        .banner .content {
            position: relative;
            z-index: 1;
            margin: 0px;
        }

        .banner h1 {
            font-size: 1.8rem;
            text-align: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .banner p {
            font-size: 1rem;
            text-align: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .banner .features {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            width: 100%;
        }

        .banner .feature {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
            margin: 5px;
            width: 48%;
        }

            .banner .feature svg {
                margin-right: 10px;
            }

        .banner .features span {
            font-size: 1rem;
        }

        .banner button {
            padding: 12px 20px;
            font-size: 1rem;
            width: 100%;
            margin-bottom: 5px;
        }
        .banner .viewmore {
            margin: 0px;
        }

        .banner .remarks {
            margin: 15px 0px 0px 0px;
        }

    #btfoxconnzone {
        margin: 0px;
        padding: 15px 30px;
        border-radius: 5px;
        font-size: 1rem;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid white;
        color: white;
        transition: all 0.3s ease;
    }

    .robotics {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Medical_Devices_Mobile.webp');
        color: #000;
        height: 700px;
        background-position: center bottom -100px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: flex-start;
        padding: 0px 20px;
    }

        .robotics .features, .robotics .brand-list {
            display: none;
        }

        .robotics .content {
            position: relative;
            z-index: 1;
            margin: 0px;
            width: 85%;
            padding-top: 40px;
        }

    .medical {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Medical-Devices_Mobile.webp');
        color: #000;
        height: 700px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: flex-start;
        padding: 0px 20px;
    }

        .medical .features, .medical .brand-list {
            display: none;
        }

        .medical .content {
            position: relative;
            z-index: 1;
            margin: 0px;
            width: 85%;
            padding-top: 40px;
        }

    .our-story {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Who-we-are.webp');
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .investor {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Our_Investor.webp');
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .careers {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Craft_the_Tomorrow_Together.webp');
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-us {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/XMAKE_Contact_Us_02.webp');
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 150px 0px;
    }

        .contact-us .contactregion {
            padding: 15px 20px;
            text-align: center;
            margin-top: 30px;
            width: 88%;
        }

    .streamline {
        background-image: url('https://static.yuxincode.com/xpartslab-com/images/xmake_map_01.webp');
    }

    .future {
        background-image: none;
        background-color: #000;
    }

        .future h2 {
            text-align: center;
            margin: 30px 0px 50px 0px
        }
}
@media (max-width: 767px) {
    .banner {
        padding: 50px 20px 50px 20px;
    }

        .banner .content-container {
            padding: 0px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-涓讳骇鍝?--------------------------- */
.prod-container {
    margin: 0px auto;
    padding: 80px 50px;
    max-width: 1480px;
}

    .prod-container h2 {
        font-size: 2em;
        text-align: center;
        margin: 0px 0px 30px 0px;
    }

    .prod-container .title {
        margin: 0px 0px 50px 0px;
        text-align: center;
    }

        .prod-container .title h2 {
            margin: 0px;
        }

    .prod-container .title-remark {
        text-align: center;
        max-width: 880px; 
        margin: 0 auto; 
        padding: 0 16px; 
        line-height: 1.7;
        word-break: break-word;
        overflow-wrap: anywhere;
        margin-bottom: 50px;
        font-size: 0.875rem;
    }

    .prod-container .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 30px;
    }

    .prod-container .card {
        background: white;
        overflow: hidden;
        text-align: left;
        width: calc(25% - 30px);
        cursor: pointer;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
        border: 1px solid #d0d0d0;
        border-radius: 5px;
    }

        .prod-container .card:hover {
            background: #f2f2f2;
        }

        .prod-container .card img {
            width: 100%;
            object-fit: cover;
        }

    .prod-container .card-content {
        padding: 15px;
        border-radius: 5px;
    }

    .prod-container .card h3 {
        margin: 0 0 10px;
        text-align: left;
        font-size: 1.2em;
    }

    .prod-container .card p {
        color: #000;
        margin: 5px 0px;
        font-size: 0.875rem; 
    }

    .prod-container .features {
        font-size: 0.875rem; 
        margin: 10px 0px 0px 0px;
    }
        .prod-container .features .feature {
            display: flex;
            align-items: center;
            margin: 5px 0px;
            font-size: 0.8rem;
        }
        .prod-container .features .feature svg {
            margin-right: 5px;
        }

    .prod-container a {
        color: #000;
        font-size: 0.875rem; 
    }
    .prod-container a:hover {
        text-decoration: none;
    }
    .prod-container .card .contact {
        margin-top: 20px;
    }

    .prod-container .learn-more:hover {
        text-decoration: underline;
    }
    .prod-container .learn-more a {
        display: inline-block;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 10px;
        font-size: 0.875rem; 
    }
        .prod-container .learn-more:hover {
            text-decoration: underline;
        }
    .prod-container .learn-more a .txt-span {
        margin-right: 20px;
    }

@media (max-width: 1100px) {
    .prod-container {
        padding: 30px 50px;
    }
        .prod-container .card {
            width: calc(50% - 20px);
        }
}

@media (max-width: 767px) {

    .prod-container {
        padding: 30px 20px;
    }
        .prod-container .grid {
            gap: 15px;
        }

        .prod-container .card {
            width: 100%;
        }

            .prod-container .card img {
                height: 220px;
            }

        .prod-container .card-content {
            padding: 15px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-涓讳骇鍝?--------------------------- */
.prod-container-2 {
    margin: 0px auto;
    padding: 50px;
    max-width: 1280px;
}

    .prod-container-2 h2 {
        font-size: 2em;
        text-align: center;
        margin: 0px 0px 80px 0px;
    }

    .prod-container-2 .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 40px;
    }

    .prod-container-2 .card {
        background: white;
        overflow: hidden;
        text-align: left;
        width: calc(50% - 30px);
        cursor: pointer;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
    }

        .prod-container-2 .card:hover {
            background: #f2f2f2;
        }

        .prod-container-2 .card img {
            width: 100%;
            object-fit: cover;
        }

    .prod-container-2 .card-content {
        padding: 15px;
    }

    .prod-container-2 .card h3 {
        margin: 0 0 10px;
        text-align: left
    }

    .prod-container-2 .card p {
        color: #666;
        margin-bottom: 10px;
        font-size: 0.875rem; 
    }

    .prod-container-2 .learn-more a {
        display: inline-block;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 10px;
        font-size: 0.875rem; 
    }

    .prod-container-2 .learn-more:hover {
        text-decoration: underline;
    }

    .prod-container-2 .learn-more a .txt-span {
        margin-right: 20px;
    }

@media (max-width: 1100px) {
    .prod-container-2 {
        padding: 30px 20px 30px 20px;
    }

        .prod-container-2 .card {
            width: calc(50% - 20px);
        }
}

@media (max-width: 767px) {

    .prod-container-2 .grid {
        gap: 15px;
    }
    .prod-container-2 .card {
        width: 100%;
    }

        .prod-container-2 .card img {
            height: 220px;
        }

    .prod-container-2 .card-content {
        padding: 10px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-涓讳骇鍝?--------------------------- */
.prod-container-3 {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
}

    .prod-container-3 h2 {
        font-size: 2em;
        text-align: center;
        margin: 0px 0px 30px 0px;
    }

    .prod-container-3 .title {
        margin: 0px 0px 50px 0px;
        text-align: center;
    }

        .prod-container-3 .title h2 {
            margin: 0px;
        }

    .prod-container-3 .title-remark {
        text-align: center;
        max-width: 880px;
        margin: 0 auto;
        padding: 0 16px;
        line-height: 1.7;
        word-break: break-word;
        overflow-wrap: anywhere;
        margin-bottom: 50px;
        font-size: 0.875rem;
    }

    .prod-container-3 .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 40px;
    }

    .prod-container-3 .card {
        background: white;
        overflow: hidden;
        text-align: left;
        width: calc(33% - 30px);
        cursor: pointer;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
    }

        .prod-container-3 .card:hover {
            background: #f2f2f2;
        }

        .prod-container-3 .card img {
            width: 100%;
            object-fit: cover;
        }

    .prod-container-3 .card-content {
        padding: 15px 5px;
    }

    .prod-container-3 .card h3 {
        margin: 0 0 10px;
        text-align: left;
        font-size: 1.2em;
    }

    .prod-container-3 .card p {
        color: #000;
        margin: 5px 0px;
        font-size: 0.8rem;
    }

    .prod-container-3 .features {
        font-size: 0.875rem;
        margin: 10px 0px 0px 0px;
    }

        .prod-container-3 .features .feature {
            display: flex;
            align-items: center;
            margin: 5px 0px;
            font-size: 0.8rem;
        }

            .prod-container-3 .features .feature svg {
                margin-right: 5px;
            }

    .prod-container-3 a {
        color: #000;
        font-size: 0.875rem;
    }

        .prod-container-3 a:hover {
            text-decoration: none;
        }

    .prod-container-3 .card .contact {
        margin-top: 20px;
    }

    .prod-container-3 .learn-more:hover {
        text-decoration: underline;
    }

    .prod-container-3 .learn-more a {
        display: inline-block;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 10px;
        font-size: 0.875rem; 
    }

    .prod-container-3 .learn-more:hover {
        text-decoration: underline;
    }

    .prod-container-3 .learn-more a .txt-span {
        margin-right: 20px;
    }

@media (max-width: 1100px) {
    .prod-container-3 {
        padding: 30px 50px;
    }

        .prod-container-3 .card {
            width: calc(50% - 20px);
        }
}

@media (max-width: 767px) {

    .prod-container-3 {
        padding: 30px 20px;
    }

        .prod-container-3 .grid {
            gap: 15px;
        }

        .prod-container-3 .card {
            width: 100%;
        }

            .prod-container-3 .card img {
                height: 220px;
            }

        .prod-container-3 .card-content {
            padding: 10px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-a --------------------------- */
.a-container {
    text-align: left;
    padding: 50px 50px 0px 50px;
}

    .a-container .strength-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 20px;
        margin: 50px 0px;
    }

    .a-container .text-content {
        max-width: 45%;
    }

    .a-container .header-image {
        width: 48%;
        object-fit: cover;
    }

    .a-container .stats-table {
        display: flex;
        justify-content: space-between;
        margin: 30px 0px 0px 0px;
    }

    .a-container .stat {
        text-align: center;
    }

    .a-container .stat-number {
        font-size: 1.5em;
        font-weight: bold;
    }

    .a-container .stat-label {
        font-size: 1em;
        color: #777;
        margin-top: 5px;
    }

    .a-container .item {
        margin-bottom: 20px;
    }

    .a-container .outstory {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 50px 0px;
    }

@media (max-width: 768px) {
    .mobile-top {
        text-align: left;
        padding: 0px 50px 0px 50px;
    }

    .a-container .strength-section {
        flex-direction: column;
        align-items: center;
    }

    .a-container .text-content {
        max-width: 100%;
    }

    .a-container .header-image {
        width: 100%;
        margin-top: 20px;
    }

    .a-container .stats-table {
        align-items: center;
        gap: 10px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-a-1 --------------------------- */
.a1-container {
    text-align: left;
    margin: 50px 0px;
    font-size: 0.875rem; 
}

    .a1-container .strength-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding: 0px;
        margin: 0px;
    }

    .a1-container .text-content {
        max-width: 45%;
    }

        .a1-container .text-content .item-content {
            margin: 20px 0px 0px 0px;
        }

    .a1-container .header-image {
        width: 48%;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .a1-container .strength-section {
        flex-direction: column;
        align-items: center;
    }

    .a1-container .text-content {
        max-width: 100%;
        text-align: center;
    }

    .a1-container .header-image {
        width: 100%;
        margin-top: 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-b --------------------------- */
.b-container {
    margin: 0 auto;
    padding: 80px 50px 50px 50px;
}

    .b-container h2 {
        text-align: center;
        margin: 0px 0px 80px 0px;
    }

    .b-container .maincontent {
        display: flex;
    }

    .b-container .sectors {
        width: 25%;
        display: flex;
        flex-direction: column;
        margin-right: 0px;
    }

    .b-container .sector {
        font-weight: bold;
        cursor: pointer;
        transition: color 0.3s ease, background-color 0.3s ease;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 50px 10px;
    }

        .b-container .sector:hover {
            color: #007BFF;
            background-color: #e9f5ff;
        }

        .b-container .sector.active {
            background-color: #000;
            color: #fff;
            border-color: #000;
        }

    .b-container .content {
        flex: 1;
        background-color: #fff;
        border-radius: 10px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-left: 0;
        border-left: none;
    }

    .b-container p {
        color: #666;
        margin-bottom: 20px;
        font-size: 0.875rem; 
    }

    .b-container .item-image {
        width: 100%;
    }

    .b-container .textremark {
        padding: 50px;
        overflow-y: auto;
    }

    .b-container .features {
        margin: 30px 0px 10px 0px;
        color: #000;
        font-size: 0.875rem; 
    }

        .b-container .features .item-title {
            font-weight: bold;
            text-transform: uppercase;
        }

    .b-container .feature {
        display: flex;
        align-items: start;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 10px 0px;
    }

        .b-container .feature svg {
            margin: 7px 0px;
        }

@media (max-width: 768px) {
    .b-container {
        margin: 0 auto;
        padding: 80px 20px 50px 20px;
    }

        .b-container .sector {
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s ease, background-color 0.3s ease;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 50px 10px;
            width: 80px;
            word-break: break-word;
            white-space: normal;
        }

        .b-container .textremark {
            padding: 20px;
            overflow-y: auto;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-b-2 --------------------------- */
.b-container-2 {
    margin: 0 auto;
    padding: 80px 50px 50px 50px;
    max-width: 1480px;
}

    .b-container-2.service-materials-section {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        box-sizing: border-box;
        padding-left: max(50px, calc((100vw - 1480px) / 2));
        padding-right: max(50px, calc((100vw - 1480px) / 2));
    }

        .b-container-2.service-materials-section > h2,
        .b-container-2.service-materials-section > .materials-section-intro,
        .b-container-2.service-materials-section > .maincontainer {
            max-width: 1480px;
            margin-left: auto;
            margin-right: auto;
        }

        .b-container-2.service-materials-section > .materials-section-intro {
            max-width: 1180px;
            margin-top: 0;
            margin-bottom: 40px;
            text-align: center;
            line-height: 1.75;
            color: #333;
        }

    .b-container-2 h2 {
        text-align: center;
        margin: 0px 0px 30px 0px;
    }

    .b-container-2 img {
        width: 100%;
    }

    .b-container-2 .header-image {
        width: 100%;
        object-fit: cover;
    }

    .b-container-2 .maincontainer {
        display: flex;
        justify-content: space-between;
    }
    .b-container-2 .maincontent {
        width: 48%;
    }
    .b-container-2 .sectorcontainer {
        display: flex;
        justify-content: space-between;
    }

    .b-container-2 .sectors {
        width: 40%;
        display: flex;
        flex-direction: column;
        margin-right: 5px;
        font-size: 0.875rem; 
    }

    .b-container-2 .sector {
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: left;
        text-align: left;
        padding: 10px 50px;
        font-size: 0.875rem;
        border-bottom: 1px solid #ccc;
    }

        .b-container-2 .sector:hover {
            background-color: #f2f2f2;
        }

        .b-container-2 .sector.active {
            background-color: #000;
            color: #fff;
        }

    .b-container-2 .content {
        flex: 1;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: 0;
    }

        .b-container-2 .content .item .contact {
            font-size: 0.8rem;
            font-weight: normal;
            padding: 8px 10px;
            margin-top: 2px;
        }

    .b-container-2 p {
        margin-bottom: 20px;
        font-size: 0.875rem; 
    }

    .b-container-2 .item-image {
        width: 100%;
    }
    .b-container-2 .text-title {
        display: flex;
        align-items: center;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000;
        gap: 5px;
    }

    .b-container-2 .textremark {
        padding: 0px 30px 20px 30px;
        overflow-y: auto;
    }

    .b-container-2 .features {
        margin: 30px 0px 10px 0px;
        color: #000;
        font-size: 0.875rem; 
    }

        .b-container-2 .features .item-title {
            font-weight: bold;
            text-transform: uppercase;
        }

    .b-container-2 .feature {
        display: flex;
        align-items: start;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 10px 0px;
    }

        .b-container-2 .feature svg {
            margin: 7px 0px;
        }

    .b-container-2 .vm-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .b-container-2 .vm-card {
        background-color: #fafafa;
        border-radius: 8px;
        overflow: hidden;
        width: 45%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        text-align: left;
        border-radius: 10px;
        border: 1px solid #ddd;
    }

    .b-container-2 .vm-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .b-container-2 .vm-text {
        padding: 20px 25px;
    }

        .b-container-2 .vm-text h3 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #222;
        }

        .b-container-2 .vm-text p {
            font-size: 15px;
            line-height: 1.6;
            color: #555;
        }
    .b-container-2 .alertinfo {
        display: flex;
        align-items: center;
        background-color: #f2f2f2;
        margin-top: 20px;
        padding: 15px 20px;
    }
    .b-container-2 .alertinfo > span {
        margin-left: 5px;
    }
@media (max-width: 768px) {
    .b-container-2 {
        margin: 0 auto;
        padding: 50px;
    }

        .b-container-2 .maincontainer {
            flex-direction: column;
        }

        .b-container-2 .maincontent {
            width: 100%;
        }

        .b-container-2 .vm-card {
            width: 100%;
        }

        .b-container-2 .sectors {
            width: 35%;
        }

        .b-container-2 .sector {
            font-weight: bold;
            cursor: pointer;
            display: flex;
            align-items: flex-start;
            justify-content: left;
            text-align: left;
            padding: 10px 10px;
            font-size: 0.875rem;
        }
}
@media (max-width: 767px) {
    .b-container-2 {
        margin: 0 auto;
        padding: 50px 20px;
    }

        .b-container-2.service-materials-section {
            padding-left: 20px;
            padding-right: 20px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-b-3 --------------------------- */
.b-container-3 {
    margin: 0 auto;
    padding: 30px 50px 80px 50px;
}

    .b-container-3 h2 {
        text-align: center;
        margin: 0px 0px 80px 0px;
    }

    .b-container-3 .maincontent {
        display: flex;
    }

    .b-container-3 .sectors {
        width: 25%;
        display: flex;
        flex-direction: column;
        margin-right: 0px;
    }

    .b-container-3 .sector {
        font-weight: bold;
        cursor: pointer;
        transition: color 0.3s ease, background-color 0.3s ease;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px 10px;
    }

        .b-container-3 .sector:hover {
            color: #007BFF;
            background-color: #e9f5ff;
        }

        .b-container-3 .sector.active {
            background-color: #000;
            color: #fff;
            border-color: #000;
        }

    .b-container-3 .content {
        flex: 1;
        background-color: #fff;
        border-bottom-left-radius: 0px;
        border-radius: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-left: 0;
        border-left: none;
    }

    .b-container-3 p {
        color: #666;
        margin-bottom: 10px;
        font-size: 0.875rem; 
    }

    .b-container-3 .item-image {
        width: 100%;
    }

    .b-container-3 .textremark {
        padding: 30px 50px 50px 50px;
        overflow-y: auto;
    }

    .b-container-3 .features {
        margin: 30px 0px 10px 0px;
        color: #000;
        font-size: 0.875rem; 
    }

        .b-container-3 .features .item-title {
            font-weight: bold;
            text-transform: uppercase;
        }

    .b-container-3 .feature {
        display: flex;
        align-items: start;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 10px 0px;
    }

        .b-container-3 .feature svg {
            margin: 7px 0px;
        }
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-c-5涓厓绱?--------------------------- */
.c-container-5-items {
    margin: 0px auto;
    padding: 100px 20px;
    box-sizing: border-box;
    background-color: #f2f2f2 !important;
}

    .c-container-5-items h2 {
        text-align: center;
        margin: 0px 0px 80px 0px;
    }

    .c-container-5-items .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .c-container-5-items .card {
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: calc(16% - 30px);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 0px;
    }

        .c-container-5-items .card img {
            object-fit: cover;
        }

    .c-container-5-items .card-content {
        padding: 15px;
        text-align: center;
    }

    .c-container-5-items .card .title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.6;
        margin: 0 0 10px;
    }

    .c-container-5-items .card div {
        color: #666;
        margin-bottom: 10px;
        font-size: 0.875rem; 
    }

    .c-container-5-items .learn-more {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 30px;
        text-align: center;
    }

        .c-container-5-items .learn-more:hover {
            text-decoration: underline;
        }

@media (max-width: 1024px) {
    .c-container-5-items .card {
        width: calc(48% - 30px);
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-c-3涓厓绱?--------------------------- */
.c-container-3-items {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
}

    .c-container-3-items h2 {
        font-size: 2em;
        text-align: center;
        margin: 30px 0px 50px 0px;
    }
    .c-container-3-items .title-remark {
        text-align: center;
        margin: 0px 0px 80px 0px;
    }

    .c-container-3-items .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 30px;
    }

    .c-container-3-items .card {
        background: #f2f2f2;
        overflow: hidden;
        width: calc(25% - 23px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0px 0px 15px 0px;
        font-size: 1rem;
        cursor: pointer;
    }

        .c-container-3-items .card img {
            object-fit: cover;
            display: block;
            width: 100%;
            height: 220px;
        }
        .c-container-3-items .card:hover {
            background: #e0e0e0;
            transition: background 0.3s ease;
        }
        .c-container-3-items .card .contact {
            width: 150px;
        }

    .c-container-3-items .icon-img {
        margin: 25px auto 0px;
        height: 50px;
    }

    .c-container-3-items .hr-icon-img {
        margin: 25px auto 0px;
        height: 120px;
    }

    .c-container-3-items .card-content {
        padding: 10px 15px;
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        font-size: 0.875rem; 
    }

    .c-container-3-items .card-content p {
        font-size: 1em; 
        margin: 10px 0px;
    }

    .c-container-3-items .card h3 {
        font-size: 1.4em;
        margin: 10px 0px;
    }

    .c-container-3-items .card div {
        margin-bottom: 5px;
    }

    .c-container-3-items .card .features {
        margin-top: auto;
    }

    .c-container-3-items .card .title {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 20px 0px 0px 0px;
        font-weight: bold;
    }

    .c-container-3-items .card .feature {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 5px 0px;
    }

        .c-container-3-items .card .feature span {
            font-size: 0.9rem;
        }

    .c-container-3-items .learn-more {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 30px;
        text-align: center;
    }

        .c-container-3-items .learn-more:hover {
            text-decoration: underline;
        }

    .c-container-3-items a {
        color: #000;
        text-decoration: none;
    }
@media (max-width: 1100px) {
    .c-container-3-items {
        padding: 50px;
    }
        .c-container-3-items .card-content {
            padding: 10px;
            width: 100%;
        }
        .c-container-3-items .card img {
            width: 100%;
            height: 175px;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            display: block;
        }
}
@media (max-width: 768px) {
    .c-container-3-items {
        padding: 50px 20px;
    }
        .c-container-3-items .card {
            width: 100%;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-c-3涓厓绱?--------------------------- */
.c-container-3-items-black {
    background-color: #000;
    color: #fff;
}
    .c-container-3-items-black .container {
        margin: 0px auto;
        padding: 50px;
        max-width: 1480px;
    }

    .c-container-3-items-black h2 {
        font-size: 2em;
        text-align: center;
        margin: 0px 0px 80px 0px;
    }

    .c-container-3-items-black .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 150px;
    }

    .c-container-3-items-black .card {
        background: #f2f2f2;
        overflow: hidden;
        width: calc(23%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0px;
        font-size: 0.9rem;
        cursor: pointer;
    }

        .c-container-3-items-black .card img {
            object-fit: cover;
            display: block;
            width: 100%;
        }

        .c-container-3-items-black .card:hover {
            background: #e0e0e0;
            transition: background 0.3s ease;
        }

    .c-container-3-items-black .icon-img {
        margin: 25px auto 0px;
        height: 50px;
    }

    .c-container-3-items-black .hr-icon-img {
        margin: 25px auto 0px;
        height: 120px;
    }

    .c-container-3-items-black .card-content {
        padding: 15px 30px 0px 30px;
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        font-size: 0.875rem; 
    }

    .c-container-3-items-black .card h3 {
        font-size: 1.4em;
        margin: 15px 0px;
    }

    .c-container-3-items-black .card div {
        margin-bottom: 10px;
    }

    .c-container-3-items-black .card .features {
        margin-top: auto;
    }

    .c-container-3-items-black .card .title {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 20px 0px 0px 0px;
        font-weight: bold;
    }

    .c-container-3-items-black .card .feature {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 5px 0px;
    }

        .c-container-3-items-black .card .feature span {
            font-size: 0.9rem;
        }

    .c-container-3-items-black .learn-more {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 30px;
        text-align: center;
    }

        .c-container-3-items-black .learn-more:hover {
            text-decoration: underline;
        }

@media (max-width: 1100px) {
    .c-container-3-items-black {
        padding: 50px;
    }
        .c-container-3-items-black .container {
            padding: 0px;
        }

        .c-container-3-items-black .grid {
            gap: 50px;
        }

        .c-container-3-items-black .card {
            width: calc(28%);
        }
}

@media (max-width: 768px) {
    .c-container-3-items-black {
        padding: 50px;
    }

        .c-container-3-items-black .card {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .c-container-3-items-black {
        padding: 50px 20px;
    }

        .c-container-3-items-black .card {
            width: 100%;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-d --------------------------- */
.d-container {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
    font-size: 1em;
}

    .d-container h2 {
        text-align: center;
    }

    .d-container .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .d-container .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 80px;
        padding: 50px 0px;
    }

        .d-container .features .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

            .d-container .features .feature-item img {
                width: 50px;
                height: auto;
            }

        .d-container .features h3 {
            margin: 0;
            font-size: 1.35em;
            font-weight: bold;
        }

        .d-container .features p {
            margin: 5px 0 0;
            color: #555;
        }
@media (max-width: 1100px) {
    .d-container {
        padding: 50px;
    }
}
@media (max-width: 768px) {
    .d-container {
        padding: 30px 20px;
    }
        .d-container .features {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-demo --------------------------- */
.demo-container {
    margin: 0px auto;
    padding: 50px;
    box-sizing: border-box;
}

    .demo-container h2 {
        text-align: center;
    }

    .demo-container .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .demo-container .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
        max-width: 100%;
        padding: 50px 0px;
    }

    .demo-container .gallery-item {
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
    }

        .demo-container .gallery-item img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .demo-container .gallery-item:hover {
            transform: scale(1.05);
        }
@media (max-width: 768px) {
    .demo-container {
        padding: 50px 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-timeline --------------------------- */
.timeline-container {
    padding: 0px;
    color: #1a1a1a;
    margin: auto;
}

    .timeline-container h2 {
        text-align: center;
        font-weight: 700;
        margin-bottom: 80px;
    }

    .timeline-container .timeline-item {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding: 30px 0px 0px 0px;
    }

    .timeline-container .timeline-dot {
        width: 15px;
        height: 15px;
        border: 3px solid #000;
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        margin-right: 20px;
        z-index: 1;
        flex-shrink: 0;
        top: 15px;
    }

        .timeline-container .timeline-dot.filled {
            background-color: #444;
        }

    .timeline-container .timeline-item::before {
        content: "";
        position: absolute;
        top: 65px;
        left: 9px;
        width: 2px;
        height: calc(100% - 20px);
        background-color: #ccc;
        z-index: 0;
    }
    .timeline-container .timeline-item:last-child::before {
        top: -10px;
    }

    .timeline-container .timeline-icon {
        width: 60px;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .timeline-container .timeline-content {
        display: flex;
        align-items: flex-start;
    }

        .timeline-container .timeline-content h3 {
            font-size: 1rem;
            margin: 10px 0px;
        }

        .timeline-container .timeline-content p {
            padding: 0px;
            margin: 0px;
            font-size: 0.875rem;
        }

/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-trusted --------------------------- */
.trusted-container {
    padding: 60px 30px;
    text-align: center;
    background-color: #f2f2f2 !important;
}

    .trusted-container h2 {
        font-weight: 700;
        margin-bottom: 80px;
        color: #333;
    }

    .trusted-container .feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 35px 60px;
        max-width: 1000px;
        margin: 0 auto 50px auto;
    }

    .trusted-container .feature-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 1rem;
        color: #333;
        padding-left: 10px;
    }

        .trusted-container .feature-item svg {
            margin: 0px 15px 0px 0px;
        }

    .trusted-container .checkmark {
        display: inline-block;
        background-color: #4a4a4a;
        color: white;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 0.875rem;
        line-height: 24px;
        text-align: center;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .trusted-container .logo-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 100px;
        align-items: center;
        margin: 80px 0px 0px 0px;
    }

        .trusted-container .logo-grid img {
            height: 25px;
            object-fit: contain;
        }


/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-stats-container --------------------------- */
.stats-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 50px;
    gap: 20px;
    flex-wrap: wrap;
}

    .stats-container .stat-item {
        display: flex;
        justify-content:center;
        align-items:center;
        text-align: center;
        color: #fff;
    }

        .stats-container .stat-item .icon {
            width: 60px;
            height: 60px;
            margin-bottom: 20px;
        }

        .stats-container .stat-item .number {
            font-size: 2em;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .stats-container .stat-item .label {
            font-size: 1em;
            color: #ccc;
        }

@media screen and (max-width: 768px) {
    .stats-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-investors --------------------------- */
.investors-section {
    padding: 60px 20px 80px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

    .investors-section h2 {
        margin-bottom: 80px;
    }

    .investors-section .investor-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .investors-section .investor-card {
        background: #fff;
        padding: 12px 20px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
        margin: 10px;
    }

        .investors-section .investor-card img {
            max-height: 100px;
            height: auto;
            width: auto;
            max-width: 100%;
            display: block;
        }

/* ----------------------------------------------------------------- */


/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-FAQ --------------------------- */
.faq-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 100px;
    margin: 0 auto;
    padding: 80px 50px;
    max-width: 1480px;
}
        .faq-section-wrapper .left-content h2 {
            font-weight: bold;
            margin: 20px 0px;
            color: #333;
            width: 200px;
            font-size: 2rem;
        }

        .faq-section-wrapper .faq-intro {
            margin: 0;
            color: #3f3f46;
            font-size: 0.95rem;
            line-height: 1.75;
        }
.faq-container {
}

.faq-item {
    border-bottom: 1px solid #ddd;
    transition: background 0.3s ease;
}
    .faq-item:first-child {
        padding-top: 0px;
    }
    .faq-item:hover {
        background: #f5f5f5;
    }

.faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

    .faq-question:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .faq-question .icon {
        font-weight: bold;
        text-align: center;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .faq-question button {
        border: none;
        background: none;
        cursor: pointer;
        font-size: 1rem;
        padding: 5px 0px;
    }

    .faq-question span {
        font-size: 0.875rem;
    }

.faq-answer {
    display: none;
    padding: 0px 20px;
    line-height: 1.6;
    font-size: 0.875rem;
}

    .faq-answer p {
        font-size: 1em;
    }

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    opacity: 1;
}
@media (max-width: 1100px) {
    .faq-section-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        display: block;
    }

        .faq-section-wrapper .left-content h2 {
            width: 100%;
            margin-bottom: 18px;
        }

        .faq-section-wrapper .faq-intro {
            margin-bottom: 36px;
        }
}
@media (max-width: 767px) {
    .faq-question {
        margin: 12px 0px;
    }

        .faq-question button {
            font-size: 0.875rem;
            text-align: left;
        }
    .faq-section-wrapper {
        padding: 50px 20px 50px 20px;
    }
}

/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-foot-Banner --------------------------- */
.foot-banner {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/part-collection.webp');
    background-size: cover;
    background-position: center;
    padding: 50px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 100vw;
    margin: 0px;
}

    .foot-banner h2 {
        text-align: center;
    }

    .foot-banner .quotation {
        padding: 12px 50px;
    }

    .foot-banner .remarks {
        margin: 10px 0px 0px 0px;
    }

    .foot-banner .remark {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        margin: 0px 0px;
    }

        .foot-banner .remark span {
            font-size: 0.875rem; 
        }
.fb-2 {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/start-project-now-light.webp');
    color: #000;
}
@media (max-width: 1100px) {
    .foot-banner {
        width: 100%;
        margin-top: 0px
    }

        .foot-banner h3 {
            font-size: 1.2em;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯搴曢儴鍖哄煙 --------------------------- */
.foot-container {
    padding: 50px 50px 0px 50px;
    margin: 0;
    background-color: #092c47;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    margin: 0px;
}

    .foot-container .foot-logo {
        display: flex;
        align-items: flex-start;
        margin: 0px 0px 30px 0px;
    }

        .foot-container .foot-logo img {
            height: 39px;
            width: auto;
            vertical-align: top;
            transition: all 0.3s ease;
        }
    .foot-container .footer-address {
        font-style: normal;
    }

    .foot-container .horizontal-layout {
        display: grid;
        grid-template-columns: 2fr 6fr; 
        gap: 50px; 
        padding: 0px 0px 10px 0px;
    }

        .foot-container .horizontal-layout .foot-menu-container {
            display: flex;
            justify-content: space-between
        }

            .foot-container .horizontal-layout .foot-menu-container > nav {
                width: 25%;
            }

.foot-container .address .title {
    margin: 10px 0px 10px 0px;
}

    .foot-container .address p {
        margin: 0px 0px 30px 0px;
    }

    .foot-container .title, .foot-container .title a {
        margin: 0px 0px 20px 0px;
        color: #fff;
        font-size: 1rem;
        text-transform: capitalize;
        font-weight: 500;
    }

    .foot-container p, .foot-container ul li {
        font-size: 0.875rem; 
        color: #c1c1c1;
        margin-bottom: 20px;
    }

    .foot-container p, .foot-container ul li a {
        display: flex;
    }

        .foot-container p, .foot-container ul li a svg {
            margin-right: 5px;
        }

    .foot-container ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .foot-container .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 0.5px solid #555;
        padding: 8px 0px;
    }

        .foot-container .footer p,
        .foot-container .footer a {
            margin: 0;
            font-size: 0.8rem;
        }

    .foot-container a {
        color: #c1c1c1;
        text-decoration: none;
        font-size: 0.875rem;
    }

        .foot-container a:hover {
            text-decoration: underline;
        }

    .foot-container .address,
    .foot-container .services,
    .foot-container .industries,
    .foot-container .resources,
    .foot-container .company {
        margin: 0;
        padding: 15px 10px 15px 0px;
        color: #c1c1c1 !important;
    }
    .foot-container .address {
        margin-left: 5px;
    }

#webterms a {
    margin: 0px 5px;
}
@media (max-width: 1100px) {
    .foot-container {
        padding: 30px 50px 10px 50px;
    }
        .foot-container .horizontal-layout {
            display: grid;
            grid-template-columns: 2fr 6fr;
            gap: 50px;
        }
        .foot-container .title {
            font-size: 1rem;
        }
}
@media (max-width: 767px) {
    .foot-container {
        padding: 20px 0px 0px 0px;
        margin: 0;
        background-color: #000;
    }
        .foot-container a {
            font-size: 1em;
        }
        .foot-container .title {
            margin: 0px 0px 15px 0px;
            color: #fff;
            font-size: 1em;
            text-transform: uppercase;
            font-weight: bold;
        }

        .foot-container .address p {
            margin: 0px 0px 10px 0px;
            text-align: left
        }

        .foot-container .horizontal-layout {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

            .foot-container .horizontal-layout > div {
                padding: 10px 20px;
            }

            .foot-container .horizontal-layout .foot-menu-container {
                display: flex;
                flex-direction: column;
            }

                .foot-container .horizontal-layout .foot-menu-container > nav {
                    width: 100%;
                    padding: 0px;
                }


        .foot-container .footer {
            display: none;
        }
        .foot-container .footer p {
            font-size: 1em;
        }

        .foot-container .address,
        .foot-container .services,
        .foot-container .industries,
        .foot-container .resources,
        .foot-container .company {
            margin: 0;
            padding: 0px;
            color: #c1c1c1 !important;
        }

    #webterms {
        display: none
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 鐗瑰畾鍖哄煙 --------------------------- */
.customer-say {
    background-color: #f2f2f2 !important;
}

    .customer-say .icon-img {
        margin: 50px auto 20px auto;
    }
/* ----------------------------------------------------------------- */

/* ---------------------- 鐏拌壊閬僵灞?--------------------------- */
.overlay {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 900;
}

    .overlay.active {
        display: block;
    }
/* ----------------------------------------------------------------- */

/* ---------------------- 浜у搧璁㈣喘瀵艰埅 --------------------------- */
.process-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 50px 20px 50px;
    position: relative;
    font-size: 0.875rem;
}

    .process-nav .process-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #333;
        font-weight: 500;
        transition: color 0.3s ease;
        width: 30%;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

        .process-nav .process-item a {
            color: #333;
            text-decoration: none;
            font-weight: normal;
            font-size: 0.8rem;
        }

            .process-nav .process-item a:hover {
                text-decoration: underline;
            }

        .process-nav .process-item img {
            width: 40px;
            height: 40px;
            margin: 0px 15px;
        }

        .process-nav .process-item.active {
            color: black;
            font-weight: bold;
            border-bottom: 1px solid #000;
        }

            .process-nav .process-item.active a {
                color: black;
                font-weight: bold;
            }

@media (max-width: 768px) {
    .process-nav {
        display: none;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 浜у搧璁㈣喘鍖哄煙 --------------------------- */
.prodorder-container {
    display: flex;
    align-items: flex-start;
    margin: 10px 50px 0px 50px;
    font-size: 0.8rem;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
    .prodorder-container .product-sidebar {
        position: relative;
        width: 50%;
    }

    .prodorder-container .product-gallery {
        position: relative;
        display: flex;
        align-items: center;
        align-items: flex-start;
    }

    .prodorder-container .thumbnail-container {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 76px;
        margin: 0px 5px 0px 10px;
        overflow: hidden;
        height: 650px;
    }

    .prodorder-container .thumbnail {
        width: 75px;
        height: auto;
        cursor: pointer;
        margin-bottom: 10px;
        border: 1px solid transparent;
        transition: border-color 0.3s;
        position: relative;
        border-radius: 8px;
    }

        .prodorder-container .thumbnail:hover {
            border-color: #666;
        }

        .prodorder-container .thumbnail.active {
            border-color: #666;
        }

    .prodorder-container .scroll-up,
    .prodorder-container .scroll-down {
        background-color: #f8f9fa;
        border: none;
        color: #ccc;
        font-size: 1rem;
        cursor: pointer;
        padding: 5px;
        position: absolute;
        z-index: 10;
        width: 75px;
        margin: 0px 5px 0px 10px;
    }

    .prodorder-container .scroll-up {
        top: 0;
    }

    .prodorder-container .scroll-down {
        bottom: 0;
    }

        .prodorder-container .scroll-up:disabled,
        .prodorder-container .scroll-down:disabled {
            color: #ccc;
            cursor: not-allowed;
        }

    .prodorder-container .main-image {
        width: 660px;
        min-height: 660px;
    }

        .prodorder-container .main-image img {
            width: 100%;
            height: auto;
            border: 1px solid #ccc;
            border-radius: 8px;
        }

    .prodorder-container .upload-progress-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f2f2f2;
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .prodorder-container .upload-progress-container .upload-spinner {
            width: 50px;
            height: 50px;
            border: 6px solid #f3f3f3;
            border-top: 6px solid #3498db;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }

        .prodorder-container .upload-progress-container .upload-hint-text {
            color: #D97706;
            padding: 20px;
            font-size: 0.8rem; 
        }

    .prodorder-container .upload-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding: 50px 0px;
        border: 2px dashed #ccc;
        text-align: center;
        color: #000;
        transition: border-color 0.3s ease;
        cursor: pointer;
        min-height: 450px;
        border-radius: 5px;
        background-color: #f7f7f7 !important
    }

        .prodorder-container .upload-container .upload-container__title {
            margin: 0px 0px 20px 0px;
            font-size: 0.875rem;
            font-weight: 700;
            color: #111;
            letter-spacing: 0.2px;
        }
        .prodorder-container .upload-container img {
            height: 90px;
        }

        .prodorder-container .upload-container .upload-container__sub {
            margin: 0 0 14px 0;
            font-size: 0.8rem;
            color: #444;
            line-height: 1.6;
        }

        .prodorder-container .upload-container .upload-container__badges {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0px 30px;
            padding: 0;
            list-style: none;
            justify-content: center;
        }

        .prodorder-container .upload-container .upload-container__badge {
            font-size: 0.8rem;
            color: #2b2b2b;
            background: #ffffff;
            border: 1px solid #e7edf6;
            padding: 6px 10px;
        }

        .prodorder-container .upload-container:hover {
            border-color: #000;
        }

        .prodorder-container .upload-container .upload-text-1 {
            width: 70%;
            font-weight: bold
        }

        .prodorder-container .upload-container .upload-text-2 {
            margin: 10px 0px 0px 0px;
            width: 80%;
            text-align: left;
            opacity: 0.5;
        }

        .prodorder-container .upload-container button {
            padding: 15px 100px;
            background-color: #000;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin: 0px 0px 10px 0px;
            font-size: 0.8rem;
            display: flex;
            align-items: center;
            gap: 5px;
            width: 345px;
        }

            .prodorder-container .upload-container button:hover {
                background-color: #5a5a5a;
            }

    .prodorder-container .product-file-edit {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0px auto;
        border: 1px solid #ccc;
        text-align: center;
        color: #000;
        transition: border-color 0.3s ease;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .prodorder-container .product-file-edit .btn-addmoreproduct {
            padding: 10px 55px;
            background-color: #000;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 0px;
            border: 1px solid #000;
            width: 100%;
            font-size: 0.8rem; 
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
        }

            .prodorder-container .product-file-edit .btn-addmoreproduct:hover {
                background-color: #555;
            }

        .prodorder-container .product-file-edit .upload-button {
            padding: 10px 55px;
            background-color: #f2f2f2;
            color: #000;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin: 2px 0px;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            width: 100%;
            font-size: 0.8rem; 
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

            .prodorder-container .product-file-edit .upload-button:hover {
                background-color: #ccc;
            }

        .prodorder-container .product-file-edit .fileoption {
            padding: 10px 0px 0px 25px;
            margin: 10px 0px 0px 0px;
            font-size: 12px;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            width: 100%;
            box-sizing: border-box;
        }

            .prodorder-container .product-file-edit .fileoption li:first-child {
                position: relative;
                padding-left: 0px;
                margin-bottom: 10px;
                text-align: left;
            }

            .prodorder-container .product-file-edit .fileoption li {
                position: relative;
                padding-left: 0px;
                margin-bottom: 10px;
                text-align: left;
            }

    .prodorder-container .product-file-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0px auto;
        text-align: center;
        color: #000;
        transition: border-color 0.3s ease;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .prodorder-container .product-file-container iframe, #viewer-3dview, #viewer-img {
            border: none;
            width: 100%;
            height: 500px;
        }

        .prodorder-container .product-file-container #viewer-3dview {
            position: relative;
        }

        .prodorder-container .product-file-container .viewer-drawing-info {
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 10px;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            gap: 16px;
            padding: 10px 14px;
            box-sizing: border-box;
            color: #fff;
            font-size: 12px;
            line-height: 1.6;
            text-align: left;
            background-color: rgba(96, 96, 96, 0.46);
            border-radius: 5px;
            pointer-events: none;
        }

            .prodorder-container .product-file-container .viewer-drawing-info ul {
                list-style-type: none;
                margin: 0px;
                padding: 0px;
            }

            .prodorder-container .product-file-container .viewer-drawing-info li {
                margin: 0px;
                padding: 0px;
                white-space: nowrap;
            }

                .prodorder-container .product-file-container .viewer-drawing-info li + li {
                    margin-top: 5px;
                }

            .prodorder-container .product-file-container .viewer-geometry-parameters {
                flex: 1 1 auto;
                min-width: 0px;
            }

            .prodorder-container .product-file-container .viewer-quote-parameters {
                flex: 0 0 auto;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                text-align: right;
            }

    .prodorder-container .viewer-file-hint-text {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 700px;
        height: 300px;
        margin: 0px auto;
        text-align: center;
        color: #000;
        font-size: 0.875rem;
        transition: border-color 0.3s ease;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #f2f2f2;
        border-radius: 10px;
    }

        .prodorder-container .viewer-file-hint-text div {
            margin: 0px 0px 10px 0px;
        }

        .prodorder-container .viewer-file-hint-text .alert-info {
            color: gray
        }

    .prodorder-container .wxapp {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        width: 345px;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
        padding: 15px 0px;
        gap: 10px;
        border: 1px solid #ddd;
        font-weight: bold;
    }

    .prodorder-container .product-info {
        padding: 0px 0px 0px 30px;
        width: 48%;
        position: relative;
    }

        .prodorder-container .product-info h2, .prodorder-container .product-info h1 {
            font-weight: bold;
            color: #333;
            font-size: 1em;
        }

        .prodorder-container .product-info .titleoption {
            width: 100%;
            font-size: 1em;
            padding: 10px 5px;
            cursor: pointer;
            font-weight: bold;
        }

        .prodorder-container .product-info .product-price {
            font-size: 20px;
            font-weight: bold
        }

        .prodorder-container .product-info .product-summary {
            background-color: white;
            padding: 20px;
            border: 1px solid #ccc;
        }

            .prodorder-container .product-info .product-summary .price-line {
                display: flex;
                justify-content: space-between;
                margin: 10px 0;
                padding: 3px;
            }

            .prodorder-container .product-info .product-summary .price-value {
                font-weight: normal;
            }

            .prodorder-container .product-info .product-summary .import-price-value {
                font-weight: bold;
            }
            .prodorder-container .product-info .product-summary .alert-text {
                color: #D97706;
                margin: 20px 0px 10px 0px;
                font-size: 0.8rem;
            }

            .prodorder-container .product-info .product-summary .order-summary {
                margin: 20px 0px 0px 0px;
                padding: 10px 0px 0px 0px;
                border-top: 1px solid #ccc;
            }
                .prodorder-container .product-info .product-summary .order-summary .edit-button {
                    display: inline-block;
                    padding: 2px 8px;
                    border-radius: 4px;
                    border: 1px solid #666;
                    cursor: pointer;
                    transition: all 0.2s ease;
                    text-decoration: none;
                    background-color: #646464;
                    color: #fff;
                    margin-left: 5px;
                    text-transform: none;
                    font-size: 0.875rem; 
                }

                    .prodorder-container .product-info .product-summary .order-summary .edit-button:hover {
                        background-color: #333;
                    }

        .prodorder-container .product-info .product-options {
            margin-top: 0px;
        }
            .prodorder-container .product-info .product-options .option {
                margin-bottom: 20px;
            }

        .prodorder-container .product-info .product-label {
            margin: 0px 0px 5px 0px;
            display: flex;
            justify-content: space-between;
            font-size: 0.8rem;
        }
            .prodorder-container .product-info .product-label .help-remark {
                display: flex;
                justify-content: space-between;
                gap: 5px;
                align-items: center;
            }
            .prodorder-container .product-info .product-label .help-remark a {
                font-size: 0.8rem;
                color: #333;
            }

        .prodorder-container .product-info .product-label a {
            display: flex;
            justify-content: space-between;
            font-size: 0.875rem;
        }

        .prodorder-container .product-info .option select {
            padding: 12px 10px;
            border: 1px solid #ccc;
            width: 100%;
            cursor: pointer;
            font-size: 0.83rem;
            background-color: #f7f7f7;
        }

        .prodorder-container .product-info .option .product-parameters {
            list-style-type: none;
            padding: 15px 0px 0px 0px;
            margin: 10px 0px 0px 0px;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

            .prodorder-container .product-info .option .product-parameters li {
                position: relative;
                padding-left: 0px;
                margin-bottom: 20px;
            }

                .prodorder-container .product-info .option .product-parameters li::before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #333;
                    line-height: 1em;
                }

        .prodorder-container .product-info .product-actions {
            margin: 20px 0px 10px 0px;
        }

            .prodorder-container .product-info .product-actions button {
                padding: 10px 25px;
                background-color: #fff;
                color: #000;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                transition: background-color 0.3s;
                margin-right: 0px;
                border: 1px solid #000;
            }

                .prodorder-container .product-info .product-actions button:hover {
                    background-color: #ccc;
                }

            .prodorder-container .product-info .product-actions .button-cart {
                padding: 10px 55px;
                background-color: #000;
                color: #fff;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                transition: background-color 0.3s;
                margin-right: 0px;
                border: 1px solid #000;
                width: 100%;
                font-size: 1em;
            }

                .prodorder-container .product-info .product-actions .button-cart:hover {
                    background-color: #555;
                }

            .prodorder-container .product-info .product-actions .button-submit {
                padding: 10px 55px;
                background-color: #fff;
                color: #000;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                transition: background-color 0.3s;
                margin-top: 5px;
                margin-right: 0px;
                border: 1px solid #000;
                width: 100%;
                font-size: 0.8rem;
            }

                .prodorder-container .product-info .product-actions .button-submit:hover {
                    background-color: #ccc;
                }

        .prodorder-container .product-info .option input[type="number"] {
            width: 82%;
            height: 28px;
            text-align: center;
            border: 1px solid #ccc;
            background-color: #f7f7f7;
            margin: 0px 3px;
            font-size: 0.8rem;
        }

        .prodorder-container .product-info .option .quantity-button {
            padding: 8px 12px;
            background-color: #e8e7e7;
            color: #000;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            font-size: 1em;
        }

            .prodorder-container .product-info .option .quantity-button:hover {
                background-color: #0056b3;
            }

        .prodorder-container .product-info .option textarea {
            width: 100%;
            height: 80px;
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #f7f7f7;
            resize: vertical;
            outline: none;
            transition: border-color 0.3s;
            box-sizing: border-box;
            color: black;
            font-size: 0.8rem;
        }

        .prodorder-container .product-info .option input[type="text"] {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #f7f7f7;
            resize: vertical;
            outline: none;
            transition: border-color 0.3s;
            margin: 0px 5px 0px 0px;
            font-size: 0.8rem;
            box-sizing: border-box;
        }

        .prodorder-container .product-info .option .upload-button {
            width: 100%;
            padding: 5px 10px;
            background-color: #e8e7e7;
            color: #000;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 0px;
            border: 1px solid #ccc;
            font-size: 0.875rem;
        }

            .prodorder-container .product-info .option .upload-button:hover {
                background-color: #ccc;
            }

        .prodorder-container .product-info .selectoption-container {
            position: relative;
            width: 100%;
        }

            .prodorder-container .product-info .selectoption-container input {
                width: 100%;
                padding: 2px 0px 2px 5px;
                border: 1px solid #999;
                border-radius: 4px;
                cursor: pointer;
            }

                .prodorder-container .product-info .selectoption-container input[type="checkbox"] {
                    width: auto;
                }

                .prodorder-container .product-info .selectoption-container input[type="text"] {
                    width: 100%;
                    padding: 10px;
                    border: 1px solid #dcdcdc;
                    border-radius: 0px;
                    background-color: #f7f7f7;
                    transition: all 0.2s ease;
                    cursor: pointer;
                }
                    .prodorder-container .product-info .selectoption-container input[type="text"]:hover {
                        border-color: #111;
                        box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
                    }
                    .prodorder-container .product-info .selectoption-container input[type="text"]:focus {
                        outline: none;
                        border-color: #000;
                        box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
                    }
            .prodorder-container .product-info .selectoption-container::after {
                content: "";
                position: absolute;
                right: 14px;
                top: 50%;
                width: 5px;
                height: 5px;
                border-right: 2px solid #333;
                border-bottom: 2px solid #333;
                transform: translateY(-50%) rotate(45deg);
                pointer-events: none;
                transition: transform 0.2s ease;
            }

/* 鎵撳紑鏃剁澶存棆杞?*/
.selectoption-container.active::after {
    transform: translateY(-50%) rotate(-135deg);
}

/* 鎼滅储鍥炬爣锛堝彲閫夊寮猴級 */
.selectoption-container.searchable::before {
    content: "鈱?;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #888;
    pointer-events: none;
}

        .prodorder-container .product-info .prodoption-dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            max-height: 350px;
            overflow-y: auto;
            background-color: white;
            border: 1px solid #ccc;
            z-index: 99999999;
            font-size: 12.99px;
        }

            .prodorder-container .product-info .prodoption-dropdown .group {
                font-weight: bold;
                padding: 8px 0px 8px 5px;
                background-color: #f7f7f7;
            }

            .prodorder-container .product-info .prodoption-dropdown .group-option {
                padding: 8px 0px 8px 20px;
                cursor: pointer;
                margin-bottom: 0px;
            }

                .prodorder-container .product-info .prodoption-dropdown .group-option:hover {
                    background-color: #f1f1f1;
                }

            .prodorder-container .product-info .prodoption-dropdown .option {
                padding: 8px 0px 8px 10px;
                cursor: pointer;
                margin-bottom: 0px;
                display: flex;
                align-items: center;
            }

                .prodorder-container .product-info .prodoption-dropdown .option img {
                    height: 50px;
                    margin-right: 10px;
                }

                .prodorder-container .product-info .prodoption-dropdown .option:hover {
                    background-color: #f1f1f1;
                }

            .prodorder-container .product-info .prodoption-dropdown .no-match {
                padding: 8px 0px 8px 5px;
                color: #999;
            }

.select-box {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 0.875rem;
    justify-content: space-between;
    background-color: white;
    margin-bottom: 20px;
}

    .select-box .box-option {
        flex: 1;
        text-align: center;
        padding: 10px 15px;
        cursor: pointer;
    }

        .select-box .box-option:hover {
            color: darkred
        }

        .select-box .box-option:first-child {
            border-radius: 20px 0px 0px 20px;
        }

        .select-box .box-option:last-child {
            border-radius: 0px 20px 20px 0px;
        }

        .select-box .box-option.selectitem {
            background-color: #f0f0f0;
            border-color: #555;
        }


.order-summary {
    width: 100%;
    margin-top: 60px;
}

.price-section p {
    font-size: 15px;
    margin: 10px 0;
}

    .price-section p span {
        float: right;
    }

.total-price {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .prodorder-container {
        display: flex;
        margin: 0px 20px;
        padding: 5px 0px;
        flex-direction: column;
    }

        .prodorder-container .product-sidebar {
            width: 100%
        }

        .prodorder-container .product-description {
            width: 100%
        }

        .prodorder-container .product-info {
            width: 100%;
            padding: 30px 0px 0px 0px;
        }

            .prodorder-container .product-info .option input[type="number"] {
                width: 60%;
            }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鐢ㄦ埛鐧诲綍鍖哄煙 --------------------------- */
.login-modal {
    display: none; /* 榛樿闅愯棌 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
}

    .login-modal .modal-content {
        background: white;
        padding: 20px 50px;
        border-radius: 8px;
        width: 350px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 10000;
    }

    .login-modal .close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }

    .login-modal h2 {
        font-size: 1.5em;
        font-weight: bold;
        color: #222;
        margin-bottom: 25px;
    }

    .login-modal form {
        text-align: left;
    }

    .login-modal label, .login-modal span {
        display: block;
        margin: 10px 0 5px;
        color: #333;
        font-size: 0.912em; 
    }

    .login-modal input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #f9f9f9;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
        font-size: 0.912em; 
    }

        .login-modal input:focus {
            border-color: #000;
            background: #fff;
            outline: none;
        }

    .login-modal .options {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0px 0px 0px;
        font-size: 0.912em; 
    }

    .login-modal .stay-signed-in {
        display: flex;
        align-items: center;
        color: #333;
        cursor: pointer;
        margin: 0px;
    }

        .login-modal .stay-signed-in input {
            width: 25px;
            padding: 0px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background: #f9f9f9;
            transition: all 0.3s ease-in-out;
            box-sizing: border-box;
            font-size: 0.912em;
            margin: 0px 0px 0px -5px;
        }

    .login-modal .forgot-password {
        color: #333;
        text-decoration: none;
        padding: 0px;
        font-size: 0.912em; 
        background: none;
        border: none;
        cursor: pointer;
    }

        .login-modal .forgot-password:hover {
            text-decoration: underline;
        }

    .login-modal .login-btn {
        width: 100%;
        padding: 12px;
        background: #000;
        color: white;
        border: none;
        border-radius: 5px;
        margin-top: 15px;
        cursor: pointer;
        font-weight: bold;
        transition: 0.3s;
        font-size: 0.912em; 
    }

        .login-modal .login-btn:hover {
            background: #333;
        }

    .login-modal .social-login button {
        width: 100%;
        padding: 12px;
        margin-top: 10px;
        border: 1px solid #333;
        background: white;
        color: #333;
        cursor: pointer;
        border-radius: 5px;
        font-weight: bold;
        transition: 0.3s;
        font-size: 0.912em; 
    }

        .login-modal .social-login button:hover {
            background: #000;
            color: white;
        }

    .login-modal .social-login {
        margin: 15px 0;
    }

    .login-modal .new-customer {
        font-size: 0.912em; 
    }

        .login-modal .new-customer a {
            color: #000;
            text-decoration: none;
            text-decoration: underline;
        }

    .login-modal .divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 20px 0px 10px 0px;
    }

        .login-modal .divider::before,
        .login-modal .divider::after {
            content: "";
            flex: 1;
            border-bottom: 1px solid #ddd;
            margin: 0 10px;
        }

        .login-modal .divider span {
            font-size: 0.912em; 
            color: #666;
            font-weight: bold;
        }

    .login-modal .terms {
        font-size: 12px;
        color: #666;
        margin: 20px 0px 10px 0px;
        line-height: 1.5;
        text-align: left;
    }

    .login-modal .notice {
        font-size: 12px;
        color: #666;
        margin-top: 0px;
        line-height: 1.5;
        text-align: left;
    }

    .login-modal .terms a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

        .login-modal .terms a:hover {
            text-decoration: underline;
        }

    .login-modal .alert-info {
        display: none;
        background: #ffecec;
        color: #d8000c;
        border: 1px solid #d8000c;
        padding: 10px;
        border-radius: 5px;
        font-size: 0.875rem;
        text-align: left;
    }

    .login-modal #login-otc {
        text-align: left;
        display: none;
    }

    .login-modal .code-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .login-modal .code-container input {
            flex: 1;
        }

    .login-modal #login-otc .item-alert {
        font-size: 0.912em; 
        color: green;
        margin-top: 5px;
        display: none;
    }

    .login-modal .send-code-btn {
        padding: 11px 30px;
        border: none;
        background-color: #000;
        color: white;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.3s;
        font-size: 0.912em; 
    }

        .login-modal .send-code-btn:hover {
            background: #333;
        }

        .login-modal .send-code-btn:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }
/* ----------------------------------------------------------------- */


/* ---------------------- 缃戠珯Body鍖哄煙-鐢ㄦ埛鐧诲綍鍖哄煙 --------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鐢ㄦ埛鐧诲綍椤?--------------------------- */
.login-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

    .login-container .modal-content {
        background: white;
        padding: 20px 50px;
        border-radius: 8px;
        width: 450px;
        text-align: center;
        position: relative;
    }

    .login-container .close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }

    .login-container h2 {
        margin-bottom: 35px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .login-container form {
        text-align: left;
    }

    .login-container label {
        display: block;
        margin: 10px 0 5px;
        color: #333;
        font-size: 0.875rem; 
    }

    .login-container input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #f9f9f9;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
        font-size: 0.875rem; 
    }

        .login-container input:focus {
            border-color: #000;
            background: #fff;
            outline: none;
        }

    .login-container .options {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0px 0px 0px;
        font-size: 0.875rem; 
    }

    .login-container .stay-signed-in {
        display: flex;
        align-items: center;
        color: #333;
        cursor: pointer;
        margin: 0px;
    }

        .login-container .stay-signed-in input {
            width: 25px;
            padding: 0px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background: #f9f9f9;
            transition: all 0.3s ease-in-out;
            box-sizing: border-box;
            font-size: 1em;
            margin: 0px 0px 0px -5px;
        }

    .login-container .forgot-password {
        color: #333;
        text-decoration: none;
        padding: 0px;
        font-size: 0.875rem; 
    }

        .login-container .forgot-password:hover {
            text-decoration: underline;
        }

    .login-container .login-btn {
        width: 100%;
        padding: 12px;
        background: #000;
        color: white;
        border: none;
        border-radius: 5px;
        margin-top: 15px;
        cursor: pointer;
        font-weight: bold;
        transition: 0.3s;
        font-size: 0.875rem; 
    }

        .login-container .login-btn:hover {
            background: #333;
        }

    .login-container .social-login button {
        width: 100%;
        padding: 12px;
        margin-top: 10px;
        border: 1px solid #333;
        background: white;
        color: #333;
        cursor: pointer;
        border-radius: 5px;
        font-weight: bold;
        transition: 0.3s;
        font-size: 0.875rem; 
    }

        .login-container .social-login button:hover {
            background: #000;
            color: white;
        }

    .login-container .social-login {
        margin: 15px 0;
    }

    .login-container .new-customer {
        font-size: 0.875rem; 
    }

        .login-container .new-customer a {
            color: #000;
            text-decoration: none;
            text-decoration: underline;
        }

    .login-container .divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 20px 0px 10px 0px;
    }

        .login-container .divider::before,
        .login-container .divider::after {
            content: "";
            flex: 1;
            border-bottom: 1px solid #ddd;
            margin: 0 10px;
        }

        .login-container .divider span {
            font-size: 0.875rem; 
            color: #666;
            font-weight: bold;
        }

    .login-container .terms {
        font-size: 12px;
        color: #666;
        margin: 20px 0px 10px 0px;
        line-height: 1.5;
        text-align: left;
    }

    .login-container .notice {
        font-size: 12px;
        color: #666;
        margin-top: 0px;
        line-height: 1.5;
        text-align: left;
    }

    .login-container .terms a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

        .login-container .terms a:hover {
            text-decoration: underline;
        }

    .login-container .alert-info {
        display: none;
        background: #ffecec;
        color: #d8000c;
        border: 1px solid #d8000c;
        padding: 10px;
        border-radius: 5px;
        font-size: 0.875rem;
        text-align: left;
    }

    .login-container #login-otc {
        text-align: left;
        display: none;
    }

    .login-container .code-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .login-container .code-container input {
            flex: 1;
        }

    .login-container #login-otc .item-alert {
        font-size: 0.875rem; 
        color: green;
        margin-top: 5px;
        display: none;
    }

    .login-container .send-code-btn {
        padding: 12px 30px;
        border: none;
        background-color: #000;
        color: white;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.3s;
        font-size: 0.875rem; 
    }

        .login-container .send-code-btn:hover {
            background: #333;
        }

        .login-container .send-code-btn:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-蹇樿瀵嗙爜 --------------------------- */
.forgot-container {
    margin: 0 auto;
    padding: 50px 50px 80px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem; 
}

    .forgot-container .form-content {
        width: 450px;
        text-align: center;
    }

    .forgot-container h2 {
        margin-bottom: 60px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .forgot-container .input-group {
        text-align: left;
        margin-bottom: 15px;
    }

    .forgot-container label {
        display: block;
        margin-bottom: 5px;
    }

    .forgot-container input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 1em;
    }

    .forgot-container .btn {
        width: 100%;
        padding: 10px;
        border: none;
        background: black;
        color: white;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 20px;
        font-size: 1em;
    }

        .forgot-container .btn:hover {
            background: #333;
        }

    .forgot-container .hidden {
        display: none;
    }

    .forgot-container .resend {
        font-size: 0.875rem;
        color: gray;
        cursor: pointer;
        margin-top: 10px;
    }

    .forgot-container .back-link {
        display: block;
        margin-top: 15px;
        font-size: 0.875rem;
        color: gray;
        text-decoration: none;
    }

        .forgot-container .back-link:hover {
            text-decoration: underline;
        }

    .forgot-container .remember-password {
        margin-top: 15px;
        text-align: center;
    }

        .forgot-container .remember-password p {
            color: #666;
            font-size: 1em;
        }

        .forgot-container .remember-password a {
            color: #666;
            text-decoration: none;
            font-size: 1em;
        }

            .forgot-container .remember-password a:hover {
                text-decoration: underline;
            }

    .forgot-container .alert-info {
        display: none;
        background: #ffecec;
        color: #d8000c;
        border: 1px solid #d8000c;
        padding: 10px;
        border-radius: 5px;
        font-size: 0.875rem;
        text-align: left;
        margin: 0px 0px 15px 0px;
    }
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鐢ㄦ埛娉ㄥ唽 --------------------------- */
.register-container {
    margin: 0 auto;
    padding: 50px 50px 80px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem; 
}

    .register-container .form-content {
        width: 450px;
        text-align: center;
    }

    .register-container h2 {
        margin-bottom: 60px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .register-container .input-group {
        text-align: left;
        margin-bottom: 15px;
    }

    .register-container label {
        display: block;
        margin-bottom: 5px;
    }

    .register-container input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 1em;
    }

    .register-container .btn {
        width: 100%;
        padding: 10px;
        border: none;
        background: black;
        color: white;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 20px;
        font-size: 1em;
    }

        .register-container .btn:hover {
            background: #333;
        }

    .register-container .hidden {
        display: none;
    }

    .register-container .resend {
        color: gray;
        cursor: pointer;
        margin-top: 10px;
    }

    .register-container .back-link {
        display: block;
        margin-top: 15px;
        font-size: 0.875rem;
        color: gray;
        text-decoration: none;
    }

        .register-container .back-link:hover {
            text-decoration: underline;
        }

    .register-container .code-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .register-container .code-container input {
            flex: 1;
        }

    .register-container .send-code-btn {
        padding: 12px 30px;
        border: none;
        background-color: #000;
        color: white;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.3s;
        font-size: 1em;
    }

        .register-container .send-code-btn:hover {
            background: #333;
        }

        .register-container .send-code-btn:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }

    .register-container .remember-password {
        margin-top: 15px;
        text-align: center;
    }

        .register-container .remember-password p {
            color: #666;
            font-size: 1em;
        }

        .register-container .remember-password a {
            color: #666;
            text-decoration: none;
            font-size: 1em;
        }

            .register-container .remember-password a:hover {
                text-decoration: underline;
            }

    .register-container .alert-info {
        display: none;
        background: #ffecec;
        color: #d8000c;
        border: 1px solid #d8000c;
        padding: 10px;
        border-radius: 5px;
        font-size: 1em;
        text-align: left;
        margin: 0px 0px 15px 0px;
    }

    .register-container .item-alert {
        font-size: 1em;
        color: green;
        margin-top: 5px;
        display: none;
    }

    .register-container .success-box {
        text-align: center;
        border: 1px solid #ddd;
        padding: 50px;
        border-radius: 5px;
        width: 500px;
        margin: 50px auto;
    }
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍥惧舰楠岃瘉鐮佸尯鍩?--------------------------- */
.captcha-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
}

    .captcha-model .modal-content {
        background: white;
        padding: 20px 50px;
        border-radius: 8px;
        width: 350px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 10000;
    }

    .captcha-model .close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }

    .captcha-model h2 {
        font-size: 22px;
        font-weight: bold;
        color: #222;
        margin-bottom: 25px;
    }

    .captcha-model form {
        text-align: left;
    }

    .captcha-model label {
        display: block;
        margin: 10px 0 5px;
        color: #333;
        font-size: 0.875rem; 
    }

    .captcha-model input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #f9f9f9;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
        font-size: 0.875rem; 
    }

        .captcha-model input:focus {
            border-color: #000;
            background: #fff;
            outline: none;
        }

    .captcha-model .options {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0px 0px 0px;
        font-size: 0.875rem; 
    }

    .captcha-model .confirm-btn {
        width: 100%;
        padding: 12px;
        background: #000;
        color: white;
        border: none;
        border-radius: 5px;
        margin-top: 15px;
        cursor: pointer;
        font-weight: bold;
        transition: 0.3s;
        font-size: 0.875rem; 
    }

        .captcha-model .confirm-btn:hover {
            background: #333;
        }


    .captcha-model .divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 20px 0px 10px 0px;
    }

        .captcha-model .divider::before,
        .captcha-model .divider::after {
            content: "";
            flex: 1;
            border-bottom: 1px solid #ddd;
            margin: 0 10px;
        }

        .captcha-model .divider span {
            font-size: 0.875rem; 
            color: #666;
            font-weight: bold;
        }

    .captcha-model .alert-info {
        display: none;
        background: #ffecec;
        color: #d8000c;
        border: 1px solid #d8000c;
        padding: 10px;
        border-radius: 5px;
        font-size: 0.875rem;
        text-align: left;
    }


/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鏂囨鍐呭 --------------------------- */
.content-section {
    margin: 0px auto;
    padding: 50px 0px;
    box-sizing: border-box;
}

    .content-section h2 {
        margin: 20px 0px 50px 0px;
    }

    .content-section h5 {
        margin: 20px 0px;
    }

    .content-section h6 {
        margin: 10px 0px;
    }

    .content-section p {
        font-size: 0.875rem; 
    }

    .content-section .item-title {
        font-weight: bold;
        margin: 10px 0px;
    }
    .content-section .icon-img {
        display: block;
        margin: 30px auto 0 auto;
        max-width: 100%;
        height: auto;
    }
    .content-section .container {
        max-width: 1480px;
        margin: 0 auto;
        padding: 0 50px;
    }
        .content-section .container .section__head {
            margin-bottom: 20px;
        }

        .content-section .container .section-h2 {
            font-size: 1.4rem;
        }
        .content-section .container .section-lead {
            font-size: 0.875rem;
            line-height: 1.6;
            margin-bottom: 10px;
        }
        .content-section .container .section-grid {
            display: grid;
            gap: 24px;
        }

        .content-section .container .section-grid--2 {
            grid-template-columns: repeat(2, 1fr);
        }
        .content-section .container .card {
            border: 1px solid #d0d0d0;
            padding: 10px 10px 0px 10px;
        }
            .content-section .container .card h3 {
                margin: 0px 0px 10px 0px;
            }
            .content-section .container .card .text {
                font-size: 0.875rem;
                margin: 6px 0px 5px 0px;
            }
        .content-section .container .text-list {
            font-size: 0.875rem;
            line-height: 1.7;
        }

            .content-section .container .text-list li {
                margin: 0 0 8px;
            }
@media (max-width: 768px) {
    .content-section .container {
        padding: 0 20px;
    }
    .content-section .container .section-grid--2 {
        grid-template-columns: 1fr;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-瀹㈡埛鍚庡彴 ------------------------------ */
.account-container {
    margin: 0px auto;
    font-size: 0.875rem;
    padding: 0px 50px 20px 50px;
}

@media (max-width: 768px) {
    .account-container {
        font-size: 1em;
        padding: 0px 15px 20px 15px;
    }
}

.toolbar-container {
    margin: 0px auto;
    font-size: 0.875rem; 
    padding: 0px 50px 0px 50px;
}

@media (max-width: 768px) {
    .toolbar-container {
        font-size: 1em;
        padding: 0px 15px 0px 15px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-瀹㈡埛鍚庡彴-鏌ヨ鍖哄煙 ------------------------------ */
.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.8rem;
}

    .toolbar .query-container {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .toolbar .toolbar-action-container {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
    }

    .toolbar .search-box {
        padding: 8px 10px;
        border: 1px solid #ccc;
        font-size: 0.8rem; 
        min-width: 225px;
        transition: border-color 0.2s ease;
    }

        .toolbar .search-box:focus {
            border-color: #007bff;
            outline: none;
        }

    .toolbar .search-btn {
        padding: 9px 25px;
        font-size: 0.8rem; 
        background-color: #646464;
        color: #fff;
        border: none;
        cursor: pointer;
       
    }

        .toolbar .search-btn:hover {
            background-color: #333;
        }

    .toolbar .multi-select {
        position: relative;
        width: 225px;
        font-size: 0.875rem; 
    }

        .toolbar .multi-select .selected {
            border: 1px solid #ccc;
            padding: 6px 10px;
            cursor: pointer;
            background-color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.8rem;
        }

        .toolbar .multi-select .checkbox-list {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 282px;
            border: 1px solid #ccc;
            background: #fff;
            z-index: 99;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 8px;
        }

            .toolbar .multi-select .checkbox-list label {
                display: block;
                margin-bottom: 6px;
                padding: 5px 0px;
                cursor: pointer;
            }

            .toolbar .multi-select .checkbox-list input[type="checkbox"] {
                margin-right: 6px;
            }

    .toolbar .batchopera-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .toolbar .batchopera {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        height: 100%;
        border: 1px solid #ccc;
        padding: 8px 35px;
        cursor: pointer;
        font-size: 0.8rem;
    }

    .toolbar .batchopera-container:hover .batchopera-menu {
        display: block;
    }

    .toolbar .batchopera-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 0px;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        padding: 10px;
        width: 200px;
        z-index: 10000;
    }

        .toolbar .batchopera-menu button {
            width: 100%;
            padding: 8px;
            border: none;
            background: none;
            text-align: left;
            cursor: pointer;
            font-size: 0.8rem; 
            font-weight: normal;
        }

            .toolbar .batchopera-menu button:hover {
                background-color: #f5f5f5;
            }

@media screen and (max-width: 768px) {
    .toolbar {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; /* 鍏佽鎹㈣ */
        gap: 10px; /* 鍙€夛細鍦ㄥ厓绱犻棿鍔犱簺闂磋窛 */
    }

    .breadcrumb,
    .query-container {
        width: 100%;
    }

    .query-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

    .multi-select {
        flex: 1 1 auto;
        min-width: 200px;
    }

    #order-selected-status {
        width: 70%;
    }

    .search-box {
        width: 70%;
    }
}

/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-瀹㈡埛鍚庡彴-鏁版嵁鍒楄〃 ------------------------------ */
.flexigrid {
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 0.8rem; 
    overflow-x: auto;
}

    .flexigrid .hDiv {
        overflow-x: hidden;
    }

    .flexigrid .bDiv {
        overflow-x: auto !important;
    }

    .flexigrid table {
        width: 100%;
        border-collapse: collapse;
    }

    .flexigrid th {
        font-weight: normal;
        background-color: #f2f2f2;
        text-transform: uppercase;
    }

    .flexigrid th, .flexigrid td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        text-align: left;
        line-height: 1.6;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }

        .flexigrid td div {
            margin: 5px 0px;
        }

    .flexigrid .pDiv {
        display: flex;
        justify-content: flex-end;
        background-color: #f2f2f2;
        padding: 5px 15px;
        border-top: 1px solid #ddd;
        font-size: 0.875rem;
    }

    .flexigrid .p-area {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.875rem; 
    }

        .flexigrid .p-area a {
            height: 28px;
            background: #eee;
            border-radius: 4px;
            text-align: center;
            line-height: 28px;
            cursor: pointer;
            color: #333;
            user-select: none;
        }

            .flexigrid .p-area a :hover {
                background: #000;
                color: #fff;
            }

        .flexigrid .p-area input[type="text"] {
            width: 40px;
            height: 25px;
            border: 1px solid #ccc;
            border-radius: 4px;
            text-align: center;
            margin: 0 5px;
            font-size: 1em;
        }

        .flexigrid .p-area select {
            height: 28px;
            padding: 4px 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

    .flexigrid .bt-link {
        display: block;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .flexigrid .imp-bt-link {
        display: inline-block;
        padding: 2px 7px;
        border-radius: 4px;
        border: 1px solid #666;
        font-size: 1em;
        cursor: pointer;
        transition: all 0.2s ease;
        text-decoration: none;
        background-color: #646464;
        color: #fff;
    }

        .flexigrid .imp-bt-link:hover {
            background-color: #333;
        }

    .flexigrid .product-list-img-ssl {
        max-width: 60px;
        max-height: 60px;
    }

    .flexigrid div.bDiv table tr.erow {
        background-color: #f9f9f9;
    }

    .flexigrid div.bDiv table tr {
        background-color: #ffffff;
    }

    .flexigrid .icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        height: 100%; /* 濡傛灉鐖跺鍣ㄦ病鏈夐珮搴︼紝闇€瑕佷綘璁剧疆涓€涓?*/
        width: 100%;
        text-align: center;
    }

    .flexigrid .cart-part-placeholder-icon {
        display: block;
        color: #c8d0d8;
        background: transparent;
    }

    .flexigrid .icon-wrapper .cart-part-placeholder-icon,
    .icon-wrapper .cart-part-placeholder-icon {
        color: #c8d0d8 !important;
    }

    .flexigrid .item-progress-container {
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .flexigrid .item-progress-container .upload-spinner {
            width: 20px;
            height: 20px;
            border: 6px solid #f3f3f3;
            border-top: 6px solid #3498db;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        }

@media screen and (max-width: 768px) {
    .flexigrid table, .flexigrid thead, .flexigrid tbody, .flexigrid tr, .flexigrid th, .flexigrid td {
        display: block !important;
        font-size: 1em;
    }

    .flexigrid thead {
        display: none !important;
    }

    .flexigrid tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 5px;
    }

    .flexigrid td {
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }

        .flexigrid td:before {
            content: attr(data-label);
            font-weight: bold;
            color: #555;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-瀹㈡埛鍚庡彴-璁㈠崟璇︽儏鍖哄煙 --------------------------- */
.orderdetail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    font-size: 0.8rem; 
    border-top: 1px solid #e0e0e0;
    margin: 0px 0px 20px 0px;
}

    .orderdetail-container .orderinfo-item {
        flex: 1 1 calc(25% - 20px);
        padding: 15px 5px;
        max-width: 270px;
    }

        .orderdetail-container .orderinfo-item div {
            margin: 3px 0px 0px 0px;
        }

        .orderdetail-container .orderinfo-item .title {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 1em;
            color: #333;
            text-transform: uppercase;
        }

        .orderdetail-container .orderinfo-item .label {
            display: inline-block;
            color: #808080;
            margin: 0px 10px 10px 0px;
            min-width: 75px;
        }

        .orderdetail-container .orderinfo-item .totalamt {
            font-size: 1.15em;
            font-weight: bold;
        }

    .orderdetail-container .order-progress {
        min-width: 535px;
    }

    .orderdetail-container .shipaddress p {
        font-size: 1em;
        margin: 0px;
    }

@media (max-width: 768px) {
    .orderdetail-container .orderinfo-item {
        flex: 1 1 100%;
    }

    .orderdetail-container .order-progress {
        min-width: 90%;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-瀹㈡埛鍚庡彴-璐﹀彿淇℃伅 --------------------------- */
.account-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 25px;
    background: #fff;
    font-size: 0.875rem; 
}

    .account-wrapper h2 {
        margin: 0px 0px 50px 0px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
    }

    .account-wrapper h3 {
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 15px;
        color: #333;
        text-transform: uppercase;
    }

    .account-wrapper .account-content {
        text-align: center;
        margin: 0px 0px 100px 0px;
    }

    .account-wrapper .account-section {
        margin-bottom: 25px;
        border-top: 1px solid #ccc;
    }

        .account-wrapper .account-section .item {
            margin-top: 15px;
        }

    .account-wrapper .account-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .account-wrapper .field {
        flex: 1 1 350px;
    }

        .account-wrapper .field .shipaddress-item {
            display: flex;
            justify-content: space-between; /* 涓ょ瀵归綈 */
            align-items: center;
            border-top: 1px solid #ccc;
            padding-top: 15px;
            margin-top: 15px;
        }

        .account-wrapper #rvaddress-container .field:first-child .shipaddress-item,
        .account-wrapper #invoiceheader-container .field:first-child .shipaddress-item {
            border-top: none;
            padding-top: 0;
        }

        .account-wrapper .field label {
            display: block;
            font-weight: 600;
            font-size: 1em;
            color: #808080;
            margin-bottom: 4px;
        }

        .account-wrapper .field p {
            font-size: 1em;
            margin: 0;
        }

    .account-wrapper .btn {
        margin-top: 20px;
        padding: 10px 20px;
        background: #000;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 1em;
    }

    .account-wrapper .btn-link {
        background: none;
        border: none;
        color: #007bff;
        cursor: pointer;
        font-size: 1em;
        padding: 0 2px;
    }

        .account-wrapper .btn-link:hover {
            text-decoration: underline;
        }

    .account-wrapper .btn-danger {
        background-color: #dc3545;
        color: #fff;
    }

        .account-wrapper .btn-danger:hover {
            background-color: #c82333;
        }

@media (max-width: 600px) {
    .account-wrapper .account-grid {
        flex-direction: column;
        gap: 12px;
    }

    .account-wrapper .field {
        flex: auto;
    }

    .account-wrapper .btn {
        width: 100%;
        margin-top: 12px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 鍏ㄥ睆閬僵灞?--------------------------- */
.modal {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    font-size: 0.875rem;
}

    .modal .modal-content {
        background: #fff;
        max-width: 400px;
        margin: 30px auto;
        padding: 20px 35px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        font-size: 0.875rem; 
        z-index: 100001;
    }

    #form-invoiceheader {
        max-height: 72vh;
        overflow-y: auto;
    }

        .modal .modal-content .item {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 10px;
        }

    .modal .close-modal {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 20px;
        cursor: pointer;
    }

    .modal .modal-content h3 {
        font-size: 1.2em;
        font-weight: normal;
        margin-bottom: 25px;
        color: #333;
        text-transform: uppercase;
        text-align: center;
    }

    .modal .modal-content label, .modal .modal-content span {
        display: block;
        font-size: 0.875rem;
        color: #808080;
        margin-top: 12px;
    }

    .modal .modal-content input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 4px;
        font-size: 0.875rem;
        box-sizing: border-box;
    }

    .modal .modal-content textarea {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 4px;
        font-size: 0.875rem;
        box-sizing: border-box;
        color: #000;
    }

    .modal .modal-content select {
        width: 100%;
        padding: 8px 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 4px;
        font-size: 0.875rem;
        box-sizing: border-box;
        cursor: pointer;
    }

    .modal .modal-content .checkbox-wrapper {
        display: flex;
        align-items: flex-start;
        cursor: pointer;
        gap: 10px;
        user-select: none;
    }

        .modal .modal-content .checkbox-wrapper input[type="checkbox"] {
            display: none;
        }

    .modal .modal-content .custom-checkbox {
        width: 15px;
        height: 15px;
        border-radius: 3px;
        border: 1px solid #888;
        background-color: white;
        position: relative;
        flex-shrink: 0;
        transition: all 0.2s ease-in-out;
    }

    .modal .modal-content .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox {
        background-color: dodgerblue;
        border-color: #4F46E5;
    }

        .modal .modal-content .checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox::after {
            content: "";
            position: absolute;
            left: 3px;
            top: 0px;
            width: 6px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    .modal .modal-content .label-text {
        color: #333;
        line-height: 1.4;
    }

    .modal .modal-content .btn {
        width: 100%;
        margin-top: 30px;
        padding: 10px;
        background: #000;
        color: #fff;
        border: none;
        font-size: 1em;
        cursor: pointer;
        border: 1px solid #000;
    }

        .modal .modal-content .btn:hover {
            background-color: #ffd400;
            color: #000;
            border: 1px solid #000;
        }

    .modal .modal-content .btn-other {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        color: #000;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
        border: 1px solid #000;
        font-size: 1em;
        font-weight: normal;
    }

        .modal .modal-content .btn-other:hover {
            background-color: #ccc;
        }

    .modal .alert-info {
        display: none;
        background: #ffecec;
        color: #d8000c;
        border: 1px solid #d8000c;
        padding: 10px;
        border-radius: 5px;
        font-size: 0.875rem;
        text-align: left;
    }

    .modal .shipaddress-container {
        max-height: 500px;
        margin-bottom: 25px;
        overflow: auto;
    }

    #dvcartaddress-select .shipaddress-container,
    #dvcartaddress-select .shipaddress-container *,
    #dvcartaddress-select .btn,
    #dvcartaddress-select .btn-other {
        font-size: 0.8rem;
    }

    #dvcartaddress-select .btn:hover {
        background-color: #333;
        color: #fff;
        border-color: #333;
    }

        .modal .shipaddress-container .field {
            cursor: pointer;
            transition: background-color 0.2s;
        }

            .modal .shipaddress-container .field:hover {
                background-color: #f0f0f0;
            }

            .modal .shipaddress-container .field.selected {
                background-color: #d0ebff;
            }

        .modal .shipaddress-container .shipaddress-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #ccc;
            padding: 15px 10px;
        }

            .modal .shipaddress-container .shipaddress-item label {
                display: block;
                font-weight: 600;
                font-size: 1em;
                color: #808080;
                margin-bottom: 4px;
            }

            .modal .shipaddress-container .shipaddress-item p {
                font-size: 1em;
                margin: 0;
            }

            .modal .shipaddress-container .shipaddress-item .btn-link {
                background: none;
                border: none;
                color: #007bff;
                cursor: pointer;
                font-size: 1em;
                padding: 0 2px;
            }

    .modal .bt-selectfile {
        padding: 8px 0px;
        width: 100%;
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        cursor: pointer;
        font-size: 1em;
    }
        .modal .bt-selectfile:hover {
            background-color: #000;
            color: #ffd400;
            border: 1px solid #fff;
        }
    .modal .lb-file-name {
        width: 100%;
        font-size: 1em;
        margin: 10px 0px;
        font-style: italic;
        max-height: 100px;
        overflow-y: auto;
        display: block;
    }

@media (max-width: 600px) {
    .modal .modal-content {
        width: 80%;
        margin: 50px auto;
    }
}

/* ----------------------------------------------------------------- */

/* ---------------------- 鍏ㄥ睆閬僵灞?--------------------------- */
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

#loading-api {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

#dvaskdialog {
    min-height: 150px !important;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 绯荤粺閿欒鎻愮ず --------------------------- */
#alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

/* 鐘舵€佺被 */
.alert-error {
    max-width: 600px;
    padding: 20px 25px;
    border-radius: 8px;
    font-weight: 500;
    background-color: #fdecea;
    color: #b71c1c;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 0.875rem;
}

.alert-warning {
    max-width: 400px;
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff8e1;
    border-left-color: #ff9800;
    color: #e65100;
}

.alert-success {
    max-width: 400px;
    padding: 20px 25px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-color: #e8f5e9;
    border-left-color: #4caf50;
}

/* ----------------------------------------------------------------- */

/* ---------------------- 璁㈠崟鍒楄〃鍐呯姸鎬佽繘搴︽潯 --------------------------- */
.order-progress-bar {
    padding: 10px 0;
    font-size: 12px;
}

.progress-steps {
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin: 0;
}

    .progress-steps::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 4px;
        background: #e0e0e0; /* 鐏拌壊绾挎潯 */
        transform: translateY(-50%);
        z-index: 1;
        border-radius: 2px;
    }

.step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
    color: #999;
    font-size: 0.75rem;
    margin: 28px 0px 0px 0px;
}

    .step::before {
        content: "";
        display: block;
        margin: 0 auto 4px;
        width: 12px;
        height: 12px;
        background: #ccc;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .step.active {
        color: #4caf50;
    }

        .step.active::before {
            background: #4caf50;
            box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.15);
        }

    .step.current {
        font-weight: bold;
        position: relative;
    }

    .step .timestamp {
        font-size: 1em;
        color: #999;
        margin-top: 0px;
    }

    .step.active .timestamp,
    .step.current .timestamp {
        color: #4caf50;
    }

/* ----------------------------------------------------------------- */


/* ---------------------- 鏁版嵁鍒楃浉鍏虫牱寮?--------------------------- */
.qty-input {
    width: 50px;
    padding: 5px;
    font-size: 1em;
}
/* ----------------------------------------------------------------- */

/* ---------------------- 寮圭獥瀹瑰櫒 --------------------------- */
.ui-dialog {
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "Arial", "Helvetica", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    z-index: 99999;
    position: fixed;
}

    .ui-dialog .ui-dialog-titlebar {
        background: #000;
        color: #fff;
        font-weight: bold;
    }

    .ui-dialog .ui-dialog-title {
        font-size: 1em;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        border: none;
        color: #fff;
    }

    .ui-dialog .ui-dialog-content {
        padding: 0px 10px;
        font-size: 0.875rem;
    }

    .ui-dialog .ui-dialog-buttonpane {
        background: #f9f9f9;
        padding: 5px;
        text-align: right;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            background-color: #000;
            color: #fff;
            border: 1px solid #000;
            padding: 8px 20px;
            cursor: pointer;
            font-size: 0.8rem;
        }

            .ui-dialog .ui-dialog-buttonpane button:hover {
                background-color: #808080;
            }

        .ui-dialog .ui-dialog-buttonpane .button-submit {
            background-color: #000;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 10px;
            border: 1px solid #000;
        }

            .ui-dialog .ui-dialog-buttonpane .button-submit:hover {
                background-color: #555;
            }

        .ui-dialog .ui-dialog-buttonpane .button-other {
            background-color: #fff;
            color: #000;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 0px;
            border: 1px solid #000;
            font-weight: normal;
            margin-right: 5px;
        }

            .ui-dialog .ui-dialog-buttonpane .button-other:hover {
                background-color: #ccc;
            }

.button-other:hover {
    background-color: #ccc;
}

.ui-widget-overlay {
    background: #000;
}
/* ----------------------------------------------------------------- */



/* ---------------------- 璐墿杞﹀脊绐椾綋鍖哄煙 --------------------------- */
.cart-container {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

    .cart-container .address-container {
        width: 500px;
        background-color: white;
        padding: 10px;
        margin-right: 20px;
        border: 1px solid #ddd;
        font-size: 0.8rem;
    }

    .cart-container .address-header {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        margin-left: auto;
        text-transform: uppercase;
    }

        .cart-container .address-header .edit-button {
            display: inline-block;
            padding: 2px 8px;
            border: 1px solid #666;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            background-color: #646464;
            color: #fff;
            margin-left: 5px;
            text-transform: none;
        }

            .cart-container .address-header .edit-button:hover {
                background-color: #333;
            }

    .cart-container .shipaddress {
        margin-bottom: 10px;
    }

        .cart-container .shipaddress p {
            margin: 0px 0px 0px 0px;
            font-size: 1em;
        }

    .cart-container .address-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .cart-container .address-item .address-label {
            text-align: left;
            width: 100px;
        }

        .cart-container .address-item .address-value {
            text-align: left;
        }

        .cart-container .address-item select {
            padding: 5px;
            width: 300px;
            border: 1px solid #ccc;
            border-radius: 3px;
            cursor: pointer;
        }

    .cart-container .cart-summary {
        width: 520px;
        background-color: white;
        padding: 10px;
        border: 1px solid #ddd;
        font-size: 0.8rem;
    }

        .cart-container .cart-summary .price-line {
            display: flex;
            justify-content: space-between;
            margin: 5px 0px 10px 0px;
        }

    .cart-container .price-line .price-label {
        text-align: left;
        text-transform: uppercase;
    }

    .cart-container .price-line .price-value {
        text-align: right;
    }

    .cart-container .order-totalprice .price-value {
        font-weight: bold
    }
/* ----------------------------------------------------------------- */

/* ---------------------- 璐墿杞﹂〉闈?--------------------------- */
.cart-page {
    display: flex;
    justify-content: flex-end;
    margin: 10px auto;
}

    .cart-page .address-container {
        width: 50%;
        background-color: white;
        padding: 10px;
        margin-right: 20px;
        border: 1px solid #ddd;
        font-size: 0.8rem;
    }

    .cart-page .address-header {
        margin: 5px 0px 10px 0px;
        display: flex;
        align-items: center;
        margin-left: auto;
        text-transform: uppercase;
        justify-content: space-between;
    }

        .cart-page .address-header a {
            cursor: pointer;
        }

        .cart-page .address-header .edit-button {
            display: inline-block;
            padding: 2px 8px;
            border-radius: 4px;
            border: 1px solid #666;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            background-color: #646464;
            color: #fff;
            margin-left: 5px;
            text-transform: none;
            font-size: 0.875rem; 
        }

            .cart-page .address-header .edit-button:hover {
                background-color: #333;
            }

    .cart-page .shipaddress {
        margin-bottom: 25px;
    }

        .cart-page .shipaddress p {
            margin: 0px 0px 0px 0px;
            font-size: 1em;
        }

    .cart-page .address-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .cart-page .address-item .address-label {
            text-align: left;
            width: 100px;
        }

        .cart-page .address-item .address-value {
            text-align: left;
        }

        .cart-page .address-item select {
            padding: 5px;
            width: 300px;
            border: 1px solid #ccc;
            border-radius: 3px;
            cursor: pointer;
        }

    .cart-page .cart-summary {
        width: 50%;
        background-color: white;
        padding: 10px;
        border: 1px solid #ddd;
        font-size: 0.8rem;
    }

        .cart-page .cart-summary .price-line {
            display: flex;
            justify-content: space-between;
            margin: 5px 0px 10px 0px;
        }

    .cart-page .price-line .price-label {
        text-align: left;
        text-transform: uppercase;
    }

    .cart-page .price-line .price-value {
        text-align: right;
    }

    .cart-page .order-totalprice .price-value {
        font-weight: bold
    }

.cart-opera-container {
    margin: 10px auto;
    padding-bottom: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1480px;
    background-color: #fff;
    z-index: 1000;
    transition: all 0.3s ease;
    font-size: 0.875rem; 
}

    .cart-opera-container.fixed {
        position: fixed;
        bottom: 0;
        padding: 15px;
        background-color: #f2f2f2;
        box-sizing: border-box;
    }

        .cart-opera-container.fixed .cart-summary-part-a {
            display: none
        }

    .cart-opera-container.absolute {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cart-opera-container .alert-text {
        margin: 15px 10px;
        font-size: 0.8rem;
    }

    .cart-opera-container .toolbar-container {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding: 10px 0px 0px 10px;
        font-size: 0.8rem;
    }

        .cart-opera-container .toolbar-container .button-submit {
            padding: 10px 55px;
            background-color: #000;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 0px;
            border: 1px solid #000;
            font-size: 0.8rem;
        }

            .cart-opera-container .toolbar-container .button-submit:hover {
                background-color: #555;
            }

        .cart-opera-container .toolbar-container .button-other {
            padding: 10px 55px;
            background-color: #fff;
            color: #000;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 0px;
            border: 1px solid #000;
            font-size: 0.8rem;
        }

            .cart-opera-container .toolbar-container .button-other:hover {
                background-color: #ccc;
            }
/* ----------------------------------------------------------------- */


/* ---------------------- 鍏朵粬 --------------------------- */
.expand-text {
    cursor: pointer;
}

    .expand-text:hover {
        color: #007bff;
        text-decoration: underline;
    }

.alert-text {
    color: #D97706;
    margin: 10px 0px;
    font-size: 0.8rem; 
}

.expand-text {
    color: #898989;
}

.title-span {
    margin: 20px 0px;
    font-size: 1em;
}

.learn-more {
    margin: 10px 0px 0px 0px;
}
/* ----------------------------------------------------------------- */
/* ---------------------- 浠樻 --------------------------- */
.pay-model {
    font-size: 0.8rem; 
}

    .pay-model .com-options {
        margin-top: 10px;
        font-size: 0.8rem;
    }

        .pay-model .com-options .option {
            margin-bottom: 15px;
        }

        .pay-model .com-options .title-span {
            margin-bottom: 25px;
        }

        .pay-model .com-options .title-item {
            display: inline-block;
            width: 100px;
            margin-bottom: 5px;
        }

        .pay-model .com-options .center-item {
            display: flex;
            justify-content: center;
        }

        .pay-model .com-options .a-option {
            display: flex;
            align-items: center;
            padding: 0px 0px 15px 0px;
            margin-bottom: 15px;
            border-bottom: 1px solid #ccc;
            width: 100%;
        }

        .pay-model .com-options .a-title-span {
            display: inline-block;
            font-size: 0.875rem;
            width: 120px;
        }

        .pay-model .com-options .pay-step {
            margin: 25px 0px 25px 0px;
            font-weight: bold;
        }

        .pay-model .com-options .pay-method {
            height: 32px;
            margin: 30px 0px 0px 0px;
        }

        .pay-model .com-options .pay-option {
            border: 1px solid #ddd;
            border-bottom-style: none;
            padding: 15px 50px;
            margin: 0px 10px 0px 0px;
            cursor: pointer;
        }

        .pay-model .com-options .pay-amount {
            font-weight: bold
        }

        .pay-model .com-options li {
            margin: 15px;
        }

    .pay-model .payment-subject-notice {
        margin: 12px 0px 10px 0px;
        padding: 10px 12px;
        line-height: 1.7;
        color: #5f4b16;
        background-color: #fff8e5;
        border: 1px solid #f0d38a;
        border-radius: 4px;
    }

    .pay-model .pay-container {
        background-color: #f6f6f6;
        padding: 10px 10px 30px 10px;
        border: 1px solid #ddd;
        margin: 0px 0px 10px 0px;
    }

    .pay-model .paypal-button {
        background-color: #ffc439;
        border: none;
        color: #111;
        padding: 12px 24px;
        font-size: 1rem;
        border-radius: 5px;
        cursor: pointer;
    }

        .pay-model .paypal-button:hover {
            background-color: #ffb347; /* 绋嶆殫涓€鐐圭殑榛勮壊 */
        }

.btn-main {
    display: inline-block;
    background-color: #000;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin: 10px 0px 0px 0px;
}

    .btn-main:hover {
        background: #333;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .btn-main:disabled {
        background-color: #ccc;
        color: #666;
        cursor: not-allowed;
        box-shadow: none;
    }
#btn-addmoreproductincart {
    background-color: #000;
    color: #FFF;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 8px 35px;
    border: 1px solid #000;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
}

    #btn-addmoreproductincart:hover {
        background-color: #ffd400;
        color: #000;
        border: 1px solid #000;
        text-decoration: none;
    }

.btn-icon {
    border: 1px solid #000;
    padding: 2px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 0px 15px;
    cursor: pointer;
    color: cornflowerblue;
}

    .btn-icon:hover {
        background-color: #CCC;
    }
/* ----------------------------------------------------------------- */

/* ---------------------- popup绐椾綋 --------------------------- */
#popup {
    overflow: hidden;
}

    #popup iframe {
        width: 100%;
        height: 100%;
        border: none;
        font-size: 1em;
        transform: none;
        zoom: 1;
    }
/* ----------------------------------------------------------------- */

/* ---------------------- dialog绐椾綋 --------------------------- */
.opera-dialog .com-options {
    margin: 15px 0px;
}

    .opera-dialog .com-options .title-item {
        display: inline-block;
        width: 100px;
        margin-bottom: 5px;
    }

    .opera-dialog .com-options input {
        padding: 5px 8px;
    }

/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-琛ㄥ崟鍖哄煙 --------------------------- */
.editform-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem; 
    margin: 0px 0px 20px 0px;
}

    .editform-container .ef-item {
        width: 50%;
    }

        .editform-container .ef-item div {
            margin: 10px 0px 0px 0px;
            display: flex;
            align-items: center;
        }

        .editform-container .ef-item .label {
            display: inline-block;
            color: #808080;
            margin: 0px 10px 0px 0px;
            min-width: 90px;
        }

        .editform-container .ef-item .remark {
            display: inline-block;
            color: #808080;
            margin: 0px 0px 0px 10px;
        }

        .editform-container .ef-item .text-input {
            padding: 5px;
            width: calc(100% - 150px);
            max-width: 395px;
        }

        .editform-container .ef-item .dropdown-list {
            padding: 5px 2px;
            width: calc(100% - 135px);
            max-width: 410px;
            cursor: pointer;
        }

        .editform-container .ef-item .normal-bt {
            padding: 5px 10px;
            cursor: pointer;
            margin: 0px 0px 0px 3px;
            background-color: #646464;
            color: #fff;
            border: none;
            border-radius: 3px;
            transition: background-color 0.2s ease;
        }

            .editform-container .ef-item .normal-bt:hover {
                background-color: #333;
            }

        .editform-container .ef-item .totalamt {
            font-size: 1.15em;
            font-weight: bold;
        }

    .editform-container .long-ef-item {
        width: 100%;
    }

        .editform-container .long-ef-item .long-text-input {
            padding: 5px;
            width: calc(100% - 150px)
        }

    .editform-container .order-progress {
        min-width: 550px;
    }

    .editform-container .shipaddress p {
        font-size: 1em;
        margin: 0px;
    }

@media (max-width: 768px) {
    .editform-container .ef-item {
        flex: 1 1 100%;
    }

    .editform-container .order-progress {
        min-width: 90%;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-瀹㈡埛鍚庡彴-鍙戠エ璇︽儏鍖哄煙 --------------------------- */
.invoicedetail-container {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    font-size: 0.875rem; 
    border-top: 1px solid #e0e0e0;
    margin: 0px 0px 20px 0px;
}

    .invoicedetail-container .invoiceinfo-item {
        flex: 1 1 calc(30% - 20px);
        padding: 15px 5px;
    }

        .invoicedetail-container .invoiceinfo-item div {
            margin: 3px 0px 0px 0px;
        }

        .invoicedetail-container .invoiceinfo-item .title {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 1em;
            color: #333;
            text-transform: uppercase;
        }

        .invoicedetail-container .invoiceinfo-item .label {
            display: inline-block;
            color: #808080;
            margin: 0px 10px 10px 0px;
            min-width: 90px;
        }

        .invoicedetail-container .invoiceinfo-item .totalamt {
            font-size: 1.15em;
            font-weight: bold;
        }

    .invoicedetail-container .shipaddress p {
        font-size: 1em;
        margin: 0px;
    }

@media (max-width: 768px) {
    .invoicedetail-container .invoiceinfo-item {
        flex: 1 1 100%;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- logo-carousel-wrapper --------------------------- */
.logo-carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: 1480px;
    margin: 0 auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

    .logo-carousel-wrapper .logo-carousel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
        gap: 20px;
    }

        .logo-carousel-wrapper .logo-carousel img {
            width: 120px;
            object-fit: contain;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

            .logo-carousel-wrapper .logo-carousel img:hover {
                transform: scale(1.05);
            }

    .logo-carousel-wrapper::-webkit-scrollbar {
        display: none;
    }

    .logo-carousel-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
@media (max-width: 768px) {
    .logo-carousel-wrapper .logo-carousel img {
        width: 80px;
    }
}
/* ----------------------------------------------------------------- */

.manufacturing-plant {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/Our_Advantageous_Manufacturing_Plant_black.webp');
    background-color: #000;
    height: 550px;
}

    .manufacturing-plant h2 {
        font-size: 2em;
        margin: 30px 0px;
        font-weight: 700;
    }

    .manufacturing-plant p {
        font-size: 0.875rem; 
    }

.printing-factory {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/our-advantageous-manufacturing-black.webp');
    background-color: #000;
    height: 550px;
    color: #fff;
}

    .printing-factory h2 {
        font-size: 2em;
        margin: 30px 0px;
        font-weight: 700;
    }

    .printing-factory p {
        font-size: 0.875rem; 
    }
@media (max-width: 768px) {
    .printing-factory {
        height: 450px;
    }
}

.sheet-metal-fabrication-factory {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/Our_Advantageous_Manufacturing_Plant_white.webp');
    background-color: #000;
    height: 550px;
    color: #000;
}

    .sheet-metal-fabrication-factory h2 {
        font-size: 2em;
        margin: 30px 0px;
        font-weight: 700;
    }

    .sheet-metal-fabrication-factory p {
        font-size: 0.875rem; 
    }

@media (max-width: 768px) {
    .sheet-metal-fabrication-factory {
        height: 450px;
    }
}
/* ---------------------- factory-slider-container  --------------------------- */
.factory-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: black;
    width: 100vw;
    box-sizing: border-box;
    margin-bottom: 100px;
}

    .factory-slider-wrapper h2 {
        color: #fff;
        text-align: center;
        font-size: 2.5em;
        margin: 80px 0px;
    }

    .factory-slider-wrapper .content {
        margin: 0px auto;
        position: relative;
    }

    .factory-slider-wrapper .nav-btn {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        font-size: 32px;
        padding: 20px 15px;
        cursor: pointer;
        user-select: none;
        border-radius: 4px;
    }

    .factory-slider-wrapper .content .prev-btn {
        left: 10px;
    }

    .factory-slider-wrapper .content .next-btn {
        right: 10px;
    }

    .factory-slider-wrapper .factory-slider-container {
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        box-sizing: border-box;
        max-width: 100%;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
        .factory-slider-wrapper .factory-slider-container::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }

    .factory-slider-wrapper .factory-slider {
        display: flex;
        gap: 10px;
    }

    .factory-slider-wrapper .factory-card {
        position: relative;
        flex: 0 0 auto;
        height: 250px;
    }

        .factory-slider-wrapper .factory-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            position: relative; /* 鈫愨啇鈫?娣诲姞杩欏彞 */
            z-index: 1; /* 鈫愨啇鈫?鍙€?*/
        }

        .factory-slider-wrapper .factory-card .card-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            background: rgba(0, 0, 0, 0.6); /* 鍗婇€忔槑榛戝簳 */
            color: white;
            padding: 10px 0px;
            width: 100%;
            white-space: normal;
            cursor: pointer;
        }
            .factory-slider-wrapper .factory-card .card-overlay .title {
                font-size: 0.875rem; 
                font-weight: bold;
                margin: 0px;
                display: flex;
                justify-content: space-between;
                padding: 10px 30px;
            }
            .factory-slider-wrapper .factory-card .card-overlay .content {
                display: none;
                font-size: 0.875rem; 
                padding: 10px 30px;
            }

            .factory-slider-wrapper .factory-card .card-overlay:hover .content {
                display: block;
            }
            .factory-slider-wrapper .factory-card .card-overlay .content .line {
                display: flex;
                justify-content: space-between;
                padding: 5px 0;
                border-bottom: 0.5px solid #808080;
            }

            .factory-slider-wrapper .factory-card .card-overlay .content .value {
                text-align: right;
            }
            .factory-slider-wrapper .factory-card .card-overlay:hover .title svg {
                transform: rotate(180deg);
            }
@media (max-width: 1100px) {

    .factory-slider-wrapper .factory-card {
        height: 300px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- home seo content sections  --------------------------- */
.home-hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 8px 18px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 5px;
}

.home-answer-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 50px;
    background: #f2f2f2;
    box-sizing: border-box;
}

.home-answer-section > .home-section-head,
.home-answer-section > .home-answer-grid {
    margin-left: auto;
    margin-right: auto;
}

.home-answer-section > .home-answer-grid {
    max-width: 1380px;
}

.home-flow-section {
    max-width: 1480px;
    margin: 0 auto;
    padding: 72px 50px;
    background: #fff;
}

.home-flow-section {
    background: #f7f9fb;
}

.home-fit-section {
    max-width: 1480px;
    margin: 0 auto;
    padding: 72px 50px;
    background: #fff;
}

.home-section-head {
    max-width: 920px;
    margin: 0 auto 40px;
    text-align: center;
}

.home-section-kicker {
    margin: 0 0 10px;
    color: #1769aa;
    font-size: 0.85rem;
    font-weight: 700;
}

.home-section-head h2 {
    margin: 0 0 16px;
    font-size: 2rem;
    line-height: 1.25;
}

.home-section-head p {
    margin: 0;
    color: #303030;
    font-size: 0.95rem;
    line-height: 1.75;
}

.home-answer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-answer-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #101010;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-answer-card:hover {
    border-color: #1769aa;
    box-shadow: 0 12px 28px rgba(15, 35, 55, 0.12);
    transform: translateY(-2px);
}

.home-answer-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #f1f5f9;
}

.home-answer-card div {
    padding: 20px;
}

.home-answer-card h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.35;
}

.home-answer-card p {
    margin: 0;
    color: #3f3f46;
    font-size: 0.85rem;
    line-height: 1.7;
}

.home-flow-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
}

.home-flow-list li {
    min-height: 220px;
    padding: 24px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #fff;
}

.home-flow-list span {
    display: block;
    margin-bottom: 18px;
    color: #1769aa;
    font-size: 1.4rem;
    font-weight: 700;
}

.home-flow-list h3 {
    margin: 0 0 12px;
    font-size: 1.05rem;
    line-height: 1.35;
}

.home-flow-list p {
    margin: 0;
    color: #3f3f46;
    font-size: 0.85rem;
    line-height: 1.75;
}

.home-fit-table {
    display: grid;
    gap: 0;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.home-fit-row {
    display: grid;
    grid-template-columns: 0.9fr 1.5fr 1.45fr 1.2fr 1fr;
    min-height: 74px;
    border-top: 1px solid #e5edf5;
}

.home-fit-row:first-child {
    border-top: 0;
}

.home-fit-row > div {
    display: flex;
    align-items: center;
    padding: 16px;
    color: #242424;
    font-size: 0.86rem;
    line-height: 1.55;
    border-left: 1px solid #e5edf5;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.home-fit-row > div:first-child {
    border-left: 0;
}

.home-fit-head {
    min-height: 52px;
    background: #111827;
}

.home-fit-head > div {
    color: #fff;
    font-weight: 700;
}

.home-fit-row a {
    color: #1769aa;
    font-weight: 700;
    text-decoration: none;
}

.home-fit-row a:hover {
    text-decoration: underline;
}

.home-material-intro {
    max-width: 880px;
    margin: -40px auto 36px;
    color: #303030;
    font-size: 0.95rem;
    line-height: 1.75;
    text-align: center;
}

.home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 56px max(50px, calc((100vw - 1480px) / 2));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    background: lightblue;
    color: #000;
    box-sizing: border-box;
}

.home-quote-section > div {
    max-width: 1480px;
}

.home-quote-section > div:first-child {
    justify-self: end;
    width: min(100%, 1100px);
}

.home-quote-section > .home-quote-actions {
    justify-self: start;
}

.home-quote-section h2 {
    margin: 0 0 14px;
    font-size: 1.5rem;
    line-height: 1.3;
}

.home-quote-section p {
    margin: 0;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.75;
}

.home-quote-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.home-quote-primary,
.home-quote-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid #092c47;
    border-radius: 5px;
    min-width: 120px;
    line-height: 1.2;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.home-quote-primary {
    color: #fff;
    background: #0e6aed;
}

.home-quote-secondary {
    color: #000;
    background: #fff;
}

.home-quote-primary:hover,
.home-quote-secondary:hover {
    background-color: #092c47;
    color: #fff;
    border-color: #092c47;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .home-answer-grid,
    .home-flow-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-fit-row {
        grid-template-columns: 1fr;
    }

    .home-fit-row > div {
        border-left: 0;
        border-top: 1px solid #e5edf5;
    }

    .home-fit-row > div:first-child {
        border-top: 0;
    }

    .home-fit-head {
        display: none;
    }

    .home-quote-section {
        grid-template-columns: 1fr;
    }

    .home-quote-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .home-answer-section,
    .home-flow-section,
    .home-fit-section,
    .home-quote-section {
        padding: 50px 20px;
    }

    .home-section-head {
        text-align: left;
    }

    .home-section-head h2 {
        font-size: 1.55rem;
    }

    .home-answer-grid,
    .home-flow-list {
        grid-template-columns: 1fr;
    }

    .home-flow-list li {
        min-height: auto;
    }

    .home-material-intro {
        margin: -22px 0 28px;
        text-align: left;
    }

    .home-quote-primary,
    .home-quote-secondary {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
}

/* ----------------------------------------------------------------- */

/* ---------------------- product-slider-container  --------------------------- */
.product-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: black;
    width: 100vw;
    padding: 80px 50px;
    max-width: 1480px;
    margin: 0 auto;
    box-sizing: border-box;
}
    .product-slider-wrapper h2 {
        font-size: 2em;
        text-align: center;
    }
    .product-slider-wrapper h3 {
        font-size: 1.1rem;
        margin: 15px 0px;
    }
    .product-slider-wrapper .title-remark {
        text-align: center;
        max-width: 880px;
        margin: 0 auto;
        padding: 0 16px;
        line-height: 1.7;
        word-break: break-word;
        overflow-wrap: anywhere;
        margin-bottom: 50px;
        font-size: 0.875rem;
    }

    .product-slider-wrapper .content {
        margin: 0px auto;
        position: relative;
        max-width: 100%;
        box-sizing: border-box;
    }

    .product-slider-wrapper .nav-btn {
        position: absolute;
        top: 45%;
        transform: translateY(-45%);
        z-index: 10;
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        font-size: 32px;
        padding: 20px 15px;
        cursor: pointer;
    }

    .product-slider-wrapper .content .prev-btn {
        left: 10px;
    }

    .product-slider-wrapper .content .next-btn {
        right: 10px;
    }

    .product-slider-wrapper .product-slider-container {
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        padding: 0px 0px 50px 0px;
        max-width: 100%;
        box-sizing: border-box;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

        .product-slider-wrapper .product-slider-container::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }
    .product-slider-wrapper .card-content .subtitle {
        font-size: 1rem;
        margin: 0px;
    }
    .product-slider-wrapper .card-content p {
        font-size: 0.8rem;
        margin: 0px 0px 10px 0px;
    }


    .product-slider-wrapper .card-content .contact {
        margin-top: 15px;
    }


    .product-slider-wrapper .product-slider {
        display: flex;
        gap: 10px;
        /*width: 1000px;*/
        max-width: 100%;
    }
    .product-slider-wrapper .product-card {
        position: relative;
        flex: 0 0 auto;
        width: 300px;
        cursor: pointer;
        padding: 10px 10px 10px 10px;
        white-space: normal; 
        word-wrap: break-word; 
        word-break: break-all; 
    }
        .product-slider-wrapper .product-card:hover {
            background-color: #f2f2f2;
        }

        .product-slider-wrapper .product-card a {
            color: #000;
            text-decoration: none;
        }

        .product-slider-wrapper .product-card .text-content {
            min-height: 110px;
        }

        .product-slider-wrapper .product-card img {
            width: 100%;
            object-fit: cover;
            display: block;
            position: relative; 
            z-index: 1; 
        }

        .product-slider-wrapper .product-card .card-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            background: rgba(0, 0, 0, 0.6); 
            color: white;
            padding: 10px 0px;
            width: 100%;
            white-space: normal;
            cursor: pointer;
        }

            .product-slider-wrapper .product-card .card-overlay .title {
                font-size: 0.875rem; 
                font-weight: bold;
                margin: 0px;
                display: flex;
                justify-content: space-between;
                padding: 10px 30px;
            }

            .product-slider-wrapper .product-card .card-overlay .content {
                display: none;
                font-size: 0.875rem; 
                padding: 10px 30px;
            }

            .product-slider-wrapper .product-card .card-overlay:hover .content {
                display: block;
            }

            .product-slider-wrapper .product-card .card-overlay .content .line {
                display: flex;
                justify-content: space-between;
                padding: 5px 0;
                border-bottom: 0.5px solid #808080;
            }

            .product-slider-wrapper .product-card .card-overlay .content .value {
                text-align: right;
            }

            .product-slider-wrapper .product-card .card-overlay:hover .title svg {
                transform: rotate(180deg);
            }

    .product-slider-wrapper .indicate {
        display: flex;
        justify-items: center;
        justify-content: center;
        gap: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .product-slider-wrapper .indicate svg {
        color: #ccc;
        cursor: pointer;
    }
        .product-slider-wrapper .indicate svg:hover {
            color: #000;
        }

#manufacturing-capability .nav-btn,
#manufacturing-capability .indicate {
    display: none !important;
}

#manufacturing-capability .product-slider-container {
    overflow: visible;
    white-space: normal;
    padding: 0;
}

#manufacturing-capability .product-slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 100%;
}

#manufacturing-capability .product-card {
    width: 100%;
    padding: 0;
    border-radius: 5px;
}

#manufacturing-capability .product-card .card {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

#manufacturing-capability .product-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#manufacturing-capability .product-card img {
    height: 220px;
}

#manufacturing-capability .product-card .card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0px 10px 10px 10px;
}

#manufacturing-capability .product-card .card-content .contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    align-self: flex-start;
    padding: 8px 20px;
    background-color: #fff;
    color: #000;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #092c47;
    min-width: 120px;
    line-height: 1.2;
    border-radius: 5px;
}

#manufacturing-capability .product-card .card-content .contact:hover {
    background-color: #092c47;
    color: #fff;
    border-color: #092c47;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .product-slider-wrapper .product-slider,
    #manufacturing-capability .product-slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* 鍗曚釜鍗＄墖瀹藉害浜ょ粰 grid 鎺у埗 */
    .product-slider-wrapper .product-card {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-slider-wrapper {
        position: relative;
        width: auto;
        overflow: hidden;
        background: black;
        padding: 0px 20px;
        max-width: auto;
        margin: 0 auto;
    }
    .product-slider-wrapper .product-slider-container {
        padding: 35px 0px 50px 0px;
    }

    .product-slider-wrapper .product-card {
        padding: 0px;
    }

    #manufacturing-capability .product-slider {
        grid-template-columns: 1fr;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- demo-slider-container  --------------------------- */
.demo-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: black;
    width: 100vw;
    padding: 50px 0px;
}

    .demo-slider-wrapper h2 {
        text-align: center;
    }

    .demo-slider-wrapper .content {
        margin: 0px auto;
        position: relative;
    }

    .demo-slider-wrapper .nav-btn {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        font-size: 32px;
        padding: 20px 15px;
        cursor: pointer;
        user-select: none;
        border-radius: 4px;
    }

    .demo-slider-wrapper .content .prev-btn {
        left: 10px;
    }

    .demo-slider-wrapper .content .next-btn {
        right: 10px;
    }

    .demo-slider-wrapper .demo-slider-container {
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        padding: 35px 40px;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

        .demo-slider-wrapper .demo-slider-container::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }

    .demo-slider-wrapper .demo-slider {
        display: flex;
        gap: 10px;
    }

    .demo-slider-wrapper .demo-card {
        position: relative;
        flex: 0 0 auto;
        overflow: hidden;
        width: 320px;
    }

        .demo-slider-wrapper .demo-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            position: relative; /* 鈫愨啇鈫?娣诲姞杩欏彞 */
            z-index: 1; /* 鈫愨啇鈫?鍙€?*/
        }

        .demo-slider-wrapper .demo-card .card-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            background: rgba(0, 0, 0, 0.6); /* 鍗婇€忔槑榛戝簳 */
            color: white;
            padding: 10px 0px;
            width: 100%;
            white-space: normal;
            cursor: pointer;
        }

            .demo-slider-wrapper .demo-card .card-overlay .title {
                font-size: 0.875rem; 
                font-weight: bold;
                margin: 0px;
                display: flex;
                justify-content: space-between;
                padding: 10px 30px;
            }

            .demo-slider-wrapper .demo-card .card-overlay .content {
                display: none;
                font-size: 0.875rem; 
                padding: 10px 30px;
            }

            .demo-slider-wrapper .demo-card .card-overlay:hover .content {
                display: block;
            }

            .demo-slider-wrapper .demo-card .card-overlay .content .line {
                display: flex;
                justify-content: space-between;
                padding: 5px 0;
                border-bottom: 0.5px solid #808080;
            }

            .demo-slider-wrapper .demo-card .card-overlay .content .value {
                text-align: right;
            }

            .demo-slider-wrapper .demo-card .card-overlay:hover .title svg {
                transform: rotate(180deg);
            }
    .demo-slider-wrapper .indicate {
        display: flex;
        justify-items: center;
        justify-content: center;
        gap: 10px;
    }

        .demo-slider-wrapper .indicate svg {
            color: #ccc;
            cursor: pointer;
        }
            .demo-slider-wrapper .indicate svg:hover {
                color: #000;
            }
@media (max-width: 767px) {
    .demo-slider-wrapper .demo-slider-container {
        padding: 35px 20px 50px 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- section-wrapper  --------------------------- */
.section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    margin: 0 auto;
    padding: 80px 50px 80px 50px;
    max-width: 1480px;
    align-items: stretch;
}
    .section-wrapper .left-image {
        display: block;
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 50%;
        height: auto;
    }
        .section-wrapper .left-image img {
            width: 100%;
            object-fit: cover;
        }

    .section-wrapper .left-content {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 30%;
    }
    .section-wrapper .right-content {
        flex: 1;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section-wrapper .left-content-a {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 20%;
    }
    .section-wrapper .left-content-b {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 50%;
    }
    .section-wrapper .left-content-c {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 25%;
    }
    .section-wrapper .right-content-b {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    .section-wrapper .main-title {
        font-weight: bold;
        line-height: 1.2;
        margin: 0px 0px 20px 0px;
    }

    .section-wrapper .subtitle {
        font-size: 0.875rem; 
        color: #444;
        margin-bottom: 20px;
    }

    .section-wrapper .services {
        margin: 0px;
    }

    .section-wrapper .service-item {
        font-size: 0.875rem; 
        padding: 15px 0;
        border-bottom: 0.1px solid #aaa;
        cursor: pointer;
    }
        .section-wrapper .service-item:first-child {
            padding-top: 0px;
        }
        .section-wrapper .service-item strong {
            font-size: 1.2rem; 
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .section-wrapper .service-item:first-child .service-desc {
            display: block;
        }
        .section-wrapper .service-item:last-child {
            border-bottom: none;
            margin-bottom: 20px;
        }
        .section-wrapper .service-item strong svg {
            transform: rotate(180deg);
        }
        .section-wrapper .service-item.extend strong svg {
            transform: rotate(0deg);
        }

    .section-wrapper .service-desc {
        display: none;
        font-size: 0.875rem; 
        color: #555;
        margin-top: 5px;
    }
    .section-wrapper .text-item {
        font-size: 0.875rem; 
        padding: 3px 0;
        cursor: pointer;
    }
    .section-wrapper .text-item svg {
        margin-right: 5px;
    }
    .section-wrapper .quotation {
        width: 35%;
        min-width: 200px;
    }
@media (max-width: 1100px) {
    .section-wrapper {
        display: flex;
        flex-direction: column;
        padding: 30px 50px;
    }
        .section-wrapper .left-image {
            width: 100%;
            padding: 20px 0px 0px 0px;
        }
        .section-wrapper .left-content {
            order: -1;
            width: 100%;
            margin: 0px;
        }
        .section-wrapper .left-content-a {
            width: 100%;
            margin: 0px 0px 50px 0px;
        }
        .section-wrapper .left-content-c {
            width: 100%;
            margin: 0px 0px 50px 0px;
        }
    .section-wrapper .right-content {
        width: 100%;
        margin: 50px 0px;
        padding: 0px;
    }
}
@media screen and (max-width: 767px) {
    .section-wrapper {
        display: flex;
        padding: 30px 20px;
        gap: 20px;
    }

        .section-wrapper .left-content-a {
            order: -1;
            margin: 0px;
        }
        .section-wrapper .right-content {
            margin: 0px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- section-wrapper-black  --------------------------- */
.section-wrapper-black {
    background-color: #000;
    color: #fff;
}

    .section-wrapper-black .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 50px;
        margin: 0 auto;
        padding: 50px;
        max-width: 1480px;
        align-items: stretch;
    }

    .section-wrapper-black .left-image {
        display: block;
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 50%;
        height: auto;
    }

        .section-wrapper-black .left-image img {
            width: 100%;
            object-fit: cover;
        }

    .section-wrapper-black .left-content {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 30%;
    }

    .section-wrapper-black .right-content {
        flex: 1;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-wrapper-black .left-content-a {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 20%;
    }

    .section-wrapper-black .left-content-b {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 50%;
    }

    .section-wrapper-black .right-content-b {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    .section-wrapper-black .main-title {
        font-weight: bold;
        line-height: 1.2;
        margin: 0px 0px 20px 0px;
    }

    .section-wrapper-black .subtitle {
        font-size: 0.875rem; 
        color: #fff;
        margin-bottom: 20px;
    }

    .section-wrapper-black .services {
        margin: 0px;
    }
    .section-wrapper-black .spec-table table {
        border-bottom: 0.5px solid #ccc;
    }
    .section-wrapper-black .spec-table tr {
        border-bottom: 0.5px solid #ccc;
    }

    .section-wrapper-black .service-item {
        font-size: 0.875rem; 
        padding: 15px 0;
        border-bottom: 0.1px solid #aaa;
        cursor: pointer;
    }

        .section-wrapper-black .service-item:first-child {
            padding-top: 0px;
        }

        .section-wrapper-black .service-item strong {
            font-size: 1.2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .section-wrapper-black .service-item:first-child .service-desc {
            display: block;
        }

        .section-wrapper-black .service-item:last-child {
            border-bottom: none;
        }

        .section-wrapper-black .service-item strong svg {
            transform: rotate(180deg);
        }

        .section-wrapper-black .service-item.extend strong svg {
            transform: rotate(0deg);
        }

    .section-wrapper-black .service-desc {
        display: none;
        font-size: 0.875rem; 
        color: #555;
        margin-top: 5px;
    }

    .section-wrapper-black .text-item {
        font-size: 0.875rem; 
        padding: 3px 0;
        cursor: pointer;
    }

        .section-wrapper-black .text-item svg {
            margin-right: 5px;
        }

@media (max-width: 1100px) {
    .section-wrapper-black {
        display: flex;
        flex-direction: column;
        padding: 30px 50px;
    }

        .section-wrapper-black .container {
            display: flex;
            flex-direction: column;
            padding: 30px 0px 50px 0px;
            gap: 20px;
        }

        .section-wrapper-black .left-image {
            width: 100%;
            padding: 20px 0px 0px 0px;
        }

        .section-wrapper-black .left-content {
            order: -1;
            width: 100%;
            margin: 0px;
        }

        .section-wrapper-black .left-content-a {
            width: 100%;
            margin: 0px 0px 50px 0px;
        }

        .section-wrapper-black .right-content {
            width: 100%;
            margin: 50px 0px;
            padding: 0px;
        }
}

@media screen and (max-width: 767px) {
    .section-wrapper-black {
        display: flex;
        flex-direction: row;
        padding: 30px 20px;
        gap: 20px;
    }

        .section-wrapper-black .left-content-a {
            order: -1;
            margin: 0px;
        }

        .section-wrapper-black .right-content {
            margin: 0px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- section-wrapper-a  --------------------------- */
.section-wrapper-a {
    margin: 0 auto;
    padding: 50px;
    max-width: 1480px;
}
    .section-wrapper-a .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        background: #f2f2f2;
        padding: 20px 50px;
    }

    .section-wrapper-a .left-content {
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 50%;
        flex: 1;
    }

    .section-wrapper-a .right-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    .section-wrapper-a .main-title {
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .section-wrapper-a .subtitle {
        font-size: 0.875rem; 
        color: #444;
        margin-bottom: 20px;
    }

@media (max-width: 1100px) {
    .section-wrapper-a {
        display: block;
        padding: 30px 20px;
    }

        .section-wrapper-a h2 {
            text-align: center;
        }
        .section-wrapper-a .container {
            display: flex;
            flex-direction: column;
            padding: 30px 20px 50px 20px;
            gap: 20px;
        }
        .section-wrapper-a .left-content {
            width: 100%;
            margin: 0px;
        }

        .section-wrapper-a .right-content {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- section-wrapper-b  --------------------------- */
.section-wrapper-b {
    gap: 50px;
    margin: 0 auto;
    padding: 50px;
    max-width: 1480px;
}
    .section-wrapper-b .left-content {
        display: grid;
        grid-template-columns: 0.7fr 1fr;
        align-items: center;
        justify-content: center;
        margin: 50px 0px;
    }
    .section-wrapper-b .left-content h2 {
        width: 70%
    }

    .section-wrapper-b .right-content {
        flex: 1;
        padding: 0px;
    }

    .section-wrapper-b .main-title {
        font-weight: bold;
        line-height: 1.2;
        margin: 0px;
    }

    .section-wrapper-b .subtitle {
        font-size: 0.875rem; 
        color: #444;
        margin-bottom: 20px;
    }

    .section-wrapper-b .services {
        margin: 0px;
    }

    .section-wrapper-b .service-item {
        font-size: 0.875rem; 
        padding: 15px 0;
        border-bottom: 0.1px solid #aaa;
        cursor: pointer;
    }

        .section-wrapper-b .service-item:first-child {
            padding-top: 0px;
        }

        .section-wrapper-b .service-item strong {
            font-size: 1.2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .section-wrapper-b .service-item:first-child .service-desc {
            display: block;
        }

        .section-wrapper-b .service-item:last-child {
            border-bottom: none;
        }

        .section-wrapper-b .service-item strong svg {
            transform: rotate(180deg);
        }

        .section-wrapper-b .service-item.extend strong svg {
            transform: rotate(0deg);
        }

    .section-wrapper-b .service-desc {
        display: none;
        font-size: 0.875rem; 
        color: #555;
        margin-top: 5px;
    }

    .section-wrapper-b .text-item {
        font-size: 0.875rem; 
        padding: 3px 0;
        cursor: pointer;
    }

        .section-wrapper-b .text-item svg {
            margin-right: 5px;
        }

@media (max-width: 1100px) {
    .section-wrapper-b {
        display: block;
        padding: 30px 50px;
    }

        .section-wrapper-b .left-image {
            width: 100%;
            padding: 20px 0px 0px 0px;
        }

        .section-wrapper-b .left-content {
            width: 100%;
            margin: 0px;
        }

        .section-wrapper-b .left-content-a {
            width: 100%;
            margin: 0px 0px 50px 0px;
        }

        .section-wrapper-b .right-content {
            width: 100%;
            margin: 50px 0px;
            padding: 0px;
        }
}

@media screen and (max-width: 767px) {
    .section-wrapper-b {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- workflow-section  --------------------------- */
.workflow-section {
    text-align: center;
    padding: 80px 50px 80px 50px;
    margin: auto;
    max-width: 1480px;
}

    .workflow-section h2 {
        font-size: 2em;
        font-weight: bold;
        position: relative;
    }
        .workflow-section h2 hr {
            margin: 0px;
            display: none;
        }

    .workflow-section .workflow-subtitle {
        max-width: 860px;
        margin: 18px auto 36px;
        color: #303030;
        font-size: 0.95rem;
        line-height: 1.75;
    }

    .workflow-section .workflow-steps {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        gap: 20px;
        padding-top: 20px;
        list-style: none;
        padding-left: 0px;
    }

    .workflow-section .wk-step {
        flex: 1 1 calc(16.66% - 30px);
        min-width: 160px;
        position: relative;
        padding-top: 25px;
    }

        .workflow-section .wk-step h3 {
            font-size: 0.875rem; 
            font-weight: bold;
            margin: 35px 0px 20px 0px;
        }

        .workflow-section .wk-step p {
            font-size: 1em; 
            color: #555;
            line-height: 1.6;
        }

        .workflow-section .wk-step li {
            font-size: 0.8em;
            text-align: left;
            line-height: 2;
        }

    .workflow-section .workflow-steps::before {
        content: "";
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        height: 1px;
        background: #ccc;
        margin: 0px 100px;
        z-index: 0;
    }

@media (max-width: 1200px) {
    .workflow-section .workflow-subtitle {
        text-align: left;
    }

    .workflow-section .workflow-steps {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .workflow-section .wk-step {
        position: relative;
        width: 100%;
        background: #f9f9f9;
        border-radius: 12px;
        padding: 0px 0px 0px 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        text-align: left;
        align-items: center;
    }

        .workflow-section .wk-step .circle {
            position: absolute;
            top: 23px;
            left: 20px;
            width: 15px;
            height: 15px;
            color: #000;
            font-weight: bold;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .workflow-section .wk-step h3 {
            font-weight: bold;
            margin: 20px 0px 6px 30px;
        }

        .workflow-section .wk-step p {
            color: #444;
            line-height: 1.6;
        }
}
@media (max-width: 767px) {
    .workflow-section {
        padding: 30px 20px 100px 20px;
    }

        .workflow-section .wk-step {
            width: 100%;
            box-sizing: border-box;
            padding: 0px 10px 10px 10px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- industries-section --------------------------- */
.industries-section {
    background-color: #000;
    color: #fff;
    padding: 100px 50px 60px 50px;
}

    .industries-section .content-container {
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 1480px;
    }

    .industries-section .industries-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        gap: 40px;
    }

    .industries-section .industries-text {
        flex: 1 1 45%;
        min-width: 300px;
    }

        .industries-section .industries-text h2 {
            font-size: 2em;
            font-weight: bold;
            margin: 0px 0px 25px 0px;
        }

        .industries-section .industries-text p {
            font-size: 0.875rem; 
            line-height: 1.7;
        }

    .industries-section .industries-tags {
        flex: 1 1 50%;
        min-width: 300px;
        margin-top: 70px;
    }

        .industries-section .industries-tags ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 16px 24px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .industries-section .industries-tags li {
            display: flex;
            align-items: center;
            font-size: 0.875rem; 
        }

        .industries-section .industries-tags li svg {
            margin-right: 10px;
        }
@media screen and (max-width: 1100px) {
    .industries-section {
        padding: 50px;
    }
        .industries-section .industries-container {
            display: block;
        }
        .industries-section .industries-tags {
            margin-top: 30px;
        }
}
@media screen and (max-width: 767px) {
    .industries-section {
        padding: 50px 20px;
    }

        .industries-section .industries-container {
            gap: 0px;
        }
        .industries-section .industries-tags {
            margin-top: 20px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- quote-platform --------------------------- */
.quote-platform {
    padding: 50px;
}
    .quote-platform .quote-wrapper {
        margin: auto;
        text-align: center;
        max-width: 1480px;
    }

    .quote-platform h2 {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 100px;
    }

    .quote-platform .quote-divider {
        width: 400px;
        margin: 0 auto 60px;
        height: 1px;
        background-color: #ccc;
        border: none;
    }

    .quote-platform .quote-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        position: relative;
    }

        .quote-platform .quote-content .quote-image {
            width: 50%;
        }

        .quote-platform .quote-content .quote-image img {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .quote-platform .quote-content .quote-text {
            width: 45%;
            position: absolute;
            top: 50%;
            left: 55%;
            transform: translateY(-50%);
        }

            .quote-platform .quote-content .quote-text p {
                font-size: 0.875rem; 
                line-height: 1.7;
                margin: 0px 0px 20px 0px;
                color: #333;
            }

            .quote-platform .quote-content .quote-text .quote-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .quote-platform .quote-content .quote-text .quote-list li {
                    display: flex;
                    align-items: flex-start;
                    margin-bottom: 16px;
                    font-size: 0.875rem; 
                    color: #000;
                    line-height: 1.6;
                }

                .quote-platform .quote-content .quote-text .quote-list .bullet {
                    width: 10px;
                    height: 10px;
                    background-color: #000;
                    border-radius: 50%;
                    margin-right: 10px;
                    margin-top: 6px;
                    flex-shrink: 0;
                }

    .quote-platform .services {
        margin: 0px;
    }

    .quote-platform .service-item {
        font-size: 1em; 
        padding: 8px 0;
        border-bottom: 0.1px solid #aaa;
        cursor: pointer;
    }

        .quote-platform .service-item:first-child {
            padding-top: 0px;
        }

        .quote-platform .service-item strong {
            font-size: 1.2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .quote-platform .service-item:first-child .service-desc {
            display: block;
        }

        .quote-platform .service-item:last-child {
            border-bottom: none;
            margin-bottom: 20px;
        }

        .quote-platform .service-item strong svg {
            transform: rotate(180deg);
        }

        .quote-platform .service-item.extend strong svg {
            transform: rotate(0deg);
        }
@media screen and (max-width: 1100px) {
    .quote-platform {
        padding: 40px 50px;
    }

        .quote-platform h2 {
            font-size: 1.5em;
            margin-bottom: 50px;
        }

        .quote-platform .quote-divider {
            width: 60%;
            margin-bottom: 40px;
        }

        .quote-platform .quote-content {
            flex-direction: column;
            position: static;
        }

            .quote-platform .quote-content .quote-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .quote-platform .quote-content .quote-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
            }

                .quote-platform .quote-content .quote-text p,
                .quote-platform .quote-content .quote-text .quote-list li {
                    font-size: 0.85em;
                }

                .quote-platform .quote-content .quote-text .quote-list .bullet {
                    width: 8px;
                    height: 8px;
                    margin-top: 5px;
                }
}
@media screen and (max-width: 767px) {
    .quote-platform {
        padding: 0px 20px 50px 20px;
    }

        .quote-platform h2 {
            font-size: 1.5em;
            margin-bottom: 50px;
        }

        .quote-platform .quote-divider {
            width: 60%;
            margin-bottom: 40px;
        }

        .quote-platform .quote-content {
            flex-direction: column;
            position: static;
        }

            .quote-platform .quote-content .quote-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .quote-platform .quote-content .quote-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
            }

                .quote-platform .quote-content .quote-text p,
                .quote-platform .quote-content .quote-text .quote-list li {
                    font-size: 0.85em;
                }

                .quote-platform .quote-content .quote-text .quote-list .bullet {
                    width: 8px;
                    height: 8px;
                    margin-top: 5px;
                }
}

/* ----------------------------------------------------------------- */

/* ---------------------- section-wrapper-d--------------------------- */
.section-wrapper-d {
    padding: 80px 50px;
}

    .section-wrapper-d .container {
        margin: auto;
        text-align: center;
        max-width: 1480px;
    }

    .section-wrapper-d .content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }

    .section-wrapper-d h2 {
        font-size: 2em;
        font-weight: bold;
        margin: 0px 0px 20px 0px;;
        padding: 0px;
    }
        .section-wrapper-d .content .content-image p {
            margin: 0px 0px 30px 0px;
        }

            .section-wrapper-d .content .content-image img {
                width: 100%;
                border: 1px solid #ccc;
                border-radius: 5px;
            }

        .section-wrapper-d .content .content-text {
        }


@media screen and (max-width: 1100px) {
    .section-wrapper-d {
        padding: 40px 50px;
    }

        .section-wrapper-d h2 {
            font-size: 1.5em;
            margin-bottom: 50px;
        }

        .section-wrapper-d .content {
            flex-direction: column;
            position: static;
        }

            .section-wrapper-d .content .content-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .section-wrapper-d .content .content-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
            }
}

@media screen and (max-width: 768px) {
    .section-wrapper-d {
        padding: 50px 20px;
    }
        .section-wrapper-d h2 {
            font-size: 1.5em;
            margin-bottom: 20px;
        }
        .section-wrapper-d .content {
            grid-template-columns: 1fr;
            gap: 20px;
        }

            .section-wrapper-d .content .content-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .section-wrapper-d .content .content-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
            }
}

/* ----------------------------------------------------------------- */

/* ---------------------- case-section  --------------------------- */
.case-section {
    padding: 80px 50px;
    margin: auto;
    max-width: 1480px;
}

    .case-section .case-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    .case-section .case-title-block h2 {
        font-size: 2em;
        font-weight: bold;
        margin: 0px 0px 30px 0px;
    }

    .case-section .cta-button {
        margin-top: 15px;
    }

.case-section .case-title-block p {
    font-size: 0.875rem;
    font-weight:500;
    color: #555;
    max-width: 800px;
}

    .case-section .case-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .case-section .case-slider-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        overflow: hidden;
        position: relative;
    }

    .case-section .case-slider {
        display: flex;
        transition: transform 0.5s ease;
        scroll-behavior: smooth;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 40px;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
        .case-section .case-slider::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }

    .case-section .case-card {
        min-width: 100%;
        display: flex;
        gap: 50px;
        scroll-snap-align: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0px 30px;
    }

    .case-section .case-text {
        flex: 1;
    }

        .case-section .case-text h3 {
            font-weight: bold;
            margin-bottom: 25px;
        }

        .case-section .case-text p {
            font-size: 0.875rem; 
            line-height: 1.6;
            color: #333;
        }

    .case-section .case-image {
        width: 60%;
    }
    .case-section .case-image img {
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
    }

    .case-section .arrow-btn {
        border: none;
        cursor: pointer;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
        .case-section .arrow-btn svg {
            height: 45px;
            width: 45px;
            fill: #000;
        }
            .case-section .arrow-btn svg path {
                stroke: #fff;
            }
            .case-section .arrow-btn svg:hover {
                height: 45px;
                width: 45px;
                fill: #fff;
            }
                .case-section .arrow-btn svg:hover path {
                    stroke: #000;
                }
    .case-section .learn-more a {
        display: inline-block;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 10px;
        font-size: 0.875rem; 
    }
    .case-section .learn-more:hover {
        text-decoration: underline;
    }
@media screen and (max-width: 768px) {
    .case-section {
        padding: 40px 50px;
    }

        .case-section .case-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 40px;
        }

        .case-section .case-title-block h2 {
            font-size: 1.5em;
            margin-bottom: 20px;
        }

        .case-section .case-title-block p {
            font-size: 0.85em;
            max-width: 100%;
        }

        .case-section .cta-button {
            margin-top: 10px;
            align-self: flex-start;
        }

        .case-section .case-content {
            flex-direction: column;
            gap: 20px;
        }

        .case-section .case-slider-wrapper {
            overflow-x: auto;
        }

        .case-section .case-slider {
            gap: 20px;
            padding-bottom: 10px;
        }

        .case-section .case-card {
            flex-direction: column;
            padding: 0 10px;
            gap: 20px;
        }

        .case-section .case-text h3 {
            font-size: 1.1em;
            margin-bottom: 15px;
        }

        .case-section .case-text p {
            font-size: 0.85em;
        }

        .case-section .case-image {
            width: 100%;
        }

        .case-section .arrow-btn {
            display: none; /* 闅愯棌宸﹀彸鎸夐挳浠ョ畝鍖栫Щ鍔ㄧ浣撻獙 */
        }
}
@media screen and (max-width: 767px) {
    .case-section {
        padding: 40px 20px;
    }

        .case-section .case-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 40px;
        }

        .case-section .case-title-block h2 {
            font-size: 1.5em;
            margin-bottom: 20px;
        }

        .case-section .case-title-block p {
            font-size: 0.85em;
            max-width: 100%;
        }

        .case-section .cta-button {
            margin-top: 10px;
            align-self: flex-start;
        }

        .case-section .case-content {
            flex-direction: column;
            gap: 20px;
        }

        .case-section .case-slider-wrapper {
            overflow-x: auto;
        }

        .case-section .case-slider {
            gap: 20px;
            padding-bottom: 10px;
        }

        .case-section .case-card {
            flex-direction: column;
            padding: 0 10px;
            gap: 20px;
        }

        .case-section .case-text h3 {
            font-size: 1.1em;
            margin-bottom: 15px;
        }

        .case-section .case-text p {
            font-size: 0.85em;
        }

        .case-section .case-image {
            width: 100%;
        }

        .case-section .arrow-btn {
            display: none; /* 闅愯棌宸﹀彸鎸夐挳浠ョ畝鍖栫Щ鍔ㄧ浣撻獙 */
        }
}
/* ----------------------------------------------------------------- */


/* ---------------------- jump-section  --------------------------- */
.jump-section {
    padding: 0px 50px 50px 50px;
    max-width: 1480px;
    margin: auto;
}

    .jump-section .jump-wrapper {
        text-align: center;
        margin-top: 50px;
    }

    .jump-section h2 {
        font-size: 2em;
        font-weight: bold;
    }

    .jump-section .quote-divider {
        width: 400px;
        margin: 0 auto 60px;
        height: 1px;
        background-color: #ccc;
        border: none;
    }

    .jump-section .jump-content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        position: relative;
    }

        .jump-section .jump-content .left-content {
            width: 40%;
        }
        .jump-section .jump-content .left-content ul {
            list-style: none;
            padding: 0;
            margin: 0px 0px 0px 5px;
            display: grid;
        }
            .jump-section .jump-content .left-content li {
                margin-top: 5px;
                display: flex;
                align-items: center; 
                gap: 6px;
                font-size: 0.8rem;
            }

            .jump-section .jump-content .left-content a {
                color: #000;
            }

        .jump-section .jump-content .right-content {
            width: 50%;
        }

            .jump-section .jump-content .right-content p {
                font-size: 0.875rem; 
                line-height: 1.7;
                margin: 0px 0px 20px 0px;
                color: #333;
            }

            .jump-section .jump-content .right-content .quote-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .jump-section .jump-content .right-content .quote-list li {
                    display: flex;
                    align-items: flex-start;
                    margin-bottom: 16px;
                    font-size: 0.875rem; 
                    color: #000;
                    line-height: 1.6;
                }

                .jump-section .jump-content .right-content .quote-list .bullet {
                    width: 10px;
                    height: 10px;
                    background-color: #000;
                    border-radius: 50%;
                    margin-right: 10px;
                    margin-top: 6px;
                    flex-shrink: 0;
                }
.jump-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: var(--gap);
}

    .jump-list a {
        position: relative;
        display: inline-block;
        padding-left: calc(var(--arrow-line) + 0.875rem);
        text-decoration: none;
        color: #111;
        line-height: 1.6;
    }

        /* left line */
        .jump-list a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: var(--arrow-line);
            height: var(--arrow-thickness);
            background: var(--arrow-color);
            transform: translateY(-50%);
        }

        /* small arrow head */
        .jump-list a::after {
            content: "";
            position: absolute;
            left: var(--arrow-line);
            top: 50%;
            width: 8px;
            height: 8px;
            border-top: var(--arrow-thickness) solid var(--arrow-color);
            border-right: var(--arrow-thickness) solid var(--arrow-color);
            transform: translateY(-50%) rotate(45deg);
        }

    /* hover/focus motion */
    .jump-list a {
        transition: transform .2s ease;
    }

        .jump-list a:hover,
        .jump-list a:focus-visible {
            transform: translateX(2px);
            outline: none;
        }

/* motion preference */
@media (prefers-reduced-motion: reduce) {
    .jump-list a {
        transition: none;
    }
}

@media screen and (max-width: 1100px) {
    .jump-section {
        padding: 0px 50px;
    }
        .jump-section .jump-wrapper {
            margin-top: 0px;
        }

        .jump-section h2 {
            margin-bottom: 50px;
        }

        .jump-section .quote-divider {
            width: 60%;
            margin-bottom: 40px;
        }

        .jump-section .jump-content {
            flex-direction: column;
            position: static;
        }

            .jump-section .jump-content .left-content {
                width: 100%;
                margin-bottom: 20px;
            }

            .jump-section .jump-content .right-content {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
            }

                .jump-section .jump-content .right-content p,
                .jump-section .jump-content .right-content .quote-list li {
                    font-size: 0.85em;
                }

                .jump-section .jump-content .right-content .quote-list .bullet {
                    width: 8px;
                    height: 8px;
                    margin-top: 5px;
                }
}


@media screen and (max-width: 768px) {
    .jump-section {
        padding: 0px 20px;
    }
}

/* ----------------------------------------------------------------- */

/* ---------------------- adv-section  --------------------------- */
.adv-section {
    padding: 80px 50px;
    max-width: 1480px;
    margin: auto;
}

    .adv-section h2 {
        margin: 0px 0px 80px 0px;
    }
    .adv-section .subtitle {
        margin: 30px 0px 80px 0px;
    }

    .adv-section .adv-grid {
        counter-reset: adv;
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 56px 72px;
    }
    .adv-section .adv-card {
        position: relative;
        display: grid;
        grid-template-columns: 0.2fr 1fr;
    }
        .adv-section .adv-card h3 {
            margin: 0 0 8px;
        }

        .adv-section .adv-card p {
            margin: 0;
            color: #202020;
            font-size: 0.875rem;
        }

@media (max-width: 1100px) {
    .adv-section .adv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .adv-section {
        padding: 50px 20px;
    }
        .adv-section .adv-grid {
            grid-template-columns: 1fr;
            gap: 40px 24px;
        }

        .adv-section .adv-card p {
            font-size: 0.8rem;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- adv-section-a  --------------------------- */
.adv-section-a {
    padding: 80px 50px;
    max-width: 1480px;
    margin: auto;
}

    .adv-section-a h2 {
        margin: 0px 0px 80px 0px;
        text-align: center
    }

    .adv-section-a .adv-grid {
        counter-reset: adv;
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 56px 72px;
    }
    .adv-section-a .adv-card {
        position: relative;
        display: grid;
        grid-template-columns: 0.2fr 1fr;
    }
        .adv-section-a .adv-card h3 {
            margin: 0 0 8px;
        }

        .adv-section-a .adv-card p {
            margin: 0;
            color: #202020;
            font-size: 0.875rem;
        }

@media (max-width: 1100px) {
    .adv-section-a .adv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .adv-section-a {
        padding: 50px 20px;
    }

        .adv-section-a .adv-grid {
            grid-template-columns: 1fr;
            gap: 40px 24px;
        }
}
/* ----------------------------------------------------------------- */


/* ---------------------- spec-table  --------------------------- */
.spec-table {
    --line: #272727; /* 鍒嗛殧绾块鑹?*/
    --padY: 0.875rem;
    --padX: 18px;
    --fs-left: 18px;
    --fs-right: 18px;
}

    /* 琛ㄦ牸绾夸笌闂磋窛 */
    .spec-table table {
        width: 100%;
        border-collapse: collapse;
        border-bottom: 0.5px solid var(--line);
    }

    .spec-table tr {
        border-bottom: 0.5px solid var(--line);
    }

        .spec-table tr:last-child {
            border-bottom: none;
        }

    .spec-table th {
        text-align: left;
        vertical-align: middle;
        padding: var(--padY) var(--padX);
        font-size: 1.2rem;
    }
    .spec-table td {
        text-align: left;
        vertical-align: middle;
        padding: var(--padY) 100px;
        font-size: 1.2rem;
    }

    .spec-table th {
        width: 40%; 
    }

    /* 鍘绘帀鍨傜洿杈规锛岃瑙嗚鏇村共鍑€ */
    .spec-table th,
    .spec-table td {
        border: 0;
    }

@media (max-width: 1100px) {

    .spec-table th,
    .spec-table td {
        padding: 8px 10px;
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .spec-table {
        --padY: 12px;
        --padX: 0.875rem;
        --fs-left: 17px;
        --fs-right: 16px;
    }

        .spec-table th,
        .spec-table td {
            display: block;
            width: auto;
            padding: 8px 0px;
        }

        .spec-table tr {
            border-bottom: 1px solid var(--line);
        }

        .spec-table th {
            padding-bottom: 2px;
        }

        .spec-table td {
            padding-top: 0;
        }
}
/* ----------------------------------------------------------------- */


/* ---------------------- card-section  --------------------------- */
.card-section {
    max-width: 1480px;
    margin: auto;
    padding: 80px 50px;
}
    .card-section .top-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-bottom: 40px;
        align-items: center;
    }

    .card-section .cards-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .card-section .section-header {
        display: flex;
        justify-content: flex-end;
    }

        .card-section .section-header h2 {
            margin: 0;
        }

        .card-section .section-header p {
            margin: 10px 0 20px;
        }
        .card-section .section-header .content {
            width: 70%;
            text-align: right;
        }
    .card-section .card {
        border: 1px solid #ddd;
        overflow: hidden;
        background: #fff;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s;
    }

        .card-section .card:hover {
            transform: translateY(-5px);
        }

        .card-section .card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

    .card-section .card-content {
        padding: 20px;
        flex: 1;
    }

        .card-section .card-content h3 {
            margin: 0 0 10px;
        }

        .card-section .card-content p {
            margin-bottom: 20px;
        }

    .card-section .grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
    }
    .card-section .learn-more a {
        display: inline-block;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        margin-top: 10px;
        font-size: 0.875rem; 
    }

    .card-section .learn-more:hover {
        text-decoration: underline;
    }

    .card-section .learn-more a .txt-span {
        margin-right: 20px;
    }
@media (max-width: 1100px) {
    .card-section .top-layout {
        grid-template-columns: 1fr;
    }
    .card-section .grid {
        grid-template-columns: 1fr 1fr;
    }
    .card-section .cards-top {
        display: grid;
        gap: 20px;
    }
        .card-section .section-header {
            order: -1;
            margin-bottom: 10px;
        }
            .card-section .section-header .content {
                width: 100%;
                text-align: left;
            }
}
@media (max-width: 767px) {
    .card-section {
        margin: auto;
        padding: 50px 20px;
    }
    .card-section .top-layout {
        grid-template-columns: 1fr;
    }

    .card-section .cards-top {
        grid-template-columns: 1fr;
    }
        .card-section .grid {
            grid-template-columns: 1fr;
        }

    .card-section .section-header {
        order: -1; 
        margin-bottom: 10px;
    }
        .card-section .section-header .content {
            width: 100%;
            text-align: left;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- promotion-section  --------------------------- */
.promotion-section {
    display: flex;
    justify-content: space-between;
    background-color: #092c47;
    color: #fff;
    padding: 5px 50px 5px 55px;
    text-align: center;
    font-size: 0.8rem;
}
    .promotion-section .container {
        display: flex;
        text-align: center;
        align-items: center;
    }

        .promotion-section .container .content {
            margin: 0px 0px;
        }
        .promotion-section .container a {
            color: #fff;
        }

    .promotion-section .opera {
        display: flex;
        text-align: center;
    }

    .promotion-section button {
        color: #fff;
        margin: 0px 10px;
        font-size: 0.8rem;
        cursor: pointer;
        background: none;
        border: none;
        font-weight: normal;
    }
        .promotion-section .country-region-trigger:hover,
        .promotion-section .country-region-trigger:focus {
            color: #ffd400;
            text-decoration: underline;
            text-underline-offset: 3px;
        }
@media (max-width: 1100px) {
    .promotion-section {
        padding: 5px 50px;
    }
}
@media (max-width: 768px) {
    .promotion-section {
        padding: 5px 20px;
    }

        .promotion-section button {
            font-size: 0.8rem;
            margin: 0px 5px;
        }
}
/* ----------------------------------------------------------------- */

.country-region-dialog {
    font-size: 14px;
}

    .country-region-dialog .country-region-list {
        max-height: 520px;
        margin: 15px 10px;
        overflow-y: auto;
    }

    .country-region-dialog .country-region-group {
        margin-bottom: 18px;
        text-align: left;
    }

        .country-region-dialog .country-region-group:last-child {
            margin-bottom: 0;
        }

    .country-region-dialog .country-region-title {
        margin: 0 0 10px;
        padding-bottom: 6px;
        border-bottom: 1px solid #e2e7ee;
        color: #0b2740;
        font-size: 16px;
        font-weight: 700;
    }

    .country-region-dialog .country-name-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px 14px;
    }

    .country-region-dialog .country-name-only {
        color: #344256;
        line-height: 1.45;
        text-decoration: none;
        word-break: break-word;
    }

        .country-region-dialog .country-name-only:hover,
        .country-region-dialog .country-name-only:focus {
            color: #0e6aed;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

    .country-region-dialog .country-empty {
        padding: 18px;
        color: #536273;
        text-align: center;
    }

@media (max-width: 768px) {
    .country-region-dialog .country-name-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.quotation {
    display: inline-block;
    padding: 12px 20px;
    background-color: #0e6aed;
    color: white;
    border: 1px solid #092c47;
    font-size: 0.875rem; 
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 120px;
    line-height: 1.2;
    border-radius: 5px;
}

    .quotation:hover {
        background-color: #092c47;
        color: #fff;
        border: 1px solid #092c47;
        text-decoration: none;
    }

.contact {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fff;
    color: #000;
    font-size: 0.875rem; 
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #092c47;
    min-width: 120px;
    line-height: 1.2;
    border-radius: 5px;
}

    .contact:hover {
        background-color: #092c47;
        color: #fff;
        border: 1px solid #092c47;
        text-decoration: none;
    }

.bt-tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: #fff;
    color: #666;
    font-size: 0.875rem; 
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #666;
    line-height: 1.2;
    border-radius: 0px;
}

    .bt-tag:hover {
        background-color: #000;
        color: #ffd400;
        text-decoration: none;
    }

.quotation-black {
    display: inline-block;
    padding: 12px 20px;
    background-color: #ffd400;
    color: #000;
    font-size: 0.875rem; 
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #000;
    min-width: 120px;
}

    .quotation-black:hover {
        background-color: black;
        color: #fff;
        border: 1px solid #fff;
        text-decoration: none;
    }

.contact-black {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fff;
    color: #000;
    font-size: 0.875rem; 
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #000;
    min-width: 120px;
    line-height: 1.2;
    border-radius: 5px;
}

    .contact-black:hover {
        background-color: #000;
        color: #ffd400;
        border: 1px solid #fff;
        text-decoration: none;
    }

.contact-sub-black {
    display: inline-block;
    padding: 5px 20px;
    background-color: #fff;
    color: #000;
    font-size: 0.875rem; 
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #000;
    min-width: 120px;
}

    .contact-sub-black:hover {
        background-color: #000;
        color: #ffd400;
        border: 1px solid #fff;
        text-decoration: none;
    }

/* ---------------------- review-section  --------------------------- */
.review-section {
    padding: 50px;
    margin: auto;
    max-width: 1480px;
}
    .review-section h2 {
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        margin: 0px 0px 80px 0px;
    }
    .review-section .container {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 50px;
    }

    .review-section .review-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .review-section .review-header img {
        width: 100%;
    }

    .review-section .review-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: nowrap;
        overflow: hidden;
        border: 1px solid #ddd;
    }

    .review-section .review-slider-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        overflow: hidden;
        position: relative;
    }

    .review-section .review-slider {
        display: flex;
        transition: transform 0.5s ease;
        scroll-behavior: smooth;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 40px;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

        .review-section .review-slider::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }

    .review-section .review-card {
        min-width: 100%;
        display: flex;
        gap: 40px;
        scroll-snap-align: center;
        align-items: center;
        box-sizing: border-box;
    }

    .review-section .review-text {
        flex: 1;
    }

        .review-section .review-text h3 {
            font-weight: bold;
            margin-bottom: 25px;
        }

        .review-section .review-text p {
            font-size: 0.875rem; 
            line-height: 1.6;
        }

    .review-section .review-image {
        width: 60%;
    }

        .review-section .review-image img {
            width: 100%;
            border-radius: 4px;
            object-fit: cover;
        }

    .review-section .arrow-btn {
        border: none;
        cursor: pointer;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

@media screen and (max-width: 768px) {
    .review-section {
        padding: 50px;
    }
    .review-section .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }
}
@media screen and (max-width: 767px) {
    .review-section {
        padding: 50px 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- ourstory-wrapper--------------------------- */
.ourstory-wrapper {
    padding: 50px;
}

    .ourstory-wrapper .container {
        margin: auto;
        text-align: center;
        max-width: 1480px;
    }

    .ourstory-wrapper .content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        position: relative;
        display: grid;
        grid-template-columns: 0.35fr 0.65fr;
        gap: 100px;
    }

    .ourstory-wrapper h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin: 0px 0px 50px 0px;
        padding: 0px;
    }

    .ourstory-wrapper h3 {
        margin: 20px 0px 5px 0px;
        padding: 0px;
    }

    .ourstory-wrapper .content .content-image p {
        margin: 0px 0px 30px 0px;
    }

        .ourstory-wrapper .content .content-image img {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 5px;
        }


@media screen and (max-width: 1100px) {
    .ourstory-wrapper {
        padding: 40px 50px;
    }

        .ourstory-wrapper h2 {
            font-size: 1.5em;
            margin-bottom: 50px;
        }

        .ourstory-wrapper .content {
            flex-direction: column;
            position: static;
            gap: 50px;
        }

            .ourstory-wrapper .content .content-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .ourstory-wrapper .content .content-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
            }
}

@media screen and (max-width: 767px) {
    .ourstory-wrapper {
        padding: 30px 20px;
    }

        .ourstory-wrapper h2 {
            font-size: 1.5em;
            margin-bottom: 20px;
        }

        .ourstory-wrapper .content {
            grid-template-columns: 1fr;
            gap: 20px;
        }

            .ourstory-wrapper .content .content-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .ourstory-wrapper .content .content-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
                order: -1;
            }
}
/* ----------------------------------------------------------------- */

/* ---------------------- h-item--------------------------- */
.h-item {
    display: grid;
    grid-template-columns: 0.5fr 2fr 0.8fr;
    border-top: 1px solid #ccc;
    padding: 25px 0px;
    align-items: center;
}

    .h-item .title {
        font-size: 2.3rem;
    }

    .h-item > div {
        padding: 0px 10px;
    }
        .h-item > div:first-child {
            padding-left: 0px;
        }
        .h-item > div:last-child {
            padding-right: 0px;
        }

    .h-item img {
        width: 100%;
    }
.h-item-2 {
    display: grid;
    grid-template-columns: 2.5fr 0.8fr;
    padding: 25px 0px;
    align-items: center;
}
.h-item-3 {
    display: grid;
    grid-template-columns: 0.57fr 2fr;
    padding: 25px 0px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
    .h-item-3:last-child {
        border-bottom: 0px;
    }

@media screen and (max-width: 1100px) {
    .h-item-3 {
        grid-template-columns: 0.57fr 1.3fr;
    }
}
@media screen and (max-width: 767px) {
    .h-item .title {
        font-size: 1.8rem;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- h-item-2clo-a --------------------------- */
.h-item-2clo-a {
    display: grid;
    grid-template-columns: 0.7fr 2fr;
    border-top: 1px solid #ccc;
    padding: 25px 0px;
    align-items: center;
    gap: 30px;
}

    .h-item-2clo-a .title {
        font-size: 2.2rem;
    }

    .h-item-2clo-a > div {
        padding: 0px 10px;
    }

        .h-item-2clo-a > div:first-child {
            padding-left: 0px;
        }

        .h-item-2clo-a > div:last-child {
            padding-right: 0px;
        }

    .h-item-2clo-a img {
        width: 100%;
    }
    .h-item-2clo-a h3 {
        padding: 0px;
        margin: 0px;
    }
    .h-item-2clo-a p {
        line-height: 1.5;
        margin: 10px 0px;
    }
@media screen and (max-width: 1100px) {
    .h-item-2clo-a {
        gap: 15px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-棣栬Banner --------------------------- */
.main-banner-simple {
    background-image: url('https://static.yuxincode.com/xpartslab-com/images/our-factory-group.webp');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 400px;
    width: 100vw;
    margin: 0px 0px 50px 0px;
}

    .main-banner-simple .content-container {
        position: relative;
        margin: 0 auto;
        width: 100%;
        padding: 0px 50px;
        max-width: 1480px;
    }

    .main-banner-simple .content {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
    }

        .main-banner-simple .content h1 {
            font-size: 3em;
            margin: 0;
            font-weight: 700;
            text-align: center;
        }

        .main-banner-simple .content p {
            font-size: 0.875rem; 
            margin: 25px 100px;
        }

@media screen and (max-width: 1100px) {

    .main-banner-simple .content h1 {
        font-size: 2em;
    }
    .main-banner-simple .content p {
        font-size: 1rem;
        margin: 25px 20px;
    }
}
@media screen and (max-width: 767px) {

    .main-banner-simple .content-container {
        padding: 80px 20px 50px 20px;
    }
    .main-banner-simple .content {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }
}

/* ----------------------------------------------------------------- */

/* ---------------------- section-wrapper-e--------------------------- */
.section-wrapper-e {
    padding: 50px;
}

    .section-wrapper-e .container {
        margin: auto;
        text-align: center;
        max-width: 1480px;
    }

    .section-wrapper-e .content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }

    .section-wrapper-e h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }

    .section-wrapper-e h3 {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }

    .section-wrapper-e .content .content-image p {
        margin: 0px 0px 30px 0px;
    }

    .section-wrapper-e .content .content-image img {
        width: 100%;
        border: 1px solid #ccc;
    }

    .section-wrapper-e .content .content-image .image-list {
        width: 18%;
        display: flex;
        justify-content:space-between;
        gap: 5px;
    }

        .section-wrapper-e .content .content-image .image-list img {
            cursor: pointer;
        }

            .section-wrapper-e .content .content-image .image-list img:hover {
                border: 1px solid #000;
            }

    .section-wrapper-e .content .content-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .section-wrapper-e .content .content-text .item {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .section-wrapper-e .content .content-text .title-item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        align-items: center;
        padding: 0px 20px 15px 0px;
    }

        .section-wrapper-e .content .content-text .title-item svg {
            width: 25px;
            height: 25px;
            margin-right: 15px;
        }

        .section-wrapper-e .content .content-text .title-item p {
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0px;
            padding: 0px;
        }

    .section-wrapper-e .content .content-text .text-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px 15px 0px;
    }

        .section-wrapper-e .content .content-text .text-item svg {
            width: 25px;
            height: 25px;
            margin-right: 15px;
        }

        .section-wrapper-e .content .content-text .text-item p {
            font-size: 1rem;
            font-weight: bold;
            margin: 0px;
            padding: 0px;
        }


@media screen and (max-width: 1100px) {
    .section-wrapper-e {
        padding: 40px 50px;
    }

        .section-wrapper-e h2 {
            font-size: 1.2em;
            margin-bottom: 0px;
        }

        .section-wrapper-e .content {
            flex-direction: column;
            position: static;
            gap: 30px;
        }

            .section-wrapper-e .content .content-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .section-wrapper-e .content .content-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
            }
                .section-wrapper-e .content .content-text .title-item {
                    padding: 0px 20px 15px 0px;
                }
                    .section-wrapper-e .content .content-text .title-item p {
                        font-size: 1.2rem;
                    }
}

@media screen and (max-width: 767px) {
    .section-wrapper-e {
        padding: 50px 20px;
    }

        .section-wrapper-e h2 {
            font-size: 1.2em;
        }

        .section-wrapper-e .content {
            grid-template-columns: 1fr;
            gap: 20px;
        }

            .section-wrapper-e .content .content-image {
                width: 100%;
                margin-bottom: 20px;
            }

            .section-wrapper-e .content .content-text {
                width: 100%;
                position: static;
                transform: none;
                left: auto;
                top: auto;
                order: -1;
            }
}

/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鏂囩珷鍗氬 --------------------------- */
.blog-items {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
}

    .blog-items .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 30px;
    }

    .blog-items .card {
        background: #f2f2f2;
        overflow: hidden;
        width: calc(33% - 18px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0px;
        font-size: 0.9rem;
        cursor: pointer;
    }

        .blog-items .card img {
            object-fit: cover;
            display: block;
            width: 100%;
        }

        .blog-items .card:hover {
            background: #e0e0e0;
            transition: background 0.3s ease;
        }

        .blog-items .card h3 {
            font-size: 1.4em;
            margin: 0px 0px;
        }

        .blog-items .card .card-content {
            padding: 15px 30px 0px 30px;
            text-align: left;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            font-size: 0.875rem; 
        }

        .blog-items .card .card-footer {
            padding: 0px 30px 30px 30px;
            width: 85%;
            display: flex;
            justify-content: space-between;
            font-size: 0.875rem; 
        }


        .blog-items .card .main-item {
            color: #000;
            font-weight: bold;
        }
        .blog-items .card .learn-more {
            color: #000;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            margin: 0px;
        }

            .blog-items .card .learn-more:hover {
                text-decoration: underline;
            }

@media (max-width: 1100px) {
    .blog-items {
        padding: 50px;
    }
        .blog-items .card {
            width: calc(50% - 18px);
        }
}

@media (max-width: 768px) {
    .blog-items {
        padding: 50px;
    }
        .blog-items .card {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .blog-items {
        padding: 50px 20px;
    }
        .blog-items .card {
            width: 100%;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鏂囩珷鍗氬鍒嗛〉 --------------------------- */
.blog-pagination {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    gap: 5px;
}

    /* 鍒嗛〉鎸夐挳 */
    .blog-pagination .page-btn {
        display: inline-block;
        padding: 6px 12px;
        min-width: 32px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        cursor: pointer;
        color: #333;
        background-color: #fff;
        transition: all 0.2s;
        user-select: none;
    }

        /* 榧犳爣鎮仠 */
        .blog-pagination .page-btn:hover:not(.active):not(.disabled) {
            background-color: #f0f0f0;
            border-color: #bbb;
        }

        /* 褰撳墠椤甸珮浜?*/
        .blog-pagination .page-btn.active {
            background-color: #000000;
            color: #fff;
            border-color: #000000;
            cursor: default;
        }

        /* 绂佺敤鐘舵€?*/
        .blog-pagination .page-btn.disabled {
            color: #aaa;
            border-color: #ddd;
            cursor: default;
        }

    /* 鐪佺暐鍙锋牱寮?*/
    .blog-pagination .dots {
        display: inline-block;
        padding: 6px 8px;
        color: #666;
        user-select: none;
    }

/* 绉诲姩绔嚜閫傚簲锛氭寜閽棿璺濆皬涓€鐐?*/
@media (max-width: 480px) {
    .blog-pagination {
        gap: 3px;
        padding: 20px;
    }

        .blog-pagination .page-btn {
            padding: 5px 5px;
            min-width: 28px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鏂囩珷鍗氬鏍囬瀹瑰櫒 --------------------------- */
.blog-title {
    margin: 0px auto;
    padding: 50px 50px 0px 50px;
    max-width: 1480px;
    display: flex;
}
@media (max-width: 767px) {
    .blog-title {
        padding: 50px 20px 0px 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鎼滅储鍖哄煙 --------------------------- */
.blog-search-container {
    margin: 0px auto;
    padding: 80px 50px 0px 50px;
    max-width: 1480px;
    display: flex;
    justify-content: center;
}

    .blog-search-container .search-input {
        width: 500px;
        padding: 6px;
        border: 1px solid #ccc;
    }

@media (max-width: 767px) {
    .blog-search-container {
        padding: 80px 20px 0px 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鏂囩珷鍗氬鏍囩瀹瑰櫒 --------------------------- */
.blog-tag-container {
    margin: 0px auto;
    padding: 30px 50px 0px 50px;
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap; /* 瓒呭嚭鎹㈣ */
    gap: 8px;
}

    /* 鍗曚釜鏍囩 */
    .blog-tag-container .tag {
        display: inline-block;
        padding: 4px 10px;
        font-size: 0.875rem;
        background-color: #f0f0f0;
        color: #333;
        border-radius: 5px;
        white-space: nowrap;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

        /* 榧犳爣鎮仠鏁堟灉 */
        .blog-tag-container .tag:hover {
            background-color: #000000;
            color: #fff;
            cursor: pointer;
        }

@media (max-width: 767px) {
    .blog-tag-container {
        padding: 30px 20px 0px 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- mb-ourteam --------------------------- */
.mb-ourteam {
    background: #000000;
    color: #fff;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
    height: 300px;
    min-height: 0px;
}

    .mb-ourteam .content-container {
        padding: 0px;
    }

    .mb-ourteam .content {
        max-width: 950px;
    }

        .mb-ourteam .content h1 {
            text-align: center;
            font-size: 2.5rem;
        }

        .mb-ourteam .content .crumbs {
            display: flex;
            align-items: center;
            justify-items: center;
            justify-content: center;
            text-align: center;
        }
        .mb-ourteam .content p {
            text-align: center;
        }
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-涓讳骇鍝?--------------------------- */
.pic-container {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
}

    .pic-container .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 40px;
    }

    .pic-container .card {
        overflow: hidden;
        text-align: left;
        width: calc(25% - 30px);
        cursor: pointer;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
    }

        .pic-container .card img {
            width: 100%;
            object-fit: cover;
        }

    .pic-container .card-content {
        padding: 5px 0px 10px 0px;
        display: flex;
        justify-content: space-between;
    }

    .pic-container .card h3 {
        margin: 0 0 10px;
        text-align: left;
        color: #fff;
        line-height: 0.8;
    }

    .pic-container .card p {
        color: #fff;
        margin: 0px;
        font-size: 0.875rem;
    }

    .pic-container .card .icon {
        display:flex;
        margin-top: 5px;
        align-items:center;
        gap: 5px;
    }

@media (max-width: 1100px) {
    .pic-container {
        padding: 30px 50px;
    }

        .pic-container .card {
            width: calc(50% - 20px);
        }
}

@media (max-width: 767px) {
    .pic-container {
        padding: 30px 20px;
    }
        .pic-container .grid {
            gap: 15px;
        }

        .pic-container .card {
            width: 100%;
        }
            .pic-container .card img {
                height: 220px;
            }
        .pic-container .card-content {
            padding: 10px;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-涓讳骇鍝?--------------------------- */
.form-container-2 {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
    min-height: 0px;
    height: auto;
}

    .form-container-2 .s-lable {
        color: #666;
        font-size: 0.912em;
    }
    .form-container-2 h1 {
        margin: 10px 0px;
    }
    .form-container-2 .item-title-container {
        display: flex;
        align-items: center;
        margin: 25px 0px 0px 0px;
        border-bottom: 1px solid #808080;
    }
        .form-container-2 .item-title-container .title-symbol {
            font-size: 1.35em;
            margin: 0px 0px 0px 10px;
        }
    .form-container-2 .item-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 15px 0px 15px 0px;
    }
        .form-container-2 .item-container .text-symbol {
            color: #686868;
            margin: 0px 0px 5px 0px;
        }
        .form-container-2 .item-container .text-imp-symbol {
            font-weight: bold
        }
        .form-container-2 .item-container .text-imp-symbol a {
            color: #000;
            font-size: 0.875rem;
        }
        .form-container-2 .item-container .text-address {
            font-size: 0.875rem;
            color: #686868;
            margin-top: 5px;
            max-width: 350px;
            font-style: normal;
            color: #000;
        }
    .form-container-2 .input-content {
        padding: 0px 100px;
    }

        .form-container-2 .input-content label {
            display: block;
            margin-bottom: 5px;
            color: #686868;
            font-size: 0.912em;
        }

        .form-container-2 .input-content input, .form-container-2 .input-content textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-sizing: border-box;
            font-size: 1em;
        }

        .form-container-2 .input-content .item {
            margin: 0px 0px 20px 0px;
        }

        .form-container-2 .input-content .btn {
            width: 100%;
            padding: 10px;
            border: none;
            background: black;
            color: white;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 10px;
            font-size: 1em;
        }

            .form-container-2 .input-content .btn:hover {
                background: #333;
            }

@media (max-width: 1100px) {

}

@media (max-width: 767px) {

}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鐢ㄦ埛娉ㄥ唽 --------------------------- */
.register-container {
    margin: 0 auto;
    padding: 50px 50px 80px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem; 
}

    .register-container .form-content {
        width: 450px;
        text-align: center;
    }

    .register-container h2 {
        margin-bottom: 60px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .register-container .input-group {
        text-align: left;
        margin-bottom: 15px;
    }

    .register-container .hidden {
        display: none;
    }

    .register-container .resend {
        color: gray;
        cursor: pointer;
        margin-top: 10px;
    }

    .register-container .back-link {
        display: block;
        margin-top: 15px;
        font-size: 0.875rem;
        color: gray;
        text-decoration: none;
    }

        .register-container .back-link:hover {
            text-decoration: underline;
        }

    .register-container .code-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .register-container .code-container input {
            flex: 1;
        }

    .register-container .send-code-btn {
        padding: 12px 30px;
        border: none;
        background-color: #000;
        color: white;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.3s;
        font-size: 1em;
    }

        .register-container .send-code-btn:hover {
            background: #333;
        }

        .register-container .send-code-btn:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }

    .register-container .remember-password {
        margin-top: 15px;
        text-align: center;
    }

        .register-container .remember-password p {
            color: #666;
            font-size: 1em;
        }

        .register-container .remember-password a {
            color: #666;
            text-decoration: none;
            font-size: 1em;
        }

            .register-container .remember-password a:hover {
                text-decoration: underline;
            }

    .register-container .alert-info {
        display: none;
        background: #ffecec;
        color: #d8000c;
        border: 1px solid #d8000c;
        padding: 10px;
        border-radius: 5px;
        font-size: 1em;
        text-align: left;
        margin: 0px 0px 15px 0px;
    }

    .register-container .item-alert {
        font-size: 1em;
        color: green;
        margin-top: 5px;
        display: none;
    }

    .register-container .success-box {
        text-align: center;
        border: 1px solid #ddd;
        padding: 50px;
        border-radius: 5px;
        width: 500px;
        margin: 50px auto;
    }
/* ----------------------------------------------------------------- */

/* ---------------------- blog-relation-items --------------------------- */
.blog-relation-items {
    margin: 0px auto;
    max-width: 1480px;
}

    .blog-relation-items h2 {
        font-size: 2em;
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

    .blog-relation-items .title-remark {
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

    .blog-relation-items .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 30px;
    }

    .blog-relation-items .card {
        background: #f2f2f2;
        overflow: hidden;
        width: calc(33% - 18px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px;
        font-size: 0.9rem;
        cursor: pointer;
    }

        .blog-relation-items .card img {
            object-fit: cover;
            display: block;
            width: 100%;
        }

        .blog-relation-items .card:hover {
            background: #e0e0e0;
            transition: background 0.3s ease;
        }

    .blog-relation-items .icon-img {
        margin: 25px auto 0px;
        height: 50px;
    }

    .blog-relation-items .hr-icon-img {
        margin: 25px auto 0px;
        height: 120px;
    }

    .blog-relation-items .card-content {
        padding: 15px 30px 0px 30px;
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        font-size: 0.875rem; 
    }

    .blog-relation-items .card h3 {
        font-size: 1.4em;
        margin: 15px 0px;
    }

    .blog-relation-items .card div {
        margin-bottom: 10px;
    }

    .blog-relation-items .card .features {
        margin-top: auto;
    }

    .blog-relation-items .card .title {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 20px 0px 0px 0px;
        font-weight: bold;
    }

    .blog-relation-items .card .feature {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 5px 0px;
    }

        .blog-relation-items .card .feature span {
            font-size: 0.9rem;
        }

    .blog-relation-items .card .card-footer {
        padding: 0px 30px 30px 30px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 1em;
        margin-top: auto;
    }
    .blog-relation-items .card .main-item {
        color: #000;
        font-weight: bold;
    }

    .blog-relation-items a {
        color: #000;
        text-decoration: none;
    }

@media (max-width: 1100px) {
    .blog-relation-items {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .blog-relation-items {
        padding: 50px;
    }

        .blog-relation-items .card {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .blog-relation-items {
        padding: 50px 20px;
    }

        .blog-relation-items .card {
            width: 100%;
        }
}
/* ----------------------------------------------------------------- */


/* ---------------------- blog-relation-items --------------------------- */

.blog-updown-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 50px 0px;
}
    .blog-updown-container a {
        color: #000;
    }
    .blog-updown-container .previous {
        text-align: left;
        border-right: 1px solid #ccc;
        display: grid;
        grid-template-columns: 0.1fr 0.9fr;
        align-items: center;
        cursor: pointer;
        padding-right: 15px;
    }
    .blog-updown-container .item {
        font-size: 0.875rem;
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
    .blog-updown-container .next {
        text-align: right;
        display: grid;
        grid-template-columns: 0.9fr 0.1fr;
        align-items: center;
        cursor: pointer;
        justify-items: right;
        padding-left: 15px;
    }
/* ----------------------------------------------------------------- */

.commontext-container {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 375px;
}

/* ---------------------- mb-ourteam --------------------------- */
.mb-author {
    background: #000000;
    color: #fff;
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
    height: 450px;
    min-height: 0px;
    padding-bottom: 20px;
}

    .mb-author .content-container {
        padding: 0px;
    }

    .mb-author .content {
        max-width: 950px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 100px;
    }
        .mb-author .content .author-img img {
            height: 250px;
        }

        .mb-author .content .author-desc h1 {
            font-size: 2em;
        }
        .mb-author .content .author-desc .txt {
            font-size: 0.875rem;
        }
        .mb-author .content .author-desc .title {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: center;
            width: 200px;
        }
        .mb-author .content .author-desc a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
/* ----------------------------------------------------------------- */

/* ---------------------- crumbs-container --------------------------- */
.crumbs-container {
    background: #000000;
    color: #fff;
    font-size: 0.875rem;
    padding: 10px 50px;
    display: flex;
    gap: 10px;
}
    .crumbs-container a {
        color: #fff;
        cursor: pointer;
    }
@media (max-width: 767px) {
    .crumbs-container {
        padding: 20px 20px;
    }
}
/* ----------------------------------------------------------------- */

/* ---------------------- 缃戠珯Body鍖哄煙-鍐呭-c-3涓厓绱?--------------------------- */
.flow-container-3-items {
    position: relative;
    padding: 50px;
    max-width: 1480px;
    margin-top: -160px;
    z-index: 10;
}

    .flow-container-3-items h2 {
        font-size: 2em;
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

    .flow-container-3-items .title-remark {
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

    .flow-container-3-items .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }

    .flow-container-3-items .card {
        background: #f2f2f2;
        overflow: hidden;
        width: calc(20%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        font-size: 0.9rem;
        cursor: pointer;
    }

        .flow-container-3-items .card img {
            object-fit: cover;
            display: block;
            height: 100px;
            margin: 20px 0px;
        }

        .flow-container-3-items .card:hover {
            background: #e0e0e0;
            transition: background 0.3s ease;
        }

    .flow-container-3-items .icon-img {
        margin: 25px auto 0px;
        height: 50px;
    }

    .flow-container-3-items .hr-icon-img {
        margin: 25px auto 0px;
        height: 120px;
    }

    .flow-container-3-items .card-content {
        padding: 0px 20px;
        flex-grow: 1;
        text-align: center;
    }

    .flow-container-3-items .card h3 {
        font-size: 1.4em;
        margin: 0px;
    }

    .flow-container-3-items .card p {
        font-size: 0.875rem;
    }

    .flow-container-3-items .card div {
        margin-bottom: 10px;
    }

    .flow-container-3-items .card .features {
        margin-top: auto;
    }

    .flow-container-3-items .card .title {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 20px 0px 0px 0px;
        font-weight: bold;
    }

    .flow-container-3-items .card .feature {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 1 1 calc(33.33% - 20px);
        min-width: 250px;
        margin: 5px 0px;
    }

        .flow-container-3-items .card .feature span {
            font-size: 0.9rem;
        }

    .flow-container-3-items a {
        color: #000;
        text-decoration: none;
    }

@media (max-width: 1100px) {
    .flow-container-3-items {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .flow-container-3-items {
        padding: 50px;
    }

        .flow-container-3-items .card {
            width: 100%;
        }
        .flow-container-3-items .grid {
            gap: 10px;
        }
}

@media (max-width: 767px) {
    .flow-container-3-items {
        padding: 20px 20px 50px 20px;
        margin-top: 0px;
    }

        .flow-container-3-items .card {
            width: 100%;
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- flow-solution --------------------------- */
.flow-solution {
    margin: 0px auto;
    padding: 50px;
    max-width: 1480px;
}

    .flow-solution .flow-title {
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 80px;
    }

    .flow-solution .flow-grid {
        display: grid;
        grid-template-columns: 1fr 1px 1fr;
        gap: 40px;
        align-items: start;
    }

    .flow-solution .flow-line {
        width: 1px;
        background: #000;
        height: 100%;
        margin: 0 auto;
    }

    .flow-solution .flow-column-left, .flow-solution .flow-column-right {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .flow-solution .flow-item {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
        text-align: right;
    }

    .flow-solution .flow-column-left .flow-item {
        align-items: flex-end;
        text-align: right;
    }

    .flow-solution .flow-column-right .flow-item {
        align-items: flex-start;
        text-align: left;
    }

    .flow-solution .flow-item img {
        width: 160px;
        border-radius: 6px;
    }

    .flow-solution .flow-text h3 {
        margin-bottom: 12px;
    }

    .flow-solution .flow-text span {
        width: 100%;
        margin: 6px 0;
        font-size: 0.875rem;
    }

    .flow-solution .flow-column-space {
        height: 100px;
    }

@media (max-width: 768px) {
    .flow-solution {
        padding: 30px 20px;
    }

        .flow-solution .flow-grid {
            grid-template-columns: 1fr;
        }

        .flow-solution .flow-line {
            display: none;
        }

        .flow-solution .flow-item {
            display: block;
            flex-direction: row !important;
        }

            .flow-solution .flow-item img {
                width: 100%;
            }

        .flow-solution .flow-column-space {
            display: none
        }
}
/* ----------------------------------------------------------------- */

/* ---------------------- flow-solution --------------------------- */
.section-wrapper-f {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 50px;
    background: #f2f2f2;
    box-sizing: border-box;
}

.section-wrapper-f > .services-title,
.section-wrapper-f > .home-material-intro,
.section-wrapper-f > .sec-tabs,
.section-wrapper-f > .tab-line,
.section-wrapper-f > .tab-content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

    /* ===== Title ===== */
    .section-wrapper-f .services-title {
        text-align: center;
        font-size: 36px;
        margin-bottom: 40px;
    }

    /* ===== Tabs ===== */
    .section-wrapper-f .sec-tabs {
        display: flex;
        justify-content: center;
        gap: 40px;
        cursor: pointer;
    }

    .section-wrapper-f .sec-tab {
        position: relative;
        padding-bottom: 0.875rem;
        color: #666;
    }

        .section-wrapper-f .sec-tab.active {
            color: #000;
            font-weight: 600;
        }

    .section-wrapper-f .tab-line {
        margin-top: 10px;
        height: 1px;
        background: #ccc;
    }
    .section-wrapper-f .tab-line-active {
        position: absolute;
        left: 0;
        height: 2px;
        width: 0;
        background: #000;
        transition: all 0.3s ease;
    }
    .section-wrapper-f .tab-content {
        display: flex;
        margin-top: 50px;
        gap: 60px;
        align-items: center;
    }

        .section-wrapper-f .tab-content.active {
            display: flex;
        }

    /* ===== Columns ===== */
    .section-wrapper-f .content-left {
        flex: 1.2;
    }
    .section-wrapper-f .content-center {
        flex: 1;
        margin-bottom: 30px;
    }
    .section-wrapper-f .content-right {
        flex: 1.2;
    }
    .section-wrapper-f h3 {
        margin: 0px 0px 10px 0px;
    }

    .section-wrapper-f p {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }

    /* ===== Image ===== */
    .section-wrapper-f .content-right img {
        max-width: 100%;
        height: auto;
    }
    .section-wrapper-f .features {
        font-size: 0.875rem;
    }
        .section-wrapper-f .features .feature {
            display: flex;
            align-items: center;
            margin: 5px 0px;
        }

            .section-wrapper-f .features .feature svg {
                margin-right: 3px;
            }

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .section-wrapper-f {
        padding: 30px 20px;
    }
        .section-wrapper-f .tab-content {
            align-items: flex-start;
        }
            .section-wrapper-f .tab-content.active {
                display: inline-block;
                gap: 30px;
            }
}
/* ----------------------------------------------------------------- */

/* ---------------------- adv-section-b  --------------------------- */
.adv-section-b {
    padding: 80px 50px;
    max-width: 1480px;
    margin: auto;
}

    .adv-section-b h2 {
        margin: 0px 0px 80px 0px;
        text-align: center;
    }

    .adv-section-b .adv-grid {
        counter-reset: adv;
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 30px;
    }

    .adv-section-b .adv-card {
        position: relative;
        display: grid;
        grid-template-columns: 0.3fr 1fr;
    }

        .adv-section-b .adv-card h3 {
            margin: 0 0 8px;
        }

        .adv-section-b .adv-card p {
            margin: 0;
            color: #202020;
            font-size: 0.875rem;
        }

@media (max-width: 1100px) {
    .adv-section-b .adv-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .adv-section-b {
        padding: 50px 20px;
    }

        .adv-section-b .adv-grid {
            grid-template-columns: 1fr;
            gap: 40px 24px;
        }
}
/* ----------------------------------------------------------------- */

.upload-container.dragover, #dvcartdetail.dragover, #dvcartdetailinmycart.dragover {
    border: 2px dashed #409eff;
    background: rgba(64,158,255,0.06);
}

.seo-banner-img {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

.link-button {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
}
.link-button:hover {
    text-decoration: underline;
    font-weight: bold;
}

/* ---------------------- 缃戠珯Body鍖哄煙-鏂囨鍐呭 --------------------------- */
/* =========================
   Legal Page Styles
   for: .body-container .text-container
   ========================= */

/* 鍙橀噺锛堝彲鎸夌珯鐐逛富棰樿皟鏁达級 */
:root {
    --legal-maxw: 1480px;
    --legal-pad-x: 24px;
    --legal-text: #111;
    --legal-muted: #555;
    --legal-border: #e6e8eb;
    --legal-bg: #fff;
    --legal-soft: #f7f8fa;
    --legal-link: inherit; /* 璺熼殢绔欑偣涓婚鑹插彲鏀逛负 #1a73e8 */
}
    /* 涓讳綋鐩掑瓙 */
.body-container .text-container {
    max-width: var(--legal-maxw);
    margin: 28px 50px;
    padding: 26px var(--legal-pad-x);
    background: var(--legal-bg);
    border: 1px solid var(--legal-border);
    color: var(--legal-text);
    line-height: 1.75;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 0.875rem;
}
    .body-container .text-container p {
        font-size: 0.875rem;
    }

        /* 閾炬帴 */
    .body-container .text-container a {
        color: var(--legal-link);
        text-decoration: underline;
        text-underline-offset: 3px;
    }

        .body-container .text-container a:hover {
            text-decoration-thickness: 2px;
        }

/* =========================
   Header
   ========================= */
.legal-header {
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--legal-border);
    margin-bottom: 18px;
}

    .legal-header h1 {
        margin: 0 0 10px;
        font-size: 1.8rem;
        line-height: 1.25;
        letter-spacing: .2px;
    }

    .legal-header p {
        margin: 8px 0;
        color: var(--legal-muted);
    }

/* =========================
   TOC
   ========================= */
.legal-toc {
    background: var(--legal-soft);
    border: 1px solid var(--legal-border);
    padding: 16px 16px 10px;
    margin: 18px 0 22px;
}

    .legal-toc h2 {
        margin: 0 0 10px;
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .legal-toc ol {
        list-style: none;
        margin: 0;
        padding-left: 0px;
    }

    .legal-toc > ol {
        padding-left: 5px;
    }

    .legal-toc li {
        margin: 6px 0;
    }

    .legal-toc a {
        text-decoration: none;
    }

        .legal-toc a:hover {
            text-decoration: underline;
        }

    .legal-toc ol ol {
        margin-top: 8px;
        padding-left: 22px;
    }

/* =========================
   Body typography
   ========================= */
.legal-body {
    margin-top: 4px;
}

    /* section spacing */
    .legal-body section {
        margin: 18px 0 22px;
    }

    /* H2: 澶х珷鑺?*/
    .legal-body h2 {
        margin: 22px 0 10px;
        padding-top: 10px; /* 缁撳悎閿氱偣婊氬姩鏇磋垝閫?*/
        font-size: 1.5rem;
        line-height: 1.35;
        letter-spacing: .2px;
    }

    /* H3: 瀛愭潯娆?*/
    .legal-body h3 {
        margin: 16px 0 8px;
        font-size: 1.2rem;
        line-height: 1.4;
        color: var(--legal-text);
    }

    /* 娈佃惤 */
    .legal-body p {
        margin: 10px 0;
        color: var(--legal-text);
    }

        /* 璁┾€渢ag=company鈥濈殑娈佃惤鐣ュ井寮鸿皟锛堜笉褰卞搷SEO锛?*/
        .legal-body p[tag="company"] {
            color: var(--legal-text);
            font-weight: 600;
        }

        /* 寮鸿皟娈佃惤锛堢敤浜?13.4 閭ｇ strong锛?*/
        .legal-body p strong {
            font-weight: 700;
        }

    /* 鍒楄〃 */
    .legal-body ul,
    .legal-body ol {
        margin: 10px 0 10px;
        padding-left: 22px;
    }

    .legal-body li {
        margin: 6px 0;
    }

        /* 鍒楄〃椤规枃瀛楁洿鏄撹 */
        .legal-body li::marker {
            color: var(--legal-muted);
        }

    /* 鍒嗛殧绾匡紙濡傛灉鏈潵鍔?hr锛?*/
    .legal-body hr {
        border: none;
        border-top: 1px solid var(--legal-border);
        margin: 18px 0;
    }

/* 闀縐RL銆侀偖绠辨洿鍙嬪ソ灞曠ず */
.body-container .text-container a[href^="http"],
.body-container .text-container a[href^="mailto:"] {
    word-break: break-all;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1024px) {
    .body-container .text-container {
        margin: 18px auto 44px;
        padding: 22px 18px;
    }
}

@media (max-width: 640px) {
    .body-container .text-container {
        margin: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
        box-shadow: none;
        padding: 18px 0.875rem;
    }

    .legal-toc {
        padding: 0.875rem 12px 8px;
    }
}

/* =========================
   Print friendly
   ========================= */
@media print {
    .body-container .text-container {
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
    }

    .legal-toc {
        border: 1px solid #000;
    }
}

/* ----------------------------------------------------------------- */


/* ------------------------------鏉愭枡鏍峰紡--------------------------- */
/* =========================
   Materials Hub (Home) CSS - Full
   璇存槑锛氭墍鏈?class 鍧囧寘鍚?material 鍏抽敭璇嶏紝渚夸簬涓庣珯鐐瑰叾浠栨牱寮忛殧绂?========================= */

/* ---- 鍩虹瀹瑰櫒 ---- */
.material-home {
    max-width: 1480px;
    margin: 0 auto;
    padding: 50px 50px 0px 50px;
}

    .material-home * {
        box-sizing: border-box;
    }

/* ---- 闈㈠寘灞?---- */
.material-home-breadcrumb {
    margin: 6px 0 10px;
}

.material-home-breadcrumb-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.78;
}

.material-home-breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

    .material-home-breadcrumb-item:not(:last-child)::after {
        content: "/";
        margin-left: 6px;
        opacity: 0.6;
    }

.material-home-breadcrumb-link {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px dashed rgba(0,0,0,0.16);
    padding-bottom: 2px;
}

    .material-home-breadcrumb-link:hover {
        border-bottom-color: rgba(0,0,0,0.34);
    }

/* ---- Hero ---- */
.mb-material {
    background: #000;
    height: 65vh;
    margin-bottom: 25px;
}

.material-home-hero {
    max-width: 1480px;
    padding: 20px 50px 80px 50px;
}

.material-home-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}

.material-home-title {
    margin: 0 0 10px;
    font-size: 3.2rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.material-home-subtitle {
    margin: 25px 0px;
    font-size: 0.875rem;
    line-height: 1.8;
    opacity: 0.80;
    max-width: 860px;
}

.material-home-hero-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* ---- Buttons ---- */
.material-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0.875rem;
    border: 1px solid #fff;
    text-decoration: none;
    color: #000;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

    .material-home-btn:hover {
        background-color: #000;
        color: #ffd400;
        text-decoration: none;
        border: 1px solid #fff;
    }

.material-home-btn-primary {
    font-weight: 700;
    border-color: rgba(0,0,0,0.44);
}

.material-home-btn-ghost {
    opacity: 0.92;
}

.material-home-btn-full {
    width: 100%;
    padding: 12px 0.875rem;
}

/* ---- Hero badges (鍏ュ彛) ---- */
.material-home-hero-badges {
    list-style: none;
    padding: 0;
    margin: 0.875rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.material-home-hero-badge-item {
    margin: 0;
    padding: 0;
}

.material-home-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.12);
    font-size: 0.875rem;
    opacity: 0.90;
}

.material-home-badge-link {
    text-decoration: none;
    color: inherit;
}

    .material-home-badge-link:hover {
        border-color: rgba(0,0,0,0.30);
    }

/* ---- Hero 鎼滅储闈㈡澘 ---- */
.material-home-hero-panel {
    border: 1px solid rgba(0,0,0,0.12);
}

.material-home-search {
    margin: 0;
}

.material-home-label {
    display: block;
    font-size: 0.875rem;
    opacity: 0.78;
    margin: 0 0 6px;
}

.material-home-input,
.material-home-select {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.14);
    padding: 10px 5px;
    font-size: 0.875rem;
    outline: none;
    background: #fff;
    cursor: pointer;
}

    .material-home-input:focus,
    .material-home-select:focus {
        border-color: rgba(0,0,0,0.44);
    }

.material-home-search-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.material-home-field {
    min-width: 0;
}

.material-home-opera {
    margin: 30px 0px 0px 0px;
}

.material-home-search-hint {
    margin: 10px 0 0;
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.72;
}

/* ---- 閫氱敤 Section ---- */
.material-home-section {
    padding: 30px 0px;
    border-top: 1px solid rgba(0,0,0,0.10);
}

.material-home-section-head {
    margin: 0px 0px 20px 0px;
}

.material-home-h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    line-height: 1.25;
}

.material-home-h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.25;
}

.material-home-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.7;
    opacity: 0.78;
    max-width: 980px;
}

/* ---- 缃戞牸鍗＄墖 ---- */
.material-home-grid {
    display: grid;
    gap: 12px;
}

.material-home-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}


.material-home-grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.material-home-card {
    display: block;
    border: 1px solid rgba(0,0,0,0.12);
    padding: 15px;
    text-decoration: none;
    color: inherit;
    min-height: 150px;
    background-color: #f2f2f2;
}

    .material-home-card:hover {
        text-decoration: none;
        background-color: #ddd;
    }

    .material-home-card .contact, .material-home-guide-item .contact {
        margin-top: 10px;
        font-size: 0.8rem;
        font-weight: normal;
        padding: 8px 10px;
    }

    .material-home-card-compact {
        min-height: 120px;
    }




.material-home-card-top {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 15px;
}

.material-home-card-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.material-home-card-tag {
    font-size: 0.8rem;
    opacity: 0.74;
    line-height: 1.3;
    margin-top: 5px;
}

.material-home-card-text {
    margin: 0 0 8px;
    font-size: 0.8rem;
    line-height: 1.7;
    color: #000;
}

/* ---- 鍗＄墖鍐?mini 鏍囩 ---- */
.material-home-mini {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px 10px;
    flex-wrap: wrap;
    font-size: 0.8rem;
    opacity: 0.84;
}

    .material-home-mini li {
        padding: 6px 9px;
        color: #000;
    }

/* ---- Note 鎻愮ず鍧?---- */
.material-home-note {
    margin-top: 12px;
    border: 1px solid rgba(0,0,0,0.10);
    padding: 12px 0.875rem;
}

.material-home-note-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: 0.80;
}

/* ---- DFM guide锛堝鐢?guide 鍩虹 + 4鍒楀彲閫夛級 ---- */
.material-home-guide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.material-home-guide-4 {
    grid-template-columns: repeat(4, 1fr);
}

.material-home-guide-item {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 0.875rem;
    background-color: #f2f2f2;
    cursor: pointer;
}

    .material-home-guide-item:hover {
        background-color: #ddd;
        text-decoration: none;
    }

.material-home-guide-title {
    margin: 5px 0px 15px 0px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 800;
    color: #000;
}

.material-home-guide-text {
    margin: 0px 0px 5px 0px;
    font-size: 0.8rem;
    line-height: 1.75;
    opacity: 0.84;
    color: #000;
}

/* ---- DFM 鍒楄〃 ---- */
.material-home-list {
    margin: 0 0 10px;
    padding: 0 0 0 18px;
    font-size: 0.875rem;
    line-height: 1.7;
    opacity: 0.88;
}

    .material-home-list li {
        margin: 0 0 6px;
    }

/* ---- guide 鍐?link button ---- */
.material-home-linkbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border: 1px solid #000;
    text-decoration: none;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1;
    background-color: #fff;
}

    .material-home-linkbtn:hover {
        text-decoration: none;
    }

/* ---- 鐑棬鍖猴紙3鍒楋級 ---- */
.material-home-popular {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.material-home-popular-col {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 0.875rem;
}

.material-home-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.material-home-link {
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.6;
    border-bottom: 1px dashed rgba(0,0,0,0.12);
    padding-bottom: 6px;
}

    .material-home-link:hover {
        border-bottom-color: rgba(0,0,0,0.32);
    }

/* ---- 鎴愭湰绛夌骇鍖?---- */
.material-home-cost-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.material-home-cost-card {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 0.875rem;
    background-color: #f2f2f2;
    cursor: pointer;
}
    .material-home-cost-card:hover {
        background-color: #ddd;
    }

.material-home-cost-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.material-home-cost-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 6px 10px;
    border: 1px solid rgba(0,0,0,0.14);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.material-home-cost-title {
    font-weight: 800;
    line-height: 1.2;
}

.material-home-cost-text {
    margin: 0 0 6px;
    font-size: 0.8rem;
    line-height: 1.75;
    opacity: 0.84;
}
/* ---- FAQ ---- */
.material-home-faq {
    display: grid;
    gap: 10px;
}

.material-home-faq-item {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 10px 12px;
}

.material-home-faq-q {
    cursor: pointer;
    font-weight: 800;
    font-size: 0.875rem;
    line-height: 1.6;
    outline: none;
}

.material-home-faq-a {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: 0.84;
}

/* ---- 缁撳熬 CTA ---- */
.material-home-cta {
    margin-top: 28px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(0,0,0,0.10);
}

.material-home-cta-inner {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.material-home-cta-title {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.2;
}

.material-home-cta-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.7;
    opacity: 0.80;
    max-width: 720px;
}

.material-home-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* =========================
   鍝嶅簲寮?========================= */
@media (max-width: 1080px) {
    .mb-material {
        height: auto;
        padding: 50px 0px;
    }
    .material-home-hero-inner {
        grid-template-columns: 1fr;
    }
    .material-home-grid-5,
    .material-home-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .material-home-guide,
    .material-home-guide-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .material-home-popular {
        grid-template-columns: 1fr;
    }

    .material-home-cost-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .material-home {
        padding: 50px 50px 0px 50px;
    }
    .material-home-hero {
        padding-bottom: 30px;
        
    }
    .material-home-opera {
        display: flex;
        justify-content:flex-start;
    }
    .material-home-btn-full {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .mb-material {
        height: auto;
        padding: 20px 0px;
    }
    .material-home-hero {
        padding: 80px 20px 50px 20px;
    }
    .material-home {
        padding: 50px 20px 0px 20px;
    }

    .material-home-hero-inner {
        gap: 30px;
    }
    .material-home-title {
        font-size: 34px;
    }

    .material-home-grid-5,
    .material-home-grid-4 {
        grid-template-columns: 1fr;
    }

    .material-home-guide,
    .material-home-guide-4 {
        grid-template-columns: 1fr;
    }

    .material-home-search-row {
        grid-template-columns: 1fr;
    }

    .material-home-cta-actions {
        width: 100%;
    }

    .material-home-btn {
        width: 100%;
    }
}

/* ----------------------------------------------------------------- */

/* =========================
   Materials Browse (Search & Listing) CSS - Full
   绾︽潫锛氭墍鏈?class 閮藉寘鍚?material锛堢敤浜庨殧绂伙級
   璇存槑锛氭棤 JS 涔熷彲鐢紱妗岄潰绔乏绛涢€?鍙冲垪琛紝绉诲姩绔嚜鍔ㄥ彉涓轰笂涓嬪竷灞€
========================= */

.material-browse {
    max-width: 1480px;
    margin: 0 auto;
    padding: 26px 50px;
}
    .material-browse * {
        box-sizing: border-box;
    }
.mb-material-browse {
    background: #000;
    height: 45vh;
}
@media (max-width: 767px) {
    .material-browse {
        padding: 26px 20px;
    }
}

/* ---------- Hero ---------- */
.material-browse-hero {
    padding: 50px 50px 30px 50px;
    width: 100%;
}

.material-browse-hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 14px;
    align-items: start;
}

.material-browse-title {
    margin: 0 0 10px;
    font-size: 3.2rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.material-browse-subtitle {
    margin: 25px 0px;
    font-size: 0.875rem;
    line-height: 1.8;
    opacity: 0.80;
    max-width: 860px;
}

.material-browse-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* ---------- Buttons ---------- */
.material-browse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border: 1px solid #666;
    text-decoration: none;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    background: transparent;
}

    .material-browse-btn:hover {
        background-color: #ffd400;
        color: #000;
        border: 1px solid #000;
        text-decoration: none;
    }

.material-browse-btn-primary {
    font-weight: 800;
    border-color: rgba(0,0,0,0.44);
}

.material-browse-btn-ghost {
    opacity: 0.92;
}

.material-browse-btn-full {
    width: 100%;
    padding: 12px 14px;
}

/* ---------- Searchbar (Hero) ---------- */
.material-browse-searchbar {
    border: 1px solid rgba(0,0,0,0.12);
}

.material-browse-searchform {
    margin: 0;
}

.material-browse-label {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    opacity: 0.78;
    margin: 0 0 6px;
}

.material-browse-searchrow {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.material-browse-input,
.material-browse-select {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.14);
    padding: 12px 50px 12px 5px;
    font-size: 0.875rem;
    outline: none;
    background: #fff;
    cursor: pointer;
}

    .material-browse-input:focus,
    .material-browse-select:focus {
        border-color: rgba(0,0,0,0.44);
    }

.material-browse-quickchips {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.material-browse-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
    font-size: 0.875rem;
    opacity: 0.90;
}

    .material-browse-chip:hover {
        border-color: rgba(0,0,0,0.30);
    }

/* ---------- Layout ---------- */
.material-browse-body {
    margin-top: 18px;
}

.material-browse-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 14px;
    align-items: start;
}

/* ---------- Filters (Left) ---------- */
.material-browse-filters {
    border: 1px solid rgba(0,0,0,0.12);
    padding: 14px;
    position: sticky;
    top: 90px; /* 杩欓噷鏀规垚浣犻《閮ㄥ鑸珮搴?+ 10~20px */
    align-self: start;
    max-height: calc(100vh - 110px);
    overflow: auto;
}

    .material-browse-filters.is-fixed {
        position: fixed;
        top: 120px; 
        width: 340px; 
    }

/* 鍗犱綅鐢?*/
.material-browse-filters-placeholder {
    display: none;
}
    .material-browse-filters-placeholder.active {
        display: block;
    }

.material-browse-filterform {
    margin: 0;
}

.material-browse-filterhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.material-browse-h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.material-browse-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0,0,0,0.14);
    padding-bottom: 2px;
}

    .material-browse-link:hover {
        border-bottom-color: rgba(0,0,0,0.32);
    }

.material-browse-link-reset {
    font-size: 0.875rem;
    opacity: 0.82;
}

.material-browse-fieldset {
    border: 0;
    padding: 0;
    margin: 12px 0 0;
}

.material-browse-legend {
    font-size: 0.875rem;
    font-weight: 800;
    opacity: 0.85;
    margin: 0 0 8px;
}

.material-browse-options {
    display: grid;
    gap: 8px;
}

.material-browse-options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
}

.material-browse-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(0,0,0,0.10);
    cursor: pointer;
    user-select: none;
}

    .material-browse-option:hover {
        border-color: rgba(0,0,0,0.26);
    }

.material-browse-checkbox,
.material-browse-radio {
    width: 16px;
    height: 16px;
    margin: 0;
}

.material-browse-option-text {
    font-size: 0.8rem;
    line-height: 1.2;
    opacity: 0.92;
}

.material-browse-hint {
    margin: 10px 0 0;
    font-size: 0.8rem;
    line-height: 1.6;
    opacity: 0.72;
}

.material-browse-filterfoot {
    margin: 10px 0 0;
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.76;
}

/* ---------- Results (Right) ---------- */
.material-browse-results {
    min-width: 0;
}

.material-browse-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,0.12);
    background-color: #f2f2f2;
}

.material-browse-count {
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: 0.86;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.material-browse-count-strong {
    font-weight: 800;
    opacity: 1;
}

.material-browse-sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .material-browse-sort .material-browse-label {
        margin: 0;
    }

/* ---------- Applied filters ---------- */
.material-browse-applied {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.material-browse-applied-label {
    font-size: 0.875rem;
    opacity: 0.78;
}

.material-browse-applied-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
    font-size: 0.875rem;
    opacity: 0.92;
}

    .material-browse-applied-chip:hover {
        border-color: rgba(0,0,0,0.30);
    }

.material-browse-applied-clear {
    margin-left: auto;
    font-size: 0.875rem;
    opacity: 0.78;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0,0,0,0.14);
    padding-bottom: 2px;
}

    .material-browse-applied-clear:hover {
        border-bottom-color: rgba(0,0,0,0.32);
    }

/* ---------- List (Row style like your screenshot) ---------- */
.material-browse-list {
    overflow: hidden;
}

.material-browse-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.10);
    margin: 10px 0px;
    background: #fff;
    transition: background 0.2s ease;
    content-visibility: auto;
    contain-intrinsic-size: 320px;
}
    .material-browse-row:hover {
        background-color: #f2f2f2;
    }

.material-browse-row-main {
    min-width: 0;
}

.material-browse-row-title {
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.25;
}

.material-browse-row-link {
    color: inherit;
    text-decoration: none;
    font-weight: 900;
    border-bottom: 1px solid transparent;
}

    .material-browse-row-link:hover {
        border-bottom-color: rgba(0,0,0,0.30);
    }

.material-browse-row-desc {
    margin: 10px 0px;
    font-size: 0.8rem;
    line-height: 1.75;
    opacity: 0.84;
    max-width: 880px;
    color: #000;
}

    .material-browse-row-desc a {
        cursor: pointer;
    }

.material-browse-tags {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.material-browse-surface {
    padding: 4px 8px;
    font-size: 0.8rem;
    color: #000;
    opacity: 0.86;
    background-color: #f3f0ff;
    border: 1px solid #f2f2f2;
}

.material-browse-tag {
    padding: 4px 8px;
    font-size: 0.8rem;
    color: #000;
    opacity: 0.86;
    background-color: #eef8f1;
    border: 1px solid #f2f2f2;
}

.material-browse-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.6;
    opacity: 0.75;
    color: #000;
}

.material-browse-meta-dot {
    opacity: 0.5;
}

.material-browse-row-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    min-width: 160px;
}

/* KPI 瀹瑰櫒 */
.material-browse-kpis {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; 
    margin: 0px;
    padding: 0;
    list-style: none;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #444;
}

/* 鍗曚釜 KPI */
.material-browse-kpi {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    background: #eef4ff;
    padding: 4px 8px;
    border: 1px solid #f2f2f2;
}

    /* KPI 鏍囬 */
    .material-browse-kpi strong {
        font-weight: 500;
        color: #111;
        margin-right: 2px;
    }


/* ---------- Empty state ---------- */
.material-browse-empty {
    margin-top: 10px;
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 16px;
}

.material-browse-empty-text {
    margin: 8px 0 0;
    font-size: 0.875rem;
    line-height: 1.75;
    opacity: 0.82;
}

.material-browse-empty-cta {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* ---------- Pagination ---------- */
.material-browse-pagination {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.material-browse-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.12);
    text-decoration: none;
    color: inherit;
    font-size: 0.875rem;
}

    .material-browse-page:hover {
        border-color: rgba(0,0,0,0.30);
    }

.material-browse-page-active {
    border-color: rgba(0,0,0,0.44);
    font-weight: 900;
}

.material-browse-page-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.material-browse-page-ellipsis {
    opacity: 0.65;
}

/* ---------- Footer links ---------- */
.material-browse-footerlinks {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.10);
}

.material-browse-footergrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.material-browse-footblock {
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 16px;
    padding: 14px;
}

.material-browse-footlist {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.m-filter-btn {
    display: none;
    font-size: 0.875rem;
    padding: 0px 15px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1100px) {
    .mb-material-browse {
        height: 400px;
        min-height: 400px;
    }
    .material-browse-layout {
        display: grid;
        grid-template-columns: 180px 1fr;
        gap: 14px;
        align-items: start;
    }
    .material-browse-options-grid {
        grid-template-columns: 1fr;
    }
    .material-browse-filters.is-fixed {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .mb-material-browse {
        height: 400px;
        min-height: 400px;
    }
    .material-browse-title {
        font-size: 32px;
    }

    .material-browse-hero {
        padding: 60px 0px 0px 0px;
    }

    .material-browse-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .material-browse-searchrow {
        grid-template-columns: 1fr;
    }

    .material-browse-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .material-browse-row {
        grid-template-columns: 1fr;
    }

    .material-browse-row-cta {
        flex-direction: row;
        min-width: 0;
        justify-content: flex-start;
    }

    .material-browse-options-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   Mobile Filters: bottom sheet
========================= */
@media (max-width: 767px) {

    .m-filter-btn {
        display: block;
    }

    /* 绉诲姩绔笉鏄剧ず宸︿晶鏍忓竷灞€锛氳缁撴灉鍏ㄥ */
    .material-browse-layout {
        grid-template-columns: 1fr !important;
    }

    /* 绉诲姩绔妸 filters 鍙樻垚搴曢儴寮瑰眰锛堥粯璁ら殣钘忥級 */
    aside.material-browse-filters {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        height: 70vh !important;
        max-height: 70vh !important;
        z-index: 10002 !important;
        background: #fff !important;
        border: 0 !important;
        padding: 14px 14px 84px !important;
        max-height: 70vh !important;
        transform: translateY(110%);
        transition: transform .25s ease;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 -12px 40px rgba(0,0,0,.35);
    }

    /* 闃叉浣犳闈㈢ is-fixed 褰卞搷绉诲姩绔?*/
    .material-browse-filters.is-fixed {
        position: fixed !important;
        top: auto !important;
        width: 100% !important;
    }

    /* 鎵撳紑鐘舵€?*/
    body.filter-open aside.material-browse-filters {
        transform: translateY(0);
    }

    /* 閬僵锛堥粯璁や笉鎸＄偣鍑伙級 */
    .m-filter-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        z-index: 10001;
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease;
    }

    body.filter-open .m-filter-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    /* 鎵撳紑鏃剁鐢ㄩ〉闈㈡粴鍔?*/
    body.filter-open {
        overflow: hidden;
        touch-action: none;
    }
}


@media (max-width: 767px) {

    .material-browse-toolbar.is-fixed-mobile {
        position: fixed !important;
        left: 20px !important; /* 瀵归綈 .material-browse 鐨勭Щ鍔ㄧ padding: 20px */
        right: 20px !important;
        top: var(--mb-toolbar-top, 0px) !important;
        z-index: 10050 !important;
        background: #f2f2f2;
        transform: translateZ(0);
        will-change: transform, top;
    }

    /* 鍗犱綅鍧楋細JS 鎻掑叆锛岀敤浜庨槻璺冲姩 */
    .material-browse-toolbar-spacer {
        display: block;
        height: 0;
    }
}





/* Help box */
.yh-quote-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #F3F6F9;
    border: 1px solid #e6edf3;
    padding: 14px 16px;
    margin-top: 18px;
}

.yh-quote-help__text {
    font-size: 0.8rem;
    line-height: 1.8;
}

    .yh-quote-help__text strong {
        font-size: 0.8rem;
    }

.yh-quote-help__btn {
    flex: 0 0 auto;
    border: none;
    padding: 10px 35px;
    cursor: pointer;
    background: #1a58bb;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
}

    .yh-quote-help__btn:hover {
        opacity: 0.92;
    }

/* Trust */
.yh-quote-trust {
    margin-top: 18px;
    background: #f2f6f9;
    border: 1px solid #e6edf3;
    padding: 18px 16px;
}

.yh-quote-trust__title {
    margin: 0 0 10px 0;
    font-size: 0.8rem;
    font-weight: 700;
    color: #111;
}

.yh-quote-trust__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.yh-quote-trust__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #222;
    line-height: 1.6;
}

.yh-quote-trust__icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #1b64d8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex: 0 0 auto;
    margin-top: 2px;
}

/* FAQ */
.yh-quote-faq {
    margin-top: 18px;
    background: #f9fafc;
    border: 1px solid #edf1f7;
    border-radius: 10px;
    padding: 18px 16px;
}

.yh-quote-faq__title {
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
}

.yh-quote-faq details {
    border-top: 1px solid #edf1f7;
    padding: 10px 0;
}

    .yh-quote-faq details:first-of-type {
        border-top: none;
    }

.yh-quote-faq summary {
    cursor: pointer;
    font-weight: 600;
    color: #222;
    outline: none;
    list-style: none;
}

    .yh-quote-faq summary::-webkit-details-marker {
        display: none;
    }

.yh-quote-faq__answer {
    margin: 8px 0 0 0;
    color: #444;
    line-height: 1.7;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 980px) {
    .yh-quote-trust__grid {
        grid-template-columns: 1fr;
    }

    .yh-quote-help {
        flex-direction: column;
        align-items: flex-start;
    }
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.select-wrap {
    position: relative;
    display: block;
}

    /* select 鍩虹鏍峰紡 + 缁欏彸渚х澶寸暀浣嶇疆 */
    .select-wrap select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    /* 鍙充晶绠ご */
    .select-wrap::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        width: 5px;
        height: 5px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: translateY(-50%) rotate(45deg);
        pointer-events: none; /* 涓嶆尅鐐瑰嚮 */
    }

    /* 鍙€夛細focus 鐘舵€佹洿娓呮櫚 */
    .select-wrap select:focus {
        outline: none;
        border-color: #000;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
    }


.quotation,
.contact {
    border-color: #092c47;
}

.quotation:hover,
.contact:hover,
a.quotation:hover,
a.contact:hover,
.header__icon-list .quotation:hover,
.header__icon-list .contact:hover,
.promotion-section .quotation:hover,
.promotion-section .contact:hover {
    background-color: #092c47 !important;
    border-color: #092c47 !important;
    color: #fff !important;
}

/* Homepage section title and summary spacing */
.home-section-head h2,
.product-slider-wrapper > h2,
.section-wrapper-f > .services-title,
.adv-section > h2,
.workflow-section > h2,
.c-container-3-items > h2,
.faq-section-wrapper .left-content h2 {
    margin: 0 0 16px 0 !important;
}

.home-section-head p,
.product-slider-wrapper > .title-remark,
.section-wrapper-f > .home-material-intro,
.adv-section > .subtitle,
.workflow-section > .workflow-subtitle,
.c-container-3-items > .title-remark,
.faq-section-wrapper .faq-intro {
    margin-top: 0;
}

.home-section-head p {
    margin-bottom: 0;
}

.product-slider-wrapper > .title-remark,
.section-wrapper-f > .home-material-intro,
.adv-section > .subtitle,
.workflow-section > .workflow-subtitle,
.c-container-3-items > .title-remark {
    margin-bottom: 40px;
}

.section-wrapper-f > .services-title {
    margin: 0 auto 16px auto !important;
    text-align: center;
}

.workflow-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 50px;
    background: #f2f2f2;
    box-sizing: border-box;
}

.workflow-section > h2,
.workflow-section > .workflow-subtitle,
.workflow-section > .workflow-steps {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.workflow-section > h2 {
    margin: 0 auto 16px auto !important;
    text-align: center;
}

.workflow-section > .workflow-subtitle {
    text-align: center;
}

.workflow-section .wk-step h3 {
    font-size: 1.25rem;
}

.workflow-section .wk-step li {
    font-size: 0.875rem;
}

/* Homepage content width alignment with manufacturing capability */
.home-fit-section,
.adv-section,
.case-section,
.faq-section-wrapper {
    max-width: 1380px;
}

.section-wrapper-f > .services-title,
.section-wrapper-f > .home-material-intro,
.section-wrapper-f > .sec-tabs,
.section-wrapper-f > .tab-line,
.section-wrapper-f > .tab-content,
.workflow-section > h2,
.workflow-section > .workflow-subtitle,
.workflow-section > .workflow-steps,
.industries-section .content-container {
    max-width: 1380px;
}

.industries-section + .factory-slider-wrapper {
    width: calc(100% - 100px);
    max-width: 1380px;
    margin: 0 auto 100px auto;
}

@media (max-width: 767px) {
    .industries-section + .factory-slider-wrapper {
        width: calc(100% - 40px);
    }
}

.home-quote-section {
    padding-left: max(50px, calc((100vw - 1380px) / 2));
    padding-right: max(50px, calc((100vw - 1380px) / 2));
}

/* Service page outer section frame aligned with homepage content modules */
.service-content-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1380px) / 2));
    padding-right: max(50px, calc((100vw - 1380px) / 2));
}

.service-content-section.service-section-white {
    background-color: #fff !important;
}

.service-content-section.service-section-muted {
    background-color: #f2f2f2 !important;
}

.service-content-section.service-hero-aligned-section {
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.service-content-section > h2,
.service-content-section > p,
.service-content-section > .title-remark,
.service-content-section > .subtitle,
.service-content-section > .grid-container,
.service-content-section > .adv-grid,
.service-content-section > .workflow-steps,
.service-content-section > .content-container,
.service-content-section > .content,
.service-content-section > .logo-carousel,
.service-content-section > .material-home-cta-inner,
.service-content-section > .case-header,
.service-content-section > .case-content,
.service-content-section > .left-content,
.service-content-section > .right-content {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.service-content-section.service-hero-aligned-section > h2,
.service-content-section.service-hero-aligned-section > .title-remark,
.service-content-section.service-hero-aligned-section > .subtitle,
.service-content-section.service-hero-aligned-section > .workflow-subtitle,
.service-content-section.service-hero-aligned-section > .adv-grid,
.service-content-section.service-hero-aligned-section > .workflow-steps,
.service-content-section.service-hero-aligned-section > .grid-container {
    max-width: 1480px;
}

.workflow-section.service-hero-aligned-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
}

.service-3d-printing-page .service-content-section > .title-remark,
.service-3d-printing-page .service-materials-section > .materials-section-intro,
.service-3d-printing-page .adv-section > .subtitle,
.service-3d-printing-page .workflow-section > .workflow-subtitle,
.service-3d-printing-page .industries-section .industries-text p,
.service-3d-printing-page .case-section .case-title-block p,
.service-3d-printing-page .printing-factory .content p,
.service-3d-printing-page .faq-section-wrapper .faq-intro {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.service-3d-printing-page .service-content-section > .title-remark,
.service-3d-printing-page .adv-section > .subtitle,
.service-3d-printing-page .workflow-section > .workflow-subtitle,
.service-3d-printing-page .faq-section-wrapper .faq-intro {
    margin-left: auto;
    margin-right: auto;
}

.service-3d-printing-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
}

.service-3d-printing-page #manufacturing-capability > .title-remark,
.service-3d-printing-page .service-materials-section > .materials-section-intro,
.service-3d-printing-page .workflow-section > .workflow-subtitle {
    text-align: center;
}

.service-3d-printing-page .adv-section > .subtitle,
.service-3d-printing-page .industries-section .industries-text p,
.service-3d-printing-page .case-section .case-title-block p,
.service-3d-printing-page .printing-factory .content p,
.service-3d-printing-page .faq-section-wrapper .faq-intro {
    text-align: left;
}

.home-page .case-photo-wall,
.service-3d-printing-page .case-photo-wall,
.service-cnc-machining-page .case-photo-wall,
.service-sheet-metal-fabrication-page .case-photo-wall,
.service-injection-molding-page .case-photo-wall,
.service-vacuum-casting-page .case-photo-wall {
    background: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-page .case-photo-wall .case-header,
.service-3d-printing-page .case-photo-wall .case-header,
.service-cnc-machining-page .case-photo-wall .case-header,
.service-sheet-metal-fabrication-page .case-photo-wall .case-header,
.service-injection-molding-page .case-photo-wall .case-header,
.service-vacuum-casting-page .case-photo-wall .case-header {
    margin-bottom: 22px;
}

.home-page .case-photo-wall .case-title-block h2,
.service-3d-printing-page .case-photo-wall .case-title-block h2,
.service-cnc-machining-page .case-photo-wall .case-title-block h2,
.service-sheet-metal-fabrication-page .case-photo-wall .case-title-block h2,
.service-injection-molding-page .case-photo-wall .case-title-block h2,
.service-vacuum-casting-page .case-photo-wall .case-title-block h2 {
    margin-bottom: 10px;
}

.home-page .case-photo-wall .case-wall-grid,
.service-3d-printing-page .case-photo-wall .case-wall-grid,
.service-cnc-machining-page .case-photo-wall .case-wall-grid,
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-grid,
.service-injection-molding-page .case-photo-wall .case-wall-grid,
.service-vacuum-casting-page .case-photo-wall .case-wall-grid {
    grid-auto-rows: 78px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-template-areas:
        "case-a case-a case-b case-c case-d case-d case-e"
        "case-a case-a case-f case-f case-g case-h case-h"
        "case-i case-j case-f case-f case-k case-k case-l"
        "case-m case-m case-n case-n case-k case-k case-l";
    gap: 8px;
}

.home-page .case-photo-wall .case-wall-item:nth-child(n),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(n),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(n),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(n),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(n),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
}

.home-page .case-photo-wall .case-wall-item:nth-child(1),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(1),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(1),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(1),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(1),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(1) { grid-area: case-a; }
.home-page .case-photo-wall .case-wall-item:nth-child(2),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(2),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(2),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(2),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(2),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(2) { grid-area: case-b; }
.home-page .case-photo-wall .case-wall-item:nth-child(3),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(3),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(3),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(3),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(3),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(3) { grid-area: case-c; }
.home-page .case-photo-wall .case-wall-item:nth-child(4),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(4),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(4),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(4),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(4),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(4) { grid-area: case-d; }
.home-page .case-photo-wall .case-wall-item:nth-child(5),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(5),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(5),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(5),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(5),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(5) { grid-area: case-e; }
.home-page .case-photo-wall .case-wall-item:nth-child(6),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(6),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(6),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(6),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(6),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(6) { grid-area: case-f; }
.home-page .case-photo-wall .case-wall-item:nth-child(7),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(7),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(7),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(7),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(7),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(7) { grid-area: case-g; }
.home-page .case-photo-wall .case-wall-item:nth-child(8),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(8),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(8),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(8),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(8),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(8) { grid-area: case-h; }
.home-page .case-photo-wall .case-wall-item:nth-child(9),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(9),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(9),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(9),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(9),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(9) { grid-area: case-i; }
.home-page .case-photo-wall .case-wall-item:nth-child(10),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(10),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(10),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(10),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(10),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(10) { grid-area: case-j; }
.home-page .case-photo-wall .case-wall-item:nth-child(11),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(11),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(11),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(11),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(11),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(11) { grid-area: case-k; }
.home-page .case-photo-wall .case-wall-item:nth-child(12),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(12),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(12),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(12),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(12),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(12) { grid-area: case-l; }
.home-page .case-photo-wall .case-wall-item:nth-child(13),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(13),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(13),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(13),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(13),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(13) { grid-area: case-m; }
.home-page .case-photo-wall .case-wall-item:nth-child(14),
.service-3d-printing-page .case-photo-wall .case-wall-item:nth-child(14),
.service-cnc-machining-page .case-photo-wall .case-wall-item:nth-child(14),
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-item:nth-child(14),
.service-injection-molding-page .case-photo-wall .case-wall-item:nth-child(14),
.service-vacuum-casting-page .case-photo-wall .case-wall-item:nth-child(14) { grid-area: case-n; }

.service-3d-printing-page .industries-section {
    background-color: #f2f2f2 !important;
}

.service-3d-printing-page .factory-network-showcase {
    background: #fff;
}

.service-3d-printing-page .factory-network-points strong {
    font-size: 0.875rem;
}

.service-3d-printing-page .faq-section-wrapper {
    position: relative;
    isolation: isolate;
}

.service-3d-printing-page .faq-section-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: #f2f2f2;
    z-index: -1;
}

.service-3d-printing-page .case-photo-wall,
.service-3d-printing-page .industries-section,
.service-3d-printing-page .industries-section + .factory-slider-wrapper,
.service-3d-printing-page .factory-network-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(80px, calc((100vw - 1480px) / 2));
    padding-right: max(80px, calc((100vw - 1480px) / 2));
}

.service-3d-printing-page .case-photo-wall .case-header,
.service-3d-printing-page .case-photo-wall .case-wall-grid,
.service-3d-printing-page .industries-section .content-container,
.service-3d-printing-page .industries-section + .factory-slider-wrapper > .content,
.service-3d-printing-page .factory-network-section .content-container {
    max-width: 1480px;
}

.service-3d-printing-page .industries-section + .factory-slider-wrapper {
    background: #f2f2f2;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.service-3d-printing-page .industries-section + .factory-slider-wrapper > .content {
    margin-left: auto;
    margin-right: auto;
}

.service-3d-printing-page .faq-section-wrapper {
    width: 100%;
    max-width: 1480px;
    box-sizing: content-box;
    padding-left: 50px;
    padding-right: 50px;
}

.service-3d-printing-page .faq-container {
    background: transparent;
}

.service-3d-printing-page .home-quote-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    padding-left: 50px;
    padding-right: 50px;
}

.service-3d-printing-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.service-3d-printing-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (min-width: 768px) {
    body.service-3d-printing-page .main-banner.mb-3dprinting,
    body.solution-prototyping-page .main-banner.mb-prototyping,
    body.solution-low-volume-manufacturing-page .main-banner.mb-low-volume-manufacturing,
    body.solution-mass-production-page .main-banner.mb-mass-production,
    body.solution-production-parts-page .main-banner.mb-production-parts,
    body.solution-custom-parts-page .main-banner.mb-custom-parts,
    body.solution-automotive-page .main-banner.mb-automotive,
    body.solution-consumer-products-page .main-banner.mb-consumer-products,
    body.solution-medical-devices-page .main-banner.mb-medical,
    body.solution-robotics-page .main-banner.mb-robotics,
    body.solution-aerospace-page .main-banner.mb-aerospace,
    body.solution-tooling-fixtures-page .main-banner.mb-tooling-fixtures {
        background-position: center calc(50% + 44px);
    }

    body.service-3d-printing-page .main-banner.mb-3dprinting .content,
    body.solution-prototyping-page .main-banner.mb-prototyping .content,
    body.solution-low-volume-manufacturing-page .main-banner.mb-low-volume-manufacturing .content,
    body.solution-mass-production-page .main-banner.mb-mass-production .content,
    body.solution-production-parts-page .main-banner.mb-production-parts .content,
    body.solution-custom-parts-page .main-banner.mb-custom-parts .content,
    body.solution-automotive-page .main-banner.mb-automotive .content,
    body.solution-consumer-products-page .main-banner.mb-consumer-products .content,
    body.solution-medical-devices-page .main-banner.mb-medical .content,
    body.solution-robotics-page .main-banner.mb-robotics .content,
    body.solution-aerospace-page .main-banner.mb-aerospace .content,
    body.solution-tooling-fixtures-page .main-banner.mb-tooling-fixtures .content {
        transform: translateY(44px);
    }

    body.service-cnc-machining-page .main-banner.mb-cncmachining,
    body.service-sheet-metal-fabrication-page .main-banner.mb-sheet-metal-fabrication,
    body.service-injection-molding-page .main-banner.mb-injection-molding,
    body.service-vacuum-casting-page .main-banner.mb-vacuum-casting {
        background-position: center calc(50% + 44px);
    }

    body.service-cnc-machining-page .main-banner.mb-cncmachining .content,
    body.service-sheet-metal-fabrication-page .main-banner.mb-sheet-metal-fabrication .content,
    body.service-injection-molding-page .main-banner.mb-injection-molding .content,
    body.service-vacuum-casting-page .main-banner.mb-vacuum-casting .content {
        transform: translateY(44px);
    }
}

@media (max-width: 767px) {
    .service-3d-printing-page .case-photo-wall,
    .service-3d-printing-page .industries-section,
    .service-3d-printing-page .industries-section + .factory-slider-wrapper,
    .service-3d-printing-page .factory-network-section,
    .service-3d-printing-page .faq-section-wrapper,
    .service-3d-printing-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-3d-printing-page .faq-section-wrapper,
    .service-3d-printing-page .home-quote-section {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        left: 0;
    }

    .service-3d-printing-page .service-content-section.service-hero-aligned-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.logo-carousel-wrapper.service-content-section {
    padding-top: 32px;
    padding-bottom: 32px;
}

.material-home-cta.service-content-section {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 0;
}

.service-content-section > h2,
.service-content-section > .left-content h2 {
    margin-bottom: 16px !important;
}

.service-content-section > .title-remark,
.service-content-section > .subtitle,
.service-content-section > .workflow-subtitle,
.service-content-section > .left-content .faq-intro,
.service-content-section .case-title-block p,
.service-content-section .industries-text p {
    margin-top: 0;
}

@media (max-width: 767px) {
    .service-content-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Customer cases product wall */
.case-photo-wall .case-content {
    display: block;
    overflow: visible;
}

.case-photo-wall .case-slider-wrapper {
    display: block;
    overflow: visible;
}

.case-photo-wall .arrow-btn {
    display: none;
}

.case-photo-wall .case-slider {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    overflow: visible;
    scroll-snap-type: none;
}

.case-photo-wall .case-card {
    display: flex;
    flex-direction: column-reverse;
    min-width: 0;
    gap: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 5px;
    scroll-snap-align: none;
}

.case-photo-wall .case-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.case-photo-wall .case-text h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.35;
}

.case-photo-wall .case-text p {
    margin: 0;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.65;
}

.case-photo-wall .case-image {
    width: 100%;
}

.case-photo-wall .case-image img {
    display: block;
    width: 100%;
    height: 190px;
    border-radius: 0;
    object-fit: cover;
}

.case-photo-wall .learn-more {
    margin-top: auto;
}

.case-photo-wall .learn-more a {
    margin-top: 16px;
}

@media (max-width: 1200px) {
    .case-photo-wall .case-slider {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .case-photo-wall .case-slider {
        grid-template-columns: 1fr;
    }
}

.case-photo-wall {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: max(50px, calc((100vw - 1380px) / 2));
    padding-right: max(50px, calc((100vw - 1380px) / 2));
    background: #f2f2f2;
}

.case-photo-wall .case-header {
    justify-content: center;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1380px;
    text-align: center;
}

.case-photo-wall .case-title-block {
    max-width: none;
}

.case-photo-wall .case-title-block h2 {
    margin-bottom: 15px;
}

.case-photo-wall .case-title-block p {
    margin: 0 auto;
}

.case-photo-wall .case-wall-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: 92px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    max-width: 1380px;
    margin: 0 auto;
}

.case-photo-wall .case-wall-item {
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
    background: #f2f2f2;
}

.case-photo-wall .case-wall-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-photo-wall .case-wall-item:hover img {
    transform: scale(1.04);
}

.case-photo-wall .case-wall-item:nth-child(1),
.case-photo-wall .case-wall-item:nth-child(8),
.case-photo-wall .case-wall-item:nth-child(15) {
    grid-column: span 2;
    grid-row: span 3;
}

.case-photo-wall .case-wall-item:nth-child(4),
.case-photo-wall .case-wall-item:nth-child(11),
.case-photo-wall .case-wall-item:nth-child(18) {
    grid-column: span 2;
    grid-row: span 2;
}

.case-photo-wall .case-wall-item:nth-child(6),
.case-photo-wall .case-wall-item:nth-child(13) {
    grid-row: span 2;
}

.case-photo-wall .case-wall-item:nth-child(20) {
    grid-column: span 2;
}

@media (max-width: 1200px) {
    .case-photo-wall .case-wall-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .case-photo-wall {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case-photo-wall .case-wall-grid {
        grid-auto-rows: 120px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .case-photo-wall .case-wall-item:nth-child(n) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .case-photo-wall .case-wall-item:nth-child(1),
    .case-photo-wall .case-wall-item:nth-child(8),
    .case-photo-wall .case-wall-item:nth-child(15) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.factory-network-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 90px 50px;
    background: #fff;
    box-sizing: border-box;
}

.factory-network-section .content-container {
    max-width: 1380px;
    margin: 0 auto;
}

.factory-network-content {
    max-width: 920px;
    margin: 0 auto 45px;
    text-align: center;
}

.factory-network-content h2 {
    margin: 0 0 20px;
    color: #111;
    font-size: 2em;
    font-weight: 700;
}

.factory-network-content p {
    margin: 0 auto 14px;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.8;
}

.factory-network-content p:last-child {
    margin-bottom: 0;
}

.factory-map-wrapper {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.factory-map-panel {
    position: relative;
    max-width: 1380px;
    min-height: 620px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d8e2ea;
    border-radius: 5px;
    background:
        radial-gradient(circle at 24% 28%, rgba(14, 106, 237, 0.16), transparent 6%),
        radial-gradient(circle at 72% 22%, rgba(9, 44, 71, 0.12), transparent 7%),
        radial-gradient(circle at 45% 72%, rgba(14, 106, 237, 0.13), transparent 8%),
        linear-gradient(135deg, rgba(9, 44, 71, 0.05) 25%, transparent 25%) 0 0 / 42px 42px,
        linear-gradient(225deg, rgba(9, 44, 71, 0.04) 25%, transparent 25%) 0 0 / 42px 42px,
        #f7fafc;
}

.factory-map-panel::before {
    content: "";
    position: absolute;
    inset: 70px;
    border: 1px dashed rgba(9, 44, 71, 0.2);
    border-radius: 50%;
}

.factory-map-lines {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(28deg, transparent 18%, rgba(9, 44, 71, 0.18) 18.2%, rgba(9, 44, 71, 0.18) 18.8%, transparent 19%),
        linear-gradient(145deg, transparent 30%, rgba(14, 106, 237, 0.2) 30.2%, rgba(14, 106, 237, 0.2) 30.8%, transparent 31%),
        linear-gradient(86deg, transparent 45%, rgba(9, 44, 71, 0.16) 45.2%, rgba(9, 44, 71, 0.16) 45.8%, transparent 46%);
    opacity: 0.8;
}

.factory-map-node {
    position: absolute;
    width: 245px;
    overflow: hidden;
    border: 1px solid rgba(9, 44, 71, 0.18);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(9, 44, 71, 0.16);
}

.factory-map-node::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #0e6aed;
    box-shadow: 0 0 0 5px rgba(14, 106, 237, 0.18);
    z-index: 2;
}

.factory-map-node img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.factory-map-node span {
    display: block;
    padding: 12px 14px;
    color: #092c47;
    font-size: 0.875rem;
    font-weight: 700;
}

.factory-map-node.node-cnc {
    left: 6%;
    top: 11%;
}

.factory-map-node.node-printing {
    right: 11%;
    top: 8%;
}

.factory-map-node.node-sheet {
    left: 39%;
    top: 35%;
}

.factory-map-node.node-molding {
    left: 13%;
    bottom: 9%;
}

.factory-map-node.node-network {
    right: 6%;
    bottom: 12%;
}

@media (max-width: 1100px) {
    .factory-map-panel {
        display: grid;
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding: 18px;
    }

    .factory-map-panel::before,
    .factory-map-lines {
        display: none;
    }

    .factory-map-node,
    .factory-map-node.node-cnc,
    .factory-map-node.node-printing,
    .factory-map-node.node-sheet,
    .factory-map-node.node-molding,
    .factory-map-node.node-network {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .factory-network-section {
        padding: 60px 20px;
    }

    .factory-map-panel {
        grid-template-columns: 1fr;
    }
}

/* Factory network showcase */
.factory-network-showcase {
    background: #f2f2f2;
}

.factory-network-showcase .content-container {
    max-width: 1380px;
    margin: 0 auto;
}

.factory-network-layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.88fr) minmax(560px, 1.12fr);
    gap: 58px;
    align-items: center;
}

.factory-network-copy {
    text-align: left;
}

.factory-network-copy h2 {
    margin: 0 0 20px;
    color: #111;
    font-size: 2em;
    font-weight: 700;
}

.factory-network-copy p {
    margin: 0 0 16px;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.85;
}

.factory-network-points {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.factory-network-points li {
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-left: 4px solid #0e6aed;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 44, 71, 0.08);
}

.factory-network-points strong {
    color: #092c47;
    font-size: 1.25rem;
    line-height: 1.2;
}

.factory-network-points span {
    color: #4c5a64;
    font-size: 0.875rem;
}

.factory-photo-board {
    position: relative;
    display: grid;
    width: 100%;
    max-width: 680px;
    height: 560px;
    min-height: 0;
    justify-self: end;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(10, 1fr);
    gap: 12px;
}

.factory-photo-board::before {
    content: "";
    position: absolute;
    inset: 52px 38px;
    border: 1px solid rgba(9, 44, 71, 0.12);
    border-radius: 5px;
    background:
        linear-gradient(90deg, rgba(9, 44, 71, 0.08) 1px, transparent 1px) 0 0 / 52px 52px,
        linear-gradient(0deg, rgba(9, 44, 71, 0.08) 1px, transparent 1px) 0 0 / 52px 52px;
}

.factory-photo-tile {
    position: relative;
    z-index: 1;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(9, 44, 71, 0.14);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(9, 44, 71, 0.16);
}

.factory-photo-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-photo-tile figcaption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    background: rgba(9, 44, 71, 0.82);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
}

.factory-photo-tile::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #0e6aed;
    box-shadow: 0 0 0 5px rgba(14, 106, 237, 0.2);
}

.factory-photo-tile.tile-main {
    grid-column: 1 / span 7;
    grid-row: 2 / span 6;
}

.factory-photo-tile.tile-printing {
    grid-column: 8 / span 5;
    grid-row: 1 / span 3;
}

.factory-photo-tile.tile-sheet {
    grid-column: 9 / span 4;
    grid-row: 4 / span 3;
}

.factory-photo-tile.tile-molding {
    grid-column: 2 / span 4;
    grid-row: 8 / span 3;
}

.factory-photo-tile.tile-network {
    grid-column: 6 / span 6;
    grid-row: 7 / span 4;
}

@media (max-width: 1200px) {
    .factory-network-layout {
        grid-template-columns: 1fr;
    }

    .factory-network-copy {
        max-width: 920px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .factory-photo-board {
        max-width: none;
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .factory-photo-board::before {
        display: none;
    }

    .factory-photo-tile.tile-main,
    .factory-photo-tile.tile-printing,
    .factory-photo-tile.tile-sheet,
    .factory-photo-tile.tile-molding,
    .factory-photo-tile.tile-network {
        grid-column: auto;
        grid-row: auto;
        height: 220px;
    }

    .factory-network-points li {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

/* XPartsLab homepage default EIP module frame */
.home-page .home-answer-section,
.home-page .product-slider-wrapper,
.home-page .section-wrapper-f,
.home-page .home-fit-section,
.home-page .workflow-section,
.home-page .adv-section,
.home-page .case-photo-wall,
.home-page .industries-section,
.home-page .industries-section + .factory-slider-wrapper,
.home-page .factory-network-section,
.home-page .faq-section-wrapper,
.home-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.home-page .home-answer-section > .home-section-head,
.home-page .home-answer-section > .home-answer-grid,
.home-page .product-slider-wrapper > h2,
.home-page .product-slider-wrapper > .title-remark,
.home-page .product-slider-wrapper > .content,
.home-page .product-slider-wrapper > .indicate,
.home-page .section-wrapper-f > .services-title,
.home-page .section-wrapper-f > .home-material-intro,
.home-page .section-wrapper-f > .sec-tabs,
.home-page .section-wrapper-f > .tab-line,
.home-page .section-wrapper-f > .tab-content,
.home-page .home-fit-section > .home-section-head,
.home-page .home-fit-section > .home-fit-table,
.home-page .workflow-section > h2,
.home-page .workflow-section > .workflow-subtitle,
.home-page .workflow-section > .workflow-steps,
.home-page .adv-section > h2,
.home-page .adv-section > .subtitle,
.home-page .adv-section > .adv-grid,
.home-page .case-photo-wall .case-header,
.home-page .case-photo-wall .case-wall-grid,
.home-page .industries-section .content-container,
.home-page .industries-section + .factory-slider-wrapper > .content,
.home-page .factory-network-section .content-container {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.home-page .home-fit-section {
    background: #fff;
}

.home-page .case-photo-wall {
    background: #f2f2f2;
}

.home-page .case-photo-wall .case-wall-grid {
    grid-auto-rows: 94px;
}

.service-3d-printing-page .case-photo-wall .case-wall-grid,
.service-cnc-machining-page .case-photo-wall .case-wall-grid,
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-grid,
.service-injection-molding-page .case-photo-wall .case-wall-grid,
.service-vacuum-casting-page .case-photo-wall .case-wall-grid {
    grid-auto-rows: 94px;
}

.home-page .industries-section + .factory-slider-wrapper {
    width: 100vw;
    background: transparent;
    margin-bottom: 100px;
}

.home-page .home-quote-section {
    grid-template-columns: minmax(0, 1fr) auto;
}

.home-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .home-page .home-answer-section,
    .home-page .product-slider-wrapper,
    .home-page .section-wrapper-f,
    .home-page .home-fit-section,
    .home-page .workflow-section,
    .home-page .adv-section,
    .home-page .case-photo-wall,
    .home-page .industries-section,
    .home-page .industries-section + .factory-slider-wrapper,
    .home-page .factory-network-section,
    .home-page .faq-section-wrapper,
    .home-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab CNC service page default EIP module frame */
.service-cnc-machining-page .logo-carousel-wrapper,
.service-cnc-machining-page .prod-container,
.service-cnc-machining-page .b-container-2,
.service-cnc-machining-page .adv-section,
.service-cnc-machining-page .workflow-section,
.service-cnc-machining-page .industries-section,
.service-cnc-machining-page .industries-section + .factory-slider-wrapper,
.service-cnc-machining-page .case-section,
.service-cnc-machining-page .factory-network-section,
.service-cnc-machining-page .printing-factory,
.service-cnc-machining-page .printing-factory + .factory-slider-wrapper,
.service-cnc-machining-page .faq-section-wrapper,
.service-cnc-machining-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.service-cnc-machining-page .logo-carousel-wrapper > .logo-carousel,
.service-cnc-machining-page .prod-container > h2,
.service-cnc-machining-page .prod-container > .title-remark,
.service-cnc-machining-page .prod-container > .grid-container,
.service-cnc-machining-page .b-container-2 > h2,
.service-cnc-machining-page .b-container-2 > .materials-section-intro,
.service-cnc-machining-page .b-container-2 > .maincontainer,
.service-cnc-machining-page .b-container-2 > .material-home-cta,
.service-cnc-machining-page .adv-section > h2,
.service-cnc-machining-page .adv-section > .subtitle,
.service-cnc-machining-page .adv-section > .adv-grid,
.service-cnc-machining-page .workflow-section > h2,
.service-cnc-machining-page .workflow-section > .workflow-subtitle,
.service-cnc-machining-page .workflow-section > .workflow-steps,
.service-cnc-machining-page .industries-section .content-container,
.service-cnc-machining-page .industries-section + .factory-slider-wrapper > .content,
.service-cnc-machining-page .case-section > .case-header,
.service-cnc-machining-page .case-section > .case-content,
.service-cnc-machining-page .case-photo-wall .case-wall-grid,
.service-cnc-machining-page .factory-network-section .content-container,
.service-cnc-machining-page .printing-factory > .content-container,
.service-cnc-machining-page .printing-factory + .factory-slider-wrapper > .content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.service-cnc-machining-page .prod-container > .title-remark,
.service-cnc-machining-page .b-container-2 > .materials-section-intro,
.service-cnc-machining-page .adv-section > .subtitle,
.service-cnc-machining-page .workflow-section > .workflow-subtitle,
.service-cnc-machining-page .industries-section .industries-text p,
.service-cnc-machining-page .case-section .case-title-block p,
.service-cnc-machining-page .factory-network-copy p,
.service-cnc-machining-page .printing-factory .content p {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.service-cnc-machining-page .prod-container > .title-remark,
.service-cnc-machining-page .b-container-2 > .materials-section-intro,
.service-cnc-machining-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-cnc-machining-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
}

.service-cnc-machining-page .adv-section > .subtitle,
.service-cnc-machining-page .industries-section .industries-text p,
.service-cnc-machining-page .case-section .case-title-block p,
.service-cnc-machining-page .factory-network-copy p,
.service-cnc-machining-page .printing-factory .content p {
    text-align: left;
}

.service-cnc-machining-page .industries-section + .factory-slider-wrapper {
    background: transparent;
}

.service-cnc-machining-page .factory-network-showcase {
    background: #fff;
}

.service-cnc-machining-page .faq-section-wrapper {
    background: #f2f2f2;
}

.service-cnc-machining-page .faq-container {
    background: transparent;
}

.service-cnc-machining-page .factory-network-points strong {
    font-size: 0.875rem;
}

.service-cnc-machining-page .home-quote-section {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1fr) auto;
}

.service-cnc-machining-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .service-cnc-machining-page .logo-carousel-wrapper,
    .service-cnc-machining-page .prod-container,
    .service-cnc-machining-page .b-container-2,
    .service-cnc-machining-page .adv-section,
    .service-cnc-machining-page .workflow-section,
    .service-cnc-machining-page .industries-section,
    .service-cnc-machining-page .industries-section + .factory-slider-wrapper,
    .service-cnc-machining-page .case-section,
    .service-cnc-machining-page .factory-network-section,
    .service-cnc-machining-page .printing-factory,
    .service-cnc-machining-page .printing-factory + .factory-slider-wrapper,
    .service-cnc-machining-page .faq-section-wrapper,
    .service-cnc-machining-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab consumer products solution page default EIP module frame */
.solution-consumer-products-page .prod-container,
.solution-consumer-products-page .product-slider-wrapper,
.solution-consumer-products-page .section-wrapper-d,
.solution-consumer-products-page .workflow-section,
.solution-consumer-products-page .faq-section-wrapper,
.solution-consumer-products-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-consumer-products-page .prod-container > h2,
.solution-consumer-products-page .prod-container > .title-remark,
.solution-consumer-products-page .prod-container > .grid-container,
.solution-consumer-products-page .product-slider-wrapper > h2,
.solution-consumer-products-page .product-slider-wrapper > .title-remark,
.solution-consumer-products-page .product-slider-wrapper > .content,
.solution-consumer-products-page .product-slider-wrapper > .indicate,
.solution-consumer-products-page .section-wrapper-d > .container,
.solution-consumer-products-page .workflow-section > h2,
.solution-consumer-products-page .workflow-section > .workflow-subtitle,
.solution-consumer-products-page .workflow-section > .workflow-steps {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-consumer-products-page .prod-container > .title-remark,
.solution-consumer-products-page .product-slider-wrapper > .title-remark,
.solution-consumer-products-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-consumer-products-page .section-wrapper-d,
.solution-consumer-products-page .faq-section-wrapper {
    background-color: #f2f2f2;
}

.solution-consumer-products-page .workflow-section {
    background-color: #fff;
}

.solution-consumer-products-page .home-quote-section {
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-consumer-products-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-consumer-products-page .prod-container,
    .solution-consumer-products-page .product-slider-wrapper,
    .solution-consumer-products-page .section-wrapper-d,
    .solution-consumer-products-page .workflow-section,
    .solution-consumer-products-page .faq-section-wrapper,
    .solution-consumer-products-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab medical devices solution page default EIP module frame */
.solution-medical-devices-page .prod-container,
.solution-medical-devices-page .product-slider-wrapper,
.solution-medical-devices-page .section-wrapper-d,
.solution-medical-devices-page .workflow-section,
.solution-medical-devices-page .faq-section-wrapper,
.solution-medical-devices-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-medical-devices-page .prod-container > h2,
.solution-medical-devices-page .prod-container > .title-remark,
.solution-medical-devices-page .prod-container > .grid-container,
.solution-medical-devices-page .product-slider-wrapper > h2,
.solution-medical-devices-page .product-slider-wrapper > .title-remark,
.solution-medical-devices-page .product-slider-wrapper > .content,
.solution-medical-devices-page .product-slider-wrapper > .indicate,
.solution-medical-devices-page .section-wrapper-d > .container,
.solution-medical-devices-page .workflow-section > h2,
.solution-medical-devices-page .workflow-section > .workflow-subtitle,
.solution-medical-devices-page .workflow-section > .workflow-steps {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-medical-devices-page .prod-container > .title-remark,
.solution-medical-devices-page .product-slider-wrapper > .title-remark,
.solution-medical-devices-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-medical-devices-page .section-wrapper-d,
.solution-medical-devices-page .faq-section-wrapper {
    background-color: #f2f2f2;
}

.solution-medical-devices-page .workflow-section {
    background-color: #fff;
}

.solution-medical-devices-page .home-quote-section {
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-medical-devices-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-medical-devices-page .prod-container,
    .solution-medical-devices-page .product-slider-wrapper,
    .solution-medical-devices-page .section-wrapper-d,
    .solution-medical-devices-page .workflow-section,
    .solution-medical-devices-page .faq-section-wrapper,
    .solution-medical-devices-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab robotics solution page default EIP module frame */
.solution-robotics-page .prod-container,
.solution-robotics-page .product-slider-wrapper,
.solution-robotics-page .section-wrapper-d,
.solution-robotics-page .workflow-section,
.solution-robotics-page .faq-section-wrapper,
.solution-robotics-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-robotics-page .prod-container > h2,
.solution-robotics-page .prod-container > .title-remark,
.solution-robotics-page .prod-container > .grid-container,
.solution-robotics-page .product-slider-wrapper > h2,
.solution-robotics-page .product-slider-wrapper > .title-remark,
.solution-robotics-page .product-slider-wrapper > .content,
.solution-robotics-page .product-slider-wrapper > .indicate,
.solution-robotics-page .section-wrapper-d > .container,
.solution-robotics-page .workflow-section > h2,
.solution-robotics-page .workflow-section > .workflow-subtitle,
.solution-robotics-page .workflow-section > .workflow-steps {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-robotics-page .prod-container > .title-remark,
.solution-robotics-page .product-slider-wrapper > .title-remark,
.solution-robotics-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-robotics-page .home-quote-section {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-robotics-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.solution-robotics-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-robotics-page .prod-container,
    .solution-robotics-page .product-slider-wrapper,
    .solution-robotics-page .section-wrapper-d,
    .solution-robotics-page .workflow-section,
    .solution-robotics-page .faq-section-wrapper,
    .solution-robotics-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab aerospace solution page default EIP module frame */
.solution-aerospace-page .prod-container,
.solution-aerospace-page .product-slider-wrapper,
.solution-aerospace-page .section-wrapper-d,
.solution-aerospace-page .workflow-section,
.solution-aerospace-page .faq-section-wrapper,
.solution-aerospace-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-aerospace-page .prod-container > h2,
.solution-aerospace-page .prod-container > .title-remark,
.solution-aerospace-page .prod-container > .grid-container,
.solution-aerospace-page .product-slider-wrapper > h2,
.solution-aerospace-page .product-slider-wrapper > .title-remark,
.solution-aerospace-page .product-slider-wrapper > .content,
.solution-aerospace-page .product-slider-wrapper > .indicate,
.solution-aerospace-page .section-wrapper-d > .container,
.solution-aerospace-page .workflow-section > h2,
.solution-aerospace-page .workflow-section > .workflow-subtitle,
.solution-aerospace-page .workflow-section > .workflow-steps {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-aerospace-page .prod-container > .title-remark,
.solution-aerospace-page .product-slider-wrapper > .title-remark,
.solution-aerospace-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-aerospace-page .home-quote-section {
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-aerospace-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-aerospace-page .prod-container,
    .solution-aerospace-page .product-slider-wrapper,
    .solution-aerospace-page .section-wrapper-d,
    .solution-aerospace-page .workflow-section,
    .solution-aerospace-page .faq-section-wrapper,
    .solution-aerospace-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab low-volume manufacturing solution page default EIP module frame */
.solution-low-volume-manufacturing-page .adv-section,
.solution-low-volume-manufacturing-page .prod-container,
.solution-low-volume-manufacturing-page .workflow-section,
.solution-low-volume-manufacturing-page .content-section,
.solution-low-volume-manufacturing-page .foot-banner,
.solution-low-volume-manufacturing-page .faq-section-wrapper {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-low-volume-manufacturing-page .adv-section > h2,
.solution-low-volume-manufacturing-page .adv-section > .subtitle,
.solution-low-volume-manufacturing-page .adv-section > .adv-grid,
.solution-low-volume-manufacturing-page .prod-container > h2,
.solution-low-volume-manufacturing-page .prod-container > .title-remark,
.solution-low-volume-manufacturing-page .prod-container > .grid-container,
.solution-low-volume-manufacturing-page .workflow-section > h2,
.solution-low-volume-manufacturing-page .workflow-section > .workflow-subtitle,
.solution-low-volume-manufacturing-page .workflow-section > .workflow-steps,
.solution-low-volume-manufacturing-page .content-section > .container,
.solution-low-volume-manufacturing-page .foot-banner > h2,
.solution-low-volume-manufacturing-page .foot-banner > .learn-more,
.solution-low-volume-manufacturing-page .foot-banner > .remarks {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-low-volume-manufacturing-page .content-section > .container {
    padding: 0;
}

.solution-low-volume-manufacturing-page .adv-section > .subtitle,
.solution-low-volume-manufacturing-page .prod-container > .title-remark,
.solution-low-volume-manufacturing-page .workflow-section > .workflow-subtitle,
.solution-low-volume-manufacturing-page .content-section .section-lead {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.solution-low-volume-manufacturing-page .prod-container > .title-remark,
.solution-low-volume-manufacturing-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-low-volume-manufacturing-page .adv-section > .subtitle,
.solution-low-volume-manufacturing-page .content-section .section-lead {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.solution-low-volume-manufacturing-page .adv-section,
.solution-low-volume-manufacturing-page .workflow-section,
.solution-low-volume-manufacturing-page .faq-section-wrapper {
    background: #f2f2f2 !important;
}

.solution-low-volume-manufacturing-page .prod-container,
.solution-low-volume-manufacturing-page .content-section {
    background: #fff;
}

.solution-low-volume-manufacturing-page .home-quote-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    padding-left: 50px;
    padding-right: 50px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-low-volume-manufacturing-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.solution-low-volume-manufacturing-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

.solution-low-volume-manufacturing-page .faq-container {
    background: transparent;
}

@media (max-width: 767px) {
    .solution-low-volume-manufacturing-page .adv-section,
    .solution-low-volume-manufacturing-page .prod-container,
    .solution-low-volume-manufacturing-page .workflow-section,
    .solution-low-volume-manufacturing-page .content-section,
    .solution-low-volume-manufacturing-page .foot-banner,
    .solution-low-volume-manufacturing-page .faq-section-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .solution-low-volume-manufacturing-page .home-quote-section {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab mass production solution page default EIP module frame */
.solution-mass-production-page .adv-section,
.solution-mass-production-page .prod-container,
.solution-mass-production-page .workflow-section,
.solution-mass-production-page .content-section,
.solution-mass-production-page .foot-banner,
.solution-mass-production-page .faq-section-wrapper,
.solution-mass-production-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-mass-production-page .adv-section > h2,
.solution-mass-production-page .adv-section > .subtitle,
.solution-mass-production-page .adv-section > .adv-grid,
.solution-mass-production-page .prod-container > h2,
.solution-mass-production-page .prod-container > .title-remark,
.solution-mass-production-page .prod-container > .grid-container,
.solution-mass-production-page .workflow-section > h2,
.solution-mass-production-page .workflow-section > .workflow-subtitle,
.solution-mass-production-page .workflow-section > .workflow-steps,
.solution-mass-production-page .content-section > .container,
.solution-mass-production-page .foot-banner > h2,
.solution-mass-production-page .foot-banner > .learn-more,
.solution-mass-production-page .foot-banner > .remarks {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-mass-production-page .content-section > .container {
    padding: 0;
}

.solution-mass-production-page .adv-section > .subtitle,
.solution-mass-production-page .prod-container > .title-remark,
.solution-mass-production-page .workflow-section > .workflow-subtitle,
.solution-mass-production-page .content-section .section-lead {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.solution-mass-production-page .prod-container > .title-remark,
.solution-mass-production-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-mass-production-page .adv-section > .subtitle,
.solution-mass-production-page .content-section .section-lead {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.solution-mass-production-page .adv-section,
.solution-mass-production-page .workflow-section,
.solution-mass-production-page .faq-section-wrapper {
    background: #f2f2f2 !important;
}

.solution-mass-production-page .prod-container,
.solution-mass-production-page .content-section {
    background: #fff;
}

.solution-mass-production-page .faq-container {
    background: transparent;
}

.solution-mass-production-page .home-quote-section {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-mass-production-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.solution-mass-production-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-mass-production-page .adv-section,
    .solution-mass-production-page .prod-container,
    .solution-mass-production-page .workflow-section,
    .solution-mass-production-page .content-section,
    .solution-mass-production-page .foot-banner,
    .solution-mass-production-page .faq-section-wrapper,
    .solution-mass-production-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab production parts solution page default EIP module frame */
.solution-production-parts-page .content-section,
.solution-production-parts-page .prod-container,
.solution-production-parts-page .adv-section,
.solution-production-parts-page .workflow-section,
.solution-production-parts-page .foot-banner,
.solution-production-parts-page .faq-section-wrapper {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-production-parts-page .content-section > .container,
.solution-production-parts-page .prod-container > h2,
.solution-production-parts-page .prod-container > .title-remark,
.solution-production-parts-page .prod-container > .grid-container,
.solution-production-parts-page .adv-section > h2,
.solution-production-parts-page .adv-section > .subtitle,
.solution-production-parts-page .adv-section > .adv-grid,
.solution-production-parts-page .workflow-section > h2,
.solution-production-parts-page .workflow-section > .workflow-subtitle,
.solution-production-parts-page .workflow-section > .workflow-steps,
.solution-production-parts-page .foot-banner > h2,
.solution-production-parts-page .foot-banner > .learn-more,
.solution-production-parts-page .foot-banner > .remarks {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-production-parts-page .content-section > .container {
    padding: 0;
}

.solution-production-parts-page .content-section .section-lead,
.solution-production-parts-page .prod-container > .title-remark,
.solution-production-parts-page .adv-section > .subtitle,
.solution-production-parts-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.solution-production-parts-page .prod-container > .title-remark,
.solution-production-parts-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-production-parts-page .content-section .section-lead,
.solution-production-parts-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.solution-production-parts-page .content-section,
.solution-production-parts-page .adv-section,
.solution-production-parts-page .faq-section-wrapper {
    background: #f2f2f2 !important;
}

.solution-production-parts-page .prod-container,
.solution-production-parts-page .workflow-section {
    background: #fff;
}

.solution-production-parts-page .faq-container {
    background: transparent;
}

.solution-production-parts-page .home-quote-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    padding-left: 50px;
    padding-right: 50px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-production-parts-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.solution-production-parts-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-production-parts-page .content-section,
    .solution-production-parts-page .prod-container,
    .solution-production-parts-page .adv-section,
    .solution-production-parts-page .workflow-section,
    .solution-production-parts-page .foot-banner,
    .solution-production-parts-page .faq-section-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .solution-production-parts-page .home-quote-section {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab custom parts solution page default EIP module frame */
.solution-custom-parts-page .prod-container,
.solution-custom-parts-page .adv-section,
.solution-custom-parts-page .workflow-section,
.solution-custom-parts-page .foot-banner,
.solution-custom-parts-page .faq-section-wrapper {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-custom-parts-page .prod-container > h2,
.solution-custom-parts-page .prod-container > .title-remark,
.solution-custom-parts-page .prod-container > .grid-container,
.solution-custom-parts-page .adv-section > h2,
.solution-custom-parts-page .adv-section > .subtitle,
.solution-custom-parts-page .adv-section > .adv-grid,
.solution-custom-parts-page .workflow-section > h2,
.solution-custom-parts-page .workflow-section > .workflow-subtitle,
.solution-custom-parts-page .workflow-section > .workflow-steps,
.solution-custom-parts-page .foot-banner > h2,
.solution-custom-parts-page .foot-banner > .learn-more,
.solution-custom-parts-page .foot-banner > .remarks {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-custom-parts-page .prod-container > .title-remark,
.solution-custom-parts-page .adv-section > .subtitle,
.solution-custom-parts-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.solution-custom-parts-page .prod-container > .title-remark,
.solution-custom-parts-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-custom-parts-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.solution-custom-parts-page .workflow-section {
    background: #fff;
}

.solution-custom-parts-page .faq-section-wrapper {
    background: #f2f2f2;
}

.solution-custom-parts-page .faq-container {
    background: transparent;
}

.solution-custom-parts-page .home-quote-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    padding-left: 50px;
    padding-right: 50px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-custom-parts-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.solution-custom-parts-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-custom-parts-page .prod-container,
    .solution-custom-parts-page .adv-section,
    .solution-custom-parts-page .workflow-section,
    .solution-custom-parts-page .foot-banner,
    .solution-custom-parts-page .faq-section-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .solution-custom-parts-page .home-quote-section {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab automotive solution page default EIP module frame */
.solution-automotive-page .prod-container,
.solution-automotive-page .product-slider-wrapper,
.solution-automotive-page .section-wrapper-d,
.solution-automotive-page .workflow-section,
.solution-automotive-page .faq-section-wrapper,
.solution-automotive-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.solution-automotive-page .prod-container > h2,
.solution-automotive-page .prod-container > .title-remark,
.solution-automotive-page .prod-container > .grid-container,
.solution-automotive-page .product-slider-wrapper > h2,
.solution-automotive-page .product-slider-wrapper > .title-remark,
.solution-automotive-page .product-slider-wrapper > .content,
.solution-automotive-page .product-slider-wrapper > .indicate,
.solution-automotive-page .section-wrapper-d > .container,
.solution-automotive-page .workflow-section > h2,
.solution-automotive-page .workflow-section > .workflow-subtitle,
.solution-automotive-page .workflow-section > .workflow-steps {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-automotive-page .prod-container > .title-remark,
.solution-automotive-page .product-slider-wrapper > .title-remark,
.solution-automotive-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.solution-automotive-page .prod-container > .title-remark,
.solution-automotive-page .product-slider-wrapper > .title-remark,
.solution-automotive-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-automotive-page .home-quote-section {
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-automotive-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-automotive-page .prod-container,
    .solution-automotive-page .product-slider-wrapper,
    .solution-automotive-page .section-wrapper-d,
    .solution-automotive-page .workflow-section,
    .solution-automotive-page .faq-section-wrapper,
    .solution-automotive-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab tooling fixtures solution page default EIP module frame */
.solution-tooling-fixtures-page .prod-container,
.solution-tooling-fixtures-page .adv-section,
.solution-tooling-fixtures-page .workflow-section,
.solution-tooling-fixtures-page .foot-banner,
.solution-tooling-fixtures-page .faq-section-wrapper {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(80px, calc((100vw - 1480px) / 2));
    padding-right: max(80px, calc((100vw - 1480px) / 2));
}

.solution-tooling-fixtures-page .prod-container > h2,
.solution-tooling-fixtures-page .prod-container > .title-remark,
.solution-tooling-fixtures-page .prod-container > .grid-container,
.solution-tooling-fixtures-page .adv-section > h2,
.solution-tooling-fixtures-page .adv-section > .subtitle,
.solution-tooling-fixtures-page .adv-section > .adv-grid,
.solution-tooling-fixtures-page .workflow-section > h2,
.solution-tooling-fixtures-page .workflow-section > .workflow-subtitle,
.solution-tooling-fixtures-page .workflow-section > .workflow-steps,
.solution-tooling-fixtures-page .foot-banner > h2,
.solution-tooling-fixtures-page .foot-banner > .learn-more,
.solution-tooling-fixtures-page .foot-banner > .remarks {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-tooling-fixtures-page .prod-container > .title-remark,
.solution-tooling-fixtures-page .adv-section > .subtitle,
.solution-tooling-fixtures-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.solution-tooling-fixtures-page .prod-container > .title-remark,
.solution-tooling-fixtures-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.solution-tooling-fixtures-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.solution-tooling-fixtures-page .workflow-section {
    background: #fff;
}

.solution-tooling-fixtures-page .faq-section-wrapper {
    background: #f2f2f2;
}

.solution-tooling-fixtures-page .faq-container {
    background: transparent;
}

.solution-tooling-fixtures-page .home-quote-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    padding-left: 50px;
    padding-right: 50px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.solution-tooling-fixtures-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.solution-tooling-fixtures-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .solution-tooling-fixtures-page .prod-container,
    .solution-tooling-fixtures-page .adv-section,
    .solution-tooling-fixtures-page .workflow-section,
    .solution-tooling-fixtures-page .foot-banner,
    .solution-tooling-fixtures-page .faq-section-wrapper,
    .solution-tooling-fixtures-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab injection molding service page default EIP module frame */
body.service-injection-molding-page {
    line-height: 0;
}

body.service-injection-molding-page .yxc-header-container,
body.service-injection-molding-page .body-container,
body.service-injection-molding-page .foot-container,
body.service-injection-molding-page .login-modal,
body.service-injection-molding-page .modal,
body.service-injection-molding-page .pay-model,
body.service-injection-molding-page .opera-dialog {
    line-height: normal;
}

.service-injection-molding-page .yxc-header-container {
    height: 0;
}

.service-injection-molding-page .body-container,
.service-injection-molding-page .main-banner {
    margin-top: 0;
}

.service-injection-molding-page .logo-carousel-wrapper,
.service-injection-molding-page .prod-container,
.service-injection-molding-page .section-wrapper,
.service-injection-molding-page .adv-section,
.service-injection-molding-page .workflow-section,
.service-injection-molding-page .industries-section,
.service-injection-molding-page .industries-section + .factory-slider-wrapper,
.service-injection-molding-page .case-section,
.service-injection-molding-page .factory-network-section,
.service-injection-molding-page .printing-factory,
.service-injection-molding-page .printing-factory + .factory-slider-wrapper,
.service-injection-molding-page .faq-section-wrapper,
.service-injection-molding-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.service-injection-molding-page .logo-carousel-wrapper > .logo-carousel,
.service-injection-molding-page .prod-container > h2,
.service-injection-molding-page .prod-container > .title-remark,
.service-injection-molding-page .prod-container > .grid-container,
.service-injection-molding-page .adv-section > h2,
.service-injection-molding-page .adv-section > .subtitle,
.service-injection-molding-page .adv-section > .adv-grid,
.service-injection-molding-page .workflow-section > h2,
.service-injection-molding-page .workflow-section > .workflow-subtitle,
.service-injection-molding-page .workflow-section > .workflow-steps,
.service-injection-molding-page .industries-section .content-container,
.service-injection-molding-page .industries-section + .factory-slider-wrapper > .content,
.service-injection-molding-page .case-section > .case-header,
.service-injection-molding-page .case-section > .case-content,
.service-injection-molding-page .case-photo-wall .case-header,
.service-injection-molding-page .case-photo-wall .case-wall-grid,
.service-injection-molding-page .factory-network-section .content-container,
.service-injection-molding-page .printing-factory > .content-container,
.service-injection-molding-page .printing-factory + .factory-slider-wrapper > .content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.service-injection-molding-page .prod-container > .title-remark,
.service-injection-molding-page .section-wrapper .left-content-c p,
.service-injection-molding-page .adv-section > .subtitle,
.service-injection-molding-page .workflow-section > .workflow-subtitle,
.service-injection-molding-page .industries-section .industries-text p,
.service-injection-molding-page .case-section .case-title-block p,
.service-injection-molding-page .factory-network-copy p,
.service-injection-molding-page .printing-factory .content p {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.service-injection-molding-page .prod-container > .title-remark {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-injection-molding-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.service-injection-molding-page .adv-section > h2 {
    text-align: left;
}

.service-injection-molding-page .section-wrapper {
    max-width: none;
}

.service-injection-molding-page .injection-materials-section {
    background-color: #f2f2f2;
}

.service-injection-molding-page .injection-materials-section > .left-content-c,
.service-injection-molding-page .injection-materials-section > .right-content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.service-injection-molding-page .injection-materials-section .b-container-2 .header-image {
    max-height: 350px;
}

.service-injection-molding-page .industries-section + .factory-slider-wrapper {
    background: none;
    background-color: transparent;
}

.service-injection-molding-page .case-photo-wall .case-content,
.service-injection-molding-page .printing-factory,
.service-injection-molding-page .printing-factory + .factory-slider-wrapper {
    display: none;
}

.service-injection-molding-page .factory-network-showcase {
    background: #fff;
}

.service-injection-molding-page .faq-section-wrapper {
    background: #f2f2f2;
}

.service-injection-molding-page .faq-container {
    background: transparent;
}

.service-injection-molding-page .factory-network-points strong {
    font-size: 0.875rem;
}

.service-injection-molding-page .home-quote-section {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1fr) auto;
}

.service-injection-molding-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

.service-injection-molding-page .section-wrapper .left-content-c p,
.service-injection-molding-page .adv-section > .subtitle,
.service-injection-molding-page .workflow-section > .workflow-subtitle,
.service-injection-molding-page .industries-section .industries-text p,
.service-injection-molding-page .case-section .case-title-block p,
.service-injection-molding-page .factory-network-copy p,
.service-injection-molding-page .printing-factory .content p {
    text-align: left;
}

@media (max-width: 767px) {
    .service-injection-molding-page .logo-carousel-wrapper,
    .service-injection-molding-page .prod-container,
    .service-injection-molding-page .section-wrapper,
    .service-injection-molding-page .adv-section,
    .service-injection-molding-page .workflow-section,
    .service-injection-molding-page .industries-section,
    .service-injection-molding-page .industries-section + .factory-slider-wrapper,
    .service-injection-molding-page .case-section,
    .service-injection-molding-page .factory-network-section,
    .service-injection-molding-page .printing-factory,
    .service-injection-molding-page .printing-factory + .factory-slider-wrapper,
    .service-injection-molding-page .faq-section-wrapper,
    .service-injection-molding-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab sheet metal service page default EIP module frame */
.service-sheet-metal-fabrication-page .logo-carousel-wrapper,
.service-sheet-metal-fabrication-page .prod-container,
.service-sheet-metal-fabrication-page .section-wrapper,
.service-sheet-metal-fabrication-page .adv-section,
.service-sheet-metal-fabrication-page .workflow-section,
.service-sheet-metal-fabrication-page .industries-section,
.service-sheet-metal-fabrication-page .industries-section + .factory-slider-wrapper,
.service-sheet-metal-fabrication-page .case-section,
.service-sheet-metal-fabrication-page .factory-network-section,
.service-sheet-metal-fabrication-page .printing-factory,
.service-sheet-metal-fabrication-page .printing-factory + .factory-slider-wrapper,
.service-sheet-metal-fabrication-page .faq-section-wrapper,
.service-sheet-metal-fabrication-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.service-sheet-metal-fabrication-page .logo-carousel-wrapper > .logo-carousel,
.service-sheet-metal-fabrication-page .prod-container > h2,
.service-sheet-metal-fabrication-page .prod-container > .title-remark,
.service-sheet-metal-fabrication-page .prod-container > .grid-container,
.service-sheet-metal-fabrication-page .adv-section > h2,
.service-sheet-metal-fabrication-page .adv-section > .subtitle,
.service-sheet-metal-fabrication-page .adv-section > .adv-grid,
.service-sheet-metal-fabrication-page .workflow-section > h2,
.service-sheet-metal-fabrication-page .workflow-section > .workflow-subtitle,
.service-sheet-metal-fabrication-page .workflow-section > .workflow-steps,
.service-sheet-metal-fabrication-page .industries-section .content-container,
.service-sheet-metal-fabrication-page .industries-section + .factory-slider-wrapper > .content,
.service-sheet-metal-fabrication-page .case-section > .case-header,
.service-sheet-metal-fabrication-page .case-section > .case-content,
.service-sheet-metal-fabrication-page .case-photo-wall .case-header,
.service-sheet-metal-fabrication-page .case-photo-wall .case-wall-grid,
.service-sheet-metal-fabrication-page .factory-network-section .content-container,
.service-sheet-metal-fabrication-page .printing-factory > .content-container,
.service-sheet-metal-fabrication-page .printing-factory + .factory-slider-wrapper > .content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.service-sheet-metal-fabrication-page .prod-container > .title-remark,
.service-sheet-metal-fabrication-page .section-wrapper .left-content-c p,
.service-sheet-metal-fabrication-page .adv-section > .subtitle,
.service-sheet-metal-fabrication-page .workflow-section > .workflow-subtitle,
.service-sheet-metal-fabrication-page .industries-section .industries-text p,
.service-sheet-metal-fabrication-page .case-section .case-title-block p,
.service-sheet-metal-fabrication-page .factory-network-copy p,
.service-sheet-metal-fabrication-page .printing-factory .content p {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.service-sheet-metal-fabrication-page .prod-container > .title-remark {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-sheet-metal-fabrication-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
}

.service-sheet-metal-fabrication-page .section-wrapper {
    max-width: none;
}

.service-sheet-metal-fabrication-page .section-wrapper .b-container-2 .header-image {
    max-height: 350px;
}

.service-sheet-metal-fabrication-page .industries-section + .factory-slider-wrapper {
    background: transparent;
}

.service-sheet-metal-fabrication-page .factory-network-showcase {
    background: #fff;
}

.service-sheet-metal-fabrication-page .faq-section-wrapper {
    background: #f2f2f2;
}

.service-sheet-metal-fabrication-page .faq-container {
    background: transparent;
}

.service-sheet-metal-fabrication-page .factory-network-points strong {
    font-size: 0.875rem;
}

.service-sheet-metal-fabrication-page .home-quote-section {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1fr) auto;
}

.service-sheet-metal-fabrication-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

.service-sheet-metal-fabrication-page .section-wrapper .left-content-c p,
.service-sheet-metal-fabrication-page .adv-section > .subtitle,
.service-sheet-metal-fabrication-page .workflow-section > .workflow-subtitle,
.service-sheet-metal-fabrication-page .industries-section .industries-text p,
.service-sheet-metal-fabrication-page .case-section .case-title-block p,
.service-sheet-metal-fabrication-page .factory-network-copy p,
.service-sheet-metal-fabrication-page .printing-factory .content p {
    text-align: left;
}

@media (max-width: 767px) {
    .service-sheet-metal-fabrication-page .logo-carousel-wrapper,
    .service-sheet-metal-fabrication-page .prod-container,
    .service-sheet-metal-fabrication-page .section-wrapper,
    .service-sheet-metal-fabrication-page .adv-section,
    .service-sheet-metal-fabrication-page .workflow-section,
    .service-sheet-metal-fabrication-page .industries-section,
    .service-sheet-metal-fabrication-page .industries-section + .factory-slider-wrapper,
    .service-sheet-metal-fabrication-page .case-section,
    .service-sheet-metal-fabrication-page .factory-network-section,
    .service-sheet-metal-fabrication-page .printing-factory,
    .service-sheet-metal-fabrication-page .printing-factory + .factory-slider-wrapper,
    .service-sheet-metal-fabrication-page .faq-section-wrapper,
    .service-sheet-metal-fabrication-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab vacuum casting service page default EIP module frame */
body.service-vacuum-casting-page {
    line-height: 0;
}

body.service-vacuum-casting-page .yxc-header-container,
body.service-vacuum-casting-page .body-container,
body.service-vacuum-casting-page .foot-container,
body.service-vacuum-casting-page .login-modal,
body.service-vacuum-casting-page .modal,
body.service-vacuum-casting-page .pay-model,
body.service-vacuum-casting-page .opera-dialog {
    line-height: normal;
}

.service-vacuum-casting-page .yxc-header-container {
    height: 0;
}

.service-vacuum-casting-page .body-container,
.service-vacuum-casting-page .main-banner {
    margin-top: 0;
}

.service-vacuum-casting-page .logo-carousel-wrapper,
.service-vacuum-casting-page .prod-container-3,
.service-vacuum-casting-page .section-wrapper,
.service-vacuum-casting-page .adv-section,
.service-vacuum-casting-page .workflow-section,
.service-vacuum-casting-page .industries-section,
.service-vacuum-casting-page .industries-section + .factory-slider-wrapper,
.service-vacuum-casting-page .case-section,
.service-vacuum-casting-page .factory-network-section,
.service-vacuum-casting-page .printing-factory,
.service-vacuum-casting-page .printing-factory + .factory-slider-wrapper,
.service-vacuum-casting-page .faq-section-wrapper,
.service-vacuum-casting-page .home-quote-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-left: max(50px, calc((100vw - 1480px) / 2));
    padding-right: max(50px, calc((100vw - 1480px) / 2));
}

.service-vacuum-casting-page .logo-carousel-wrapper > .logo-carousel,
.service-vacuum-casting-page .prod-container-3 > h2,
.service-vacuum-casting-page .prod-container-3 > .title-remark,
.service-vacuum-casting-page .prod-container-3 > .grid-container,
.service-vacuum-casting-page .section-wrapper > .left-content-c,
.service-vacuum-casting-page .section-wrapper > .right-content,
.service-vacuum-casting-page .adv-section > h2,
.service-vacuum-casting-page .adv-section > .subtitle,
.service-vacuum-casting-page .adv-section > .adv-grid,
.service-vacuum-casting-page .workflow-section > h2,
.service-vacuum-casting-page .workflow-section > .workflow-subtitle,
.service-vacuum-casting-page .workflow-section > .workflow-steps,
.service-vacuum-casting-page .industries-section .content-container,
.service-vacuum-casting-page .industries-section + .factory-slider-wrapper > .content,
.service-vacuum-casting-page .case-section > .case-header,
.service-vacuum-casting-page .case-section > .case-content,
.service-vacuum-casting-page .factory-network-section .content-container,
.service-vacuum-casting-page .printing-factory > .content-container,
.service-vacuum-casting-page .printing-factory + .factory-slider-wrapper > .content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.service-vacuum-casting-page .prod-container-3 > .title-remark,
.service-vacuum-casting-page .section-wrapper .left-content-c p,
.service-vacuum-casting-page .adv-section > .subtitle,
.service-vacuum-casting-page .workflow-section > .workflow-subtitle,
.service-vacuum-casting-page .industries-section .industries-text p,
.service-vacuum-casting-page .case-section .case-title-block p,
.service-vacuum-casting-page .factory-network-copy p,
.service-vacuum-casting-page .printing-factory .content p {
    max-width: 1180px;
    font-size: 0.875rem;
    box-sizing: border-box;
}

.service-vacuum-casting-page .prod-container-3 > .title-remark,
.service-vacuum-casting-page .workflow-section > .workflow-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-vacuum-casting-page .section-wrapper {
    max-width: none;
}

.service-vacuum-casting-page .vacuum-materials-section .b-container-2 .header-image {
    max-height: 350px;
}

.service-vacuum-casting-page .adv-section > .subtitle,
.service-vacuum-casting-page .industries-section .industries-text p,
.service-vacuum-casting-page .case-section .case-title-block p,
.service-vacuum-casting-page .factory-network-copy p,
.service-vacuum-casting-page .printing-factory .content p {
    text-align: left;
}

.service-vacuum-casting-page .adv-section > .subtitle {
    margin-left: 0;
    margin-right: auto;
}

.service-vacuum-casting-page .industries-section + .factory-slider-wrapper {
    background: transparent;
}

.service-vacuum-casting-page .factory-network-showcase {
    background: #fff;
}

.service-vacuum-casting-page .factory-network-points strong {
    font-size: 0.875rem;
}

.service-vacuum-casting-page .faq-section-wrapper {
    background: #f2f2f2;
}

.service-vacuum-casting-page .faq-container {
    background: transparent;
}

.service-vacuum-casting-page .home-quote-section {
    grid-template-columns: minmax(0, 1fr) auto;
}

.service-vacuum-casting-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

@media (max-width: 767px) {
    .service-vacuum-casting-page .logo-carousel-wrapper,
    .service-vacuum-casting-page .prod-container-3,
    .service-vacuum-casting-page .section-wrapper,
    .service-vacuum-casting-page .adv-section,
    .service-vacuum-casting-page .workflow-section,
    .service-vacuum-casting-page .industries-section,
    .service-vacuum-casting-page .industries-section + .factory-slider-wrapper,
    .service-vacuum-casting-page .case-section,
    .service-vacuum-casting-page .factory-network-section,
    .service-vacuum-casting-page .printing-factory,
    .service-vacuum-casting-page .printing-factory + .factory-slider-wrapper,
    .service-vacuum-casting-page .faq-section-wrapper,
    .service-vacuum-casting-page .home-quote-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* XPartsLab prototyping solution page default EIP module frame */
.solution-prototyping-page .content-section.service-content-section,
.solution-prototyping-page .adv-section.service-content-section,
.solution-prototyping-page .prod-container.service-content-section,
.solution-prototyping-page .workflow-section.service-content-section,
.solution-prototyping-page .faq-section-wrapper.service-content-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding: 100px max(50px, calc((100vw - 1480px) / 2));
}

.solution-prototyping-page .content-section.service-section-white,
.solution-prototyping-page .prod-container.service-section-white {
    background: #fff;
}

.solution-prototyping-page .adv-section.service-section-muted,
.solution-prototyping-page .workflow-section.service-section-muted,
.solution-prototyping-page .faq-section-wrapper.service-section-muted {
    background: #f2f2f2;
}

.solution-prototyping-page .content-section .container,
.solution-prototyping-page .adv-section > h2,
.solution-prototyping-page .adv-section > .subtitle,
.solution-prototyping-page .adv-section > .adv-grid,
.solution-prototyping-page .prod-container > h2,
.solution-prototyping-page .prod-container > .title-remark,
.solution-prototyping-page .prod-container > .grid-container,
.solution-prototyping-page .workflow-section > h2,
.solution-prototyping-page .workflow-section > .workflow-subtitle,
.solution-prototyping-page .workflow-section > .workflow-steps,
.solution-prototyping-page .faq-section-wrapper > .left-content,
.solution-prototyping-page .faq-section-wrapper > .right-content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.solution-prototyping-page .content-section .container {
    padding: 0;
}

.solution-prototyping-page .content-section .section__head,
.solution-prototyping-page .adv-section > .subtitle,
.solution-prototyping-page .prod-container > .title-remark,
.solution-prototyping-page .workflow-section > .workflow-subtitle {
    max-width: 1180px;
}

.solution-prototyping-page .content-section h2,
.solution-prototyping-page .adv-section > h2,
.solution-prototyping-page .prod-container > h2,
.solution-prototyping-page .workflow-section > h2,
.solution-prototyping-page .faq-section-wrapper .left-content h2 {
    margin-top: 0 !important;
}

.solution-prototyping-page .content-section h2,
.solution-prototyping-page .adv-section > h2,
.solution-prototyping-page .prod-container > h2,
.solution-prototyping-page .workflow-section > h2 {
    margin-bottom: 16px !important;
}

.solution-prototyping-page .content-section .section-lead,
.solution-prototyping-page .adv-section > .subtitle,
.solution-prototyping-page .prod-container > .title-remark,
.solution-prototyping-page .workflow-section > .workflow-subtitle {
    font-size: 0.875rem;
    line-height: 1.75;
}

.solution-prototyping-page .adv-section > .subtitle,
.solution-prototyping-page .prod-container > .title-remark,
.solution-prototyping-page .workflow-section > .workflow-subtitle {
    margin-top: 0;
    margin-bottom: 40px;
}

.solution-prototyping-page #manufacturing-capability > .subtitle {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.solution-prototyping-page .home-quote-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    padding: 56px 50px;
    grid-template-columns: minmax(0, 1fr) auto;
    background: transparent;
}

.solution-prototyping-page .home-quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background: lightblue;
    z-index: -1;
}

.solution-prototyping-page .home-quote-section > div:first-child {
    justify-self: start;
    width: min(100%, 1100px);
    text-align: left;
}

.solution-prototyping-page .faq-section-wrapper {
    grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
}

.solution-prototyping-page .faq-section-wrapper > .left-content,
.solution-prototyping-page .faq-section-wrapper > .right-content {
    width: 100%;
}

.solution-prototyping-page .faq-container {
    background: transparent;
}

@media (max-width: 767px) {
    .solution-prototyping-page .content-section.service-content-section,
    .solution-prototyping-page .adv-section.service-content-section,
    .solution-prototyping-page .prod-container.service-content-section,
    .solution-prototyping-page .workflow-section.service-content-section,
    .solution-prototyping-page .faq-section-wrapper.service-content-section {
        padding: 72px 20px;
    }

    .solution-prototyping-page .home-quote-section {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        left: 0;
        padding: 56px 20px;
    }
}

/* XPartsLab public zh-cn default outer frame */
@media (min-width: 768px) {
    .main-banner .content-container,
    .banner .content-container,
    .main-banner-simple .content-container {
        max-width: none;
        box-sizing: border-box;
        padding-left: max(80px, calc((100vw - 1480px) / 2));
        padding-right: max(80px, calc((100vw - 1480px) / 2));
    }

    .home-page .home-answer-section,
    .home-page .product-slider-wrapper,
    .home-page .section-wrapper-f,
    .home-page .home-fit-section,
    .home-page .workflow-section,
    .home-page .adv-section,
    .service-content-section,
    .service-content-section.service-hero-aligned-section,
    .home-page .case-photo-wall,
    .home-page .industries-section,
    .home-page .industries-section + .factory-slider-wrapper,
    .home-page .factory-network-section,
    .home-page .faq-section-wrapper,
    .home-page .home-quote-section,
    .material-home-hero,
    .material-home-section,
    .material-home-cta,
    .dfm-hero,
    .dfm-section,
    .blog-search-container,
    .blog-tag-container,
    .blog-items,
    .blog-pagination,
    .foot-banner,
    .service-3d-printing-page .service-content-section,
    .service-3d-printing-page .b-container-2.service-materials-section,
    .service-3d-printing-page .adv-section,
    .service-3d-printing-page .workflow-section,
    .service-3d-printing-page .industries-section,
    .service-3d-printing-page .industries-section + .factory-slider-wrapper,
    .service-3d-printing-page .case-section,
    .service-3d-printing-page .case-photo-wall,
    .service-3d-printing-page .factory-network-section,
    .service-3d-printing-page .printing-factory,
    .service-3d-printing-page .faq-section-wrapper,
    .service-3d-printing-page .home-quote-section,
    .service-cnc-machining-page .prod-container,
    .service-cnc-machining-page .b-container-2.service-materials-section,
    .service-cnc-machining-page .section-wrapper,
    .service-cnc-machining-page .adv-section,
    .service-cnc-machining-page .workflow-section,
    .service-cnc-machining-page .industries-section,
    .service-cnc-machining-page .industries-section + .factory-slider-wrapper,
    .service-cnc-machining-page .case-section,
    .service-cnc-machining-page .case-photo-wall,
    .service-cnc-machining-page .factory-network-section,
    .service-cnc-machining-page .printing-factory,
    .service-cnc-machining-page .faq-section-wrapper,
    .service-cnc-machining-page .home-quote-section,
    .service-sheet-metal-fabrication-page .prod-container,
    .service-sheet-metal-fabrication-page .section-wrapper,
    .service-sheet-metal-fabrication-page .adv-section,
    .service-sheet-metal-fabrication-page .workflow-section,
    .service-sheet-metal-fabrication-page .industries-section,
    .service-sheet-metal-fabrication-page .industries-section + .factory-slider-wrapper,
    .service-sheet-metal-fabrication-page .case-section,
    .service-sheet-metal-fabrication-page .case-photo-wall,
    .service-sheet-metal-fabrication-page .factory-network-section,
    .service-sheet-metal-fabrication-page .printing-factory,
    .service-sheet-metal-fabrication-page .faq-section-wrapper,
    .service-sheet-metal-fabrication-page .home-quote-section,
    .service-injection-molding-page .prod-container,
    .service-injection-molding-page .section-wrapper,
    .service-injection-molding-page .adv-section,
    .service-injection-molding-page .workflow-section,
    .service-injection-molding-page .industries-section,
    .service-injection-molding-page .industries-section + .factory-slider-wrapper,
    .service-injection-molding-page .case-section,
    .service-injection-molding-page .case-photo-wall,
    .service-injection-molding-page .factory-network-section,
    .service-injection-molding-page .printing-factory,
    .service-injection-molding-page .faq-section-wrapper,
    .service-injection-molding-page .home-quote-section,
    .service-vacuum-casting-page .prod-container-3,
    .service-vacuum-casting-page .section-wrapper,
    .service-vacuum-casting-page .adv-section,
    .service-vacuum-casting-page .workflow-section,
    .service-vacuum-casting-page .industries-section,
    .service-vacuum-casting-page .industries-section + .factory-slider-wrapper,
    .service-vacuum-casting-page .case-section,
    .service-vacuum-casting-page .factory-network-section,
    .service-vacuum-casting-page .printing-factory,
    .service-vacuum-casting-page .faq-section-wrapper,
    .service-vacuum-casting-page .home-quote-section,
    .solution-prototyping-page .content-section.service-content-section,
    .solution-prototyping-page .adv-section.service-content-section,
    .solution-prototyping-page .prod-container.service-content-section,
    .solution-prototyping-page .workflow-section.service-content-section,
    .solution-prototyping-page .faq-section-wrapper.service-content-section,
    .solution-low-volume-manufacturing-page .content-section,
    .solution-low-volume-manufacturing-page .adv-section,
    .solution-low-volume-manufacturing-page .prod-container,
    .solution-low-volume-manufacturing-page .workflow-section,
    .solution-low-volume-manufacturing-page .faq-section-wrapper,
    .solution-low-volume-manufacturing-page .home-quote-section,
    .solution-mass-production-page .content-section,
    .solution-mass-production-page .adv-section,
    .solution-mass-production-page .prod-container,
    .solution-mass-production-page .workflow-section,
    .solution-mass-production-page .faq-section-wrapper,
    .solution-mass-production-page .home-quote-section,
    .solution-production-parts-page .content-section,
    .solution-production-parts-page .adv-section,
    .solution-production-parts-page .prod-container,
    .solution-production-parts-page .workflow-section,
    .solution-production-parts-page .faq-section-wrapper,
    .solution-production-parts-page .home-quote-section,
    .solution-custom-parts-page .content-section,
    .solution-custom-parts-page .adv-section,
    .solution-custom-parts-page .prod-container,
    .solution-custom-parts-page .workflow-section,
    .solution-custom-parts-page .faq-section-wrapper,
    .solution-custom-parts-page .home-quote-section,
    .solution-tooling-fixtures-page .prod-container,
    .solution-tooling-fixtures-page .adv-section,
    .solution-tooling-fixtures-page .workflow-section,
    .solution-tooling-fixtures-page .foot-banner,
    .solution-tooling-fixtures-page .faq-section-wrapper {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        box-sizing: border-box;
        padding-left: max(80px, calc((100vw - 1480px) / 2));
        padding-right: max(80px, calc((100vw - 1480px) / 2));
    }

    .solution-prototyping-page .home-quote-section {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        box-sizing: border-box;
        padding-left: max(80px, calc((100vw - 1480px) / 2));
        padding-right: max(80px, calc((100vw - 1480px) / 2));
    }

    #dfm-guide-page .dfm-hero,
    #dfm-guide-page .dfm-section {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        box-sizing: border-box;
        padding-left: max(80px, calc((100vw - 1480px) / 2));
        padding-right: max(80px, calc((100vw - 1480px) / 2));
    }
}

