
    .yn-table-wrapper {
      -webkit-overflow-scrolling: touch;
    }
    .yn200ii-compatibility {
      padding: 60px 20px;
      background: #f5f5f7;
      font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    }

    .yn200ii-compatibility h2 {
      text-align: center;
      font-size: 28px;
      margin-top: 80px;
      margin-bottom: 40px;
      color: #111;
    }

    .yn-table {
      max-width: 1100px;
      margin: 0 auto;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
    }

    .yn-table th,
    .yn-table td {
      border-right: 1px solid #afafaf;
      padding: 14px 16px;
      text-align: center;
      font-size: 14px;
      border-bottom: 1.5px solid #eee;
    }
    .yn-table th:last-child,
    .yn-table td:last-child {
      border-right: none;
    }
    .yn-table thead th {
      border-right: 2px solid #ffffff;
    }
    .yn-table th {
      background: #8c8c8c;
      color: #fff;
      font-weight: 500;
    }

    .yn-table tr:nth-child(even) {
      background: #fafafa;
    }

    .category {
      font-weight: 600;
      color: #333;
      width: 140px;
    }

    .yes-lable {
      color: #16a34a !important;
      font-weight: 600 !important;
    }

    .no-lable {
      color: #999 !important;
    }

    /* ===== 手机端优化（等比例缩小方案） ===== */
    @media (max-width: 768px) {
      .yn-table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }

      .yn-table {
        width: 780px;
        transform: scale(0.78);
        transform-origin: top left;
      }

      .yn-table th,
      .yn-table td {
        padding: 8px 8px;
        font-size: 12px;
      }

      .category {
        width: 90px;
      }
    }
  