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

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
form,
figure,
dl,
dd {
	margin: 0;
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: top;
	border: none;
}
input,
button,
select,
textarea {
	vertical-align: middle;
	outline: none;
	padding: 0;
	margin: 0;
}
textarea {
	resize: none;
	overflow: auto;
}
.clearFix {
	zoom: 1;
}
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/***************************************************************************************************/


































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