.tpLink {
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #1F2128;
}

.active_color {
	color: #e6cda5 !important;
}

#LEM_BASE_HEAD {
	width: 100%;
	position: relative;
	top: 0;
	height: 111px;
	z-index: 9999;
}

#LEM_BASE_HEAD .PC_NAV {
	position: fixed;
	height: 125px;
	transition: ease all 1s;
}

.PC_NAV.scroll_fixed {
	background-color: rgba(0, 0, 0, .8);
}

#USER_CENTER {
	display: flex;
	align-items: center;
}

#USER_CENTER a {
	color: #FFF;
}

#USER_CENTER img {
	border-radius: 50px;
	width: 30px;
	height: 30px;
	background-color: #333;
}

p,
div,
ul,
li,
a,
body,
head,
html,
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

body input {
	margin-bottom: 0;
}

#BASE_NAV_HEAD {
	height: 100%;
	width: 100%;
}

.PC_NAV {
	width: 100%;
	height: 100%;
}

.nav_1 {
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: rgba(255, 255, 255, .1) solid 1px;
}

.nav_1_left {
	display: flex;
	width: 600px;
}

.nav_1_right {
	display: flex;
	justify-content: flex-end;
	width: 600px;
}

.en_cn_box {
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	position: relative;
}

.en_cn_box>img {
	margin-right: 5px;
}

.en_cn_box:hover .select_en_cn {
	display: block;
}

.select_en_cn {
	color: #FFF;
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 10px;
	top: 1.5rem;
	left: 1rem;
	z-index: 9999999;
}

.select_en_cn a {
	cursor: pointer;
	padding: .5rem;
}

.select_en_cn a:hover {
	color: #D7B587;
}

.top_info_right:hover .select_en_cn {
	display: block;
}


.nav_1>div>div {
	display: flex;
	align-items: center;
	padding: 5px 30px 5px 30px;
	border-left: rgba(255, 255, 255, .1) solid 1px;
	border-right: rgba(255, 255, 255, .1) solid 1px;
}

.nav_1 a {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	margin-left: 5px;

}

.isLogin_yes {
	position: relative;
	color: #FFF;
}

.isLogin_yes:hover .isLogin_menu {
	display: block;
}

.isLogin_yes:after {
	content: '';
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	right: 10%;
	border-top: #FFF solid 5px;
	border-left: transparent solid 5px;
	border-right: transparent solid 5px;
	border-bottom: transparent solid 5px;
}

.isLogin_logo {
	border-radius: 50px;
}

.isLogin_menu {
	font-size: 1em;
	background-color: #191a20;
	display: none;
	width: 100%;
	left: 0;
	position: absolute;
	top: 1.5rem;
}

.isLogin_menu>a {
	color: #FFF;
	font-size: 1em;
	cursor: pointer;
	margin: .5rem;
	display: block;

}

.isLogin_menu>p {
	cursor: pointer;
	margin: .5rem;
}

.nav_2 {
	white-space: nowrap;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 13px 0;
	justify-content: space-between;
}

.nav_2_left {
	display: flex;
	align-items: center;
}

.nav_2_list>ul {
	margin-left: 20px;
	width: 700px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.nav_2_list li {
	text-align: center;
	width: 90px;
	cursor: pointer;
	word-wrap: break-word;
	white-space: normal;
	font-size: 0.9375em;
	color: #FFF;
}

.logo_img {
	width: 122px;
	height: 72px;
}

.search_input {
	display: flex;
}

.search_btn {
	display: flex;
}

#search {
	border: none;
	font-size: 14px;
	background-color: #262626;
	border-radius: 50px 0 0 50px;
	padding: 14px 22px;
	color: #FFF;
}

#search:focus {
	outline: none;
}

.PC_NAV .search_btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 0 50px 50px 0;
	padding: 14px 22px;
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
}

.search_btn>img {
	width: 15px;
	height: 15px;
}

.search_btn>p {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	color: #4A2B0E;
}

/* head移动端 */
#MOBILE_NAV {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 99999999;
	background-color: #2a2b33;
	display: flex;
	justify-content: space-between;
}

