.page-footer {
	--platform-footer-bg: #2b2c34;
	--platform-footer-desc: rgba(255, 255, 255, 0.9);
	--platform-footer-link: rgba(255, 255, 255, 0.9);
	--platform-footer-border: rgba(255, 255, 255, 0.1);
	--platform-footer-mobile-bg: #34353a;
	width: 100%;
	font-family: "PingFang SC", sans-serif;
	padding: 40px 0 20px;
	background: var(--platform-footer-bg);
}

.page-footer .footer-container {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
	gap: 80px;
}

.page-footer .footer-container .footer-info {
	flex: 1;
	color: var(--platform-footer-desc);
}

.page-footer a,
.page-footer .footer-container .footer-info a,
.page-footer .footer-copyright-wrapper a {
	color: var(--platform-footer-desc);
}

.page-footer .footer-copyright-wrapper a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.page-footer .footer-container .footer-info .footer-info-wrapper {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: -10px;
}

.page-footer .footer-logo {
	height: auto;
	width: 220px;
	margin-bottom: 10px;
}

.page-footer .footer-info-desc {
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	text-align: justify;
}

.page-footer .footer-follow-nav-list {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.page-footer .footer-follow-nav-item {
	position: relative;
}

.page-footer .footer-follow-nav-item .img {
	width: 26px;
	height: 26px;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-footer .footer-navigation {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.page-footer .footer-navigation-item {
	margin-top: 24px;
}

.page-footer .footer-navigation-item:first-child {
	margin-top: 0;
}

.page-footer .footer-navigation-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.page-footer .footer-navigation-url-list {
	margin-left: -20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.page-footer .footer-navigation-url-item {
	width: 120px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-left: 20px;
	margin-top: 12px;
	border-radius: 2px;
	text-align: left;
}

.page-footer .footer-navigation-url-item a {
	display: block;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	color: var(--platform-footer-link);
}

.page-footer .footer-copyright-wrapper {
	margin-top: 20px;
	color: var(--platform-footer-desc);
	border-top: 1px dashed var(--platform-footer-border);
	padding-top: 20px;
}

.page-footer .footer-license-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
}

.page-footer .footer-license-list li {
	height: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-footer .footer-license-list li:nth-child(1) {
	aspect-ratio: 152 / 45;
}

.page-footer .footer-license-list li:nth-child(2) {
	aspect-ratio: 231 / 45;
}

.page-footer .footer-license-list li:nth-child(3) {
	aspect-ratio: 196 / 45;
}

.page-footer .footer-license-list li:nth-child(4) {
	aspect-ratio: 75 / 45;
}

.page-footer .footer-desc-more-link {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 20px;
	text-align: center;
}

.page-footer .footer-copyright-desc {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	color: var(--platform-footer-desc);
}

@media (max-width: 1200px) {
	.page-footer {
		padding: 0;
		position: relative;
	}

	.page-footer .footer-container {
		width: 100%;
		display: block;
	}

	.page-footer .footer-info {
		border-right: none;
		width: auto;
		padding-right: 0;
	}

	.page-footer .footer-info-wrapper {
		background: var(--platform-footer-mobile-bg);
		padding: 10px 20px;
		align-items: center;
		margin-top: 0;
	}

	.page-footer .footer-logo {
		display: none;
	}

	.page-footer .footer-info-desc {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 10px;
		text-align: justify;
	}

	.page-footer .footer-follow-nav-list {
		margin-top: 0;
	}

	.page-footer .footer-navigation {
		padding-left: 0;
	}

	.page-footer .footer-navigation-item {
		margin-top: 0;
	}

	.page-footer .footer-navigation-title {
		text-align: center;
		padding-top: 24px;
		font-size: 14px;
	}

	.page-footer .footer-navigation-url-list {
		margin: 0;
		padding: 16px 20px;
	}

	.page-footer .footer-navigation-url-item {
		margin-top: 0;
		margin-bottom: 1.5%;
		width: 32%;
		margin-right: 1.5%;
		height: 30px;
		line-height: 30px;
		background: var(--platform-footer-mobile-bg);
		overflow: hidden;
		border-radius: 2px;
		margin-left: 0;
	}

	.page-footer .footer-navigation-url-item:nth-child(3n) {
		margin-right: 0;
	}

	.page-footer .footer-navigation-url-item a {
		height: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
	}

	.page-footer .footer-copyright-wrapper {
		padding: 20px 0;
		margin-top: 0;
	}

	.page-footer .footer-license-list li {
		height: 20px;
	}

	.page-footer .footer-desc-more-link {
		font-size: 13px;
		line-height: 1.6;
		padding: 10px 20px;
		text-align: justify;
	}

	.page-footer .footer-copyright-desc {
		font-size: 12px;
		margin-top: 0;
	}
}
