* {
	padding:0px;
	margin:0px;
}
ul li {
	list-style-type:none;
}
.ul_btn {
	overflow:hidden;
	padding:10px;
}
.ul_btn li {
	float:left;
	height:30px;
	text-align:center;
	line-height:30px;
	border:1px solid transparent;
	border-radius:3px;
	/* margin-left:5px; */
	padding:0px 10px;
	/* box-shadow:0px -1px 5px #c8c8c8 inset; */
	font-size:14px;
	cursor:pointer;
	color: #666666;
}
.ul_btn li.active {
	box-shadow:none;
	height:30px;
	color: #1890ff;
	font-weight: 500;
	border: 1px solid #1890FF;
}
.ul_btn li.noneBtn {
	background-color:#fff;
	box-shadow:none;
	cursor:auto;
}
.ul_btn li.otherLi {
	box-shadow:none;
	cursor:auto;
}
.firstPage{
	display: none;
}
.endPage{
	display: none;
}