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

iframe {
  display: none;
}

.markerFont {
  font-family: 'Permanent Marker', cursive;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.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;
  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;
  position: absolute;
}

h1 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  width: 100%;
  position: relative;
  top: 13px;
  text-align: center;
}

h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  width: 100%;
  position: relative;
  text-align: center;
}

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

.fixedTop {
  position: absolute;
  top: 0;
}

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

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

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

.maxRange {
  width: 100%;
  height: 100%;
}

.animation * {
  opacity: 1;
}

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

.animation .bg_frame {
  height: 100%;
}

.animation .bg_frame.bg_frame_left {
  -webkit-animation: 500ms linear 200ms 1 normal both running fadeInRight;
          animation: 500ms linear 200ms 1 normal both running fadeInRight;
}

.animation .bg_frame.bg_frame_Right {
  -webkit-animation: 500ms linear 200ms 1 normal both running fadeInLeft;
          animation: 500ms linear 200ms 1 normal both running fadeInLeft;
}

.animation .bg_square {
  top: 9%;
  left: 0;
  width: 30%;
  -webkit-animation: 500ms linear 500ms 1 normal both running rotateIn;
          animation: 500ms linear 500ms 1 normal both running rotateIn;
}

.animation .bg_dot {
  width: 40%;
  -webkit-animation: 500ms linear 500ms 1 normal both running rotateIn;
          animation: 500ms linear 500ms 1 normal both running rotateIn;
}

.animation .bg_plus {
  bottom: 23%;
  right: 2%;
  width: 16%;
  z-index: 0;
  -webkit-animation: 500ms linear 500ms 1 normal both running rotateIn;
          animation: 500ms linear 500ms 1 normal both running rotateIn;
}

.animation .title {
  position: absolute;
  top: 10%;
  left: 16%;
  width: 70%;
  -webkit-animation: 500ms linear 800ms 1 normal both running fadeInLeft;
          animation: 500ms linear 800ms 1 normal both running fadeInLeft;
}

.animation .splash_group {
  position: absolute;
  left: 10%;
  width: 80%;
}

.animation .splash_group .splash {
  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;
}

.animation .splash_group .splash > div {
  position: absolute;
}

.animation .splash_group .splash h4 {
  margin: 0;
  text-align: right;
  font-size: 15px;
  right: 10px;
  position: relative;
}

.animation .splash_group > h2 {
  text-align: right;
  color: #434343;
  top: 40px;
  right: 15px;
}

.animation span.date {
  position: absolute;
  top: 20%;
  left: 15%;
  font-family: 'Permanent Marker', cursive;
  color: #f15998;
  font-size: 40px;
  font-weight: bold;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation: 300ms linear 1200ms 1 normal both running fadeInLeft;
          animation: 300ms linear 1200ms 1 normal both running fadeInLeft;
}

.animation ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #434343;
  z-index: 2;
}

.animation ul li {
  position: relative;
  margin-bottom: 7px;
}

.animation ul li:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -35px;
  top: 3px;
  position: absolute;
}

.animation ul li:list-child {
  margin: 0;
}

.animation .tab {
  width: 70%;
  position: relative;
  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;
  -webkit-animation: 500ms linear 1000ms 1 normal both running zoomIn;
          animation: 500ms linear 1000ms 1 normal both running zoomIn;
}

.animation .tab div {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #f15998;
  color: #434343;
  font-size: 18px;
}

.animation .tab div.active {
  background: #f15998;
  color: #fff;
}

.animation .text {
  position: relative;
}

.animation .text h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #434343;
  position: relative;
}

.animation .text div:last-child h3:last-child {
  margin: 0;
}

.animation .text div {
  position: relative;
  padding-left: 25px;
}

.animation .text i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #f15998;
}

/*page1*/
.page1.animation .bg_frame {
  z-index: 1;
}

