<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #3b3b3b;
	padding: 60px 0 30px;
}

.footerContent {
	position: relative;
	width: 1350px;
	margin: 0 auto;
}

.footerContent .item {
	color: #848484;
	float: left;
	width: 33.3333%;
	font-size: 14px;
	line-height: 36px;
}
.footerContent .item .qr_code {
	float: left;
	margin-left: 40px;
	text-align: center;
}
.footerContent .item .qr_code p {
	display: block;
}
.footerContent .item .qr_code img {
	display: block;
	width: 109px;
	height: 109px;
	margin-bottom: 10px;
}

.footerContent .item a {
	color: #848484;
	transition: color 0.3s;
	text-decoration: double !important;
}

.footerContent .item a:hover {
	color: #e2e3e4;
}

.footerContent .local_icon {
	display: inline-block;
	width: 13px;
	height: 19px;
	background: url('../image/footer/local_icon.png') no-repeat center/cover;
	vertical-align: middle;
	margin-right: 10px;
}

.footerContent .gh_icon {
	display: inline-block;
	width: 15px;
	height: 16px;
	margin-right: 5px;
	background: url('../image/footer/gh_icon.png') no-repeat center/cover;
}

.footer_tips {
	margin-top: 30px;
	background: #3b3b3b;
	color: #616060;
	text-align: center;
}

.back-top {
	position: absolute;
	top: 0px;
	right: -30px;
	width: 41px;
	height: 41px;
	background: url(../image/footer/back_top.png) no-repeat center/cover;
	cursor: pointer;
}
</pre></body></html>