/* 1. 横向滚动容器：改为纯净的灰白配色 */
.text-fff table{
     
    margin: 0;
}
.text-fff{
      width: 100%;
    overflow-x: auto;

  background: #071c31c2;
    border-radius: 12px;           /* 稍微收紧圆角，更显干练 */
    /* 调整阴影为冷灰色调 */

    border: 1px solid #ffffff33;     /* 浅灰边框 */
    margin: 25px 0;  
}
.single-product .style-table,
.woocommerce-Tabs-panel .style-table,
.wp-singular.page .style-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    
    background: #ffffff;           /* 保持纯白背景 */
    border-radius: 12px;           /* 稍微收紧圆角，更显干练 */
    /* 调整阴影为冷灰色调 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
    border: 1px solid #ebebeb;     /* 浅灰边框 */
    margin: 25px 0;
}

/* 2. 表格基础设置 */
.single-product table,
.woocommerce-Tabs-panel table,
.wp-singular.page table {
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

/* 3. 单元格：文字使用中性深灰 */
.single-product td,
.woocommerce-Tabs-panel td,
.wp-singular.page td {
    padding: 12px 10px;
    white-space: nowrap;
    border: 1px solid #f0f0f01f; /* 清晰的浅灰分割线 */
    color: #4a4a4a;               /* 纯正的深灰色，去除之前的绿调 */
    font-size: 14px;
}


/* 6. 处理圆角溢出 */
.single-product tr:first-child td:first-child { border-top-left-radius: 12px; }
.single-product tr:first-child td:last-child { border-top-right-radius: 12px; }
.single-product tr:last-child td:first-child { border-bottom-left-radius: 12px; }
.single-product tr:last-child td:last-child { border-bottom-right-radius: 12px; }
.single-product tr:last-child td { border-bottom: none; }

.woocommerce-Tabs-panel tr:first-child td:first-child { border-top-left-radius: 12px; }
.woocommerce-Tabs-panel tr:first-child td:last-child { border-top-right-radius: 12px; }
.woocommerce-Tabs-panel tr:last-child td:first-child { border-bottom-left-radius: 12px; }
.woocommerce-Tabs-panel tr:last-child td:last-child { border-bottom-right-radius: 12px; }
.woocommerce-Tabs-panel tr:last-child td { border-bottom: none; }

/* 7. 滚动条美化：适配灰白配色 */
.single-product .style-table::-webkit-scrollbar,
.woocommerce-Tabs-panel .style-table::-webkit-scrollbar,
.wp-singular.page .style-table::-webkit-scrollbar {
    height: 6px;
}

.single-product .style-table::-webkit-scrollbar-thumb,
.woocommerce-Tabs-panel .style-table::-webkit-scrollbar-thumb,
.wp-singular.page .style-table::-webkit-scrollbar-thumb {
    background: #cccccc;          /* 中性灰色滑块 */
    border-radius: 10px;
}

.single-product .style-table::-webkit-scrollbar-track,
.woocommerce-Tabs-panel .style-table::-webkit-scrollbar-track,
.wp-singular.page .style-table::-webkit-scrollbar-track {
    background: #f4f4f4;          /* 轨道使用背景色 */
}
.text-fff *{
    color: #fff;
}
/* ==========================================================================
联系页面
   ========================================================================== */
.map-dak p{
    font-size: 0;
}