#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;
  object-fit: cover;
}

#custom-splash-progress {
  position: absolute;
  left: 980px;
  top: 570px;
  width: 300px;
  height: 150px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#custom-splash-progress-gif {
  width: 183.5px;
  height: 107.5px;
  background-image: url(./custom-loading.444f5.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#custom-splash-progress-label {
  color: bisque;
  margin-top: -30px;
  padding-left: 25px;
}

#custom-splash-progress-text {
  color: bisque;
  padding-left: 25px;
}

#custom-a2hs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);

  display: none;
}

#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;

  display: none;
}