.ph-imager div {
  background-repeat: no-repeat;
  background-size: contain;
}
.ph-imager .imager-container {
  position: relative;
}
.ph-imager .imager-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
}

.ph-page-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #fff;
  text-align: center;
}
.ph-page-loading.is-pad .loading-image {
  width: 0.91797rem;
  margin: 2.39258rem auto 0;
}
.ph-page-loading.is-pad .loading-text {
  margin-top: 0.23438rem;
  font-size: 0.23438rem;
  line-height: 0.29297rem;
}
.ph-page-loading .loading-image {
  width: 2.29333rem;
  margin: 4.98667rem auto 0;
  -webkit-animation: 1.5s loading-plane infinite;
          animation: 1.5s loading-plane infinite;
}
.ph-page-loading .loading-text {
  margin-top: 0.45333rem;
  font-size: 0.42667rem;
  line-height: 0.8rem;
  color: #b5b7bd;
  position: relative;
  display: inline-block;
}
.ph-page-loading .loading-text::after {
  content: '·';
  position: absolute;
  left: 100%;
  text-align: left;
  -webkit-animation: 2s loading-text infinite;
          animation: 2s loading-text infinite;
}
@-webkit-keyframes loading-plane {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.21333rem);
            transform: translateY(-0.21333rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loading-plane {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.21333rem);
            transform: translateY(-0.21333rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loading-text {
  0% {
    content: '';
  }
  30% {
    content: '·';
  }
  60% {
    content: '··';
  }
  100% {
    content: '···';
  }
}
@keyframes loading-text {
  0% {
    content: '';
  }
  30% {
    content: '·';
  }
  60% {
    content: '··';
  }
  100% {
    content: '···';
  }
}
