 
        /* 外面盒子样式---自己定义 */
        .page_div{margin:20px 10px 20px 0;color:#666;text-align:center}
        /* 页数按钮样式 */
        .page_div button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#333333;font-size:14px;line-height:28px;background-color:white;border:0px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
        #firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#333333; }
        #firstPage,#lastPage,.totalNum,.totalList{display:none}
        #nextPage,#prePage{width:70px}
        .page_div .current{background-color:#0036A3;border-color:#0036A3;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}
.page_list,.pageGotu{display:flex;align-items: center;}
.page_list{justify-content: center; }
.page_list input{width:30px;margin-right:5px}
.pageJump{cursor:pointer}
 
@media screen and (max-width: 479px){
 .page_list{ flex-direction: column}
.page_div{margin-bottom:5px}
#nextPage, #prePage{width:60px}
.page_div button{min-width:23px;line-height:23px;height:23px;font-size:12px;margin:0 3px}
}