
.content-header h1[data-v-68877495] {
  font-size: 28px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: center;
  width: 100%;
}
.content-header h1 strong[data-v-68877495] {
  font-weight: 600;
}
.help-section h2[data-v-68877495] {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.help-section h3[data-v-68877495] {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 24px 0 16px;
}
.aliyun-table[data-v-68877495] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
}
.aliyun-table thead[data-v-68877495] {
  background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
  color: white;
}
.aliyun-table th[data-v-68877495] {
  padding: 16px 20px;
  font-weight: 500;
  text-align: center;
  border: none;
  position: relative;
}
.aliyun-table th[data-v-68877495]:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.aliyun-table td[data-v-68877495] {
  padding: 14px 20px;
  border-bottom: 1px solid #f0f4f9;
  color: #555;
  line-height: 1.6;
  text-align: center;
}
.aliyun-table tr:last-child td[data-v-68877495] {
  border-bottom: none;
}
.aliyun-table tr[data-v-68877495]:nth-child(even) {
  background-color: #f8fafc;
}
.aliyun-table tr:hover td[data-v-68877495] {
  background-color: #f0f6ff;
}
.aliyun-table td[data-v-68877495]:first-child {
  color: #333;
}
.table-container[data-v-68877495] {
  margin: 24px 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
.aliyun-table[data-v-68877495] {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
}

/* 序号列 - 不加粗 */
[data-v-68877495] .aliyun-table tbody tr td.serial-cell {
  font-weight: normal !important;
  color: #333 !important;
}

/* 产品大类名称列 - 加粗 */
[data-v-68877495] .aliyun-table tbody tr td.category-cell {
  font-weight: 600 !important;
  color: #333 !important;
}

/* 支付渠道列 - 蓝色字体 */
[data-v-68877495] .aliyun-table tbody tr td.channel-cell {
  color: #1a73e8 !important;
  font-weight: 500 !important;
}

/* 计费标准列 - 红色字体 */
[data-v-68877495] .aliyun-table tbody tr td.price-cell {
  color: #ff4d4f !important;
  font-weight: 500 !important;
}

/* ==== 新增：待开放业务置灰样式 ==== */
[data-v-68877495] .aliyun-table tbody tr.disabled-row td,[data-v-68877495] .aliyun-table tbody tr.disabled-row td.serial-cell,[data-v-68877495] .aliyun-table tbody tr.disabled-row td.category-cell,[data-v-68877495] .aliyun-table tbody tr.disabled-row td.channel-cell,[data-v-68877495] .aliyun-table tbody tr.disabled-row td.price-cell {
  color: #a8abb2 !important;
}

/* 针对置灰行取消悬浮高亮效果，保持原有底色 */
.aliyun-table tr.disabled-row:hover td[data-v-68877495] {
  background-color: transparent;
}
.aliyun-table tr:nth-child(even).disabled-row:hover td[data-v-68877495] {
  background-color: #f8fafc;
}

/* ================================ */
.fee-demonstration[data-v-68877495] {
  padding: 20px;
}
.header-section[data-v-68877495] {
  margin-bottom: 30px;
}
.title[data-v-68877495] {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
}

