<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-family: -apple-system,SF UI Display,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
.footer{
	width: 100%;
	min-width: 1300px;
	height: 400px;
	background-color: #2d53b2;
	margin-top: 100px;
}
.footerNav {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	padding-top: 60px;
}
.navbar2{
	flex-grow: 1;
	flex-basis: 0%;
	display: flex;
	flex-direction: row;
}
.navbar2&gt;ul {
	flex-grow: 1;
	flex-basis: 0%;
}
.spaceline {
	width: 1px;
	height: 200px;
	background: #CCCCCC;
	/* position: relative;
	left: -81px; */
	margin-right: 81px;
}
.ul1 li:first-child a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
.ul2 li:first-child a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
.ul3 li:first-child a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
.ul4 li:first-child a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
.ul1 li a,.ul2 li a,.ul4 li a{
	color: #e5e5e5;
	font-size: 16px;
}
 .nav2:hover a{
	 color: #ffffff;
 }
.navbar2 ul .nav2,.navbar3 ul .nav2{
	margin-top: 20px;
}
.navbar3 .ul5 li{
	font-size: 16px;
	color: #ffffff;
}
.navbar3&gt;.ul5 li:first-child{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}
.navbar3&gt;.ul5 li:nth-child(2){
	line-height: 30px;
}
.cprt{
	width: 408px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
	margin-top: 60px;
	/* position: relative;
	top: 80px; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-container {
	display: flex;
	align-items: center;
}
.footer-container&gt;a {
	font-size: 12px;
	color: #CCCCCC;
}
.footer-container&gt;a:nth-child(1){
	line-height: 20px;
	height: 20px;
	margin-right: 8px;
}
.footer-container&gt;a:nth-child(2){
	display: flex;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}
.footer-container&gt;a:nth-child(2)&gt;p{
	line-height: 20px;
}</pre></body></html>