/*
Theme Name: Nocpix
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";


:root {
	--i_color: #BF1B1D;
	/* Global Color */
	--i_color2:#2F2F2F;
	/* Secondary color */
	--header_height: .8rem;
	/* Head height */
	--border_color: rgba(0, 0, 0, .1);
	/* Default Border Color */
}
@media screen and (max-width:1024px) {
	:root {
		--header_height: .6rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}


.wrap {
	width: 73vw;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 94vw;
	}
}
.wrap2{
	width: 94vw;
	margin-left: auto;
	margin-right: auto;
}



/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014
}

.top_cont {
	position: relative;
	z-index: 2013;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.TopHeader .top_cont {
	background: var(--i_color2);
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		background: var(--i_color2);
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
}



/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	max-height: 42%;
}




/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: auto;
		margin-right: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 0 .5rem;
		position: relative;
		z-index: 2014;
	}

	.i_nav>li {
		height: var(--header_height);
		position: relative;
	}

	.i_nav>li>a {
		display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;justify-content: center;
		height: 100%;
		font-size: 20px;
		color: #FFF;
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		position: relative;
	}
	/* .i_nav>li>a::before{
		opacity: 0;
		content: '';
		position:absolute; top:52%; transform:translate(0,-50%);
		left: 0;
		width: 0.26rem;height: 0.26rem;
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 14 14"%3E%3Cg fill="none" stroke="%23bf1b1d" stroke-linecap="round" stroke-linejoin="round"%3E%3Ccircle cx="7" cy="7" r="4.5"%2F%3E%3Ccircle cx="7" cy="7" r=".5"%2F%3E%3Cpath d="M7 2.5v-2m0 13v-2M11.5 7h2M.5 7h2"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: contain;
	} */

	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a{
		/* padding-left: 0.34rem; */
		color: var(--i_color) !important;
	}
	.i_nav>li:hover>a{color: var(--i_color) !important;}
	/* .i_nav>.current-menu-item>a::before,
	.i_nav>.current-category-ancestor>a::before,
	.i_nav>.current-post-ancestor>a::before,
	.i_nav>.current-menu-ancestor>a::before,
	.i_nav>.current-menu-parent>a::before {
		opacity: 1;
		left: 0;
	} */

	.nav_p1 .sub-menu,.nav_p2 .sub-menu {
		display: none !important;
	}
	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		min-width: 100%;
		background: #FFF;
		overflow: hidden;
		box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
		font-size: 0;
	}
	.i_nav .sub-menu li {
		margin: 0 .16rem;
		display: inline-block;
		position: relative;
		width: 100%;
	}
	.i_nav .sub-menu a {
		display: block;
		font-size: 0.15rem;
		color: #333;
		line-height: 0.36rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}


	/* nav list */
	.nav_list_btn{width: 0.3rem;height: 0.3rem;background: var(--i_color);position: relative;cursor: pointer;}
	.nav_list_btn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.3rem;color: #FFF;}

	.i_nav_list{
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: calc(var(--header_height) + .2rem);
		right: 0;
		background: #FFF;
		box-shadow: 0 0.04rem 0.1rem rgb(0 0 0 / 10%);
		z-index: 2014;
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
	.i_nav_list.on {
		visibility: visible;
		opacity: 1;
		top: var(--header_height);
	}
	.i_nav_list li{}
	.i_nav_list a{
		display: block;
		padding: .06rem .2rem;
		font-size: 0.16rem;
		white-space:nowrap;
	}
	.i_nav_list a:hover{color: var(--i_color);}
}

@media screen and (min-width:1025px) and (max-width:1440px){
	.i_nav{gap: 0 .4rem;}
	.i_nav>li>a {
		font-size: 16px;
	}
}
@media screen and (min-width:1025px) and (max-width:1366px){
	.i_nav>li>a {
		font-size: 15px;
	}
}
@media screen and (min-width:1025px) and (max-width:1200px){
	.i_nav{gap: 0 .3rem;}
	.i_nav>.current-menu-item>a, .i_nav>.current-category-ancestor>a, .i_nav>.current-post-ancestor>a, .i_nav>.current-menu-ancestor>a, .i_nav>.current-menu-parent>a{padding-left: 0;}
	.i_nav>.current-menu-item>a::before, .i_nav>.current-category-ancestor>a::before, .i_nav>.current-post-ancestor>a::before, .i_nav>.current-menu-ancestor>a::before, .i_nav>.current-menu-parent>a::before{display: none;}
}



