/* 全局样式变量 */
:root {
  --txtcolor: #333333;
  --txtdesc: #666666;
  --Original: #3269ff;
  --darker1: #2054e0;
  --radius: 8px;
  --gradient1: linear-gradient(135deg, #3269ff, #0056ff);
  --banner_mini_t: 50%;
  --banner_mini_r: 5%;
  --banner_mini_w: 500px;
}

/* 顶部轮播横幅 */
.globalBanner {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.globalBanner .comp_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
}

.globalBanner .pagebanner-relative {
  position: relative;
  height: 100%;
  width: 100%;
}

.globalBanner .pagebanner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.globalBanner .pagebanner .pagebanner-text {
  width: 60%;
}

.globalBanner .pagebanner .pagebanner-text .pagebanner-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  margin: 60px 0 20px;
}

.globalBanner .pagebanner .pagebanner-text .pagebanner-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.globalBanner .bg_mini {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 500px;
  height: 90%;
}

.globalBanner .bg_mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 横幅深色文字覆盖 */
.globalBanner.black .pagebanner .pagebanner-text .pagebanner-title,
.globalBanner.black .pagebanner .pagebanner-text .pagebanner-description {
  color: #000;
}

/* 售后保障服务模块 */
.support {
  position: relative;
  top: -50px;
  z-index: 1;
}

.support .comp_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.support .support-navbottom-container {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}

.support .support-navbottom-container .support-navbottom-item {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #E6E9EC;
  box-shadow: 0px 2px 7px 0px #F2F5F7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.support .support-navbottom-container .support-navbottom-item.active {
  padding: 34px 20px 20px;
}

.support .support-navbottom-container .support-navbottom-item.active .support-navbottom-content {
  gap: 20px;
}

.support .support-navbottom-container .support-navbottom-item .support-navbottom-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.support .support-navbottom-container .support-navbottom-item .support-navbottom-content .support-item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.support .support-navbottom-container .support-navbottom-item .support-navbottom-content .support-item-header .support-navbottom-highlight {
  color: #FF5722;
  font-size: 20px;
  font-weight: bold;
  margin-right: 6px;
}

.support .support-navbottom-container .support-navbottom-item:nth-child(2) .support-navbottom-highlight {
  color: #00B42A;
}

.support .support-navbottom-container .support-navbottom-item:nth-child(3) .support-navbottom-highlight {
  color: #FF5722;
}

.support .support-navbottom-container .support-navbottom-item .support-navbottom-content .support-item-header h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--txtcolor);
  margin: 0;
}

.support .support-navbottom-container .support-navbottom-item .support-navbottom-content p {
  color: var(--txtdesc);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.support .support-navbottom-container .support-navbottom-item .support-navbottom-content .support-navbottom-link {
  color: var(--Original);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.support .support-navbottom-container .support-navbottom-item .support-navbottom-content .support-navbottom-link:hover {
  color: var(--darker1);
}

/* 通用板块容器 */
.et-main {
  padding-top: 0;
}

.et-slide {
  padding: 60px 0;
}

.et-slide .comp_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.container_bg1 {
  background: #f8f9fa;
}

/* 板块通用标题样式 */
.currency-title {
  text-align: left;
  margin-bottom: 40px;
}

.currency-title-a {
  font-size: 35px;
  font-weight: 300;
  color: #333;
  margin: 0 0 12px;
}

.currency-title-a-content {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* 申请条件模块 */
.applicationRequirements-container {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.applicationRequirements-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 48px;
  border-bottom: 1px solid #eee;
}

.applicationRequirements-header-content h2 {
  font-size: 20px;
  color: #333;
  margin: 0 0 8px;
  text-align: left;
}

.applicationRequirements-header-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
  text-align: left;
}

.applicationRequirements-applyBtn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #3269ff;
  color: #fff;
  transition: background .3s;
}

.applicationRequirements-applyBtn:hover {
  background: #2054e0;
}

.requirement-row {
  display: flex;
  gap: 0;
  padding: 32px;
}

.applicationRequirements-requirement {
  flex: 1;
  display: flex;
  gap: 16px;
  padding: 0 24px;
  border-right: 1px solid #eee;
}

.applicationRequirements-requirement:last-child {
  border-right: none;
}

.applicationRequirements-requirement img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 12px;
  object-fit: cover;
}

