.page_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    color: #734f27;
    background-color: #e7c7929e;
}

.page_box span {
    margin-right: 1rem;
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #bb8a2d;
}

.layui-table-header {
    border-bottom: 0;
}

.layui-form-select dl {
    color: rgb(85, 55, 23);
    border: 1px solid #ebdeb8;
    background-color: #ebdeb8;
}

input {
    background: #111111 !important;
    color: #f7b924 !important;
    padding: 0px 30px;
    position: relative;
    border-radius: 5px !important;
    font-size: 14px;
    width: 100%;
    border: 1px solid #333 !important;
}

#rank-search {
    height: 37px;
    padding: 0.25rem 1rem !important;
    background: #ffd430 !important;

}