#custom-splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgb(0, 0, 0) url(./custom-splash.7cdaa.png) no-repeat center;
  background-size: 50%;
}

#custom-splash-progress {
  position: absolute;
  bottom: 6px;
  left: 1%;
  width: 98%;
  height: 6px;
  border-radius: 6px;
  background: #646f76;
}

#custom-splash-progress-bar {
  position: absolute;
  width: 0%;
  height: inherit;
  border-radius: 6px;
  background: #3dc5de;
}

#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;
}