@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff5858;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 56px;
}
.gotoheader a {
  display: inline-block;
  color: #90ff55;
}
.gotoheader a:hover {
  color: #ffdfa2;
}

body {
  background-color: #142d89;
  overflow-x: hidden;
}

.wrapper {
  width: 100vw;
  background-size: 120%;
  overflow: hidden;
  background-image: url(../../images/indexbg.jpg?v=20250701), url(../../images/bg_repeat.png?v=20250701);
  background-color: #142d89;
  background-position: top center, bottom center;
  background-repeat: no-repeat, repeat-y;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper {
    background-size: 120%;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    background-size: initial;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 39.6875%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 49.609375%;
  }
}
@media screen and (min-width: 1280px) {
  .header .container {
    padding-bottom: 39.6875%;
  }
}
@media screen and (min-width: 1600px) {
  .header .container {
    width: 1600px;
    height: 635px;
    padding-bottom: 0;
  }
}
.header .slogan {
  width: 37.1875%;
  height: 0;
  padding-bottom: 4.1875%;
  position: absolute;
  top: 83.3070866142%;
  left: 31.3125%;
  background-image: url(../../images/slogan.png?v=20250701);
  background-size: 100%;
  -webkit-animation: pulse 1.5s ease-in-out infinite;
          animation: pulse 1.5s ease-in-out infinite;
}
@media only screen and (orientation: portrait) {
  .header .slogan {
    width: 46.484375%;
    padding-bottom: 5.234375%;
    left: 26.640625%;
  }
}
@media screen and (min-width: 1280px) {
  .header .slogan {
    width: 37.1875%;
    padding-bottom: 4.1875%;
    left: 31.3125%;
  }
}
@media screen and (min-width: 1600px) {
  .header .slogan {
    left: 501px;
  }
}
.header .game_logo {
  width: 53.1875%;
  height: 0;
  padding-bottom: 9.5625%;
  position: absolute;
  top: 58.5826771654%;
  left: 23.375%;
  background-image: url(../../images/game_logo.png?v=20250701);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .game_logo {
    width: 66.484375%;
    padding-bottom: 11.953125%;
    left: 16.71875%;
  }
}
@media screen and (min-width: 1280px) {
  .header .game_logo {
    width: 53.1875%;
    padding-bottom: 9.5625%;
    left: 23.375%;
  }
}
@media screen and (min-width: 1600px) {
  .header .game_logo {
    left: 374px;
  }
}
.header .logo {
  width: 12.6875%;
  height: 0;
  padding-bottom: 7.0625%;
  position: absolute;
  top: 4.7244094488%;
  left: 24.6875%;
  z-index: 9;
  background: url(../../images/logo.png?v=20250701);
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 15.859375%;
    padding-bottom: 8.828125%;
    left: 18.359375%;
  }
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 55.6650246305%;
  display: block;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nav .container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
  }
}
.nav .navBtn {
  width: 75%;
  max-width: 1056px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (orientation: landscape) {
  .nav .navBtn {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .navBtn {
    width: 1056px;
  }
}
.nav .navBtn li {
  width: 50%;
  height: 0;
  padding-bottom: 25.946969697%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}
@media screen and (min-width: 576px) {
  .nav .navBtn li {
    width: 25%;
    padding-bottom: 12.9734848485%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li {
    width: 264px;
    height: 137px;
    padding-bottom: 0;
  }
}
.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}
.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -252px !important;
  }
}
.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -504px !important;
  }
}
.nav .navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn4 a {
    background-position-x: -756px !important;
  }
}
.nav .navBtn li.action a, .nav .navBtn li a:hover {
  background-image: url(../../images/navbtn_action.png?v=20250701);
}
.nav .navBtn li a {
  width: 95.4545454545%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 47.3484848485%;
  display: block;
  background-image: url(../../images/navbtn.png?v=20250701);
  background-size: 400% 100%;
}
@media screen and (min-width: 1280px) {
  .nav .navBtn li a {
    width: 252px;
    height: 125px;
  }
}
.content {
  width: 100%;
}
.content .container {
  width: 100%;
  max-width: 1198px;
  margin: -40px auto 0 auto;
  padding: calc(160 / 1198 * 100%) calc(110 / 1198 * 100% + 1.25em) 0 calc(110 / 1198 * 100% + 1.25em);
  border: 5px solid transparent;
  border-radius: 20px;
  background: transparent;
}
@media screen and (min-width: 1280px) {
  .content .container {
    padding: 160px 120px 0 120px;
  }
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
  }
}
.content .containerBg {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
}
.content .containerBg--top {
  width: 100%;
  max-width: 1198px;
  aspect-ratio: 1198/290;
  background-image: url("../../images/cont_top.png?v=20250701");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.content .containerBg--top::before {
  content: "";
  display: block;
  width: 63.3555926544%;
  aspect-ratio: 759/169;
  background-image: url("../../images/cont_top_object.png?v=20250701");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
.content .containerBg--middle {
  width: 100%;
  max-width: 1198px;
  height: 100%;
  background-image: url("../../images/cont_repeat.png?v=20250701");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat repeat;
}
.content .containerBg--bottom {
  width: 100%;
  max-width: 1198px;
  aspect-ratio: 1198/156;
  background-image: url("../../images/cont_end.png?v=20250701");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.content .container * {
  position: relative;
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 276px;
  width: 60%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  color: #57d0ff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-0 - 5px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #0051ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 81, 255, 0)), color-stop(20%, #4d85ff), color-stop(40%, #0051ff), color-stop(60%, #0051ff), color-stop(80%, #4d85ff), to(rgba(0, 81, 255, 0)));
  background-image: linear-gradient(to left, rgba(0, 81, 255, 0) 0%, #4d85ff 20%, #0051ff 40%, #0051ff 60%, #4d85ff 80%, rgba(0, 81, 255, 0) 100%);
  color: #fff;
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}
.content ol a,
.content ul a, .content p a {
  color: #2affff;
  text-decoration: none;
}
.content ol a:hover,
.content ul a:hover, .content p a:hover {
  color: #57fb25;
}
.content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.content__btn div {
  width: 10rem;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 100%;
  border-radius: 30px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #009623), to(#00fc3b));
  background: linear-gradient(to top, #009623 30%, #00fc3b 100%);
  color: #fff;
}
.content__btn div a {
  width: 100%;
  display: block;
  background: #1a6aff; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #1a6aff), to(#679cff));
  background: linear-gradient(to bottom, #1a6aff 20%, #679cff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: rgba(209, 223, 250, 0.9);
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.item__box {
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  -webkit-box-shadow: 0 0 5px #4b60ff;
          box-shadow: 0 0 5px #4b60ff;
  border: 1px solid #4b60ff;
  background-color: #001298;
}
.item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#1833ff), color-stop(20%, #4b60ff), color-stop(80%, #4b60ff), to(#1833ff));
  background: linear-gradient(to right, #1833ff 0%, #4b60ff 20%, #4b60ff 80%, #1833ff 100%);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
  line-height: 1.25em;
}
.item__box-img {
  border-radius: 0;
}
.item__box-img p {
  width: 100%;
}
.item__box-get {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  color: #fff;
}
.item__box--2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1d8ff3), to(#4da7f6));
  background: linear-gradient(to top, #1d8ff3 0%, #4da7f6 100%);
  -webkit-box-shadow: 0 0 5px #44a8ff;
          box-shadow: 0 0 5px #44a8ff;
}
.item__box--2 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#1190ff), color-stop(20%, #44a8ff), color-stop(80%, #44a8ff), to(#1190ff));
  background: linear-gradient(to right, #1190ff 0%, #44a8ff 20%, #44a8ff 80%, #1190ff 100%);
  color: #fff;
}
.item__box--2 .item__box-get {
  color: rgba(209, 231, 250, 0.9);
}
.item__box--2 .item__box-img {
  background: inherit;
}
.item__box--3 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7d160), to(#f9df91));
  background: linear-gradient(to top, #f7d160 0%, #f9df91 100%);
  -webkit-box-shadow: 0 0 5px #ffe28b;
          box-shadow: 0 0 5px #ffe28b;
}
.item__box--3 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#ffd558), color-stop(20%, #ffe28b), color-stop(80%, #ffe28b), to(#ffd558));
  background: linear-gradient(to right, #ffd558 0%, #ffe28b 20%, #ffe28b 80%, #ffd558 100%);
  color: #664d00;
}
.item__box--3 .item__box-img {
  background: inherit;
}
.item__box--3 .item__box-get {
  color: #4d3900;
}