@charset "utf-8";
/*页面初始化*/
* { margin: 0px; padding: 0px; }
html { height: 100%; }
body { font-family:  "microsoft yahei", "微软雅黑", "simsun", "宋体"; font-size: 12px; color: #333; line-height: 20px; background: #fff; height: 100%; }
a { color: #333; text-decoration: none; }
ol, ul, li { list-style-type: none; }
img { border: none; }

.bodybox { width: 100%; height: 100%; }

#loading { display: none; width: 60px; height: 60px; overflow: hidden; margin: -30px 0px 0px -30px; position: absolute; left: 50%; top: 50%; z-index: 9999; }

.bordertop { background-color: #06aa77; width: 100%; height: 7px; overflow: hidden; position: absolute; left: 0; top: 0; }