html {
  -ms-touch-action: none;
}

body, canvas, div {
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

body {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  overflow: hidden;
  cursor: default;
  background: #05091f;
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif;
}

#Cocos2dGameContainer {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

canvas {
  background-color: rgba(0, 0, 0, 0);
}

#splash::before,
#splash::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

#splash::before {
  top: -28vw;
  left: -18vw;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(87, 211, 255, 0.14);
  box-shadow:
    0 0 0 7vw rgba(72, 130, 255, 0.035),
    0 0 0 14vw rgba(120, 64, 255, 0.025);
}

#splash::after {
  right: -11vw;
  bottom: -34vw;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(121, 86, 255, 0.13);
  box-shadow:
    0 0 0 8vw rgba(76, 219, 255, 0.025),
    0 0 0 16vw rgba(111, 69, 255, 0.02);
}

.splash-brand,
.loading-panel,
.splash-version {
  z-index: 1;
}

.splash-ball {
  box-sizing: border-box;
}

.progress-bar {
  box-shadow:
    0 0 18px rgba(69, 205, 255, 0.22),
    0 2px 6px rgba(0, 0, 0, 0.45) inset;
}

@media (max-aspect-ratio: 4/3) {
  .splash-brand {
    top: 29%;
  }

  .loading-panel {
    width: 72%;
  }
}
