<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer {
	background-color: #333;
	color: #fff;
	padding: 0 0.36rem;
}

.footer-logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.8rem;
}

.footer-logo-image {
	display: block;
	width: 2.52rem;
}

.footer-logo-name {
	font-size: 0.38rem;
	font-weight: bold;
}

.footer-social-media-container {
	margin-top: 0.54rem;
}

.footer-social-media-title {
	color: #edece8;
	text-align: center;
}

.footer-social-media-list {
	display: flex;
	justify-content: space-between;
	padding: 0 0.64rem;
}

.footer-social-media-item {
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #515151;
}

.footer-social-media-item-icon {
	display: block;
	width: 100%;
}

.footer-social-media-item-qrcode-box {
	position: absolute;
	width: 260%;
	left: -80%;
	bottom: calc(100% + 0.1rem);
	opacity: 0;
	transition: 0.3s;
	transform: scale(0);
}

.footer-social-media-item:hover .footer-social-media-item-qrcode-box {
	opacity: 1;
	transform: scale(1);
}

.footer-social-media-item-qrcode-img {
	display: block;
	width: 100%;
}

.footer-infos-container {
	text-align: center;
	padding: 0.52rem 0;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
}

.footer-info-group {
	padding: 0.24rem 0;
}

.footer-info-group-title {
	font-size: 0.28rem;
	color: #edece8;
	margin-bottom: 5px;
}

.footer-info-group-value {
	color: var(--theme-color-gold);
	font-size: 0.56rem;
	text-transform: lowercase;
}

.footer-info-group-tips {
	color: #edece8;
	font-size: 0.24rem;
}

.footer-bottoms-container {
	border-top: 1px solid #424242;
	font-size: 0.22rem;
	line-height: 0.34rem;
	font-family: "PingFang-SC-Regular";
	color: #6b6b6a;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 0.22rem 0.56rem;
}

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

.footer-link {
	color: inherit;
}

.footer-bottoms-container a {
	color: inherit;
	font-size: inherit;
}

.footer-top-wrapper {
	padding: 0.32rem 0;
	border-bottom: 1px solid #464645;
}

.footer_to-top {
	text-align: center;
	color: #edece8;
	font-size: 0.26rem;
	line-height: 0.94rem;
	letter-spacing: 0.01rem;
}

.footer-crumbs {
	position: static;
	padding: 0;
	color: #a2a29f;
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin-top: 0.24rem;
	margin-bottom: 0.3rem;
}

.footer-crumbs .bln-crumbs-item-link {
	font-size: 0.24rem;
	color: #a2a29f;
}

.footer-navs-wrapper {
	padding: 0 0.31rem;
	margin-top: 0.54rem;
}

.footer-navs {
	display: flex;
	justify-content: space-between;
}

.footer-navs-2 {
	justify-content: center;
	margin-top: 0.4rem;
}

.footer-navs-item {
	list-style: none;
}

.footer-navs-2 .footer-navs-item {
	margin: 0 0.26rem;
}

.footer-navs-item-link {
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: #f1f1f1;
	letter-spacing: 0.01rem;
}

.footer-tel-wrapper {
	text-align: center;
	margin-top: 0.64rem;
	margin-bottom: 0.61rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-color-gold);
	font-size: 0.4rem;
	line-height: 1;
}

.footer-tel-label {
	margin-right: 0.16rem;
	font-size: 0.3rem;
	line-height: 0.4rem;
}

.footer-tel-link {
	font-size: inherit;
	color: inherit;
}
</pre></body></html>