<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 101%;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	z-index: 1;
	background: #CDCDCD;
}
.frameTop {
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	border: 0;
	width: 100%;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	z-index: 1;
	background: white;
	overflow: hidden;
}
.frameContent {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	z-index: 1;
	background: white;
	overflow: hidden;
}
.frameFoot {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	font-size: 14px;
	background: #CDCDCD;
	font-family: "Microsoft YaHei";
	z-index: 1;
	overflow: hidden;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
a:link {
	color: #000000;
	text-decoration: none
}
a:visited {
	color: #000000;
	text-decoration: none
}
a:hover {
	color: #ff7f24;
	text-decoration: underline;
}
a:active {
	color: #ff7f24;
	text-decoration: underline;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	border-radius: 10px;
	background-color: #eee;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #999;
}
input, select, button {
	outline: none;
}</pre></body></html>