html,
body {
  margin: 0 auto;
  padding: 0;
  max-width: 750px;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
html {
  font-size: 100px;
}
body {
  font-size: 16px;
}
[v-cloak] {
  display: none;
}
.first {
  width: 100%;
  height: 100vh;
  transition: -webkit-transform 1s ease;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
}
.first.active {
  transform: translate3d(0, 0, 0);
}
.first > div {
  position: relative;
}
.first > div > .bg {
  width: 100%;
  height: auto;
  display: block;
}
.first > div > .title {
  width: 3.26rem;
  position: absolute;
  z-index: 1;
  height: 0.47rem;
  top: 0.5rem;
  left: 0.24rem;
}
.first > div > .bottom {
  position: absolute;
  top: 6.2rem;
  z-index: 1;
  color: #96755e;
  font-size: 0.16rem;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  line-height: 0.24rem;
}
.first > div > .bottom img {
  width: 0.4rem;
  margin-top: 0.12rem;
}
.audio {
  position: absolute;
  width: 0.23rem;
  height: 0.23rem;
  top: 0.35rem;
  right: 0.17rem;
  z-index: 4;
}
.audio.xz {
  animation: xz 5s infinite linear;
}
.puzzle {
  width: 100%;
  height: 100vh;
  transition: -webkit-transform 1s ease;
  transform: translate3d(100%, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  overflow: auto;
}
.puzzle .count-down {
  position: absolute;
  left: 0rem;
  width: 3.75rem;
  height: 2rem;
  top: 2.72rem;
  z-index: 3;
  color: #FFDDB7;
  font-size: 0.5rem;
  font-weight: 600;
  text-shadow: 0 0.05rem 0 #CA7365;
}
.puzzle .count-down > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
  box-sizing: border-box;
  padding-left: 0.3rem;
}
.puzzle.active {
  transform: translate3d(0, 0, 0);
}
.puzzle .hk {
  width: 3rem;
  display: block;
  margin: 0.5rem auto 0;
  position: relative;
  height: 1.16rem;
}
.puzzle .hk .hkbg {
  width: 100%;
  height: auto;
}
.puzzle .hk .time {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
  line-height: 1;
  font-weight: 400;
  font-size: 0.21rem;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.4);
}
.puzzle .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: fill;
}
.puzzle .bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.puzzle .puzzle_game {
  width: 3.75rem;
  height: 3.75rem;
  z-index: 2;
  margin: 0.2rem auto 0;
  position: relative;
  display: block;
}
.puzzle .puzzle_game.hide {
  opacity: 0;
}
.puzzle .dt {
  width: 3.19rem;
  z-index: 2;
  position: absolute;
  top: 2.25rem;
  left: 0.28rem;
}
.puzzle .dtyy {
  width: 3.19rem;
  height: 2.98rem;
  position: absolute;
  top: 2.25rem;
  left: 0.28rem;
  z-index: 1;
  box-shadow: 0 0.04rem 0.2rem #000;
}
.puzzle .ok {
  position: absolute;
  top: 2.7rem;
  z-index: 3;
  left: 0.92rem;
  width: 2rem;
  transition: 1s;
  transform: scale(0);
  transform-origin: center;
  animation: oksp 1s forwards linear;
}
.puzzle .tp-info {
  height: 0.49rem;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0.1rem auto;
}
.statistics {
  width: 100%;
  height: 100vh;
  transition: -webkit-transform 1s ease;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #606162;
  overflow: auto;
  box-sizing: border-box;
  padding-bottom: 0.4rem;
}
.statistics.active {
  transform: translate3d(0, 0, 0);
}
.statistics .bg {
  width: 3.46rem;
  height: 6.29rem;
  margin-top: 0.4rem;
  margin-left: 0.15rem;
}
.statistics .is-cont {
  position: absolute;
  z-index: 1;
  width: 3.46rem;
  height: 6.29rem;
  left: 0.15rem;
  top: 0.4rem;
  line-height: 1;
}
.statistics .is-cont .performance {
  font-size: 0.13rem;
  color: #221C1C;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.8rem;
}
.statistics .is-cont .performance span {
  color: #E94D4D;
  font-weight: 600;
}
.statistics .is-cont .nrtp {
  width: 2.99rem;
  height: 3.57rem;
  display: block;
  margin: 0.1rem auto;
}
.statistics .is-cont .nr-text {
  padding: 0 0.23rem;
  box-sizing: border-box;
  font-size: 0.11rem;
}
.statistics .is-cont .nr-text .hyld {
  color: #686F43;
}
.statistics .is-cont .nr-text .bt {
  color: #84A45B;
}
.statistics .anniu {
  display: flex;
  justify-content: space-between;
  margin-top: 0.05rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
.statistics .anniu > div {
  position: relative;
  width: 1.19rem;
  height: 0.4rem;
  color: #000000;
  font-size: 0.13rem;
}
.statistics .anniu > div img {
  width: 100%;
  height: 100%;
}
.statistics .anniu > div > div {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes oksp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes xz {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parentBox {
  height: 100vh;
  background: #1f1f1f;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.parentBox .scalableBox {
  width: 40px;
  height: 70px;
}
.parentBox .apringBox {
  transition: stroke 0.3s;
}
.parentBox .apwormOneBox,
.parentBox .apwormTwoBox {
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.parentBox .apwormTwoBox {
  animation-name: worm2;
  visibility: hidden;
}
.parentBox .apwormOneBox {
  animation-name: worm1;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 10%, 10%);
    --fg: hsl(var(--hue), 10%, 90%);
  }
  .apringBox {
    stroke: hsla(var(--hue), 10%, 90%, 0.9);
  }
}
@keyframes worm1 {
  from {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -87.96;
  }
  20% {
    animation-timing-function: ease-in;
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: -791.68;
    visibility: visible;
  }
  60.1%,
  to {
    stroke-dashoffset: -791.68;
    visibility: hidden;
  }
}
@keyframes worm2 {
  from,
  60% {
    stroke-dashoffset: -87.96;
    visibility: hidden;
  }
  60.1% {
    animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
    stroke-dashoffset: -87.96;
    visibility: visible;
  }
  77% {
    animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
    stroke-dashoffset: -340;
    visibility: visible;
  }
  to {
    stroke-dashoffset: -669.92;
    visibility: visible;
  }
}

/*# sourceMappingURL=style.css.map*/