/* 公用部分 */
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%;
	background: #E0E2E7;
	padding: 0.4rem 0.32rem;
	overflow: hidden;
}

.footer-container {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.footer-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.4rem;
}

.footer-logo {
	margin-bottom: 0.3rem;
	font-size: 0;
}

.footer-logo .logo-img {
	width: 1.8rem;
	height: auto;
}

.footer-content {
	width: 100%;
}

.footer-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.16rem;
}

.footer-nav-item {
	cursor: pointer;
	user-select: none;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.footer-nav-item a {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.footer-nav-item a:hover {
	color: #0059F9;
}

.footer-nav-split {
	width: 1px;
	height: 0.24rem;
	background: #999999;
	margin: 0 0.12rem;
}

.footer-bottom {
	text-align: center;
}

.footer-copyright {
	margin-bottom: 0.24rem;
}

.footer-copyright div {
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 0.32rem;
	margin-bottom: 0.08rem;
}

.footer-copyright a {
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #777777;
	text-decoration: none;
}

.footer-copyright a:hover {
	color: #0059F9;
}

.footer-record {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.22rem;
	color: #777777;
}

.footer-record img {
	width: 0.32rem;
	margin-right: 0.12rem;
}

.footer-record a {
	font-size: 0.22rem;
	color: #777777;
	text-decoration: none;
}

.footer-record a:hover {
	color: #0059F9;
}

/* 响应式设计 */
@media (min-width: 480px) {
	.footer-top {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.footer-logo {
		margin-bottom: 0;
		margin-right: 0.4rem;
	}
	
	.footer-logo .logo-img {
		width: 2rem;
	}
	
	.footer-content {
		flex: 1;
	}
	
	.footer-nav {
		justify-content: flex-start;
	}
}
.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;
}
