
  /* =========================================================
     V38 — UNIVERSAL EXCEL / WPS PARAMETER TABLE MODE
     参数表和信息表使用统一样式；FAQ 使用独立可增删行结构
     ========================================================= */

  .comiled-detail .comiled-spec-scroll table,
  .comiled-detail .comiled-table-wrap table,
  .comiled-detail .comiled-section > table {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    border: 1px solid #dfe3e8 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    table-layout: auto !important;
    background: #ffffff !important;
  }

  .comiled-detail .comiled-spec-scroll table col,
  .comiled-detail .comiled-spec-scroll table colgroup,
  .comiled-detail .comiled-table-wrap table col,
  .comiled-detail .comiled-table-wrap table colgroup,
  .comiled-detail .comiled-section > table col,
  .comiled-detail .comiled-section > table colgroup {
    width: auto !important;
  }

  .comiled-detail .comiled-spec-scroll table tr,
  .comiled-detail .comiled-table-wrap table tr,
  .comiled-detail .comiled-section > table tr {
    height: auto !important;
  }

  .comiled-detail .comiled-spec-scroll table th,
  .comiled-detail .comiled-spec-scroll table td,
  .comiled-detail .comiled-table-wrap table th,
  .comiled-detail .comiled-table-wrap table td,
  .comiled-detail .comiled-section > table th,
  .comiled-detail .comiled-section > table td {
    box-sizing: border-box !important;
    float: none !important;
    display: table-cell !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 16px 20px !important;
    color: #596172 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-right: 1px solid #e1e5ea !important;
    border-bottom: 1px solid #e1e5ea !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    text-align: center;
    vertical-align: middle !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    pointer-events: auto !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    cursor: text !important;
  }

  .comiled-detail .comiled-spec-scroll table tr > *:last-child,
  .comiled-detail .comiled-table-wrap table tr > *:last-child,
  .comiled-detail .comiled-section > table tr > *:last-child {
    border-right: 0 !important;
  }

  .comiled-detail .comiled-spec-scroll table tbody tr:last-child > *,
  .comiled-detail .comiled-table-wrap table tbody tr:last-child > *,
  .comiled-detail .comiled-section > table tbody tr:last-child > * {
    border-bottom: 0 !important;
  }

  .comiled-detail .comiled-spec-scroll table tbody tr:nth-child(odd) > *,
  .comiled-detail .comiled-table-wrap table tbody tr:nth-child(odd) > *,
  .comiled-detail .comiled-section > table tbody tr:nth-child(odd) > * {
    background: #ffffff !important;
  }

  .comiled-detail .comiled-spec-scroll table tbody tr:nth-child(even) > *,
  .comiled-detail .comiled-table-wrap table tbody tr:nth-child(even) > *,
  .comiled-detail .comiled-section > table tbody tr:nth-child(even) > * {
    background: #fafbfc !important;
  }

  .comiled-detail .comiled-spec-scroll table tbody tr:hover > *,
  .comiled-detail .comiled-table-wrap table tbody tr:hover > *,
  .comiled-detail .comiled-section > table tbody tr:hover > * {
    background: #fff7f0 !important;
  }

  .comiled-detail .comiled-spec-scroll table tbody tr > *:first-child,
  .comiled-detail .comiled-table-wrap table tbody tr > *:first-child,
  .comiled-detail .comiled-section > table tbody tr > *:first-child {
    color: #202124 !important;
    text-align: left;
  }

  .comiled-detail .comiled-spec-scroll table thead tr > *,
  .comiled-detail .comiled-table-wrap table thead tr > *,
  .comiled-detail .comiled-section > table thead tr > * {
    color: #202124 !important;
    background: #f2f4f7 !important;
    border-bottom: 2px solid #cfd5dc !important;
    text-align: center;
  }

  .comiled-detail .comiled-spec-scroll table > tbody:first-child > tr:first-child > *,
  .comiled-detail .comiled-table-wrap table > tbody:first-child > tr:first-child > *,
  .comiled-detail .comiled-section > table > tbody:first-child > tr:first-child > * {
    color: #202124 !important;
    background: #f2f4f7 !important;
    border-bottom: 2px solid #cfd5dc !important;
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .comiled-detail .comiled-spec-scroll table,
    .comiled-detail .comiled-table-wrap table,
    .comiled-detail .comiled-section > table {
      min-width: 680px !important;
    }

    .comiled-detail .comiled-spec-scroll table th,
    .comiled-detail .comiled-spec-scroll table td,
    .comiled-detail .comiled-table-wrap table th,
    .comiled-detail .comiled-table-wrap table td,
    .comiled-detail .comiled-section > table th,
    .comiled-detail .comiled-section > table td {
      min-height: 52px !important;
      padding: 14px 16px !important;
      font-size: 14px !important;
    }
  }
