.credits-font{
    font-size: 32px;
    font-family: 'ZiKu', sans-serif ;
    color: #E7A018;
    text-shadow: 3px 3px 0px #5BAA77;
}
.page-credits{
    width: 100%;
    min-height: 100vh;
    background-color: black;
    font-size: 14px;
    color: #fff;
    padding: 0 0 20px;
}
.earn-credits-title{
    font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin: 15px auto 10px;
  padding: 0 16px;
  max-width: 680px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.credits-top-box{
    width: 100%;
    height: 576px;
    background: url(../../img/member/credits-top-pc.webp) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 100px;
}
/* .credits-top-box img{
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
} */
.credits-top-inner{
    width: 100%;
    height: 100%;
}
.credits-inner-center{
    min-width: 300px;
    padding: 4px 10px;
    border-radius: 30px;
    background-color: #60D76A;
    margin-top: 16px;
    margin-bottom: 10px;
}
.credits-inner-center .left{
    margin-right: 30px;
}
.credits-inner-center .left span:nth-child(1){
    font-size: 13px;
    color: #352673;
    margin-right: 5px;
}
.credits-inner-center .left span:nth-child(2){
    font-size: 14px;
    color: #352673;
}
.credits-inner-center .right span:nth-child(1){
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
}
.credits-inner-center .right span:nth-child(2){
    font-size: 13px;
    color: #fff;
}
.credits-inner-bottom{
    font-size: 10px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.credits-inner-bottom::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 1px;
    left: 0;
}
.credits-center-box{
    width: 100%;
    border-radius: 6px;
    background: url(../../img/member/credits_center_bg.webp) center no-repeat;
    background-size: cover;
    margin: -40px 0 20px;
    padding: 20px 50px!important;
    position: relative;
}
.credits-center-box .center-inner-top{
    width: 100%;
}
.credits-center-box .center-inner-top .filter span{
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
}
.credits-center-box .center-inner-top .filter span.active{
    background-color: #60D76A;  
    margin-right: 40px;
}
.credits-center-box .center-inner-top .filter span{
    background-color: #FCDC41;  
}
.credits-center-box .center-inner-center{
    width: 100%;
    margin: 20px 0;
    /* flex: 0 0 50px; */
    gap: 49px;
}
.credits-center-box .center-inner-center .data-box{
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 6px;
    background: #FFFFFF;
    color: #FCDC41;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 1px 1px 4px 0 #4E8E75;
    position: relative;
}
.credits-center-box .center-inner-center .data-box img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    z-index: 1;
}
.credits-center-box .center-inner-center .data-box.makeUp{
    position: relative;
}
.credits-center-box .center-inner-center .data-box.makeUp::after{
        content: 'MACK UP';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 8px;
    width: 100%;
    height: 100%;
    line-height: 14px;
    color: #6C0000;
    border-radius: 6px;
    border: 2px solid #6C0000;
}
.credits-center-box .center-inner-center .data-box.today{
    position: relative;
}
.credits-center-box .center-inner-center .data-box.today::after{
    content: 'Today';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 8px;
    width: 100%;
    height: 100%;
    line-height: 14px;
    color: #29cb8d;
    border-radius: 6px;
}
.credits-center-box .calendar{
        position: absolute;
        right: 10px;
        bottom: 245px;
        width: 96px;
        height: auto;
    }
