@charset "UTF-8";
#loader {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  background: #fff;
  position: fixed;
}

.spinner {
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-align: center;
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
}

.spinner img{width:50px;margin:10px 0;}