.loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: #ffffff;
}

.loading__mark {
  margin: auto;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .loading__mark {
    width: 400px;
    height: 400px;
  }
}

.loading__mark-img {
  height: auto;
}
/*# sourceMappingURL=loading.css.map */