#loading{
    background-image: url(loading.gif);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    position: fixed;
    z-index: 999999;
    top:0%;
    left: 0%;
    width: 100%;
    /* max-width: 500px; */
    height: 100%;
    /* margin-top: -50px; */
    /* margin-left:-50px; */
    padding: 0;
    margin: 0px;
    /* opacity: 0.8; */
    background-color:rgba(0, 0, 0, 0.1);
    /* background-color: #cccccc6b; */
    /* border-radius: 200px; */
    display: block;
    text-align: center;
    /* padding-top: 180px; */
    /* color:#666; */
    display: none;
}