@charset "UTF-8";
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Smooth Scroll */
  overflow: hidden;
  overscroll-behavior: none !important;
  background-color: black;
  font-size: 20px;
  line-height: 24px;
  /* cursor: none; */
  font-family: "微軟正黑體", sans-serif;
}

img {
  max-width: 100%;
}

#load {
  position: absolute;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.76);
}

#error {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000e6;
  z-index: 55;
  left: 0;
  top: 0;
  color: white;
  font-size: 5vw;
  line-height: 1.4;
}

#error .w_h,
#error .mobile_small {
  display: none;
}

#error div {
  position: absolute;
  left: 8%;
  width: 88%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 57.77vw;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 1080px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#music_tip {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

#music_tip .tip {
  position: absolute;
  width: 55%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#music_tip .tip img {
  width: 100%;
}

#music_tip .tip .botton {
  position: absolute;
  width: 37%;
  height: 26%;
  display: block;
  top: 58%;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#music_tip .tip .open {
  right: 50%;
}

#music_tip .tip .close {
  left: 50%;
}

.main_bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_bg img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#game_first {
  position: relative;
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 5;
}

#game_first .star {
  position: absolute;
  z-index: 10;
}

#game_first .star.star01 {
  max-width: 150px;
  left: 10%;
  top: 31%;
  width: 8%;
  -webkit-animation: shine_ 1s ease infinite alternate;
          animation: shine_ 1s ease infinite alternate;
}

#game_first .star.star02 {
  width: 4%;
  max-width: 65px;
  left: 6%;
  top: 17%;
  -webkit-animation: shine_ 1.5s ease infinite alternate;
          animation: shine_ 1.5s ease infinite alternate;
}

#game_first .star.star03 {
  max-width: 80px;
  right: 10%;
  top: 23%;
  width: 4%;
  -webkit-animation: shine_ 1.2s ease infinite alternate;
          animation: shine_ 1.2s ease infinite alternate;
}

#game_first .star.star04 {
  max-width: 60px;
  left: 19%;
  top: 30%;
  width: 3%;
  -webkit-animation: shine_ .8s ease infinite alternate;
          animation: shine_ .8s ease infinite alternate;
}

#game_first .home_logo {
  position: absolute;
  width: 72%;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5%;
  max-width: 1382px;
}

#game_first .start {
  position: absolute;
  top: 72%;
  width: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 11;
}

#game_first .dice01 {
  position: absolute;
  width: 14%;
  bottom: 11%;
  left: 9%;
  z-index: 11;
  max-width: 270px;
  -webkit-animation: move_up2 1.5s ease infinite alternate;
          animation: move_up2 1.5s ease infinite alternate;
}

#game_first .dice02 {
  position: absolute;
  width: 14%;
  top: 28%;
  right: 8%;
  z-index: 11;
  max-width: 270px;
  -webkit-animation: move_up2 1.8s ease infinite alternate;
          animation: move_up2 1.8s ease infinite alternate;
}

.button {
  cursor: pointer;
}

.button img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media only screen and (min-width: 1200px) {
  .button:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.whitebox {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  color: black;
  font-weight: 900;
  font-size: 40px;
  padding: 38px;
  z-index: 20;
  border-radius: 24px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  pointer-events: none;
}

.whitebox.active {
  opacity: 1;
}

.whitebox.active.w01 {
  -webkit-transition: all .8s ease .5s;
  transition: all .8s ease .5s;
}

.whitebox.active.w02 {
  -webkit-transition: all .8s ease 1.5s;
  transition: all .8s ease 1.5s;
}

.whitebox.active.w03 {
  -webkit-transition: all .8s ease 2.5s;
  transition: all .8s ease 2.5s;
}

.whitebox.active.w04 {
  -webkit-transition: all .8s ease 3.5s;
  transition: all .8s ease 3.5s;
}

.whitebox.active.w05 {
  -webkit-transition: all .8s ease 4.5s;
  transition: all .8s ease 4.5s;
}

.whitebox::after {
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  position: absolute;
  left: 10%;
  top: 100%;
}

.whitebox.w01 {
  left: 35%;
  bottom: 33%;
}

.whitebox.w01::after {
  left: 68%;
}

.whitebox.w05 {
  left: 54%;
  bottom: 33%;
}

.whitebox.w03 {
  top: -122px;
}

.whitebox.w04 {
  top: -112px;
  left: 68px;
}

.whitebox.w02 {
  left: 50%;
  top: 41%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -172px;
  margin-left: 123px;
}

#game_tip {
  position: absolute;
  display: none;
  z-index: 8;
}

