.linweiLogin {
    width: 100%;
    height: 100%;
    background-clip: border-box;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

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


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

    .inner-wrapper {
        // width: 800px;
        // height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        position: absolute;
        bottom: 20%;
        z-index: 100;
        //   top: 46%;
        //   right: 0;
        //   transform: translateY(-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: 482px;
        height: 316px;
        background: rgba(255, 255, 255, 0.3);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 15px 15px 3px rgba(140, 142, 145, 0.52);
        border-radius: 15px;
    }

    .welcome-title {
        border-radius: 8px 8px 0 0;
        text-align: center;
        line-height: 100px;
        font-size: 24px;
        font-weight: bolder;
        color: #008efe;
        text-shadow: #fff 1.5px 0 0, #fff 0 1.5px 0, #fff -1.5px 0 0, #fff 0 -1.5px 0;
        font-family: "楷体";
        height: 100px;
    }

    .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: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        z-index: 100;

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

            .cn-title {
                font-size: 48px;
                font-weight: bold;
                color: #A6D1FF;
                background: linear-gradient(180deg, #70b9f8 0%, #2193f5 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin-bottom: 15px;
                letter-spacing: 4px;
            }

            .logo-png {
                width: 90px;
                margin-right: 5px;
            }
        }

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

            .curr-time {
                width: 140px;
                font-size: 36px;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #FFFFFF;
            }

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

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

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

    .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: -35px;
        width: 35px;
        height: 35px;
        background: #FFFFFF;
        opacity: 0.8;
        cursor: pointer;
    }

    .krpano {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

}


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