   :root {
      --primary-color: #007bff;
      --highlight-color: #ff6600;
      --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
/* ==============================
   服务支持 Banner 头部样式
============================== */
.service-banner {
  width: 100%;
  /* 图片背景设置 */
  background: url("/template/white/css/img/banner/valueddded_banner.jpg") no-repeat center center;
  background-size: cover;
  padding: 150px 0;
  color: #000;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  box-sizing: border-box;
}


/* 主标题 */
.service-banner .main-title h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  /* 移除自带的 d-flex / my-4 冲突 */
  display: block !important;
  margin-bottom: 16px !important;
  flex-grow: initial !important;
}

/* 描述文字 */
.service-banner .main-title-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  max-width: 800px;
}

/* ==============================
   响应式适配（手机/平板友好）
============================== */

@media (max-width: 768px) {
  .service-banner {
    padding: 35px 0;
    text-align: center;
  }
  .service-banner .main-title h1 {
    font-size: 28px;
    justify-content: center;
  }
  .service-banner .main-title-desc {
    margin: 0 auto;
  }
}/* 导航栏整体重构 */

.valueddded-type{padding:20px 0}

#module-type.valueddded-type {
    top: 70px !important;
    border-bottom: 1px solid #eee;
    z-index: 1020;
    padding: 0.5rem 0;
    
}

/* 导航项间距 */
#module-type .nav-item {
    display: flex;
    align-items: center;
}

/* 导航文字样式 */
#module-type .nav-link {
    padding: 8px 12px;
    border-radius: 6px;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* 激活状态 */
#module-type .nav-link.active {
    background-color: #0d6efd !important;
    color: #fff !important;
    font-weight: bold;
}

