#loginBox{
            width: 280px;
            height: 280px;
            background: white;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            padding: 10px 10px;
            font-size: 14px;
            border: 2px solid #d0d0d0;
            z-index:100000;
        }
        .loginContentUnshow{
            display: none;
        }
        .loginContentShow{
            display: block;
        }
        .formTitle{
            text-align: center;
            font-size: 20px;
            font-weight: bold;
        }
        #userName{
            height: 26px;
            width: 200px;
        }
        .userPwdContent{
            padding-left:13px;
        }
        #userPwd{
            height: 26px;
            width: 200px;
        }
        .warning{
            height: 22px;
            text-align: center;
            margin-top: 48px;
        }
        .emptyWarning{
             color: red;
             display: none;
        }
        .errorWarning{
             color: red;
             display: none;
        }
        .loginBtnContent{
            text-align: center;
            margin-top: 20px;
            padding-left: 30px;
        }
        .userLoginBtn{
            height:28px;
            width:70px;
            margin-right: 30px;
        }
        .userLoginClose{
            height:28px;
            width:70px;
        }
        .newCheckContent{
            padding:0 30px 0 20px;
        }
        .userPwdForget{
            color:blue;
            float:right;
            text-decoration:none;
        }