@charset "utf-8";
#loading{
    z-index: 1000;
    padding: 0px;
    background: rgb(126, 206, 244);
    color: #fff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    text-align: center;

}
#loading #loadid{
    width: 30vw;
    height: auto;
    position: relative;
    top:15vh;
}