.login-page {
    width: 100vw;
    height: 100vh;
    min-width:640px;
    box-sizing: border-box;
    background-image: url(/images/login-page-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


    .page-title img {
        width: 50px;
        height: 50px;
        margin-bottom:10px
    }

    .page-title span{
        font-size:18px;
        color:#fff;
        margin-bottom:6px;
    }



    .login-content {
        width: 1200px;
        min-width:640px;
        position: relative;
    }

.login-bg {
    min-width:700px;
    width: 842px;
    height: 640px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position:relative;
}

.login-l {
    width:360px;
    flex-grow:1;
    height: 100%;
    background: #fff;
    border-right: 1px solid #E8E9EB;
    display:flex;
    flex-shrink:0;
}

.login-l-title {
    font-size: 18px;
    color: #333333;
    line-height:25px;
    font-weight:bold;
}

.login-l-des {
    font-size: 14px;
    color: #666666;
    margin-top:10px;
}

.qrcode_img_display_bg {
    width: 180px;
    height: 180px;
    border: 1px solid #D8DCDE;
    border-radius:8px;
    margin-top:18px;
}

#qrcode_img_display {
    width: 160px;
    height: 160px;
    position:relative;
}

.scanning-prompt{
    width:150px;
    margin-top:20px;
}

.login-r {
    width: 480px;
    flex-grow:1;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.form-holder {
    width:100%;
    height: 100%;
    background: #fff;
}

.bg-white {
    height: 100%;
    padding: 32px 40px 0;
}

.page-header {
    font-size: 32px;
    color: #333333;
    line-height: 38px;
    font-weight: bold;
    font-family: PingFang SC-Bold, PingFang SC;
}

.content {
    width: 100%;
}

.page-login-title {
    width: 100%;
}

.code-icon {
    position:absolute;
    top:20px;
    right:20px;
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:99;
}

.barcode {
    background-image: url(/images/code_login.png);
}

.gcode {
    background-image: url(/images/psd_login.png);
}


.login-page .form-group {
    padding-bottom: 0px;
    position: relative;
}


.tenant_select {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #D2D0D8;
    position: relative;
    color: #333333;
}

.dropDown_select {
    cursor: pointer;
}

.dropDown {
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.tenant_option {
    width: 100%;
    border: 1px solid #c5e5ff;
    display: none;
    position: absolute;
    top: 81px;
    z-index: 9;
    background: #fff;
}

    .tenant_option ul {
        list-style: none;
        font-size: 1.4rem;
        padding: 0;
        margin-bottom: 0;
    }

    .tenant_option li {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        font-size: 16px;
        cursor: pointer;
        color: #b4b4b4;
    }

        .tenant_option li:hover {
            background: #1b99ff;
            color: #ffffff;
        }

.form-group-hidden {
    display: none !important;
}

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 14px;
}

    .form-group input {
        border: none;
        outline: none;
        padding: 10px 0;
        line-height: 19px;
        color: #262626;
        font-size: 16px;
    }

        .form-group input::placeholder {
            color: #999;
            font-size: 16px;
        }

    .form-group .login_lbl, .login_lbl1 {
        color: #808080;
        font-size: 18px;
    }


.forgot-password {
    color: #262626;
    font-size: 14px;
    line-height: 16px;
}

#login_form {
    height: 480px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.login_lbl, .login_lbl1 {
    margin-bottom: 0;
}

.alert-fixed {
    max-width: 1200px;
    min-width: 400px;
    position: fixed;
    top: 20px;
    z-index: 9999;
}

.alert-danger .validation-summary-errors {
    color: #fff;
    padding: 10px;
}

.login-btn {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1em;
}

.form-content {
    max-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.qrcode-mask {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

    .qrcode-mask .no-valid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.no-valid span {
    font-size:16px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding:0 24px;
}

.no-valid .refresh-qrcode {
    width: 60%;
    height: 36px;
    line-height:36px;
    font-size: 14px;
    background: #1b99ff;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: block;
}

.qrcode_img_bg {
    width: 320px;
    height: 320px;
    border: 1px solid #3887F0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    position: relative;
}

.qrcode-des {
    width: 160px;
    height: 65px;
    margin: 26px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
}

    .qrcode-des img {
        width: 56px;
        height: 56px;
    }

.qrcode-content {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    align-items: flex-start;
}

.qrcode-content-text {
    line-height: 21px;
}


.form-content-t {
    padding-top: 14px;
    flex-grow: 1;
}

.refresh-icon{
    margin-top:5px;
    display:flex;
    align-items:center;
    cursor:pointer;
}

    .refresh-icon i {
        width: 14px;
        height: 14px;
        margin-left: 5px;
        background-image: url(/images/refresh_icon.png);
        background-size:cover;
        margin-top:1px;
    }

    .refresh-icon:hover {
        color: #00a4ff;
    }

        .refresh-icon:hover i {
            background-image: url(/images/refresh_active_icon.png);
        }



    @media (max-width: 1200px) {
    .login-bg {
        width: 53%;
    }

    .login-l{
        width:290px;
    }

        .login-r {
            width: 390px;
        }

    .login-content {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.icon-eye {
    position: absolute;
    right: 19px;
    z-index: 5;
    background-image: url(/images/closed-icon.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 21px; /*设置图片显示的宽*/
    height: 18px; /*图片显示的高*/
    background-size: cover;
    margin-left: 12px;
    cursor: pointer;
    display: none;
    top: 36px;
}

.icon-eye1 {
    position: absolute;
    right: 19px;
    z-index: 5;
    background-image: url(/images/open-icon.png); /*引入图片图片*/
    background-repeat: no-repeat; /*设置图片不重复*/
    background-position: 0px 0px; /*图片显示的位置*/
    width: 21px; /*设置图片显示的宽*/
    height: 18px; /*图片显示的高*/
    background-size: cover;
    margin-left: 12px;
    cursor: pointer;
    display: none;
    top: 36px;
}


.alert-close {
    position: absolute;
    top: 10px;
    right: 10px;
}



.login-alert {
    padding: 20px
}

.danger-login {
    margin: 0;
    border: none;
    padding-bottom: 1px;
}

.alert {
    padding: 0;
}

.notice{
    color: #0E0E19;
    font-size: 14px;
    line-height: 24px
}

@media (min-width: 700px) {
    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: none;
    }

    .login-code-image {
        -webkit-box-shadow: none!important;
    }

}


@media (max-width: 700px) {
    .code-form-item {
        width: 50px;
        flex-grow: 1;
    }
    .login-code-image {
        width: 50px;
        flex-grow: 1;
    }
    .login-bg {
        min-width: 640px;
        width: 640px;
        border-radius: 0;
        height: 380px;
    }

    .page-title {
        width: 100%;
        max-width: 640px;
        height: 70px;
        background: #E6EDF7;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

        .page-title img {
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .page-title span {
            font-size: 18px;
            color: #333333;
            font-weight: bold;
        }

    .login-l {
        width: 300px;
        height: 380px;
        flex-shrink: 0;
        border: none;
        position: relative;
    }

        .login-l::after {
            content: '';
            width: 1px;
            height: 200px;
            background: #E8E9EB;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }

    .login-r {
        width: 340px;
        height: 380px;
    }

    .bg-white {
        padding: 0;
    }

        .bg-white .page-login-title {
            display: none !important;
        }

    .scanning-prompt {
        display: none;
    }

    #login_form {
        height: 380px;
        padding: 0 40px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .form-content-t {
        padding: 0;
        flex-grow: 0;
    }

    .login_lbl {
        display: none;
    }

    .login_lbl1 {
        display: none;
    }

    .form-group {
        width: 100%;
        border: 1px solid #DFE2E6;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 0;
    }

        .form-group:last-child {
            align-items: flex-start;
            border: 0;
            margin-top: 6px;
            margin-bottom: 28px;
        }

    .border-bottom::after {
        border-color: #DFE2E6;
    }

    .form-group input {
        flex-grow: 1;
    }

    .icon-user {
        width: 12px; /*设置图片显示的宽*/
        height: 12px; /*图片显示的高*/
        background-image: url(/images/personal_gray.png); /*引入图片图片*/
        background-repeat: no-repeat; /*设置图片不重复*/
        background-size: 100% 100%;
        flex-shrink: 0;
        margin: 0 10px;
    }

    .icon-password {
        width: 12px; /*设置图片显示的宽*/
        height: 12px; /*图片显示的高*/
        background-image: url(/images/password_gray.png); /*引入图片图片*/
        background-repeat: no-repeat; /*设置图片不重复*/
        background-size: 100% 100%;
        margin: 0 10px;
    }

    .icon-eye1, .icon-eye {
        top: 50%;
        transform: translateY(-50%);
    }

    .icon-verification-code {
        width: 16px; /*设置图片显示的宽*/
        height: 16px; /*图片显示的高*/
        background-image: url(/images/verification-code-icon-gray.png); /*引入图片图片*/
        background-repeat: no-repeat; /*设置图片不重复*/
        background-size: 100% 100%;
        margin: 0 10px 0 8px;
        flex-shrink: 0;
    }

    input-password, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
    }

    input-password, input[type=text]:focus, input[type=password]:focus, textarea:focus {
        -webkit-box-shadow: 0 0 0 1000px white inset;
        background-color: transparent;
    }

    .login-code-image {
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
    }

    .remeber-psd {
        width: 100%;
        justify-content: space-between;
    }

    .input-password {
        box-shadow: 0 0 0 1000px white inset !important;
    }

    #btn_login {
        width: 252px;
        height: 36px;
        background: #3887F0;
        box-shadow: 0px 2px 4px 0px rgba(56,135,240,0.4);
        border-radius: 4px;
        font-size: 14px;
        color: #fff;
        line-height: 10px;
    }

    .notice {
        font-size: 12px;
    }

    .forgot-password{
        display:none;
    }

    .tenant_form {
        box-sizing:border-box;
    }

    .tenant_select {
        padding-left: 10px;
        height: 41px;
        line-height:41px;
    }
    .tenant_option{
        top:40px;
    }
}


@media (max-width: 500px) {
    .login-page{
        width:100vw;
        height:100vh;
        overflow:hidden;
        min-width:100px;
    }

    .alert-fixed{
        min-width:80vw;
        max-width:85vw;
    }

    .page-title{
        max-width:85vw;
        padding:0 10px;
        box-sizing:border-box;
    }

        .page-title span{
            text-align:center;
        }

    .login-content {
        width: 85vw;
        border-radius: 8px;
        overflow: hidden;
        min-width: 100px;
    }

    .login-bg{
        min-width:100px;
        width:85vw;
        height:auto;
        min-height:380px;
    }

    .login-l{
        display:none;
    }

    .login-r{
        width:100%;
    }

    #login_form {
        padding: 0 20px;
    }

    #btn_login{
        width:90%;
        margin:0 auto;
        display:inherit;
    }
      
}

@media (max-width: 300px) {
    .page-title {
        max-width: 90vw;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .page-title span {
            text-align: center;
        }

    .login-content {
        width: 90vw;
        min-width: 100px;
        border-radius:4px;
        overflow:hidden;
    }

    .login-bg {
        min-width: 100px;
        width: 90vw;
        height: auto;
        min-height: 380px;
    }

    .page-title{
        padding:10px 5px;
        height:auto;
    }
    .page-title span {
        font-size: 14px;
    }

    .login-bg{
        padding-top:10px;
    }

    .input-material{
        width:100%;
    }

    .form-group input {
        font-size: 14px;
    }

        .form-group input::placeholder {
            font-size: 14px;
        }

    .form-group .login-code-image::placeholder {
        font-size: 12px;
    }

    .tenant_select {
        font-size: 14px;
    }

    .dropDown{
        height:12px;
    }

}

.form-group input[type=text]{
    box-shadow:none;
}

/* 错误消息提示框样式 */
.error-message-box {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    max-width: 600px;
    background: #fef0f0;
    border: 1px solid #fde2e2;
    border-radius: 4px;
    padding: 12px 40px 12px 16px;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.error-message-box.show {
    display: flex;
}

.error-message-content {
    display: flex;
    align-items: center;
    flex: 1;
}

.error-icon {
    width: 18px;
    height: 18px;
    background: #f56c6c;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1;
}

.error-text {
    color: #f56c6c;
    font-size: 14px;
    line-height: 1.5;
}

.error-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #c0c4cc;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    font-weight: normal;
}

.error-close:hover {
    color: #909399;
}