#game_tip .text {
  position: absolute;
  z-index: 12;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#game_tip .text .title {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: -0;
  margin-bottom: 16px;
  max-width: 850px;
}

#game_tip .text .word {
  position: relative;
  font-size: 64px;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #0055a7;
}

#game_tip .text .button {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  margin-top: 37px;
  width: 64%;
  z-index: 10;
}

#game_tip .people01 {
  position: absolute;
  width: 29%;
  left: 1%;
  max-width: 550px;
  bottom: 0;
  z-index: 10;
  -webkit-animation: move_up 1.4s linear infinite alternate;
          animation: move_up 1.4s linear infinite alternate;
}

#game_tip .people02 {
  position: absolute;
  left: 65%;
  width: 34%;
  top: 2%;
  max-width: 652px;
  z-index: 10;
  -webkit-animation: move_up 1.8s linear infinite alternate;
          animation: move_up 1.8s linear infinite alternate;
}

#game_tip .dice01 {
  position: absolute;
  max-width: 250px;
  width: 13%;
  left: 68%;
  top: 67%;
  z-index: 10;
  -webkit-animation: move_up2 1.5s ease infinite alternate;
          animation: move_up2 1.5s ease infinite alternate;
}

#game_tip .dice02 {
  position: absolute;
  max-width: 210px;
  width: 11%;
  left: 72%;
  top: 63%;
  z-index: 9;
  -webkit-animation: move_up2 1.5s ease infinite alternate .3s;
          animation: move_up2 1.5s ease infinite alternate .3s;
}

.logo {
  position: absolute;
  right: 3%;
  bottom: 3%;
  z-index: 10;
  max-width: 115px;
  width: 6%;
}

#game_people {
  position: absolute;
  display: none;
  z-index: 10;
}

#game_people .title {
  position: absolute;
  max-width: 1600px;
  top: -8px;
  width: 82%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#game_people .choice {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  top: 16%;
  left: 10%;
  z-index: 10;
}

#game_people .choice .box {
  position: relative;
  cursor: pointer;
}

#game_people .choice .box img {
  -webkit-filter: drop-shadow(10px 10px 14px transparent);
          filter: drop-shadow(10px 10px 14px transparent);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#game_people .choice .box.active img {
  -webkit-filter: drop-shadow(10px 10px 14px yellow);
          filter: drop-shadow(10px 10px 14px yellow);
}

#game_people .choice .btn {
  position: absolute;
  cursor: pointer;
  max-width: 183px;
  width: 26%;
  top: 28%;
}

#game_people .choice .btn img {
  position: relative;
}

#game_people .choice .prev_btn {
  left: -22%;
}

#game_people .choice .next_btn {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: -22%;
}

#game_people .textbox {
  position: absolute;
  width: 47%;
  bottom: 1%;
  left: 2%;
  z-index: 5;
}

#game_people .textbox .txt {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

#game_people .textbox .txt.active {
  opacity: 1;
}

#game_people .textbox .txt:last-child {
  position: absolute;
  left: 0;
  top: 0;
}

#game_people .bigbox {
  position: absolute;
  right: 3%;
  width: 52%;
  bottom: -33px;
  z-index: 1;
}

#game_people .bigbox .pp {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
}

@media only screen and (min-width: 1200px) {
  #game_people .bigbox .pp:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

#game_people .bigbox .pp.active {
  opacity: 1;
  z-index: 5;
}

#game_people .bigbox .pp:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

.pic_jump {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  display: none;
}

.pic_jump .box {
  position: relative;
  width: 76%;
  margin: 0 auto;
  top: 4%;
}

.pic_jump .box img {
  position: relative;
}

