<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, input, button, fieldset, textarea, blockquote, th, td { padding: 0; margin: 0; } /* 清除内外边距 */
body, button, input, select, textarea { font: 12px/1 Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif; } /* 设置默认字体 */
table { border-collapse: collapse; border-spacing: 0; } /* 重置表格元素 */
input, button, select, label { vertical-align: middle } /* 重置元素对齐方式 */
button, input, select, textarea { font-size: 100%; }/* 使得表单元素在 ie 下能继承字体大小 */
img { border: none; vertical-align: top; } /* 清除a标签中图片边框 */
/* 重置链接文本格式元素 */
a { color:#333; text-decoration: none; }
a:hover { text-decoration: underline; }
:focus { outline: 0 }/*清除链接虚线边框*/
q:before, q:after { content: ''; }/*引用*/
.clear { clear: both; }/*清楚浮动*/
.clearfix { zoom: 1; }
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }</pre></body></html>