.page_ctrl{
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.page_ctrl *{
  line-height: 26px;
}
.page_ctrl button{
  height: 25px;
  margin:0 3px;
  min-width:30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.page_ctrl button:hover{
  background: #38b34d;
  color: #ffffff;
}
.next_page{
  width: 49px;
  height: 25px;
  border: solid 1px #eaeaea;
  font-size: 10px;
}
.page_ctrl .btn_dis{
  width: 49px;
  height: 25px;
  border: solid 1px #eaeaea;
  cursor: default;
  color: #5e5e5e;
  font-size: 10px;
}
.page_ctrl .btn_dis:hover{
  background: #eeeeee;
  color: #5e5e5e;
}
.page_ctrl .current_page{
  background-color: #38b34d;
  color: #fffefe;
}
.page_ctrl .input_page_num{
  width:30px;
  height: 26px;
  margin:0 3px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  outline: none;
}
.page_ctrl .page_total,.page_ctrl .page_text{
  color: #666666;
  font-size: 10px;
}
.to_page_num{
  font-size: 10px;
}