.center-inner-btm{
    font-size: 13px;
    font-weight: 500;
    margin-top: 30px;
}
.center-inner-btm span{
    position: relative;
    margin-bottom: 8px;
    display: inline-block;
}
.center-inner-btm span::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.center-inner-btm .rules{
    padding-left: 20px;
}
.credits-bottom-box{
    width: 100%;
    border-radius: 6px;
    background: url(../../img/member/mesh_back.webp) center no-repeat;
    background-size: cover;
    margin: 26px 0 0;
    padding: 20px 50px!important;
}
.credits-bottom-box .center-inner-top{
    font-size: 28px;
}
.bottom-common{
    width: 100%;
    margin: 20px 0;

}
.bottom-common h6{
    font-size: 18px;
    font-weight: 600;
    color: #56B1FD;
    margin: 20px 0;
}
.bottom-common p{
    width: 100%;
    padding: 3px 0;
    font-size: 13px;
    font-weight: 500;
}
.bottom-common button{
    padding: 2px 12px;
    border-radius: 20px;
    background-color: #FFCC00;
    font-weight: 600;
    border: 1px solid #fff;
}
.bottom-common .btn-completed{
    opacity: .6;
    cursor: not-allowed;
    pointer-events: none;
}
.credits-bottom-box{
    position: relative;
}
.credits-bottom-box .challenge h6{
    font-size: 16px;
    font-weight: 600;
    color: #FC2929;
    margin: 24px 0 34px;
}
.credits-bottom-box .challenge .challenge-box{
    padding: 0 20px;
}
.credits-bottom-box .challenge .left{
    border-right: 1px dashed #C096FF;
}
/* .credits-bottom-box .challenge .left::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
} */
.credits-bottom-box .challenge .challenge-box .title{
    padding: 3px 20px;
    border-radius: 20px;
    background-color: #60D76A;
    color: #332383;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}
.credits-bottom-box .challenge .challenge-box p{
    font-size: 13px;
    font-weight: 500;
}
.credits-bottom-box .challenge .challenge-box p button{
    padding: 2px 12px;
    border-radius: 20px;
    background-color: #FFCC00;
    font-weight: 600;
    margin: 10px 0;
}
.btn-unclick{
    opacity: .6;
    cursor: not-allowed;
    pointer-events: none;
}
.credits-bottom-box .streamers{
    position: absolute;
    left: 400px;
    top: -34px;
    margin: auto;
    width: 86px;
    height: auto;
}
@media (max-width: 991px) {
    
    
}
@media (max-width: 767px) {
    .credits-font{
        font-size: 26px;
        text-shadow: 2px 2px 0px #5BAA77;
    }
    .credits-top-box{
        background-image: url(../../img/member/credits-top.webp);
        height: 260px;
        padding-bottom: 50px;
    }
    .credits-inner-center{
        margin-top:8px;
        padding: 0 10px;
        margin-bottom: 3px;
    }
    .credits-top-box{
        font-size: 12px;
    }
    /* .credits-top-box img{
        height: 36px;
        width: 36px;
        margin-bottom: 3px;
    } */
    .credits-inner-center .left span:nth-child(2){
        font-size: 12px;
    }
    .credits-inner-bottom{
        font-size: 9px;
    }
    .filter{
        display: none;
    }
    .credits-center-box{
        /* background: url(../../img/member/credits_center_bg.webp) center no-repeat; */
        padding: 20px 14px!important;
    }
    .credits-center-box .center-inner-center .data-box{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .credits-center-box .center-inner-center{
        gap: 20px;
    }
    .bottom-common h6{
        margin: 4px 0;
        font-size: 16px;
    }
    .credits-bottom-box{
        padding: 20px 14px!important;
        
    }
    .bottom-common p{
        font-size: 12px;
    }
    .bottom-common button{
        padding: 1px 12px;
    }
    .credits-bottom-box .challenge .challenge-box .title{
        font-size: 13px;
    }
    .credits-bottom-box .challenge .content{
        flex-direction: column;
    }
    .credits-bottom-box .challenge .left{
        border-right: none;
    }
    .credits-bottom-box .challenge .challenge-box p{
        flex-direction: row!important;
        justify-content:space-between;
    }
    .credits-bottom-box .challenge .challenge-box{
        padding: 0;
    }
    .credits-bottom-box .challenge .challenge-box p{
        font-size: 12px;
    }
    .credits-bottom-box .challenge h6{
        margin: 0px 0 14px;
    }
    .credits-center-box .calendar{
            bottom: 338px;
            width: 86px;
    }
    .credits-bottom-box .streamers{
        width: 72px;
        left: 78px;
    }
    .earn-credits-title {
        display: none;
    }
}
@media (max-width:560px){
    .credits-center-box .calendar{
        bottom: 430px;
    }
}
@media (max-width:360px){
    .credits-center-box .calendar{
        bottom: 460px;
    }
}