@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-point {
  color: #F19917;
}

.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 {
  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: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
  font-size: calc(13px + 2 * (100vw - 300px) / 1300);
}

.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;
  padding-bottom: 56px;
}
.gotoheader a {
  display: inline-block;
  color: hsl(262.7272727273, 130%, 61.1764705882%);
}
.gotoheader a:hover {
  color: hsl(202.7272727273, 130%, 76.1764705882%);
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: calc(16px + 2 * (100vw - 300px) / 1300);
}
@media screen and (min-width: 1400px) {
  body {
    background-size: inherit;
  }
}

.wrapper {
  width: 100vw;
  background-size: 100%;
  overflow: hidden;
  background-image: url(/Games/pg/images/indexbg01_mobile.jpg?v=20250514);
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .wrapper {
    background-image: url(/Games/pg/images/indexbg01.jpg?v=20250514);
    background-size: initial;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 102.8125%;
  position: relative;
  /*@include dir(portrait) {
  	padding-bottom: percentage($baseHeight / $basePWidth);
  }*/
}
@media screen and (min-width: 1280px) {
  .header .container {
    width: 1280px;
    height: 1000px;
    padding-bottom: 0;
  }
}
.header .logo {
  width: 120%;
  height: 0;
  padding-bottom: 49.96875%;
  position: absolute;
  top: 47.3055%;
  left: 1.8375%;
  z-index: 9;
  background-image: url(/Games/pg/images/logo.png?v=20250514);
  background-repeat: no-repeat;
  background-size: 100%;
  /*@include dir(portrait) {
  	width: percentage($logoW / $basePWidth);
  	padding-bottom: percentage($logoH / $basePWidth);
  	left: percentage(($logoLeft - 160) / $basePWidth);
  }*/
  /*a {
  	width: 100%;
  	height: 0;
  	padding-bottom: percentage($logoH / $logoW);
  	display: block;
  }*/
}
@media screen and (min-width: 1280px) {
  .header .logo {
    width: 1280px;
    height: 533px;
    padding-bottom: 0;
    top: 51.7%;
    left: 21%;
  }
}
.header .icon_appstore {
  width: 33.28125%;
  height: 0;
  padding-bottom: 9.609375%;
  position: absolute;
  top: 36.3221884498%;
  left: 33.359375%;
  z-index: 9;
  background-image: url(/Games/pg/images/btn_appstore_mobile.png?v=20250514);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .icon_appstore:hover {
  -webkit-filter: brightness(1.5);
}
.header .icon_appstore a {
  width: 100%;
  height: 0;
  padding-bottom: 28.8732394366%;
  display: block;
}
@media screen and (min-width: 1280px) {
  .header .icon_appstore {
    width: 263px;
    height: 77px;
    padding-bottom: 0;
    top: 542px;
    left: 395px;
    background-image: url(/Games/pg/images/btn_appstore.png?v=20250514);
  }
  .header .icon_appstore a {
    width: 100%;
    height: 0;
    padding-bottom: 29.2775665399%;
    display: block;
  }
}
.header .icon_googleplay {
  width: 33.4375%;
  height: 0;
  padding-bottom: 33.28125%;
  position: absolute;
  top: 47.1124620061%;
  left: 33.28125%;
  z-index: 9;
  background-image: url(/Games/pg/images/btn_googleplay_mobile.png?v=20250514);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .icon_googleplay:hover {
  -webkit-filter: brightness(1.5);
}
.header .icon_googleplay a {
  width: 100%;
  height: 0;
  padding-bottom: 99.5327102804%;
  display: block;
}
@media screen and (min-width: 1280px) {
  .header .icon_googleplay {
    width: 265px;
    height: 76px;
    padding-bottom: 0;
    top: 630px;
    left: 395px;
    background-image: url(/Games/pg/images/btn_googleplay.png?v=20250514);
  }
  .header .icon_googleplay a {
    width: 100%;
    height: 0;
    padding-bottom: 28.679245283%;
    display: block;
  }
}
.header .icon_shop {
  width: 33.28125%;
  height: 0;
  padding-bottom: 9.53125%;
  position: absolute;
  top: 57.9027355623%;
  left: 33.359375%;
  z-index: 9;
  background-image: url(/Games/pg/images/btn_shop_mobile.png?v=20250514);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header .icon_shop:hover {
  -webkit-filter: brightness(1.5);
}
.header .icon_shop a {
  width: 100%;
  height: 0;
  padding-bottom: 28.6384976526%;
  display: block;
}
@media screen and (min-width: 1280px) {
  .header .icon_shop {
    width: 265px;
    height: 76px;
    padding-bottom: 0;
    top: 718px;
    left: 395px;
    background-image: url(/Games/pg/images/btn_shop.png?v=20250514);
  }
  .header .icon_shop a {
    width: 100%;
    height: 0;
    padding-bottom: 28.679245283%;
    display: block;
  }
}
.header .QRCode {
  width: 27.65625%;
  height: 0;
  padding-bottom: 27.65625%;
  position: absolute;
  top: 69.0729483283%;
  left: 36.171875%;
  z-index: 9;
  background-image: url(/Games/pg/images/qrcode_mobile.png?v=20250514);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .header .QRCode {
    width: 205px;
    height: 205px;
    padding-bottom: 0;
    top: 566px;
    left: 686px;
    background-image: url(/Games/pg/images/qrcode.png?v=20250514);
  }
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #ffde32;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffde32), to(#f19917));
  background: linear-gradient(to bottom, #ffde32 0%, #f19917 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffde32", endColorstr="#f19917", GradientType=0);
  border-bottom: 1px solid #ffba00;
}
.nav .container {
  width: 100%;
  position: relative;
  padding-bottom: 0;
  /* Nav Style */
}
@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
    margin: 0 auto;
  }
}
.nav .container ul.navbar {
  position: relative;
  width: 100%;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .nav .container ul.navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav .container ul.navbar li {
  width: 100px;
  margin: 0 5%;
  text-align: center;
  font-weight: bold;
}
.nav .container ul.navbar li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #745829;
}
.nav .container ul.navbar li a:hover {
  color: #3a4ac8;
}
.nav .container ul.navbar li.action a {
  color: #3a4ac8;
  text-decoration: underline;
}
.nav .container ul.navbar li:first-child {
  position: relative;
  top: inherit;
  left: inherit;
  text-indent: -9999px;
  width: 10%;
  height: 0;
  padding-bottom: 3.5%;
  background-image: url(/Games/pg/images/logo_nav.png?v=20250514);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container ul.navbar li:first-child a {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  display: block;
}
.nav .container ul.navbar li:nth-child(2), .nav .container ul.navbar li:nth-child(3), .nav .container ul.navbar li:nth-child(4), .nav .container ul.navbar li:nth-child(5) {
  display: none;
}
@media screen and (min-width: 992px) {
  .nav .container ul.navbar li:nth-child(2), .nav .container ul.navbar li:nth-child(3), .nav .container ul.navbar li:nth-child(4), .nav .container ul.navbar li:nth-child(5) {
    display: block;
  }
}
.nav .container .ham-icon {
  display: block;
  position: absolute;
  width: 6%;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (min-width: 992px) {
  .nav .container .ham-icon {
    display: none;
  }
}
.nav .container .ham {
  z-index: 888;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  border-radius: 5px;
  display: block;
  position: relative;
}
.nav .container .ham-origin {
  position: absolute;
  top: 80%;
  left: 30%;
}
@media screen and (min-width: 576px) {
  .nav .container .ham-origin {
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-48%, -48%);
            transform: translate(-48%, -48%);
  }
}
.nav .container .ham-bar {
  height: 2px;
  width: 26px;
  position: absolute;
  background: white;
  margin: -1px 0 0 -13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 1px 1px #cc8528;
          box-shadow: 0px 1px 1px #cc8528;
}
.nav .container .ham-bar--top {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.nav .container .ham-bar--bottom {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.nav .container #nav-toggle {
  display: none;
}
.nav .container #nav-toggle:checked ~ .ham .ham-bar--middle {
  opacity: 0;
}
.nav .container #nav-toggle:checked ~ .ham .ham-bar--top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav .container #nav-toggle:checked ~ .ham .ham-bar--bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav .container .menu {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 22% 5em 5em 5em;
  background: rgba(0, 0, 0, 0.85);
  /* 用 translate 把選單藏到畫面右邊去 */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.nav .container .menu ul li {
  width: 100%;
  display: block !important;
}
.nav .container .menu ul li a {
  color: #ffde32;
}
.nav .container .menu ul li a:hover {
  color: #fff;
}
.nav .container .menu ul li:first-child {
  text-indent: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  background-image: none;
}
.nav .container .menu ul li:first-child a {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: block;
}
.nav .container #nav-toggle:checked ~ .menu {
  -webkit-transform: none;
          transform: none;
}
.nav .container .menu-list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 90%;
}
.nav .container .menu-item + .menu-item {
  margin-top: 20px;
}
.nav .container .menu-link {
  font-size: calc(19px + 13 * (100vw - 300px) / 980);
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
  color: #d374ff;
}
.nav .container .menu-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* ================= 內頁 ================= */
.wrapper_page {
  background-image: none;
  background-color: #1a347d;
  background-repeat: repeat-y;
  background-position: center;
  background-image: url(/Games/pg/images/page_bg.jpg?v=20250514);
  background-size: 100%;
}
.wrapper_page .header {
  height: 0;
  padding-bottom: 16.5%;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/Games/pg/images/page_header.jpg?v=20250514);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}
.content:has(.tab_container) .container_top {
  margin: 12vw auto 0 auto;
}
@media screen and (min-width: 992px) {
  .content:has(.tab_container) .container_top {
    margin: 100px auto 0 auto;
  }
}
.content:has(.tab_container) .container {
  min-height: 50vh;
}
.content:has(.tab_container) .text_container {
  max-width: 1200px;
  padding: 0 1.5em 0em 1.5em;
  margin-top: -50px;
}
@media screen and (min-width: 576px) {
  .content:has(.tab_container) .text_container {
    padding: 0 2em 0em 2em;
  }
}
@media screen and (min-width: 768px) {
  .content:has(.tab_container) .text_container {
    padding: 0 3em 0em 3em;
  }
}
@media screen and (min-width: 1280px) {
  .content:has(.tab_container) .text_container {
    padding: 0 2em 0em 2em;
  }
}
.content > .container {
  position: relative;
  width: 100%;
  color: #fff;
  background: url(/Games/pg/images/page_bg_repeat.png?v=20250514);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 137%;
  padding-bottom: 0;
  overflow: initial;
  container-type: inline-size;
}
@media screen and (min-width: 1400px) {
  .content > .container {
    background-size: auto;
  }
}
.content > .container_top {
  width: 100%;
  height: 0;
  padding-bottom: 6%;
  margin: 2% auto 0 auto;
  background: url(/Games/pg/images/page_bg_top.png?v=20250514);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 137%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 1400px) {
  .content > .container_top {
    background-size: auto;
    height: 86px;
    padding-bottom: 0;
  }
}
.content > .container_bottom {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  margin-bottom: 2%;
  background: url(/Games/pg/images/page_bg_bottom.png?v=20250514);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 137%;
}
@media screen and (min-width: 1400px) {
  .content > .container_bottom {
    background-size: auto;
    height: 320px;
    padding-bottom: 0;
  }
}
.content > .container .h3_style {
  margin: 0 auto;
  margin-top: -6.1428571429%;
}
@media screen and (min-width: 1400px) {
  .content > .container .h3_style {
    margin-top: -86px;
  }
}
.content > .container .h3_style img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
.content .text_container {
  width: calc(100% - 16px);
  max-width: 960px;
  margin: 0 auto;
  word-break: break-all;
  padding: 2.5em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
}
.content .text_container h5 {
  font-size: 26px;
  line-height: 1.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#19337D), to(#2D5DE3));
  background-image: linear-gradient(to bottom, #19337D 0%, #2D5DE3 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .content .text_container h5 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .content .text_container h5 {
    font-size: 52px;
  }
}
.content .textarea {
  resize: none;
  border: transparent;
  outline: none;
  width: 95%;
  margin: 0 auto 30px auto;
  padding: 0;
  display: block;
  line-height: 1.5em;
  color: #000;
  background-color: transparent;
}
.content .tab_container {
  width: 91.8%;
  max-width: 1286px;
  margin: 0 auto;
  container-type: inline-size;
  margin-top: -50px;
  margin-top: -3.2714285714vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 1400px) {
  .content .tab_container {
    margin-top: -50px;
  }
}
.content > h3 {
  width: 100%;
}
.content > h3 img {
  display: block;
  max-width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .content > h3 img {
    max-width: 100%;
  }
}
.content h4 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.content h4 img {
  width: 90%;
  max-width: 686px;
  display: block;
  margin: 0 auto;
}
.content p a {
  color: #00a0fd;
  text-decoration: underline;
}
.content p a:hover {
  color: #ff20cf;
}
.content ol a,
.content ul a {
  color: #fde400;
  text-decoration: underline;
}
.content ol a:hover,
.content ul a:hover {
  color: #ff20cf;
}
.content .content_box01 {
  width: 100%;
  height: 0;
  padding-bottom: 102.8125%;
  position: relative;
  background-image: url(/Games/pg/images/indexbg02_mobile.jpg?v=20250514);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .content .content_box01 {
    height: 1000px;
    padding-bottom: 0;
    background-size: auto;
    background-image: url(/Games/pg/images/indexbg02.jpg?v=20250514);
  }
}
.content .content_box01 h4 {
  padding-top: 5%;
}
@media screen and (min-width: 1280px) {
  .content .content_box01 h4 {
    padding-top: 64px;
  }
}
.content .content_box01 .fanbox {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.content .content_box01 .fanbox .panel {
  width: 100%;
  height: 0;
  padding-bottom: 71.2284482759%;
  background-image: url(/Games/pg/images/fb_panel.png?v=20250514);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .content .content_box01 .fanbox .panel {
    width: 928px;
    height: 661px;
    padding-bottom: 0;
  }
}
.content .content_box01 .fanbox .panel .fb-page {
  width: 60vw !important;
  height: 50vw !important;
  margin: 7.7586206897% auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  .content .content_box01 .fanbox .panel .fb-page {
    width: 500px !important;
    height: 500px !important;
  }
}
.content .content_box01 .fanbox .panel .fb-page .fb_iframe_widget iframe {
  width: 60vw !important;
  height: 50vw !important;
}
@media screen and (min-width: 992px) {
  .content .content_box01 .fanbox .panel .fb-page .fb_iframe_widget iframe {
    width: 500px !important;
    height: 500px !important;
  }
}
.content .content_box01 .fanbox .qdoll01 {
  width: 399px;
  height: 570px;
  background-image: url(/Games/pg/images/qdoll01.png?v=20250514);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 8%;
  left: -11.5%;
  display: none;
}
@media screen and (min-width: 1280px) {
  .content .content_box01 .fanbox .qdoll01 {
    display: block;
  }
}
.content .content_box01 .fanbox .qdoll02 {
  width: 399px;
  height: 570px;
  padding-bottom: 35%;
  background-image: url(/Games/pg/images/qdoll02.png?v=20250514);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 9%;
  left: 76.5%;
  display: none;
}
@media screen and (min-width: 1280px) {
  .content .content_box01 .fanbox .qdoll02 {
    display: block;
  }
}
.content .content_box02 {
  width: 100%;
  height: 0;
  padding-bottom: 102.8125%;
  position: relative;
  background-image: url(/Games/pg/images/indexbg03_mobile.jpg?v=20250514);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  margin: -1px 0;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 {
    height: 785px;
    padding-bottom: 0;
    background-size: auto;
    background-image: url(/Games/pg/images/indexbg03.jpg?v=20250514);
  }
}
@media screen and (min-width: 1400px) {
  .content .content_box02 {
    height: 1000px;
    padding-bottom: 0;
    background-size: initial;
  }
}
.content .content_box02 h4 {
  padding-top: 3%;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 h4 {
    padding-top: 1%;
  }
}
.content .content_box02 .introduce {
  width: 100%;
  position: relative;
}
.content .content_box02 .introduce__item {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: transparent;
  position: relative;
  border: 0;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce__item {
    height: 785px;
  }
}
.content .content_box02 .introduce__item .flex-viewport {
  position: relative;
}
.content .content_box02 .introduce .gameIntro {
  width: 100%;
  height: 0;
  padding-bottom: 61.328125%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce .gameIntro {
    height: 785px;
  }
}
.content .content_box02 .introduce .gameIntro__role {
  position: absolute;
  width: 70.78125%;
  padding-bottom: 76.328125%;
  top: -3.821656051%;
  left: -17.1875%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce .gameIntro__role {
    width: 817px;
    height: 881px;
    padding-bottom: 0;
    top: -30px;
    left: -220px;
  }
}
.content .content_box02 .introduce .gameIntro__main {
  background: rgba(70, 44, 141, 0.3);
}
.content .content_box02 .introduce .gameIntro__main .name {
  position: absolute;
  width: 64.0625%;
  height: 0;
  padding-bottom: 11.171875%;
  top: 2.5477707006%;
  right: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce .gameIntro__main .name {
    width: 820px;
    height: 143px;
    padding-bottom: 0;
    top: 20px;
    right: 0;
  }
}
.content .content_box02 .introduce .gameIntro__main .greet {
  position: absolute;
  width: 61.875%;
  height: 0;
  padding-bottom: 10.703125%;
  top: 22.9299363057%;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce .gameIntro__main .greet {
    width: 792px;
    height: 137px;
    padding-bottom: 0;
    top: 180px;
  }
}
.content .content_box02 .introduce .gameIntro__main .expression {
  position: absolute;
  width: 53.125%;
  height: 0;
  padding-bottom: 30.859375%;
  top: 40.7643312102%;
  right: 3.90625%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce .gameIntro__main .expression {
    width: 680px;
    height: 395px;
    padding-bottom: 0;
    top: 320px;
    right: 50px;
  }
}
.content .content_box02 .introduce ul li:nth-child(1) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role01_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(1) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role01.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(1) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name01.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(1) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet01.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(1) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression01.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(2) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role02_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(2) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role02.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(2) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name02.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(2) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet02.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(2) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression02.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(3) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role03_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(3) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role03.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(3) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name03.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(3) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet03.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(3) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression03.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(4) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role04_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(4) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role04.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(4) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name04.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(4) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet04.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(4) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression04.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(5) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role05_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(5) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role05.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(5) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name05.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(5) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet05.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(5) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression05.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(6) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role06_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(6) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role06.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(6) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name06.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(6) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet06.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(6) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression06.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(7) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role07_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(7) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role07.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(7) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name07.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(7) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet07.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(7) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression07.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(8) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role08_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(8) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role08.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(8) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name08.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(8) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet08.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(8) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression08.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(9) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role09_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(9) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role09.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(9) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name09.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(9) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet09.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(9) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression09.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(10) .gameIntro__role {
  background-image: url(/Games/pg/images/introduce/role10_mobile.png?v=20250514);
}
@media screen and (min-width: 1280px) {
  .content .content_box02 .introduce ul li:nth-child(10) .gameIntro__role {
    background-image: url(/Games/pg/images/introduce/role10.png?v=20250514);
  }
}
.content .content_box02 .introduce ul li:nth-child(10) .gameIntro__main .name {
  background-image: url(/Games/pg/images/introduce/name10.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(10) .gameIntro__main .greet {
  background-image: url(/Games/pg/images/introduce/greet10.png?v=20250514);
}
.content .content_box02 .introduce ul li:nth-child(10) .gameIntro__main .expression {
  background-image: url(/Games/pg/images/introduce/expression10.png?v=20250514);
}
.content .content_box02 .introduce .flex-control-nav {
  position: relative;
  bottom: 0;
  z-index: 2;
}
.content .content_box02 .introduce .flex-control-paging li a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
}
.content .content_box02 .introduce .flex-control-paging li a.flex-active {
  background-color: #ffc600;
}
.content .content_box02 .introduce .flexslider .flex-direction-nav .flex-next,
.content .content_box02 .introduce .flexslider:hover .flex-direction-nav .flex-next {
  right: -0.5em;
  line-height: 42px;
}
@media screen and (min-width: 992px) {
  .content .content_box02 .introduce .flexslider .flex-direction-nav .flex-next,
  .content .content_box02 .introduce .flexslider:hover .flex-direction-nav .flex-next {
    right: -1.2em;
  }
}
.content .content_box02 .introduce .flexslider .flex-direction-nav .flex-prev,
.content .content_box02 .introduce .flexslider:hover .flex-direction-nav .flex-prev {
  left: -2em;
  line-height: 42px;
}
@media screen and (min-width: 992px) {
  .content .content_box02 .introduce .flexslider .flex-direction-nav .flex-prev,
  .content .content_box02 .introduce .flexslider:hover .flex-direction-nav .flex-prev {
    left: -1.5em;
  }
}
.content .content_box02 .introduce flex-direction-nav {
  display: none;
}
.content .content_box02 .introduce .flex-direction-nav a {
  top: 50%;
}
.content .content_box03 {
  width: 100%;
  height: 0;
  padding-bottom: 102.8125%;
  position: relative;
  background-image: url(/Games/pg/images/indexbg04_mobile.jpg?v=20250514);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .content .content_box03 {
    padding-bottom: 62.5%;
    background-size: auto;
    background-image: url(/Games/pg/images/indexbg04.jpg?v=20250514);
  }
}
@media screen and (min-width: 1400px) {
  .content .content_box03 {
    height: 1000px;
    padding-bottom: 0;
    background-size: initial;
  }
}
.content .content_box03 h4 {
  padding-top: 20%;
}
@media screen and (min-width: 1280px) {
  .content .content_box03 h4 {
    padding-top: 6%;
  }
}
.content .content_box03 .introduce {
  width: 100%;
  position: relative;
  padding-top: 2%;
}
.content .content_box03 .introduce__item {
  width: 85%;
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
  position: relative;
  border: 0;
}
.content .content_box03 .introduce__item .flex-viewport {
  position: relative;
}
.content .content_box03 .introduce .gameIntro {
  width: 100%;
  height: 0;
  padding-bottom: 49%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .content .content_box03 .introduce .gameIntro {
    width: 100%;
    height: 600px;
  }
}
.content .content_box03 .introduce .gameIntro img {
  width: 100%;
  margin: 0 auto 0 -2%;
  -webkit-box-shadow: 15px 15px 0px rgba(0, 8, 49, 0.22);
          box-shadow: 15px 15px 0px rgba(0, 8, 49, 0.22);
}
@media screen and (min-width: 1280px) {
  .content .content_box03 .introduce .gameIntro img {
    margin: 0 auto;
  }
}
.content .content_box03 .introduce .flex-control-nav {
  position: relative;
  bottom: 0;
  z-index: 2;
}
.content .content_box03 .introduce .flex-control-paging li a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
}
.content .content_box03 .introduce .flex-control-paging li a.flex-active {
  background-color: #ffc600;
}
.content .content_box03 .introduce .flexslider02 .flex-direction-nav .flex-next,
.content .content_box03 .introduce .flexslider02:hover .flex-direction-nav .flex-next {
  right: -1em;
  line-height: 42px;
  margin: -38px 0 0;
}
@media screen and (min-width: 1280px) {
  .content .content_box03 .introduce .flexslider02 .flex-direction-nav .flex-next,
  .content .content_box03 .introduce .flexslider02:hover .flex-direction-nav .flex-next {
    right: -1.6em;
  }
}
.content .content_box03 .introduce .flexslider02 .flex-direction-nav .flex-prev,
.content .content_box03 .introduce .flexslider02:hover .flex-direction-nav .flex-prev {
  left: -2em;
  line-height: 42px;
  margin: -38px 0 0;
}
@media screen and (min-width: 1280px) {
  .content .content_box03 .introduce .flexslider02 .flex-direction-nav .flex-prev,
  .content .content_box03 .introduce .flexslider02:hover .flex-direction-nav .flex-prev {
    left: -1.8em;
  }
}
.content .content_box03 .flexslider02 {
  padding: 0;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.content .content_box03 .flexslider02 .slides {
  zoom: 1;
}
.content .content_box03 .flexslider02 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.content .content_box03 .flexslider02 .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none;
}
.content .content_box03 .flexslider02 .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.content .content_box03 .flexslider02:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.content .content_box03 .flexslider02:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.content .content_box03 .flexslider02:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.content .content_box03 .flexslider02:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.content .content_box04 {
  width: 100%;
  height: 0;
  padding-bottom: 102.8125%;
  position: relative;
  background-image: url(/Games/pg/images/indexbg05_mobile.jpg?v=20250514);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .content .content_box04 {
    padding-bottom: 62.5%;
    background-size: auto;
    background-image: url(/Games/pg/images/indexbg05.jpg?v=20250514);
  }
}
@media screen and (min-width: 1400px) {
  .content .content_box04 {
    height: 1000px;
    padding-bottom: 0;
    background-size: initial;
  }
}
.content .content_box04 h4 {
  padding-top: 6%;
}
@media screen and (min-width: 1280px) {
  .content .content_box04 h4 {
    padding-top: 4%;
  }
}
.content .content_box04 .swiper {
  width: 72%;
  padding-top: 2%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media screen and (min-width: 992px) {
  .content .content_box04 .swiper {
    width: 78%;
  }
}
@media screen and (min-width: 1280px) {
  .content .content_box04 .swiper {
    width: 43%;
  }
}
@media screen and (min-width: 1400px) {
  .content .content_box04 .swiper {
    width: 38%;
  }
}
.content .content_box04 .swiper-wrapper {
  padding-bottom: 30px;
}
.content .content_box04 .swiper-wrapper img {
  width: 100%;
  height: auto;
}
.content .content_box04 ul.swiper-wrapper {
  list-style-type: none;
}
.content .content_box04 .swiper-button-next,
.content .content_box04 .swiper-rtl .swiper-button-prev {
  right: 10%;
}
.content .content_box04 .swiper-button-prev,
.content .content_box04 .swiper-rtl .swiper-button-next {
  left: 10%;
}
.content .content_box04 .swiper-button-prev:after {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.content .content_box04 .swiper-button-next:after {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.content .content_box04 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
  margin: 0 6px !important;
  background: #fff;
  opacity: 1;
}
.content .content_box04 .swiper-pagination-bullet-active {
  background: #ffc600;
}

.fancybox-button.fancybox-button--play, .fancybox-button.fancybox-button--fullscreen, .fancybox-button.fancybox-button--thumbs, .fancybox-button.fancybox-button--share {
  display: none !important;
}

.fancybox-infobar {
  display: none;
}

.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;
}
.content__btn div {
  width: 150px;
  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: 142px;
  border-radius: 30px;
  border: 2px solid #FFE782;
  background: -webkit-gradient(linear, right top, left top, from(rgb(232, 187.456, 0)), to(#FFE782));
  background: linear-gradient(to left, rgb(232, 187.456, 0) 0%, #FFE782 100%);
  color: rgb(51, 41.208, 0);
}
.content__btn div a {
  width: 142px;
  display: block;
  border: 2px solid #1293FF;
  border-radius: 15px;
  color: #1293FF;
  padding: 6px 1.25em;
  border-radius: 30px;
  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;
}

.btnBox {
  margin-bottom: 16px;
}
.btnBox a {
  width: auto;
  border: 1px solid rgb(222.5785714286, 166, 255);
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  background-image: #cc73ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(181.7057142857, 53.8, 255)), color-stop(20%, rgb(181.7057142857, 53.8, 255)), color-stop(40%, #cc73ff), color-stop(60%, #cc73ff), color-stop(80%, rgb(181.7057142857, 53.8, 255)), to(rgb(181.7057142857, 53.8, 255)));
  background-image: linear-gradient(to bottom, rgb(181.7057142857, 53.8, 255) 0%, rgb(181.7057142857, 53.8, 255) 20%, #cc73ff 40%, #cc73ff 60%, rgb(181.7057142857, 53.8, 255) 80%, rgb(181.7057142857, 53.8, 255) 100%);
  -webkit-box-shadow: 0px 3px 3px hsl(278.1428571429, 150%, 42.5490196078%);
          box-shadow: 0px 3px 3px hsl(278.1428571429, 150%, 42.5490196078%);
  color: #fff;
}
.btnBox a:hover {
  border: 1px solid rgb(255, 191.4285714286, 166);
  background-image: #ff9b73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 111.2857142857, 53.8)), color-stop(20%, rgb(255, 111.2857142857, 53.8)), color-stop(40%, #ff9b73), color-stop(60%, #ff9b73), color-stop(80%, rgb(255, 111.2857142857, 53.8)), to(rgb(255, 111.2857142857, 53.8)));
  background-image: linear-gradient(to bottom, rgb(255, 111.2857142857, 53.8) 0%, rgb(255, 111.2857142857, 53.8) 20%, #ff9b73 40%, #ff9b73 60%, rgb(255, 111.2857142857, 53.8) 80%, rgb(255, 111.2857142857, 53.8) 100%);
  -webkit-box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px rgb(255, 184.1428571429, 155.8), inset 0 -8px 8px 0px rgb(255, 213.2857142857, 196.6);
          box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px rgb(255, 184.1428571429, 155.8), inset 0 -8px 8px 0px rgb(255, 213.2857142857, 196.6);
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #8439FF;
  margin: 0 auto;
  margin-bottom: 16px;
  font-size: calc(15px + 2 * (100vw - 300px) / 980);
}
.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}
.item__box .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(100.3181818182, 6, 255)), color-stop(20%, #8439FF), color-stop(80%, #8439FF), to(rgb(100.3181818182, 6, 255)));
  background: linear-gradient(to right, rgb(100.3181818182, 6, 255) 0%, #8439FF 20%, #8439FF 80%, rgb(100.3181818182, 6, 255) 100%);
  color: #fff;
}
.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box .item__box-get {
  text-align: center;
  color: #b50abe;
  font-weight: bold;
}
.item__box .item__box-get .plus {
  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;
}
.item__box .item__box-text {
  text-align: left;
}
.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #8439FF solid;
  border-radius: 10px;
  height: 100%;
}
.item__box .item__box--02 .item__box-title {
  color: #fff;
}
.item__box-img img {
  border-radius: 0px;
}
.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #8439FF;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}
.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr td, .table tr th {
  border: 1px solid #502497;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #502497;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(106.6545454545, 16.2, 255)), to(#8439FF));
  background: linear-gradient(to top, rgb(106.6545454545, 16.2, 255) 0%, #8439FF 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  /*單格變色*/
}
.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}
.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

/* ================= 說明框 ================= */
.explanation {
  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;
}
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 2px #8439FF;
          box-shadow: 0px 0px 8px 2px #8439FF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(155.7613636364, 95.25, 255)), to(rgb(108.2386363636, 18.75, 255)));
  background: linear-gradient(to top, rgb(155.7613636364, 95.25, 255) 0%, rgb(108.2386363636, 18.75, 255) 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 262.7272727273deg;
  color: 61.1764705882%;
  color: #fff;
}
.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}
.explanation .symbol {
  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;
}
.explanation .symbol i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: rgb(63.75, 63.75, 63.75);
}
@media screen and (min-width: 992px) {
  .explanation .symbol i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}
.card-notice {
  color: #988a5e;
  line-height: 1.5em;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3d16b), to(#fbe49f));
  background: linear-gradient(to top, #f3d16b 0%, #fbe49f 100%);
}
.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}
.card-notice2 h4 {
  color: #f0c2ff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.card-notice2 h4::before {
  content: inherit;
}
.card-notice2 .f-danger {
  color: #ffb9b9;
}
.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}
.card-notice2 p {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}
/*================= tableNote =================*/
.DESClabel {
  position: relative;
}
.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}
.DESClabel .label::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute;
  text-align: center;
  padding: 0;
  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;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}
.ribbon p {
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}
.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}
.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .ribbon:after {
    border-left: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 30px);
  }
}
.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #ff0000;
}
.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}
.comment-purple:before {
  color: #d858ff;
}
.comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}
.comment01::before {
  font-size: 7.5em;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeTitle p {
  background-color: #ff5757;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  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;
  margin-bottom: 0;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.box-compose .box-composeMain-block {
  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;
  border-radius: 10px;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}
.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.box-compose .box-composeMain:nth-child(even) {
  background-color: #ad75e2;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9d89f8;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .symbol {
  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: rgba(0, 0, 0, 0.35);
}
.box-compose .symbol i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}
.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

ul.tabBtn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
ul.tabBtn li {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(181, 206, 243)), to(rgb(117, 176, 255)));
  background-image: linear-gradient(to bottom, rgb(181, 206, 243) 0%, rgb(117, 176, 255) 100%);
  border-radius: 0 20px 0 0;
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: #75B0FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabBtn li a {
  display: block;
  position: relative;
  font-size: 46px;
  font-size: clamp(24px, 3.8461538462cqw, 46px);
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  ul.tabBtn li a {
    font-size: 2.8571428571cqw;
  }
}
ul.tabBtn li:hover {
  -webkit-filter: brightness(1.05) saturate(1.2);
          filter: brightness(1.05) saturate(1.2);
}
ul.tabBtn li:hover a {
  color: #fff;
}
ul.tabBtn li.active {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(0, 101, 235, 0.2)), color-stop(38%, rgba(117, 176, 255, 0.2)), color-stop(59%, rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(to bottom, rgba(0, 101, 235, 0.2) 19%, rgba(117, 176, 255, 0.2) 38%, rgba(255, 255, 255, 0.2) 59%);
  border-radius: 0 20px 0 0;
}
ul.tabBtn li.active a {
  display: block;
  position: relative;
  padding: 16px 24px;
  font-size: 52px;
  font-size: 5.5555555556cqw;
  font-weight: bold;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(25, 51, 125)), to(rgb(45, 93, 227)));
  background-image: linear-gradient(to bottom, rgb(25, 51, 125) 0%, rgb(45, 93, 227) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  ul.tabBtn li.active a {
    font-size: 3.5714285714cqw;
  }
}

