.jianzhalogin {
    width: 100%;
    height: 100%;
    background: url('./images/2.jpg') no-repeat;
    background-size: 100% 100%;
    background-clip: border-box;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    .inner-bg {
        width: 100%;
        // height: 100%;
    
    
        &>div {
            width: 70%;
            margin: 0 auto;
        }
    }

    .inner-wrapper {
        position: relative;
        width: 480px;
        // height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        // margin-bottom: 100px;
    }

    .title-image{
        background: url('./images/3.png') no-repeat;
        width: 466px;
        height: 42px;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }

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

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    
    .inner-center {
        position: relative;
        width: 100%;
        // height: 316px;
        background: rgba(255,255,255, 1);
        // border: 1px solid #FFFFFF;
        // box-shadow: 0px 15px 15px 3px rgba(140,142,145,0.52);
        border-radius: 10px;
    }

    .welcome-title{
        width: 100%;
        height: 100px;
        background: linear-gradient(0deg, rgba(9, 128, 238, 1) 0%, rgba(0, 182, 251, 1) 100%);
        border-radius: 10px 10px 0 0;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 500;
    }

    .welcome-bg{
        background: url('./images/4.png') no-repeat;
        width: 358px;
        height: 35px;
        background-size: 100% 100%;
    }
    
    .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;
    }

    .login-header{
        width: 100%;
        position: absolute;
        top: 0;
        height: 90px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0px 1px 3px 0px rgba(235, 235, 235, 0.55);
        .left-title{
            display: flex;
            justify-content: center;
            align-items: center;
            .cn-title{
                font-size: 36px;
                font-weight: 600;
                color: #0980ee;
            }
            .logo-png{
                width: 54px;
                margin-right: 20px;
            }
        }
        .right-timebox{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;
            .curr-time{
                width: 140px;
                font-size: 36px;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #0980ee;
            }
            .curr-week-date{
                margin-left: 10px;
                .curr-week{
                    font-size: 16px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #0980ee;
                }
                .curr-date{
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #0980ee;
                }
            }
        }
    }
    .copyright{
        position: absolute;
        bottom: 7%;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #F1F6FD;
        text-align: center;
    }
    .qrcode-box{
        position: absolute;
        bottom: 0;
        right: -23px;
        width: 23px;
        height: 23px;
        background: #FFFFFF;
        opacity: 0.8;
        cursor: pointer;
    }
    
}


:global{
    .popover-style{
        .@{ant-prefix}-popover-inner-content{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .@{ant-prefix}-popover-title{
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
}
    

@keyframes waving {
    from {
        top: 0;
    }

    to {
        top: 10px;
    }
}

@keyframes waving2 {
    from {
        left: 0;
    }

    to {
        left: -9999px;
    }
}