.pic_jump .close {
  position: absolute;
  right: -42px;
  top: 0;
  width: 8%;
  z-index: 5;
  cursor: pointer;
}

#gamebox {
  z-index: 15;
}

#gamebox .logo {
  bottom: auto;
  top: 3%;
}

#gamebox .main_area {
  position: relative;
  width: 100%;
  height: 100%;
}

#gamebox .q_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

#gamebox .q_block .close {
  position: absolute;
  background-color: black;
  opacity: .5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#gamebox .q_block .pic_button {
  position: absolute;
  width: 14%;
  z-index: 10;
  top: 32%;
  left: 70%;
  cursor: pointer;
}

#gamebox .q_block .q_box {
  position: relative;
  background-image: url(../file/images/q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 83%;
  height: 88%;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 120px 153px;
  line-height: 1.5;
  font-weight: 900;
  color: #174a3c;
}

#gamebox .q_block .q_box .title {
  position: relative;
  height: 259px;
  font-size: 60px;
  padding: 44px 60px;
  width: 85%;
}

#gamebox .q_block .q_box .ans_box {
  position: relative;
  padding: 0;
  padding-right: 41px;
  height: 421px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

#gamebox .q_block .q_box .ans_box .q_title {
  position: relative;
  width: 90%;
  background-color: white;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 100px;
  /* font-size: 50px; */
  font-size: calc(35px + .15vw);
  margin: 9px 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#gamebox .q_block .q_box .ans_box .q_title::before {
  content: '';
  border: 2px solid #b9b9b9;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 29px;
  border-radius: 50%;
  background-color: white;
}

#gamebox .q_block .q_box .ans_box .q_title._yes.active {
  color: white;
  background-color: #2cbb2f;
}

#gamebox .q_block .q_box .ans_box .q_title._yes.active::after {
  opacity: 1;
}

#gamebox .q_block .q_box .ans_box .q_title._yes::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../file/images/ans_yes.png);
  background-repeat: no-repeat;
  background-size: 62%;
  left: 29px;
  background-position: center;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#gamebox .q_block .q_box .ans_box .q_title._no.active {
  color: white;
  background-color: #ea1900;
}

#gamebox .q_block .q_box .ans_box .q_title._no.active::after {
  opacity: 1;
}

#gamebox .q_block .q_box .ans_box .q_title._no::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../file/images/ans_no.png);
  background-repeat: no-repeat;
  background-size: 62%;
  left: 29px;
  background-position: center;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#gamebox .q_block .q_box .ans_q {
  position: absolute;
  bottom: 28px;
  font-size: 40px;
  background-image: url(../file/images/btn_showans.png);
  background-size: contain;
  height: 169px;
  width: 370px;
  right: 219px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  display: none;
}

#gamebox .q_block .q_box .ans_q.closeit {
  background-image: url(../file/images/btn_close.png);
  z-index: 10;
}

@media only screen and (min-width: 1200px) {
  #gamebox .q_block .q_box .ans_q:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

#gamebox .q_block .q_box .ans_q_ans {
  position: absolute;
  background-color: #174a3c;
  color: white;
  height: 40%;
  bottom: 17%;
  padding-left: 55px;
  font-size: 50px;
  width: 76%;
  z-index: 5;
  display: none;
}

#gamebox .map {
  position: absolute;
  width: 88%;
  top: 9%;
  left: 6%;
  z-index: 5;
  max-width: 1690px;
}

#gamebox .map > img {
  position: relative;
  z-index: 5;
}

#gamebox .dieA-results {
  position: absolute;
  z-index: 10;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  cursor: pointer;
}

#gamebox .people {
  position: absolute;
  width: 1689px;
  height: 1020px;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 11;
}

#gamebox .people svg {
  overflow: visible;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#gamebox .people svg path {
  stroke-width: 2;
  stroke: none;
  fill: none;
}

#gamebox .people img {
  position: relative;
  width: 300px;
  -webkit-transform: translate(731.501px, 441.25px);
          transform: translate(731.501px, 441.25px);
}

#gamebox .tip_box {
  position: absolute;
  display: none;
  width: 32%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 11vw;
  left: 0;
  top: 0;
  color: white;
  font-size: 68px;
  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;
  padding-bottom: 24px;
  font-weight: bold;
  max-height: 209px;
  z-index: 11;
}

