<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/* CSS Document */



* {

	margin: 0;

	padding: 0;

	font-size: 14px;

	font-family: '微软雅黑';

	color: #666666;

}



html {

	overflow-x: hidden

}



a {

	text-decoration: none;

}



li {

	list-style: none;

}



img {

	border: 0;

}



input {

	outline: none;

	border: none;

}



textarea {

	overflow: auto;

	vertical-align: top;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}





/*清除浮动*/



.clear {

	clear: both;

}



.fl {

	float: left;

	display: inline;

}



.fr {

	float: right;

	display: inline;

}



.m0a {

	margin: auto;

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