<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer{
	width: 100%;
	background: #3D78A4;
	text-align: center;
}
.footer_in{
	width: 1280px;
	margin: 0 auto;
}
.footer .links_box{
	border-bottom: 1px solid #749EBD;
	padding: 20px 0;
}
.footer .footerLinks{
	width: 1280px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-family: Source Han Sans CN;
}
.footer .footerLinks a{
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
.footer .footerLinks a:first-child{padding-left: 0;}
.footer .footerLinks a:last-child{padding-right: 0;}
.footer .footer_in{
	padding: 35px 0 0;
	overflow: hidden;
}
.footer .footer_in p,.footer .footer_in a{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.footer .footer_in p{margin-bottom: 20px;}
.footer .footer_in p:last-child{margin-bottom: 0;}
.mob_foot{display: none;}

.fixedCode{
	position: fixed;
	right: 20px;
	top: 74%;
	margin-top: -100px;
}
.fixedCode&gt;div{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	margin: 5px;
	text-align: center;
	color: #333;
	font-size: 16px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 20px #ddd;
}
.fixedCode&gt;div&gt;img{
	width: 40px;
	height: 40px;
	margin: 10px auto 5px;
	display: block;
	transition: all 0.3s;
}
.fixedCode&gt;div span{display: block;}
.fixedCode&gt;div:hover&gt;img{transform: scale(1.1);}
.fixedCode&gt;div:hover .wxbox{display: block !important;}
.fixedCode&gt;div .wxbox{
	width: 150px;
	height: 150px;
	position: absolute;
	right: 106px;
	box-shadow: 0px 0px 20px #ddd;
	border-radius: 10px;
	top: 26%;
	margin-top: -75px;
	background: #fff;
}
.fixedCode&gt;div.wb .wxbox{
	top: 77%;
}
.fixedCode&gt;div .wxbox img{width: 100%;}
.fixedCode&gt;div .wxbox i{
	height: 100%;
	position: absolute;
	width: 10px;
	top: 0;
	background: url(/Sites/Uploaded/UserUpLoad/20210603/20210603140646.png) no-repeat center;
	right: -9px;
}

@media only screen and (max-width:768px){
	.fixedCode{display: none !important;}
	.footer .links_box{padding: 0;}
	.footer .footerLinks{
		width: 100%;
		padding: 20px 10px 10px 10px;
		font-size: 12px;
box-sizing: border-box;
	}
	.footer .footerLinks a{display: inline-block;margin-bottom: 10px;}
	.footer .footer_in{width: 100%;padding: 30px 10px;box-sizing: border-box;}
	.mob_foot{display: block;}
	.footer_bottom{display: none;}
	.footer .footer_in p{margin-bottom: 10px;}
	.footer .footer_in p, .footer .footer_in a{font-weight: normal;}
} </pre></body></html>