@charset "gb2312";
html { color: #333333; background: #fff; }
body { overflow-x: hidden; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }
body, button, input, select, textarea { font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti; font-size: 12px; word-wrap: break-word; color: #333333; }
input, select, textarea { font-size: 100%; }
div:focus { outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: inherit; }
fieldset, img { border: 0; }
iframe { display: block; }
abbr, acronym { border: 0; font-variant: normal; }
ol, ul, li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
q:before, q:after { content: ''; }
a:hover { text-decoration: none; }
a:visited { color: #333333; }
ins, a { text-decoration: none; }
button, a { outline: none; cursor: pointer; }
hr { height: 1px; border: none; border-top: 1px solid #CCCCCC; }
.clear{ clear:both}
.left{ float:left}
.right{ float:right}
参考:HTML默认样式重置CSS写法总结_Lioner-CSU的博客-CSDN博客