@charset "UTF-8";
#loading-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg)
}
#loading-wrapper #loading-back {
  opacity: 0;
  position: fixed;
  left: -50%;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: 10002
}
#loading-wrapper #loading-back:before {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  width: 140%;
  height: 100%;
  background-color: #fff
}
#loading-wrapper #loading-left {
  position: fixed;
  right: calc(50% - 1px);
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10002;
  background-color: #f3f4f5
}
@media (max-width:575px) {
  #loading-wrapper #loading-left {
    width: 115%
  }
}
#loading-wrapper #loading-right {
  background-color: #f3f4f5;
  position: fixed;
  left: calc(50% - 1px);
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 10002
}
@media (max-width:575px) {
  #loading-wrapper #loading-right {
    width: 115%
  }
}
#loading-wrapper #progress {
  position: fixed;
  left: 0;
  width: 0;
  top: 50%;
  height: 1px;
  background-color: #fff;
  z-index: 10003
}
#loading-wrapper #progress-wrapper {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: top right;
  transform-origin: top right
}
.pswp {
  display: none!important;
}