#gamebox .tip_box.go {
  background-image: url(../file/images/tip_go.png);
}

#gamebox .tip_box.go_2 {
  background-image: url(../file/images/tip_go_again.png);
}

#gamebox .tip_box.back {
  background-image: url(../file/images/tip_back.png);
}

#gamebox .flower {
  position: absolute;
  width: 10%;
  max-width: 168px;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#gamebox .flower.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#gamebox .flower img {
  max-width: 100%;
}

#gamebox .flower.flower01 {
  left: 2%;
  bottom: 33%;
  width: 9%;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
}

#gamebox .flower.flower02 {
  left: 26%;
  bottom: 5%;
  -webkit-transition: all 1.2s ease 1.2s;
  transition: all 1.2s ease 1.2s;
}

#gamebox .flower.flower03 {
  right: 21%;
  bottom: 4%;
  -webkit-transition: all 1.2s ease 0.8s;
  transition: all 1.2s ease 0.8s;
}

#gamebox .flower.flower04 {
  right: -1%;
  bottom: 28%;
  width: 9%;
  -webkit-transition: all 1.2s ease 1.4s;
  transition: all 1.2s ease 1.4s;
}

#gamebox .bird {
  position: absolute;
  top: -8%;
  left: -10%;
  -webkit-transform: scale(0.8) translateX(-110vw);
          transform: scale(0.8) translateX(-110vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 9%;
  max-width: 150px;
}

#gamebox .bird img {
  max-width: 100%;
}

#gamebox .bird.bird01 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

#gamebox .bird.bird02 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 11%;
  max-width: 170px;
}

#gamebox .bird.bird03 {
  -webkit-animation-duration: 7.5s;
          animation-duration: 7.5s;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  width: 7%;
  max-width: 120px;
}

#gamebox .logo_map {
  position: absolute;
  display: none;
  z-index: 5;
}

#gamebox .logo_map img {
  position: relative;
  width: 160px;
}

#gamebox .logo_map.logo_map1 {
  left: 37%;
  top: 58%;
}

#gamebox .logo_map.logo_map2 {
  left: 27%;
  top: 45%;
}

#gamebox .logo_map.logo_map3 {
  left: 17.2%;
  top: 37%;
}

#gamebox .logo_map.logo_map4 {
  left: 9%;
  top: 28.5%;
}

#gamebox .logo_map.logo_map5 {
  left: 19.9%;
  top: 22%;
}

#gamebox .logo_map.logo_map6 {
  left: 28.5%;
  top: 12.5%;
}

#gamebox .logo_map.logo_map7 {
  left: 37.8%;
  top: 10%;
}

#gamebox .logo_map.logo_map8 {
  left: 44%;
  top: 5%;
}

#gamebox .logo_map.logo_map9 {
  left: 52%;
  top: 11%;
}

#gamebox .logo_map.logo_map10 {
  left: 61.8%;
  top: 16%;
}

#gamebox .logo_map.logo_map11 {
  left: 71%;
  top: 24%;
}

#gamebox .logo_map.logo_map12 {
  left: 81.4%;
  top: 31%;
}

#gamebox .logo_map.logo_map13 {
  left: 74%;
  top: 39%;
}

#gamebox .logo_map.logo_map14 {
  left: 66.5%;
  top: 50%;
}

#gamebox .logo_map.logo_map15 {
  left: 58.1%;
  top: 57%;
}

#gamebox .times {
  position: absolute;
  color: white;
  font-weight: bold;
  bottom: 37px;
  left: 7%;
  font-size: 23px;
}

#gamebox .times b {
  position: relative;
  margin-left: 8px;
}

#gamebox .ans_final {
  position: absolute;
  background-size: contain;
  height: 12vw;
  bottom: 50px;
  background-repeat: no-repeat;
  max-width: 480px;
  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;
  font-size: 66px;
  font-weight: bold;
  padding-bottom: 3px;
  left: 0;
  width: 25%;
  max-height: 231px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 8;
  opacity: 1;
}

