<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	color: rgb(255, 255, 255); font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 14px;
}
body {
	color: rgb(255, 255, 255); font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; font-size: 14px;
}
html {
	background: url("bg3.png") fixed;
}
body {
	margin: 0px auto; max-width: 720px;
}
* {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
ol {
	list-style: none;
}
ul {
	list-style: none;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
a:link {
	color: rgb(51, 0, 153); text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 0); text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	
}
a.hidefocus {
	
}
img {
	width: 100%; height: auto;
}
input[type=text] {
	-webkit-appearance: none;
}
input[type=button] {
	-webkit-appearance: none;
}
input[type=submit] {
	-webkit-appearance: none;
}
button {
	border: 0px currentColor; border-image: none; cursor: pointer;
}
input {
	
}
.clearfix::before {
	display: table; content: "";
}
.clearfix::after {
	display: table; content: "";
}
.clearfix::after {
	clear: both;
}
table {
	table-layout: fixed;
}</pre></body></html>