.auth-language {
    font-size: 14px;
    position: absolute;
    right: 20vh;
    top: 10vh;
    width: 134px;
    overflow: hidden;
    border-radius: 19px;
    display: flex;
    z-index: 9;
}

.auth-language button {
    width: 67px;
    height: 34px;
    border: none;
    cursor: pointer;
    color: #353535;
    background: #fff;
}

.auth-language button.active {
    background: #005375;
    color: #fff;
}

.wrap {
    height: auto;
    min-height: 472px;
    border-radius: 16px;
    width: 434px;
}

.main {
    padding: 42px;
    width: calc(100% - 84px);
    height: calc(100% - 84px);
}

.container .logo {
    text-align: center;
}

.login-tip {
    font-family: Microsoft YaHei UI;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    color: #060606;
    margin: 16px 0 29px;
}

.form .prex-icon .login-icon {
    width: 20px;
    height: 20px;
}

.form .prex-icon {
    top: 16px;
}

.form .m-account>div.username>input,
.form .m-phone>div.username>input {
    font-size: 16px;
    width: 100%;
    color: #777777;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 40px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
    font-size: 16px;
    width: 100%;
    color: #777777;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 40px;
}

.form .code .get-code {
    color: #005375;
    border: 1px solid #005375;
    font-size: 16px;
    width: 104px;
    height: 34px;
    line-height: 34px;
}

.container .btn .login-btn {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    background: #005375;
}

.container .help .fo-password {
    color: #005375;
    font-size: 16px;
}

.form .m-account .item,
.form .m-phone .item {
    border-color: #C1C1C1;
}

.form .m-phone .item:first-child {
    border-radius: 4px 4px 0 0;
}

.form .m-phone .item:last-child {
    border-radius: 0 0 4px 4px;
}

.dz-copy {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-shadow: 0px 4px 4px #00000040;
    color: #FFFFFF;
}

@media screen and (max-width: 1400px) {
    .outer-user-btn {
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }
}