<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	min-width: 776px;
}

*{
	padding:0px;
	margin:0px;
	border:none;
}

ul,li,ol,dd,dt{
	list-style: none;
}

table{
	border-collapse:collapse;
	border-spacing: 0;
}
img {border: 0;vertical-align: top;}
img{
	max-width: 100%;
	height: auto;
	width: auto\9;
	-ms-interpolation-mode: bicubic;
}
body{
	margin:0px;
	padding:0px;
	border:0px;
	color:#000;
	font-size:14px;
	line-height: 160%;
	/*text-align: center;
	background: #6D89DD;*/
	font-family: 'å®‹ä½“','æ–°å®‹ä½“',arial,verdana,sans-serif;
}

a{
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration: none;
}
a:link{
	color:#000;
}
a:hover{
	color:#637DBC;
}

pre{
	text-indent: 0px;
	background: #DDDDDD;
	color:blue;
}

.clearfix{zoom:1;}
.clearfix:after { /*åœ¨ç±»åä¸ºâ€œclearfixâ€çš„å…ƒç´&nbsp;å†…æœ€åŽé¢åŠ&nbsp;å…¥å†…å®¹*/
    content: "."; /*å†…å®¹ä¸ºâ€œ.â€å°±æ˜¯ä¸€ä¸ªè‹±æ–‡çš„å¥å·è€Œå·²ã€‚ä¹Ÿå¯ä»¥ä¸å†™*/
    display: block; /*åŠ&nbsp;å…¥çš„è¿™ä¸ªå…ƒç´&nbsp;è½¬æ¢ä¸ºå—çº§å…ƒç´&nbsp;*/
    clear: both; /*æ¸…é™¤å·¦å³ä¸¤è¾¹æµ®åŠ¨*/
    visibility: hidden; /*å¯è§åº¦è®¾ä¸ºéšè—ã€‚æ³¨æ„å®ƒå’Œdisplay:none;æ˜¯æœ‰åŒºåˆ«çš„ã€‚ä»ç„¶å&nbsp;æ®ç©ºé—´ï¼Œåªæ˜¯çœ‹ä¸åˆ°è€Œå·²*/
    height: 0; /*é«˜åº¦ä¸º0*/
    font-size: 0; /*å­—ä½“å¤§å°ä¸º0*/
    overflow: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

textarea{ /* æ–‡æœ¬åŸŸæ‹‰ä¼¸ï¼Œæ&nbsp;¹æ®éœ€æ±‚è€Œå®š */
	resize: noneï¼›
}

input,input[type=submit],
[type=reset],[type=button]{
	-webkit-appearance: none;
	resize: none;
}

.clear_fix::after{
	content: " ";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/* å•è¡Œæº¢å‡º */
.spill{
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* å¤šè¡Œæº¢å‡º */
.spills{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}

/* è®¾ç½®èƒŒæ™¯æ–‡å­—é¢œè‰² */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #ccc;
}

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