 @charset "utf-8";
.page_div{margin: 0.9rem 0 0;color: #666666;text-align: center;display: flex;font-size: 0.2rem;font-family: '思源黑体CN';align-items: center;justify-content: center;}
.page_div button{display:inline-block;width: 0.35rem;height: 0.35rem;cursor:pointer;color:#666;font-size: 0.2rem;line-height: 0.35rem;border: 0px solid #dce0e0;text-align:center;margin: 0 0.06rem;-webkit-appearance: none;-moz-appearance: none;appearance: none;/* font-weight: bold; */font-family: '思源黑体CN';background: none;}
.page_div .current{font-weight: bold;color: #660874;font-weight: 500;border: none;}
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#465ea5;margin:0 5px}
.page_div button:disabled{/* opacity:.5; */cursor:no-drop;color: #666;}
.totalNum,.totalList,#firstPage,#lastPage{display: none;}
 .page_div button{border: 1px solid #707070;}
#page{margin-top: 0.6rem;margin-bottom:0.75rem;}
.page_div .white {
    margin: 0 0.08rem;
    width: 0.35rem;
    line-height: 0.35rem;
    display: inline-block;
    border: 1px solid #707070;
    text-align: center;
    font-size: 0.2rem;
    color: #666;
}
#prePage,#nextPage{font-size: 0;position: relative;}
#prePage {
    margin-left: 0.3rem;
}
#prePage::after{content: '';width: 0.09rem;height: 0.16rem;background: url(../images/page_prev.svg) no-repeat center / contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#nextPage::after{content: '';width: 0.09rem;height: 0.16rem;background: url(../images/page_next.svg) no-repeat center / contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
button#jump {
    width: 0.42rem;
    color: #666;
    border: none;
}
div#wp_paging_w6 {
    display: none;
}
#page1 .xz{color: #393939;font-size: 0.18rem;margin-left: 0.5rem;}
button#jump{color: #393939;font-size: 0.18rem;}
@media screen and (max-width: 999px) {
 .page_div span,.page_div input,button#jump{
    display: none ! important;
}
 .page_div{
    margin-bottom: 30px;
}
.page_div button{line-height: 0.7rem;height: 0.7rem;width: 0.7rem;margin: 0 2px;font-size: 18px;}
}
@media screen and (max-width: 479px) {
 #nextPage, #prePage{
    width: 35px;
    /* padding: 0 5px; */
    /* line-height: 27px; */
    /* height: 27px; */
}
.page_div button{border: 1px solid #b5b5b5;height: 27px;line-height: 27px;width: 26px;flex: none;}
}