/*
Theme Name:haozhuti
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 
*/

.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;
}




/* 编辑器 */
.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;
}

/* 编辑器 */




.wap-lang {
	padding: 0 10px;
	overflow: hidden;
}

.wap-lang a {
	display: flex;
	align-items: center;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
	padding-left: 10px;
}

.wap-lang img {
	width: 20px;
	padding-right: 5px;
}


/* 产品详情表单 */
.hzt-form-box {
	margin-top: 30px;
}

.hzt-form-box ul:nth-child(1) .txt {
	width: 247px;
	height: 44px;
	line-height: 44px;
	padding: 0 14px;
	border: 1px dotted #d0d0d0;
	margin-right: 20px;
	float: left;
}

.hzt-form-box ul:nth-child(2) textarea {
	width: 841px;
	height: 110px;
	line-height: 44px;
	padding: 0 14px;
	border: 1px dotted #d0d0d0;
	margin-top: 20px;
	font-family: Arial;
}

.hzt-form-box ul:nth-child(3) {
	text-align: center;
}

.hzt-form-box ul:nth-child(3) .submit {
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	background: #006699;
	border-radius: 36px;
	border: none;
	cursor: pointer;
}

.hzt-form-box .mytit{
	font-size: 20px;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}