.page_head {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background-color: var(--theme-bg);
}

.head_placeholder {
	width: 100%;
	height: 1.8rem;
}

.logoImg {
	width: auto;
	/* height: 53px; */
	width: 1.31rem;
	display: block;
	flex-shrink: 0;
	margin-right: 0.53rem;
}

.logoImg_mobile {
	display: block;
}

.head_left {
	display: flex;
	align-items: center;
}

.head_right {
	display: flex;
	align-items: center;
}

.offcanvas-body {
	padding-left: 1.4rem;
}

.mobile_menu_item {
	display: flex;
	align-items: center;
	padding: 0.164rem 0;
	color: var(--theme-menu-color);
	justify-content: space-between;
	position: relative;
}

.mobile_vod_child {
	display: none;
}

.mobile_menu_item span {
	display: block;
	/* font-size: 0.84rem; */
}

.mobile_menu_item .more_down {
	width: 0.24rem;
	height: 0.24rem;
	display: block;
}

.mNoticeNumber {
	position: absolute;
	right: 0.6rem;
	color: var(--theme-menu-active-color);
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	border-radius: 0.6rem;
	background: #fff;
	font-size: 0.62rem !important;
}

.notice-link {
	position: relative;
}

#noticeNum {
	position: absolute;
	top: -12px;
	font-size: 12px;
	color: var(--theme-menu-active-color);
	background-color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	/* padding: 2px; */
	text-align: center;
	border-radius: 50%;
	left: 0.3rem;
	display: block;
}

.mobile_menu_item.active {
	color: var(--theme-menu-active-color);
}

.mobile_menu_item .childIcon {
	width: 20px;
	height: 20px;
	display: block;
}

.pc_head_box {
	display: flex;
	align-items: center;
	height: 100%;
	/* padding: 0.22rem 0 16px; */
}

.pc_menu_box {
	width: 100%;
	/* height: 53px; */
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
}

.pc_vod_child {
	position: absolute;
	bottom: -37px;
	left: 0;
	height: 36px;
	display: flex;
	align-items: center;
}

.container-head {
	width: 100%;
	padding: 5px 10% 0;
	margin: 0 auto;
	height: 1rem;
}

.pc_menu_item {
	display: flex;
	align-items: center;
	margin-right: 0.3rem;
	cursor: pointer;
	height: 100%;
	color: var(--theme-menu-color);
}

.pc_menu_item.active {
	/* border-bottom: 2px solid #e6a041; */
	color: var(--theme-menu-active-color);
}

.pc_menu_item:hover {
	color: var(--theme-menu-active-color);
}

.pc_menu_item span {
	/* color: #fff; */
	display: block;
	font-size: 0.16rem;
	font-weight: 700;
}

.pc_menu_item img {
	width: 0.4rem;
	height: 0.4rem;
	display: none;
	margin-right: 0.1rem;
}

.pc_menu_item img.activeImg {
	display: block;
}

.mobile_menu_item img.activeImg {
	display: block;
}

.side_head {
	width: 60%;
	/* max-width: 750px; */
	height: 100vh;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0.2rem 0.2rem 0rem 0.2rem;
	transform: translateX(-100%);
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	/* overflow: auto; */
}

.open_side_head {
	transform: translateX(0);
	transition: all 0.5s ease-in-out;
}

.side_head_title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}

.head_close_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}

.side_head_body {
	margin-top: 0.8rem;
}

.setting_wrap {
	cursor: pointer;
}

.langBtn {
	font-size: 0.16rem;
	color: var(--theme-color);
	cursor: pointer;
}

.head_login_btn {
	width: 1rem;
	height: 0.36rem;
	line-height: 0.36rem;
	margin-left: 0.44rem;
	border-radius: 0.24rem;
	text-align: center;
	font-size: 0.16rem;
}

.head_login_btn:hover {
	color: var(--theme-btn-color);
}


/* footer */

.footer {
	background-color: #0e0e0e;
	padding: 0.3rem 0rem 0 0rem;
	height: 2rem;
}

