#custom-splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: black;
}

#custom-splash-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 720px;
  transform: scale(1, 1);
  transform-origin: top left;
}

#custom-splash-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 720px;
  background-image: url(./custom-splash.0b7d7.png);
}

#custom-splash-progress {
  position: absolute;
  left: 219px;
  top: 637px;
  width: 842px;
  height: 44px;
  background-image: url(./custom-loading1.5f5d7.png);
}

#custom-splash-progress-barbox {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 826px;
  height: 28px;
}

#custom-splash-progress-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 826px;
  height: 28px;
  background-image: url(./custom-loading2.cd495.png);
  background-repeat: no-repeat;
}

#custom-a2hs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

#custom-a2hs-bottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f9f9f9;
}

#custom-a2hs-bottom-tip {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 88%;
  transform: translate(-50%, -50%);

  color: #5d5d5d;
  text-align: center;
}

#custom-a2hs-bottom-add {
  position: absolute;
  top: 20%;
  left: 90%;
  width: 10%;
  height: 60%;
  border-radius: 5px;
  background: #5786ec;
}

#custom-a2hs-bottom-add-tip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);

  color: #5d5d5d;
  text-align: center;
}

#custom-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64px;
  height: 64px;

  background: rgba(0, 0, 0, 0) url(./custom-back.07c2e.png) no-repeat center;
  z-index: 100;
}