<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0;
	padding:0;
	list-style-type:none;
}

.footer{
	width: 100%;
}
.footer .footer_top{
	width: 100%;
	height: 40px;
	background: #424242;
	font-size: 14px;
	color: rgb(153,153,153);
	font-family: "微软雅黑";
	font-weight: lighter;
	line-height: 40px;
}
.footer .footer_top a{
	color: rgb(153,153,153);
}
.footer .footer_bottom{
	width: 100%;
	height: 200px;
	background: #333333;
	font-family: "微软雅黑";
}
.footer a:hover{
	text-decoration: none;
}
.footer .footer_bottom .part_one{
	/*padding: 30px 0 0 360px;*/
	padding-top: 30px;
}
.footer .footer_bottom .part_one .p1{
	font-weight: bold;
	font-size: 18px;
	color: rgb(153,153,153);
}
.footer .footer_bottom .part_one .p1 a{
	color: rgb(153,153,153);
}
.footer .footer_bottom .part_one .p1 a:link{
	text-decoration: none;
}
.footer .footer_bottom .part_one ul{
	font-size: 14px;
	color: rgb(102,102,102);
	margin-top: 12px;
	width: 215px;
}
.footer .footer_bottom .part_one ul li{
	padding: 5px 0 0 0;
}</pre></body></html>