/*一些重置的CSS*/
#offBox {
    width: 800px;
}

#offBoxBody {
    background-color: var(--bs-body-bg)
}

.dcc-pointer, .showUserMobile, .showUserInfo, .showOpInfo {
    cursor: pointer
}

.page-aside-left {
    width: 200px;
}

.page-aside-right {
    margin-left: 210px;
}

.notExistent {
    background: rgb(252, 136, 72);
    color: #fff;
    border: none;
}

.rejected {
    background: rgb(228, 83, 83);
    color: #fff;
    border: none;
}

.waitPass {
    background: rgb(52, 160, 231);
    color: #fff;
    border: none;
}

.added {
    background: rgb(7, 193, 96);
    color: #fff;
    border: none;
}

.red-money {
    color: #e45353;
    text-align: right
}

.orange {
    color: #fc8848;
}

.img-show-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .82);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.0;
    cursor: pointer;
    z-index: 9999;
}



