.fl {
	float: left;
}
.page {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 20px 0;
}
.page button {
	padding: 0 10px;
	margin: 0 10px;
	height: 40px;
	float: left;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	background-color: transparent;
}
.page .first-page,
.page .last-page {
	margin: 0;
}
.page .pageWrap {
	height: 40px;
	float: left;
	overflow: hidden;
}
.page .pageWrap ul {
	width: 100000px;
	height: 40px;
	float: left;
	padding-left: 0px;
}
.page .pageWrap ul li {
	color: #666;
	width: 60px;
	height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	line-height: 1.5;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	list-style: none;
}
.page .pageWrap ul .sel-page {
	background-color: #3558a1;
	color: #fff;
	font-weight: 600;
}
.page .jump-text {
	width: 60px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 5px;
	float: left;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}
.page .jump-button {
	margin: 0;
	float: left;
}
.page .total-pages,
.page .total-count {
	margin-left: 10px;
	float: left;
}
