 
/* 外面盒子样式---自己定义 */
.page_div{margin: 40px 0px 20px 0;color:#666;align-items: center;display: flex;justify-content: center;}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width: 36px;height: 36px;font-weight: bold;cursor:pointer;color:#666;border-radius: 5px;font-size: 15px;line-height: 36px;background: none;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#0073A9;border: 1px solid #BFBFBF;}
#firstPage,#lastPage{display: none;}
#prePage{background: url(../images/prevbut.png) center no-repeat;}
#nextPage{background: url(../images/nextbut.png) center no-repeat;}
#nextPage,#prePage{/* width:70px; */width: 36px;}
.page_div .current{background-color:#8B3652;border-color#8B3652;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#0073A9;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop;}
.totalNum,.totalList{display: none;}

@media screen and (max-width: 999px){
.page_div{font-size:12px}
#nextPage, #prePage{width:30px}
.page_div button{min-width:28px;height:28px;line-height:28px;margin:0 2px}
}