.applicationRequirements-requirement h3 {
  font-size: 16px;
  color: #333;
  margin: 0 0 8px;
}

.applicationRequirements-requirement p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* 服务器机型板块 */
.machineSection {
  padding-top: 20px;
}

.machineSection .currency-title {
  text-align: left;
  margin-bottom: 24px;
}

.machineList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.machineCard {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  border: 1px solid #e8e8e8;
  display: flex;
  min-height: 200px;
}

.machineCardMain {
  flex: 0 0 40%;
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding: 40px 32px;
  overflow: hidden;
}

.machineCardShadow {
  position: absolute;
  height: 225px;
  width: 71px;
  top: -15px;
  right: -83px;
  opacity: 0.3;
  z-index: -1;
  transform: rotate(-12deg);
  background-image: linear-gradient(90deg, #6c6c6c 10%, #fffeff);
}

.machineCardInfo {
  position: relative;
  z-index: 1;
}

.machineCardName {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.machineCardSpec {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.5;
}

.machineCardBtn {
  display: inline-block;
  padding: 10px 24px;
  background: #3269ff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background .3s;
}

.machineCardBtn:hover {
  background: #2054e0;
}

.machineCardExtra {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
}

.machineDuration {
  flex: 0 0 160px;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.machineDuration::after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  border-right: 1px dashed #d9d9d9;
}

.machineDurationNum {
  font-size: 48px;
  font-weight: 700;
  color: #ff6b35;
  line-height: 1;
}

.machineDurationNum span {
  font-size: 16px;
  color: #666;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
}

.machineDurationDesc {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

.machineCardBorder {
  width: 40px;
  height: 2px;
  background: #ddd;
  margin: 16px auto 0;
}

.machineDesc {
  flex: 1;
  padding: 0 28px;
}

.machineDescItem {
  font-size: 13px;
  color: #666;
  line-height: 2;
  margin: 0;
}

.machineDescItem span {
  color: #333;
  font-weight: 500;
}

/* 活动退款说明 */
.planNotice {
  padding-top: 20px;
}

.rebate-content {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.rebate-left {
  padding: 40px;
}

.refundNotice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.refundNotice img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.refundNotice p {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.refundNotice-content {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.refundNotice-content ol {
  margin: 0;
  padding-left: 20px;
}

.refundNotice-content ol li {
  margin-bottom: 12px;
}

.refundNotice-content ul {
  margin: 8px 0;
  padding-left: 20px;
}

.refundNotice-content ul li {
  margin-bottom: 6px;
}

/* 客户案例板块 */
.caseList {
  padding-top: 20px;
}

.caseList-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

.caseList-card {
  width: 200px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  transition: transform .3s;
}

.caseList-card:hover {
  transform: translateY(-4px);
}

.caseList-imageWrap {
  width: 100%;
  height: 100%;
}

.caseList-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 移动端响应式适配 768px */
@media (max-width: 768px) {
  .globalBanner {
    height: 300px;
  }

  .globalBanner .pagebanner .pagebanner-text {
    width: 100%;
  }

  .globalBanner .pagebanner .pagebanner-text .pagebanner-title {
    font-size: 28px;
    margin: 40px 0 15px;
  }

  .globalBanner .pagebanner .pagebanner-text .pagebanner-description {
    font-size: 14px;
  }

  .globalBanner .bg_mini {
    display: none;
  }

  .support {
    top: -30px;
  }

  .support .support-navbottom-container {
    flex-direction: column;
  }

  .requirement-row {
    flex-direction: column;
  }

  .applicationRequirements-requirement {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }

  .applicationRequirements-requirement:last-child {
    border-bottom: none;
  }

  .applicationRequirements-header {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .program-grid-style {
    flex-direction: column;
  }

  .program-voucher-right {
    border-left: none;
    border-top: 1px solid #eee;
  }

  .caseList-container {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================================
   合作伙伴页面 - Agent/Partners Page
   ============================================================ */

.agent-banner {
  position: relative;
  width: 100%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.agent-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 64, 175, 0.6) 100%);
}

.agent-banner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agent-banner-content {
  max-width: 600px;
  color: #fff;
}

.agent-banner-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.agent-banner-subtitle {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 32px 0;
  opacity: 0.9;
}

.agent-banner-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #3269ff;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}

.agent-banner-btn:hover {
  background: #2857e0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(50, 105, 255, 0.4);
}

.agent-banner-decor {
  position: relative;
  width: 300px;
  height: 300px;
}

.agent-banner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 105, 255, 0.3) 0%, transparent 70%);
}

.agent-banner-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.agent-section {
  padding: 80px 0;
}

.agent-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.agent-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.agent-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 14px 0;
}

.agent-section-subtitle {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* 服务优势 */
.agent-advantage {
  background: #fff;
}

.agent-advantage-content {
  display: flex;
  gap: 60px;
  align-items: center;
}

.agent-advantage-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.agent-advantage-image img {
  width: 100%;
  height: auto;
  display: block;
}

.agent-advantage-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.agent-advantage-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.agent-advantage-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3269ff 0%, #6b8aff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-advantage-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.agent-advantage-icon-default {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3269ff 0%, #6b8aff 100%);
  position: relative;
}

.agent-advantage-icon-default::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.agent-advantage-info {
  flex: 1;
}

.agent-advantage-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 8px 0;
}

.agent-advantage-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

/* 伙伴权益表格 */
.agent-benefit {
  background: #f7f8fa;
}

.agent-benefit-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.agent-benefit-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.agent-benefit-table thead {
  background: linear-gradient(135deg, #3269ff 0%, #6b8aff 100%);
  color: #fff;
}

.agent-benefit-table th {
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.agent-benefit-table th.benefit-name-col {
  text-align: left;
  min-width: 140px;
}

.agent-benefit-table td {
  padding: 16px 24px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.agent-benefit-table td.benefit-name {
  text-align: left;
  font-weight: 600;
  color: #1a1a2e;
}

.agent-benefit-table tbody tr:last-child td {
  border-bottom: none;
}

.agent-benefit-table tbody tr:hover {
  background: #f8f9ff;
}

.benefit-check {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.benefit-cross {
  color: #ccc;
  font-size: 18px;
}

/* 申请要求表格 */
.agent-requirement {
  background: #fff;
}

.agent-requirement-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
}

.agent-requirement-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.agent-requirement-table thead {
  background: #f7f8fa;
}

.agent-requirement-table th {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-align: left;
  white-space: nowrap;
  border-bottom: 2px solid #e8e8e8;
}

.agent-requirement-table td {
  padding: 18px 20px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.agent-requirement-table td strong {
  color: #1a1a2e;
  font-size: 15px;
}

.agent-requirement-table tbody tr:last-child td {
  border-bottom: none;
}

.agent-requirement-table tbody tr:hover {
  background: #f8f9ff;
}

.req-fee {
  color: #3269ff;
  font-weight: 600;
  font-size: 18px;
}

.req-apply-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #3269ff;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}

.req-apply-btn:hover {
  background: #2857e0;
}

/* 申请流程 */
.agent-process {
  background: #f7f8fa;
}

.agent-process-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
}

.agent-process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 10px;
}

.agent-process-step-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3269ff 0%, #6b8aff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(50, 105, 255, 0.3);
}

.agent-process-step-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.agent-step-num {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.agent-process-step-info {
  max-width: 140px;
}

.agent-process-step-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 8px 0;
}

.agent-process-step-desc {
  font-size: 13px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}

.agent-process-line {
  position: absolute;
  top: 35px;
  left: calc(50% + 45px);
  width: calc(100% - 90px);
  height: 2px;
  background: linear-gradient(90deg, #3269ff 0%, #6b8aff 100%);
  z-index: 1;
}

.agent-process-btn-wrap {
  text-align: center;
}

.agent-primary-btn {
  display: inline-block;
  padding: 14px 48px;
  background: linear-gradient(135deg, #3269ff 0%, #6b8aff 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(50, 105, 255, 0.3);
}

.agent-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(50, 105, 255, 0.4);
}

/* 常见问题 */
.agent-faq {
  background: #fff;
}

.agent-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.agent-faq-item {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s;
}

.agent-faq-item.active {
  border-color: #3269ff;
  box-shadow: 0 4px 16px rgba(50, 105, 255, 0.1);
}

.agent-faq-question {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  cursor: pointer;
  user-select: none;
  background: #fff;
}

.agent-faq-item.active .agent-faq-question {
  background: #f8f9ff;
}

.agent-faq-q-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #3269ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.agent-faq-q-text {
  flex: 1;
  font-size: 15px;
  color: #1a1a2e;
  font-weight: 500;
}

.agent-faq-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.agent-faq-item.active .agent-faq-arrow {
  transform: rotate(-135deg);
  border-color: #3269ff;
}

.agent-faq-answer {
  display: none;
  padding: 0 24px 20px 24px;
  background: #fff;
}

.agent-faq-a-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: #10b981;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  vertical-align: top;
  margin-right: 14px;
}

.agent-faq-a-text {
  display: inline-block;
  width: calc(100% - 44px);
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  vertical-align: top;
}

/* 响应式 */
@media (max-width: 1024px) {
  .agent-advantage-content {
    flex-direction: column;
    gap: 40px;
  }

  .agent-advantage-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .agent-process-steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .agent-process-step {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .agent-process-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .agent-section {
    padding: 50px 0;
  }

  .agent-section-title {
    font-size: 24px;
  }

  .agent-section-subtitle {
    font-size: 14px;
  }

  .agent-banner {
    min-height: 320px;
  }

  .agent-banner-inner {
    padding: 50px 20px;
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .agent-banner-content {
    max-width: 100%;
  }

  .agent-banner-title {
    font-size: 28px;
  }

  .agent-banner-subtitle {
    font-size: 14px;
  }

  .agent-banner-decor {
    width: 180px;
    height: 180px;
  }

  .agent-banner-circle {
    width: 120px;
    height: 120px;
  }

  .agent-banner-ring {
    width: 170px;
    height: 170px;
  }

  .agent-advantage-list {
    gap: 20px;
  }

  .agent-advantage-item {
    gap: 12px;
  }

  .agent-advantage-icon,
  .agent-advantage-icon-default {
    width: 40px;
    height: 40px;
  }

  .agent-advantage-name {
    font-size: 16px;
  }

  .agent-advantage-desc {
    font-size: 13px;
  }

  .agent-benefit-table th,
  .agent-benefit-table td {
    padding: 12px 14px;
    font-size: 13px;
  }

  .agent-requirement-table th,
  .agent-requirement-table td {
    padding: 12px 14px;
    font-size: 13px;
  }

  .agent-process-step {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    text-align: left;
    gap: 16px;
  }

  .agent-process-step-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .agent-step-num {
    font-size: 18px;
  }

  .agent-process-step-info {
    max-width: none;
    flex: 1;
  }

  .agent-process-step-title {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .agent-process-step-desc {
    font-size: 13px;
  }

  .agent-faq-question {
    padding: 14px 16px;
    gap: 10px;
  }

  .agent-faq-q-text {
    font-size: 14px;
  }

  .agent-faq-answer {
    padding: 0 16px 16px 16px;
  }

  .agent-faq-a-text {
    font-size: 13px;
  }
}

