/* 特殊奖励 */
.stars-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.stars-animation--wrapper{
    width: 524px;
    height: 524px;
}
.reward-animation{
    width: 100%;
    height: 100%;
}
.stars-mask .stars-confirm-button{
    display: none;
    position: absolute;
    width: 220px;
    height: 50px;
    bottom: 25%;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
}
.stars-mask.confirm .stars-confirm-button{
    display: block;
}
.special-award-container{
    width: 340px;
    height: 352px;
    background: url('../images/web1/special_award.png') 100% 100% no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.special-award-img-con{
    width: 110px;
    height: 110px;
    position: relative;
    margin: 112px auto 6px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.special-award-img{
    width: 100%;
} 
.special-award-text{
    color: #6E3A02;
    font-size: 14px;
    min-height: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
    margin: auto;
}
.special-award-btn{
    width: 161px;
    height: 42px;
    line-height: 48px;
    border-radius: 25px;
    margin: 36px auto;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    background-color: #FF5604;
    box-shadow:0px 6px 0px 0px #DC2B07;
    cursor: pointer;
}
.stars-animation--wrapper{

}
/* 系统推送奖励（福卡等） */
.sys-push-reward-mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10;
    top: 0;
    left: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sys-push-reward-mask-show{
    display: flex;
}
/* 福卡文字改为不显示 */
/* .sys-push-reward-title{
    color: #fff;
    text-align: center;
    word-break: break-all;
} */
