@charset "utf-8";
body {
 margin:0;
 padding:0
}
.tips {
 position:relative;
 top:0;
 left:0;
 width:auto;
 _width:50px;
 height:34px;
 margin:0;
 line-height:34px;
 color:#fff;
 border:0;
 background:rgba(0,0,0,0.6);
 border-radius:2px;
 z-index:9999
}
.tips .msg {
 width:auto;
 margin:0;
 padding:0 28px 0 20px;
 text-align:center;
 word-break:keep-all;
 white-space:nowrap;
 font-size:14px
}
.tips .close {
 display:inline-block;
 position:absolute;
 right:12px;
 cursor:pointer;
 top:13px;
 margin:0;
 background:url(/image/closeTips2.png?v=201809101642) 0 0 no-repeat;
 width:9px;
 height:9px
}
.formDialog[_class='loginWindow'] {
 display:block;
 position:absolute;
 overflow:hidden;
 z-index:9032
}
.popupBg {
 position:fixed;
 margin:0;
 padding:0;
 top:0;
 left:0;
 right:0;
 bottom:0;
 height:100%;
 _position:absolute;
 _height:expression(document.documentElement.clientHeight);
 background-color:#000;
 filter:alpha(opacity=70);
 z-index:9032;
 overflow:hidden;
 opacity:.7
}
.loginWindowCancel {
 position:absolute;
 outline:0;
 cursor:pointer;
 top:12px;
 right:12px;
 width:15px;
 height:15px;
 background:url(http://ps.faidns.com/image/loginWindowCancel.png?v=201204251113) 0 0 no-repeat
}
.loginWindowCancel:hover {
 background:url(http://ps.faidns.com/image/loginWindowCancel.png?v=201204251113) -56px 0 no-repeat
}
