/* PAGES */
.page-mod {
	padding:40px 0;
	text-align:center
}
.topage {
	display:inline-block;
	margin:0 auto;
	text-align:center
}
.topage a,.topage .current_page,.topage .input_page_num {
	display:inline-block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:5px;
	border:1px solid #ddd;
	border-radius:5px;
	box-shadow:0 2px 8px rgba(0,0,0,.1);
	background-color:#fff;
	font-size:16px;
	color:#333;
	text-align:center;
	vertical-align:middle;
	cursor: pointer;
}
.topage a:hover {
	position:relative;
	border-color:#00638B;
	color:#00638B;
	text-decoration:none
}
.topage .current_page,.topage .current_page:hover {
	border-color:#00638B;
	background-color:#00638B;
	color:#fff;
	cursor:default
}
.topage .btn_dis {
	color:#bbb
}
.topage .btn_dis:hover {
	border-color:#ddd;
	color:#bbb;
	cursor:default
}
.topage .page_dot {
	display:inline-block;
	margin:-15px 10px 0;
	font-weight:700;
	vertical-align:middle
}
.topage .prev_page,.topage .next_page {
	width:78px
}
.topage i {
	font-family:\5b8b\4f53;
	font-weight:700
}
.topage .prev_page i {
	margin-right:2px
}
.topage .next_page i {
	margin-left:2px
}
.topage .page_total {
	display:inline-block;
	margin-left:10px;
	color:#666
}
.topage .page_total b {
	margin:0 1px
}
.topage .input_page_num:focus {
	border-color:#00638B
}
.topage .to_page_num {
	float:none;
	width:60px;
	margin:0 0 0 10px
}
.page-mini {
	padding:10px 0;
	text-align:center
}
.page-mini .topage a,.page-mini .topage .active {
	width:30px;
	height:30px;
	line-height:30px;
	font-size:12px
}
.page-mini .topage .prev_page,.page-mini .topage .next_page {
	width:50px
}
.page-mini .input_page_num {
	height:30px;
	line-height:30px
}

@media (max-width: 1566px) and (min-width: 750px) {
	.page-mod{
		font-size: 0.95rem;
	}
	.topage a, .topage .current_page, .topage .input_page_num {
			width: 26px;
			font-size: 0.95rem;
			height: 26px;
			line-height: 26px;
	}
}

@media (max-width: 750px){
	.page-mod{
		font-size: 0.8rem;
	}
	.topage .prev_page, .topage .next_page {
			width: 50px;
	}
	.topage a, .topage .current_page, .topage .input_page_num {
			width: 26px;
			font-size: 0.8rem;
			height: 26px;
			line-height: 24px;
	}
	.topage .to_page_num{
			width: 50px;
	}
	.topage .page_other {
		display: none;
	}
}