.dazulogin {
    width: 100%;
    height: 100%;
    background: radial-gradient(#fff 5%, rgba(162, 215, 245, 1) 100%);
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    .caseHide {
        display: none !important;
    }

    .videLayer {
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: fill;
    }

    .dazu_out_wrapper {
        box-sizing: border-box;
        width: 500px;
        position: absolute;
        top: 120px;
        left: calc(50% - 250px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        z-index: 50;


        .dazu_out_title {
            font-size: 72px;
            font-weight: 400;
            color: #265499;
            line-height: 1;
            margin-left: 20px;
        }
    }

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


        &>div {
            width: 80%;
            margin: 10%;
        }
    }

    .inner-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 250px;
        left: calc(50% - 240px);
        z-index: 50;

    }

    .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: 480px;
        height: 380px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #FFFFFF;
        box-shadow: 1px 1px 12px -3px #22222277;
        border-radius: 8px 10px 10px 10px;
    }

    .welcome-title {
        background: linear-gradient(0deg, rgba(9, 128, 238, 1) 0%, rgba(0, 182, 251, 1) 100%);
        height: 100px;
        border-radius: 8px 8px 0px 0px;
        text-align: center;
        line-height: 70px;
        padding: 16px;

        img {
            width: 434px;
        }
    }

    .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 {
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 82px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 22px;
        z-index: 50;
        // border-bottom: 1px solid rgba(255, 255, 255, 0.12);

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

            img {
                width: 40px;
            }

            .cn-title {
                font-size: 30px;
                line-height: 1;
                font-weight: 400;
                color: #265499;
                margin-left: 10px;
            }
        }

        .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: #265499;
            }

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

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

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

    .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;
        }
    }
}

: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;
        }
    }
}