.login-logo {
    margin-top: 25px;
    margin-left: 25px;
    text-align: left;
    position: relative;
}

.o-m {
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 24px;
    width: 650px;
}

.o-m .ul-o {
    width: 150px;
    position: relative;
    background: #333;
}

.o-m .ul-o li {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.o-m .ul-o span {
    width: 58px;
    height: 58px;
    display: block;
    /*border-bottom: 1px solid #444;*/
}

.o-m .ul-o span img {
    width: 30px;
    margin: 15px 0 0 15px;
}

.o-m .ul-o li p {
    margin: 0;
    line-height: 58px;
    color: #fff;
    font-size: 14px;
    width: 88px;
    /*border-bottom: 1px solid #444;*/
}

.o-m .ul-o .li-mask {
    background: #ff6800;
    position: absolute;
    left: 0;
    top: 0;
    width: 165px;
    height: 58px;
    background: url(../images/n-qyjz-52.png) no-repeat right;
}

.o-m .ul-o li.on b {
    display: block;
}

.o-m .ul-t {
    width: 400px;
    height: 390px;
}

.o-m .ul-t li {
    list-style-type: none;
    position: relative;
    height: 100%;
    display: none;
}

.o-m .ul-t .li-top {
    padding: 25px 0 0 0px;
}

.o-m .ul-t h5 {
    color: #eee;
    font-size: 24px;
    line-height: 38px;
}

.o-m .ul-t p {
    color: #f9f9f9;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.o-m .ul-t .li-a a {
    color: #ffff99;
    font-size: 14px;
    margin-right: 30px;
    cursor: default;
    line-height: 22px;
}

.o-m .ul-t .li-a span {
    color: #999;
    font-size: 14px
}

.o-m .ul-t .li-img {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.o-m .ul-t .li-img img {
    width: 330px;
}

.login-form {
    flex: none;
    width: 360px;
}

.login-captcha-div {
    display: flex;
    justify-content: space-between;
}

.login-captcha-div .login-captcha-img {
    cursor: pointer;
    height: 46px;
    margin-left: 10px;
    border-radius: 4px;
}

.copyright {
    text-align: center;
    margin: auto;
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    bottom: 50px;
    clear: both;
    width: 100%;
}

.copyright a {
    color: #ffffff;
}

.mdc-floating-label--required::after {
    content: unset;
}