.page1.animation .slogan {
  background-image: url(../images/slogan.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 85%;
  left: 2.5%;
  z-index: 9;
  -webkit-animation: 500ms linear 1500ms 1 normal both running bounceInLeft;
          animation: 500ms linear 1500ms 1 normal both running bounceInLeft;
}

.page1.animation .logo {
  right: 10%;
  top: 13%;
  width: 25%;
  -webkit-animation: 100ms linear 1200ms 1 normal both running zoomIn;
          animation: 100ms linear 1200ms 1 normal both running zoomIn;
}

.page1.animation .online {
  bottom: 6%;
  left: 10%;
  width: 10%;
  -webkit-animation: 500ms linear 500ms 1 normal both running expandOpen;
          animation: 500ms linear 500ms 1 normal both running expandOpen;
}

.page1.animation .button_live {
  -webkit-animation: 500ms linear 2000ms 1 normal both running expandOpen;
          animation: 500ms linear 2000ms 1 normal both running expandOpen;
}

.page1.animation .button_report {
  -webkit-animation: 500ms linear 2300ms 1 normal both running expandOpen;
          animation: 500ms linear 2300ms 1 normal both running expandOpen;
}

.page1.animation .button_film {
  -webkit-animation: 500ms linear 2800ms 1 normal both running expandOpen;
          animation: 500ms linear 2800ms 1 normal both running expandOpen;
}

.page1.animation .btn_group {
  width: 85%;
  height: 20%;
  bottom: 15%;
  left: 7.5%;
  position: absolute;
  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;
  z-index: 10;
}

.page1.animation .btn_group a {
  text-align: 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;
  width: 33.3%;
}

.page1.animation .btn_group img {
  width: 80%;
  position: relative;
}

/*page2*/
.page2.animation .splash_group {
  top: 43%;
  -webkit-animation: 500ms linear 1800ms 1 normal both running fadeInUp;
          animation: 500ms linear 1800ms 1 normal both running fadeInUp;
}

.page2.animation .splash_group > h2 {
  -webkit-animation: 500ms linear 2200ms 1 normal both running fadeInUp;
          animation: 500ms linear 2200ms 1 normal both running fadeInUp;
}

.page2.animation .place {
  bottom: 9%;
  width: 70%;
  left: 15%;
  z-index: 4;
  -webkit-animation: 500ms linear 2500ms 1 normal both running fadeInUp;
          animation: 500ms linear 2500ms 1 normal both running fadeInUp;
}

.page2.animation .online {
  width: 13%;
  top: 22%;
  left: 40%;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  -webkit-animation: 500ms linear 1200ms 1 normal both running fadeInLeft;
          animation: 500ms linear 1200ms 1 normal both running fadeInLeft;
}

.page2.animation .text {
  position: absolute;
  top: 28%;
  left: 17%;
  -webkit-animation: 500ms linear 1200ms 1 normal both running fadeInLeft;
          animation: 500ms linear 1200ms 1 normal both running fadeInLeft;
}

.page2.animation .text h3 {
  color: #f15998;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

/*page3*/
.page3.animation .splash_group1 {
  top: 17%;
  -webkit-animation: 500ms linear 1200ms 1 normal both running fadeInRight;
          animation: 500ms linear 1200ms 1 normal both running fadeInRight;
}

.page3.animation .splash_group2 {
  top: 42%;
  -webkit-animation: 500ms linear 1200ms 1 normal both running fadeInLeft;
          animation: 500ms linear 1200ms 1 normal both running fadeInLeft;
}

.page3.animation .splash_group2 > h2 {
  top: 25px;
}

.page3.animation .place {
  bottom: 9%;
  width: 70%;
  left: 15%;
  z-index: 4;
  -webkit-animation: 300ms linear 1800ms 1 normal both running zoomIn;
          animation: 300ms linear 1800ms 1 normal both running zoomIn;
}

/*page4*/
.page4.animation .people {
  width: 65%;
  bottom: 5%;
  left: 5%;
  -webkit-animation: 1000ms linear 3300ms 1 normal both running expandOpen;
          animation: 1000ms linear 3300ms 1 normal both running expandOpen;
}

.page4.animation .cloth {
  width: 37%;
  bottom: 25%;
  right: 6%;
  -webkit-animation: 1000ms linear 3800ms 1 normal both running zoomIn;
          animation: 1000ms linear 3800ms 1 normal both running zoomIn;
}

.page4.animation .xs {
  width: 25%;
  bottom: 44%;
  right: 8%;
  -webkit-animation: 1000ms linear 3800ms 1 normal both running zoomIn;
          animation: 1000ms linear 3800ms 1 normal both running zoomIn;
}

.page4.animation ul {
  top: 30%;
  left: 24%;
}

.page4.animation ul li:nth-child(1) {
  -webkit-animation: 300ms linear 1700ms 1 normal both running fadeInUp;
          animation: 300ms linear 1700ms 1 normal both running fadeInUp;
}

.page4.animation ul li:nth-child(2) {
  -webkit-animation: 300ms linear 2000ms 1 normal both running fadeInUp;
          animation: 300ms linear 2000ms 1 normal both running fadeInUp;
}

.page4.animation ul li:nth-child(3) {
  -webkit-animation: 300ms linear 2300ms 1 normal both running fadeInUp;
          animation: 300ms linear 2300ms 1 normal both running fadeInUp;
}

.page4.animation ul li:nth-child(4) {
  -webkit-animation: 300ms linear 2600ms 1 normal both running fadeInUp;
          animation: 300ms linear 2600ms 1 normal both running fadeInUp;
}

.page4.animation ul li:nth-child(5) {
  -webkit-animation: 300ms linear 2900ms 1 normal both running fadeInUp;
          animation: 300ms linear 2900ms 1 normal both running fadeInUp;
}

/*page5*/
.page5.animation .people {
  width: 60%;
  top: 20%;
  left: 20%;
  -webkit-animation: 1000ms linear 1500ms 1 normal both running expandOpen;
          animation: 1000ms linear 1500ms 1 normal both running expandOpen;
}

.page5.animation .xs {
  right: 10%;
  bottom: 33%;
  width: 29%;
  -webkit-animation: 1000ms linear 2000ms 1 normal both running expandOpen;
          animation: 1000ms linear 2000ms 1 normal both running expandOpen;
}

.page5.animation ul {
  bottom: 8%;
  left: 20%;
}

.page5.animation ul li:nth-child(1) {
  -webkit-animation: 300ms linear 2500ms 1 normal both running fadeInUp;
          animation: 300ms linear 2500ms 1 normal both running fadeInUp;
}

.page5.animation ul li:nth-child(2) {
  -webkit-animation: 300ms linear 2800ms 1 normal both running fadeInUp;
          animation: 300ms linear 2800ms 1 normal both running fadeInUp;
}

.page5.animation ul li:nth-child(3) {
  -webkit-animation: 300ms linear 3100ms 1 normal both running fadeInUp;
          animation: 300ms linear 3100ms 1 normal both running fadeInUp;
}

.page5.animation ul li:nth-child(4) {
  -webkit-animation: 300ms linear 3300ms 1 normal both running fadeInUp;
          animation: 300ms linear 3300ms 1 normal both running fadeInUp;
}

.page5.animation ul li:nth-child(5) {
  -webkit-animation: 300ms linear 3600ms 1 normal both running fadeInUp;
          animation: 300ms linear 3600ms 1 normal both running fadeInUp;
}

.page5.animation ul li:nth-child(6) {
  -webkit-animation: 300ms linear 3900ms 1 normal both running fadeInUp;
          animation: 300ms linear 3900ms 1 normal both running fadeInUp;
}

/*page6.page7.page8*/
.page6.animation .speech, .page7.animation .speech, .page8.animation .speech {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  height: 70%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: 500ms linear 1400ms 1 normal both running fadeInRight;
          animation: 500ms linear 1400ms 1 normal both running fadeInRight;
}

.page6.animation .speech {
  background-image: url(../images/speech1.png);
}

.page7.animation .speech {
  background-image: url(../images/speech2.png);
}

.page8.animation .speech {
  background-image: url(../images/speech3.png);
}

/*page9*/
.page9.animation .activity {
  width: 70%;
  bottom: 38%;
  left: 15%;
  -webkit-animation: 1000ms linear 1500ms 1 normal both running expandOpen;
          animation: 1000ms linear 1500ms 1 normal both running expandOpen;
}

.page9.animation .xs {
  right: 3%;
  bottom: 36%;
  width: 29%;
  -webkit-animation: 1000ms linear 2000ms 1 normal both running expandOpen;
          animation: 1000ms linear 2000ms 1 normal both running expandOpen;
}

.page9.animation ul {
  bottom: 10%;
  left: 24%;
}

.page9.animation ul li:nth-child(1) {
  -webkit-animation: 300ms linear 2500ms 1 normal both running fadeInUp;
          animation: 300ms linear 2500ms 1 normal both running fadeInUp;
}

.page9.animation ul li:nth-child(2) {
  -webkit-animation: 300ms linear 2800ms 1 normal both running fadeInUp;
          animation: 300ms linear 2800ms 1 normal both running fadeInUp;
}

.page9.animation ul li:nth-child(3) {
  -webkit-animation: 300ms linear 3100ms 1 normal both running fadeInUp;
          animation: 300ms linear 3100ms 1 normal both running fadeInUp;
}

.page9.animation ul li:nth-child(4) {
  -webkit-animation: 300ms linear 3300ms 1 normal both running fadeInUp;
          animation: 300ms linear 3300ms 1 normal both running fadeInUp;
}

/*page10.page11*/
.page10.animation .place_block, .page11.animation .place_block {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page10.animation .text, .page11.animation .text {
  -webkit-animation: 500ms linear 1700ms 1 normal both running fadeInLeft;
          animation: 500ms linear 1700ms 1 normal both running fadeInLeft;
}

.page10.animation .text img, .page11.animation .text img {
  left: 0;
  top: 5px;
}

.page10.animation .map, .page11.animation .map {
  position: relative;
  width: 66%;
  -webkit-animation: 500ms linear 2000ms 1 normal both running fadeInRight;
          animation: 500ms linear 2000ms 1 normal both running fadeInRight;
}

.page10.animation .button, .page11.animation .button {
  position: relative;
  width: 35%;
  -webkit-animation: 500ms linear 2300ms 1 normal both running fadeInLeft;
          animation: 500ms linear 2300ms 1 normal both running fadeInLeft;
}

.page10.animation *::-ms-backdrop, .page10.animation .button, .page11.animation *::-ms-backdrop, .page11.animation .button {
  height: 9%;
}

.page10.animation *::-ms-backdrop, .page10.animation .map {
  height: 50%;
}

.page11.animation *::-ms-backdrop, .page11.animation .map {
  height: 40%;
}

.page12.animation .content {
  position: absolute;
  top: 21%;
  left: 0%;
  width: 100%;
  height: 70%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page12.animation .content img {
  position: relative;
  width: 55%;
  -webkit-animation: 500ms linear 1400ms 1 normal both running zoomIn;
          animation: 500ms linear 1400ms 1 normal both running zoomIn;
}

.page12.animation .content ul {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 75%;
  left: 0%;
  padding-left: 15px;
}

.page12.animation .content ul li:nth-child(1) {
  -webkit-animation: 500ms linear 1900ms 1 normal both running fadeInRight;
          animation: 500ms linear 1900ms 1 normal both running fadeInRight;
}

.page12.animation .content ul li:nth-child(2) {
  -webkit-animation: 500ms linear 1900ms 1 normal both running fadeInLeft;
          animation: 500ms linear 1900ms 1 normal both running fadeInLeft;
}

.page12.animation .content ul li:before {
  background: #653DFF;
  width: 6px;
  height: 6px;
  left: -15px;
  top: 10px;
}

.page12.animation .content p {
  position: relative;
  color: #434343;
  font-size: 14px;
  margin: 0;
  width: 75%;
  left: 0%;
  padding-left: 15px;
  -webkit-animation: 500ms linear 2400ms 1 normal both running fadeInNormal;
          animation: 500ms linear 2400ms 1 normal both running fadeInNormal;
}

.page12.animation .content p:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.page12.animation .content a {
  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;
}

.page12.animation .content img.button {
  -webkit-animation: 500ms linear 2800ms 1 normal both running fadeInUp;
          animation: 500ms linear 2800ms 1 normal both running fadeInUp;
}

.page13.animation .title {
  z-index: 2;
}

.page13.animation .coverImg {
  z-index: 2;
  width: 90%;
  height: 33%;
  position: relative;
  cursor: pointer;
}

.page13.animation .video_frame {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 75%;
  left: 12.5%;
  -webkit-animation: 500ms linear 1500ms 1 normal both running rotateIn;
          animation: 500ms linear 1500ms 1 normal both running rotateIn;
}

.page13.animation .maxRange {
  height: 70%;
}

.page13.animation iframe {
  -webkit-animation: 500ms linear 1500ms 1 normal both running zoomIn;
          animation: 500ms linear 1500ms 1 normal both running zoomIn;
}

.page13.animation .video_frame {
  background-image: url(../images/splash_yellow.png);
}

.page13.animation .coverImg h1 {
  top: 0;
  line-height: 1.6;
}

.page13.animation .share {
  position: absolute;
  bottom: 5%;
  left: 0;
  height: 42%;
  width: 100%;
  text-align: center;
  -webkit-animation: 300ms linear 2200ms 1 normal both running fadeInUp;
          animation: 300ms linear 2200ms 1 normal both running fadeInUp;
}

.page13.animation div.reward {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/reward_bg.png);
  background-size: contain;
  height: 75%;
  width: 100%;
  position: relative;
  bottom: 0;
}

.page13.animation div.reward > div {
  position: relative;
  top: 7%;
}

.page13.animation div.reward h3 {
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  width: 100%;
}

.page13.animation div.reward img {
  position: relative;
  width: 20%;
}

.page13.animation div.reward a {
  position: absolute;
  bottom: -10px;
  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;
}

.page13.animation div.reward img.reward {
  width: 70%;
}

.page13.animation .fb_and_line {
  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;
  margin-top: 10px;
  left: 5%;
  position: relative;
}

.page13.animation .fb_and_line img.fb, .page13.animation .fb_and_line img.line {
  position: relative;
  width: 30%;
  margin-left: 10px;
  float: left;
}

.page13.animation .fb_and_line h4 {
  font-size: 18px;
  margin: 0;
  color: #434343;
}

.page14.animation .place_block, .page15.animation .place_block {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 60%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page14.animation .img_scroll, .page15.animation .img_scroll {
  width: 70%;
  height: 90%;
  top: 5%;
  left: 0;
  position: relative;
  overflow: hidden;
  -webkit-animation: 500ms linear 1800ms 1 normal both running fadeInNormal;
          animation: 500ms linear 1800ms 1 normal both running fadeInNormal;
}

.page14.animation .img_scroll img, .page15.animation .img_scroll img {
  position: relative;
}

.page14.animation .img_scroll .mask, .page15.animation .img_scroll .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(232, 232, 232, 0.5);
  z-index: 10;
  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;
}

.page14.animation .img_scroll .mask:after, .page15.animation .img_scroll .mask:after {
  content: '';
  background-image: url(../images/button_zoomIn.png);
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.page14.animation .img_scroll div.image {
  width: 700px;
}

.page15.animation .img_scroll div.image {
  width: 370px;
}

.view_straight_screen {
  position: fixed;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000e3;
  color: #fff;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 24px;
}

.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;
}

@-webkit-keyframes arrowing {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.8;
  }
}

@keyframes arrowing {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.8;
  }
}

@media (max-width: 375px) {
  body {
    font-size: 17px;
  }
  h1 {
    top: 9px;
  }
  h2 {
    font-size: 17px;
  }
  .page1.animation .live {
    width: 17%;
  }
  .page2.animation .online {
    width: 9%;
    top: 24%;
  }
  .page2.animation .text h3 {
    font-size: 20px;
  }
  .page3.animation .splash_group2 {
    top: 44%;
  }
  .page2.animation .place, .page3.animation .place {
    width: 65%;
    left: 17.5%;
  }
  .page4.animation ul {
    top: 32%;
  }
  .page4.animation .people {
    width: 60%;
  }
  .page4.animation .cloth {
    width: 39%;
    bottom: 14%;
    right: 10%;
  }
  .page4.animation .xs {
    width: 27%;
    bottom: 38%;
    right: 10%;
  }
  .page5.animation .people {
    width: 60%;
    bottom: 37%;
    left: 20%;
  }
  .page9.animation .activity {
    width: 66%;
    bottom: 38%;
    left: 17%;
  }
  .page10.animation .map, .page11.animation .map {
    width: 55%;
    height: auto;
  }
  .page12.animation .content ul {
    font-size: 14px;
  }
  .page13.animation .splash {
    left: 10%;
    width: 80%;
  }
  .page13.animation .fb_and_line h4 {
    font-size: 16px;
  }
  .page13.animation div.reward img.reward {
    width: 60%;
  }
  .animation span.date {
    top: 22%;
    left: 15%;
    font-size: 30px;
  }
  .animation .tab div {
    font-size: 16px;
  }
  .animation .text h3 {
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  body {
    font-size: 15px;
  }
  h1 {
    top: 12px;
    font-size: 18px;
  }
  h2 {
    font-size: 15px;
  }
  .animation .text h3 {
    font-size: 16px;
  }
  .page2.animation .place, .page3.animation .place {
    width: 60%;
    left: 20%;
  }
  .page5.animation .people {
    bottom: 35%;
  }
  .page5.animation ul {
    left: 25%;
  }
  .page13.animation .video_frame {
    width: 66%;
    left: 17%;
  }
  .page13.animation .coverImg h1 {
    font-size: 20px;
  }
  .page13.animation .share {
    bottom: 6%;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 18px;
    top: 10px;
  }
  h2 {
    font-size: 15px;
  }
  .page3.animation .splash_group1 {
    top: 18%;
  }
  .page3.animation .splash_group2 {
    top: 45%;
  }
  .page5.animation .people {
    bottom: 37%;
  }
  .page12.animation .content ul, .page12.animation .content p {
    font-size: 13px;
  }
  .page13.animation .video_frame {
    width: 75%;
    left: 12.5%;
  }
  .page13.animation .fb_and_line h4 {
    font-size: 14px;
  }
  .page13.animation .fb_and_line img.fb, .page13.animation .fb_and_line img.line {
    width: 25%;
  }
  .animation .text h3 {
    font-size: 15px;
  }
  .animation span.date {
    font-size: 30px;
    top: 21%;
  }
}
/*# sourceMappingURL=style.css.map */