<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-navs {
	min-height: 550px;
	background: #343434;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.footer-main-logo {
	margin-top: 50px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: -130px;
}

.footer-navs-context {
	display: inline-block;
	margin-top: 130px;
}

.footer-nav-left {
	float: left;
}

.footer-nav-col {
	width: 72px;
	float: left;
	margin-right: 25px;
}

.footer-concat-type:last-child,
.footer-nav-col:last-child {
	margin-right: 0;
}

.footer-nav-col a {
	display: block;
	width: 72px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 20px;
}
.footer-flink:hover,
.footer-nav-col a:hover {
	opacity: .8;
}

.footer-nav-col a:last-child {
	margin-bottom: 0;
}

.footer-nav-middle {
	float: left;
	margin-left: 60px;
	display: table;
	position: relative;
}

.footer-nav-qrcode {
	float: left;
	margin-right: 20px;
}

.footer-nav-qrcode-wrapper {
	border-radius: 10px;
	width: 140px;
	height: 140px;
	padding: 8px;
	background-color: #fff;
}

.footer-nav-qrcode:first-child .footer-nav-qrcode-wrapper {
	padding: 0px;
}

.footer-nav-qrcode:first-child img {
	border-radius: 10px;
}

.footer-nav-qrcode-txt {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	margin-top: 6px;
}

.footer-nav-right {
	float: left;
	margin-left: 60px;
}

.footer-concat-phone,
.footer-concat-tag {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 16px;
}

.footer-concat-phone {
	font-size: 36px;
}

.footer-concat-types {
	margin-top: 30px;
	display: table;
}

.footer-concat-type {
	float: left;
	margin-right: 15px;
}

.footer-concat-type span {
	display: inline-block;
	height: 25px;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #ffffff;
	line-height: 25px;
	vertical-align: middle;
}

.footer-icons {
	display: table;
	width: 100%;
	margin-top: 12px;
}

.footer-icons img {
	float: left;
	margin-right: 25px;
}

.footer-icons img:last-child {
	margin-right: 0;
}

.footer-links {
	margin-top: 46px;
	display: table;
	width: 100%;
}

.footer-flink {
	float: left;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	padding: 0 8px;
	margin-bottom: 10px;
	position: relative;
	height: 20px;
	line-height: 20px;
}

.footer-flink::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #fff;
}

.footer-recordnum {
	margin-top: 19px;
	text-align: center;
}

.footer-recordnum span {
	font-weight: normal;
	font-size: 14px !important;
	color: #999999 !important;
	background-color: transparent !important;
}

.footer-recordnum span a {
	color: #999999 !important;
}

.footer-recordnum span a:hover {
	color: #ffffff !important;
}

.footer-msg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 11;
}

.footer-msg-close-btn {
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 20px;
	background-color: #666;
	color: #fff;
	border-radius: 50%;
}

.footer-msg-close-btn:hover {
	background-color: #fff;
	color: #666;
}

.footer-input {
	display: table;
	width: 379px;
	margin-top: 18px;
	float: right;
	margin-right: 120px;
}

.footer-input input {
	display: inline-block;
	width: 200px;
	height: 40px;
	float: left;
	background-color: #ffffff;
	border-radius: 4px 0px 0px 4px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	outline: none;
	border: 0;
}

.footer-input span {
	width: 142px;
	float: left;
	display: inline-block;
	height: 40px;
	background-color: #ffc215;
	border-radius: 0px 4px 4px 0px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.footer-input span:hover {
	background-color: #f54012;
}

.img-center-wraper {
	overflow: hidden;
	min-width: 1190px;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.img-center-wraper .img-wrapper {
	text-align: center;
	display: block;
	position: relative;
	width: 2000px;
	margin-left: -1000px;
	left: 50%;
}

.img-wrapper img {
	display: inline-block;
	vertical-align: top;
}
</pre></body></html>