/* 给body设置默认样式，方便全局继承 */
body{font-family:'Microsoft Yahei';font-size:14px;color: #737987;background: #ffffff;position: relative;height: 100%}
html{
    height: 100%
}

/* 把标签默认的间距设为0 */
html,body,ul,ol,p,h1,h2,h3,h4,h5,h6,dl,dd,select,input,textarea,form{margin:0;padding:0}

/* 让h标签文字大小继承body的文字设置 */
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/* 去掉列表默认的图标 */
ul,ol{list-style:none;}

/* 去掉em默认的斜体 */
em{font-style: normal;}

/* 去掉a标签默认的下划线 */
a{text-decoration:none;}

/* 去掉加链接时产生的框线 */
img{border:0;}