.tabMain {
  display: none;
  padding: 20px 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .tabMain {
    padding: 20px;
  }
}
.tabMain.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer {
  width: 100%;
  position: relative;
  background-color: #1d44ab;
  background-image: url(/Games/pg/images/footer_bg.jpg?v=20250514);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150%;
  border-top: 2px solid #ffffff;
}
@media screen and (min-width: 992px) {
  .footer {
    background-size: 100%;
  }
}
.footer .container {
  width: 100%;
  padding: 10px 15px;
  position: relative;
  font-size: calc(15px + (23 - 15) * (100vw - 768px) / 832);
  font-size: clamp(15px, 23 / 1600 * 100vw, 23px);
}
@media screen and (min-width: 1280px) {
  .footer .container {
    width: 1280px;
    padding: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .footer .container {
    width: 1600px;
  }
}
@media (min-aspect-ratio: 16/9) {
  .footer .container {
    font-size: calc(15px + (23 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 23 / 1000 * 100vh, 23px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .footer .container {
    line-height: 1.25em;
    font-size: calc(15px + (15 - 15) * (100vh - 350px) / 730);
    font-size: clamp(15px, 15 / 1000 * 100vh, 15px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .footer .container {
    line-height: 1.5em;
    font-size: calc(15px + (23 - 15) * (100vw - 350px) / 1570);
    font-size: clamp(15px, 23 / 1600 * 100vw, 23px);
  }
}
.footer_main {
  width: 100%;
  text-align: center;
  color: #fff;
  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: 1%;
}
.footer_main p {
  display: inline-block;
  text-align: center;
  line-height: 1.8em;
  margin: 0 12px;
}
.footer_main p a {
  text-decoration: underline;
  color: #fff;
}
.footer_main p a:hover {
  color: #ff0;
}
.footer_publicity {
  -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;
  color: #fff;
}
.footer_publicity p {
  width: 100%;
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 620px) {
  .footer_publicity p {
    text-align: left;
  }
}
.footer_publicity a {
  text-decoration: underline;
  color: #fff;
  word-break: break-all;
}
.footer_publicity a:hover {
  color: #ff0;
}
.footer_pic {
  display: block;
  margin: 15px auto;
}
.footer_pic img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.form--styleA input[type=text],
.form--styleA input[type=password],
.form--styleA input[type=email],
.form--styleA input[type=number] {
  border: 1px #7677ff solid;
}

.form--styleA .fileImg--styleA {
  border: 1px #7677ff solid;
}

.form--styleA .fileImg--styleA ul li {
  color: #7677ff;
}

.bugreport-button__styleB {
  background-color: #7677ff;
  color: #fff;
}

#div-stepInput a:hover {
  color: #3c00ff;
}

.formtextarea--styleA {
  border-color: #7677ff;
}

.text_login a:hover {
  color: #990000 !important;
}

.button--styleA,
.button--styleC {
  background-color: #7677ff;
  -webkit-box-shadow: #2b3257 1px 1px 0 0;
          box-shadow: #2b3257 1px 1px 0 0;
}

.button--styleC {
  color: #fff !important;
  -webkit-text-decoration: aliceblue !important;
          text-decoration: aliceblue !important;
  height: 45px;
  letter-spacing: 1px;
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2%;
}

.scrolltop {
  display: none !important;
}

.box--styleA h3 a {
  display: none;
}

.color--borderA,
.pageNum-button li.active a {
  border-color: #502497;
}

.color--backgroundA,
.pageNum-button li.active a {
  background-color: #7677ff;
}

.list--styleB li {
  color: #d60000;
}

.pageNum-button li a {
  border: 0;
}

.page-item a {
  color: #7677ff !important;
}
.page-item a:hover {
  color: #d60000 !important;
}

ol.list,
ul.list {
  margin-left: 2em;
}

.loginBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
}

.login_entrance {
  width: 100%;
  max-width: 796px;
  background-image: url(../../images/login/login_entrance_bg.png);
  background-size: cover;
  background-position: center;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgb(0, 0, 0)), color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  padding: 20px 10%;
  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;
  gap: 16px;
}
.login_entrance button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.precautions {
  background-color: #D9EDF9;
  border-radius: 10px;
  padding: 1.5em 2em;
  color: #5C5C5C;
}
.precautions .title {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.precautions ol {
  margin-left: 1em;
}
.precautions ol a {
  color: #3a7fff;
  text-decoration: underline;
}
.precautions ol a:hover {
  color: #7A310A;
}

form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
form div {
  width: 100%;
}
form div p {
  margin: 0 0 0.5em;
}
form div input {
  width: 100%;
  padding: 18px;
  border: 1px solid #92BFFF;
  border-radius: 14px;
  width: 100%;
}
form div input::-webkit-input-placeholder {
  color: #A6A6A6;
}
form div input::-moz-placeholder {
  color: #A6A6A6;
}
form div input:-ms-input-placeholder {
  color: #A6A6A6;
}
form div input::-ms-input-placeholder {
  color: #A6A6A6;
}
form div input::placeholder {
  color: #A6A6A6;
}
form div input_container.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
form .input_container.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  form .input_container.phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  form .input_container.phone select {
    width: 12em;
  }
}
form .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
form .captcha input {
  max-width: 10em;
}
form .captcha .icon {
  background-color: #AAAAAA;
}
form .checkbox {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
form .checkbox input[type=checkbox] {
  width: 28px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
}
form .checkbox a {
  color: #3a7fff;
  text-decoration: underline;
}
form .checkbox a:hover {
  color: #7A310A;
}

.buttons {
  width: 100%;
  max-width: 426px;
  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;
  row-gap: 20px;
}

.button {
  border: none;
  outline: none;
  background: transparent;
  container-type: inline-size;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  background-size: 100%;
  cursor: pointer;
  container-type: inline-size;
}
.button_main {
  max-width: 426px;
  aspect-ratio: 426/120;
  background-image: url(../../images/btn_system_yellow.png);
  color: #7A310A;
}
.button_main p {
  font-size: 14.2857142857cqw;
}
.button_secondary {
  max-width: 200px;
  aspect-ratio: 200/60;
  background-image: url(../../images/btn_system_blue.png);
  color: #244C7C;
}
.button_secondary p {
  font-size: 14.2857142857cqw;
}
.button_third {
  max-width: 200px;
  aspect-ratio: 200/60;
  background-image: url(../../images/btn_system_bluegray.png);
  color: #386077;
}
.button_third p {
  font-size: 14.2857142857cqw;
}

/* ================= 自訂下拉選單樣式 ================= */
.form-select {
  width: 100%;
  padding: 18px;
  padding-right: 50px;
  /* 為下拉箭頭預留空間 */
  border: 1px solid #92BFFF;
  border-radius: 14px;
  background-color: #fff;
  font-size: inherit;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* 移除瀏覽器預設樣式 */
  /* 自訂下拉箭頭背景圖片 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2392BFFF' viewBox='0 0 16 16'%3E%3Cpath d='M8 11.5L12.5 7l-1-1L8 9.5 4.5 6l-1 1L8 11.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-select:focus {
  outline: none;
  border-color: #3a7fff;
  -webkit-box-shadow: 0 0 8px rgba(58, 127, 255, 0.3);
          box-shadow: 0 0 8px rgba(58, 127, 255, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233a7fff' viewBox='0 0 16 16'%3E%3Cpath d='M8 11.5L12.5 7l-1-1L8 9.5 4.5 6l-1 1L8 11.5z'/%3E%3C/svg%3E");
}
.form-select :hover {
  border-color: #7A95D4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237A95D4' viewBox='0 0 16 16'%3E%3Cpath d='M8 11.5L12.5 7l-1-1L8 9.5 4.5 6l-1 1L8 11.5z'/%3E%3C/svg%3E");
}
.form-select option {
  padding: 10px;
  background-color: #fff;
  color: #333;
}
.form-select option:hover {
  background-color: #f0f6ff;
}

.list-info {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.list-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.list-info .item .label {
  width: 7em;
  font-weight: 500;
  background-color: #6A87FF;
  color: #fff;
  padding: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid rgb(182.5, 196.610738255, 255);
  border-radius: 14px 0 0 14px;
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
}
@media screen and (min-width: 576px) {
  .list-info .item .label {
    width: 10em;
  }
}
.list-info .item .value {
  height: 100%;
  background-color: #F9F9FA;
  border: 2px solid #F9F9FA;
  color: #5C5C5C;
  width: calc(100% - 6em);
  word-break: break-word;
  padding: 16px 16px;
}

.list-record {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.list-record .title,
.list-record .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  overflow: hidden;
}
.list-record .title > div,
.list-record .item > div {
  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;
  gap: 4px;
  line-height: 1.5;
  padding: 16px 8px;
}
@media screen and (min-width: 992px) {
  .list-record .title > div,
  .list-record .item > div {
    padding: 16px 16px;
  }
}
.list-record .title .date,
.list-record .item .date {
  width: 8em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .list-record .title .date,
  .list-record .item .date {
    width: 16em;
  }
}
.list-record .title .transaction,
.list-record .item .transaction {
  width: calc(100% - 8em);
}
@media screen and (min-width: 992px) {
  .list-record .title .transaction,
  .list-record .item .transaction {
    width: calc(100% - 16em);
  }
}
.list-record .title {
  background-color: #6A87FF;
  border-radius: 14px 14px 0 0;
  color: #fff;
  font-weight: 500;
}
.list-record .item {
  border-width: 0 2px 1px 2px;
  border-color: #fff #fff #BFBFBF #fff;
  border-style: solid;
}
.list-record .item:last-child {
  border-width: 0 2px 2px 2px;
  border-color: #fff;
  border-radius: 0 0 14px 14px;
  border-style: solid;
}
.list-record .item > div {
  background-color: #F9F9FA;
  color: #5C5C5C;
  width: calc(100% - 8em);
  word-break: break-word;
}

.list-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  height: 400px;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .list-group {
    height: auto;
    overflow: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.item-list {
  width: 100%;
}
.item-list > .title {
  color: #5C5C5C;
  font-size: 20px;
  padding: 16px 24px 0 24px;
  display: block;
  font-weight: bold;
  border-radius: 14px 14px 0 0;
}
@media screen and (min-width: 992px) {
  .item-list > .title {
    font-size: 36px;
    display: inline-block;
    padding: 16px 24px;
  }
}
.item-list .product-list,
.item-list .channel-list {
  width: 100%;
  height: initial;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .item-list .product-list,
  .item-list .channel-list {
    height: 736px;
    overflow-y: auto;
  }
}
.item-list .product-list::-webkit-scrollbar,
.item-list .channel-list::-webkit-scrollbar {
  width: 8px;
  background-color: #BAD9EB;
  border-radius: 10px;
}
.item-list .product-list::-webkit-scrollbar-thumb,
.item-list .channel-list::-webkit-scrollbar-thumb {
  background-color: #86D1FF;
  border-radius: 4px;
}
.item-list .product-list .item,
.item-list .channel-list .item {
  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: 16px;
}
.item-list .product-list .item .label,
.item-list .channel-list .item .label {
  font-weight: 500;
  color: #fff;
}
.item-list.product {
  position: relative;
}
.item-list.product .title {
  background-color: #D9EDF9;
}
.item-list.product:has(.choosed) .item {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.item-list.product:has(.choosed) .item.choosed {
  -webkit-filter: none;
          filter: none;
}
.item-list.product:has(.choosed) .button_collapse {
  display: block;
}
@media screen and (min-width: 992px) {
  .item-list.product:has(.choosed) .button_collapse {
    display: none;
  }
}
.item-list.product:has(.choosed) .button_collapse.expanded {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.item-list.product:has(.choosed) + .channel {
  display: block;
}
@media screen and (min-width: 992px) {
  .item-list.product:has(.choosed) + .channel {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    cursor: pointer;
    pointer-events: auto;
  }
}
.item-list.product:has(.choosed) .product-list.collapsed .item:not(.choosed) {
  display: none;
}
.item-list.product .product-list {
  background-color: #D9EDF9;
  container-type: inline-size;
}
.item-list.product .product-list .item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45B1FC), to(#4EEAFF));
  background-image: linear-gradient(to bottom, #45B1FC 0%, #4EEAFF 100%);
  border-radius: 20px;
  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;
}
.item-list.product .product-list .item .label {
  width: 5.8em;
  font-size: 18px;
  text-shadow: -1px -1px 0 #00529A, -1px 0px 0 #00529A, -1px 1px 0 #00529A, 0px -1px 0 #00529A, 0px 0px 0 #00529A, 0px 1px 0 #00529A, 1px -1px 0 #00529A, 1px 0px 0 #00529A, 1px 1px 0 #00529A;
}
@media screen and (min-width: 420px) {
  .item-list.product .product-list .item .label {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .item-list.product .product-list .item .label {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .item-list.product .product-list .item .label {
    font-size: 28px;
  }
}
.item-list.product .product-list .item .label img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.item-list.product .product-list .item .label p {
  text-align: center;
  margin-top: -30px;
  position: relative;
}
.item-list.product .product-list .item .label p::before {
  content: attr(data-label);
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: 1px 2px 0 #00529A;
}
.item-list.product .product-list .item .value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
@media screen and (min-width: 768px) {
  .item-list.product .product-list .item .value {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.item-list.product .product-list .item .value .price {
  color: #FFF020;
  background-color: #093E71;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50px;
  padding: 8px 12px;
}
@media screen and (min-width: 420px) {
  .item-list.product .product-list .item .value .price {
    font-size: 18px;
    padding: 8px 20px;
  }
}
@media screen and (min-width: 768px) {
  .item-list.product .product-list .item .value .price {
    font-size: 22px;
    padding: 10px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .item-list.product .product-list .item .value .price {
    font-size: 30px;
  }
}
.item-list.product .product-list .item .value .btn-group a {
  display: block;
  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;
}
.item-list.product .product-list .item .value .btn-group a.btn_choose .icon {
  background-color: #fff;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 992px) {
  .item-list.product .product-list .item .value .btn-group a.btn_choose .icon {
    width: 40px;
    height: 40px;
  }
}
.item-list.product .button_collapse {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: calc(100% - 17px);
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.item-list.product .button_collapse::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #CACACA;
  -webkit-mask-image: var(--svg);
          mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8l316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .item-list.product .button_collapse {
    display: none;
  }
}
.item-list.channel {
  display: none;
}
@media screen and (min-width: 992px) {
  .item-list.channel {
    display: block;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    cursor: none;
    pointer-events: none;
  }
}
.item-list.channel > .title {
  background-color: #F9F3C7;
}
.item-list.channel .channel-list {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F3C7), to(#FFD14E));
  background-image: linear-gradient(to bottom, #F9F3C7 0%, #FFD14E 100%);
}
.item-list.channel .channel-list:has(.choosed) .item-bg {
  border: none;
}
.item-list.channel .channel-list:has(.choosed) .item.choosed .item-bg {
  border: 2px solid #1a70c6;
}
.item-list.channel .channel-list .item {
  width: 100%;
  position: relative;
  padding: 0;
  padding: 32px 16px;
  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;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 1280px) {
  .item-list.channel .channel-list .item {
    padding: 24px 16px;
  }
}
.item-list.channel .channel-list .item-bg {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 45px 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.item-list.channel .channel-list .item-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/Games/pg/images/bank/login_entrance_bg.png?v=20250514);
  background-size: auto;
  -webkit-mask-image: linear-gradient(-75.95deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4), #fff);
          mask-image: linear-gradient(-75.95deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4), #fff);
  -webkit-mask-position: left;
          mask-position: left;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 11px 3px rgb(255, 255, 255);
          box-shadow: inset 0 0 11px 3px rgb(255, 255, 255);
  border: 1px solid #fff;
}
.item-list.channel .channel-list .item .bonus {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 10%;
  z-index: 1;
  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;
}
.item-list.channel .channel-list .item .bonus::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F34B78;
  border-radius: 5px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
.item-list.channel .channel-list .item .bonus p {
  position: relative;
  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;
  padding: 4px 16px;
  color: #fff;
  font-weight: 500;
}
.item-list.channel .channel-list .item .bonus img {
  width: 2em;
}
.item-list.channel .channel-list .item .label {
  max-width: 160px;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  container-type: inline-size;
}
.item-list.channel .channel-list .item .label .img {
  width: 100%;
  height: 77.037037037cqw;
  position: relative;
  background-image: url(/Games/pg/images/bank/pathbg.png?v=20250514);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-list.channel .channel-list .item .label .img img {
  max-width: 90%;
  display: block;
}
.item-list.channel .channel-list .item .value {
  position: relative;
}
.item-list.channel .channel-list .item .value .title {
  font-size: 20px;
  font-weight: 600;
  color: #104B86;
}
@media screen and (min-width: 768px) {
  .item-list.channel .channel-list .item .value .title {
    font-size: 24px;
  }
}
.item-list.channel .channel-list .item .value p {
  color: #104B86;
}

ul.list-records {
  width: 100%;
  color: #5C5C5C;
  list-style-type: "●";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  color: #5C5C5C;
}
ul.list-records li {
  font-weight: 500;
}
ul.list-records li .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.topup-info {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D9EDF9), to(#F0F9FF));
  background-image: linear-gradient(to bottom, #D9EDF9 0%, #F0F9FF 100%);
  padding: 32px;
  max-height: 370px;
  border-radius: 0 0 20px 20px;
}
.topup-info .title {
  color: #5C5C5C;
  font-size: 24px;
  font-weight: 400;
  padding: 0 16px 16px 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #BFBFBF;
}
@media screen and (min-width: 992px) {
  .topup-info .title {
    font-size: 36px;
  }
}
.topup-info .info-box {
  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: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
  row-gap: 16px;
}
@media screen and (min-width: 576px) {
  .topup-info .info-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.topup-info .selected-product-info {
  color: #5C5C5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.topup-info .selected-product-info .selected-item {
  width: 100%;
  height: 100%;
}
.topup-info .selected-product-info #selectedProductName,
.topup-info .selected-product-info #selectedProductinfo {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .topup-info .selected-product-info #selectedProductName,
  .topup-info .selected-product-info #selectedProductinfo {
    font-size: 26px;
  }
}
.topup-info .buttons {
  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;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 576px) {
  .topup-info .buttons {
    width: 40%;
    min-width: 160px;
  }
}
.topup-info .buttons p {
  color: #5C5C5C;
  font-size: 1.5rem;
  font-weight: 700;
}
.topup-info .buttons .button {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  max-width: 180px;
  container-type: inline-size;
}
@media screen and (min-width: 576px) {
  .topup-info .buttons .button {
    max-width: 300px;
  }
}
.topup-info .buttons .button p {
  font-size: 14.2857142857cqw;
}
.tabMain:has(.product-list .choosed):has(.channel-list .choosed) .topup-info .button {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
          mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.icon.fa-solid--redo {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19C8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91a12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12'/%3E%3C/svg%3E");
}
.icon.ep--arrow-right-bold {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
}
.icon.ep--arrow-up-bold {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8l316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496'/%3E%3C/svg%3E");
}

/* ================= 浮動固定區塊樣式 ================= */
/* 當 text_container 固定時的樣式 */