<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
	width: 100%;
	height: 100%;
	background: #051632;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
	background-attachment: fixed;/*必要，防抖动*/
	font-size: 16px;
	color: #000;
	margin: 0 auto;
	max-width: 800px;
	height: 100%;
	position:relative;
}
a {
	text-decoration: none;
	color: #fff;
}
ul, li {
	list-style: none
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
a:hover {
	color: #fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	display: block;
	max-width: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block;
	clear: both;
}
/* hides from IE-mac */
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}

</pre></body></html>