#gamebox .ans_final.hide {
  opacity: 0;
}

#gamebox .ans_final._yes {
  right: 0;
  left: auto;
  background-image: url(../file/images/ans_blue.png);
  color: #002792;
}

#gamebox .ans_final._no {
  background-image: url(../file/images/ans_red.png);
  color: #e12a6d;
}

@-webkit-keyframes fly-right-one {
  0% {
    -webkit-transform: translateY(-2vh) translateX(120vw) scale(1);
            transform: translateY(-2vh) translateX(120vw) scale(1);
  }
  15% {
    -webkit-transform: translateY(2vh) translateX(100vw) scale(0.8);
            transform: translateY(2vh) translateX(100vw) scale(0.8);
  }
  30% {
    -webkit-transform: translateY(0vh) translateX(75vw) scale(1);
            transform: translateY(0vh) translateX(75vw) scale(1);
  }
  45% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.8);
            transform: translateY(4vh) translateX(50vw) scale(0.8);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.8);
            transform: translateY(0vh) translateX(30vw) scale(0.8);
  }
  75% {
    -webkit-transform: translateY(4vh) translateX(10vw) scale(1);
            transform: translateY(4vh) translateX(10vw) scale(1);
  }
  90% {
    -webkit-transform: translateY(0vh) translateX(-8vw) scale(0.8);
            transform: translateY(0vh) translateX(-8vw) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(-8vw) scale(0.8);
            transform: translateY(0vh) translateX(-8vw) scale(0.8);
  }
}

@keyframes fly-right-one {
  0% {
    -webkit-transform: translateY(-2vh) translateX(120vw) scale(1);
            transform: translateY(-2vh) translateX(120vw) scale(1);
  }
  15% {
    -webkit-transform: translateY(2vh) translateX(100vw) scale(0.8);
            transform: translateY(2vh) translateX(100vw) scale(0.8);
  }
  30% {
    -webkit-transform: translateY(0vh) translateX(75vw) scale(1);
            transform: translateY(0vh) translateX(75vw) scale(1);
  }
  45% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.8);
            transform: translateY(4vh) translateX(50vw) scale(0.8);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.8);
            transform: translateY(0vh) translateX(30vw) scale(0.8);
  }
  75% {
    -webkit-transform: translateY(4vh) translateX(10vw) scale(1);
            transform: translateY(4vh) translateX(10vw) scale(1);
  }
  90% {
    -webkit-transform: translateY(0vh) translateX(-8vw) scale(0.8);
            transform: translateY(0vh) translateX(-8vw) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(-8vw) scale(0.8);
            transform: translateY(0vh) translateX(-8vw) scale(0.8);
  }
}

#video_block {
  z-index: 20;
  display: none;
}

#video_block #video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

#video_block .again {
  position: absolute;
  z-index: 10;
  top: 0%;
  width: 23%;
  cursor: pointer;
}

#video_block .outlink {
  position: absolute;
  top: 65%;
  width: 24%;
  height: 25%;
  left: 38%;
  z-index: 10;
  
}
#video_block .outlink.web {
  /* background-color: red; */
  top: 76%;
  left: 36%;
  height: 3rem;
}

#video_block .outlink.tel {
  /* background-color: blue; */
    position: absolute;
  top: 69%;
  width: 22%;
  height: 3rem;
  left: 50%;
  z-index: 10;
}
@-webkit-keyframes shine_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes shine_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes shine_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .1;
  }
}

@keyframes shine_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .1;
  }
}

@-webkit-keyframes move_up {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes move_up {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@-webkit-keyframes move_up2 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(10deg);
            transform: translateY(20px) rotate(10deg);
  }
}

@keyframes move_up2 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(10deg);
            transform: translateY(20px) rotate(10deg);
  }
}

