<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','Helvetica','Arial','SimSun','SimHei';
	color:#4a4a4a;
	background:#fff;
}
ul li,ol li{
	list-style-type:none;
}
a{
	text-decoration:none;
	color:#4a4a4a;
	blr:expression(this.onFocus=this.blur());
}
fieldset,img{
	border:none;
}
li:focus,a:focus,input:focus{
	outline:none;
}
input{
	cursor:pointer;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
} 
table{
	border-collapse:collapse;
	border-spacing:0;
} 
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display:block;
	border:none;
} 
del{
	text-decoration:line-through;
}
ins{
	text-decoration:underline;
}
sup{
	vertical-align:super;
}
sub{
	vertical-align:sub;
}
textarea{
	white-space:pre;
	resize:none;
	border:1px solid #ccc;
} 
cite,em,dfn{
	font-style:normal;
}

.clearfix:after{
	display:block;
	content:'';
	height:0;
	clear:both;
	visibility:hidden;
}  
.clearfix{
	zoom:1;
} 
</pre></body></html>