/* ========================================================
 * 文件名称：birthday-gift.css
 * 文件作用：生日礼品页面样式，包含轮播图、信用图标等模块
 * 适用页面：生日礼品页
 * ======================================================== */

/* 副标题样式 */
.sub-title1{
    font-size:30px;
}

/* 朋友圈功能轮播容器 */
.moments-function .swiper-container{
    height:744px;
    margin-bottom:171px;
}

/* 朋友圈页面项图片 */
.moments-function .swiper-container .moments-page-item > img{
    width:342px;
    height:744px;
}

/* 轮播分页指示器 */
.moments-function .swiper-container .swiper-pagination-bullet{
    border-radius: 34px;
}

/* 轮播分页激活状态（粉色渐变） */
.moments-function .swiper-container .swiper-pagination-bullet-active {
    background: linear-gradient(84.19deg, rgba(249, 32, 81, 0.9) -1.59%, rgba(253, 51, 100, 0.9) 101.28%);
    color: #fff;
}

/* 轮播分页悬停状态 */
.moments-function .swiper-container .swiper-pagination-bullet:hover  {
    border-color:#F92051;
}

/* 信用图标容器 */
.credit-icon{
    justify-content: center;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #686B7E;
}

/* 信用图标子项 */
.credit-icon > div{
    flex:1;
    text-align: center;
}

/* 信用图标标题 */
.credit-icon .boldtitle{
    color:#000;
    font-weight: bold;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
}

/* 信用图标图片 */
.credit-icon img{
    width:88px;
    height:88px;
}