/*右下角公告提示 begin*/
.system-notice{position: fixed;right: 0;bottom: 0;border: 3px #999 solid;text-align:left;width: 365px;background: #fff;font:12px Arial, Helvetica, sans-serif,"宋体";box-shadow:0 0 5px rgba(100,100,100.3);z-index: 1000;
  _position:absolute;_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
.system-title{padding:0 10px;color: #333;position: relative;background: #f6f3ec;height: 40px;line-height: 40px;}
.system-title .t {font:bold 16px/40px "微软雅黑","宋体";color: #f80;}
.system-title strong{font-weight: normal;font-size: 12px;margin-left: 40px;color: #999;}
.system-title #second{font-style: normal;}
.system-close{position: absolute;top:6px;right: 0;width: 26px;height: 26px;cursor: pointer;text-align: center;line-height: 26px;font-family: Arial, Helvetica, sans-serif;font-size:22px;color: #999;}
.system-main{padding: 10px;}
.system-main p{margin: 0;padding: 0;font-size: 12px;line-height: 26px;color: #333;}
.system-main p a{text-decoration: none;}
.system-main p a:hover{text-decoration: underline;}
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
/*右下角公告提示 end*/