@keyframes titleJiaochengIntro {
  0% {
    opacity: 0;
    transform: translate3d(260px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(84px, 0, 0);
  }
  80% {
    opacity: 1;
    transform: translate3d(18px, 0, 0);
  }
  92% {
    opacity: 1;
    transform: translate3d(6px, 0, 0);
  }
  96% {
    opacity: 1;
    transform: translate3d(-4px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes titleButtonsIntro {
  0% {
    opacity: 0;
    transform: translate3d(-460px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-136px, 0, 0);
  }
  80% {
    opacity: 1;
    transform: translate3d(-22px, 0, 0);
  }
  92% {
    opacity: 1;
    transform: translate3d(-7px, 0, 0);
  }
  96% {
    opacity: 1;
    transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes titleLogoIntro {
  0% {
    opacity: 0;
    transform: scale(0.72) translate3d(0, 24px, 0);
  }
  45% {
    opacity: 1;
    transform: scale(1.04) translate3d(0, -4px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes titleFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#screen-title {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #1a1a2e;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
}
#screen-title .title-bg {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
#screen-title .title-bg-img,
#screen-title .title-btn img {
  display: block;
  width: 100%;
  height: auto;
}
#screen-title .title-deco-bottom,
#screen-title .title-f01 {
  position: absolute;
  left: 0;
  height: auto;
  display: block;
  pointer-events: none;
}
#screen-title .title-deco-bottom {
  bottom: -25px;
  width: 100%;
  object-fit: contain;
}
#screen-title .title-f01 {
  bottom: 11px;
  right: 0;
  margin: 0 auto;
  width: 76%;
  max-width: none;
}
#screen-title .title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  pointer-events: none;
}
#screen-title .title-overlay > * {
  pointer-events: auto;
}
#btn-jiaocheng {
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 100;
  min-height: unset;
}
#btn-close-jiaocheng img,
#btn-jiaocheng img {
  width: 226px;
  height: auto;
  display: block;
}
#screen-title .title-banner {
  margin-top: 212px;
  max-width: 72%;
  height: auto;
  object-fit: contain;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
}
#screen-title .title-logo-spine {
  position: relative;
  width: 72%;
  max-width: 540px;
  aspect-ratio: 540/388;
}
#screen-title .title-logo-spine .title-logo-fallback,
#title-logo-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#title-logo-canvas {
  opacity: 0;
  pointer-events: none;
  transform: scaleY(-1);
  transform-origin: center center;
}
#screen-title .title-logo-spine.spine-ready #title-logo-canvas {
  opacity: 1;
}
#screen-title .title-logo-spine.spine-ready .title-logo-fallback {
  opacity: 0;
  visibility: hidden;
  display: none;
}
#screen-title .title-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: -283px;
  flex: 1;
  justify-content: center;
  transform: translate3d(0, 0, 0);
}
#screen-title .title-btn {
  display: block;
  padding: 0;
  border: 0;
  background: 0 0;
  cursor: pointer;
  max-width: 75%;
  transition: transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  min-height: unset;
}
#screen-title .title-btn:hover {
  transform: scale(1.03);
}
#screen-title .title-btn:active {
  transform: scale(0.97);
}
#screen-title .title-btn img {
  max-width: 479px;
}
#jiaocheng-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  z-index: 500;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 0;
  box-sizing: border-box;
}
#jiaocheng-modal.hidden {
  display: none;
}
#jiaocheng-modal.modal-intro-playing {
  animation: fadeInOverlaySoft 0.2s ease-out both;
}
#jiaocheng-modal.modal-intro-playing .jiaocheng-inner {
  animation: slideInFromRightSoft var(--screen-intro-duration) linear both;
}
.jiaocheng-inner {
  position: relative;
  width: 100%;
  padding-top: 30px;
  margin-top: 100px;
}
.jiaocheng-title-img {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
.jiaocheng-frame-wrap {
  position: relative;
  width: 100%;
}
.jiaocheng-frame-img {
  display: block;
  width: 100%;
  margin-top: 23px;
  height: auto;
  max-height: none;
  object-fit: fill;
}
.jiaocheng-body {
  position: absolute;
  top: 5%;
  left: 3%;
  right: 3%;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.jiaocheng-content-img {
  display: block;
  width: 95%;
  margin-left: -5px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}
#btn-close-jiaocheng {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 20;
  background: 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  min-height: unset;
}
#btn-close-jiaocheng img {
  width: 88px;
}
#screen-title {
  --title-intro-duration: 0.3s;
  --title-logo-duration: 1s;
}
#screen-title.title-intro-playing #btn-jiaocheng {
  animation: titleJiaochengIntro var(--title-intro-duration) both;
  animation-timing-function: linear;
}
#screen-title.title-intro-playing .title-buttons {
  animation: titleButtonsIntro var(--title-intro-duration) both;
  animation-timing-function: linear;
}
@media (prefers-reduced-motion: reduce) {
  #screen-title.title-intro-playing #btn-jiaocheng,
  #screen-title.title-intro-playing .title-buttons {
    animation-duration: 0.01ms;
  }
}
#screen-title.show {
  animation: titleFadeIn 0.4s ease-out;
}
