.mask {
    position: fixed;
    z-index: 99999999;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.loading {
    margin: auto;
    display: none;
}
.fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#h5 {
    position: relative;
    width: 100%;
    height: 100%;
}

.h5 {
    position: relative;
    width: 100%;
    height: 100%;
}


.uni-status-bar {
    height: var(--zy-status-bar-height);
}

.uni-page-head {
    padding-top: calc(7px + var(--zy-status-bar-height)) !important;
    height: calc(44px + var(--zy-status-bar-height)) !important;
}

.uni-placeholder {
    height: calc(44px + var(--zy-status-bar-height)) !important;
}