#page {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
}

#page ul {
    list-style: none;
    display: flex;
    /* width: 100%; */
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

#page ul li {
    border: 1px solid #e3e3e3;
    width: 32px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 1%;
}

#page ul li.active {
    background: #555;
    color: #fff;
}

#page ul li.active a {
    color: #fff;
}

#page a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

#page ul .pageNum:not(.disabled):hover {
    background-color: #595959;
    cursor: pointer;
}

#page ul .pageNum:not(.disabled):hover a {
    color: #fff;
}

#page .disabled {
    background-color: #0003;
    cursor: default;
}

#page .disabled a {
    color: #fff;
}

#page .ellipsis {
    border: 0;
}

#page .jump {
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
}

#page .jump input {
    height: 25px;
    width: 35px;
    text-align: center;
    font-size: 16px;
}

#page .jump button {
    border-radius: 5px;
    padding: 3px 5px;
    padding-bottom: 5px;
    border: 1px solid gray;
}
