.elementor-kit-6{--e-global-color-primary:#1C95D3;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Source Han Sans SC";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Han Sans SC";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Han Sans SC";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Han Sans SC";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 1. 新增：必须给表格套一个父级 div (例如 class="table-scroll-wrapper") */
.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; /* 优化 iOS 滑动手感 */
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif !important;
    border: none !important;
    table-layout: auto;
}

.spec-table thead th {
    font-family: Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    text-align: left;
    vertical-align: middle;
    background-color: #f5f5f5;
    padding: 20px 0;
    padding-left: 5%;
    border: none !important;
    border-bottom: 2px solid #1C95D3 !important;
    color: #000000 !important;
    white-space: nowrap !important;
}

.spec-table th, 
.spec-table td {
    min-width: 25% !important; 
    width: auto; 
}

.spec-table th:first-child,
.spec-table td:first-child {
    white-space: nowrap !important;
    padding-right: 40px !important;
}

.spec-table tbody td {
    padding: 15px 0;
    padding-left: 5%;
    font-size: 22px;
    color: #000000 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #eeeeee !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    line-height: 1.6;
    vertical-align: middle;
}

.spec-table tbody tr:hover td {
    background-color: #1C95D3 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    /* 核心修改：强制表格拥有一个最小总宽度，触发父容器滚动 */
    .spec-table {
        min-width: 700px !important; 
    }

    .spec-table th, 
    .spec-table td {
        min-width: 100px !important; 
    }

    .spec-table thead th {
        font-size: 18px !important;
        padding: 10px 0 !important;
        padding-left: 5% !important;
    }

    .spec-table tbody td {
        font-size: 16px !important;
        padding: 12px 0 !important;
        padding-left: 5% !important;
        white-space: nowrap !important; 
    }

    .spec-table th:first-child,
    .spec-table td:first-child {
        white-space: nowrap !important; 
    }
}

* {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.product-card-line {
    flex-wrap: wrap;
}/* End custom CSS */