/* nav dropdown menu */
.nav_dropdown {display:none;position:fixed;top:var(--header_height);left:0;width:100%;padding:.24rem 0 .2rem;background:#FFF;border-bottom: 1px solid var(--border_color);z-index:100;}
.nav_dropdown.show{
	display: block !important;
	transform: translateY(0);
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
/* .nav_dropdown.tsY100{transform: translateY(calc(-100% - var(--header_height)));}
.nav_dropdown.tsY0{transform: translateY(0) !important;} */
.nav_dropdown.tsY100{transform: translateY(calc(-100% - var(--header_height)));}
.nav_dropdown.tsY0{transform: translateY(0) !important;}

.nav_dropdown_cont{width: 90vw;max-width: 1500px; margin-left: auto;margin-right: auto;}

.nav_dropdown ul {display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content: center; gap:.24rem 2%;}
.nav_dropdown li {width:15%;}
.nav_dropdown li>a {
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;
	overflow:hidden;
}
.nav_dropdown .img {
	flex-shrink: 0;
	width:34%;
	position:relative;overflow:hidden
}
.nav_dropdown .img::before {content:"";display:block;padding-bottom:100%}
.nav_dropdown .img img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90%;max-height:90%;object-fit:contain;-webkit-transition:all .5s ease;transition:all .5s ease}
.nav_dropdown .txt {margin-left: 0.1rem;;}
.nav_dropdown .txt p {font-size:0.14rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.nav_dropdown li>a:hover img{max-width: 100%;max-height: 100%;}
.nav_dropdown li>a:hover p{color: var(--i_color);text-decoration: underline;}

.nav_dropdown_pd{display: none; margin-top: 10px; padding-top:10px; border-top: 1px solid #DDD;}
.nav_dropdown_pd dt{position: relative;}
.nav_dropdown_pd dt::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 4px;height: 4px;-webkit-border-radius:50%; border-radius:50%; background: #CCC;}
.nav_dropdown_pd dt a{display: flex; flex-wrap:wrap; align-items:center; gap:0 6px; padding: 4px 0 4px 14px;font-size: 14px;}
.nav_dropdown_pd dt a iconify-icon{color: var(--i_color)}
.nav_dropdown_pd dt a:hover{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1024px) {
	.nav_dropdown {display:none !important;}
}








@media screen and (max-width:1024px) {
	.i_nav {
		opacity: 0;
		position: fixed;
		top: var(--header_height);
		left: 101%;
		width: 100%;
		width: 100vw;
		height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		-webkit-transition:all .5s ease; transition:all .5s ease;
		z-index: 9999
	}
	.i_nav.active{opacity: 1; left: 0;}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 8px;
		right: .2rem;
		width: .3rem;
		height: .3rem;
		box-sizing: border-box;
		border: 1px solid #CCC;
		-webkit-border-radius:50%; border-radius:50%;
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: .2rem;
	}
	.i_nav>.menu-item-has-children span.on {
		background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
		background-size: .2rem;
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .16rem;
		color: #222;
		line-height: .44rem;
		text-transform: uppercase;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a{
		color: var(--i_color) !important;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .15rem;
		color: #555;
		line-height: .4rem;
		position: relative;
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.i_nav .hidden{display: block !important;}
}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #FFF;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important;
		margin-left: 30px;
	}
}
@media screen and (max-width:560px) {
	.nav_menu{margin-left: 20px;}
}







.top_r {
	--size: .26rem
}
.top_r {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .16rem;
	height: var(--header_height)
}


.subNav{display:flex; flex-wrap:wrap;align-items: center; gap: 0 .16rem;}
.subNav dt{position: relative; height: var(--header_height); display:flex; flex-wrap:wrap; align-items: center;}
.subNav dt>a{display: block; padding: .06rem .16rem; border: 1px solid rgb(255 255 255 / 40%); -webkit-border-radius:2rem; border-radius:2rem;}

.subNav b{font-size: 0.18rem;color: #FFF;}
.subNav dt:hover>a{background: var(--i_color);border-color: var(--i_color);}

.subNav ul ~ a{padding-right: .3rem; position: relative;}
.subNav ul ~ a::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: .12rem; width: 0.12rem;height: 0.12rem;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M5 7.75a.75.75 0 0 0-.53 1.28l7 7a.75.75 0 0 0 1.06 0l7-7A.75.75 0 0 0 19 7.75z'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}

.subNav ul {
	display: none;
	position: absolute;
	left: 0;
	top: var(--header_height);
	min-width: 100%;
	background: #FFF;
	overflow: hidden;
	box-shadow: 0 .06rem .1rem rgb(0 0 0 / 8%);
	font-size: 0;
}
.subNav ul li {
	margin: 0 .16rem;
	position: relative;
}
.subNav ul a {
	display: block;
	font-size: 0.15rem;
	color: #333;
	line-height: 0.36rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.subNav ul li:hover a {
	color: var(--i_color);
}


.top_user,
.top_search_ico,
.top_country,
.top_language_ico{
	height: var(--header_height);
	display:-webkit-flex; display:flex; flex-wrap:wrap;
	align-items: center;
	text-align: center;
	position: relative;
}
.top_user iconify-icon,
.top_search_ico iconify-icon,
.top_country iconify-icon
/* .top_language_ico iconify-icon */
{font-size: var(--size);color: #FFF;cursor: pointer;}

.top_user.on iconify-icon{color: var(--i_color);}
.top_user_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) + .3rem);
	right: 0;
	background: #FFF;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_user_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}
.top_user_list li {
	text-align: right;
}
.top_user_list a {
	display: block;
	padding: .08rem .3rem;
	font-size: 0.16rem;
	color: var(--i_color2);
	white-space: nowrap;
}
.top_user_list a:hover {
	background: #EEE;
	color: var(--i_color);
}

.top_user_name{margin-left: -.1rem;}
.top_user_name a{font-size: 0.18rem;color: #FFF;}

.top_search_ico {padding-left: 0.16rem;}
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}

.top_country{padding-left: 0.16rem; position: relative;}
.top_country .btn{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .06rem;cursor: pointer;}
.top_country .btn p{display: none; font-size: 0.17rem;color: #FFF;}

.top_language_ico{padding-left: 0.16rem;}
.top_language_btn{padding-right: 0.22rem; font-size: 0.15rem;color: #FFF;cursor: pointer;position: relative;}
.top_language_btn::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0;width: 0.2rem;height: 0.2rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E") no-repeat center;background-size: contain;-webkit-transition:all .5s ease; transition:all .5s ease;}
.top_language_btn.on::before{-webkit-transform:translate(0,-50%) rotate(-180deg); transform:translate(0,-50%) rotate(-180deg);}
.top_language_btn.noselect::before{display: none !important;}

.top_search_ico::before,.top_country::before, .top_language_ico::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 1px;
	height: 0.2rem;
	background: #FFF;
}

@media screen and (max-width:1440px) {
	.tobuy b{font-size: 0.16rem;}
	.top_user_name a{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.top_r{margin-left: auto;}
	.tobuy b{font-size: 0.14rem;}
	.top_user_name a{font-size: 0.14rem;}
}
@media screen and (max-width:768px) {
	.tobuy,.top_user_name{display: none;}
}
@media screen and (max-width:560px) {
	.top_r{--size:24px}
	.top_r{gap: 0 16px;}
	.top_search_ico,.top_country,.top_language_ico{padding-left: 0;}
	.top_search_ico::before,
	.top_country::before,
	.top_language_ico::before
	{display: none; background: rgb(255 255 255 / 10%);}

	.top_user_list a{font-size: 0.14rem;color: #666;}
}







/* language list */
.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) + .3rem);
	right: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}

.top_language_list ul {
	overflow: hidden;
}

.top_language_list li {
	background: #FFF;
}
.top_language_list .current-language-menu-item{display: none;}
.top_language_list a>span {
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;
	box-sizing: border-box;
	padding: 0 14px;
	min-width: 100px;
	overflow: hidden
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #666;
	line-height: .3rem
}
.top_language_list .trp-ls-language-name{margin-left: 8px;}

.top_language_list li:hover {
	background: #EEE;
}
.top_language_list li:hover .trp-ls-language-name {
	color: var(--i_color);
}
.top_language,
.top_language>i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: calc(var(--header_height) + .3rem);
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 102;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height) * 2);
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
}
.top_search_btn {
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 2);
	height: var(--search_height);
	background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: .24rem;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
}