.pc_footer_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_left {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_min,
.footer_right {
	width: 30%;
	flex-shrink: 0;
}

.terms {
	display: flex;
	align-items: center;
}

.footer span {
	font-size: 0.16rem;
	color: #fff;
	display: block;
}

.footer_line {
	height: 12px;
	width: 2px;
	background-color: #fff;
	display: block;
	margin: 0 10px;
}

.third_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_title {
	width: 100%;
	text-align: center;
	margin-bottom: 0.1rem;
}

.third_icon_item {
	margin: 0 0.1rem;
	display: flex;
	align-items: center;
}

.third_icon_item img {
	margin: 0 0.1rem;
	height: 16px;
	width: auto;
}

.download_icon_item {
	height: 24px;
	margin: 0 0.1rem;
	display: block;
}

.mobile_footer {
	height: 3rem;
	flex-shrink: 0;
}

.mobile_footer_third {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.mobile_footer img {
	/* width: 0.3rem;
	height: 0.3rem; */
	display: block;
	margin-right: 0.2rem;
	width: auto;
	height: 16px;
}

.mobile_footer_third img {
	margin-right: 0.3rem;
	width: auto;
	height: 16px;
}

.mobile_footer_phone {
	display: flex;
	align-items: center;
}

.Copyright {
	margin: 0.5rem auto 0;
	text-align: center;
}

.footer_Connect {
	margin-left: 0.28rem;
}

.footer_logo {
	margin-left: 0.86rem;

}

.logoImg_wrap {
	width: 30%;
}

.download-app_container {
	background: #262626;
	height: 0.8rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-app_container .download-app_container--main  {
	display: flex;
	font-size: .18rem
}



.download-app_container .download-app_desc {
	display: flex;
	align-items: center;
	margin-right: .12rem;
}

@media (min-width:1400px) {
	.pc_menu_item span {
		font-size: 0.16rem;
	}

	.pc_menu_item img {
		width: 34px;
		height: 34px;
	}

	.head_icon {
		width: 0.3rem;
		height: 0.3rem;
	}
}

@media screen and (min-width:1024px) {
	.pc_head {
		display: block;
	}

	.mobile_head {
		display: none;
	}

	.side_head {
		display: none;
	}

	.head_icon {
		width: 0.28rem;
		height: 0.28rem;
		display: block;
		margin: 0 0.35rem 0 0;
		flex: 1;
	}
	
}

@media screen and (max-width:1024px) {
	.pc_head {
		display: none;
	}

	.mobile_head {
		display: block;
	}

	.side_head {
		display: block;
	}

	.footer {
		display: none;
	}

	.mobile_head_box {
		padding: 0 0.4rem;
		height: 1.1rem;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.logoImg_mobile {
		width: 1.8rem;
	}

	.head_icon {
		width: 0.4rem;
		height: 0.4rem;
		display: block;
		margin: 0 0.4rem 0 0;
		flex: 1;
	}

	.side_head_close {
		width: 0.6rem;
		height: 0.6rem;
		display: block;
	}

	.side_head_content {
		padding-left: 1rem;
		font-size: 0.48rem;
		height: calc(100vh - 5.2rem);
		flex: 1;
		overflow: auto;
		margin-top: 1.6rem;
		padding-bottom: 0.5rem;
	}

	.mobile_login_btn {
		margin-top: 1.6rem;
	}

	.mobile_login_btn1 {
		height: 0.6rem;
		width: 2rem;
		border-radius: 0.3rem;
		background-color: #f27f1c;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.48rem;
		color: var(--theme-color);
	}

	.mobile_menu_item {
		padding: 0.24rem 0.4rem 0.24rem 0;
	}

	.mobile_menu_item img.iconMenu {
		width: 0.5rem;
		height: 0.5rem;
		display: none;
		position: absolute;
		top: 50%;
		left: -0.7rem;
		transform: translateY(-50%);
	}

	.mobile_footer {
		padding-left: 1.2rem;
	}

	.mobile_footer_phone span {
		font-size: 0.4rem;
	}

	#noticeNum {
		display: none;
	}
	.download-app_container .download-app_desc  {
		font-size: .24rem
	}
}

@media screen and (max-width:750px) {
	.mobile_head_box {
		height: 0.96rem;
		padding: 0 0.2rem;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.download-app_container .download-app_container--main .third_icon a {
		margin-right: 0.12rem;
	}

	#noticeNum {
		display: none;
	}

	.logoImg_mobile {
		width: 1.6rem;
	}

	.head_icon {
		width: 0.4rem;
		height: 0.4rem;
		display: block;
		margin: 0 0.3rem 0 0;
		flex: 1;
	}

	.langBtn {
		font-size: 0.34rem;
	}

	.side_head_close {
		width: 0.44rem;
		height: 0.44rem;
		display: block;
	}

	.side_head_content {
		padding-left: 0.6rem;
		font-size: 0.34rem;
		margin-top: 1rem;
		height: calc(100vh - 3.44rem);
		padding-bottom: 0.5rem;
	}

	.mobile_login_btn {
		margin-top: 1rem;
	}

	.mobile_menu_item {
		padding: 0.164rem 0.4rem 0.164rem 0;
	}

	.mobile_menu_item img.iconMenu {
		width: 0.4rem;
		height: 0.4rem;
		display: none;
		position: absolute;
		top: 50%;
		left: -0.5rem;
		transform: translateY(-50%);
	}

	.mobile_footer_phone span {
		font-size: 0.3rem;
	}

	.mobile_footer {
		padding-left: 0.6rem;
	}

	.mobile_footer_third {
		margin-bottom: 0.6rem;
	}

	#noticeNum {
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
	.download-app_container .download-app_desc  {
		font-size: .16rem
	}
}

.mobile_menu_item_child {
	padding-left: 30px;
}