#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.789f7.png);
}

#custom-splash-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
  height: 720px;
}

#custom-splash-progress {
  position: absolute;
  left: 188px;
  top: 600px;
  width: 904px;
  height: 24px;
  background-image: url(./custom-loading1.98371.png);
}

#custom-splash-progress-barbox {
  position: absolute;
  left: 3px;
  top: 2.5px;
  width: 898px;
  height: 19px;
}

#custom-splash-progress-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 898px;
  height: 19px;
  background-image: url(./custom-loading2.ec59a.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;
}