/* ==========================================================
   0. 顶部 Banner：批发/分销主题渐变
      角度 90.42°，深绿→浅绿
   ========================================================== */
.top-banner {
  background: linear-gradient(90.42deg, #22B776 17.79%, #61CD76 77.4%);
}

/* ==========================================================
   1. 大标题区域（sub-title1）
      顶部 120 px 留白，底部 90 px 留白，字号 28 px
   ========================================================== */
.sub-title1 {
  padding-top: 120px;   /* 上边大留白，视觉更通透 */
  margin-bottom: 90px;  /* 与下一模块拉开距离 */
  font-size: 28px;      /* 比默认 26 px 再大一号 */
}

/* ==========================================================
   2. 信用版头区域（credit-title）
      只保留上边 79 px 留白，下边 0（让后续模块更紧凑）
   ========================================================== */
.credit-title {
  padding: 79px 0 0;
}

/* ==========================================================
   3. 信用副标题（credit-subtitle）
      24 px 加粗，行高 34 px，上下各 60 px 留白，深蓝文字
   ========================================================== */
.credit-subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  padding: 60px 0;      /* 上下大留白，段落更透气 */
  color: #3b426b;
}

/* ==========================================================
   4. 信用能力三栏卡片（credit-icon）
      图标底部 36 px 留白，标题加粗 700，正文 16 px
   ========================================================== */
.credit-icon .item img {
  margin-bottom: 36px;  /* 图标与标题间距加大 */
}
.credit-icon .item h4 {
  font-weight: 700;     /* 标题更粗，突出层级 */
}
.credit-icon .item p {
  font-size: 16px;      /* 正文比旧版 14 px 再大一号，易读性更好 */
}

/* ==========================================================
   5. 朋友圈轮播（moments-function）
      分页器按钮：用 Banner 同款绿渐变，底部 100 px 留白
   ========================================================== */
.moments-function .swiper-container .swiper-pagination-bullet-active {
  background: linear-gradient(90.42deg, #22B776 17.79%, #61CD76 77.4%);
}
.moments-function .swiper-container {
  margin-bottom: 100px;  /* 与下一模块拉开距离，避免贴脸 */
}

/* ==========================================================
   6. 营销会员区（market-member）
      文字区最大 500 px，标题底部 40 px 留白
   ========================================================== */
.market-member .item {
  max-width: 500px;     /* 防止文字过长，阅读更舒适 */
}
.market-member .item h4 {
  margin-bottom: 40px;  /* 标题与正文间距加大，层级更清晰 */
}

/* ==========================================================
   7. 源码映射（由 Sass 自动生成，可忽略）
   ========================================================== */
/*# sourceMappingURL=wholesaler.css.map */
