.page-elem-field-root {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.page-elem-field {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.page-elem-field .item {
    /* width: 1.875rem;
    height: 1.875rem; */
    line-height: 1.875rem;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0.72rem;
}

.page-elem-field .item:nth-of-type(1),
.page-elem-field .item:nth-of-type(2),
.page-elem-field .item:nth-last-child(1),
.page-elem-field .item:nth-last-child(2),
.page-elem-field .item:nth-of-type(2) {
    background-color: #e1e1e1;
}

.page-elem-field .item:nth-last-child(2),
.page-elem-field .item:nth-of-type(2) {
    width: 4.875rem;
}

.page-elem-field .item.head {
    width: 3.75rem;
    min-width: 1.845rem;
}

.page-elem-field .item.foot {
    width: 3.75rem;
    min-width: 1.845rem;
}

.page-elem-field .item.active {
    color: #1e9fff
}

.page-elem-field .item:hover {
    color: #1e9fff
}

.page-elem-field .item.item-disable {
    color: #949393 !important;
    cursor: not-allowed !important
}

.page-elem-field .item.active:hover {
    color: #1e9fff
}

.topage {
    margin-left: 10px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.topage .inputbox {
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    position: relative
}

.topage .inputbox .inputborder {
    width: 40px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    outline: 0;
    border: 1px solid #e2e2e2;
    z-index: 22;
    position: absolute;
    left: 0;
    top: 0
}

.topage .inputbox .show-val {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
    box-sizing: border-box
}

.topage::before {
    content: '鍓嶅線';
    display: block;
    margin-right: 5px;
    width: 32px;
    height: 30px;
    line-height: 30px
}

.topage::after {
    content: '椤�';
    margin-left: 5px;
    width: 16px;
    height: 30px;
    line-height: 30px
}

.pagesbox {
    margin-left: 10px;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.pagesbox .currectpage {
    color: #00bfff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.pagesbox .line {
    color: #00bfff;
    width: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.pagesbox .allpages {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}