@font-face {
    font-family: PingFang SC;
    src: url('@/assets/fonts/PingFang.ttf');
}

.xinganlogin {
    width: 100%;
    height: 100%;
    background: url('./images/8.png') 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: 80%;
            margin: 10%;
        }
    }

    .inner-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 43%;
        margin-top: -190px;
        //   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: 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;
    }
    
    .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: 30px;
        padding: 0 38px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    
        .left-title{
            display: flex;
            justify-content: flex-start;
            align-items: center;
            .cn-title{
                font-size: 26px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #FFFFFF;
                margin-left: 10px;
            }
            .en-title{
                font-size: 12px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #FFFFFF;
                opacity: 0.65;
            }
        }
        .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: #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;
    }
    
}