@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap");
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: 16px;
  max-width: 414px;
  margin: 0 auto !important;
}

img {
  max-width: 100%;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fp-tableCell {
  display: block;
}

.arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 9999;
  animation-name: arrowing;
  -webkit-animation-name: arrowing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.arrow img {
  opacity: 1;
  position: relative;
}

.music {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  position: absolute;
  display: block;
  z-index: 1;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.animation {
  opacity: 1 !important;
}

img, h1 {
  opacity: 0;
}

h1 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.bg {
  position: relative;
  height: 100%;
}

.fixedtop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fixedbottom {
  position: absolute;
  bottom: 0;
}

.fixedtop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fixedLeft {
  position: absolute;
  left: 0;
  top: 0;
}

.fixedRight {
  position: absolute;
  right: 0;
  top: 0;
}

.topBlock {
  position: absolute;
  top: 0;
  width: 100%;
  height: 75%;
}

.bottomBlock {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
}

.text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #000;
  min-height: 77%;
}

.text h1 {
  padding: 0 15px;
  letter-spacing: 3px;
  margin: 0;
}

.text span.serial {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 0;
  display: inline-block;
}

.text span.circle {
  position: relative;
  display: inline-block;
}

.text span.serial:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 15px;
  background-image: url(../images/symbol.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -2px;
}

.text span.serial:after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 15px;
  background-image: url(../images/symbol2.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: -2px;
}

.text span.circle:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/circle.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -10px;
  bottom: 1px;
}

.text span.circle.rotate:after {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.text span.transfer {
  position: relative;
  top: 106px;
  display: inline-block;
}

.text span.eng {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  line-height: 1;
  left: 2px;
  position: relative;
}

.text-typing {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.animation * {
  opacity: 1;
}

.animation .bg {
  width: 100%;
  -webkit-animation: 500ms linear 10ms 1 normal both running zoomIn;
          animation: 500ms linear 10ms 1 normal both running zoomIn;
}

.animation .line {
  background-image: url(../images/line.png);
  width: 30px;
  height: 100%;
  z-index: 3;
  background-size: contain;
  background-position: center;
  -webkit-animation: 500ms linear 600ms 1 normal both running moveDown;
  animation: 500ms linear 600ms 1 normal both running moveDown;
}

.animation .pose {
  width: 40%;
  -webkit-animation: 1000ms linear 1000ms 1 normal both running slideUp;
          animation: 1000ms linear 1000ms 1 normal both running slideUp;
}

.animation .tittle-animation {
  position: relative;
  height: 100%;
  border-left: 1px solid #000;
  -webkit-animation: 500ms linear 1200ms 1 normal both running moveDown;
          animation: 500ms linear 1200ms 1 normal both running moveDown;
}

.animation .tittle-animation:first-child {
  border-right: 1px solid #000;
}

.animation .text-typing.queue1 {
  -webkit-animation: 2000ms linear 2000ms 1 normal both running typeAnimate;
          animation: 2000ms linear 2000ms 1 normal both running typeAnimate;
}

.animation .text-typing.queue2 {
  -webkit-animation: 2000ms linear 3000ms 1 normal both running typeAnimate;
          animation: 2000ms linear 3000ms 1 normal both running typeAnimate;
}

.animation .text-typing.queue3 {
  -webkit-animation: 2000ms linear 4000ms 1 normal both running typeAnimate;
          animation: 2000ms linear 4000ms 1 normal both running typeAnimate;
}

.animation .text-typing.queue4 {
  -webkit-animation: 2000ms linear 5000ms 1 normal both running typeAnimate;
          animation: 2000ms linear 5000ms 1 normal both running typeAnimate;
}

.animation .more {
  position: absolute;
  left: 60px;
  bottom: 60px;
  height: 17%;
  -webkit-animation: 500ms linear 1500ms 1 normal both running fadeInLeft;
          animation: 500ms linear 1500ms 1 normal both running fadeInLeft;
}

.loadPage {
  background: #19bee1;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: relative;
}

.loadPage .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 10px solid #19bee1;
}

.loadPage .loading:after {
  content: '';
  background: trasparent;
  width: 140%;
  height: 140%;
  position: absolute;
  border-radius: 100%;
  top: -20%;
  left: -20%;
  opacity: 0.7;
  -webkit-box-shadow: rgba(255, 255, 255, 0.6) -4px -5px 3px -3px;
          box-shadow: rgba(255, 255, 255, 0.6) -4px -5px 3px -3px;
  -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
}

/*page1*/
.page1.animation .index_logo {
  z-index: 3;
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.page1.animation .index_mountain {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 28px;
  bottom: 30px;
}

.page1.animation .logo {
  width: 70%;
  -webkit-animation: 300ms linear 1500ms 1 normal both running zoomIn;
          animation: 300ms linear 1500ms 1 normal both running zoomIn;
}

.page1.animation .title {
  height: inherit;
  -webkit-animation: 1000ms linear 2000ms 1 normal both running flipInX;
          animation: 1000ms linear 2000ms 1 normal both running flipInX;
}

.page1.animation .mountain {
  -webkit-animation: 1000ms linear 1200ms 1 normal both running fadeInNormal;
          animation: 1000ms linear 1200ms 1 normal both running fadeInNormal;
}

@media (max-width: 380px) {
  h1 {
    font-size: 14px;
  }
  .animation .more {
    left: 50px;
    bottom: 40px;
    height: 17%;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 14px;
  }
  .text {
    height: 80%;
  }
  .text span.transfer {
    top: 86px;
  }
  .text span.serial:before, .text span.serial:after {
    width: 20px;
    height: 15px;
    left: 0;
  }
}
/*# sourceMappingURL=style.css.map */