/* ---------- 副标题1 ---------- */
.sub-title1{
    font-size:30px;                 /* 字大30px，别的全默认 */
}

/* ---------- 轮播容器 ---------- */
.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;                  /* 默认灰字 */
}

/* ---------- 中间卡片左右空隙 ---------- */
.credit-icon > div:nth-child(2){
    margin-left:194px;               /* 左右各空194px，拉开距离 */
    margin-right:194px;
}

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

/* ---------- 卡片里的图标 ---------- */
.credit-icon img{
    width:88px;                       /* 小图标统一88×88 */
    height:88px;
}
