/* 公用部分 */
body, html {
    width: 100%;
    height: 100%;
}
.nav-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.nav-list {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 1.6rem;
	width: 100%;
	min-height: 100%;
	z-index: 50;
	background: #000000;
	display: none;
}
.nav-list-item {
	margin: 0 0.8rem 0.4rem;
	padding-bottom: 0.4rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	font-size: 0.32rem;
	color: #ffffff;
	border-bottom: 2px solid #333333;
	user-select: none;
}
.nav-list-item img {
	margin-left: 0.24rem;
	transform: rotate(180deg);
}
.nav-extra {
	display: none;
}
.nav-extra-item {
	margin: 0 0.8rem 0.32rem 1rem;
	padding-bottom: 0.32rem;
	/* height: 0.48rem; */
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	color: #d9d9d9;
	border-bottom: 2px solid #333333;
	user-select: none;
}
.nav-list a { display:block; width:100%;}
.footer-wrap {
	position: relative;
	width: 100%;
	padding: 0.4rem; 
	overflow: hidden;
	background: #1F2329;
}
.footer-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.4rem; 
}
.footer-nav-item {
	margin-left: 0.24rem;
	margin-right: 0.24rem;
	opacity: 0.5;
	cursor: pointer;
	user-select: none;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,1);
}
.footer-nav-item a {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,1);
}
.footer-nav-split {
	width: 1px;
	height: 0.24rem;
	background: #ffffff;
	opacity: 0.5;
}
.footer-copyright, .footer-record {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 0.4rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(123,126,129,1);
	line-height: 0.4rem;
}
.footer-copyright {
	flex-direction: column;
}
.footer-record {
	flex-direction: row;
}
.footer-copyright a, .footer-record a {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(123,126,129,1);	
}
.footer-copyright a {
	margin-left: 0.24rem;
	margin-right: 0.24rem;
}
.footer-record img {
	margin-right: 0.24rem;
}
.main-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner-wrap {
	position: relative;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.4rem 0.4rem;
	font-size: 0;
	z-index: 100;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
}
.header-logo {
	width: 1.8rem;
}
.header-icon {
	width: 0.4rem;
}
.header-icon-close {
	width: 0.4rem;
	display: none;
}
