/* body {
    font-family: SimSun;
} */

#loginModel {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: #2165d1;
}

.loginLeftModel {
    width: 40%;
    float: left;
}

.loginLeftModelImage {
    width: 780px;
    height: 530px;
    position: relative;
    left: -50px;
}

.loginRightModel {
    width: 60%;
    float: left;
    text-align: center;
}

.loginRightWrapper {
    width: 624px;
    height: 624px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.loading {
    width: 100px;
    height: 100px;
    background: url(../../assets/img/manage/loading/load.gif) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}