/* ========================================================
 * 文件名称：gift.css
 * 文件作用：礼品卡/送礼功能页面样式
 * 适用页面：礼品卡功能介绍页
 * ======================================================== */

/* 副标题样式1 */
.sub-title1{
    font-size:30px;
}

/* Swiper轮播容器 */
.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(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;
    line-height: 36px;
    text-align: center;
    color: #686B7E;
}

.credit-icon > div:nth-child(2){
    margin-left:194px;
    margin-right:194px;
}

/* 积分图标加粗标题 */
.credit-icon .boldtitle{
    color:#000;
    font-weight: bold;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
}

.credit-icon img{
    width:88px;
    height:88px;
}