/* ========================================================
 * 文件名称：facepay.css
 * 文件作用：刷脸支付页面样式，包含横幅、标题、图标展示、轮播等
 * 适用页面：刷脸支付功能介绍页
 * ======================================================== */

/* 顶部横幅区域 - 蓝色渐变背景 */
.top-banner {
  height: 560px;
  background: linear-gradient(90deg, #0470E4 39.06%, #067DE4 91%); }
  .top-banner .bannerItem {
    height: 560px !important; }
    .top-banner .bannerItem .ani-img {
      align-self: flex-end; }

/* 子标题样式1 */
.sub-title1 {
  padding-top: 90px;
  margin-bottom: 80px;
  font-size: 28px; }

/* 信用标题 */
.credit-title {
  padding: 136px 0 103px;
  font-size: 30px; }

/* 信用副标题 */
.credit-subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  padding: 60px 0;
  color: #3b426b; }

/* 信用图标区域 */
.credit-icon .item {
  width: 20%; }
  .credit-icon .item img {
    margin-bottom: 24px; }
  .credit-icon .item h4 {
    font-weight: 700;
    font-size: 20px; }
  .credit-icon .item p {
    font-size: 14px;
    width: 100%; }

/* 朋友圈功能轮播样式 - 蓝色渐变分页器 */
.moments-function .swiper-container .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #0470E4 39.06%, #067DE4 91%); }

.moments-function .swiper-container .swiper-pagination-bullet:hover {
  border-color: #0470E4; }

.moments-function .swiper-container {
  margin-bottom: 100px; }

/* 市场会员区域 */
.market-member .item {
  max-width: 500px; }
  .market-member .item h4 {
    margin-bottom: 40px; }
.market-member > div img {
  padding-bottom: 124px; }

/*# sourceMappingURL=facepay.css.map */
