:global {
    .WXlogin {

        .@{ant-prefix}-input-affix-wrapper {
            border: none;
            border-bottom: 1px solid #D1DCEB;
        }

        .@{ant-prefix}-input-prefix {
            margin-right: 16px;
        }

        .panda-console-basesrc-pages-user-login-components-login-index-prefixIcon {
            font-size: 18px;
        }

        .panda-console-basesrc-pages-user-login-components-login-index-submit {
            border-radius: 20px;
            width: 200px;
            margin-top: 30px;
        }

        .panda-console-base-form-item-control-input-content {
            text-align: center;
        }
    }
}

.login {
    width: 100%;
    height: 100%;
    background: url('./images/登陆背景图.png') no-repeat center;
    background-size: 100% 100%;
    background-clip: border-box;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .inner-bg {
    width: 100%;
    height: 50%;


    &>div {
        width: 70%;
        margin: 0 auto;
    }
}

.inner-wrapper {
    width: 1100px;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: url('./images/登录框@2x.png') no-repeat center;
    background-size: 100% 100%;
    background-clip: border-box;
    margin-top: 50px;
    //   position: absolute;
    //   top: 46%;
    //   right: 0;
    //   transform: translateY(-50%);
}

.left-imgbox {
    width: 700px;
    height: 100%;
}

// .img-wrapper {
//     width: 388px;
//     height: 134px;
//     background: url('./images/1.png') no-repeat center;
//     background-size: 100% 100%;
//     margin-bottom: 48px;
// }

.login .inner-bg img[role="logo"] {
    height: 40px;
}

.login .inner-bg .title {
    font-size: 27px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 2px;
}

@keyframes waving {
    from {
        top: 0;
    }

    to {
        top: 10px;
    }
}

@keyframes waving2 {
    from {
        left: 0;
    }

    to {
        left: -9999px;
    }
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.inner-center {
    width: 400px;
    height: 82%;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 0 10px 10px 0;
    position: relative;
}

.WXqrcodeBox {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 5px 5px 0px;
    padding: 7px;
    bottom: 20px;
    right: -36px;
}


.WXqrcodeBox:hover {
    right: -142px;
}

.WXqrcodeBox:hover .WXimg {
    display: none;
}

.WXqrcodeBox:hover .WXbigImg {
    display: block;
}

.welcome-title {
    width: 113px;
    height: 113px;
    line-height: 115px;
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.85;
    background: url('./images/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 80px 0 30px 0;
}

.formgroup2 {
    display: flex;
    align-items: center;
    display: flex;
    margin: 0px 5.5%;
    margin-bottom: 10%;
    align-items: center;
    margin-bottom: 40px;
}

.APPcodeBox {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.APPCtext {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    opacity: 0.75;
}

.APPcodeBox:hover .APPCtext {
    color: #1685FF;
}

.APPcodeBox:hover .APPCimg {
    display: flex;
}

.APPCimg .codeCase {
    text-align: center;
    padding-top: 32px;
}

.WXlogoImg {
    width: 575px;
    // height: 40px;
    // background: url('./images/logo@2x.png') no-repeat center;
    // background-size: 100% 100%;
    // margin: 0 10px 0 0;
}

.login-header {
    width: 100%;
    position: absolute;
    top: 10px;
    padding: 0 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .left-title {
        display: flex;
        align-items: center;

        .cn-title {
            font-size: 26px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #FFFFFF;
            text-shadow: 0px 2px 2px rgb(6 15 49 / 33%);
        }
    }

    .right-timebox {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;

        .curr-time {
            width: 150px;
            font-size: 36px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: white;
        }

        .curr-week-date {
            margin-left: 10px;

            .curr-week {
                font-size: 16px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: white;
            }

            .curr-date {
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: white;
            }
        }
    }
}