 @charset "utf-8";
.page_div{margin: 40px 0 0;display: flex;font-family: "微软雅黑";align-items: center;justify-content: center;}
.page_div button{display:inline-block;width: 35px;height: 35px;font-size: 16px;text-align:center;margin: 0 8px;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-family: "微软雅黑";background: none;}
#nextPage,#prePage{width: 73px;height: 35px;}
.page_div button{border: 1px solid #e5e5e5;}
.page_div .current{background:#147bc5;color:#fff} 

div#wp_paging_w6 {
    display: none;
}
@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;}
}
@media screen and (max-width: 479px) {
 #nextPage, #prePage{
    width: 34px;
}
.page_div button{border: 1px solid #b5b5b5;height: 27px;line-height: 27px;width: 26px;flex: none;}
}