/*
 * 文件描述:  CSS MODULE
 * 对应功能页：所有页面
 * 期望执行浏览器：所有浏览器
 * 修改记录: By gao_shanmei 2013-05-10.
 */
@charset "utf-8";
/* CSS Document */
/*reset*/
/* 添加让用户可以自定义字体 */
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body {padding: 0;margin: 0;font-family: Helvetica, Arial, "SimSun", sans-serif;font-size: 12px;}
html,body {height: 100%;overflow: auto;min-width: 1200px;}
body,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,p,th,td,object{padding: 0;margin: 0;font-weight: 400;}
h1,h2,h3,h4,h4,h5,div { margin: 0;padding: 0; font-size: 12px;}
table {border-collapse: collapse;border-spacing: 0;}
img,fieldset{border: 0;}
ol,ul,li {list-style: none;}
a {text-decoration: none;outline: none;}
input,select {outline: 0 none;font-size: 13px;}
em,i{font-style: normal;}
h1 {line-height: 24px;}
textarea{resize: none;}