: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;
}

.gradient-text {
	background-image: linear-gradient(230deg, #D7AB7A, #F4C999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.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 {
	height: 36px;
	width: auto;
	display: flex;
	align-items: center;
}

.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 a {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
	font-weight: 600;
}

.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;
}

.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(100%);
	transition: all .5s ease-in-out;
}

.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;
	}
}