/*
Theme Name:haovip20210729
Theme URI:
Author:好主题网
Author URI:https://www.haozhuti.cn/
Text Domain: hzt
Domain Path: /languages
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: 50px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #ddd;
	transition: all 0.2s linear;
	list-style: none;
	background-image: none;
	padding: 0;
	margin-right: 8px;
	background-color: #fff !important;
	border-radius: 6px;
	overflow: hidden;
}

.page-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #8489c0;
	background-color: #ededf4;
	font-size: 15px;
	font-weight: bold;


}

.page-nav ul li:last-of-type {
	width: 50px;
}




.page-nav ul li.current a {
	background-color: #606060;
	color: #fff;
}

.page-nav ul li a:hover {
	color: #fff;
	background-color: #606060;
	transform: all 0.5s;
}

.page-nav ul::before {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	clear: both;
	content: '';
	height: 0;
	visibility: hidden;
	display: block;
}

.page a {
	margin-right: 4px !important;
}


/* 编辑器 */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/* 编辑器 */

.wpcf7 .ajax-loader {
	display: block;
	margin: 20px auto 0;
}

.wpcf7-not-valid-tip {
	text-align: left;
}


.contactBox .wpcf7 form .wpcf7-response-output {
	margin: 2em 19px 1em auto;
	padding: 0.3em 0 0.2em;
}



.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #c44747;
	/* Red */
	background-color: #c44747;
	;
	font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #ffc20f;
	/* Green */
	background-color: #ffc20f;
	;
	font-size: 1.5em;
}