/* 首页中部区块间距收紧（为什么选择我们 → 邮箱版本 → 产品特色 → 行业方案） */
.page-home .advantages {
  padding: 56px 0 32px;
}

.page-home .advantages .section-subtitle {
  margin-bottom: 28px;
}

.page-home .advantages-stats {
  margin-bottom: 28px;
  padding: 22px 20px;
}

.page-home .products-section {
  padding: 32px 0 40px;
}

.page-home .products-section .section-subtitle {
  margin-bottom: 28px;
}

.page-home .home-features {
  padding: 40px 0;
}

.page-home .home-features-head {
  margin-bottom: 28px;
}

.page-home .home-features .section-subtitle {
  margin-bottom: 16px;
}

.page-home .home-features-foot {
  margin-top: 28px;
}

.page-home .solutions-section {
  padding: 40px 0 48px;
}

.page-home .solutions-section .solutions-tabs {
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .page-home .advantages {
    padding: 44px 0 24px;
  }

  .page-home .products-section {
    padding: 24px 0 32px;
  }

  .page-home .home-features {
    padding: 32px 0;
  }

  .page-home .solutions-section {
    padding: 32px 0 40px;
  }
}

@media (max-width: 480px) {
  .page-home .advantages {
    padding: 36px 0 20px;
  }

  .page-home .advantages .section-subtitle,
  .page-home .products-section .section-subtitle {
    margin-bottom: 22px;
  }

  .page-home .advantages-stats {
    margin-bottom: 22px;
  }

  .page-home .products-section {
    padding: 20px 0 28px;
  }

  .page-home .home-features {
    padding: 28px 0;
  }

  .page-home .home-features-head {
    margin-bottom: 22px;
  }

  .page-home .solutions-section {
    padding: 28px 0 36px;
  }

  .page-home .solutions-section .solutions-tabs {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
