html{
    font-size: 100px;
}
#newPress h1,p,span{
    font-family: Gilroy;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.bg-block{
    display: block;
}
.mo-block{
    display: none;
}
#newPress .store-banner-content{
    position: relative;
}
#newPress .banner-title-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#newPress .banner-title-box h1{
    font-size: 1rem;
    font-weight: bold;
    font-family: HYQiHei;
    font-style: italic;
}
#newPress .banner-title-box p{
    font-size: 0.34rem;
    color: rgba(234, 234, 234, 0.57);
    font-family: HYQiHei;
}
#newPress .banner-title-box .banner-time{
    margin-top: 0.9rem;
    margin-bottom: 0.3rem;
}
#newPress .store-banner-content .bg-block{
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
#newPress .store-banner-content .mo-block{
    width: 100%;
    max-width: 850px;
    height: auto;
    margin: 0 auto;
}
#newPress.main-content{
    max-width: 1920px;
    margin: 0 auto;
}
#newPress .main-container{
    max-width: 1440px;
    padding: 0 0.2rem;
    margin:  0 auto;
}
#newPress .main-inner-content{
    padding: 0.70rem 0 0.85rem;
    background-repeat: repeat;
    background-size: 100%;
}
#newPress .black-bg-box{
    width: 100%;
    height: 1.5rem;
    background-color: #000000;
}
#newPress .black-bg-box-two{
    width: 100%;
    height: 4rem;
    background-color: #000000;
}
/*one page*/
#newPress .level-intro-box{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    margin-top: 0.6rem;
}
#newPress .level-intro{
    font-size: 0.24rem;
    font-weight: bold;
    color: #A1A1A6;
    line-height: 1.5;
    width: 100%;
}
#newPress .level-title{
    font-size: 0.48rem;
    font-weight: bold;
    margin-top: 1.2rem;
}
#newPress .level-remark{
    font-size: 0.2rem;
    color: #A1A1A6;
    margin-top: 0.16rem;
}
#newPress .icon-item{
    text-align: center;
    margin-top: 0.3rem;
}
#newPress .icon-item img{
    width: 0.52rem;
    height: auto;
}
#newPress .video-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 0.1rem;
    width: 100%;
}
#newPress .video-box p{
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
#newPress .video-box img{
    width: 0.84rem;
    height: auto;
}
/*one page*/
/*two page*/
#newPress .two-page-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#newPress .two-page-item:first-child{
    margin-bottom: 0.7rem;
}
#newPress .two-page-item .two-page-title{
    font-size: 0.48rem;
    font-weight: bold;
    color: #F6F6F6;
    margin-bottom: 0.2rem;
}
#newPress .two-page-item .two-page-intro{
    font-size: 0.26rem;
    font-weight: bold;
    color: #A1A1A6;
    line-height: 1.6;
}
#newPress .support-remark{
    font-size: 0.18rem;
    color: #F86F05;
    margin-top: 0.5rem;
}
/*two page*/
/*badge page*/
#newPress .badge-content{
    background-color: #000000;
    padding: 1.6rem 0 0.6rem;
}
#newPress .badge-title{
    font-size: 0.48rem;
    font-weight: bold;
    color: #F5F5F7;
}
#newPress .benefit-content{
    background-image: url("../images/discord_bg.jpg");
    background-size: 100%;
    margin: 0.45rem 0;
}
#newPress .benefit-text-box{
    padding: 0.72rem 0.50rem 0.72rem 0.96rem;
    position: relative;
}
#newPress .benefit-text-box .benefit-list{
    font-size: 0.24rem;
    font-weight: 500;
    color: #A1A1A6;
    text-align: left;
    line-height: 0.3rem;
    max-width: 970px;
    width: 100%;
    display: inline-block;
}
#newPress .benefit-text-box img{
    position: absolute;
    right: 5%;
    top: 10%;
}
#newPress .left-get-intro{
    width: 60%;
    text-align: left;
}
#newPress .right-img-box{
    width: 32%;
}
#newPress .right-img-box img{
    max-width: 367px;
    width: 100%;
    height: auto;
}
#newPress .left-get-intro p{
    text-align: left;
}
#newPress .get-badge-content{
    padding-left: 0.96rem;
    padding-right: 1.14rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#newPress .get-title{
    font-size: 0.26rem;
    font-weight: bold;
    color: #F86F05;
}
#newPress .get-info-list{
    font-size: 0.2rem;
    color: #A1A1A6;
    line-height: 0.3rem;
    margin: 0.26rem 0 0;
}
#newPress .click-get-button{
    background: linear-gradient(90deg, #F69C27, #F0592A);
    border-radius: 0.44rem;
    font-size: 0.36rem;
    color: #000000;
    padding: 0.20rem;
    display: inline-block;
    margin-top: 0.4rem;
    min-width: 3.3rem;
    text-align: center;
}
/*badge page*/
/*slide*/
#newPress .Artist-banner-slide{
    background-color: #000;
    padding: 1.6rem 0;
}
#newPress .banner-page-text{
    font-size: 0.44rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.6rem;
}
#newPress .Artist-banner-slide .click-get-button{
    display: none;
}
#newPress .Artist-banner-slide .swiper-slide-active .click-get-button{
    display: inline-block;
}
#newPress .Artist-banner-slide .slide-img{
    max-width: 1198px;
    width: 100%;
    height: auto;
}
#newPress .swiper-slide{
    text-align: center;
}
#newPress .swiper-pagination{
    position: initial;
    margin-top: 0.53rem;
}
#newPress .swiper-pagination-bullet{
    width: 0.43rem!important;
    height: 0.43rem!important;
    background: #27292E;
    border-radius: 50%;
    opacity: 1;
    margin-right: 0.35rem;
    position: relative;
}
#newPress .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
#newPress .swiper-pagination-bullet-active::before{
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
/*slide*/
@media screen and (min-width: 1680px){
    #newPress .two-page-box{
        bottom: 8%;
    }
}
@media screen and (max-width: 1600px){
    #newPress .banner-title-box .banner-time{
        margin-top: 0.6rem;
    }
    #newPress .level-intro{
        font-size: 0.22rem;
    }
    #newPress .level-title{
        font-size: 0.40rem;
        margin-top: 0.6rem;
    }
    #newPress .level-remark{
        font-size: 0.18rem;
    }
    #newPress .banner-page-text{
        font-size: 0.4rem;
    }
}
@media screen and (max-width: 1400px){
    #newPress .level-title{
        margin-top: 0.4rem;
    }
    #newPress .level-intro-box{
        margin-top: 0.4rem;
    }
    #newPress .level-intro {
        font-size: 0.18rem;
    }
    #newPress .two-page-item .two-page-title{
        font-size: 0.36rem;
    }
    #newPress .two-page-item .two-page-intro{
        font-size: 0.24rem;
    }
    #newPress .two-page-item:first-child{
        margin-bottom: 0.4rem;
    }
}
@media screen and (max-width: 850px){
    .bg-block{
        display: none;
    }
    .mo-block{
        display: block;
    }
    #newPress .banner-title-box h1{
        margin-bottom: 0.6rem;
        font-size: 0.8rem;
    }
    #newPress .level-intro {
        font-size: 0.24rem;
    }
    #newPress .two-page-item .two-page-title{
        font-size: 0.48rem;
    }
    #newPress .benefit-text-box{
        padding: 0.36rem 0.5rem 0.36rem 0.36rem;
    }
    #newPress .left-get-intro{
        width: 100%;
        text-align: center;
    }
    #newPress .right-img-box{
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    #newPress .get-badge-content{
        flex-direction: column-reverse;
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
    #newPress .badge-title{
        font-size: 0.44rem;
    }
    #newPress .black-bg-box-two{
        height: 7.5rem;
    }
}
@media screen and (max-width: 576px){
    #newPress .right-img-box img{
        width: 70%;
    }
    #newPress .get-title{
        font-size: 0.36rem;
    }
    #newPress .get-info-list{
        font-size: 0.28rem;
    }
    #newPress .benefit-text-box .benefit-list{
        font-size: 0.28rem;
    }
    #newPress .black-bg-box{
        height: 2rem;
    }
}