<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 'microsoft yahei', 微软雅黑;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

em {
	font-style: normal
}

ul,
ol {
	list-style: none
}

a {
	text-decoration: none;
	color: #333;
	outline: none
}

a:hover {
	text-decoration: underline
}

img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption {
	text-align: left;
	font-weight: normal
}

table,
th {
	vertical-align: middle
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0
}

.clear-node {
	clear: both
}</pre></body></html>