@charset "UTF-8";
@import url(/FantasyCardland/style/css/header.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;
}

img {
  display: block;
  max-width: 100%;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

/* ================= 內容 ================= */
.line {
  width: 96%;
  max-width: 1200px;
  height: 2px;
  margin: 0 auto;
  background-color: #efeaee;
}
@media screen and (min-width: 992px) {
  .line {
    width: 98%;
  }
}
@media screen and (min-width: 1280px) {
  .line {
    width: 100%;
  }
}

.content {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.content .container {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.content .container_text {
  width: 90%;
  max-width: 1200px;
  margin: 9% auto 3% auto;
  color: #476798;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  .content .container_text {
    padding: 0;
  }
}
.content .container_text p {
  font-size: 0.9em;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.content .container_text p a {
  text-decoration: underline;
}
.content .container_text p a:hover {
  color: #009bff;
}
.content .container_news {
  width: 90%;
  max-width: 1200px;
  margin: 13% auto 3% auto;
  color: #476798;
  padding-top: 2%;
  min-height: 500px;
}
@media screen and (min-width: 768px) {
  .content .container_news {
    margin: 9% auto 3% auto;
  }
}
.content .container_news > ul {
  width: 100%;
  height: 100%;
  background-color: #e2fcff;
  margin-bottom: 4%;
}
.content .container_news > ul li {
  list-style: none;
  min-height: 400px;
}
@media screen and (min-width: 768px) {
  .content .container_news > ul li {
    min-height: 500px;
  }
}
.content .container_news > ul li .text {
  padding: 0 2% 2% 2%;
}
.content .container_news > ul li .text p {
  font-size: 0.9em;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.content .container_news > ul li .text img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content .container_news > ul li .text img {
    width: 20%;
    margin: 0;
  }
}
.content .container_news > ul.newsitems {
  width: 100%;
  height: auto;
  background-color: #e2fcff;
  margin-bottom: 4%;
}
.content .container_news > ul.newsitems li {
  list-style: none;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2%;
  border-bottom: 1px solid #73d1f5;
}
.content .container_news > ul.newsitems li:last-child {
  border-bottom: none;
}
.content .container_news > ul.newsitems li .icon {
  background-color: #ff6a8f;
  color: #fff;
  border-radius: 50px;
  font-size: 0.8em;
  padding: 0 10px;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .content .container_news > ul.newsitems li .icon {
    padding: 0 12px;
    line-height: 28px;
  }
}
.content .container_news > ul.newsitems li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
  color: #573db4;
  font-weight: 100;
  line-height: 18px;
  padding: 2% 0;
}
.content .container_news > ul.newsitems li a:hover {
  color: #9c00ff;
  text-decoration: underline;
}
.content .container_news > ul.newsitems li a span {
  padding: 0 14px;
}
.content .container_news_footer {
  width: 100%;
  color: #4824d6;
}
.content .container_news_footer span {
  display: block;
  width: 100%;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content .container_news_footer span {
    text-align: left;
  }
}
.content .container_news_footer span a {
  color: #4824d6;
  text-decoration: underline;
}
.content .container_news_footer span a:hover {
  color: #9c00ff;
}
.content .container_box {
  max-width: 1200px;
  width: 90%;
  margin: 1% auto 3% auto;
  padding: 1.5% 2.5%;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .content .container_box {
    width: 100%;
    margin: 1% auto 2% auto;
  }
}
.content .container h3 {
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  color: #4824d6;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: 1em 0 0.5em 0;
  font-weight: bold;
}

.first_block {
  width: 100%;
  margin-bottom: 1%;
}
.first_block .container {
  max-width: 1200px;
  margin: 0 auto 5% auto;
  padding: 2%;
}
@media screen and (min-width: 1280px) {
  .first_block .container {
    padding: 2% 0;
    margin: 0 auto 1% auto;
  }
}
.first_block .container .slogan {
  width: 100%;
  height: 0;
  padding-bottom: 22%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
@media only screen and (orientation: portrait) {
  .first_block .container .slogan {
    padding-bottom: 32%;
  }
}

.second_block,
.third_block {
  width: 100%;
  margin-bottom: 1%;
}
.second_block .container,
.third_block .container {
  max-width: 1200px;
  margin: 0 auto 7% auto;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .second_block .container,
  .third_block .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .second_block .container,
  .third_block .container {
    padding: 2% 0;
    margin: 0 auto 1% auto;
  }
}
.second_block .container .content,
.third_block .container .content {
  width: 100%;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .second_block .container .content,
  .third_block .container .content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .second_block .container .content,
  .third_block .container .content {
    width: 45%;
    padding-right: 3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.second_block .container .content .paragraph,
.third_block .container .content .paragraph {
  width: 100%;
}
.second_block .container .content .paragraph .title,
.third_block .container .content .paragraph .title {
  width: 100%;
  height: 0;
  padding-bottom: 9%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 1%;
}
@media screen and (min-width: 576px) {
  .second_block .container .content .paragraph .title,
  .third_block .container .content .paragraph .title {
    padding-bottom: 13%;
  }
}
@media screen and (min-width: 768px) {
  .second_block .container .content .paragraph .title,
  .third_block .container .content .paragraph .title {
    padding-bottom: 11.5%;
  }
}
.second_block .container .content .paragraph .title2,
.third_block .container .content .paragraph .title2 {
  margin-top: 6%;
}
@media screen and (min-width: 576px) {
  .second_block .container .content .paragraph .title2,
  .third_block .container .content .paragraph .title2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .second_block .container .content .paragraph .title2,
  .third_block .container .content .paragraph .title2 {
    margin-top: 6%;
  }
}
.second_block .container .content .paragraph p,
.third_block .container .content .paragraph p {
  width: 100%;
  color: #476798;
  font-size: 16px;
  line-height: 26px;
  padding: 0 2%;
}
.second_block .container .pic,
.third_block .container .pic {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  border-radius: 20px;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .second_block .container .pic,
  .third_block .container .pic {
    width: 73%;
    padding-bottom: 24.5%;
    margin-bottom: 0;
  }
}
.second_block .container .pic1,
.third_block .container .pic1 {
  background-image: url(/FantasyCardland/images/games/tien_len_1.jpg?v=20241120);
}
.second_block .container .pic2,
.third_block .container .pic2 {
  background-image: url(/FantasyCardland/images/games/paw_duel_1.jpg?v=20241120);
}

.fourth_block {
  width: 100%;
  margin-bottom: 1%;
}
.fourth_block .container {
  max-width: 1200px;
  margin: 0 auto 4% auto;
  padding: 2%;
}
@media screen and (min-width: 1280px) {
  .fourth_block .container {
    padding: 2% 0;
    margin: 0 auto 1% auto;
  }
}
.fourth_block .container .title {
  width: 100%;
  height: 0;
  padding-bottom: 10%;
  margin-bottom: 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .fourth_block .container .title {
    padding-bottom: 6.5%;
  }
}
@media screen and (min-width: 1280px) {
  .fourth_block .container .title {
    padding-bottom: 5%;
  }
}
.fourth_block .container ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .fourth_block .container ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.fourth_block .container ul li {
  list-style: none;
  width: 100%;
  display: block;
  margin-bottom: 4%;
  padding: 1% 1% 3% 1%;
  border-right: none;
  border-bottom: 4px dotted #efeaee;
}
.fourth_block .container ul li:last-child {
  border-bottom: none;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .fourth_block .container ul li {
    width: 32%;
    margin-bottom: 0;
    padding: 1% 3% 1% 1%;
    border-right: 4px dotted #efeaee;
    border-bottom: none;
  }
}
.fourth_block .container ul li p {
  width: 100%;
  color: #476798;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fourth_block .container ul li a {
  width: 100%;
  display: inline-block;
  text-align: right;
  color: #476798;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}
.fourth_block .container ul li a:hover {
  color: #9c00ff;
}

.fifth_block {
  width: 100%;
  margin-bottom: 1%;
}
.fifth_block .container {
  max-width: 1200px;
  margin: 0 auto 7% auto;
  padding: 2%;
}
@media screen and (min-width: 1280px) {
  .fifth_block .container {
    padding: 2% 0;
    margin: 0 auto 1% auto;
  }
}
.fifth_block .container .linkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .fifth_block .container .linkbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.fifth_block .container .linkbox .logo {
  width: 98%;
  height: 0;
  padding-bottom: 37%;
  margin-bottom: 2%;
  background-image: url(/FantasyCardland/images/logo.png?v=20241120);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .fifth_block .container .linkbox .logo {
    width: 44%;
    padding-bottom: 17%;
    margin-bottom: 0;
  }
}
.fifth_block .container .linkbox .qrcode {
  width: 33%;
  height: 0;
  padding-bottom: 33%;
  background-image: url(/FantasyCardland/images/qrcode.png?v=20241120);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .fifth_block .container .linkbox .qrcode {
    width: 18%;
    padding-bottom: 18%;
  }
}
.fifth_block .container .linkbox .icon {
  width: 51%;
  height: 0;
  padding-bottom: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fifth_block .container .linkbox .icon {
    width: 22%;
    padding-bottom: 15%;
  }
}
.fifth_block .container .linkbox .icon div {
  width: 90%;
  height: 0;
  padding-bottom: 32%;
}
@media screen and (min-width: 768px) {
  .fifth_block .container .linkbox .icon div {
    width: 100%;
    padding-bottom: 36%;
  }
}
.fifth_block .container .linkbox .icon div.app-store {
  background-image: url(/FantasyCardland/images/icon_app-store.png?v=20241120);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.fifth_block .container .linkbox .icon div.app-store:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.fifth_block .container .linkbox .icon div.app-store.grey {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.fifth_block .container .linkbox .icon div.google-play {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.fifth_block .container .linkbox .icon div.google-play:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.fifth_block .container .linkbox .icon div.google-play.grey {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.fifth_block .container .linkbox .icon div a {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fifth_block .container .linkbox .icon div a {
    padding-bottom: 40%;
  }
}

.sixth_block {
  width: 100%;
  margin-bottom: 1%;
}
.sixth_block .container {
  max-width: 1200px;
  margin: 0 auto 7% auto;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sixth_block .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .sixth_block .container {
    padding: 2% 0;
    margin: 0 auto 3% auto;
  }
}
.sixth_block .container .pic {
  width: 100%;
}
.sixth_block .container .pic1 {
  padding-right: 0;
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .sixth_block .container .pic1 {
    padding-right: 2.5%;
    padding-bottom: 0;
  }
}
.sixth_block .container .pic img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sixth_block .container .pic {
    width: auto;
  }
}

.gameintroduction {
  width: 90%;
  max-width: 1200px;
  margin: 13% auto 3% auto;
  padding: 1% 0;
}
@media screen and (min-width: 768px) {
  .gameintroduction {
    margin: 9% auto 3% auto;
  }
}
.gameintroduction .title {
  width: 100%;
  height: 0;
  padding-bottom: 12%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .gameintroduction .title {
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 420px) {
  .gameintroduction .title {
    padding-bottom: 15%;
  }
}
.gameintroduction .title2, .gameintroduction .title3 {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .gameintroduction .title2, .gameintroduction .title3 {
    margin-top: 6%;
  }
}
.gameintroduction ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6%;
}
@media screen and (min-width: 768px) {
  .gameintroduction ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -3%;
  }
}
.gameintroduction ul li {
  list-style: none;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .gameintroduction ul li {
    width: 25%;
  }
}
.gameintroduction ul li a.game {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 155%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.gameintroduction ul li a.game1 {
  background-image: url(/FantasyCardland/images/games/tien_len.png?v=20241120);
}
.gameintroduction ul li a.game2 {
  background-image: url(/FantasyCardland/images/games/paw_duel.png?v=20241120);
}
.gameintroduction ul li a.game3 {
  background-image: url(/FantasyCardland/images/games/fivepk.png?v=20241120);
}
.gameintroduction ul li a.game4 {
  background-image: url(/FantasyCardland/images/games/lucky_star.png?v=20241120);
}
.gameintroduction ul li a.game5 {
  background-image: url(/FantasyCardland/images/games/crazy_hunter.png?v=20241120);
}
.gameintroduction ul li a.game6 {
  background-image: url(/FantasyCardland/images/games/happy_fishing.png?v=20241120);
}
.gameintroduction ul li a.game7 {
  background-image: url(/FantasyCardland/images/games/dragon_hammer.png?v=20241120);
}
.gameintroduction ul li a.game8 {
  background-image: url(/FantasyCardland/images/games/peal_bubble.png?v=20241120);
}
.gameintroduction ul li a.game:hover {
  -webkit-animation: pulse 0.8s infinite;
          animation: pulse 0.8s infinite;
}
@media screen and (min-width: 768px) {
  .gameintroduction ul li a.game {
    padding-bottom: 130%;
  }
}
.gameintroduction_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .gameintroduction_box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gameintroduction_box .text {
  width: 100%;
  padding-right: 0;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .text {
    width: 37%;
    padding-right: 3%;
    margin-top: 0;
  }
}
.gameintroduction_box .text .paragraph {
  width: 100%;
  margin-bottom: 8%;
}
.gameintroduction_box .text .paragraph .title {
  width: 100%;
  height: 0;
  padding-bottom: 9%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .text .paragraph .title {
    padding-bottom: 11.5%;
  }
}
@media screen and (max-width: 420px) {
  .gameintroduction_box .text .paragraph .title {
    padding-bottom: 12%;
  }
}
.gameintroduction_box .text .paragraph .title2 {
  margin-top: 6%;
}
@media screen and (min-width: 576px) {
  .gameintroduction_box .text .paragraph .title2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .text .paragraph .title2 {
    margin-top: 6%;
  }
}
.gameintroduction_box .text .paragraph p {
  width: 100%;
  color: #476798;
  font-size: 16px;
  line-height: 26px;
  padding: 0 2%;
  margin-bottom: 2%;
}
.gameintroduction_box .text .paragraph p span {
  font-weight: bold;
  margin-right: 5px;
}
.gameintroduction_box .text .paragraph ol {
  margin-left: 1.5em;
}
.gameintroduction_box .text .paragraph ol li {
  color: #476798;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2%;
}
.gameintroduction_box .picbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .picbox {
    width: 61.5%;
  }
}
.gameintroduction_box .picbox .pic {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  border-radius: 20px;
}
.gameintroduction_box .picbox .pic:first-child {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .picbox .pic:first-child {
    margin-bottom: 7%;
  }
}
.gameintroduction_box .picbox .pic.tien_len_1 {
  padding-bottom: 40%;
  background-image: url(/FantasyCardland/images/games/tien_len_1.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.tien_len_2 {
  padding-bottom: 40%;
  background-image: url(/FantasyCardland/images/games/tien_len_2.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.paw_duel_1 {
  padding-bottom: 40%;
  background-image: url(/FantasyCardland/images/games/paw_duel_1.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.paw_duel_2 {
  padding-bottom: 40%;
  background-image: url(/FantasyCardland/images/games/paw_duel_2.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.fivepk_1 {
  padding-bottom: 56%;
  background-image: url(/FantasyCardland/images/games/fivepk_1.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.fivepk_2 {
  padding-bottom: 56%;
  background-image: url(/FantasyCardland/images/games/fivepk_2.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.lucky_star_1 {
  padding-bottom: 56%;
  background-image: url(/FantasyCardland/images/games/lucky_star_1.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.lucky_star_2 {
  padding-bottom: 56%;
  background-image: url(/FantasyCardland/images/games/lucky_star_2.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.crazy_hunter_1 {
  padding-bottom: 122%;
  background-image: url(/FantasyCardland/images/games/crazy_hunter_1.jpg?v=20241120);
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .picbox .pic.crazy_hunter_1 {
    padding-bottom: 118%;
  }
}
.gameintroduction_box .picbox .pic.crazy_hunter_2 {
  padding-bottom: 122%;
  background-image: url(/FantasyCardland/images/games/crazy_hunter_2.jpg?v=20241120);
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .picbox .pic.crazy_hunter_2 {
    padding-bottom: 118%;
  }
}
.gameintroduction_box .picbox .pic.happy_fishing_1 {
  padding-bottom: 56%;
  background-image: url(/FantasyCardland/images/games/happy_fishing_1.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.happy_fishing_2 {
  padding-bottom: 56%;
  background-image: url(/FantasyCardland/images/games/happy_fishing_2.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.dragon_hammer_1 {
  padding-bottom: 40%;
  background-image: url(/FantasyCardland/images/games/dragon_hammer_1.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.dragon_hammer_2 {
  padding-bottom: 40%;
  background-image: url(/FantasyCardland/images/games/dragon_hammer_2.jpg?v=20241120);
}
.gameintroduction_box .picbox .pic.peal_bubble_1 {
  padding-bottom: 121%;
  background-image: url(/FantasyCardland/images/games/peal_bubble_1.jpg?v=20241120);
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .picbox .pic.peal_bubble_1 {
    padding-bottom: 117%;
  }
}
.gameintroduction_box .picbox .pic.peal_bubble_2 {
  padding-bottom: 121%;
  background-image: url(/FantasyCardland/images/games/peal_bubble_2.jpg?v=20241120);
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .picbox .pic.peal_bubble_2 {
    padding-bottom: 117%;
  }
}
.gameintroduction_box .picbox_straight {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.gameintroduction_box .picbox_straight .pic:first-child {
  margin-bottom: 0;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .gameintroduction_box .picbox_straight .pic:first-child {
    margin-right: 6%;
  }
}
.gameintroduction h5 {
  text-align: center;
  font-size: 1.1em;
  line-height: 24px;
  margin-bottom: 3%;
  color: #476798;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  .gameintroduction h5 {
    font-size: 1.3em;
    line-height: 34px;
    margin-top: 0;
  }
}
.gameintroduction .gotoback {
  width: 100%;
  margin-top: 2%;
  color: #4824d6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gameintroduction .gotoback {
    text-align: left;
  }
}
.gameintroduction .gotoback a {
  color: #4824d6;
  text-decoration: underline;
  text-transform: uppercase;
}
.gameintroduction .gotoback a:hover {
  color: #9c00ff;
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.wrapper.kh .first_block .slogan {
  background-image: url(/FantasyCardland/images/slogan_kh.png?v=20241120);
}
@media only screen and (orientation: portrait) {
  .wrapper.kh .first_block .slogan {
    background-image: url(/FantasyCardland/images/slogan_mobile_kh.png?v=20241120);
  }
}
.wrapper.kh .second_block .paragraph .title1,
.wrapper.kh .third_block .paragraph .title1 {
  background-image: url(/FantasyCardland/images/title1_kh.png?v=20241120);
}
.wrapper.kh .second_block .paragraph .title2,
.wrapper.kh .third_block .paragraph .title2 {
  background-image: url(/FantasyCardland/images/title2_kh.png?v=20241120);
}
.wrapper.kh .fourth_block .title {
  background-image: url(/FantasyCardland/images/title_news_kh.png?v=20241120);
}
.wrapper.kh .fifth_block .icon div.google-play {
  background-image: url(/FantasyCardland/images/icon_google-play_kh.png?v=20241120);
}
.wrapper.kh .gameintroduction .title1 {
  background-image: url(/FantasyCardland/images/title5_kh.png?v=20241120);
}
.wrapper.kh .gameintroduction .title2 {
  background-image: url(/FantasyCardland/images/title6_kh.png?v=20241120);
}
.wrapper.kh .gameintroduction .title3 {
  background-image: url(/FantasyCardland/images/title7_kh.png?v=20241120);
}
.wrapper.kh .gameintroduction .title4 {
  background-image: url(/FantasyCardland/images/title2_kh.png?v=20241120);
}
.wrapper.kh .gameintroduction .title5 {
  background-image: url(/FantasyCardland/images/title3_kh.png?v=20241120);
}
.wrapper.kh .gameintroduction .title6 {
  background-image: url(/FantasyCardland/images/title4_kh.png?v=20241120);
}
.wrapper.en .first_block .slogan {
  background-image: url(/FantasyCardland/images/slogan_en.png?v=20241120);
}
@media only screen and (orientation: portrait) {
  .wrapper.en .first_block .slogan {
    background-image: url(/FantasyCardland/images/slogan_mobile_en.png?v=20241120);
  }
}
.wrapper.en .second_block .paragraph .title1,
.wrapper.en .third_block .paragraph .title1 {
  background-image: url(/FantasyCardland/images/title1_en.png?v=20241120);
}
.wrapper.en .second_block .paragraph .title2,
.wrapper.en .third_block .paragraph .title2 {
  background-image: url(/FantasyCardland/images/title2_en.png?v=20241120);
}
.wrapper.en .fourth_block .title {
  background-image: url(/FantasyCardland/images/title_news_en.png?v=20241120);
}
.wrapper.en .fifth_block .icon div.google-play {
  background-image: url(/FantasyCardland/images/icon_google-play_en.png?v=20241120);
}
.wrapper.en .gameintroduction .title1 {
  background-image: url(/FantasyCardland/images/title5_en.png?v=20241120);
}
.wrapper.en .gameintroduction .title2 {
  background-image: url(/FantasyCardland/images/title6_en.png?v=20241120);
}
.wrapper.en .gameintroduction .title3 {
  background-image: url(/FantasyCardland/images/title7_en.png?v=20241120);
}
.wrapper.en .gameintroduction .title4 {
  background-image: url(/FantasyCardland/images/title2_en.png?v=20241120);
}
.wrapper.en .gameintroduction .title5 {
  background-image: url(/FantasyCardland/images/title3_en.png?v=20241120);
}
.wrapper.en .gameintroduction .title6 {
  background-image: url(/FantasyCardland/images/title4_en.png?v=20241120);
}

.table {
  border: 1px solid #4824d6;
  color: #4824d6;
  table-layout: fixed;
}
.table tr {
  background: none;
}
.table tr th {
  background: none;
  border: 1px solid #4824d6;
}
.table tr td {
  background: none;
  border: 1px solid #4824d6;
}

/* ================= footer ================= */
.footer-wrap {
  width: 100%;
  padding: 1em;
  background-color: #73d2f6;
  background-image: url(/FantasyCardland/images/footer_bg2.png?v=20241120), url(/FantasyCardland/images/footer_bg.jpg?v=20241120);
  background-size: 200% auto, auto 100%;
  background-position: bottom center, top center;
  background-repeat: no-repeat, no-repeat;
  padding: 5% 0 0.5% 0;
}
@media screen and (min-width: 768px) {
  .footer-wrap {
    background-size: 100% auto, 100% 100%;
    padding: 2% 0 0.5% 0;
  }
}
.footer-wrap .container {
  max-width: 1200px;
  margin: 0 auto 4% auto;
}
.footer-wrap .container ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-wrap .container ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 75%;
  }
}
.footer-wrap .container ul li {
  list-style: none;
  border-right: 1px solid #573db4;
  width: 47%;
  text-align: center;
  margin: 1% 0;
  padding: 5px 5px 5px 0;
}
.footer-wrap .container ul li:nth-child(even) {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .footer-wrap .container ul li {
    width: 25%;
    margin: 0 auto;
  }
  .footer-wrap .container ul li:nth-child(even) {
    border-right: 1px solid #573db4;
  }
  .footer-wrap .container ul li:last-child {
    border-right: none;
  }
}
.footer-wrap .container ul li a {
  color: #573db4;
  font-size: 0.8em;
  line-height: 18px;
  display: inline-block;
  padding: 0 2%;
}
.footer-wrap .container ul li a:hover {
  color: #9c00ff;
  text-decoration: underline;
}
.footer-wrap .trademark {
  width: 100%;
  padding: 4% 2%;
  color: #573db4;
  font-size: 0.8em;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .footer-wrap .trademark {
    padding: 1%;
    letter-spacing: 2px;
  }
}

/* ================= 彈跳視窗 ================= */
.popup--bg {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
  visibility: hidden;
}

.show {
  visibility: visible !important;
}

.popup {
  position: fixed;
  z-index: 130;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  top: 0;
  left: 0;
}
.popup-base {
  position: relative;
  width: 95%;
  left: 3%;
  top: 10%;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
  background-image: url(/FantasyCardland/images/pop/pop_bg.png?v=20241120);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  padding: 7% 4%;
}
@media screen and (min-width: 768px) {
  .popup-base {
    width: 80%;
    left: 11%;
    padding: 5% 4%;
  }
}
@media screen and (min-width: 992px) {
  .popup-base {
    width: 55%;
    left: 23%;
    padding: 3% 4%;
  }
}
.popup-base h4 {
  width: 80%;
  height: 0;
  padding-bottom: 5.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: absolute;
  top: 6%;
  margin: 0 auto;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .popup-base h4 {
    top: 8.5%;
  }
}
@media screen and (min-width: 992px) {
  .popup-base h4 {
    padding-bottom: 6%;
    top: 6.5%;
  }
}
@media screen and (max-width: 420px) {
  .popup-base h4 {
    top: 10.5%;
  }
}
.popup-base .container {
  width: 78%;
  margin: 10% auto 0 auto;
  min-height: auto;
}
@media screen and (min-width: 992px) {
  .popup-base .container {
    width: 81%;
  }
}
.popup-base .container::-webkit-scrollbar {
  width: 10px;
  margin: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}
.popup-base .container::-webkit-scrollbar-thumb {
  width: 8px;
  padding: 2px;
  background: rgba(167, 157, 241, 0.5);
  border-radius: 5px;
}
.popup-base a.btn-close {
  position: absolute;
  top: 5%;
  right: 3%;
  background-image: url(/FantasyCardland/images/pop/pop_x.png?v=20241120);
  display: block;
  width: 6%;
  height: 9%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .popup-base a.btn-close {
    top: 7%;
    width: 5%;
    height: 8%;
  }
}
@media screen and (min-width: 992px) {
  .popup-base a.btn-close {
    top: 5%;
    height: 9%;
  }
}
@media screen and (max-width: 420px) {
  .popup-base a.btn-close {
    top: 9%;
  }
}
.popup-base.memberpop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
}
.popup-base.memberpop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .popup-base.memberpop .container {
    margin-top: 13%;
  }
}
.popup-base.memberpop .pop_member_default {
  width: 19%;
  margin-bottom: 4.5%;
}
.popup-base.memberpop .pop_member_default img {
  -webkit-box-shadow: 4px 4px 6px rgba(24, 0, 129, 0.3);
          box-shadow: 4px 4px 6px rgba(24, 0, 129, 0.3);
  width: 100%;
}
.popup-base.memberpop .input {
  width: 60%;
  margin-bottom: 1%;
}
.popup-base.memberpop .input .pop_input {
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 4%;
  position: relative;
}
.popup-base.memberpop .input .pop_input1 {
  background-image: url(/FantasyCardland/images/pop/pop_inputbg1.png?v=20241120);
}
.popup-base.memberpop .input .pop_input2 {
  background-image: url(/FantasyCardland/images/pop/pop_inputbg2.png?v=20241120);
}
.popup-base.memberpop .input .pop_input input {
  width: 100%;
  background-color: transparent !important;
  border: none !important;
  color: #ffffff;
  outline: none;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  top: 16%;
  left: 0;
}
.popup-base.memberpop .input .pop_input input::-webkit-input-placeholder {
  color: #363636;
}
.popup-base.memberpop .input .pop_input input::-moz-placeholder {
  color: #363636;
}
.popup-base.memberpop .input .pop_input input:-ms-input-placeholder {
  color: #363636;
}
.popup-base.memberpop .input .pop_input input::-ms-input-placeholder {
  color: #363636;
}
.popup-base.memberpop .input .pop_input input::placeholder {
  color: #363636;
}
@media screen and (min-width: 768px) {
  .popup-base.memberpop .input .pop_input input {
    font-size: 1.3em;
    top: 12%;
  }
}
@media screen and (min-width: 992px) {
  .popup-base.memberpop .input .pop_input input {
    font-size: 1.4em;
    top: 18%;
  }
}
@media screen and (max-width: 420px) {
  .popup-base.memberpop .input .pop_input input {
    font-size: 0.8em;
    top: 12%;
  }
}
.popup-base.memberpop .pop_btn {
  width: 32%;
  height: 0;
  padding-bottom: 12%;
  background-image: url(/FantasyCardland/images/pop/pop_btn_en.png?v=20241120);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.popup-base.memberpop .pop_btn:hover {
  -webkit-filter: brightness(1.12);
          filter: brightness(1.12);
}
.popup-base.memberpop .pop_btn a {
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  display: inline-block;
  text-indent: -999px;
}
.popup-base.contactus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding: 10% 4%;
}
@media screen and (min-width: 768px) {
  .popup-base.contactus {
    padding: 10.5% 4%;
  }
}
@media screen and (min-width: 992px) {
  .popup-base.contactus {
    padding: 8% 4%;
  }
}
@media screen and (max-width: 420px) {
  .popup-base.contactus {
    padding: 11% 4%;
  }
}
.popup-base.contactus .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 0;
  padding-bottom: 34%;
  padding-top: 10%;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .popup-base.contactus .container {
    padding-bottom: 31%;
    padding-top: 12%;
  }
}
@media screen and (min-width: 992px) {
  .popup-base.contactus .container {
    padding-bottom: 29%;
    padding-top: 12%;
  }
}
@media screen and (max-width: 420px) {
  .popup-base.contactus .container {
    padding-bottom: 40%;
    padding-top: 10%;
  }
}
.popup-base.contactus p {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #7d00ff;
  line-height: 24px;
  white-space: nowrap;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .popup-base.contactus p {
    line-height: 28px;
    font-size: 1.1rem;
  }
}
.popup-base.contactus .btn_mail {
  width: 100%;
}
.popup-base.contactus .btn_mail a {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  color: #ffffff;
  text-shadow: 2px 2px #2155cd;
  font-size: 0.95rem;
  padding: 4% 7%;
  line-height: 28px;
  text-align: center;
  background-color: #00a0ff;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-box-shadow: 0px -3px 2px 2px #254fc7 inset, 0px 3px 2px 2px #88d4ff inset, 0px 4px 2px rgba(90, 64, 184, 0.4);
          box-shadow: 0px -3px 2px 2px #254fc7 inset, 0px 3px 2px 2px #88d4ff inset, 0px 4px 2px rgba(90, 64, 184, 0.4);
}
@media screen and (min-width: 768px) {
  .popup-base.contactus .btn_mail a {
    font-size: 1.05rem;
    padding: 4% 5%;
    max-width: 380px;
    -webkit-box-shadow: 0px -4px 3px 3px #254fc7 inset, 0px 4px 3px 3px #88d4ff inset, 0px 6px 4px rgba(90, 64, 184, 0.4);
            box-shadow: 0px -4px 3px 3px #254fc7 inset, 0px 4px 3px 3px #88d4ff inset, 0px 6px 4px rgba(90, 64, 184, 0.4);
  }
}
.popup-base.contactus .btn_mail a:hover {
  -webkit-filter: brightness(1.12);
          filter: brightness(1.12);
}

.wrapper.kh .popup .memberpop h4 {
  background-image: url(/FantasyCardland/images/pop/pop_title1_kh.png?v=20241120);
}
.wrapper.kh .popup .contactus h4 {
  background-image: url(/FantasyCardland/images/pop/pop_title2_kh.png?v=20241120);
}
.wrapper.en .popup .memberpop h4 {
  background-image: url(/FantasyCardland/images/pop/pop_title1_en.png?v=20241120);
}
.wrapper.en .popup .contactus h4 {
  background-image: url(/FantasyCardland/images/pop/pop_title2_en.png?v=20241120);
}