* {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
}
body {
  background-color: #000;
  margin: 0;
  letter-spacing: 1px;
  font-family: "ATC Overlook", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 6px;
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
}
a {
  color: #87d0f0;
  text-decoration: none;
  transition: all 200ms;
}
a:hover {
  color: #a0dbf2;
}
img {
  outline: none;
  border: none;
}
.canvas-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.title2d {
  position: relative;
  width: 150px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 300ms;
}
.title2d.show {
  opacity: 1;
  transform: scale(1, 1);
}
.title2d.show .t {
  opacity: 1;
  transform: translateY(0);
}
.title2d .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: all 300ms;
}
.title2d .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.title2d .l1 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 1px #00ff00;
  border-left: solid 1px #00ff00;
}
.title2d .l2 {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #00ff00;
  border-right: solid 1px #00ff00;
}
.label2 {
  width: 300px;
  color: #ffffff;
  font-size: 12px;
  opacity: 0;
  transition: all 300ms;
}
.label2.show {
  opacity: 1;
}
.label2.show p {
  transform: scale(1, 1);
}
.label2 p {
  transition: 300ms;
  transform: scale(0, 0);
}
.label2 i {
  color: #00ff00;
}
.footer {
  position: fixed;
  height: 25px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copyright {
  right: 10px;
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
}
.footer .copyright a {
  color: #666666;
}
.footer .copyright a:hover {
  color: #87d0f0;
}
@keyframes AnimePlay {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 4);
  }
}
@-webkit-keyframes AnimePlay {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 4);
  }
}
.animePlay {
  -webkit-animation-name: AnimePlay;
  -webkit-animation-duration: 600ms;
  -webkit-animation-iteration-count: infinite;
  animation-name: AnimePlay;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
}
.footer .music {
  margin-left: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.footer .music .play-btn {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  transition: all 200ms;
}
.footer .music .play-btn i {
  display: block;
  width: 1px;
  height: 2px;
  background-color: #ccc;
  margin-right: 4px;
  transition: all 200ms;
}
.footer .music .play-btn i:nth-child(2) {
  animation-delay: 50ms;
  -webkit-animation-delay: 100ms;
}
.footer .music .play-btn i:nth-child(3) {
  animation-delay: 100ms;
  -webkit-animation-delay: 200ms;
}
.footer .music .play-btn i:nth-child(4) {
  animation-delay: 150ms;
  -webkit-animation-delay: 300ms;
}
.footer .music .play-btn i:nth-child(5) {
  animation-delay: 200ms;
  -webkit-animation-delay: 400ms;
}
.footer .music .play-btn:hover i {
  background-color: #00ff00;
}
.footer .music .next-btn {
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 200ms;
}
.footer .music .next-btn:hover div {
  border-left: solid 8px #00ff00;
}
.footer .music .next-btn > div {
  box-shadow: 0 0 2px #000000;
  box-sizing: border-box;
  border: solid 4px transparent;
  border-left: solid 8px #fff;
}
.footer .music .next-btn > div:nth-child(2) {
  margin-left: -8px;
}
.footer .music .music-name {
  font-size: 12px;
  color: #888;
}
.mask {
  background-color: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.ship-info-box {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  padding: 20px;
  color: #ccc;
  font-size: 12px;
}
.ship-info-box .ship-type {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.ship-info-box .ship-type ul {
  display: block;
  margin: 0;
  padding: 0;
  transition: all 300ms;
}
.ship-info-box .ship-type ul > li {
  display: block;
  height: 20px;
  line-height: 20px;
}
.ship-info-box .speed {
  font-size: 12px;
  color: #00ff00;
}
.ship-info-box .speed span {
  color: #fff;
}
.ship-info-box .speed i {
  font-style: normal;
}
.ship-info-box .btn {
  position: relative;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.ship-info-box .btn .btn-back {
  transition: all 300ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: scale(1, 0);
}
.ship-info-box .btn .btn-word {
  transition: all 600ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(15px);
  color: #ccc;
  z-index: 2;
  text-align: center;
  opacity: 0;
}
.ship-info-box .btn .line {
  z-index: 2;
  transition: all 300ms;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: scale(0, 0);
  opacity: 0;
}
.ship-info-box .btn .line1 {
  top: 0;
  left: 0;
  border-top: solid 1px #00ff00;
  border-left: solid 1px #00ff00;
}
.ship-info-box .btn .line2 {
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #00ff00;
  border-right: solid 1px #00ff00;
}
.ship-info-box .btn.show {
  cursor: pointer;
}
.ship-info-box .btn.show .btn-back {
  transform: scale(1, 1);
}
.ship-info-box .btn.show .btn-word {
  transform: translateX(0px);
  opacity: 1;
}
.ship-info-box .btn.show .line {
  transform: scale(1, 1);
  opacity: 1;
}
.ship-info-box .btn:hover .line {
  width: 30px;
  height: 15px;
}
.ship-info-box .remind {
  font-size: 12px;
  color: #00ff00;
  opacity: 0;
  transition: all 300ms;
  transform: translateY(15px);
}
.ship-info-box .remind.show {
  opacity: 1;
  transform: translateY(0);
}
.logo {
  position: fixed;
  opacity: 0.7;
  top: 50vh;
  left: 50vw;
  width: 120px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 100;
  transition: all 1000ms;
}
.logo.show {
  top: 1vw;
  left: 1vw;
  width: 50px;
  transform: translate(0, 0);
}
.title-box {
  position: absolute;
  top: 40%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
.title-box .title {
  font-size: 36px;
  perspective: 600px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  display: flex;
  
}
.title-box .title span {
  display: inline-block;
  transform: rotateY(90deg);
  transition: all 5000ms;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.title-box.show .title span {
  transform: rotateY(0.1deg);
}
.title-box .title span i{
    display: inline-block;
    transition: opacity 5000ms;
    font-style: normal;
    opacity: 0;
}
.title-box.show .title span i{
    opacity: 1;
}

.title-box.show .say {
  opacity: 1;
  transform: translateX(0);
}
.title-box .say {
  font-size: 12px;
  color: #888;
  padding: 20px 0 20px 40px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 2000ms;
  transition-delay: 2000ms;
}
.title-box.show .use {
  opacity: 1;
  transform: translateY(0);
}
.title-box .say p {
  padding: 0;
}
.title-box .use {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 2000ms;
  transition-delay: 2000ms;
}
.title-box .use div {
  height: 1px;
  background-color: #fff;
  width: 80px;
  margin-right: 10px;
}
.menu {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 20;
  display: block;
  margin: 0;
  padding: 0;
}
.menu > li {
  position: relative;
  width: 20px;
  height: 30px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  transform: translateX(50px) translateY(25px);
  padding: 0;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.menu > li > div {
  position: relative;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transition: all 300ms;
}
.menu > li:first-child {
  transition: all 200ms;
}
.menu > li:nth-child(2) {
  transition: all 500ms;
}
.menu > li:nth-child(3) {
  transition: all 800ms;
}
.menu.show > li {
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.menu li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transition: all 300ms;
}
.menu li > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: all 300ms;
}
.menu > li > div > div {
  transform: rotate(-45deg);
}
.menu li:hover > div {
  transform: rotate(0) !important;
}
.menu li:hover > div::before {
  width: 5px;
  height: 5px;
  border-top: solid 1px #0f0;
  border-left: solid 1px #0f0;
}
.menu li:hover > div::after {
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #0f0;
  border-right: solid 1px #0f0;
}
.menu li:hover > div > div {
  transform: rotate(0);
}
.pages-box {
  position: fixed;
  top: 0;
  right: 0;
  height: calc(100% - 25px);
  box-sizing: border-box;
  z-index: 18;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  opacity: 0;
  width: 50vw;
  transform: translateX(45vw);
  transition: all 300ms;
  color: #fff;
}
@keyframes lineMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300vh);
  }
}
@-webkit-keyframes lineMove {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300vh);
  }
}
.pages-box::after {
  content: "";
  position: absolute;
  bottom: -60vh;
  left: 0;
  height: 60vh;
  width: 1px;
  background: linear-gradient(transparent, rgb(30, 40, 150), transparent);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.pages-box.show {
  transform: translateX(0);
  opacity: 1;
}
.pages-box.show::after {
  animation-name: lineMove;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
}
.pages-box > div {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: all 300ms;
  transform: translateX(25px);
  font-size: 12px;
  z-index: 18;
}
.pages-box > div.show {
  opacity: 1;
  transform: translateX(0);
  z-index: 20;
}
.pages-box .page-title-box .t {
  font-size: 24px;
  letter-spacing: 2px;
  color: #ccc;
}
.pages-box .page-title-box .t i {
  color: #fff;
}
.pages-box .page-title-box .i {
  font-style: italic;
  color: #aaa;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.8;
}
.pages-box .logo-img {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 100px 0 60px 0;
}
.pages-box .illustration {
  display: block;
  max-width: 80%;
  margin: 60px auto 60px auto;
  border-radius: 8px;
  border: solid 1px #888;
}
.pages-box .words-box {
  padding: 40px 0;
}
.pages-box .words-box .t {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.pages-box .words-box .tl {
  text-align: left;
  margin-top: 20px;
}
.pages-box .words-box .i {
  color: #ccc;
  margin-top: 20px;
}
.pages-box .words-box .vcode {
  width: 200px;
  height: auto;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  transform: scale(1, 1);
  transition: 200ms;
}
.pages-box .words-box .vcode:hover {
  transform: scale(2, 2);
}
.pages-box .words-box .z {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
}
.pages-box .words-box .z > li {
  position: relative;
  flex: none;
  min-width: 20%;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
  padding: 5px;
  list-style: none;
  margin: 0;
}
.pages-box .words-box .z > li > div {
  display: flex;
  height: 16px;
  line-height: 16px;
}
.pages-box .words-box .z > li img {
  width: 14px;
  height: auto;
}
.pages-box .words-box .z > li:first-child {
  color: #e8c98b;
}
.pages-box .words-box .z > li:nth-child(2) {
  color: #f5dba2;
}
.pages-box .words-box .z > li:nth-child(3) {
  color: #fae5bc;
}
.pages-box .words-box .z > li > .s {
  color: #888;
  font-style: italic;
}
.pages-box .words-box .z > li > .w {
  color: #888;
}
.pages-box .foot-info {
  color: #aaa;
  font-style: italic;
  text-align: center;
  margin-top: 100px;
}
.pages-box .t-box {
  padding: 40px 0;
  text-align: center;
}
.pages-box .t-box img {
  width: 200px;
  height: auto;
  border-radius: 6px;
  border: solid 1px #888;
  margin-bottom: 10px;
}
.pages-box .t-box .bookall {
  width: 100px;
  height: auto;
  border: none;
}
.pages-box .t-box {
  font-size: 12px;
  color: #aaa;
}
.pages-box .card {
  display: flex;
  align-items: center;
}
.pages-box .card img {
  flex: none;
  max-width: 80px;
  border-radius: 100px;
  border: solid 3px rgba(255, 255, 255, 0.8);
  margin-right: 20px;
}
.pages-box .card > div {
  flex: 1;
  color: #888;
  font-size: 12px;
}
.pages-box .card > div > div span {
  color: #fff;
}
.pages-box .card > div > div:nth-child(2) {
  margin-top: 10px;
}
#page-m {
  background-image: url("./imgs/page2back.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.close {
  position: fixed;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  background-color: #f00;
  bottom: 35px;
  left: 50%;
  margin-left: -10px;
  cursor: pointer;
  transform: translateY(50px) rotate(45deg);
  z-index: 22;
  opacity: 0;
  transition: all 300ms;
}
.close.show {
  transform: rotate(45deg) translateY(0);
  opacity: 1;
}
.close:hover {
  transform: rotate(135deg) translateY(0);
}
.close div {
  position: absolute;
  background-color: #fff;
}
.close div:first-child {
  top: 10px;
  left: 5px;
  width: 10px;
  height: 1px;
}
.close div:nth-child(2) {
  top: 5px;
  left: 10px;
  width: 1px;
  height: 10px;
}
.pointernone {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
@media all and (max-width: 768px) {
  .logo {
    top: 25vh;
    left: 50vw;
    width: 80px;
    height: auto;
    transform: translate(-50%, -50%);
    transition: all 800ms;
  }
  .logo.show {
    top: 1vw;
    left: 1vw;
    width: 50px;
    transform: translate(0, 0);
  }
  .title-box {
    top: 10%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title-box .title {
    font-size: 20px;
  }
  .title-box .say {
    text-align: left;
    padding: 10px 0;
  }
  .title-box .say p {
    margin: 0;
  }
  .copyright {
    display: none;
  }
  .pages-box {
    width: 100vw;
    transform: translateX(100vw);
  }
  .pages-box .words-box .vcode:hover {
    transform: scale(1.1, 1.1);
  }
}
