:root {
	--white: #ffffff;
	--white1: #eeeeee;
	--fontColor00: #000000;
	--fontColor58: #58595B;
	--ye1: #FFD733;
	--black1: #282828;
	--1d140b: #1d140b;
	--cba26e: #cba26e;
}

.menu {
	z-index: 11;
	width: 100%;
	height: 78px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(11, 11, 11, 0);
	transition: all .35s linear;
}

.navigation-m {
	backdrop-filter: blur(10px);
	background: rgba(11, 11, 11, 1) !important;
	transition: all .35s linear;
}

.page-mu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: auto;
	height: 70%;
}

.mu-wrapper {
	display: flex;
	align-items: center;
}

.crumbs {
	display: none;
}

.nav ul li {
	margin-right: 2em;
	text-transform: uppercase;
}

.line {
	width: 1px;
	height: 70%;
	background-color: #ffffff;
	margin: 0 1.5em;
}

.logo a {
	height: 100%;
	width: auto;
}

.logo img {
	display: block;
	width: auto;
	height: 100%;
}

.nav ul {
	display: flex;
	align-items: center;
}

.nav ul li {
	position: relative;
}

.nav ul li .nav_none{
	pointer-events: none;
}

.nav ul li svg {
	transform: rotate(0);
	transition: all .5s;
}

.nav ul li:hover .menu_hover {
	display: block;
}

.nav ul li:hover svg {
	transform: rotate(180deg);
}

.nav ul li a {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: .7;
}

/* .nav ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.3em;
	width: 0;
	height: 2px;
	background-color: #FFD733;
	transition: width 0.35s;
} */

.nav ul li a:hover::after {
	width: 100%;
	/* 鼠标悬停时的宽度 */
}

.nav ul li span {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 0.2em;
}

.nv-active {
	border-bottom: 2px solid #000000;
}

.nav_bar {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: flex-end;
	z-index: 99;
	transform: translateX(200%);
	transition: all .5s ease-in-out;
}

.menu_hover {
	position: absolute;
	width: 220px;
	font-size: 13px;
	right: 0;
	display: none;
	/* display: block; */
}

.menu_hover ul {
	flex-direction: column;
	font-family: Poppins;
	font-weight: 400;
	opacity: .6;
	align-items: end;
}

.menu_hover ul li {
	margin: 1em 0;
}


