.logo1 {
            display: inline !important;
        }
.mx-2 {
        margin-left: 8px !important;
    margin-right: 8px !important;
}
.text-sm {
    font-size: 14px !important;
    line-height: 20px !important;
}
.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.p-4 {
    padding: 16px !important;
}
.mb-6 {
    margin-bottom: 24px !important;
}
@media (min-width: 768px) {
    .md\:text-3xl {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}
.mb-4 {
    margin-bottom: 16px !important;
}
.mb-2 {
    margin-bottom: 8px !important;
}
.p-3 {
    padding: 12px !important;
}
.pt-6 {
    padding-top: 24px !important;
}
.w-6 {
    width: 24px !important;
}
.h-6 {
    height: 24px !important;
}
.gap-2 {
    gap: 8px !important;
}
.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.mt-2 {
    margin-top: 8px !important;
}

.py-12 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}
@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 48px !important;
        line-height: 1;
    }
}
.mb-12 {
    margin-bottom: 48px !important;
}
.gap-8 {
    gap: 32px !important;
}
.rounded-lg {
    border-radius: 8px !important;
}
.tracking-wider {
    letter-spacing: 1.2px !important;
}
.text-2xl {
    font-size: 24px !important;
    line-height: 32px !important;
}
.gold-divider {
    margin: 16px 0 !important;
}
.h-1 {
    height: 4px !important;
}
.gap-3 {
            width: 100px !important;
            flex-direction: column !important;
            gap: 12px !important;
        }

        .gap-4 {
            flex-direction: row !important;
            gap: 16px !important;
        }
        .mt-6 {
            margin-top: 24px !important;
        }
        .p-6 {
            padding: 10px !important;
        }

        .py-16 {
            padding-top: 64px !important;
             padding-bottom: 64px !important;
        }

        .mt-12 {
            margin-top: 48px !important;
        }

        .module-displayed {

            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .caption {
            margin: 20px;
        }

        .caption h2 {
            font-size: 42px;
            font-weight: bolder;
        }

        .tab-container {
            background-color: #000;
        }

        .tab-button {
            width: 33.3333%;
            padding: 10px 20px;
            margin-right: -4px;
            background-color: #f1f1f1;
            border: none;
            cursor: pointer;
        }

        .tab-button.active {
            background-color: #4CAF50;
            color: white;
        }

        .tab-content {
            display: none;
            border-top: none;
        }

        .tab-content.active {
            display: block;
        }

        .image-container {
            max-width: 1200px;
            margin: 0 auto;
            /* 3列网格基础布局 */
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: auto auto;
            gap: 19.2px;
        }

        .image-item {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .image-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .image-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        }

        .img-large {
            grid-column: span 2;
            grid-row: span 2;
        }

        .img-medium {
            grid-column: span 2;
            grid-row: span 1;
        }

        .img-tall {
            grid-column: span 1;
            grid-row: span 2;
        }

        .img-small {
            grid-column: span 1;
            grid-row: span 1;
        }

        .module-img {
            padding: 30px;
            display: flex;
            justify-content: center;
        }

        .wrapper {
            border-radius: 30px;
            width: 1300px;
            height: 600px;
            position: relative;
            overflow: hidden;

        }

        .img-bg {
            width: 100%;
            height: 100%;
            background-image: url('/skin/static/image/img2.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .overlay-text {
            position: absolute;
            top: 40%;
            left: 5%;
            color: white;
            font-size: 32px;
            font-weight: bold;
            text-align: left;
            z-index: 1;
            max-width: 500px;
        }

        .info-credit {
            position: absolute;
            bottom: 20px;
            right: 20px;
            font-size: 12.8px;
            color: #ffffff;
            z-index: 1;
        }

        .feature-section {
            width: 100%;
            max-width: 1200px;
            margin: 40px auto;
            padding: 40px 20px;
            display: flex;
            justify-content: space-between;
            gap: 50px;
        }

        .feature-card {
            flex: 1;
            overflow: hidden;
            position: relative;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        }

        .feature-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 20px;
            font-size: 20.8px;
            font-weight: bold;
            color: white;
        }

        .icon {
            color: #efd193;
            font-size: 24px;
        }

        .feature-img {
            border-radius: 16px;
            width: 100%;
            object-fit: cover;
        }

        .model-credit {
            position: absolute;
            bottom: 20px;
            right: 20px;
            font-size: 12.8px;
            color: #ccc;
        }

        .finish-section {
            width: 100%;
            margin: 0 auto;
            padding: 60px 20px;
            background-color: #111;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            position: relative;
        }

        .model {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }


        .model img {
            width: 100%;
            max-width: 350px;
            height: auto;
            object-fit: contain;
        }

        .label {
            position: absolute;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14.4px;
            font-weight: bold;
            white-space: nowrap;
        }

        .carbon-label {
            background-color: #efd193;
            color: #000;
            top: 10px;
        }

        .regular-label {
            bottom: 10px;
            background-color: #000;
            color: #fff;
        }

        .content {
            flex: 1;
            text-align: center;
            padding: 0 40px;
        }

        .content-title {
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        .description {
            font-size: 17.6px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: #ccc;
        }

        .credit {
            font-size: 12.8px;
            color: #999;
        }

        .materialPropertiesContainer {
            width: 100%;
            max-width: 1400px;
            margin: 60px auto;
            padding: 40px 20px;
            text-align: center;
        }

        .mainTitle {
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            color: white;
        }

        .propertiesGrid {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            flex-wrap: wrap;
        }

        .propertyItem {
            flex: 1;
            min-width: 280px;
            position: relative;
        }

        .propertyImage {
            width: 100%;
            margin: 10px 0;
            height: 280px;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        }

        .descriptionLabel {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            padding: 10px 24px;
            background-color: #efd193;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            border-radius: 30px;
            white-space: nowrap;
        }

        .descriptionLabel:hover {
            background-color: rgba(255, 255, 255, 0.4);
            color: #efd193;
        }

        .dualModuleLayout {
            width: 100%;
            max-width: 1200px;
            margin: 60px auto;
            padding: 40px 20px;
            display: flex;
            justify-content: space-between;
            gap: 40px;
            align-items: center;
        }

        .moduleItem {
            flex: 1;
            text-align: center;
            position: relative;
        }

        .moduleImage {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        }

        .titleAbove {
            font-size: 20.8px;
            font-weight: bold;
            color: white;
            margin-bottom: 20px;
        }

        .titleBelow {
            font-size: 20.8px;
            font-weight: bold;
            color: white;
            margin-top: 15px;
        }

        .printPerformanceSection {
            width: 100%;
            max-width: 1400px;
            margin: 60px auto;
            padding: 40px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            position: relative;
            background-color: #000;
        }

        .contentPanel {
            flex: 1;
            min-width: 350px;
            padding: 20px;
        }

        .mainTitle {
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 16px;
            color: white;
        }

        .descriptionText {
            font-size: 17.6px;
            line-height: 1.6;
            margin-bottom: 24px;
            color: #ccc;
        }

        .temperatureCardContainer {
            display: flex;
            gap: 16px;
        }

        .tempCard {
            flex: 1;
            background-color: #000;
            border: 1px solid #efd193;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .tempCard:hover {
            transform: scale(1.02);
        }

        .cardHeader {
            background-color: #efd193;
            color: #000;
            padding: 12px 15px;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
        }

        .cardValue {
            padding: 30px 15px;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            color: #efd193;
        }

        .visualBackground {
            flex: 1;
            min-width: 400px;
            height: 400px;
            background-image: url('/skin/static/image/top111.png');
            background-size: cover;
            background-position: center;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
            position: relative;
        }

        .modelCredit {
            position: absolute;
            bottom: 16px;
            right: 16px;
            font-size: 12.8px;
            color: #999;
        }

        .printPerformanceSection {
            width: 100%;
            max-width: 1400px;
            margin: 60px auto;
            padding: 40px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            position: relative;
            background-image: url('/skin/static/image/img-1.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            /* 可选：视差滚动效果 */
            z-index: 1;
            overflow: hidden;
        }

        .printPerformanceSection::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            z-index: -1;
        }

        .contentPanel {
            flex: 1;
            max-width: 600px;
            padding: 20px;
            z-index: 2;
        }

        .mainTitle {
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 16px;
            color: white;
        }

        .descriptionText {
            font-size: 17.6px;
            line-height: 1.6;
            margin-bottom: 24px;
            color: #ccc;
        }

        .temperatureCardContainer {
            display: flex;
            gap: 16px;
        }

        .tempCard {
            flex: 1;
            background-color: #000;
            border: 1px solid #efd193;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .tempCard:hover {
            transform: scale(1.02);
        }

        .cardHeader {
            background-color: #efd193;
            color: #000;
            padding: 12px 15px;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
        }

        .cardValue {
            padding: 30px 15px;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            color: #efd193;
        }


        .Applicable {
            color: #ffffff;
            padding: 64px 32px;
            position: relative;
            min-height: 80vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .multi-color-printing-container {
            width: 100%;
            max-width: 1400px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        .text-content {
            flex: 1;
            padding-left: 60px;
            text-align: center;
        }

        .text-content h1 {
            font-size: clamp(28px, 4vw, 36px);
            font-weight: 700;
            margin-bottom: 12.8px;
        }

        .text-content p {
            font-size: clamp(14.4px, 2vw, 16px);
            line-height: 1.6;
        }

        .image-right {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .carousel-images {
            position: relative;
            width: 450px;
            height: 450px;
            overflow: hidden;
        }

        .carousel-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: opacity 0.5s ease-in-out;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .carousel-img.active {
            opacity: 1;
            z-index: 2;
        }

        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: none;
            border: none;
            cursor: pointer;
            color: #2d2d2d;
            font-size: 24px;
            z-index: 10;
        }

        .left-nav {
            left: 0;
        }

        .right-nav {
            right: 0;
        }

        .indicator-container {
            display: flex;
            gap: 9.6px;
            position: absolute;
            bottom: 32px;
            left: 50%;
            transform: translateX(-50%);
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .indicator.active {
            background-color: #a27926;
        }

        .credit {
            position: absolute;
            bottom: 32px;
            right: 32px;
            font-size: 14px;
            color: #777;
        }

        .bg-gray-900 {
            background-color: #000 !important;
        }

        @media (max-width: 768px) {
            .multi-color-printing-container {
                flex-direction: column;
                text-align: center;
            }

            .text-content {
                padding-right: 0;
                margin-bottom: 32px;
            }

            .nav-btn {
                display: none;
            }
        }

        .CustomBanner {
            margin-top: 50px;
            position: relative;
            width: 100%;
            height: 750px;
            overflow: hidden;
        }

        .background-Custom {
            position: relative;
            width: 100%;
            height: 100%;
            background-image: url('/skin/static/image/bg2.png');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-left: 50px;
        }

        .CustomBannertitle {
            color: white;
            font-size: 32px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        .Loop-Title {
            padding-top: 2.25vw;
            padding-bottom: 1.25vw;
            background: linear-gradient(112deg, #076207, #00df2e);
            color: white;
            overflow: hidden;
            position: relative;
            display: flex;
            align-items: center;
            white-space: nowrap;
        }

        .loop-wrapper {
            display: inline-block;
            animation: loop-scroll 60s linear infinite;
        }


        .Loop-Title-text {
            display: inline-block;
            font-weight: 700;
            line-height: 1;
            padding: 0 15px;
        }


        .text-comparison {
            font-size: 58px;
            transition: transform 0.3s ease;
            position: relative;
        }

        .text-comparison:hover {
            transform: skew(-10deg);
        }

        .text-compare-now {
            font-size: 28px !important;
            background-color: #043f04;
            border-radius: 20px;
            padding: 8px 20px !important;
            margin: 0 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .text-compare-now:hover {
            background-color: rgba(255, 255, 255, 0.4);
            transform: scale(1.1);
        }


        .text-icon {
            font-size: 40px;
            padding: 0 30px;
        }


        .Loop-Title a {
            color: white;
            text-decoration: none;
        }

        @keyframes loop-scroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        .table-section {
            background-color: #000000;
            padding: 40px 80px;
            color: white;
        }

        table {
            width: 100%;
            margin: 0 auto;
            border-collapse: collapse;
            font-size: 18px;
            box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
            overflow: hidden;
            border-radius: 8px;
        }

        th {
            background-color: #1a1a1a;
            color: #388a2f;
            font-weight: 700;
            padding: 16px 20px;
            text-align: left;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }

        td {
            background-color: #121212;
            padding: 14px 20px;
            border-bottom: 1px solid #333;
            transition: background-color 0.3s ease;
        }

        tr:nth-child(even) td {
            background-color: #1a1a1a;
        }

        tr:hover td {
            background-color: #2a2a2a;
            cursor: pointer;
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .image-container {
                grid-template-columns: repeat(2, 1fr);
            }

            .img-large,
            .img-medium {
                grid-column: span 2;
                /* 小屏幕下宽图占满列 */
            }
        }

        @media (max-width: 480px) {
            .image-container {
                grid-template-columns: 1fr;
            }

            .img-large,
            .img-medium,
            .img-tall {
                grid-column: span 1;
                grid-row: span 1;
                /* 最小屏幕下所有图片单列显示 */
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .container {
                max-width: 750px;
            }

            .module-show {
                grid-template-columns: repeat(4, 1fr);
                grid-template-rows: repeat(4, 1fr);
                max-width: 800px;
            }

            .left-large,
            .right-large {
                grid-row: span 2;
            }
        }

        @media (max-width: 767px) {
            body {
                padding: 10px;
            }

            .container {
                padding-left: 10px;
                padding-right: 10px;
            }

            .module-show {
                grid-template-columns: 1fr;
                grid-template-rows: 1fr;
                max-width: 300px;
                height: 800px;
            }

            .left-large,
            .right-large,
            .top-left,
            .bottom-left,
            .top-right,
            .bottom-right {
                grid-row: auto;
                grid-column: auto;
            }

            .feature-section,
            .finish-section,
            .materialPropertiesContainer,
            .dualModuleLayout,
            .printPerformanceSection {
                flex-direction: column;
                gap: 20px;
            }

            .feature-card,
            .contentPanel {
                min-width: 100%;
            }

            .title {
                font-size: 16px;
            }

            .description {
                font-size: 14px;
            }

            table {
                font-size: 14px;
            }
        }

        /* 针对大桌面显示器 */
        @media (min-width: 1024px) {
            .container {
                max-width: 1200px;
            }

            .feature-section,
            .finish-section,
            .materialPropertiesContainer,
            .dualModuleLayout,
            .printPerformanceSection {
                gap: 40px;
            }

            .title {
                font-size: 24px;
            }

            .description {
                font-size: 18px;
            }

            table {
                font-size: 18px;
            }
        }
        