@CHARSET "UTF-8";
/*top bar*/
.login_user_avatar { width: 30px;}
.login_new { float: left; padding-top: 24px; text-align: center }
a.login_after { float: left}
* {box-sizing: border-box;}
 header .banner .sf {margin-right: 109px}
.login_new .login_after_box { height: 59px; position: relative; float: right; }
.login_new .login_after { line-height:2.0;color: #999; display: block; }
.login_new .login_after .pic_reg img { border-radius: 13px; height: 26px; width: 26px; }
.login_new .login_after:hover { color: #37bccd; opacity: 0.9; text-decoration: none; }
.login_new .login_after em { font-size: 12px;display: block; height: 24px; line-height: 24px; overflow: hidden; width: 66px; text-overflow: ellipsis; }
.login_new .login_after em a {color:#999}
.login_new .login_after em a:hover {color:#00A7AD}
.login_new .login_after_box .user_item { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fff none repeat scroll 0 0; border-color: #37bccd #cacaca #cacaca; border-image: none; border-style: solid; border-width: 2px 1px 1px; left: 10px; padding-top: 5px; position: absolute; top: 53px; width: 120px; z-index: 22222; }
.login_new .login_after_box .user_item li { height: 30px; line-height: 30px; }
.login_new .login_after_box .user_item li a { display: block; height: 30px; line-height: 30px; }
.login_new .login_after_box .user_item li a i { background: rgba(0, 0, 0, 0) url("../images/topbar_icon3.png") no-repeat scroll -66px -37px; display: inline-block; height: 19px; vertical-align: middle; width: 22px; }
.login_new .login_after_box .user_item li a:hover { background: #f2f1f1 none repeat scroll 0 0; text-decoration: none; }
.login_new .login_after_box .user_item li a:hover i { background-position: -44px -37px; }
.login_new .login_after_box .user_item .my_comment a i { background-position: -113px -37px; }
.login_new .login_after_box .user_item .my_comment a:hover i { background-position: -91px -37px; }
.login_new .login_after_box .user_item .myset a i { background-position: -156px -37px; }
.login_new .login_after_box .user_item .myset a:hover i { background-position: -135px -37px; }
.login_new .login_after_box .user_item .goout { background: #f8f8f8 none repeat scroll 0 0; border-top: 1px solid #f0f0f0; height: 34px; line-height: 34px; margin-top: 6px; }
.login_new .login_after_box .user_item .goout a { color: #7c7c7c; }
.login_new .login_after_box .user_item .goout a:hover { color: #37bccd; }
.login_new .login_after_box .user_item .arrow_up { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #fff none repeat scroll 0 0; border-color: #37bccd; border-image: none; border-style: solid; border-width: 2px 2px 0 0; height: 7px; left: 50%; margin-left: -5px; position: absolute; top: -6px; transform: rotate(-45deg); width: 7px; }
.login_new .login_before { line-height:2.0;color: #999; display: block; }
.login_new .login_before:hover { color: #37bccd; opacity: 0.9; text-decoration: none; }
.login_new .login_before em { font-size: 12px;display: block; height: 24px; line-height: 24px; overflow: hidden; width: 66px; }
.login_new .login_before em a {color:#999; cursor: pointer;}
.login_new .login_before em a:hover {color:#00A7AD}
.login_frame {
    position: fixed;
    background: white;
    margin-left: -202px;
    margin-top: -285px;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    z-index: 10001;
}
.login_frame_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: rgba(51, 51, 51, .4);
}
.login_frame_close {
    position: absolute;
    left: 370px;
    top: 15px;
    cursor: pointer;
    font-size: 15pt;
}
