:root {
	--white: #ffffff;
	--white1: #eeeeee;
	--fontColor00: #000000;
	--fontColor58: #58595B;
	--ye1: #FFD733;
	--black1: #282828;
	--1d140b: #1d140b;
	--cba26e: #cba26e;
}

.menu {
	z-index: 11;
	width: 100%;
	position: fixed;
	padding: .24rem 0;
	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;
	height: 100%;
}

.logo {
	width: auto;
	height: .48rem;
}

.mu-wrapper {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.crumbs {
	display: none;
}

.menu-nav ul li {
	margin-right: .48rem;
	text-transform: uppercase;
}

.line {
	width: 1px;
	height: 70%;
	background-color: #ffffff;
	margin: 0 .36rem;
}

.logo a {
	height: 100%;
	width: auto;
}

.logo img {
	display: block;
	width: auto;
	height: 100%;
}

.menu-nav ul {
	display: flex;
	align-items: center;
}

.menu-nav ul li {
	position: relative;
}

.menu-nav ul li .nav_none {
	pointer-events: none;
}

.menu-nav ul li svg {
	transform: rotate(0);
	transition: all .5s;
}

.menu-nav ul li:hover .menu_hover {
	display: block;
}

.menu-nav ul li:hover svg {
	transform: rotate(180deg);
}

.menu-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;
	text-align: right;
}

/* .menu-nav ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.3em;
	width: 0;
	height: 2px;
	background-color: #FFD733;
	transition: width 0.35s;
} */

.menu-nav ul li a:hover::after {
	width: 100%;
	/* 鼠标悬停时的宽度 */
}

.menu-nav ul li span {
	font-size: .13rem;
	font-weight: bold;
	cursor: pointer;
	margin-right: 0.02rem;
}

.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; */
	background: #000000B2;
	border-radius: .08rem;
	padding: .08rem .16rem;
}

.menu_hover ul {
	flex-direction: column;
	font-family: Poppins;
	font-weight: 400;
	align-items: end;
}

.menu_hover ul li {
	margin: .12rem 0;
	opacity: .6;
}

.menu_hover ul li:hover {
	opacity: 1;
}

.icon-global {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.lang {
	height: auto;
	cursor: pointer;
	position: relative;
}

.lg-active {
	height: .32rem;
	align-items: center;
	border-radius: .02rem;
	display: flex;
	position: relative;
	border: .01rem solid #ffffff;
	padding: .05rem .15rem;
	text-align: center;
	font-size: .14rem;
	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: .16rem;
	line-height: .2rem;
	margin: 0 .08rem;
	white-space: nowrap;
	font-weight: 400;
}

.lang:hover .lg-active {
	opacity: .9;
}

.lg-active .iconfont {
	font-size: .16rem;
	font-weight: 600;
}

.lg-other {
	position: absolute;
	right: 0;
	top: .32rem;
	width: 1.6rem;
	height: auto;
	font-size: .14rem;
	display: none;
	border-top: .1rem solid transparent;
	transition: display .3s linear;
}

html[dir="rtl"] .lg-other {
	right: auto;
	left: 0;
}

.lg-other ul {
	background-color: #fff;
	border-radius: .05rem .05rem;
	padding: .1rem;
}

.lg-other li {
	height: .36rem;
	line-height: .36rem;
	width: 100%;
	font-size: .14rem;
	text-align: left;
	border-radius: .03rem;
}

.lg-other li a {
	color: #1b1b1b;
	padding: 0 .12rem;
	display: block;
	width: max-content;
}

.lang:hover .lg-other {
	display: block;
	transition: display .3s linear;
}

.lg-other li:hover {
	background: var(--ye1);
}

.register a {
	color: #282828;
	font-size: .16rem;
	margin-left: .3rem;
	background-color: #FFD733;
	padding: .05rem .2rem;
	border-radius: .03rem;
	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: .12rem;
	font-weight: 500;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	padding: .1rem 0 0;
	display: none;
	transition: display .3s linear;
}

.oh-item {
	color: #ffffff;
	margin: .1rem;
	padding-bottom: .05rem;
	border-bottom: .01rem 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: 799px) {
	.menu {
		padding: 0.12rem 0;
	}

	.menu-nav {
		display: none;
	}

	.pchidden {
		display: block;
		width: 0.24rem;
		height: 0.24rem;
	}

	.logo {
		height: 0.3rem;
	}


	.mu-wrapper {
		gap: 0;
	}

	.open_menu {
		transform: translateX(0%);
		transition: all .5s ease-in-out;
	}

	.nav_bar svg {
		width: .2rem;
		height: .2rem;
		position: absolute;
		top: .25rem;
		right: 40%;
	}

	.nav_bar ul {
		background: var(--ye1);
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		border-top: .01rem solid #fff;
		height: 100%;
		padding: .8rem 5% 0;
	}

	.nav_bar ul li {
		margin: .08rem 0;
		text-align: right;
	}

	.nav_bar ul li a {
		display: flex;
	}

	.nav_bar ul li span {
		font-size: .14rem;
		line-height: 1.4;
		text-align: right;
		color: #282828;
		font-weight: 900;
	}

	.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;
	}

	.waphidden {
		display: none;
	}
}