@import url(reset-min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@chartset "UTF-8";
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

canvas {
  display: none; }

body {
  font-family: 'Noto Sans TC', -apple-system, PingFangTC-Medium, 'Microsoft JhengHei', sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

.landscape-wrapper {
  min-width: 1920px;
  height: 100vh;
  min-height: 1080px;
  background-image: url(../images/land_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 69px; }

.landscape {
  position: relative;
  width: 1920px;
  height: 1080px;
  background: url(../images/landscape_bg.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  margin: 0 auto; }
  .landscape .banner {
    position: relative;
    z-index: 3;
    display: inline-block;
    width: 966px;
    height: 227px;
    background: url(../images/landscape_banner.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: top;
    margin: 112px 0 0 26px; }

.battery {
  display: inline-block;
  width: 405px;
  height: 96px;
  background: url(../images/battery_bg.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  animation: battery 5s infinite;
  vertical-align: top;
  margin: 169px 0 0 45px; }
  .battery:before {
    content: '';
    display: block;
    background-image: url(../images/battery_bg.png), url(../images/battery_bg2.png), url(../images/battery_bg3.png), url(../images/battery_bg4.png), url(../images/battery_bg5.png), url(../images/battery_bg6.png), url(../images/battery_bg7.png), url(../images/battery_bg8.png), url(../images/battery_bg9.png), url(../images/battery_bg10.png), url(../images/battery_bg11.png), url(../images/battery_bg12.png), url(../images/battery_bg13.png), url(../images/battery_bg14.png), url(../images/battery_bg15.png), url(../images/battery_bg16.png), url(../images/battery_bg17.png), url(../images/battery_bg18.png), url(../images/battery_bg19.png);
    opacity: 0; }

@keyframes battery {
  0% {
    background-image: url(../images/battery_bg.png); }
  5% {
    background-image: url(../images/battery_bg2.png); }
  10% {
    background-image: url(../images/battery_bg3.png); }
  15% {
    background-image: url(../images/battery_bg4.png); }
  20% {
    background-image: url(../images/battery_bg5.png); }
  25% {
    background-image: url(../images/battery_bg6.png); }
  30% {
    background-image: url(../images/battery_bg7.png); }
  35% {
    background-image: url(../images/battery_bg8.png); }
  40% {
    background-image: url(../images/battery_bg9.png); }
  45% {
    background-image: url(../images/battery_bg10.png); }
  50% {
    background-image: url(../images/battery_bg11.png); }
  55% {
    background-image: url(../images/battery_bg12.png); }
  60% {
    background-image: url(../images/battery_bg13.png); }
  65% {
    background-image: url(../images/battery_bg14.png); }
  70% {
    background-image: url(../images/battery_bg15.png); }
  75% {
    background-image: url(../images/battery_bg16.png); }
  80% {
    background-image: url(../images/battery_bg17.png); }
  85% {
    background-image: url(../images/battery_bg18.png); }
  90% {
    background-image: url(../images/battery_bg19.png); }
  95% {
    background-image: url(../images/battery_bg19.png); }
  100% {
    background-image: url(../images/battery_bg.png); } }
.wifi {
  position: absolute;
  top: 50px;
  right: 85px;
  width: 74px;
  height: 54px;
  background: url(../images/wifi3.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  animation: wifi 3s infinite step-start; }

@keyframes wifi {
  0% {
    background-image: url(../images/wifi1.png); }
  25% {
    background-image: url(../images/wifi2.png); }
  50% {
    background-image: url(../images/wifi3.png); }
  100% {
    background-image: url(../images/wifi1.png); } }
.dot {
  display: inline-block;
  width: 357px;
  height: 100px;
  background: url(../images/dot_bg.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center left;
  vertical-align: top;
  padding-top: 2px;
  margin: 170px 0 0 33px; }
  .dot .bar {
    height: 9px;
    background-position: center left 116px;
    animation: dots 3s infinite;
    padding-left: 116px;
    margin-bottom: 33px; }
    .dot .bar:nth-child(2) {
      animation-delay: 1s; }
    .dot .bar:nth-child(3) {
      animation-delay: 0.5s; }

@keyframes dots {
  0% {
    background-image: url(../images/dot_bg1.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  20% {
    background-image: url(../images/dot_bg2.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  30% {
    background-image: url(../images/dot_bg3.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  40% {
    background-image: url(../images/dot_bg4.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  50% {
    background-image: url(../images/dot_bg5.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  60% {
    background-image: url(../images/dot_bg6.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  70% {
    background-image: url(../images/dot_bg7.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  80% {
    background-image: url(../images/dot_bg8.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  90% {
    background-image: url(../images/dot_bg9.png);
    background-position: center left 116px;
    background-repeat: no-repeat; }
  100% {
    background-image: url(../images/dot_bg10.png);
    background-position: center left 116px;
    background-repeat: no-repeat; } }
.map {
  position: absolute;
  top: 300px;
  left: 805px;
  z-index: 1;
  width: 507px;
  height: 482px;
  background: url(../images/map.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  animation: mapopacity 3s infinite forwards; }

@keyframes mapopacity {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
.map-blue {
  position: absolute;
  top: 263px;
  left: 703px;
  top: 324px;
  left: 756px;
  z-index: 2;
  width: 507px;
  height: 482px;
  background: url(../images/map-blue.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  animation: mapline 10s linear infinite; }

.map-purple {
  position: absolute;
  top: 263px;
  left: 718px;
  top: 324px;
  left: 771px;
  z-index: 2;
  width: 507px;
  height: 482px;
  background: url(../images/map-purple.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  transform: translateX(8px);
  animation: mapline 10s linear infinite;
  animation-delay: 1s; }

@keyframes mapline {
  0% {
    transform: rotate(0deg) translateX(60px) rotate(0deg); }
  100% {
    transform: rotate(360deg) translateX(60px) rotate(-360deg); } }
.section-total {
  position: absolute;
  top: 300px;
  left: 48px;
  z-index: 4;
  width: 655px;
  height: 471px;
  background: url(../images/section-total.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  padding: 52px 0 0 22px; }
  .section-total .box {
    display: inline-block;
    width: 68px;
    color: #fff;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px; }
    .section-total .box:nth-child(4), .section-total .box:nth-child(12), .section-total .box:nth-child(20) {
      margin-right: 15px; }
    .section-total .box:nth-child(23) {
      margin-right: 65px; }
    .section-total .box:nth-child(26) {
      margin-right: 86px; }
    .section-total .box .title {
      height: 37px;
      line-height: 37px;
      font-size: 18px;
      background: rgba(0, 242, 251, 0.6);
      letter-spacing: 0.5em;
      text-indent: 0.5em;
      margin-bottom: 2px; }
    .section-total .box .num {
      height: 37px;
      line-height: 37px;
      font-size: 22px;
      background: rgba(0, 242, 251, 0.3); }
      .section-total .box .num span {
        display: block; }
        .section-total .box .num span.active {
          animation: addNum .5s; }

.login {
  position: absolute;
  top: 332px;
  right: 48px;
  text-align: right; }
  .login .top {
    color: #D9E021;
    font-size: 22px;
    margin-bottom: 6px; }
  .login .waiting-name {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px; }
  .login .waiting-num {
    display: inline-block;
    line-height: 29px;
    background: url(../images/waiting-word.png) no-repeat;
    -o-background-size: 278px;
    background-size: 278px;
    background-position: left;
    vertical-align: middle;
    padding: 0 180px 0 76px; }
    .login .waiting-num span {
      display: block;
      min-width: 1.2em;
      text-align: center; }
    .login .waiting-num.hide {
      height: 29px;
      background-position: right;
      padding: 0 150px 0 0; }
      .login .waiting-num.hide span {
        display: none; }
  .login .bottom {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    border: #fff solid 1px;
    background: url(../images/welcome1.png) no-repeat;
    -o-background-size: 141px;
    background-size: 141px;
    background-position: center left 18px;
    padding-left: 172px; }
  .login .name {
    height: 66px;
    line-height: 62px;
    font-size: 44px;
    color: #D9E021;
    background: url(../images/login-word.png) no-repeat;
    -o-background-size: 230px;
    background-size: 230px;
    background-position: center right 18px;
    padding-right: 260px; }

.total {
  position: absolute;
  top: 522px;
  right: 48px;
  width: 553px;
  height: 237px;
  background: url(../images/total.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  padding: 107px 15px 0; }
  .total .num {
    font-size: 66px;
    color: #D9E021;
    text-align: center;
    letter-spacing: 0.1em; }
    .total .num.active {
      animation: addNum .5s; }

@keyframes addNum {
  0%,100% {
    transform: translateY(0); }
  25% {
    opacity: 0;
    transform: translateY(-30px); }
  50% {
    opacity: 0;
    transform: translateY(30px); }
  75% {
    opacity: 1;
    transform: translateY(0); } }
.card-wrapper {
  position: absolute;
  left: 48px;
  bottom: 30px;
  width: 1824px;
  height: 253px;
  background: url(../images/card-wrapper.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center; }
  .card-wrapper .inner {
    position: relative;
    width: calc(100% - 60px);
    height: 227px;
    overflow: hidden;
    margin: 0 0 0 auto; }
  .card-wrapper .slider {
    position: absolute;
    top: 18px;
    right: 58px;
    height: 190px;
    white-space: nowrap; }
    .card-wrapper .slider > div {
      display: inline-block;
      width: 137px;
      height: 190px;
      box-shadow: 0px 0px 20px 2px #fff;
      animation: glow 2s infinite;
      margin-left: 56px; }

@keyframes glow {
  0%,100% {
    box-shadow: 0px 0px 15px 2px #fff; }
  50% {
    box-shadow: 0px 0px 25px 2px #fff; } }
.portrait {
  width: 676px;
  height: 1080px;
  background: url(../images/portrait_bg.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  padding-top: 100px;
  margin: 0 auto; }
  .portrait .waiting {
    width: 513px;
    min-height: 22px;
    line-height: 18px;
    color: #D9E021;
    font-size: 22px;
    background: url(../images/waiting-word2.png) no-repeat;
    -o-background-size: 173px;
    background-size: 173px;
    background-position: center right;
    text-align: right;
    padding-right: 178px;
    margin: 0 auto; }

.marquee {
  width: 609px;
  height: 70px;
  line-height: 66px;
  color: #D9E021;
  background: #000;
  font-size: 38px;
  border: #fff solid 2px;
  overflow: hidden;
  margin: 0 auto 74px; }
  .marquee .text {
    letter-spacing: 0.1em;
    animation: marquee 12s linear infinite; }

@keyframes marquee {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }
.portrait-card-wrapper {
  position: relative;
  height: 670px;
  margin-bottom: 30px; }
  .portrait-card-wrapper .slider {
    position: absolute;
    top: 0;
    right: -428px;
    white-space: nowrap; }
  .portrait-card-wrapper .card-result {
    margin-left: 54px; }
  .portrait-card-wrapper .card-content {
    margin: 0 auto; }

.card-result {
  position: relative;
  display: inline-block;
  width: 473px; }
  .card-result .card-content {
    position: absolute;
    top: 0; }

.bg-card {
  position: absolute;
  left: 0;
  transition: left 0.7s; }
  .bg-card.show {
    left: -527px; }

.card-blank {
  position: relative;
  display: inline-block;
  width: 473px;
  transform: translateX(510px);
  margin-left: 54px; }
  .card-blank.absolute {
    position: absolute; }

.third-card-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 473px;
  height: 655px;
  background: url(../images/card_empty.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center; }

.card-frame {
  position: absolute;
  top: -13px;
  left: 82px;
  width: 524px;
  height: 686px;
  background: url(../images/card_frame.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center; }

.card-content {
  position: relative;
  width: 473px;
  height: 660px; }
  .card-content div {
    transition: all 0.3s; }
  .card-content.hide .bg {
    top: 200%; }
  .card-content.hide .banner {
    top: 200%; }
  .card-content.hide .name {
    top: 200%; }
  .card-content.hide .deco1 {
    top: 200%; }
  .card-content.hide .deco2 {
    bottom: -200%; }
  .card-content.hide .charactor {
    top: 200%; }
  .card-content.hide .body {
    top: 200%; }
  .card-content.hide .section {
    bottom: -200%; }
  .card-content .bg {
    position: absolute;
    top: 65px;
    left: 53px;
    height: 52px;
    width: 359px;
    background: none; }
  .card-content .banner {
    position: absolute;
    top: 20px;
    left: 86px;
    width: 300px;
    height: 71px;
    transition-delay: 0.2s; }
  .card-content .name {
    position: absolute;
    top: 92px;
    left: 79px;
    width: 315px;
    height: 60px;
    line-height: 66px;
    font-size: 22px;
    color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    transition-delay: 0.4s; }
  .card-content .deco1 {
    position: absolute;
    top: 172px;
    left: 308px;
    width: 80px;
    transition-delay: 0.8s; }
  .card-content .deco2 {
    position: absolute;
    bottom: 128px;
    left: 60px;
    width: 96px;
    transition-delay: 1s; }
  .card-content .charactor {
    position: absolute;
    left: 144px;
    top: 190px;
    width: 160px;
    white-space: normal;
    text-align: center;
    transition-delay: 0.6s; }
  .card-content .body {
    width: 125px;
    margin-top: -55px; }
  .card-content .section {
    position: absolute;
    right: 4px;
    bottom: 74px;
    width: 232px;
    transition-delay: 1.2s; }
  .card-content .num {
    position: absolute;
    bottom: 28px;
    left: 122px;
    width: 103px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: center; }

.container {
  position: relative;
  width: 834px;
  margin: 0 auto; }

.index {
  position: relative;
  z-index: 14;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  padding-top: 400px; }
  .index:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/start_bg.png), url(../images/start_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .index .banner {
    width: 744px;
    height: 174px;
    background: url(../images/landscape_banner.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    margin: 0 auto 20px; }
  .index .start-btn {
    width: 558px;
    height: 146px;
    background-position: center;
    background-size: 558px;
    background-repeat: no-repeat;
    animation: start-btn 2s infinite;
    cursor: pointer;
    margin: 0 auto; }
    .index .start-btn:active {
      background: url(../images/start_btn1.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      animation: none; }

@keyframes start-btn {
  0%,100% {
    background-image: url(../images/start_btn1.png); }
  50% {
    background-image: url(../images/start_btn2.png); } }
.step1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  padding-top: 396px; }
  .step1:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }

.type-wrap {
  width: 710px;
  height: 340px;
  line-height: 1.38em;
  font-size: 36px;
  color: #fff;
  background: url(../images/type_bg.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  text-align: center;
  padding-top: 50px;
  margin: 0 auto; }
  .type-wrap .color {
    display: inline-block;
    color: #D9E021;
    margin-bottom: 18px; }

.type-text {
  display: none; }

.step2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  text-align: center;
  padding-top: 390px; }
  .step2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .step2 .title {
    font-size: 44px;
    margin-bottom: 36px; }
  .step2 .input {
    width: 610px;
    height: 100px;
    font-size: 44px;
    color: #fff;
    background: url(../images/input_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    border: none;
    outline: none;
    text-align: center;
    margin-bottom: 38px; }

.submit {
  display: block;
  width: 172px;
  height: 82px;
  background: url(../images/ok_btn.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  border: none;
  outline: none;
  cursor: pointer; }
  .submit:active {
    background-image: url(../images/ok_active_btn.png); }

.step3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  text-align: center;
  padding-top: 210px; }
  .step3:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .step3 .title {
    font-size: 44px;
    margin-bottom: 28px; }
  .step3 .head-wrapper {
    width: 710px;
    height: 290px;
    background: url(../images/head_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    padding-top: 36px;
    margin: 0 auto 22px; }
    .step3 .head-wrapper .head {
      display: inline-block;
      width: 105px;
      height: 105px;
      overflow: hidden;
      cursor: pointer;
      margin: 0 9px 5px; }
      .step3 .head-wrapper .head img {
        width: 88px; }
      .step3 .head-wrapper .head.active {
        background: url(../images/head_select.png) no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center; }
    .step3 .head-wrapper:first-of-type img {
      transform: translateY(17px); }
    .step3 .head-wrapper:last-of-type {
      margin-bottom: 34px; }

.step4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  text-align: center;
  padding-top: 100px; }
  .step4:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .step4 .title {
    font-size: 44px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 32px; }
  .step4 .question {
    display: none;
    width: 710px;
    height: 126px;
    line-height: 1.34em;
    font-size: 26px;
    color: #D9E021;
    background: url(../images/q1_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    text-align: left;
    cursor: pointer;
    padding: 26px 28px 0;
    margin: 0 auto 20px; }
    .step4 .question.active {
      color: #000;
      background-image: url(../images/q1_active_bg.png); }

.page-btn {
  padding: 0 62px; }
  .page-btn .btn {
    width: 90px;
    height: 82px;
    cursor: pointer; }
    .page-btn .btn.prev {
      float: left;
      background: url(../images/prev.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center; }
    .page-btn .btn.cross {
      float: right;
      background: url(../images/cross.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center; }

.step5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  text-align: center;
  padding-top: 100px; }
  .step5:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .step5 .title {
    font-size: 44px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 32px; }
  .step5 .question {
    display: none;
    width: 710px;
    height: 90px;
    line-height: 1.34em;
    font-size: 26px;
    color: #D9E021;
    background: url(../images/q2_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    text-align: left;
    cursor: pointer;
    padding: 26px 45px 0;
    margin: 0 auto 20px; }
    .step5 .question.active {
      color: #000;
      background-image: url(../images/q2_active_bg.png); }

.step6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  text-align: center;
  padding-top: 100px; }
  .step6:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .step6 .page-btn {
    display: none; }
  .step6 .title {
    min-height: 128px;
    font-size: 44px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 32px; }
    .step6 .title + div {
      min-height: 640px;
      margin-bottom: 120px; }
  .step6 .question {
    display: none;
    width: 710px;
    height: 90px;
    line-height: 1.34em;
    font-size: 26px;
    color: #D9E021;
    background: url(../images/q2_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    text-align: left;
    cursor: pointer;
    padding: 26px 45px 0;
    margin: 0 auto 20px; }
    .step6 .question.active {
      color: #000;
      background-image: url(../images/q2_active_bg.png); }

.step7 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: none;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  text-align: center;
  padding-top: 400px; }
  .step7:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .step7 .title {
    font-size: 44px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .step7 .waiting {
    width: 82px;
    height: 144px;
    background: url(../images/waiting.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    animation: waiting 3s infinite;
    margin: 0 auto; }

@keyframes waiting {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
.card-generator {
  position: absolute;
  top: 0;
  left: 0;
  width: 472px;
  height: 655px;
  pointer-events: none; }

.step8 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 1197px;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #9edff7 100%);
  text-align: center;
  padding-top: 100px; }
  .step8:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/game_bg.png), url(../images/game_bg2.png);
    background-position: center top, center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }
  .step8 .type-wrap {
    height: 290px;
    background-image: url(../images/head_bg.png);
    text-align: left;
    padding-left: 45px;
    padding-top: 35px;
    margin-bottom: 20px; }
  .step8 .frame-wrapper {
    position: relative;
    width: 587px;
    height: 580px;
    padding-top: 66px;
    margin: 0 auto 36px; }
    .step8 .frame-wrapper .frame {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .step8 .frame-wrapper .card-result {
      position: absolute;
      top: 10px;
      right: 22px;
      z-index: 0;
      width: 398px; }
    .step8 .frame-wrapper .down {
      width: 92px;
      height: 37px;
      background: url(../images/d_arrow_down.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      animation: down 1.5s infinite step-start;
      margin: 0 auto 28px; }
    .step8 .frame-wrapper .up {
      width: 92px;
      height: 37px;
      background: url(../images/d_arrow_up.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      animation: up 1.5s infinite step-start;
      margin: 0 auto; }
    .step8 .frame-wrapper .content {
      width: 125px;
      height: 125px;
      margin: 0 auto 28px; }
    .step8 .frame-wrapper .btn {
      width: 96px;
      height: 82px;
      background: url(../images/download_btn.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      transform: translateY(23px);
      margin: 20px auto 0; }
  .step8 .exit {
    width: 260px;
    height: 82px;
    background: url(../images/exit.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    margin: 0 auto; }
    .step8 .exit:active {
      background-image: url(../images/exit_active.png); }
  .step8 .download {
    position: relative;
    z-index: 2;
    width: 124px;
    height: 448px;
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    margin: 0px auto 0 30px; }

@keyframes down {
  0%,100% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); } }
@keyframes up {
  0%,100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
.index-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 1197px;
  background: url(../images/game_bg.jpg) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center; }

.lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }
  .lightbox-wrapper .inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .lightbox-wrapper .content {
    width: 580px;
    height: 200px;
    background: url(../images/dialog_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    text-align: center;
    padding-top: 22px; }
  .lightbox-wrapper .title {
    color: #D9E021;
    font-size: 44px; }
  .lightbox-wrapper .btn-wrapper div {
    display: inline-block;
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    padding: 10px 30px;
    margin: 0 40px; }
    .lightbox-wrapper .btn-wrapper div:active {
      color: #D9E021; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 17;
  width: 100%;
  height: 100%;
  background: #fff; }

.final {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 17;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center; }
  .loading p {
    color: #fff;
    font-size: 44px;
    margin-bottom: 25px; }
  .loading .waiting {
    width: 82px;
    height: 144px;
    background: url(../images/waiting.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    animation: waiting 3s infinite;
    margin: 0 auto; }

.header {
  position: relative;
  width: 100%;
  height: 80px;
  background: #FFFB5C; }
  .header .inner {
    max-width: 1280px;
    padding: 16px 3.5% 0;
    margin: 0 auto; }
  .header .logo {
    display: inline-block;
    width: 275px;
    height: 65px;
    background: url(../images/landscape_banner.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center; }
    @media (max-width: 900px) and (min-width: 768px) {
      .header .logo {
        width: 247px;
        height: 58px; } }
  .header .btn-wrapper {
    float: right;
    padding-top: 5px; }
    .header .btn-wrapper .btn {
      display: inline-block;
      width: 134px;
      height: 36px;
      transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      margin-left: 25px; }
      .header .btn-wrapper .btn.btn1 {
        background: url(../images/header_btn1.png) no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center;
        margin-left: 0; }
        .header .btn-wrapper .btn.btn1:hover {
          background-image: url(../images/header_btn1_hover.png); }
      .header .btn-wrapper .btn.btn2 {
        background: url(../images/header_btn2.png) no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center; }
        .header .btn-wrapper .btn.btn2:hover {
          background-image: url(../images/header_btn2_hover.png); }
      .header .btn-wrapper .btn.btn3 {
        background: url(../images/header_btn3.png) no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center; }
        .header .btn-wrapper .btn.btn3:hover {
          background-image: url(../images/header_btn3_hover.png); }
      @media (max-width: 900px) and (min-width: 768px) {
        .header .btn-wrapper .btn {
          margin-left: 12px; } }
    .header .btn-wrapper .close, .header .btn-wrapper .copyright {
      display: none; }
  .header .menu-btn {
    display: none; }

.bg {
  background: #9edff7;
  background: linear-gradient(180deg, #9edff7 0%, #c6d321 100%); }

.cloud {
  position: relative;
  background-image: url(../images/cloud.png);
  background-size: 1877px;
  background-position: center;
  background-attachment: fixed; }
  .cloud:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/city_bg.png);
    background-position: center bottom;
    background-size: 1422px;
    background-repeat: repeat-x;
    pointer-events: none; }
  .cloud.city2:after {
    background-image: url(../images/city_bg2.png); }

.district-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding: 45px 4% 60px;
  margin: 0 auto; }
  .district-wrapper .title {
    width: 388px;
    margin-bottom: 48px; }
  .district-wrapper .box {
    display: inline-block;
    width: 178px;
    height: 179px;
    background: url(../images/district_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 8px 30px 0; }
    @media (min-width: 1246px) {
      .district-wrapper .box:nth-child(6n) {
        margin-right: 0; } }
    .district-wrapper .box .d-title {
      display: block;
      width: 96px;
      margin: -15px auto 0; }
    .district-wrapper .box .d-map {
      display: block;
      width: 85%; }
    .district-wrapper .box:hover .d-map {
      animation: box-map 2s infinite; }
  .district-wrapper .copyright {
    display: block;
    width: 416px;
    margin: 20px auto 16px; }
  .district-wrapper .company {
    display: block;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .district-wrapper .company .c1 {
        width: 12.25%; }
      .district-wrapper .company .c2 {
        width: 4.69%; }
      .district-wrapper .company .c3 {
        width: 17.2%; }
      .district-wrapper .company .c4 {
        width: 9.38%; } }
  @media (min-width: 1030px) and (max-width: 1245px) {
    .district-wrapper .box-wrapper {
      width: 958px;
      margin: 0 auto; }
      .district-wrapper .box-wrapper .box:nth-child(5n) {
        margin-right: 0; } }
  @media (min-width: 835px) and (max-width: 1029px) {
    .district-wrapper .box-wrapper {
      width: 780px;
      margin: 0 auto; }
      .district-wrapper .box-wrapper .box:nth-child(4n) {
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 834px) {
    .district-wrapper .box-wrapper {
      width: 575px;
      margin: 0 auto; }
      .district-wrapper .box-wrapper .box:nth-child(3n) {
        margin-right: 0; } }

@keyframes box-map {
  0%,100% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0px); } }
@keyframes box-map-m {
  0%,100% {
    margin-top: 15px; }
  50% {
    margin-top: 0; } }
.section-wrapper .top {
  min-height: 100vh;
  background: url(../images/sec_bg.png) center bottom repeat-x;
  background-size: 1280px;
  padding-top: 130px;
  margin-top: -80px; }
  .section-wrapper .top .inner {
    max-width: 1280px;
    padding: 0 4.6%;
    margin: 0 auto; }
.section-wrapper .sec-title {
  display: inline-block;
  width: 23.4%;
  vertical-align: top;
  padding-top: 10%;
  margin-right: 22px; }
.section-wrapper .sec-img {
  display: inline-block;
  width: 49.2%;
  vertical-align: top;
  margin-bottom: 35px; }
.section-wrapper .back {
  position: relative;
  width: 75px;
  height: 69px;
  background: url(../images/prev.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  margin-bottom: -76px; }
.section-wrapper .frame {
  position: relative;
  width: 100%;
  padding-top: 100%; }
  .section-wrapper .frame img {
    position: absolute;
    top: 3%;
    left: 2.5%;
    z-index: 0;
    width: 95%; }
  .section-wrapper .frame .youtube-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    overflow: hidden; }
  .section-wrapper .frame iframe {
    position: absolute;
    top: 0.5%;
    left: 0;
    width: 99%;
    height: 99%; }
  .section-wrapper .frame:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images/gif_frame.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    pointer-events: none; }
  .section-wrapper .frame.player {
    padding-top: 100.17%; }
    .section-wrapper .frame.player:before {
      background-image: url(../images/player_frame.png); }
.section-wrapper .arrow {
  width: 60px;
  height: 53px;
  background: url(../images/arrow.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  animation: down 1.5s infinite;
  margin: 0 auto; }
.section-wrapper .bottom {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  background: #c6d321;
  background: linear-gradient(0deg, #c6d321 0%, #fffc64 100%); }
  .section-wrapper .bottom .inner {
    max-width: 1280px;
    overflow: hidden;
    padding-top: 100px;
    margin: 0 auto 62px; }
.section-wrapper .intro {
  position: relative;
  width: 74.2%;
  line-height: 2em;
  font-size: 20px;
  font-weight: 500;
  color: #D9E021;
  background: rgba(0, 0, 0, 0.6);
  border: #fff solid 2px;
  text-align: justify;
  letter-spacing: 0.02em;
  padding: 0 5% 34px;
  margin: 0 auto; }
  .section-wrapper .intro .one-line {
    display: block;
    max-height: 84px;
    margin: -4.5% auto 20px; }
  .section-wrapper .intro .two-line {
    display: block;
    max-height: 155px;
    margin: -10% auto 20px; }
  .section-wrapper .intro .player-title {
    display: block;
    max-height: 84px;
    margin: -6.5% auto 20px; }
  .section-wrapper .intro h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 1.7em; }
.section-wrapper .more {
  position: relative;
  width: 100%;
  background: #AAAD10;
  text-align: center;
  padding-bottom: 90px;
  padding-top: 16px; }
  .section-wrapper .more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/city_bg2.png);
    background-position: center bottom;
    background-size: 1396px;
    background-repeat: repeat-x;
    pointer-events: none; }
  .section-wrapper .more .title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 35px; }
  .section-wrapper .more .box-wrapper {
    white-space: nowrap;
    overflow: auto;
    padding: 20px 15px; }
  .section-wrapper .more .box {
    display: inline-block;
    width: 178px;
    height: 179px;
    background: url(../images/district_bg.png) no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px; }
    .section-wrapper .more .box .d-title {
      display: block;
      width: 96px;
      margin: -15px auto 0; }
    .section-wrapper .more .box .d-map {
      display: block;
      width: 85%; }
    .section-wrapper .more .box:hover .d-map {
      animation: box-map 2s infinite; }
  .section-wrapper .more.player .box {
    width: 17.2%;
    height: auto;
    background: none; }
    @media (max-width: 991px) and (min-width: 768px) {
      .section-wrapper .more.player .box {
        width: 26.7%; } }
    @media (max-width: 767px) {
      .section-wrapper .more.player .box {
        width: 36.7%; } }
  .section-wrapper .more.player .player-title {
    position: relative;
    z-index: 1;
    display: block;
    width: 60%;
    margin: 0px auto -10%; }
  .section-wrapper .more.player .photo {
    position: relative; }
    .section-wrapper .more.player .photo img {
      display: block; }
    .section-wrapper .more.player .photo:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      background: url(../images/player_border.png) no-repeat;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      padding-top: 100%; }
    .section-wrapper .more.player .photo:hover:before {
      opacity: 1; }
@media (max-width: 999px) and (min-width: 768px) {
  .section-wrapper .sec-title {
    width: 26.4%;
    padding-top: 13%; }
  .section-wrapper .sec-img {
    width: 52.2%; }
  .section-wrapper .arrow {
    margin-left: 52%; } }

.welcome-wrapper {
  position: relative;
  max-width: 1280px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 48px 4.5% 30px;
  margin: 0 auto; }
  @media (orientation: landscape) {
    .welcome-wrapper {
      min-height: 750px; } }
  .welcome-wrapper.hidden {
    opacity: 0;
    transform: translateY(-300px); }
  .welcome-wrapper .text {
    line-height: 2em;
    font-size: 20px;
    font-weight: 700;
    color: #D9E021;
    background: rgba(0, 0, 0, 0.6);
    border: #fff solid 2px;
    text-align: justify;
    clip-path: inset(-13% 0 113% 0);
    -webkit-clip-path: inset(-13% 0 113% 0);
    transition: clip-path 1s;
    -ms-transition: clip-path 1s;
    -moz-transition: clip-path 1s;
    -webkit-transition: clip-path 1s;
    padding: 90px 3.9% 65px;
    margin-bottom: 4%; }
    .welcome-wrapper .text.expand {
      clip-path: inset(-13% 0 0 0);
      -webkit-clip-path: inset(-13% 0 0 0); }
    .welcome-wrapper .text .img-wrapper {
      width: 63.3%;
      margin: -13% auto 0; }
      @media (min-width: 768px) and (max-width: 1149px) {
        .welcome-wrapper .text .img-wrapper {
          width: 500px;
          margin-top: -126px; } }
  .welcome-wrapper .date {
    background: rgba(0, 0, 0, 0.6);
    border: #fff solid 2px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition-delay: 0.3s;
    padding: 16px 0 12px;
    margin-bottom: 65px; }
    .welcome-wrapper .date img {
      animation: marquee2 12s linear infinite; }
    .welcome-wrapper .date.show {
      opacity: 1; }
  .welcome-wrapper .arrow {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    animation: down 1.5s infinite; }
    .welcome-wrapper .arrow img {
      width: 42px; }
  .welcome-wrapper .yt {
    position: relative;
    width: 66.9%;
    padding-top: 51.5%;
    margin: 0 auto 100px; }
    .welcome-wrapper .yt:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: url(../images/index_frame.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center; }
    .welcome-wrapper .yt iframe {
      position: absolute;
      top: 1.3%;
      left: 1.5%;
      width: 97%;
      height: 97.5%; }

@keyframes marquee2 {
  0% {
    transform: translateX(200%); }
  100% {
    transform: translateX(-100%); } }
.player-list {
  max-width: 1280px;
  min-height: calc(100vh - 80px);
  padding: 50px 3.9% 120px;
  margin: 0 auto; }
  .player-list .title {
    display: block;
    width: 198px;
    margin: 0 auto 55px 0; }
  @media (max-width: 991px) {
    .player-list {
      padding: 8.2% 1.8% 26%; }
      .player-list .title {
        width: 40%;
        margin: 0 auto 55px; } }

.player-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .player-wrapper .list {
    width: 23.7%;
    margin-bottom: 18px; }
    .player-wrapper .list img {
      display: block; }
    .player-wrapper .list .photo {
      position: relative; }
      .player-wrapper .list .photo:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        background: url(../images/player_border.png) no-repeat;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        padding-top: 100%; }
    .player-wrapper .list:hover .photo:before {
      opacity: 1; }
  .player-wrapper .player-title {
    position: relative;
    z-index: 1;
    display: block;
    width: 60%;
    margin: 0px auto -10%; }
  @media (max-width: 991px) {
    .player-wrapper {
      max-width: 740px;
      margin: 0 auto; }
      .player-wrapper .list {
        width: 48.8%; } }

@media (max-width: 834px) {
  html, body {
    width: 834px;
    max-width: 100%;
    min-width: 375px; } }
@media (max-width: 767px) {
  .header {
    height: 11.4%; }
    .header .inner {
      padding-top: 6px; }
    .header .logo {
      display: block;
      width: 43.8%;
      height: 0;
      padding-top: 10.2%;
      margin: 0 auto; }
    .header .btn-wrapper {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 16;
      width: 100%;
      height: 100%;
      background: #D9E021;
      padding-top: 5.2%; }
      .header .btn-wrapper .btn {
        display: block;
        width: 39.7%;
        height: 0;
        padding-top: 10.7%;
        margin: 0 auto 20px; }
        .header .btn-wrapper .btn.btn1 {
          margin: 0 auto 20px; }
      .header .btn-wrapper .close {
        display: block;
        width: 9.7%;
        height: 0;
        background: url(../images/cross.png) no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center;
        padding-top: 8.2%;
        margin: 0 7.5% 100px auto; }
      .header .btn-wrapper .copyright {
        display: block;
        width: 60.2%;
        background: url(../images/copyright.png) no-repeat;
        -o-background-size: contain;
        background-size: contain;
        background-position: center;
        padding-top: 2.2%;
        margin: 10% auto 0; }
    .header .menu-btn {
      display: block;
      float: right;
      width: 9.7%;
      background: url(../images/menu_btn.png) no-repeat;
      -o-background-size: contain;
      background-size: contain;
      background-position: center;
      padding-top: 8.8%;
      margin-top: -10%; }
      .header .menu-btn:active {
        background-image: url(../images/menu_btn_active.png); }

  .cloud {
    background-size: 218%;
    background-attachment: initial; }

  .district-wrapper {
    padding-left: 1.8%;
    padding-right: 1.8%;
    padding-bottom: 8%; }
    .district-wrapper .title {
      display: block;
      width: 78.2%;
      margin: 0 auto 12.7%; }
    .district-wrapper .box {
      position: relative;
      width: 30.2%;
      height: 0;
      padding-top: 30.2%;
      margin-right: calc(4.7% - 6px); }
      .district-wrapper .box:nth-child(3n) {
        margin-right: 0; }
      .district-wrapper .box .d-title {
        position: absolute;
        top: 0;
        left: 50%;
        width: 58.6%;
        transform: translateX(-50%); }
      .district-wrapper .box .d-map {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .district-wrapper .box:hover .d-map {
        animation: box-map-m 2s infinite; }
    .district-wrapper .copyright {
      width: 60%;
      margin-top: 0;
      margin-bottom: 0; }

  .section-wrapper .sec-title {
    display: block;
    width: 46.6%;
    margin: -18% auto 7%; }
  .section-wrapper .sec-img {
    display: block;
    width: 85.9%;
    margin: 0 auto 15%; }
  .section-wrapper .back {
    width: 9.7%;
    height: 0;
    padding-top: 8.9%;
    margin-top: 0; }
  .section-wrapper .top {
    padding-top: 8%;
    margin-top: 0; }
  .section-wrapper .arrow {
    width: 12%;
    height: 0;
    padding-top: 10.7%; }
  .section-wrapper .bottom .inner {
    padding-top: 10%; }
  .section-wrapper .intro {
    width: 85.2%;
    font-size: 2.8vw; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .section-wrapper .intro {
      font-size: 18px; } }
@media (max-width: 767px) {
    .section-wrapper .intro .one-line {
      height: 9.2vw;
      max-width: initial;
      transform: translateX(-50%);
      margin-left: 50%; }
    .section-wrapper .intro .two-line {
      max-width: 98vw;
      height: 20.2vw;
      transform: translateX(-50%);
      margin-left: 50%; }
  .section-wrapper .more .title {
    font-size: 4.4vw; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .section-wrapper .more .title {
      font-size: 24px; } }

@media (max-width: 767px) {
  .welcome-wrapper {
    height: auto;
    min-height: calc(100% - 11%);
    padding: 10% 0 0; }
    .welcome-wrapper .text {
      width: 86%;
      font-size: 22px;
      padding: 15% 8% 65px;
      margin: 0 auto 10%; }
      .welcome-wrapper .text.expand {
        clip-path: inset(-13% -5% 0 -5%);
        -webkit-clip-path: inset(-13% -5% 0 -5%); }
      .welcome-wrapper .text .img-wrapper {
        width: 128%;
        margin: -28% auto 0 -14%; }
    .welcome-wrapper .date {
      width: 86%;
      margin: 0 auto 20px; }
    .welcome-wrapper .arrow {
      position: static; }
      .welcome-wrapper .arrow img {
        width: auto;
        height: 4vw;
        max-width: initial;
        animation: marquee 12s linear infinite; }
    .welcome-wrapper .yt {
      width: 87%;
      padding-top: 67.1%; }
      .welcome-wrapper .yt:before {
        pointer-events: none; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .welcome-wrapper {
      padding-top: 12%; }
      .welcome-wrapper .text {
        font-size: 18px;
        padding-bottom: 10%;
        margin-bottom: 7%; } }

/*# sourceMappingURL=style.css.map */
