﻿.page_ctrl{
  text-align: center;
      margin: 50px auto;
      box-sizing: border-box;
      display: flex;
      align-items: center;
}
.page_dot{
	font-size: 12px;
}
.page_ctrl *{
  line-height: 26px;
}
.page_ctrl button{
  margin:0 3px;
  min-width:40px;
  min-height: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.page_ctrl button:hover{
  background: #0029ac;
  color: #ffffff;
}
.page_ctrl .btn_dis{
  cursor: default;
  opacity: .7;
  background: #c8c8c8;
  color: #fff;
}
.page_ctrl .btn_dis:hover{
  background: #eeeeee;
  color: #5e5e5e;
}
.page_ctrl .current_page{
  background: #0029ac;
  color: #ffffff;
}
.page_ctrl .input_page_num{
  width:50px;
  height: 40px;
  margin:0 10px;
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #5e5e5e;
  outline: none;
  border-radius: 5px;
}
.page_ctrl .page_total,.page_ctrl .page_text{
  color: #2b2b2b;
  font-size: 13px;
}
.to_page_num{
	width:55px !important;
	height: 40px;
	margin:0 10px !important;
	padding: 0;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	outline: none;
	border-radius: 5px;
}