* {
  padding: 0;
  margin: 0;
}

/*
  * 外面盒子样式---自己定义
  */
#page {
  text-align: center;
}

.page_div {
  width: 100%;
  /* padding-top: 20px; */
  /* margin-bottom: 20px; */
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  margin-right: 10px;
  /* padding-left: 20px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 页数按钮样式
 */

#pageInput {
  width: 60px;
  height: 28px;
  border: 1px solid #e8e8e8;
  padding: 0 5px;
  margin: 0 8px;
  border-radius: 4px;
}

.page_div a {
  border-radius: 2px;
  min-width: 30px;
  height: 28px;
  border: 1px solid #e8e8e8 !important;

  margin: 0 4px;
  cursor: pointer;
  line-height: 28px;
  color: #666666;
  font-size: 14px;
  display: inline-block;
}

.bigPage a {
  display: inline-block;
  text-align: center !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px;
  margin: 0 8px;
  font-size: 14px;
}

.bigPage #pageInput {
  height: 36px;
  font-size: 14px;
}

.bigPage span {
  font-size: 14px;
}

#firstPage,
#lastPage {
  width: 50px;
  color: #333;
  border: 1px solid #fff !important;
}

#prePage,
#nextPage {
  width: 36px;
  color: #333;
  border: 1px solid #e8e8e8 !important;
}

.page_div .current {
  background-color: #016eee;
  border-color: #016eee;
  color: #ffffff;
}

.bigPage .current {
  background-color: #ef534f;
  border-color: #ef534f;
  color: #ffffff;
}

.totalPages {
  margin: 0 10px;
}

.totalPages span,
.totalSize span {
  color: #016eee;
  margin: 0 5px;
}
#confirmPage {
    padding: 0 16px;
  background: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #eeeeee;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
