html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login-div{
    width: 430px;
    height: 484px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(7,47,86,0.32);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    margin-top: -220px;
    margin-left: -232px;
    left: 50%;
    padding: 0 30px;
}

.loginTitle {
    width: 100%;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    font-family: Source Han Sans CN;
    text-align: center;
    margin-top: 26px;
    font-weight: 400;
    color: #33383E;
}

.loginTitle-text{
    font-size: 26px;
    margin-top: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3775FF;
    letter-spacing: 3px;
}

.loginTitle-input   {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #cccccc;
    margin-top: 27px;
    position: relative;
}

.loginTitle-input input{
    border: none;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    height: 40px;
    width: 260px;
    margin-left: 15px;
    padding-left: 30px;
}

.login-input{
    outline: none;
}

.login-input::placeholder {
    color: #BBBBBB;
}

.loginTitle-input-left-shouji{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
}

.wang{
    position: absolute;
    right: 0;
    top: 10px;
    width: auto;
    height: 20px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3879FE;
    cursor: pointer;
}

.loginTitle-input-right-shouji{
    width: 100px;
    height: 36px;
    margin-left: 20px;
    cursor: pointer;
}

.denglu{
    margin-top: 28px;
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    background: #3879FE;
    float: left;
    cursor: pointer;
}

.loginTitle-bottom{
    color: #BBBBBB;margin-top: 20px;cursor: pointer
}

.login-close{
    width: 16px;
    height: 16px;
    background: url("../img/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}


.loginBack{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}