/* 初始化 */
html {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-webkit-overflow-scrolling: touch;
	direction: ltr !important;
	/* scroll-padding-top: 150px;
	scroll-behavior: smooth */
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: normal 13px
		/* PingFang SC, */
		Microsoft Yahei, system-ui, -apple-system, tahoma, Arial, sans-serif
}

button,
input,
textarea,
select {
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	outline: 0
}

ul,
ol,
li {
	list-style: none
}

fieldset,
img {
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
code,
dfn,
em,
var,
i,
b {
	font-style: normal;
	font-weight: normal
}

a {
	text-decoration: none;
	color: #555
}

input,
textarea {
	outline-style: none
}



/* wpforms表单插件生成代码初始化 */
.wpforms-container .wpforms-confirmation-scroll,
.wpforms-container .wpforms-error-container {
	line-height: 16px
}

.wpforms-field-container .wpforms-field {
	padding: 0;
	margin: 0
}

.wpforms-field-container input,
.wpforms-field-container textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}

/* 全局表单文字 */
input::-webkit-input-placeholder {
	color: #AAA;
	font-size: .13rem
}

input::-moz-placeholder {
	color: #AAA;
	font-size: .13rem
}

input:-moz-placeholder {
	color: #AAA;
	font-size: .13rem
}

input:-ms-input-placeholder {
	color: #AAA;
	font-size: .13rem
}

/*滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height: 8px
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #333
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}

/* 复制选中 */
::selection {
	background: #338FFF;
	color: #FFF
}
::-moz-selection {
	background: #338FFF;
	color: #FFF
}
::-webkit-selection {
	background: #338FFF;
	color: #FFF
}

.fl {
	float: left
}
.fr {
	float: right
}
.container {
	overflow: hidden
}
.pr {
	position: relative
}
.clear {
	clear: both
}

.fz18 {
	font-size: 18px;
	line-height: 26px;
}
.fz17 {
	font-size: 17px;
	line-height: 24px;
}
.fz16 {
	font-size: 16px;
	line-height: 22px;
}
.fz15 {
	font-size: 15px;
	line-height: 22px;
}
.fz14 {
	font-size: 14px;
	line-height: 20px;
}
.fz13 {
	font-size: 13px;
	line-height: 20px;
}
.fz12 {
	font-size: 12px;
	line-height: 18px;
}
@media screen and (max-width:1440px) {
	.fz18 {
		font-size: 17px;
		line-height: 24px;
	}
	.fz17 {
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (max-width:1366px) {
	.fz18 {
		font-size: 16px;
		line-height: 22px;
	}
	.fz17 {
		font-size: 15px;
	}
}
@media screen and (max-width:1200px) {
	.fz16 {
		font-size: 15px;
	}
}
@media screen and (max-width:1024px) {
	.fz18 {
		font-size: 15px;
		line-height: 20px;
	}
	.fz17 {
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	.fz18 {
		font-size: 14px;
	}
	.fz17 {
		font-size: 13px;
		line-height: 20px;
	}
	.fz16,
	.fz15,
	.fz14 {
		font-size: 13px;
		line-height: 18px;
	}
}
@media screen and (max-width:560px) {}


/* privacy */
.privacy_cont {}
.privacy_cont .tit {
	margin-bottom: 30px
}
.privacy_cont .tit h2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold
}
.privacy_cont article,
.privacy_cont article * {
	font-size: 14px;
	color: #666;
	line-height: 24px
}



/* thanks */
.thanks {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	overflow: hidden
}
.thanks_logo {}
.thanks h2 {
	margin: .2rem auto;
	font-size: .3rem;
	color: #333;
	font-weight: bold
}
.thanks_link {
	display: inline-block;
	padding: 0 40px;
	line-height: 32px;
	font-size: 15px;
	color: #999;
	border: 2px solid #DDD;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px
}

@media screen and (max-width:1024px) {
	.thanks_logo img {
		max-height: .5rem
	}
	.thanks h2 {
		font-size: .2rem
	}
}
@media screen and (max-width:767px) {
	.thanks_logo img {
		max-height: .44rem
	}
	.thanks h2 {
		font-size: .16rem
	}
	.thanks_link {
		font-size: 13px;
		line-height: 30px
	}
}



/* search results list */

.in_search {
	box-sizing: border-box;
	padding: 0 10%;
}

.search_back {
	display: block;
	margin-bottom: 0.2rem;
	width: .5rem;
	height: .5rem;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	position: relative;
	cursor: pointer;
}
.search_back i {
	opacity: .5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/public/arrow/long/arrow_l_b2.svg) no-repeat center;
	background-size: contain;
}
.search_back:hover {
	border-color: var(--i_color);
	background: var(--i_color);
}
.search_back:hover i {
	opacity: 1;
	background: url(../images/public/arrow/long/arrow_l_w2.svg) no-repeat center;
	background-size: contain;
}

.in_search_list {
	overflow: hidden;
}
.in_search_list li {
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	margin-bottom: 0.26rem;
}
.in_search_list a {
	display: block;
	padding: .2rem;
}
.in_search_list h2 {
	font-size: 0.18rem;
	color: #212121;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_search_list h6 {
	margin: .1rem 0;
	font-size: 0.14rem;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_search_list i {
	display: inline-block;
	padding: .06rem .1rem;
	font-size: 0.13rem;
	color: var(--i_color);
	background: #EDEDED;
	-webkit-border-radius: .04rem;
	border-radius: .04rem;
}

@media screen and (max-width:1024px) {
	.in_search {
		padding: 0 0;
	}
	.in_search_list h2 {
		font-size: 0.15rem;
	}
	.in_search_list h6 {
		font-size: 0.13rem;
	}
	.in_search_list i {
		font-size: 0.12rem;
	}
}
@media screen and (max-width:767px) {
	.search_back {
		width: 0.4rem;
		height: 0.4rem;
	}
	.in_search_list li {
		margin-bottom: 0.2rem;
	}
}



/* 404 */
.in404 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF
}
.in404_text {
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center
}
.in404_text h1 {
	font-size: 220px;
	color: #BBB
}
.in404_text h6 {
	margin: 10px auto 30px;
	font-size: 18px;
	color: #999
}
.in404_text a {
	display: inline-block;
	padding: 0 40px;
	line-height: 32px;
	font-size: 15px;
	color: #999;
	border: 2px solid #DDD;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px
}
@media screen and (max-width:959px) {
	.in404_text h1 {
		font-size: 180px
	}
}
@media screen and (max-width:767px) {
	.in404_text h1 {
		font-size: 140px
	}
	.in404_text h6 {
		font-size: 16px
	}
	.in404_text a {
		font-size: 14px
	}
}
@media screen and (max-width:560px) {
	.in404_text h1 {
		font-size: 70px
	}
	.in404_text h6 {
		margin: 10px auto 18px;
		font-size: 14px;
		line-height: 20px
	}
	.in404_text a {
		font-size: 13px
	}
}


.link_hidden {
	display: none !important;
}