.mask-part {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
}

.mask-part-container {
    position: relative;
    background: url(../images/login_bg.png) center center no-repeat;
    background-size: 100% 100%;
    width: 576px;
    height: 542px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-mask-part-icon {
    position: absolute;
    top: -11px;
    right: -15px;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    background: #FFFFFF url(https://s.gaodunwangxiao.com/static-resource/login/images/close.png) center center no-repeat;
    cursor: pointer;
}

.commin-filed>input {
    width: 60%;
    height: 46px;
    font-size: 16px;
    text-indent: 1em;
    margin-bottom: 9px;
}
.loadingstatus {
    text-align: center;
    font-size: 16px;
    height: 300px;
    line-height: 300px;
}
.commin-filed {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center
}

.form-fileds {
    padding-top: 154px;
    width: 78%;
    box-sizing: border-box;
}

.login-submit {
    width: 80%;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 56px;
    margin: 0px auto;
    font-size: 18px;
    height: 56px;
    border-radius: 5px;
    background: url(../images/subbg.png) no-repeat center center;
    /* background: #377ac7; */
    color: #fff;
    cursor: pointer;
}

.phone-login {
    background: url(../images/phone.png) no-repeat center center;
}

.captche-login {
    position: relative;
    background: url(../images/captche.png) no-repeat center center;
}

.sendCaptche {
    position: absolute;
    top: 20px;
    right: 63px;
    font-size: 16px;
    color: #377ac7;
    cursor: pointer;
}

.user-mask-message {
    margin-top: 5px;
    text-align: center;
    color: #377ac7;
    font-size: 14px;
}

.user-mask-message a {
    color: #377ac7;
    font-size: 14px;
}