html,
body,
#app {
    height: 100%;
    margin: 0;
    padding: 0;
}
.app-loading {
    /* background-color: #fff; */
    background-color: #40a0ff12;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.app-loading-main {
    user-select: none;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.app-loading-footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    padding: 1em 0;
}
.app-loading-footer > a {
    font-size: 12px;
    color: #ABABAB;
    text-decoration: none;
}
.app-loaing-svg {
    height: 32px;
    width: 32px;
    margin-bottom: 20px;
}
.app-loading-tittle {
    color: #409EFF;
    font-size: 14px;
    margin-bottom: 10px;
}
.app-loading-sub-tittle {
    color: #409EFF;
    font-size: 12px;
}