/*通用样式*/
* {margin: 0;padding: 0;list-style: none;font-family: "Microsoft YaHei";}
html{ font-family: "Microsoft YaHei"; color:black;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, textarea, select, p, a, span, img,
blockquote { margin: 0; padding: 0; word-wrap: break-word; }
input,select,button,textarea{ border:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; max-width: 100%; }
input, label, img { vertical-align: middle; }
address, cite, dfn, em, var { font-style: normal; }
ul, ol, li, dl, dt, dd { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; outline: none; blr: expression(this.onFocus=this.blur());}