@charset "UTF-8";

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 9999;
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}
