.jieshouLogin {
    width: 100%;
    height: 100%;
    // background: url('./images/邳州背景.jpg') no-repeat center center;
    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%;
    }


    .caseHide {
        display: none !important;
    }


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


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

    .inner-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 250px;
        left: calc(50% - 268.5px);
        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: 537px;
        height: 345px;
        border: 1px solid #FDFDFD;
        box-shadow: 0px 6px 18px 0px rgba(25, 61, 79, 0.35);
        border-radius: 15px;
        z-index: 2;
        backdrop-filter: blur(6px);

    }

    .welcome-title {
        height: 100px;
        border-radius: 8px 8px 0px 0px;
        text-align: center;
        line-height: 100px;
        font-size: 31px;
        font-weight: bold;
        color: #008EFE;
        // text-shadow: 0px 4px 5px #A3AFC7;
        // -webkit-text-stroke:0.5px #FFFFFF;
        text-shadow: #FFFFFF 1.5px 0 0, #FFFFFF 0 1.5px 0, #FFFFFF -1.5px 0 0, #FFFFFF 0 -1.5px 0;
        font-family: 宋体;

    }

    .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: 166px;
                height: 55px;
            }

            .cn-title {

                font-size: 44px;
                // font-family: 宋体;
                font-weight: 400;
                color: #FFFFFF;
                line-height: 55px;
                text-shadow: 0px 1px 10px #A3AFC7;
                line-height: 1;
                margin-left: 10px;
            }
        }

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

            .curr-time {
                width: 140px;
                font-size: 34px;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #333;
                text-align: right;
            }

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

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

    .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 {
    .jieshouLogin {
        .panda-console-base-btn {
            border-radius: 20px;
        }
    }

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

.CarouselRipples {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

& :global {
    .CarouselRipples:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
}