/*
Theme Name:haovip-appdownload-five
Theme URI:https://www.haozhuti.cn/
Author:好主题网
Author URI:https://www.haozhuti.cn/
Description:
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.htmlText 
Domain:haozhuti
*/

#page-nav {
	padding: 20px 0;
	text-align: center;
	/* margin-top:20px; */
}

#page-nav ul {
	display: inline-block;
	/* background-color:#fff;
	*/
}

#page-nav ul li {
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ddd;
	transition: all 0.2s linear;
	list-style: none;
	background-image: none;
	padding: 0;
	margin-right: 5px;
	background-color: #fff !important;
}

#page-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	background-color: #fff;

}

#page-nav ul li:last-of-type {
	width: 26px;
}




#page-nav ul li.current a{
	background-color: #494949;
	color: #fff;
}
#page-nav ul li.current a:hover{
	color: #fff;
}




#page-nav ul li a:hover{
	color: red;
}

#page-nav ul::before {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	clear: both;
	content: '';
	height: 0;
	visibility: hidden;
	display: block;
}

.aligncenter{
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}