/* 悬浮效果 */
#module-type .nav-link:hover {
    color: #0d6efd;
    background-color: #f5f7fa;
}
    /* 标题样式 */
    .price-title {
      font-size: 1.8rem;
      font-weight: 700;
      color: #212529;
      margin-bottom: 2rem;
      text-align: center;
    }
    /* 服务等级卡片 */
    .level-card {
      background: #fff;
      border-radius: 12px;
      padding: 2rem 1.5rem;
      height: 100%;
      box-shadow: var(--card-shadow);
      transition: all 0.3s ease;
      border: 1px solid #e9ecef;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .level-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }
    /* 高亮卡片样式 */
    .level-card.highlight {
      border: 2px solid var(--highlight-color);
      position: relative;
      overflow: hidden;
    }
    .level-card.highlight::before {
      content: "推荐";
      position: absolute;
      top: 0;
      right: 0;
      background: var(--highlight-color);
      color: #fff;
      padding: 0.3rem 1rem;
      font-size: 0.8rem;
      border-bottom-left-radius: 8px;
    }
    .level-card h3 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #212529;
    }
    .level-price {
      font-size: 2rem;
      font-weight: 700;
      color: var(--primary-color);
      margin-bottom: 0.25rem;
    }
    .level-period {
      font-size: 0.9rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }
    .free-value, .total-value {
      font-size: 0.95rem;
      margin: 0.3rem 0;
      color: #495057;
    }
    .free-services-count {
      font-size: 0.95rem;
      font-weight: 500;
      color: var(--highlight-color);
      margin: 0.8rem 0;
    }
    .level-description {
      font-size: 0.9rem;
      color: #6c757d;
      margin-top: auto;
    }
    /* 对比表格样式 */
    .comparison-table {
      background: #fff;
      border-radius: 12px;
      box-shadow: var(--card-shadow);
      overflow: hidden;
      margin-top: 2rem;
    }
    .table-header {
      background-color: #f8f9fa;
      font-weight: 600;
      border-bottom: 2px solid #dee2e6;
    }
    .table-header > div, .table-row > div {
      padding: 1.25rem 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .category-header {
      background-color: #e9ecef;
      padding: 0.75rem 1rem;
      font-weight: 600;
      color: #212529;
      border-bottom: 1px solid #dee2e6;
    }
    .table-row {
      border-bottom: 1px solid #dee2e6;
      align-items: center;
    }
    .service-name {
      text-align: left !important;
      align-items: flex-start !important;
    }
    .price-free {
      color: var(--highlight-color);
      font-weight: 600;
      font-size: 1rem;
    }
    .value-badge {
      display: inline-block;
      background: #ede6d4;
      color: var(--highlight-color);
      font-size: 0.75rem;
      padding: 0.2rem 0.5rem;
      border-radius: 4px;
      margin-left: 0.5rem;
    }
    .price-original {
      color: #6c757d;
      font-weight: 500;
    }
    /* 赠送服务详情卡片 */
    .free-service-card {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 1rem;
      border-left: 4px solid var(--highlight-color);
      height: 100%;
    }
    /* 响应式适配 */
    @media (max-width: 768px) {
      .table-header > div, .table-row > div {
        padding: 1rem 0.5rem;
      }
      .level-card {
        margin-bottom: 1.5rem;
      }
    }   :root {
      --primary-color: #007bff;
      --highlight-color: #ff7e00;
      --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    body {
      background-color: #f5f7fa;
      color: #333;
      line-height: 1.6;
    }
    /* 标题样式 */
    .price-title {
      font-size: 1.8rem;
      font-weight: 700;
      color: #212529;
      margin-bottom: 2rem;
      text-align: center;
    }
    /* 服务等级卡片 */
    .level-card {
      background: #fff;
      border-radius: 12px;
      padding: 2rem 1.5rem;
      height: 100%;
      box-shadow: var(--card-shadow);
      transition: all 0.3s ease;
      border: 1px solid #e9ecef;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .level-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }
    /* 高亮卡片样式 */
    .level-card.highlight {
      border: 2px solid var(--highlight-color);
      position: relative;
      overflow: hidden;
    }
    .level-card.highlight::before {
      content: "推荐";
      position: absolute;
      top: 0;
      right: 0;
      background: var(--highlight-color);
      color: #fff;
      padding: 0.3rem 1rem;
      font-size: 0.8rem;
      border-bottom-left-radius: 8px;
    }
    .level-card h3 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #212529;
    }
    .level-price {
      font-size: 2rem;
      font-weight: 700;
      color: var(--primary-color);
      margin-bottom: 0.25rem;
    }
    .level-period {
      font-size: 0.9rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }
    .free-value, .total-value {
      font-size: 0.95rem;
      margin: 0.3rem 0;
      color: #495057;
    }
    .free-services-count {
      font-size: 0.95rem;
      font-weight: 500;
      color: var(--highlight-color);
      margin: 0.8rem 0;
    }
    .level-description {
      font-size: 0.9rem;
      color: #6c757d;
      margin-top: auto;
    }
    /* 对比表格样式 */
    .comparison-table {
      background: #fff;
      border-radius: 12px;
      box-shadow: var(--card-shadow);
      overflow: hidden;
      margin-top: 2rem;
    }
    .table-header {
      background-color: #f8f9fa;
      font-weight: 600;
      border-bottom: 2px solid #dee2e6;
    }
    .table-header > div, .table-row > div {
      padding: 1.25rem 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .category-header {
      background-color: #e9ecef;
      padding: 0.75rem 1rem;
      font-weight: 600;
      color: #212529;
      border-bottom: 1px solid #dee2e6;
    }
    .table-row {
      border-bottom: 1px solid #dee2e6;
      align-items: center;
    }
    .service-name {
      text-align: left !important;
      align-items: flex-start !important;
    }
    .price-free {
      color: var(--highlight-color);
      font-weight: 600;
      font-size: 1rem;
    }
    .value-badge {
      display: inline-block;
      background: #ede6d4;
      color: var(--highlight-color);
      font-size: 0.75rem;
      padding: 0.2rem 0.5rem;
      border-radius: 4px;
      margin-left: 0.5rem;
    }
    .price-original {
      color: #6c757d;
      font-weight: 500;
    }
    /* 赠送服务详情卡片 */
    .free-service-card {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 1rem;
      border-left: 4px solid var(--highlight-color);
      height: 100%;
    }
    /* 赠送服务卡片 */
.border-left-4 {
  border-left-width: 4px !important;
}
.font-size-14 {
  font-size: 12px !important;
}
    /* 响应式适配 */
    @media (max-width: 768px) {
      .table-header > div, .table-row > div {
        padding: 1rem 0.5rem;
      }
      .level-card {
        margin-bottom: 1.5rem;
      }
    }