<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, dt, dd, ul, ol, li,dd, form, fieldset, legend, input, textarea, button, th, td { margin:0; padding:0; }
/*table { border-collapse:collapse; border-spacing:0; }*/
fieldset, img { border:none; }



code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }/* 使用等宽字体 */
ul,ol { list-style:none outside; }/* outside重置IE6,7缩进 */
caption, th { text-align:left; }
q:before, q:after { content: ''; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
select, input, button, textarea {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}/* 使表单元素能继承父级字体大小 */
textarea{overflow-y:auto;}/* 去除IE下textarea滚动条 */
/*修复IE6连续英文不折行导致页面布局崩溃*/
body {
	_word-break:break-all;
}
/* 专有属性修复IE7，IE8浏览器强制缩放图片失真 */
img { -ms-interpolation-mode:bicubic; vertical-align:top; border:0;}
/* m18的默认样式*/
body { font:12px/1.5 "Lucida Grande", arial, helvetica, sans-serif; }
html, legend {
	color:#333;
}
a { color:#666; text-decoration:none; }
a:hover { color:#F60; text-decoration:underline; }
hr { color: #E4E4E4; background-color: #E4E4E4; border: none; height: 1px; }
del { font-family:simsun; color:#CCC; }/* 避免删除线造成数字8视觉上为0 */

.clearfix{clear: both; height:0px; }

.color1{color:#FF3300;}
.color2{color:#0069ab;}
.mt30{ margin-top:30px;}</pre></body></html>