/* Country */
.country_box{opacity: 0; visibility: hidden; position: fixed;bottom: -100%;left: 0;width: 100%;height: 100vh;background: #FFF; -webkit-transition:all .5s ease; transition:all .5s ease; z-index: 9999;}
.country_box.on{opacity: 1; visibility: visible; bottom: 0;}

.country_close{position: absolute;top: .2rem;right: .4rem;cursor: pointer;-webkit-transition:all .5s ease; transition:all .5s ease;z-index: 3;}
.country_close iconify-icon{font-size: 0.4rem;color: #555;}
.country_close:hover{-webkit-transform:rotate(-180deg); transform:rotate(-180deg);}
.country_close:hover iconify-icon{color: var(--i_color);}

.country_menu{width: calc(100% - 4px); margin: 0 auto; height: 100%; overflow-y: auto; position: relative;}
.country_list{padding-top: 0.4rem; max-width: 800px; width: 94%; margin-left: auto;margin-right: auto;}
.country_item{padding-bottom: 0.36rem;}
.country_item:not(:last-child){margin-bottom: 0.36rem;border-bottom: 1px solid var(--border_color);}
.country_item>h4{margin-bottom: 0.22rem; font-size: 0.36rem;color: #111;font-weight: bold;}
.country_item ul{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: .1rem .4rem;}
.country_item li{position: relative;}
.country_item li a{display: block; padding: 8px 8px 8px 0;}
.country_item li::before{content: '';position: absolute;right: 0;bottom: 0;width: 0;height: 2px;background: var(--i_color);-webkit-transition:all .3s ease; transition:all .3s ease;}
.country_item li a>span{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .06rem;}
.country_item li img{}
.country_item li .trp-ls-language-name{font-size: 0.18rem;}
.country_item li:hover .trp-ls-language-name{color: var(--i_color);}
.country_item li:hover::before{right: initial; left: 0; width: 100%;}

.country_item.curr_country_web>h4{color: var(--i_color);}
.country_item.curr_country_web .current-language-menu-item::before{width: 100%;}
.country_item.curr_country_web .current-language-menu-item .trp-ls-language-name{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.country_item>h4{font-size: 0.3rem;}
}
@media screen and (max-width:1200px) {
	.country_item>h4{font-size: 0.26rem;}
}
@media screen and (max-width:1024px) {
	.country_close{right: 0.3rem;}
	.country_item ul{gap: .08rem .3rem;}
	.country_item{padding-bottom: 0.24rem;}
	.country_item:not(:last-child){margin-bottom: 0.24rem;}
	.country_item>h4{font-size: 0.22rem;}
	.country_item li .trp-ls-language-name{font-size: 0.16rem;}
}
@media screen and (max-width:768px) {
	.country_close{top: 0.1rem; right: 0.2rem;}
}
@media screen and (max-width:560px) {
	.country_item{padding-bottom: 0.2rem;}
	.country_item:not(:last-child){margin-bottom: 0.2rem;}
	.country_item>h4{margin-bottom: 0.14rem; font-size: 0.2rem;}
	.country_item ul{gap: .06rem .26rem;}
	.country_item li .trp-ls-language-name{font-size: 0.15rem;}
}




.mb_full_header{display: none;height: var(--header_height)}
@media screen and (max-width:1024px) {
	.mb_full_header{display: block;}
}

.mb_full_header2{height: .64rem;}
@media screen and (max-width:1024px) {
	.mb_full_header2{height: .5rem;}
}




/* Main */
main{position: relative;overflow: hidden;}

.blur__warp{
	opacity: 0;
	visibility: hidden;
	position: fixed;left: 0;bottom: 0;width: 100%;height: calc(100% - var(--header_height));background: rgb(0 0 0 / 80%);
	-webkit-transition:all .5s ease; transition:all .5s ease;
	z-index: 99;
}
.blur__warp.on{opacity: 1;visibility: visible;}

@media screen and (max-width:1024px) {
	.blur__warp{z-index: 98;}
}



/* action */
@keyframes InLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}





.box_tit{font-size: 0.3rem;font-weight: bold;}

@media screen and (max-width:1200px) {
	.box_tit{font-size: 0.26rem;}
}
@media screen and (max-width:1024px) {
	.box_tit{font-size: 0.22rem;}
}
@media screen and (max-width:768px) {
	.box_tit{font-size: 0.2rem;}
}
@media screen and (max-width:560px) {
	.box_tit{font-size: 0.18rem;}
}





/* big tit */
.i_tit{}
.i_tit h2{font-size: 0.4rem;color: #333;font-weight: bold;}

.sub_tit1{margin-top: 0.2rem;font-size: 0.24rem;padding: 0 10%;}
.sub_tit2{margin-top: 0.2rem;font-size: 0.2rem}

.i_tit.center{text-align: center;}

@media screen and (max-width:1440px) {
	.i_tit h2{font-size: 0.36rem;}

	.sub_tit1{font-size: 0.22rem;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.i_tit h2{font-size: 0.32rem;}

	.sub_tit1{font-size: 0.2rem;}

	.sub_tit2{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.i_tit h2{font-size: 0.26rem;}

	.sub_tit1{font-size: 0.18rem;}

	.sub_tit2{font-size: 0.16rem;}
}
@media screen and (max-width:768px) {
	.i_tit h2{font-size: 0.24rem;}

	.sub_tit1{padding: 0 0; font-size: 0.16rem;}

	.sub_tit2{font-size: 0.15rem;}
}
@media screen and (max-width:560px) {
	.i_tit h2{font-size: 0.2rem;}

	.sub_tit1{font-size: 0.15rem;}

	.sub_tit2{font-size: 0.14rem;}
}






/* More btn */
.i_more{
	display: table;
	text-align: center;
	min-width: 1.7rem;
	box-sizing: border-box;
	border: 1px solid #BBB;
	-webkit-border-radius:2rem; border-radius:2rem;
	-webkit-transition:all .5s ease; transition:all .5s ease;
	position: relative;
	overflow: hidden;
}
.i_more::before{content: '';position: absolute;right: 0;top: 0;width: 0;height: 100%;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}
.i_more b{
	display: block;padding: .1rem .2rem;
	font-size: 0.16rem;color: #666;
	position: relative;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.i_more:hover{border-color: var(--i_color) !important;}
.i_more:hover::before{right: initial;left: 0; width: 100%;}
.i_more:hover b{color: #FFF;}
.i_more.center{margin-left: auto;margin-right: auto;}

.i_more.curr{background: var(--i_color);border-color: var(--i_color);}
.i_more.curr b{color: #FFF;}

@media screen and (max-width:1024px) {
	.i_more{min-width: 1.3rem;}
	.i_more b{padding: .08rem .2rem; font-size: 0.14rem;}
}
@media screen and (max-width:560px) {
	.i_more b{padding: .06rem .1rem}
}








/* Public Pagination Style */
.public_pagination_style .swiper-pagination-bullet{width: 0.2rem;height: 3px;background: #DDD; display:inline-block; margin:0 4px; outline:none; cursor:pointer;}
.public_pagination_style .swiper-pagination-bullet-active{background:var(--i_color)}








/* Footer Search */
.f_search{background: #F1F1F1;}

.f_search_form{
	width: 7.4rem;
	display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;background: #FFF;
	-webkit-border-radius:3rem; border-radius:3rem;
	box-sizing: border-box;padding: 8px;
	margin-left: auto;margin-right: auto;
}
.f_search_form .search_ipt{width: 100%; margin-right: 0.3rem;box-sizing: border-box;padding-left: 0.3rem;font-size: 0.2rem;}
.f_search_form .search_ipt::-webkit-input-placeholder {
	color: #AAA;
	font-size: .2rem
}
.f_search_form .search_ipt::-moz-placeholder {
	color: #AAA;
	font-size: .2rem
}
.f_search_form .search_ipt:-moz-placeholder {
	color: #AAA;
	font-size: .2rem
}
.f_search_form .search_ipt:-ms-input-placeholder {
	color: #AAA;
	font-size: .2rem
}
.f_search_form .search_btn{flex-shrink: 0;font-size: 0;width: 0.54rem;height: 0.54rem;background: var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21 21l-4.343-4.343m0 0A8 8 0 1 0 5.343 5.343a8 8 0 0 0 11.314 11.314'/%3E%3C/svg%3E") no-repeat center;-webkit-border-radius:50%; border-radius:50%;cursor: pointer;}

.f_search_list{
	display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: center;
	gap: .4rem .2rem;
}
.f_search_list a{
	display: block;
	padding: .08rem .24rem;
	font-size: 0.18rem;border: 1px solid var(--border_color);-webkit-border-radius:2rem; border-radius:2rem;
}
.f_search_list a:hover{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.f_search_form .search_btn{width: 0.4rem;height: 0.4rem;}
	.f_search_list a{font-size: 0.17rem;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.f_search_form{width: 6.7rem;}
	.f_search_form .search_ipt{padding-left: 0.2rem;}
	.f_search_form .search_btn{width: 0.36rem;height: 0.36rem;}
	.f_search_list{gap: .16rem .2rem;}
	.f_search_list a{font-size: 0.15rem;}
}
@media screen and (max-width:768px) {
	.f_search_form{width: 100%;}
	.f_search_form .search_btn{width: 0.34rem;height: 0.34rem;background-size: .2rem;}
	.f_search_form .search_ipt{font-size: 0.15rem;}
	.f_search_form .search_ipt::-webkit-input-placeholder {
		color: #AAA;
		font-size: .15rem
	}
	.f_search_form .search_ipt::-moz-placeholder {
		color: #AAA;
		font-size: .15rem
	}
	.f_search_form .search_ipt:-moz-placeholder {
		color: #AAA;
		font-size: .15rem
	}
	.f_search_form .search_ipt:-ms-input-placeholder {
		color: #AAA;
		font-size: .15rem
	}
	.f_search_list{gap: .1rem .1rem;}
	.f_search_list a{padding: .08rem .16rem; font-size: 0.14rem;}
}
@media screen and (max-width:560px) {}








/* Footer */
footer{
	background:url(static/images/footer_bg.webp) no-repeat center;
	background-size: cover;
}

footer{
	background:url(static/images/footer_bg.webp) no-repeat center;
	background-size: cover;
}

.f_tit{padding: .7rem 0;}

.f_form{width: 100%; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;justify-content: center;gap: 0 .6rem;}
.f_form_t p{margin-bottom: 0.1rem;font-size: 0.18rem;color: #FFF;font-weight: bold;}
.f_form_t h6{font-size: 0.16rem;color: #FFF;}

.f_form #wpforms-132{--input_font_size:14px;--input_height:.5rem}
.f_form #wpforms-132{width: 40%;margin: 0;padding: 0;}
.f_form #wpforms-form-132{
	width:100%;position:relative;
	display:-webkit-flex; display:flex; flex-wrap:nowrap;
	align-items: center;
}

.f_form #wpforms-132 input,.f_form #wpforms-132 button{margin:0;padding:0;border:none;background:none}
.f_form #wpforms-132 .wpforms-field{padding:0;margin:0}
.f_form #wpforms-132 .wpforms-field-label{font-size:0;}
.f_form #wpforms-132 .wpforms-required-label{position:absolute;top:.06rem;left:.1rem;font-size:.16rem;color:#F00}
.f_form #wpforms-132 .wpforms-field{width:100%;background:transparent;position:relative;}

.f_form #wpforms-132 .wpforms-field-container input,.f_form #wpforms-132 textarea{width:100%;max-width:100% !important;min-width:100%;font-size:var(--input_font_size);color:#FFF;height:var(--input_height);box-sizing:border-box;border:1px solid rgb(255 255 255 / 30%);background:none;padding:0 .24rem;-webkit-border-radius:2rem;border-radius:2rem;-webkit-transition:all .5s ease;transition:all .5s ease}
.f_form #wpforms-132 .wpforms-field-container input:hover,.f_form #wpforms-132 textarea:hover{border-color:var(--i_color);}
.f_form #wpforms-132 input{line-height:var(--input_height)}
.f_form #wpforms-132 textarea{line-height:.22rem;min-height:1rem;padding:.06rem .24rem}

.f_form #wpforms-132 input::-webkit-input-placeholder,.f_form #wpforms-132 textarea::-webkit-input-placeholder{color:rgb(255 255 255 / 50%);font-size:var(--input_font_size)}
.f_form #wpforms-132 input::-moz-placeholder,.f_form #wpforms-132 textarea::-moz-placeholder{color:rgb(255 255 255 / 50%);font-size:var(--input_font_size)}
.f_form #wpforms-132 input::-ms-input-placeholder,.f_form #wpforms-132 textarea::-ms-input-placeholder{color:rgb(255 255 255 / 50%);font-size:var(--input_font_size)}

.f_form #wpforms-132-field_1-error,.f_form #wpforms-132-field_2-error,.f_form #wpforms-132-field_3-error,.f_form #wpforms-132-field_4-error,.f_form #wpforms-132-field_5-error,.f_form #wpforms-132-field_6-error{
	position:absolute;
	left: 0;bottom: -22px;
	font-size:13px;color:#d14545;
}
.f_form #wpforms-132 .wpforms-error-container{position:absolute; left: 0; bottom:-.38rem; font-size:13px;color:#d14545;}

.f_form #wpforms-132 .wpforms-field-container{width:100%;margin-right: 0.1rem;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;}
.f_form #wpforms-132 .wpforms-submit-container{
	padding: 0 0;
	flex-shrink: 0;
	width: 1.8rem;
	box-sizing: border-box;
	text-align:center;
	-webkit-border-radius:2rem; border-radius:2rem;
	border: 1px solid rgb(255 255 255 / 30%);
	overflow:hidden; position:relative;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.f_form #wpforms-132 .wpforms-submit-container::before{content: '';position: absolute;left: 0;top: 0;width: 0;height: 100%;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}
.f_form #wpforms-132 .wpforms-submit-container button{width:100%;box-sizing: border-box; height:var(--input_height);font-size:.15rem;color:#FFF;line-height:var(--input_height); cursor:pointer; position:relative; z-index:2}
.f_form #wpforms-132 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
.f_form #wpforms-132 .wpforms-submit-container:hover{
	right: initial;
	left: 0;
	border-color: var(--i_color);
}
.f_form #wpforms-132 .wpforms-submit-container:hover::before{
	width: 100%;
}


.f_logo{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;}
.f_logo_main{flex-shrink: 0;padding-right: 0.4rem;margin-right: 0.4rem;position: relative;}
.f_logo_main::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);right: 0;width: 1px;height: 50%;background: rgb(255 255 255 / 20%);}
.f_logo_main img{height: .42rem;}
.f_logo dl{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: .26rem .4rem;}
.f_logo dt img{opacity: .4; height: 0.24rem;}


.f_cont{border-top: 1px solid rgb(255 255 255 / 10%);}
.f_cont .wrap2{display:-webkit-flex; display:flex; flex-wrap:nowrap;}

.f_nav{
	width: 100%;display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: space-between;}
.f_nav dt{max-width: 18%;}
.f_nav dt>a{display: block;margin-bottom: 0.26rem;font-size: 0.18rem;color: #FFF;}
.f_nav li{margin: .18rem 0;}
.f_nav li a{font-size: 14px;color: rgb(255 255 255 / 50%);}
.f_nav dt>a:hover,.f_nav li a:hover{color: var(--i_color);}

.f_contact{margin-left: 10%;flex-shrink: 0;width: 26%;}
.f_wtb{
	display: inline-block;
	padding: .06rem .16rem;
	-webkit-border-radius:2rem; border-radius:2rem;
	background: var(--i_color);
}
.f_wtb b{font-size: 0.18rem;color: #FFF;}
.f_contact p{margin: .3rem 0 .2rem;font-size: 0.18rem;color: #FFF;}
.f_contact_list{}
.f_contact_list li{margin: .1rem 0;}
.f_contact_list li,.f_contact_list a{font-size: 0.16rem;color: #FFF;}
.f_contact_list a{margin-left: 0.06rem;}
.f_contact_list a:hover{color: var(--i_color);}

.f_media{margin-top: 0.5rem;display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .3rem;}
.f_media li{font-size: 0;-webkit-transition:all .5s ease; transition:all .5s ease;}
.f_media iconify-icon{
	font-size: 0.24rem;color: rgb(255 255 255 / 60%);
}
.f_media li:hover{-webkit-transform:translate(0,-4px); transform:translate(0,-4px);}
.f_media a:hover iconify-icon{color: #FFF;}

.f_copy{margin: 1rem 0 0;}
.f_copy p,.f_copy a{font-size: .14rem;color: rgb(255 255 255 / 60%);}
.f_copy a{margin-left: 0.2rem;}
.f_copy a:hover{color: var(--i_color);text-decoration: underline;}

@media screen and (max-width:1024px) {
	.f_tit{flex-wrap: wrap;}
	.f_form{margin-left: 0;justify-content: flex-start;}
	.f_form_t h6{font-size: 0.14rem;}
	.f_form #wpforms-132{--input_height:.44rem}
	.f_form #wpforms-132{width: 100%;}

	.f_logo_main{padding-right: 26px;margin-right: 26px;}
	.f_logo_main img{height: 30px;}

	.f_nav{display: none;}
	.f_contact{margin-left: 0;width: 100%;}
	.f_wtb{display: none;}
	.f_contact p{margin-top: 0;}
	.f_media{margin-top: 0.4rem;}

	.f_copy{margin: 0.7rem 0 0;}
}
@media screen and (max-width:768px) {
	.f_tit{padding: 40px 0;}
	.f_form{flex-wrap: wrap;}
	.f_form #wpforms-132{margin-top: 0.2rem;padding-bottom: 0.26rem;}
	.f_form #wpforms-132 .wpforms-submit-container{width: 1.6rem; border-color: var(--i_color);}
	.f_form #wpforms-132 .wpforms-submit-container::before{width: 100%;}
	.f_form #wpforms-132 .wpforms-submit-container button{font-size: 0.14rem;}

	.f_logo{flex-wrap: wrap;}
	.f_logo_main{display: none;}

	.f_media{margin-top: 0.3rem;}

	.f_copy{margin: 0.5rem 0 0;}
	.f_copy a{display: block;margin-left: 0;}
}
@media screen and (max-width:560px) {
	.f_logo img{height: 0.36rem;}

	.f_form_t p{font-size: 0.17rem;margin-bottom: 0.04rem;}
	.f_form_t h6{font-size: 0.13rem;}
	.f_form #wpforms-132{--input_height:.4rem}
	.f_form #wpforms-132{padding-bottom: 0}
	.f_form #wpforms-132 .wpforms-submit-container{width: 1.1rem;}
	.f_form #wpforms-132 .wpforms-submit-container button{font-size: 0.13rem;}
	.f_form #wpforms-132 .wpforms-submit-container img{display: none !important;}

	.f_logo dt img{height: 20px;}

	.f_contact_list li, .f_contact_list a{font-size: 0.15rem;}

	.f_media{gap: 0 .24rem;}

	.f_copy{margin: 0.34rem 0 0;}
}






#J_xiaomi_dialog .J_weaklogo {display: none}

aside{
	position: fixed;right: .2rem;bottom:10%;z-index: 999999999;cursor: pointer;
}

.aside_navbar{
	width: 0.7rem;height: 0.7rem;
	background: var(--i_color);
	-webkit-border-radius:50%; border-radius:50%;
	position: relative;
	-webkit-transition:all .5s ease; transition:all .5s ease;
	z-index: 3;
}
.aside_navbar.active{-webkit-transform:rotate(720deg); transform:rotate(720deg);}
.aside_navbar>iconify-icon{
	position:absolute; top:50%; left:50%; font-size: 0.4rem;color: #FFF;
	-webkit-transform:translate(-50%,-50%) rotateY(180deg); transform:translate(-50%,-50%) rotateY(180deg);
}

.aside_list{
	position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	-webkit-transform:scale(0); transform:scale(0);
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.aside_list.active{-webkit-transform:scale(1); transform:scale(1);}
.aside_list li{
	position: absolute;font-size: 0;
	-webkit-transform:rotate(-720deg); transform:rotate(-720deg);
	-webkit-border-radius:50%; border-radius:50%;
	box-shadow: 0 0 .1rem rgb(255 255 255 / 30%);
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.aside_list.active li{-webkit-transform:rotate(0deg); transform:rotate(0deg);}

.aside_list li:nth-child(1){top: -120%;right: 0;}
.aside_list li:nth-child(2){top: -90%;left: -30%;}
.aside_list li:nth-child(3){top: -30%;left: -90%;}
.aside_list li:nth-child(4){left: -120%;bottom: 0;}
.aside_list li:nth-child(5){left: -103%;bottom: -78%;}

.aside_list li img{width: 0.4rem; height: 0.4rem; object-fit: contain;}

@media screen and (max-width:1024px) {
	.aside_navbar{width: 0.56rem;height: 0.56rem;}
	.aside_navbar>iconify-icon{font-size: 0.26rem;}
	.aside_list li img{width:30px; height: 30px;}
}
@media screen and (max-width:768px) {
	.aside_navbar{width: 0.5rem;height: 0.5rem;}
	.aside_navbar>iconify-icon{font-size: 0.28rem;}
	.aside_list li img{width:28px; height: 28px;}
}
@media screen and (max-width:560px) {
	aside{right: 0.1rem;}
}







.subscribe_pop{
    display: none;
	position: fixed;bottom: 0;right: 0;
	width: 4.4rem;
	box-shadow: 0 -4px 12px rgb(0 0 0 / 15%);
	z-index: 9999999999;
}
.subscribe_pop .cont{
	box-sizing: border-box;
	padding: .2rem .2rem .2rem .3rem;
	margin: 0 auto;
	background: #FFF;
}
.subscribe_pop_tit{display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: flex-start; gap: 0 4%;}
.subscribe_pop_tit p{margin-bottom: 4px; font-size: 0.2rem;font-weight: bold;}
.subscribe_pop_tit h6{font-size: 14px;}
.subscribe_pop_tit iconify-icon{margin-left: auto;font-size: 0.34rem;color: var(--i_color);cursor: pointer;-webkit-transition:all .5s ease; transition:all .5s ease;}
.subscribe_pop_tit iconify-icon:hover{-webkit-transform:rotate(-180deg); transform:rotate(-180deg);}

.subscribe_pop #wpforms-132{
	--wpforms-field-size-input-height:42px;
	--wpforms-button-background-color:var(--i_color);
	--wpforms-button-border-color:var(--i_color);
	--wpforms-page-break-color:var(--i_color);
}
.subscribe_pop #wpforms-132{margin:0;padding:0;}
#wpforms-form-123456{width:100%;position:relative;}

.subscribe_pop #wpforms-132 .wpforms-field-container{}
.subscribe_pop #wpforms-132 .wpforms-field-container>.wpforms-field{width: 100%;padding: 0 1px 20px;margin: 0 0 10px;position: relative; overflow-x:initial !important}

/* .subscribe_pop #wpforms-132 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
.subscribe_pop #wpforms-132 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

.subscribe_pop #wpforms-132 .wpforms-field-container .wpforms-field>input,
.subscribe_pop #wpforms-132 .wpforms-field-container textarea,
.subscribe_pop #wpforms-132 .wpforms-field-container select,
.subscribe_pop #wpforms-132 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}
.subscribe_pop #wpforms-132 .wpforms-field-container .wpforms-field>input,
.subscribe_pop #wpforms-132 .wpforms-field-container textarea,
.subscribe_pop #wpforms-132 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
.subscribe_pop #wpforms-132 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
.subscribe_pop #wpforms-132 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
.subscribe_pop #wpforms-132 .wpforms-field-container select{cursor: pointer;}
.subscribe_pop #wpforms-132 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
.subscribe_pop #wpforms-132 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
.subscribe_pop #wpforms-132 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
.subscribe_pop #wpforms-132 .wpforms-field-container em.wpforms-error,.subscribe_pop #wpforms-132 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; bottom: -2px;}

.subscribe_pop #wpforms-132 .wpforms-field-container label.wpforms-error{position: absolute;left: 0;bottom: 0;}

.subscribe_pop #wpforms-132 .wpforms-error-container{margin-bottom:10px}

/* #wpforms-234567 input::placeholder, #wpforms-234567 textarea::placeholder{color:#333;font-size:16px} */

/* .subscribe_pop #wpforms-132 .wpforms-field-container{display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: space-between;}
.subscribe_pop #wpforms-132-field_1-container,
.subscribe_pop #wpforms-132-field_2-container
{width: 48% !important;} */

.subscribe_pop #wpforms-132 .wpforms-submit-container{width: 260px;padding:0 0;border: none;-webkit-border-radius:2rem; border-radius:2rem; overflow: hidden;}
.subscribe_pop #wpforms-132 .wpforms-submit-container button{width: 100%;font-size: 15px; color: #FFF; background: var(--i_color); border: none;}
.subscribe_pop #wpforms-132 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
.subscribe_pop #wpforms-132 .wpforms-submit-container button:hover{background: #8E0D0F;}

@media screen and (max-width:560px) {
    .subscribe_pop{width:100%;}
    .subscribe_pop_tit p{font-size:18px}
	.subscribe_pop #wpforms-132 .wpforms-submit-container{margin-left: auto;margin-right: auto;}
}







.in_banner{width: 100%; position: relative;overflow: hidden;}
.in_banner>img{width: 100vw;}

.in_banner_t{position:absolute; top:48%; transform:translate(0,-50%);left: 0;width: 100%;}
.in_banner_t .tit{font-size: 0.46rem;color: #FFF;font-weight: bold;text-align: center;}

@media screen and (max-width:1440px) {
	.in_banner_t .tit{font-size: 0.42rem;}
}
@media screen and (max-width:1366px) {
	.in_banner_t .tit{font-size: 0.38rem;}
}
@media screen and (max-width:1200px) {
	.in_banner_t .tit{font-size: 0.34rem;}
}
@media screen and (max-width:1024px) {
	.in_banner_t .tit{font-size: 0.26rem;}
}
@media screen and (max-width:768px) {
	.in_banner_t .tit{font-size: 0.22rem;}
}
@media screen and (max-width:560px) {
	.in_banner_t .tit{font-size: 0.2rem;}
}








/* Breadcrumb */
.in_position {
	margin: .26rem auto .1rem;
	background: #FFF;
	position: relative;
}
.in_position_bg {
	background: #EEE;
}
.in_position .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position iconify-icon {
	margin-right: 0.1rem;
	font-size: 0.2rem;
	color: #999;
}
.in_position a {
	display: block;
	font-size: 15px;
	color: #333;
	position: relative;
	line-height: 20px;
	text-transform: uppercase
}
.in_position a:not(:last-child):after {
	content: ">";
	margin: 0 4px;
	color: #555
}
.in_position a:last-child {
	color: var(--i_color) !important
}
.in_position a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {
	.in_position {
		margin: .16rem 0 0;
	}
	.in_position a {
		font-size: 13px
	}
}
@media screen and (max-width:560px) {
	.in_position a {
		font-size: 12px
	}
}







/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 .1rem;
}
.in_page li {
	-webkit-border-radius:2rem; border-radius:2rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .15rem;
	line-height: .38rem;
	font-size: .16rem;
	color: #333;
	overflow: hidden;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page a, .in_page span{padding: 0 .11rem; font-size: 0.14rem; line-height: 0.3rem;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




