.box {
    background: url('../pic/bg.png') no-repeat;
    background-size: cover;
    min-height: 100vh;
    /*padding-top: 30px;*/
    text-align: center;
    padding-bottom: 63px;
}

.title {
    width: 266px;
    margin-bottom: 32px;
}

.tablebox {
    background: url('../pic/table_bg@2x.png') no-repeat;
    background-size: 100% 100%;
    width: 892px;
    height: 896px;
    margin: 0 auto;
    padding: 0 8px;
}

table {
    width: 100%;
}

.th {
    height: 93px;
    font-size: 20px;
    color: #666666;
}

td:nth-of-type(1) {
    width: 160px;
}

.numimg {
    width: 25px;
}

tr {
    height: 60px;
}

.user {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #262628;
}

.headpic {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    margin-right: 6px;
}

.coinimg {
    width: 14px;
    margin-right: 4px;
}

.coin {
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

tr:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.5);
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.pnum {
    width: 26px;
    height: 26px;
    background: #F4F4F5;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 26px;
    margin: 0 5px;
}

.act {
    color: #fff;
    background: #95010A;
}