@media only screen and (max-width: 1900px) {
  section {
    max-width: 180vh;
    max-height: 100vh;
  }
  #game_tip .text .word {
    font-size: 4vw;
  }
  #game_tip .text .button {
    margin-top: 0;
  }
  #game_tip .text .title {
    margin-bottom: 0;
  }
  #gamebox .q_block .q_box {
    padding: 6% 8%;
  }
  #gamebox .q_block .q_box .title {
    height: 37%;
    font-size: 3vw;
    padding: 2.5vw;
  }
  #gamebox .q_block .q_box .ans_box {
    height: 57%;
    padding-right: 3%;
  }
  #gamebox .q_block .q_box .ans_box .q_title {
    font-size: 2.6vw;
    height: 18%;
    margin: 0.8% 0;
    padding-left: 9%;
    width: 91%;
  }
  #gamebox .q_block .q_box .ans_box .q_title::before,
  #gamebox .q_block .q_box .ans_box .q_title._yes::after,
  #gamebox .q_block .q_box .ans_box .q_title._no::after {
    width: 5%;
    height: 74%;
    left: 3%;
  }
  #gamebox .logo_map img {
    width: 8vw;
  }
  #gamebox .q_block .q_box .ans_q {
    width: 24%;
    height: 18%;
    right: 14%;
  }
  #gamebox .q_block .q_box .ans_q_ans {
    padding-left: 3%;
    font-size: 2.6vw;
  }
  #gamebox .ans_final {
    font-size: 3vw;
    width: 21%;
    height: 18%;
  }
  #gamebox .dieA-results {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  #gamebox .tip_box {
    font-size: 1.8vw;
    height: 14%;
    width: 20%;
  }
  #gamebox .people {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  #gamebox .q_block .pic_button {
    width: 12%;
  }
  .whitebox {
    font-size: 1.5vw;
    padding: 21px;
    border-radius: 9px;
    top: -6vw;
  }
  .whitebox::after {
    border-width: 1vw 1vw 0 1vw;
  }
  .whitebox.w01 {
    left: 39%;
    bottom: 31%;
    top: auto;
  }
  .whitebox.w02 {
    left: 55%;
    top: 27%;
    margin-top: 0;
    margin-left: 0;
  }
  .whitebox.w03 {
    left: 13%;
    bottom: 100%;
    top: auto;
  }
  .whitebox.w04 {
    left: 13%;
    bottom: 100%;
    top: auto;
  }
  .whitebox.w05 {
    left: 54%;
    bottom: 31%;
    top: auto;
  }
}

@media only screen and (max-width: 1500px) {
  #gamebox .dieA-results {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media only screen and (max-height: 900px) and (min-width: 1200px) {
  #game_tip .text .word {
    font-size: 3vw;
  }
  #gamebox .q_block .q_box .title {
    font-size: 2.3vw;
    padding: 2vw;
  }
  #gamebox .q_block .q_box .ans_box .q_title,
  #gamebox .q_block .q_box .ans_q_ans {
    /* font-size: 1.8vw; */
    font-size: calc(35px + .15vw);
  }
  #gamebox .ans_final {
    font-size: 2.3vw;
    width: 21%;
    height: 18%;
  }
  #gamebox .logo_map img {
    max-width: 15vh;
  }
}

@media only screen and (max-height: 800px) and (min-width: 1200px) {
  #game_tip .text .word {
    font-size: 2.4vw;
  }
  #gamebox .dieA-results {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .whitebox {
    font-size: 1.2vw;
  }
  #gamebox .q_block .q_box .title {
    font-size: 2vw;
    padding: 1.4vw;
  }
  #gamebox .times {
    font-size: 18px;
  }
}

@media only screen and (max-height: 700px) and (min-width: 1200px) {
  #game_tip .text .word {
    font-size: 2.2vw;
  }
  #game_people .bigbox {
    position: absolute;
    right: 5%;
    width: 47%;
    bottom: 0;
  }
  #gamebox .dieA-results {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  #gamebox .q_block .q_box .title {
    font-size: 1.6vw;
  }
  #gamebox .q_block .q_box .ans_box .q_title, #gamebox .q_block .q_box .ans_q_ans {
    font-size: 1.6vw;
  }
  .whitebox {
    font-size: 18px;
    padding: 14px;
    border-radius: 7px;
  }
  #gamebox .ans_final {
    font-size: 28px;
    width: 220px;
    height: 106px;
  }
}

