.bg-pic {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: auto auto;
}

.rank-list {
    background: #fff;
    padding: 2.5%;
    width: 90%;
    margin: 0 auto;
    border-radius: .5rem;
    border: 10px solid #FFEECA;
    color: #333;
}

    .rank-list .user {
        padding: .7rem 0;
        border-bottom: .01rem solid rgba(255,255,255,0.1);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .rank-list .user .username {
            flex: 1;
            color: #000;
        }

        .rank-list .user:last-child {
            border-bottom: 0;
        }

        .rank-list .user .rank {
            width: 2rem;
            height: 2.5rem;
            line-height: 2.5rem;
            text-align: center;
            margin-right: .5rem;
            color: #333;
        }

    .rank-list .first .rank {
        background: url(../images/first.png) no-repeat;
    }

    .rank-list .second .rank {
        background: url(../images/second.png) no-repeat;
    }

    .rank-list .third .rank {
        background: url(../images/third.png) no-repeat;
    }

    .rank-list .first .rank, .rank-list .second .rank, .rank-list .third .rank {
        line-height: 2rem;
        background-size: 100%;
        color: #fff;
    }

    .rank-list .user .coupons {
        color: #333;
    }

    .rank-list .first .coupons, .rank-list .second .coupons, .rank-list .third .coupons {
        color: #333;
    }

.giftLog {
    width: 95%;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    margin: auto;
}

    .giftLog .vote-btn {
        width: 80%;
    }

.vote-list-theme {
    width: 100%;
    padding: .7rem 0;
    border-bottom: .01rem solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .vote-list-theme .coupons {
    color:#000;
    }

.rule .ql-editor {
padding-left:20px;
}