/* 分页 外面盒子样式---自己定义 */
.page_div{width: 1200px; text-align: center;margin:20px 0;}
/* 页数按钮样式 */
.crum{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .crum .search input{
  background: #FFFFFF;
}
.page_div button{display:inline-block;width:36px;height:36px;background: #FFFFFF;  border:1px solid rgba(153,153,153,1);text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#nextPage,#prePage{width:50px;color:#0073A9;border:1px solid #0073A9}
#firstPage,#lastPage{
  width:32px;
  margin: 0 10px;
  height:17px;
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:24px;
  display: inline-block;
  outline:none;
  border: none;
}
#nextPage,#prePage{width:36px;height:36px;border:1px solid rgba(153,153,153,1);color: #666666;}
.page_div .current{border:1px solid rgba(237,130,34,1); width:36px;height:36px;background:rgba(237,130,34,1);font-size:14px;font-family:PingFang;font-weight:500;color:rgba(255,255,255,1);line-height:32px;}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#0073A9;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}
.page_div .totalList{
  height:16px;
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:24px;
}
.page_div .totalNum{
  margin-left: 20px;
  height:15px;
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:24px;
}
/* end */