<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css reset*/
	/*æ¸…é™¤å†…å¤–è¾¹è·*/
	body, h1, h2, h3, h4, h5, h6, p, hr, /*ç»“æž„å…ƒç´&nbsp;*/
	ul, ol, li, dl, dt, dd, /*åˆ—è¡¨å…ƒç´&nbsp;*/
	form, fieldset, legend, input, button, select, textarea, /*è¡¨å•å…ƒç´&nbsp;*/
	th, td, /*è¡¨æ&nbsp;¼å…ƒç´&nbsp;*/
	pre {
		padding: 0;
		margin: 0;
	}

	/*é‡ç½®é»˜è®¤æ&nbsp;·å¼*/
	body, button, input, select, textarea {
		/*font: 12px/1 å¾®è½¯é›…é»‘, Tahoma, Helvetica, Arial, å®‹ä½“, sans-serif;*/
		color: #333;
		font: 12px/1 "Microsoft YaHei", Tahoma, Helvetica, Arial, SimSun, sans-serif;
		border: none;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
	}
	em, i {
		font-style: normal;
	}

	a {
		text-decoration: none;
	}
	li {
		list-style-type: none;
		vertical-align: top;
	}
	img {
		border: none;
		/*display: block;*/
		vertical-align: top;
	}
	textarea {
		overflow: auto;
		resize: none;
	}
	table {
		border-spacing: 0;
		border-collapse: collapse;
	}

/*å¸¸ç”¨å…¬å…±æ&nbsp;·å¼*/
	.fl {
		float: left;
		display: inline;
	}
	.fr {
		float: right;
		display: inline;
	}
	.cf:before,
	.cf:after {
		content: " ";
		display: table;
		
	}
	.cf:after {
		clear: both;
	}
	.cf {
		*zoom: 1;
	}</pre></body></html>