<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
	padding-top: 60px;
	background: #000;
}

.footer-a&gt;ul {
	display: flex;
	justify-content: space-between;
}


.footer-a&gt;ul&gt;li:first-child {
	display: flex;
	align-items: center;
}

.footer-a&gt;ul&gt;li:first-child .footer-a-l {
	margin-right: 20px;
}

.footer-a&gt;ul&gt;li:first-child .footer-a-l img {
	width: 130px;
}

.footer-a&gt;ul&gt;li:first-child .footer-a-l p {
	margin-top: 10px;
	line-height: 1;
	color: rgb(255, 255, 255);
	font-family: 脙楼脗戮脗庐脙篓脗陆脗炉脙漏芒鈧好⑩偓娄脙漏脗禄芒鈧�;
	font-size: 14px;
	text-align: center;
}

.footer-a-m {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer-a-t {
	margin-bottom: 30px;
	display: flex;
	align-items: center;

}

.footer-a-t a {
	margin-right: 30px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 17px;
	transition: all 0.8s;
}

.footer-a-t a:hover {
	color: rgb(229, 0, 126);
}

.footer-a-tm p {
	line-height: 1;
	font-size: 39px;
	letter-spacing: 7px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	margin-bottom: 50px;
}

.footer-a-b a {
	color: #ffffff;
	font-family: microsoft yahei;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
}

.footer-a-r {
	width: 350px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer-a-r p {
	font-size: 13px;
	color: rgb(255, 255, 255);
	font-family: "Microsoft YaHei";
	letter-spacing: 2px;
	text-align: center;
	margin-top: 5px;
}

.footer-b {
	text-align: center;
	padding: 20px 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-b p {
	color: #de0010;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	letter-spacing: 2px;
	gap: 0 15px;
	display: flex;
}

.footer-b p a {
	color: #de0010;
	letter-spacing: 2px;
	/* margin-right: 15px; */
	/* font-size: 17px; */
}</pre></body></html>