@charset "utf-8";
.loginwin{position:fixed;border-radius:10px;left:50%;top:50%;z-index:9999;width:370px;margin:-227px 0 0 -185px;overflow:hidden;background:#fff;}
.loginwin .close{width:30px;height:30px;background:url(/browse/aHR0cHM6Ly9wdGxvZ2luLjMwMDAuY29t/static/images/pop_close2.png) no-repeat 0 0;position:absolute;top:20px;right:11px;z-index:2;cursor:pointer;}
.loginwin .close:hover{background-position: 0 -30px;}
.loginbg{position:fixed;top:0px;left:0px;z-index:8888;width:100%;height:100%;background:#000;filter:alpha(opacity=50);opacity:.5;}