/* ========================================================
 * 文件名称：cashback.css
 * 文件作用：返现功能页面样式，包含横幅、标题、图标展示、轮播等
 * 适用页面：返现功能介绍页
 * ======================================================== */

/* 顶部横幅区域 - 红色背景 */
.top-banner {
  background: #FF372B; }
  .top-banner .bannerItem .ani-img {
    align-self: flex-end; }

/* 子标题样式1 */
.sub-title1 {
  padding-top: 157px;
  margin-bottom: 59px;
  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: #FF372B; }

.moments-function .swiper-container .swiper-pagination-bullet:hover {
  border-color: #FF372B; }

.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=cashback.css.map */
