#loading {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: table;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    padding-top: 140px;
    text-align: center;
    vertical-align: middle;
    background: url('../../img/icon/5.svg') center center no-repeat;
}