@media only screen and (max-width: 1200px) {
  section {
    height: calc(var(--vh, 1vh) * 100);
    max-height: 57VW;
    max-width: calc(var(--vh, 1vh) * 180);
  }
  #game_people .bigbox {
    bottom: 0;
  }
  @-webkit-keyframes move_up2 {
    0% {
      -webkit-transform: translateY(-10px) rotate(-6deg);
              transform: translateY(-10px) rotate(-6deg);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(6deg);
              transform: translateY(10px) rotate(6deg);
    }
  }
  @keyframes move_up2 {
    0% {
      -webkit-transform: translateY(-10px) rotate(-6deg);
              transform: translateY(-10px) rotate(-6deg);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(6deg);
              transform: translateY(10px) rotate(6deg);
    }
  }
  .whitebox {
    padding: 10px 14px;
    font-size: 14px;
  }
  #gamebox .dieA-results {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
  }
  #gamebox .logo_map img {
    max-width: 19vh;
  }
  #gamebox .q_block .pic_button {
    top: 30%;
  }
  #gamebox .q_block .q_box .title {
    height: 34%;
  }
  #gamebox .q_block .q_box .ans_box {
    height: 58%;
  }
  #gamebox .tip_box {
    font-size: 3vw;
    height: 18%;
    width: 28%;
  }
}

@media only screen and (max-width: 1000px) {
  .logo {
    width: 8%;
  }
  .whitebox {
    padding: 4px 10px;
    font-size: 12px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #gamebox .times {
    position: absolute;
    color: white;
    font-weight: bold;
    bottom: 15px;
    left: 20px;
    font-size: 12px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #game_tip .text .word {
    font-size: 22px;
  }
  #game_people .bigbox {
    right: 5%;
    width: 46%;
  }
  #gamebox .dieA-results {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  #gamebox .q_block .q_box .title {
    height: 37%;
    font-size: 20px;
    padding: 16px;
  }
  #gamebox .q_block .q_box .ans_box .q_title {
    font-size: 18px;
    height: 18%;
    margin: 0.8% 0;
    padding-left: 9%;
    width: 92%;
  }
  #gamebox .q_block .q_box .ans_box .q_title::before {
    border: 1px solid #b9b9b9;
  }
  #gamebox .q_block .q_box .ans_q_ans {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
  }
  #gamebox .q_block .q_box .ans_q {
    width: 26%;
    height: 21%;
    right: 12%;
    bottom: 0%;
  }
  #gamebox .tip_box {
    font-size: 18px;
    height: 56px;
    width: 180px;
    padding-top: 0;
    padding-bottom: 4px;
  }
  .pic_jump .close {
    right: -20px;
    width: 55px;
  }
  #gamebox .q_block .pic_button {
    top: 30%;
    width: 14%;
    left: 68%;
  }
  #gamebox .logo_map img {
    max-width: 52px;
  }
  #gamebox .ans_final {
    font-size: 18px;
    width: 120px;
    height: 58px;
    bottom: 30px;
  }
  .whitebox.w01 {
    left: 50%;
    bottom: 32%;
    top: auto;
    margin-left: -82px;
  }
  .whitebox.w05 {
    left: 50%;
    bottom: 32%;
    top: auto;
    margin-left: 26px;
  }
  .whitebox.w03 {
    left: auto;
    bottom: 100%;
    top: auto;
    width: 116px;
    right: 12px;
  }
  .whitebox.w03::after {
    left: auto;
    right: 11%;
  }
  .whitebox.w04 {
    width: 150px;
  }
}

@media only screen and (max-height: 350px) {
  #gamebox .logo_map img {
    max-width: 48px;
  }
  #gamebox .q_block .q_box .title, #gamebox .q_block .q_box .ans_q_ans {
    font-size: 16px;
  }
  #gamebox .q_block .q_box .ans_box .q_title {
    font-size: 15px;
  }
}

@media only screen and (max-height: 300px) {
  #gamebox .logo_map img {
    max-width: 38px;
  }
  #gamebox .q_block .q_box .title, #gamebox .q_block .q_box .ans_q_ans {
    font-size: 14px;
  }
}

@media screen and (orientation: portrait) {
  #error, #error .mobile_small {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */