<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
html, body{
	font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	border: none;
} 
ul li, ol li {
	list-style: none;
}
li:focus, a:focus, input:focus {
	outline: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	blr:expression(this.onFocus=this.blur());
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	cursor: pointer;
}
/*webkit 鍐呮牳閫夋嫨鍏抽敭瀛楄儗鏅彉榛�*/
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/*placeholder鏀瑰彉棰滆壊*/
input::-webkit-input-placeholder{
	color: #a9a9a9;
}
input:-moz-placeholder{
	color: #a9a9a9;
} 
input::-moz-placeholder{
	color: #a9a9a9;
} 
input:-ms-input-placeholder {
	color: #a9a9a9;
} 

textarea {
	white-space: pre;
	resize: none;
	border: 1px solid #ccc;
} 
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
del {
	text-decoration: line-through;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

.clearfix:after {
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
}  
.clearfix {
	zoom: 1;
} 

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