    .compare-section {
      padding: 60px 0;
    }
    .section-title {
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 30px;
      color: #1d2129;
    }
    .compare-table {
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 12px;
      overflow: hidden;
      background-color: #fff;
      width: 100%;
    }
     .compare-table thead tr {

      height: 80px;
    }
    .compare-table thead th {
      background-color: #2577ff;
      color: #fff;
      font-weight: 600;
      padding: 16px;
      border: none;
      font-size: 18px;
      text-align: center;
    }
    .compare-table tbody td {
      padding: 16px;
      border: none;
      border-bottom: 1px solid #f0f0f0;
      text-align: center;
      color: #333;
    }
    .compare-table tbody tr:nth-child(odd) td {
      background-color: #fafafa;
    }
    .compare-table tbody tr:nth-child(even) td {
      background-color: #fff;
    }
    /* 中间高亮列 */
    .highlight-col-tab {
      position: relative;
      background-color: #034cc8 !important;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
      /* 中间高亮列 */
    .highlight-col {
      position: relative;
      background-color: #fff !important;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    .icon-tick {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300c853"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat center;
      background-size: contain;
    }
    .icon-cross {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2386909c"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41 15.59 7z"/></svg>') no-repeat center;
      background-size: contain;
    }
    .feature-col {
      text-align: left !important;
    }
    
    /* 卡片基础样式 */
    .advantage-card {
        display: flex;
        align-items: center;
        padding: 2.2rem;
        border-radius: 8px;
        background: #fff;
        height: 100%;
    }
    /* 图标区域 */
    .card-icon {
        flex-shrink: 0;
        width: 80px;
        height: 80px;
        margin-right: 1rem;
    }
    .card-icon span {
        display: block;
        width: 100%;
        height: 100%;
        background-size: 100% 100% !important;
        background-position: center !important;
    }
    /* 内容区域 */
    .card-content h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    .card-content p {
        font-size: 0.9rem;
        color: #666;
        margin: 0;
        line-height: 1.5;
    }
    
    
  .zonkvm-sever {
      border-top: 1px solid #eee;  /* 顶部灰色分割线 */
      background-color: #fff;
    }
    .zonkvm {
      padding: 40px 0;
    }
    .zonkvm .product-card {
      border: 1px solid #e5e6eb;
      border-radius: 8px;
      background: #ffffff;
      overflow: hidden;
    }
    .zonkvm .card-header {
      background-color: #f7f8fa;
      padding: 24px;
    }
    .zonkvm .card-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
    }
    .zonkvm .card-desc {
      font-size: 14px;
      color: #4e5969;
      line-height: 1.5;
      margin-bottom: 12px;
    }
    .zonkvm .scene-item {
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      color: #1d2129;
      margin-right: 16px;
    }
    .zonkvm .scene-icon {
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300b42a'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 6px;
    }
    .zonkvm .card-body {
      padding: 24px;
    }
    .zonkvm .spec-row {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      color: #4e5969;
      margin-bottom: 12px;
    }
    .zonkvm .price-area {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #e5e6eb;
      padding-top: 16px;
      margin-top: 16px;
    }
    .zonkvm .price {
      font-size: 22px;
      font-weight: bold;
      color: #f53f3f;
    }
    .zonkvm .btn-buy {
      border: 1px solid #4080ff;
      color: #4080ff;
      background: #fff;
      padding: 6px 24px;
      border-radius: 4px;
      font-size: 14px;
    }
    .zonkvm .btn-buy:hover {
      background-color: #4080ff;
      color: #fff;
    }