@charset "UTF-8";
#box--imgLoading,
#bg--loading {
    z-index: 99999999999;
}

#box--imgLoading {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

#bg--loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background: #fff; */
    background: rgb(255, 255, 255)
}