/* ---------- 副标题1 ---------- */
.sub-title1{
    font-size:30px;                 /* 只有字号30，其余全默认 */
}

/* ---------- 轮播容器 ---------- */
.moments-function .swiper-container{
    height:744px;                   /* 轮播区高744px */
    margin-bottom:171px;            /* 底部留171px再放下一段 */
}

/* ---------- 轮播里的手机图 ---------- */
.moments-function .swiper-container .moments-page-item > img{
    width:342px;                    /* 图宽342px */
    height:744px;                   /* 图高撑满容器744px */
}

/* ---------- 分页器小圆点 ---------- */
.moments-function .swiper-container .swiper-pagination-bullet{
    border-radius: 34px;             /* 直接拉成“胶囊” */
}

/* ---------- 当前活跃小圆点 ---------- */
.moments-function .swiper-container .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #5451FE 0%, #5451FE 12.07%, #855DFC 100%);
    color: #fff;                     /* 紫蓝渐变+白字 */
}

/* ---------- 鼠标经过小圆点 ---------- */
.moments-function .swiper-container .swiper-pagination-bullet:hover  {
    border-color:#5451FE;             /* 边框变紫蓝 */
}

/* ---------- 信用图标大容器 ---------- */
.credit-icon{
    justify-content: center;         /* 卡片整体水平居中 */
    font-size: 20px;                 /* 字号20px */
    line-height: 36px;               /* 行高36px */
    text-align: center;              /* 文字居中 */
    color: #686B7E;                  /* 默认灰字 */
}

/* ---------- 前3张卡片右边统一留缝 ---------- */
.credit-icon > div:nth-child(1),
.credit-icon > div:nth-child(2),
.credit-icon > div:nth-child(3){
    margin-right:60px;                /* 每张都右空60px，形成间隔 */
}

/* ---------- 卡片大标题 ---------- */
.credit-icon .boldtitle{
    color:#3B426B;                    /* 深蓝 */
    font-weight: bold;
    font-size: 26px;                  /* 字号26px */
    line-height: 36px;
    margin-top: 27px;                 /* 图上留27px间距 */
    text-align: center;
}

/* ---------- 卡片里的示意图片 ---------- */
.credit-icon img{
    width:214px;                      /* 中大尺寸214×137 */
    height:137px;
}

/* ---------- 另一组小图标(88×88) ---------- */
.credit-icons img{
    width:88px;                       /* 小图标统一88px正方 */
    height:88px;
}

/* ---------- 小图标单个区块 ---------- */
.credit-icons > div{
    flex:1;                            /* 等分宽度 */
    text-align: center;               /* 内容居中 */
}

/* ---------- 小图标大标题 ---------- */
.credit-icons .boldtitle{
    color:#000;                        /* 纯黑 */
    font-weight: bold;
    font-size: 28px;                   /* 更大号28px */
    line-height: 39px;
    text-align: center;
}
