    /* 打赏功能 */
    .reward-box{background:#fff}
    .reward-box .reward-show{background:#ff9800;height:60px;width:60px;line-height:60px;border-radius:50%;color:#fff;margin:20px 0}
    .reward-box .reward-list{display:flex;flex-flow:row wrap}
    .reward-box .reward-list .reward-item{width:calc(10% - 20px);padding:10px;font-weight:normal}
    .reward-box .reward-list .reward-item .item-r{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    
    .reward-type{position:fixed;z-index:1999999;background:#fff;bottom:15%;height:80%;border-top-right-radius:8px;border-top-left-radius:8px;
    max-width: 800px;border-top: 1px solid #ddd;box-shadow: 7px 8px 20px -2px #666;
    }
    .reward-type .type-list{display:flex;flex-flow:row wrap}
    .reward-type .type-list .type-item{width:calc(33% - 22px);margin:10px;padding:8px 0;margin-bottom:15px;border:1px solid #ff9800;border-radius:6px}
    .reward-type .close-btn{position:absolute;top:10px;right:10px;font-size:28px}
    .reward-type .type-item.active{background:#ff9800;color:#fff}