@charset "utf-8";
.page_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding: 1.6px 0;
    padding-top: 55px;
}

.page_div span {
    font-size: 18px;
    color: #707070;
    white-space: nowrap;
}

.page_div button {
    min-width: 48px;
    height: 48px;
    padding: 0 9.6px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #707070;
    cursor: pointer;
    transition: all 0.2s;
    color: #707070;
}

.page_div button {}
 #prePage{margin-left: 35px;}
#nextPage, #prePage {
    min-width: 80px;
}

.page_div .current {
    background: #266A1C;
    color: #fff;
    border-color: #266A1C;
    font-weight: bold;
}

.page_div input {
    width: 48px;
    height: 48px;
    padding: 0 8px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #707070;
    box-sizing: border-box;
    outline: none;
    color: #707070;
}

.page_div input:focus {
    border-color: #004379;
}

.page_div .ellipsis {
    margin: 0 24px;
}

.page_div button:disabled {
    cursor: not-allowed;
}

.page_div button:not(:disabled):hover {
    border-color: #266A1C;
    color: #266A1C;
    background:#fff
}

#jump {
    background: #f8f9fa;
    /* font-weight:bold; */
    width: 80px;
}

#jump:not(:disabled):hover {
    background: #266A1C;
    color:#fff;
}

div#wp_paging_w6 {
    display: none;
}

.page_div span.white {
    border: 1px solid #707070;
    border-radius: 4px;
    width:38.4px;
    height:38.4px;
    text-align: center;
    line-height: 38.4px;
}

@media screen and (max-width: 999px) {
 .page_div span,.page_div input,button#jump{
    display: none ! important;
}

}
@media screen and (max-width: 479px) {
 #nextPage, #prePage{width: 64px;height: 32px;margin: 0;line-height: 32px;padding: 0;min-width: 0;}
.page_div button{border: 1px solid #b5b5b5;height: 32px;line-height: 32px;width: 32px;flex: none;min-width: 32px;padding: 0;}
    .page_div{gap:2px}
}