﻿.loading-img {
    background-color: #fff;
    height: 100%;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

    .loading-img img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 248px;
    }
/*p {
    color: black;
    opacity: 0.8;
}*/
#loading-mask img {
    text-align: center;
}
