﻿/* .my-page {
  font-size: 14px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  display: inline-block;
  user-select: none;
}

.my-page .my-page-prev,
.my-page .my-page-next {
  float: left;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}

.my-page .my-page-prev.my-page-forbid,
.my-page .my-page-next.my-page-forbid {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2);
}

.my-page .my-page-prev:not(.my-page-forbid):hover,
.my-page .my-page-next:not(.my-page-forbid):hover {
  border-color: #a02d35;
}

.my-page .my-page-group {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.my-page .my-page-group li {
  float: left;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 30px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}

.my-page .my-page-group .my-page-cell {
  border: 1px solid #ddd;
  border-radius: 2px;
}

.my-page .my-page-group .my-page-cell:hover,
.my-page .my-page-group .my-page-checked {
  border-color: #a02d35;
  background-color: #a02d35;
  color: #ffffff;
}

.my-page .my-page-group .my-page-omit {
  pointer-events: none;
} */

.page_ctrl {
	text-align: center;
	margin: 10px auto;
	box-sizing: border-box
}

.page_ctrl * {
	line-height: 26px
}

.page_ctrl button {
	margin: 0 3px;
	min-width: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	cursor: pointer;
	outline: none;
	text-align: center
}

.page_ctrl button:hover {
	background: #0eb0d2;
	color: #fff
}

.page_ctrl .btn_dis {
	cursor: default;
	opacity: .7;
	background: #eee;
	color: #5e5e5e
}

.page_ctrl .btn_dis:hover {
	background: #eee;
	color: #5e5e5e
}

.page_ctrl .current_page {
	background: #0eb0d2;
	color: #fff
}

.page_ctrl .input_page_num {
	width: 30px;
	height: 26px;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	outline: none
}

.page_ctrl .page_total,
.page_ctrl .page_text {
	color: #2b2b2b;
	font-size: 13px
}


* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
}

.tcdPageCode a {
	display: inline-block;
	color: #428bca;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #428bca;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #428bca;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}
