.title h3{
    padding-bottom:0;
    font-weight: 900;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #3B426B;
}
.poster-container{
    justify-content: center;
    padding-bottom:90px;
}
.poster-container .start-item{
    flex:1;
    text-align:center;
    font-size: 20px;
    line-height: 36px;
}
.poster-container .start-item img{
    margin:54px auto 15px;
    width:88px;
    height:88px;
}
.poster-container .start-item .item_title{
    margin-bottom:8px;
    font-weight: bold;
    font-size: 28px;
    line-height: 39px;
}
.paid-function{
    padding:80px 0 94px;
    background:#F1F5FC;
}
.paid-function img{
    margin:36px auto 0;
}
.moments-function{
    padding:90px  0 181px;
}
.moments-function .swiper-container {
    width: 100%;
    padding-top:185px;
    height: 575px;
}
.moments-function .swiper-container .swiper-slide{
    background:#fff;
}
.moments-function .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 59px;
    bottom:auto;
    left:0;
    right:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 4px solid #EFEFEF;
    transition: none;
}
.moments-function .swiper-container .swiper-pagination-bullet {
    width: fit-content;
    height: fit-content;
    padding: 14px 22px 18px;
    border-radius: 26px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #3B426B;
    background: transparent;
    opacity: 1;
    border-radius:0;
}
.moments-function .swiper-container .swiper-pagination-bullet:nth-child(2) {
    margin-left:80px;
    margin-right:80px;
}
.moments-function .swiper-container .swiper-pagination-bullet-active{
    position:relative;
    color:#3389FF;
    font-weight:bold;
}
.moments-function .swiper-container .swiper-pagination-bullet-active:after{
    display: block;
    content: " ";
    box-sizing: border-box;
    border-bottom: 4px solid #3389FF;
    position: absolute;
    bottom: -4px;
    width:70px;
    left: 50%;
    transform: translateX(-50%);
}
.moments-function .moments-page-item{
    display:flex;
    justify-content: space-between;
}
.moments-function .moments-page-item.center{
    justify-content: space-around;
}
.moments-function .moments-page-item >div{
    text-align:center;
    color: #3B426B;
}
.moments-function .moments-page-item img{
    display:block;
    margin:0 auto 30px;
}
.moments-function .moments-page-item .slogan{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom:13px;
}
.moments-function .moments-page-item .tips{
    font-size: 14px;
    line-height: 30px;
}
.shop{
    padding:66px 0 75px;
    display:flex;
    justify-content: center;
}
.shop .code{
    margin-top:75px;
    margin-right:145px;
}
.shop .code p{
    margin-bottom:39px;
    font-weight: 900;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}
.shop .code img{
    display:block;
    margin:auto;
}