 @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: 36px;height: 36px;font-size: 16px;text-align:center;margin: 0 3.5px;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-family: "微软雅黑";background: none;color: #666;font-weight: bold;}
#nextPage,#prePage{width: 36px;height: 36px;}
.page_div button{border: 1px solid #BFBFBF;border-radius: 5px;}
.page_div .current{background:#793177;color: #fff;} 
#prePage{background: url(../images/syy.png) no-repeat center center;}
#nextPage{background:url(../images/xyy.png) no-repeat center center}
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 #BFBFBF;height: 36px;line-height: 36px;width: 36px;flex: none;}
}