$font-family-S1: "PingFangSC-Medium","Microsoft YaHei";
.catch-error{
    position: absolute;
    top: 48%;
}
.attendance-number{
    height: 100%;
    width: 100%;
    .no-error-number{
        height: 100%;
        width: 100%;
        background: url('./back.svg') 50% 50% no-repeat;
        text-align: center;
        position: relative;
        .no-error-number-text{
            color: #FDAF35;
            font-size: 14px;
            font-family: $font-family-S1; 
            bottom: 10px;
            position: absolute;
            width: 100%;
            left: 0px;
            right: 0px;
        }
    }
    .attendance-number-error-num{
        height: 100%;
        width: 100%;
    }
}