.icon-global {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.lang {
	height: auto;
	cursor: pointer;
	position: relative;
}

.lg-active {
	height: 32px;
	align-items: center;
	border-radius: 2px;
	display: flex;
	position: relative;
	border: 1px solid #ffffff;
	padding: .3em 1em;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	box-sizing: border-box;
	color: #ffffff;
	background-color: transparent;
}

.lg-active svg {
	width: 1em;
	height: auto;
}

.iconfont {
	color: #ffffff;
	font-size: 16px;
	transition: all .3s;
	line-height: 1;
}

.icon-arrow-down {
	color: #ffffff;
}

.lang-txt {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 8px;
	white-space: nowrap;
	font-weight: 400;
}

.lang:hover .lg-active {
	opacity: .9;
}

.lg-active .iconfont {
	font-size: 16px;
	font-weight: 600;
}

.lg-other {
	position: absolute;
	right: 0;
	top: 32px;
	width: 160px;
	height: auto;
	font-size: 14px;
	display: none;
	border-top: 10px solid transparent;
	transition: display .3s linear;
}

html[dir="rtl"] .lg-other {
	right: auto;
	left: 0;
}

.lg-other ul {
	background-color: #fff;
	border-radius: 5px 5px;
	padding: 10px;
}

.lg-other li {
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	border-radius: 3px;
}

.lg-other li a {
	color: #1b1b1b;
	padding: 0 12px;
	display: block;
}

.lang:hover .lg-other {
	display: block;
	transition: display .3s linear;
}

.lg-other li:hover {
	background: var(--ye1);
}

.register a {
	color: #282828;
	font-size: 16px;
	margin-left: 3em;
	background-color: #FFD733;
	padding: .5em 2em;
	border-radius: .3em;
	font-weight: 600;
	transition: opacity .35s linear;
}

.register a:hover {
	opacity: .8;
	transition: opacity .35s linear;
}

.pchidden {
	display: none;
}

/*  */
.nv-aw {
	position: relative;
	transition: display .3s linear;
}

.aw-other {
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	padding: 1em 0 0;
	display: none;
	transition: display .3s linear;
}

.oh-item {
	color: #ffffff;
	margin: 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.oh-item a::after {
	opacity: 0;
}

.oh-item a:hover {
	color: var(--white) !important;
	background: transparent;
	-webkit-text-fill-color: var(--white);
}

.nv-aw img {
	width: 1em;
	height: auto;
	margin-left: .5em;
}

.nv-aw:hover .aw-other {
	display: block;
	transition: display .3s linear;
}

@media(max-width: 1450px) {
	.nav ul li {
		margin-right: 1.5em;
	}
}

@media(max-width: 1280px) {
	.menu {
		height: 72px;
	}

	.logo {
		height: 36px;
	}

	.register {
		display: none;
	}

	.line {
		margin: 0 1.2em;
	}
}

@media(max-width: 1099px) {
	.menu {
		height: 60px;
	}

	.logo {
		height: 28px;
	}

	.nav ul li {
		margin-right: 1.2em;
	}

	.nav ul li span {
		font-size: 14px;
	}

	.menu .page {
		width: 100%;
		padding: 0 5%;
	}

	.nv-aw img {
		width: .8em;
		margin-left: .3em;
	}

	.line {
		margin: 0 1em;
	}

	.lg-active {
		height: 28px;
		padding: .2em .5em;
		font-size: 12px;
	}
}

@media(max-width: 860px) {
	.pchidden {
		display: block;
	}

	.waphidden {
		display: none;
	}

	.menu {
		width: 100%;
		height: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top: 0;
		left: 0;
	}

	.logo {
		height: .56rem;
	}

	.line {
		margin: 0 .4em;
	}

	.nav {
		display: none;
	}

	.nav_bar {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .5);
		display: flex;
		justify-content: flex-end;
		z-index: 99;
		transform: translateX(100%);
		transition: all .5s ease-in-out;
	}

	.open_menu {
		transform: translateX(0%);
		transition: all .5s ease-in-out;
	}

	.nav_bar ul li {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.nav_bar ul li a {
		display: flex;
	}

	.nav_bar svg {
		width: .6rem;
		height: .6rem;
		position: absolute;
		top: .5rem;
		right: 40%;
	}

	.nav_bar ul {
		background: var(--ye1);
		width: 50%;
		height: 100%;
		flex-direction: column;
		align-items: flex-end;
		border-top: 1px solid #fff;
		height: 100%;
		padding: 4em 5% 0;
	}

	.nav_bar ul li {
		margin: .5em 0;
		text-align: right;
	}

	.nav_bar ul li span {
		font-size: 14px;
		line-height: 1.4;
		text-align: right;
		color: #282828;
		font-weight: 900;
	}

	.crumbs {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: .4rem;
	}

	.crumbs svg {
		width: .8rem;
		height: .8rem;
	}

	.register {
		display: none;
	}

	.lang {
		height: auto;
		cursor: pointer;
		position: relative;
		margin: 0;
	}

	.lg-active {
		color: #222;
		width: auto;
		height: .65rem;
		line-height: .65rem;
		text-align: center;
		font-size: .5em;
		font-weight: 700;
		box-sizing: border-box;
		border: transparent;
	}

	.lang:hover .lg-active {
		opacity: .9;
	}

	.lg-other {
		position: absolute;
		right: 0;
		top: 30px;
		width: 130px;
		height: auto;
		font-size: 12px;
		display: none;
		border-top: 15px solid transparent;
	}

	.lg-other ul {
		padding: 6px;
	}

	.lg-other li {
		height: 30px;
		line-height: 30px;
		width: 100%;
		font-size: 12px;
		text-align: left;
		border-radius: 3px;
	}

	.lg-other li a {
		color: #333;
		padding: 0 12px;
		display: block;
	}

	.lang:hover .lg-other {
		display: block;
	}

	.lang-txt {
		font-size: .4rem;
		line-height: 1.4;
	}

	/* 菜单图标样式 */
	.menu_icon {
		width: .6rem;
		height: .6rem;
		cursor: pointer;
	}

	/* 菜单hover样式在移动端隐藏 */
	.menu_hover {
		display: none !important;
	}

	/* RTL支持 */
	html[dir="rtl"] .nav_bar {
		right: auto;
		left: 0;
		transform: translateX(-100%);
	}

	html[dir="rtl"] .open_menu {
		transform: translateX(0%);
	}

	html[dir="rtl"] .nav_bar ul {
		align-items: flex-start;
	}

	html[dir="rtl"] .nav_bar ul li {
		justify-content: flex-start;
		text-align: left;
	}

	html[dir="rtl"] .nav_bar svg {
		right: auto;
		left: 40%;
	}
}