.m_menu_bar {
	/* background-color: #e7c88f; */
	width: 30px;
	padding: 1rem;
}

.menu_icon {
	width: 30px;
	height: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: relative;
}

#MOBILE_NAV {
	height: 3.5rem;
}

.menu_icon:before {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	background-color: #e7c88f;
}

.menu_icon:after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: #e7c88f;
}

.diy-em {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #e7c88f;
	top: 50%;
	transform: translateY(-50%);
}

.m_logo_img {
	width: 5rem;
}

.m_search_img {
	width: 50px;
	height: 50px;
	padding: 2rem;
}

#MOBILE_LIST {
	position: fixed;
	width: 100%;
	top: 3.5rem;
	background-color: rgba(31, 33, 39, .95);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	height: 100vh;
	z-index: 99999;
}

#MOBILE_LIST li {
	position: relative;
	border-bottom: rgba(255, 255, 255, .1) solid .5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#MOBILE_LIST>ul>li>a {
	width: 100%;
	display: block;
	padding: 1rem .5rem;
}

#MOBILE_LIST>ul>li span {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

#MOBILE_LIST>ul>li span:after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: -5px;
	transform: rotate(45deg);

}

#MOBILE_LIST>ul>li span:before {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: 2px;
	transform: rotate(-45deg);
}

.LOGIN_REG {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}

.LOGIN_REG>p,
.LOGIN_REG>a {
	padding: .5rem 2rem;
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
	border-radius: 10px;
	margin: 1rem;
	color: #4A2B0E;
}

#m_login {
	background: none;
	color: #D7B587;
	border: 1px solid #F3E2BF;
	border-radius: 10px;
}

#MOBILE_NAV {
	display: none;
}

#MOBILE_LIST {
	display: none;
}

#BASE_NAV_HEAD {
	display: block;
}

@media screen and (max-width:1000px) {
	.en_cn {
		position: relative;
		font-size: 14px;
		margin-right: 20px;
		display: flex;
		align-items: center;
		color: #e7c88f;
	}

	.en_cn:after {
		content: '';
		position: absolute;
		right: -15px;
		top: 50%;
		border-top: 5px #e7c88f solid;
		border-bottom: 5px transparent solid;
		border-left: 5px transparent solid;
		border-right: 5px transparent solid;
	}

	.en_cn:hover .en_cn_list {
		display: flex;
	}

	.en_cn_list>a {
		color: #FFF;
		padding: 5px 10px;
	}

	.en_cn_list {
		display: none;
		left: 50%;
		transform: translateX(-50%);
		flex-direction: column;
		position: absolute;
		bottom: -50px;
		background-color: #2a2b33;
		box-shadow: 0 0 20px #000;
		/* padding: 5px 10px; */
		border-radius: 10px;
	}

	#LEM_BASE_HEAD {
		height: 0;
		padding-bottom: 3.5rem;
	}

	#MOBILE_NAV {
		display: flex;
	}

	#MOBILE_LIST {
		display: block;
	}

	#BASE_NAV_HEAD {
		display: none;
	}

	.m_logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

#MOBILE_NAV .searchIconArea {
	position: absolute;
	margin-top: 12px;
	height: 32px;
	width: 32px;
	left: 20%;
}

#MOBILE_NAV .searchIconArea img {
	height: 100%;
	width: 100%;
}

/* .minisearch {
	padding: 0 2.666%;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
.minisearch .searchInput {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	font-size: 15px;
	height: 100%;
	color: #8289B0;
}
.minisearch .searchIcon {
	margin-right: 8px;
	height: 18px;
	width: 18px;
}
.minisearch .gapLine {
	margin: 0 4%;
	width: 1px;
	height: 18px;
	background-color: #7D87BB;
}
.minisearch .backBtn {
	width: 20px;
	height: 18px;
	cursor: pointer;
}
.en_cn {
	display: none;
}
#mobile_search {
	display: none;
}
#mobile_logo {
	display: none;
}
.m_menu_bar {
	display: none;
}
.m_logo_img {
	display: none;
} */