 @charset "utf-8";
.page_div{margin: 0.9rem 0 0;color: #666666;text-align: center;display: flex;font-size: 18px;font-family: "微软雅黑";align-items: center;justify-content: center;}
.page_div button{display:inline-block;width: 48px;height: 48px;cursor:pointer;color:#666;font-size: 18px;line-height: 48px;border: 0px solid #dce0e0;text-align:center;margin: 0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;/* font-weight: bold; */border-radius: 0;font-family: "微软雅黑";background: none;}

#nextPage,#prePage{width: 80px;}
.page_div .current{color:#FFF;font-weight: bold;    background: #1A54A6;
    border-color: #1A54A6;}
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#465ea5;margin:0 5px}
.page_div button:disabled{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 4px;

    width: 48px;
    line-height: 48px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #707070;
    text-align: center;
    background: #fff;
    font-size: 18px;
    color: #666;
}


button#jump {
    width: 80px;
    color: #666666;
    margin-left: 8px;
}
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;
}
    #firstPage, #lastPage, #nextPage, #prePage{

}
.page_div button{line-height: 40px;
    height: 40px;
    width: 40px;margin: 0 2px;}
}
@media screen and (max-width: 479px) {
.page_div button{font-size:14px;}
 #nextPage, #prePage{
    width: 50px;
}
.page_div button{border: 1px solid #b5b5b5;height: 27px;line-height: 27px;width: 27px;flex: none;}
}