 
.page_div{margin: 0.81rem 0 0;color:#42403e;text-align: center;}
.page_div button{display:inline-block;width: 0.38rem;height: 0.38rem;cursor:pointer;color:#666;font-size: 0.16rem;line-height: 0.4rem;background-color: #fff;border: 0px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width: 0.9rem;/* color: #c90011; *//* font-size: 0.3rem; */}
#nextPage,#prePage{width: 0.95rem;}
.page_div .current{background-color: #465ea5;border-color: #465ea5;color:#FFF}
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#465ea5;margin:0 5px}
.page_div button:disabled{/* opacity:.5; */cursor:no-drop;color: #c8c9cb !important;}
.totalNum,.totalList,#firstPage,#lastPage{display: none;}
 .page_div button{border: 1px solid #b5b5b5;}
#page{margin-top: 0.6rem;margin-bottom:0.75rem;}
div#wp_paging_w6 {
    display: none;
}
@media screen and (max-width: 999px) {
    #firstPage, #lastPage, #nextPage, #prePage{
    width: 0.9rem;
    height: 0.7rem;
    line-height: 0.7rem;
}
.page_div button{line-height: 0.7rem;height: 0.7rem;width: 0.7rem;margin: 0 2px;}
}
@media screen and (max-width: 479px) {
 #firstPage, #lastPage, #nextPage, #prePage{
    width: auto;
    padding: 0 5px;
    line-height: 27px;
    height: 27px;
}
.page_div button{border: 1px solid #b5b5b5;height: 27px;line-height: 27px;width: 26px;}
}