.login-mark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.login-box {
    position: fixed;
    visibility: hidden;
    left: 50%;
    top: 50%;
    z-index: 10000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.login-box-header {
    position: relative;
    padding: 40px 0 20px 0;
    text-align: center;
}
.close-btn{
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100000;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: url(/pc/img/close-btn.png) no-repeat;
}
.login-box-content{
    width: 500px;
    height: 300px;
    text-align: center;
}
.text_uspa {
    text-align: left;
    margin:3% 0 0 20%;
}
.text_cmu {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    outline: 0;
    width: 73%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    padding-left: 42px;
}
.login_bnt {
    width: 58%;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #e23435;
    margin: 20px 0;
}
.login_bnt a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.login-tips-area{
    height: 20px;
    display: none;
    color: #f13535;
}
.login-tips-area i {
    display: inline-block;
    vertical-align: sub;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url(/pc/img/login-tips.png) no-repeat ;
}
.danger {
    border: 1px solid #fda233;
}

/*拖动验证码*/
.drag{
    width: 58%;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    margin:20px auto;
}
.bg{
    width:40px;
    height: 100%;
    position: absolute;
    background-color: lightgreen;
}
.text{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
}
.dragbtn{
    width:40px;
    height: 40px;
    position: absolute;
    border:1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color:#666;
}