.box {
    display: flex;
    flex-direction: column;
}
.box html,
.box body {
    position: relative;
    height: 100%;
}
.box .content {
    flex: 1;
}
.box .login-container {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0.5rem;
}
.box .login-container .left,
.box .login-container .right {
    max-width: 4.95rem;
    flex: 1;
    min-width: 300px;
    box-shadow: 0 4px 10px 0 rgba(133, 169, 231, 0.5);
}
.box .login-container .left {
    border-radius: 5px 0 0 5px;
}
.box .login-container .right {
    max-width: 3.95rem;
    border-radius: 0 5px 5px 0;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
}
.box .login-container .right .top {
    margin-top: 10px;
    height: 70px;
    width: 100%;
}
.box .login-container .right .top .top_left {
    line-height: 70px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #282828;
    flex: 1;
    text-align: left;
    border-bottom: 1px solid #EEEEEE;
}
.box .login-container .right .top .top_right {
    cursor: pointer;
    line-height: 70px;
    width: 48px;
    height: 48px;
}
.box .login-container .right .tip {
    margin-top: 0.3rem;
    font-size: 12px;
    font-weight: 400;
    color: #373737;
}
.box .login-container .right .qrcode-box {
    position: relative;
    width: 1.9rem;
    height: 1.9rem;
    min-width: 150px;
    min-height: 150px;
    margin: 0.15rem auto 10px;
}
.box .login-container .right .qrcode-box .login_error,
.box .login-container .right .qrcode-box .login_success {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.box .login-container .right .qrcode-box .login_error {
    color: red;
}
.box .login-container .right .qrcode-box .login_error a {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}
.box .login-container .right .qrcode {
    width: 1.9rem;
    height: 1.9rem;
}
.box .login-container .right .login-type {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: right;
    padding-bottom: 10px;
    margin-top: 10px;
}
.box .login-container .right .login-type span {
    cursor: pointer;
}
.box .login-container .right .phone {
    width: 100%;
    margin-top: 0.5rem;
    height: 44px;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 44px;
}
.box .login-container .right .phone .phone-left {
    width: 70px;
    border-right: 1px solid #DCDCDC;
}
.box .login-container .right .phone .phone-left .filter-text {
    height: 40px;
    border: unset;
    border-radius: 5px;
}
.box .login-container .right .phone .phone-left .icon-filter-arrow {
    top: 20px;
}
.box .login-container .right .phone .phone-right {
    flex: 1;
}
.box .login-container .right .phone .phone-right input,
.box .login-container .right .phone .phone-right input:focus,
.box .login-container .right .phone .phone-right input:active {
    width: calc(80%);
    outline: unset;
    padding: 0 10px;
    height: 40px;
    border: unset;
    box-shadow: unset;
    background: #f4f4f4;
    font-size: 14px;
    color: #757575;
}
.box .login-container .right .yanzhengma,
.box .login-container .right .phone-yanzhengma {
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 44px;
}
.box .login-container .right .yanzhengma .yanzhengma-left,
.box .login-container .right .phone-yanzhengma .yanzhengma-left {
    margin-right: 16px;
    flex: 1;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #f4f4f4;
}
.box .login-container .right .yanzhengma .yanzhengma-left input,
.box .login-container .right .phone-yanzhengma .yanzhengma-left input,
.box .login-container .right .yanzhengma .yanzhengma-left input:focus,
.box .login-container .right .phone-yanzhengma .yanzhengma-left input:focus,
.box .login-container .right .yanzhengma .yanzhengma-left input:active,
.box .login-container .right .phone-yanzhengma .yanzhengma-left input:active {
    width: calc(80%);
    outline: unset;
    padding: 0 10px;
    height: 40px;
    border: unset;
    box-shadow: unset;
    background: #f4f4f4;
    font-size: 14px;
    color: #757575;
}
.box .login-container .right .yanzhengma .yanzhengma-right,
.box .login-container .right .phone-yanzhengma .yanzhengma-right {
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #f1f7ff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    cursor: pointer;
}
.box .login-container .right .submit {
    margin-bottom: 10px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #3282ff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.box .login-container .right .error-message {
    color: red;
    font-size: 14px;
    height: 30px;
    text-align: left;
}
.modal-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-container .modal-content {
    width: 440px;
    height: 220px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(220, 220, 220, 0.75);
    border-radius: 8px;
    margin: 0 auto;
    z-index: 1000;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.modal-container .modal-content .modal-title {
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 38px;
}
.modal-container .modal-content .modal-content-content {
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.modal-container .modal-content .modal-button {
    width: 150px;
    height: 36px;
    background: #0ccfa3;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-top: 44px;
    cursor: pointer;
}
