<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*init*/
/* æ¸…é™¤å†…å¤–è¾¹è· */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ç»“æž„å…ƒç´&nbsp; */ dl, dt, dd, ul, ol, li, /* list elements åˆ—è¡¨å…ƒç´&nbsp; */ pre, /* text formatting elements æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; */ fieldset, lengend, button, input, textarea, /* form elements è¡¨å•å…ƒç´&nbsp; */ th, td { /* table elements è¡¨æ&nbsp;¼å…ƒç´&nbsp; */
	margin: 0;
	padding: 0;
}
/* è®¾ç½®é»˜è®¤å­—ä½“ */
body, button, input, select, textarea { /* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "å®‹ä½“", sans-serif;*/
	font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* ç”¨ ascii å­—ç¬¦è¡¨ç¤ºï¼Œä½¿å¾—åœ¨ä»»ä½•ç¼–ç&nbsp;ä¸‹éƒ½æ—&nbsp;é—®é¢˜ */
}
h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* å°†æ–œä½“æ‰¶æ­£ */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* ç»Ÿä¸€ç­‰å®½å­—ä½“ */
small {
	font-size: 12px;
} /* å°äºŽ 12px çš„ä¸­æ–‡å¾ˆéš¾é˜…è¯»ï¼Œè®© small æ­£å¸¸åŒ– */
/* é‡ç½®åˆ—è¡¨å…ƒç´&nbsp; */
ul, ol {
	list-style: none;
}
/* é‡ç½®æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; */
a {
	text-decoration: none;
}
abbr[title], acronym[title] { /* æ³¨ï¼š1.ie6 ä¸æ”¯æŒ abbr; 2.è¿™é‡Œç”¨äº†å±žæ€§é€‰æ‹©ç¬¦ï¼Œie6 ä¸‹æ—&nbsp;æ•ˆæžœ */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
/* é‡ç½®è¡¨å•å…ƒç´&nbsp; */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img æ­è½¦ï¼šè®©é“¾æŽ¥é‡Œçš„ img æ—&nbsp;è¾¹æ¡† */
/* æ³¨ï¼šoptgroup æ—&nbsp;æ³•æ‰¶æ­£ */
button, input, select, textarea {
	font-size: 100%; /* ä½¿å¾—è¡¨å•å…ƒç´&nbsp;åœ¨ ie ä¸‹èƒ½ç»§æ‰¿å­—ä½“å¤§å° */
}
/* é‡ç½®è¡¨æ&nbsp;¼å…ƒç´&nbsp; */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* é‡ç½® hr */
hr {
	border: none;
	height: 1px;
}
/* è®©éžieæµè§ˆå™¨é»˜è®¤ä¹Ÿæ˜¾ç¤ºåž‚ç›´æ»šåŠ¨æ¡ï¼Œé˜²æ­¢å›&nbsp;æ»šåŠ¨æ¡å¼•èµ·çš„é—ªçƒ */
/*æ¸…é™¤float*/
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* end of clearfix */
/*æ¸…é™¤float_end*/
/*init_end*/
</pre></body></html>