.header-right .search-btn{border:none;}
.outer-chain{justify-content: flex-start;}
.outer-chain a{width: auto;padding: 0 15px;}
.footer{position: relative;z-index: 10;}


#pages{
	text-align: center;
}
#pages li{
	width: 36px;
	margin: 0 2px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e6e6e6;
	color: #333;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
}
#pages li.active {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #123c7d;
	color: #fff;
	display: inline-block;
}
#pages li a{
	display: inline-block;
	width: 36px;
	height: 30px;
}