#loading {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  top: 0;
}

#loading .animate{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100001;
  width: 100%;
  height: 100vh;
}
#loading .animate img{
  
}