.page {
    background: url(../img/bg_login_main.png) 100% no-repeat;
    position: relative;
    height: 100vh;
    min-width: 1200px;
    overflow: hidden;
    padding: 0;
    align-items: center;
    justify-content: center;
    align-content: center;

    .login-main-layout {
        position: relative;
        width: 1200px;
        height: 560px;
        padding: 0 37px;

        .image-wrapper-platform-layout {
            position: absolute;
            top: 0;
            left: 69px;
            right: 43px;
            width: auto;
            height: 41px;
            justify-content: space-between;
            align-items: center;

            .image-wrapper-platform {
                width: 201px;
                height: 41px;
            }

            .text-wrapper-platform {
                width: 405px;
                font-size: 21px;
                font-family: PingFangSC-Medium;
                font-weight: 500;
                text-align: center;
                line-height: 26px;
                align-items: center;
                line-clamp: 2;
                display: inline;
                white-space: normal;
                word-wrap: break-word;
            }
        }

        .group-login-content {
            width: 1302px;
            height: 496px;
            margin: 60px auto 0;

            .img-login-type-banner {
                border-radius: 8px;
                object-fit: cover;
                width: 678px;
                height: 495px;
            }

            .group-login-opera-layout {
                width: 405px;
                height: 495px;
                margin: 1px 0 0 43px;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0.44) 100%);
                box-shadow: 0 2px 24px 0 rgba(7, 45, 103, 0.12);
                border-radius: 16px;
                border: 1px solid #FFFFFF;

                .group-login-opera-header {
                    position: relative;
                    width: 404px;
                    height: 74px;
                    background: linear-gradient(180deg, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0.44) 100%);
                    box-shadow: 0 2px 24px 0 rgba(7, 45, 103, 0.12);
                    border-radius: 16px 16px 0 0;
                    border: 1px solid #FFFFFF;

                    .image-right-conner {
                        width: 74px;
                        height: 74px;
                        margin: 0 -1px 0 229px;
                        cursor: pointer;
                    }


                    .text-platform-name {
                        width: 72px;
                        height: 24px;
                        overflow-wrap: break-word;
                        color: rgba(51, 51, 51, 1);
                        font-size: 24px;
                        font-family: PingFangSC-Medium;
                        font-weight: 500;
                        text-align: center;
                        white-space: nowrap;
                        line-height: 24px;
                        margin: 27px 0 0 30px;
                    }

                    .text-wrapper-login-type {
                        height: 26px;
                        border: 1px solid rgba(33, 150, 243, 1);
                        width: 115px;
                        position: absolute;
                        left: 227px;
                        top: 19px;

                        .text-wrapper-login-tips {
                            width: 98px;
                            height: 14px;
                            overflow-wrap: break-word;
                            color: rgba(33, 150, 243, 1);
                            font-size: 14px;
                            font-family: PingFangSC-Regular;
                            font-weight: normal;
                            text-align: left;
                            white-space: nowrap;
                            line-height: 14px;
                            margin: 6px 0 0 7px;
                        }
                    }

                }

                .group-login-form {
                    position: relative;
                    width: 405px;
                    height: 421px;
                    background: linear-gradient(180deg, rgba(255, 255, 255, 0.61) 0%, rgba(255, 255, 255, 0.44) 100%);
                    box-shadow: 0 2px 24px 0 rgba(7, 45, 103, 0.12);
                    border: 1px solid #FFFFFF;
                    border-radius: 0 0 16px 16px;

                    .text-phone {
                        width: 48px;
                        height: 16px;
                        overflow-wrap: break-word;
                        color: rgba(51, 51, 51, 1);
                        font-size: 16px;
                        font-family: PingFangSC-Medium;
                        font-weight: 500;
                        text-align: left;
                        white-space: nowrap;
                        line-height: 16px;
                        margin: 30px 0 0 30px;
                    }

                    .item-input-margin {
                        margin: 16px 0 0 30px;
                    }

                    .text-wrapper_2 {
                        background-color: rgba(255, 255, 255, 1);
                        border-radius: 4px;
                        height: 40px;
                        border: 1px solid rgba(221, 223, 230, 1);
                        width: 345px;
                        outline: none;
                        padding: 0 20px;

                        &:focus {
                            border: 1px solid rgba(33, 150, 243, 1);
                        }
                    }

                    .text-wrapper-pwd {
                        background-color: rgba(255, 255, 255, 1);
                        border-radius: 4px;
                        height: 40px;
                        border: 1px solid rgba(221, 223, 230, 1);
                        width: 345px;
                        outline: none;
                        padding: 0 50px 0 20px;

                        &:focus {
                            border: 1px solid rgba(33, 150, 243, 1);
                        }
                    }

                    .text_4 {
                        width: 87px;
                        height: 14px;
                        overflow-wrap: break-word;
                        color: rgba(51, 51, 51, 1);
                        font-size: 14px;
                        font-family: PingFangSC-Regular;
                        font-weight: normal;
                        text-align: left;
                        white-space: nowrap;
                        line-height: 14px;
                        margin: 14px 0 0 20px;
                    }

                    .text-verify-code {
                        width: 48px;
                        height: 16px;
                        overflow-wrap: break-word;
                        color: rgba(51, 51, 51, 1);
                        font-size: 16px;
                        font-family: PingFangSC-Medium;
                        font-weight: 500;
                        text-align: left;
                        white-space: nowrap;
                        line-height: 16px;
                        margin-top: 19px;
                    }

                    .box_2 {
                        position: relative;
                        width: 345px;
                        height: 40px;
                        margin: 16px 0 0 30px;

                        .img-pwd-eye {
                            width: 16px;
                            height: 11px;
                            position: absolute;
                            top: 14px;
                            right: 20px;
                        }

                        .text-wrapper_6 {
                            background-color: rgba(255, 255, 255, 1);
                            border-radius: 4px;
                            height: 40px;
                            border: 1px solid rgba(221, 223, 230, 1);
                            width: 210px;
                            outline: none;
                            padding: 0 20px;

                            &::placeholder {
                                color: #999999;
                            }

                            &:focus {
                                border: 1px solid rgba(33, 150, 243, 1);
                            }

                        }

                        .img-wrapper_7 {
                            height: 40px;
                            width: 120px;
                            cursor: pointer;
                            border: none;
                        }

                        .text-wrapper_7 {
                            background-color: rgba(255, 255, 255, 1);
                            border-radius: 4px;
                            height: 40px;
                            border: 1px solid rgba(221, 223, 230, 1);
                            width: 120px;
                            cursor: pointer;

                            .text_11 {
                                width: 70px;
                                height: 14px;
                                overflow-wrap: break-word;
                                color: rgba(33, 150, 243, 1);
                                font-size: 14px;
                                font-family: PingFangSC-Regular;
                                font-weight: normal;
                                text-align: left;
                                white-space: nowrap;
                                line-height: 14px;
                                margin: 13px 0 0 25px;
                            }

                            .text_13 {
                                width: 70px;
                                height: 14px;
                                overflow-wrap: break-word;
                                color: rgba(51, 51, 51, 1);
                                font-size: 14px;
                                font-family: PingFangSC-Regular;
                                font-weight: normal;
                                white-space: nowrap;
                                line-height: 14px;
                                margin: 13px 0 0 20px;
                            }
                        }
                    }

                    .text-group_2 {
                        display: inline-flex;
                        width: 48px;
                        height: 12px;
                        overflow-wrap: break-word;
                        color: rgba(33, 150, 243, 1);
                        font-size: 12px;
                        font-family: PingFangSC-Regular;
                        font-weight: normal;
                        text-align: right;
                        white-space: nowrap;
                        line-height: 12px;
                        margin: 20px 0 0 327px;
                        cursor: pointer;
                    }

                    .text-wrapper_8 {
                        background-color: rgba(29, 201, 183, 1);
                        border-radius: 4px;
                        height: 50px;
                        width: 345px;
                        margin: 20px 0 126px 30px;
                        cursor: pointer;
                        align-items: center;
                        justify-content: center;

                        .text_12 {
                            width: 38px;
                            height: 16px;
                            overflow-wrap: break-word;
                            color: rgba(255, 255, 255, 1);
                            font-size: 16px;
                            font-family: PingFangSC-Regular;
                            font-weight: normal;
                            text-align: right;
                            white-space: nowrap;
                            line-height: 16px;
                            /*margin: 17px 0 0 154px;*/
                        }
                    }

                    .text-wrapper-double-box {
                        justify-content: space-between;
                        margin: 20px 0 126px 30px;
                        align-items: center;
                        display: flex;
                        width: 345px;

                        .text-wrapper-double {
                            border-radius: 4px;
                            height: 50px;
                            width: 165px;
                            cursor: pointer;
                            align-items: center;
                            justify-content: center;

                            .text_12 {
                                width: 38px;
                                height: 16px;
                                overflow-wrap: break-word;
                                color: rgba(255, 255, 255, 1);
                                font-size: 16px;
                                font-family: PingFangSC-Regular;
                                font-weight: normal;
                                text-align: right;
                                white-space: nowrap;
                                line-height: 16px;
                                /*margin: 17px 0 0 154px;*/
                            }
                        }

                        .color-login {
                            background-color: rgba(29, 201, 183, 1);
                        }

                        .color-register {
                            background-color: #2196F3;
                        }
                    }

                    .image-qr-code-layout {
                        align-items: center;
                        justify-content: center;
                        padding: 46px 0 0;

                        .image-qr-code {
                            width: 202px;
                            height: 202px;
                        }

                        .text-qr-code-tips-layout {
                            margin: 19px 0 0;
                            padding: 0;
                            font-family: PingFangSC, PingFang SC;
                            font-weight: 400;
                            font-size: 14px;
                            color: #333333;
                            line-height: 24px;
                            text-align: center;
                            font-style: normal;
                            justify-content: start;

                            .text-qr-code-tips {
                                display: inline-flex;
                            }

                            .text-qr-code-tips-bottom {
                                font-weight: bold;
                            }
                        }
                    }
                }

            }

        }

    }
}

/* 通用遮罩层 */
.qrcode-disabled {
    position: relative;
    filter: grayscale(100%); /* 灰色处理 */
    opacity: 0.6;
}

.qrcode-disabled::after {
    content: attr(data-status-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #f44336; /* 红框 */
}

/* 特定状态的不同效果 */
.qrcode-authorization {
    filter: blur(2px); /* 模糊 */
}
.qrcode-refuse {
    filter: grayscale(100%) contrast(50%);
}
.qrcode-error {
    filter: grayscale(100%) brightness(80%);
}





