@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-point {
  color: #F19917;
}

.f-danger {
  color: #ff0000;
}

.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-warning {
  color: #ff7f2f;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.show {
  visibility: visible !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

body {
  width: 100dvw;
  background: #2d4b6d;
  background-image: url("/Games/Mobile/PartyGo/InGame/Verify/images/BG2.png?v=20251008"), -webkit-gradient(linear, left top, left bottom, color-stop(45%, #2d4b6d), to(#999fb5));
  background-image: url("/Games/Mobile/PartyGo/InGame/Verify/images/BG2.png?v=20251008"), linear-gradient(to bottom, #2d4b6d 45%, #999fb5 100%);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top;
  overflow-x: hidden;
}

.wrapper {
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}

.header {
  width: 100%;
  position: relative;
}

.btn_item_wrapper {
  width: 52%;
  margin: 0.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn_item_wrapper a {
  display: block;
  width: 47%;
  margin: 1.5%;
}

.btn_item {
  width: 100%;
}

.btn-close {
  width: 50px;
  height: 50px;
  background: url(/Games/donut/images/btn_close.png?v=20251008) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 1;
}
.btn-close:hover, .btn-close:active {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.content_grain {
  width: 100%;
}

.content {
  width: 100%;
}
.content .container {
  width: 100%;
  padding: 40px 0 120px 0;
  max-width: 1000px;
}
.content .container_page_paddingbottom_none {
  padding-bottom: 1px;
}
.content .container_page_gameicon_padding {
  padding: 20px 0 110px 0;
}
.content .container_page_content {
  padding: 40px 0 65px 0;
}
.content .container_page_hall_content {
  padding: 0 0 65px 0;
}
.content .container h4 {
  margin-bottom: 20px;
}
.content .container h4 img {
  display: block;
  margin: 0 auto;
}
.content p {
  margin-left: 1.5em;
}
.content p select {
  margin-bottom: 1.5em;
}

.content_notice_ol {
  width: 85%;
  margin: 0 auto;
}

.content-phone-number {
  width: 100%;
  margin: 5px auto;
  display: inline-block;
}
.content-phone-number .input-width {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-phone-number .country-code {
  width: 90px;
  float: left;
  height: 2.5em;
  border: 1px solid #ab875c;
  border-radius: 10px;
  margin-right: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #696969;
}
.content-phone-number .phone-number {
  width: calc(100% - 93px);
  height: 2.5em;
  float: left;
  border: 1px solid #ab875c;
  border-radius: 10px;
}

.content_grain .white {
  padding: 0.5em 1.5em 3em 1.5em;
  color: #333;
}
.content_grain .white .container_page_content {
  background: rgb(255, 255, 255);
  padding: 1em 2em 2.5em 2em;
  border-radius: 0 20px 20px 20px;
}
.content_grain .white .container_page_content h4 {
  color: #99673b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.bank_nav, ul.black_nav, ul.white_nav {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
ul.bank_nav li, ul.black_nav li, ul.white_nav li {
  display: block;
  float: left;
  margin-right: 5px;
}
ul.bank_nav li a, ul.black_nav li a, ul.white_nav li a {
  display: block;
  color: #fff;
  padding: 0.6em 1.2em 0.4em 1.2em;
  font-size: 1.5em;
  border-radius: 12px 12px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), to(#131313));
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
}
ul.bank_nav li a:hover, ul.black_nav li a:hover, ul.white_nav li a:hover {
  color: #fc0;
}
ul.bank_nav li a.hover, ul.black_nav li a.hover, ul.white_nav li a.hover {
  font-weight: bolder;
}
ul.bank_nav li a.hover:hover, ul.black_nav li a.hover:hover, ul.white_nav li a.hover:hover {
  color: #230303;
}

ul.white_nav {
  max-width: 1000px;
  padding-top: 1em;
}
ul.white_nav li a.hover {
  color: #230303;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(3%, #666666), color-stop(20%, #cecece), color-stop(52%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #4c4c4c 0%, #666666 3%, #cecece 20%, #ffffff 52%, #ffffff 100%);
}

ul.black_nav {
  max-width: 930px;
  padding-top: 1.5em;
}
ul.black_nav li a.hover {
  color: #3f1c07;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #79552a), color-stop(7%, #aa7e4a), color-stop(49%, #e5cfb9), color-stop(49%, #e5cfb9), color-stop(50%, #aa7e4a), color-stop(71%, #966a42), to(#b79067));
  background: linear-gradient(to bottom, #79552a 1%, #aa7e4a 7%, #e5cfb9 49%, #e5cfb9 49%, #aa7e4a 50%, #966a42 71%, #b79067 100%);
  text-shadow: 0px 0px 5px #c8a782, 0px 0px 5px #c8a782, 0px 0px 3px #e5cfb9;
}

.content_grain .bank {
  padding: 0.5em 1.5em 3em 1.5em;
  color: #333;
}
.content_grain .bank .container_page_content {
  background: rgb(255, 255, 255);
  padding: 1em 2em 2.5em 2em;
  border-radius: 0 20px 20px 20px;
}
.content_grain .bank table {
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 15px;
  margin: 0 auto;
}
.content_grain .bank table img {
  display: block;
  border: 0;
}
.content_grain .bank table input {
  margin: 6px 0 4px 0;
}
.content_grain .bank table .btnmove img {
  margin: 10px 0;
}
.content_grain .bank table td > p {
  margin: 0;
}
.content_grain .bank div.parserword input {
  margin: 5px 2px 4px 0;
}

table,
tbody,
tfoot,
thead,
th,
td {
  margin: 0;
}

.teach_td_text {
  padding: 5px;
  font-size: 110%;
}

ul.bank_nav {
  max-width: 1000px;
  padding-top: 1em;
}
ul.bank_nav li a {
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), to(#131313));
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
}
ul.bank_nav li a.hover {
  font-weight: bolder;
  color: #230303;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(3%, #666666), color-stop(20%, #cecece), color-stop(52%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #4c4c4c 0%, #666666 3%, #cecece 20%, #ffffff 52%, #ffffff 100%);
}
ul.bank_nav li a.hover:hover {
  color: #230303;
}
ul.bank_nav li a:hover {
  color: #fc0;
}
ul.bank_nav li.go_bank_index {
  float: right;
}
ul.bank_nav .go_bank_index a {
  color: #372204;
  border: 1px solid #1f1302;
  padding: 0.45em 0.7em 0.4em 0.7em;
  font-size: 1.3em;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8b777), color-stop(31%, #fef0c8), color-stop(57%, #caa265), color-stop(88%, #a16c20), to(#fbecc4));
  background: linear-gradient(to bottom, #d8b777 0%, #fef0c8 31%, #caa265 57%, #a16c20 88%, #fbecc4 100%);
}
ul.bank_nav .go_bank_index a:hover {
  color: #140c01;
}

@media only screen and (max-width: 933px) {
  .bank_nav li a {
    font-size: 1em;
    padding: 0.6em 0.2em 0.4em 0.2em;
  }
}
@media only screen and (max-width: 415px) {
  .bank_nav li {
    margin-right: 2px;
  }
  .bank_nav li a {
    font-size: 0.9em;
    padding: 0.4em 0.1em 0.4em 0.1em;
  }
}
@media only screen and (max-width: 376px) {
  .bank_nav li a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 321px) {
  .bank_nav li {
    width: 30%;
  }
  .bank_nav li a {
    font-size: 0.8em;
  }
}
.bank_left_menu img {
  margin-bottom: 6px;
}

.bank #Bank_contents ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: disc;
  color: #575757;
  letter-spacing: normal;
  line-height: 20px;
}

.title_game_btn {
  position: absolute;
  right: 0;
  margin-top: -38px;
}
.title_game_btn a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 110%;
  font-weight: bold;
  color: #ffebbc;
  text-decoration: underline;
  -webkit-filter: drop-shadow(2px 2px 4px #000);
          filter: drop-shadow(2px 2px 4px #000);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.title_game_btn a:hover {
  color: #fff;
}

.content_btnB li, .content_btn {
  line-height: 40px;
  font-size: 130%;
  margin-top: 15px;
  text-align: center;
}
.content_btnB li a, .content_btn a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffebbc;
  border: 2px solid #ffebbc;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content_btnB li a:hover, .content_btn a:hover {
  color: #fff;
  border: 2px solid #fff;
}
.content_btnB li a.button--notYet, .content_btn a.button--notYet {
  background-color: rgba(0, 0, 0, 0.5);
  color: #aaaaaa;
  border: 2px solid #aaaaaa;
}

.content_btn {
  width: 30%;
  margin: 25px auto;
}

.content_btnB {
  width: 90%;
  margin: 0 auto;
}
.content_btnB li {
  width: 48%;
  float: left;
  margin-right: 3px;
  list-style-position: inside;
  list-style-type: none;
}
.content_btnB ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

a.link {
  color: #ff0;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link:hover {
  color: #f00;
}

.box {
  max-width: initial !important;
  color: #fff;
}
.box p {
  color: #fff !important;
}
.box .text_login a {
  color: #fff;
}
.box .text_login span {
  color: cyan;
}

.boxA.box--styleA {
  border: 1px solid #00ffd1;
}
.boxA.box--styleA p {
  margin-left: 1.5em;
  line-height: 24px;
}
.boxA.box--styleA h3 {
  font-size: 105%;
}
.boxA.box--styleA ol {
  padding-left: 35px;
}
.boxA.box--styleA a {
  color: #ffc200;
  text-decoration: underline;
}
.boxA.box--styleA a:hover {
  color: #ff7b00;
}

.box--styleF {
  padding-left: 22px;
  padding-bottom: 14px;
  border: 1px solid #8c9b9c;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 0.5em;
}

.button.button--styleA {
  width: 80%;
  cursor: pointer;
  margin-bottom: 2%;
}

.textarea {
  margin: 8px 0;
  padding: 0 20px;
}
.textarea .textareaborder {
  width: 100%;
  height: 2.5em;
  padding-left: 8px;
  border: 1px #ab875c solid;
  border-radius: 10px;
  margin: 5px auto;
  background-color: #fff;
}
.textarea ul {
  list-style-type: none;
  padding-left: 0;
}
.textarea ul li {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*================= table================= */
.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #502497;
  font-family: "Noto Sans TC", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
}
.table-full {
  width: 100%;
}
.table tr {
  background: #fff;
  line-height: 1.75;
}
.table tr td,
.table tr th {
  border: 1px solid #502497;
}
.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 {
  color: #202c0d;
}
.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;
}

.box-compose .title div {
  background: #a2002a;
  padding: 5px;
  text-align: center;
}
.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}
.box-compose .box-composeMain:nth-child(even) {
  background: #ffc185;
}
.box-compose .box-composeMain:nth-child(even) div {
  background: #fff3c9;
}
.box-compose .box-composeMain:nth-child(even) div:first-child {
  background: #ffc185;
}
.box-compose .box-composeMain:nth-child(odd) {
  background: #ffabaf;
}
.box-compose .box-composeMain:nth-child(odd) div {
  background: #ffdfe1;
}
.box-compose .box-composeMain:nth-child(odd) div:first-child {
  background: #ffabaf;
}
.box-compose .box-composeMain div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #3a0012;
}
.box-compose .box-composeMain div p {
  padding: 5px;
}
.box-compose .box-composeMain div p img {
  display: block;
}

.bank_content {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
}
.bank_content .bank_box {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #b79771;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 5px #000;
          box-shadow: 2px 2px 5px #000;
}

.bank_box_icon {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bank_box_icon img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.bank_box_title {
  float: left;
}
.bank_box_title h5 {
  color: #b79771;
  font-size: 120%;
}
.bank_box_title p {
  color: #000;
  font-size: 90%;
  margin: 0px;
}

.bank_box_link {
  float: right;
  width: 50%;
  line-height: 35px;
  text-align: center;
  margin: 16px 0;
}
.bank_box_link a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #b79771;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
}
.bank_box_link a:hover {
  background-color: #cdae8a;
}

.rank_btn {
  width: 90%;
  height: 50px;
  margin: 0 auto;
}
.rank_btn ul {
  list-style: none;
}
.rank_btn li {
  float: left;
  width: 32.4%;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
  border-right: 1px solid #000;
  margin: 3px;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeac3), to(#a37d52));
  background: linear-gradient(to bottom, #ffeac3 0%, #a37d52 100%);
}
.rank_btn li a {
  width: 100%;
  height: 100%;
  display: block;
}
.rank_btn li a:hover, .rank_btn li a.rank_btn_over {
  color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc17b), to(#8f693b));
  background: linear-gradient(to bottom, #ffc17b 0%, #8f693b 100%);
}

.small-v {
  color: #999;
}
.small-v a {
  color: #fff;
}
.small-v a:hover {
  color: #999;
}

#rank_page,
#GT_rank tr td,
.rank_update {
  color: #000;
}

.content_bg_white .fontRed {
  color: #f00;
}
.content_bg_white .text-indent {
  text-indent: 2em;
}
.content_bg_white .subtitle {
  font-weight: bold;
  color: #b79771;
}
.content_bg_white .content__container {
  width: 100%;
  margin: 0 auto;
}
.content_bg_white .content__container__section {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.content_bg_white .content__container__section p {
  line-height: 26px;
  margin: 3px 0 0 18px;
}
.content_bg_white h3 {
  font-size: 170%;
  margin: 0;
  padding: 0;
  color: #b79771;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.content_bg_white h3 span {
  font-size: 50%;
  color: #666;
}
.content_bg_white h4 {
  font-size: 120%;
  padding: 0;
  margin: 0;
  color: #b79771;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  margin-bottom: 5px;
}
.content_bg_white ol {
  margin: 0px 0px 20px 50px;
}
.content_bg_white .btn_group {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font: 13px/1.5em "新細明體", "細明體", Verdana;
  padding: 0 5%;
  text-align: right;
  margin: 10px 0;
  height: 3.3em;
}
.content_bg_white p.fontCenter {
  text-align: center;
  margin: 3px 0px;
}
.content_bg_white .button--styleA {
  background-color: #f90;
  -webkit-box-shadow: #fa7a03 1px 1px 0 0;
          box-shadow: #fa7a03 1px 1px 0 0;
  border-radius: 24px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.content_bg_white .button--styleA:hover {
  color: #630;
}
.content_bg_white .tableA {
  width: 85%;
  margin: 15px auto;
  color: #b79771;
  table-layout: fixed;
  word-break: break-all;
  border-spacing: 6px;
  background: #fff;
  border-bottom: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  padding: 25px;
  text-align: left;
}
.content_bg_white .tableA th {
  font-size: 110%;
}
.content_bg_white .tableA th .slogan {
  font-size: 150%;
  font-weight: bold;
}
.content_bg_white .tableA td {
  line-height: 23px;
}
.content_bg_white .tableA td input {
  border: none;
  border-bottom: 2px solid #dfdfdf;
  outline: none;
}
.content_bg_white .tableA .shop-box {
  width: 100%;
  height: 25px;
}
.content_bg_white .tableA .msg-box {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-size: 110%;
  overflow: auto;
}
.content_bg_white .tableA .msg-box h4 {
  width: 20%;
  display: block;
  float: left;
}
.content_bg_white .tableA .msg-box p {
  width: 80%;
  display: block;
  float: left;
  margin: 0px;
  color: #000;
}
.content_bg_white #message-box {
  line-height: 28px;
  text-indent: 5px;
}
.content_bg_white .joinus-box {
  width: 90%;
  height: 200px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  resize: vertical;
}
.content_bg_white .btn-primary {
  width: 30%;
  line-height: 28px;
  text-align: center;
  margin: 0;
  display: block;
  color: #fff;
  background-color: #b79771;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
}
.content_bg_white .btn-primary:hover {
  background-color: #cdae8a;
}

/*================= table================= */
.table tr td, .table tr th {
  border: 1px solid #502497;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #502497;
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  font-size: 1.025em;
  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 {
  font-size: calc(13px + 2 * (100vw - 300px) / 1300);
  color: #202c0d;
  /*單格變色*/
}
.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;
}

#popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  z-index: 9999999;
}
#popup .bg {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#popup img {
  margin-top: 2%;
  max-height: 90%;
  max-width: 95%;
  border: 3px solid #b79771;
  border-radius: 12px;
}

@media \0 screen\,screen\9  {
  #popup .bg {
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static;
  }
  #popup .bg img {
    position: relative;
  }
}
.color--backgroundA,
.pageNum-button li.active a {
  background-color: #0da0fe;
}

.color--borderA,
.pageNum-button li.active a {
  border-color: #0da0fe;
}

.button--styleA--flex .btn_bugreport {
  width: 22%;
}

/* ================= 內頁 ================= */
.wrapper_page {
  background-image: none;
  background-color: #1a347d;
  background-repeat: repeat-y;
  background-position: center;
  background-image: url(/Games/PartyGo/images/page_bg.jpg?v=20251008);
  background-size: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  /* ================= 內容 ================= */
}
.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/PartyGo/images/page_header.jpg?v=20251008);
}
.wrapper_page .content {
  width: 100%;
}
.wrapper_page .content:has(.tab_container) .container_top {
  margin: 12vw auto 0 auto;
}
@media screen and (min-width: 992px) {
  .wrapper_page .content:has(.tab_container) .container_top {
    margin: 100px auto 0 auto;
  }
}
.wrapper_page .content:has(.tab_container) .container {
  min-height: 50vh;
}
.wrapper_page .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) {
  .wrapper_page .content:has(.tab_container) .text_container {
    padding: 0 2em 0em 2em;
  }
}
@media screen and (min-width: 768px) {
  .wrapper_page .content:has(.tab_container) .text_container {
    padding: 0 3em 0em 3em;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper_page .content:has(.tab_container) .text_container {
    padding: 0 2em 0em 2em;
  }
}
.wrapper_page .content > .container {
  position: relative;
  width: 100%;
  max-width: initial;
  color: #fff;
  background: url(/Games/PartyGo/images/page_bg_repeat.png?v=20251008);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 137%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: initial;
  container-type: inline-size;
}
@media screen and (min-width: 1400px) {
  .wrapper_page .content > .container {
    background-size: auto;
  }
}
.wrapper_page .content > .container_top {
  width: 100%;
  height: 0;
  padding-bottom: 6%;
  margin: 2% auto 0 auto;
  background: url(/Games/PartyGo/images/page_bg_top.png?v=20251008);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 137%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 1400px) {
  .wrapper_page .content > .container_top {
    background-size: auto;
    height: 86px;
    padding-bottom: 0;
  }
}
.wrapper_page .content > .container_bottom {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  margin-bottom: 2%;
  background: url(/Games/PartyGo/images/page_bg_bottom.png?v=20251008);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 137%;
}
@media screen and (min-width: 1400px) {
  .wrapper_page .content > .container_bottom {
    background-size: auto;
    height: 320px;
    padding-bottom: 0;
  }
}
.wrapper_page .content > .container .h3_style {
  margin: 0 auto;
  margin-top: -6.1428571429%;
}
@media screen and (min-width: 1400px) {
  .wrapper_page .content > .container .h3_style {
    margin-top: -86px;
  }
}
.wrapper_page .content > .container .h3_style img {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
.wrapper_page .content .text_container {
  width: calc(100% - 16px);
  max-width: 960px;
  margin: 0 auto;
  word-break: break-all;
  padding: 1.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;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .wrapper_page .content .text_container {
    padding: 2.5em;
  }
}
.wrapper_page .content .text_container h5 {
  font-size: 23px;
  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;
  margin-top: 50px;
}
@media screen and (min-width: 576px) {
  .wrapper_page .content .text_container h5 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper_page .content .text_container h5 {
    font-size: 52px;
    margin-top: 0;
  }
}
.wrapper_page .content .text_container p {
  margin: 0;
}
.wrapper_page .content .text_container .text-remind {
  font-size: 1.25em;
  line-height: 1.5;
  color: #5C5C5C;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .wrapper_page .content .text_container .text-remind {
    font-size: 1.5em;
  }
}
.wrapper_page .content .text_container ul.pagination {
  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: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.wrapper_page .content .text_container ul.pagination li {
  width: 30px;
  height: 36px;
  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;
  border-width: 1px 1px 1px 0;
  border-color: #BFBFBF;
  border-style: solid;
}
.wrapper_page .content .text_container ul.pagination li.prev {
  border: 1px solid #BFBFBF;
}
.wrapper_page .content .text_container ul.pagination li:hover {
  background-color: rgb(227.25, 227.25, 227.25);
}
.wrapper_page .content .text_container ul.pagination li.active a {
  color: white;
  background-color: #6A87FF;
}
.wrapper_page .content .text_container ul.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #6A87FF;
  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;
  text-decoration: none !important;
}
.wrapper_page .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;
}
.wrapper_page .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) {
  .wrapper_page .content .tab_container {
    margin-top: -50px;
  }
}
.wrapper_page .content > h3 {
  width: 100%;
}
.wrapper_page .content > h3 img {
  display: block;
  max-width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .wrapper_page .content > h3 img {
    max-width: 100%;
  }
}
.wrapper_page .content h4 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.wrapper_page .content h4 img {
  width: 90%;
  max-width: 686px;
  display: block;
  margin: 0 auto;
}
.wrapper_page .content p a {
  color: #00a0fd;
  text-decoration: underline;
}
.wrapper_page .content p a:hover {
  color: #ff20cf;
}
.wrapper_page .content ol a,
.wrapper_page .content ul a {
  color: #F19917;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 4px;
}
.wrapper_page .content ol a:hover,
.wrapper_page .content ul a:hover {
  color: #ff20cf;
}
.wrapper_page 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: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (min-width: 992px) {
  .wrapper_page ul.tabBtn {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.wrapper_page 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: 10px 10px 0 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .wrapper_page ul.tabBtn li {
    border-radius: 20px 20px 0 0;
    width: 32%;
  }
}
@media screen and (min-width: 992px) {
  .wrapper_page ul.tabBtn li {
    width: 28%;
  }
}
.wrapper_page ul.tabBtn li a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  margin: 7% 2%;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .wrapper_page ul.tabBtn li a {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper_page ul.tabBtn li a {
    font-size: 42px;
  }
}
.wrapper_page ul.tabBtn li:hover {
  -webkit-filter: brightness(1.05) saturate(1.2);
          filter: brightness(1.05) saturate(1.2);
}
.wrapper_page ul.tabBtn li:hover a {
  color: #fff;
}
.wrapper_page 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-width: 3px 3px 0 3px;
  border-color: #75B0FF;
}
.wrapper_page ul.tabBtn li.active a {
  display: block;
  position: relative;
  font-size: 24px;
  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) {
  .wrapper_page ul.tabBtn li.active a {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper_page ul.tabBtn li.active a {
    font-size: 48px;
  }
}
.wrapper_page .tabMain {
  display: none;
  padding: 20px 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wrapper_page .tabMain {
    padding: 20px;
  }
}
.wrapper_page .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;
}
.wrapper_page .popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
}
.wrapper_page .popup__content {
  max-width: 600px;
  width: 90%;
  height: auto;
  padding: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 65px 20px;
  border: 4px solid #75B0FF;
  visibility: hidden;
}
.wrapper_page .popup__content::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/Games/PartyGo/images/bank/login_entrance_bg.png?v=20251008);
  -webkit-mask-image: linear-gradient(-25deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(-25deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 100%);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  top: 0;
  left: 0;
  border-radius: 65px 20px;
}
.wrapper_page .popup__content .content-main {
  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: 16px;
  position: relative;
}
.wrapper_page .popup__content .content-main p {
  padding: 0;
  margin: 0;
}
.wrapper_page .popup__content .btn-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  background: url(/Games/PartyGo/images/btn_close.svg?v=20251008) no-repeat center;
  background-size: contain;
}
.wrapper_page .popup__content .btn-close:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (min-width: 768px) {
  .wrapper_page .popup__content .btn-close {
    width: 80px;
    height: 80px;
    right: -36px;
    top: -36px;
  }
}
.wrapper_page .popup--title {
  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;
  font-weight: 800;
}
@media screen and (min-width: 576px) {
  .wrapper_page .popup--title {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper_page .popup--title {
    font-size: 52px;
  }
}

#sb-wrapper {
  max-width: 90% !important;
  height: auto;
  padding: 20px;
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  background-color: #fff;
  border-radius: 55px 20px;
  border: 4px solid #75B0FF;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  #sb-wrapper {
    padding: 30px;
    border-radius: 70px 20px;
  }
}
#sb-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/Games/PartyGo/images/bank/login_entrance_bg.png?v=20251008);
  -webkit-mask-image: linear-gradient(-25deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(-25deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 100%);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  top: 0;
  left: 0;
  border-radius: 50px 20px;
  background-size: 146%;
}
@media screen and (min-width: 768px) {
  #sb-wrapper::before {
    border-radius: 65px 20px;
  }
}
#sb-wrapper-inner {
  border: 0 !important;
  height: 200px !important;
}
@media (max-height: 600px) {
  #sb-wrapper-inner {
    height: 140px !important;
  }
}
@media (max-height: 500px) {
  #sb-wrapper-inner {
    height: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  #sb-wrapper-inner {
    height: 450px !important;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #sb-wrapper-inner {
    height: 240px !important;
  }
}
@media screen and (min-width: 768px) and (max-height: 600px) {
  #sb-wrapper-inner {
    height: 200px !important;
  }
}

#sb-body {
  background-color: transparent !important;
}

#sb-info {
  position: absolute !important;
  top: -20px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  #sb-info {
    top: -32px;
    right: -32px;
  }
}

#sb-nav,
#sb-info-inner,
#sb-info {
  width: 50px !important;
  height: 50px !important;
}
@media screen and (min-width: 768px) {
  #sb-nav,
  #sb-info-inner,
  #sb-info {
    width: 80px !important;
    height: 80px !important;
  }
}

#sb-nav-close {
  width: 45px !important;
  height: 45px !important;
  position: absolute;
  cursor: pointer;
  background: url(/Games/PartyGo/images/btn_close.svg?v=20251008) no-repeat center !important;
  background-size: 100% !important;
  margin-left: 6px !important;
  margin-top: 6px !important;
}
#sb-nav-close:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (min-width: 768px) {
  #sb-nav-close {
    width: 60px !important;
    height: 60px !important;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 10;
  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%;
  height: 40px;
  padding: 6px 12px;
  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;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .nav .container ul.navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
  }
}
.nav .container ul.navbar li {
  text-align: center;
  font-weight: bold;
}
.nav .container ul.navbar li.logout {
  -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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: none;
}
@media screen and (min-width: 992px) {
  .nav .container ul.navbar li.logout {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.nav .container ul.navbar li.logout p {
  color: #745829;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.nav .container ul.navbar li .buttons {
  width: 154px;
}
.nav .container ul.navbar li .buttons a {
  font-size: 1em;
}
.nav .container ul.navbar li .buttons .button {
  text-shadow: none;
}
.nav .container ul.navbar li a {
  width: 100%;
  display: block;
  color: #745829;
  text-decoration: none;
}
.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: 104px;
  height: 36px;
  background-image: url(/Games/PartyGo/images/logo_nav.png?v=20251008);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .nav .container ul.navbar li:first-child {
    width: 131px;
    height: 45px;
  }
}
.nav .container ul.navbar li:first-child a {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  display: block;
}
.nav .container ul.navbar li:not(:first-child) {
  display: none;
}
@media screen and (min-width: 992px) {
  .nav .container ul.navbar li:not(:first-child) {
    display: block;
  }
}
.nav .container .ham-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 1.5%;
  top: 0;
}
@media screen and (min-width: 992px) {
  .nav .container .ham-icon {
    display: none;
  }
}
.nav .container .ham {
  z-index: 888;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: block;
  position: relative;
}
.nav .container .ham-origin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.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-top: 90px;
  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 .user__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.nav .container .menu .user__content .user__info {
  width: 100%;
  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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.nav .container .menu .user__content .user__info .user__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
.nav .container .menu .user__content .user__info .user__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.nav .container .menu .user__content .user__info .user__name {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 88px);
}
.nav .container .menu .user__content .user__info .user__name p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.nav .container .menu .user__content .user__action {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.nav .container .menu .user__content .user__action a {
  color: #ffde32;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}
.nav .container .menu .user__content .user__action a:hover {
  color: #fff;
}
.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 #nav-toggle:checked ~ .menu {
  overflow-y: auto;
}
.nav .container .menu-list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 45px 0;
  display: block;
  width: 100%;
}
.nav .container .menu-item + .menu-item {
  margin-top: 20px;
}
.nav .container .menu-link {
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
  color: #d374ff;
}
.nav .container .menu-link:hover {
  color: #fff;
  text-decoration: underline;
}

html:has(#nav-toggle:checked) {
  overflow: hidden;
}
html:has(#nav-toggle:checked) .wrapper,
html:has(#nav-toggle:checked) .wrapper_page {
  overflow: hidden;
  height: 100vh;
}

html.nav-open {
  overflow: hidden;
}
html.nav-open .wrapper,
html.nav-open .wrapper_page {
  overflow: hidden;
  height: 100vh;
}

.footer {
  width: 100%;
  position: relative;
  background-color: #1d44ab;
  background-image: url(/Games/PartyGo/images/footer_bg.jpg?v=20251008);
  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 (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;
  margin: 0;
}
@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;
}

.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?v=20251008);
  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 {
  width: 100%;
  background-color: #D9EDF9;
  border-radius: 10px;
  padding: 1.5em 1em;
  color: #5C5C5C;
}
.precautions .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.precautions ol, .precautions ul {
  padding: 0 2em;
  font-size: 20px;
  line-height: 1.7;
}
.precautions ol a, .precautions ul a {
  color: #3a7fff;
  text-decoration: underline;
}
.precautions ol a:hover, .precautions ul a:hover {
  color: #7A310A;
}
.precautions p:not(.title) {
  padding: 0 1em;
  font-size: 20px;
  line-height: 1.7;
}

.message {
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  padding: 1em;
  width: 100%;
  margin-bottom: 0;
}
.message ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  margin: 0;
  padding: 0;
}
.message ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.message ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  vertical-align: middle;
}
.message ul li p {
  width: calc(100% - 30px);
}
.message.message-danger {
  border-color: #ff0000;
  color: #ff0000;
}
.message.message-danger ul li::before {
  background-color: #ff0000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z'/%3E%3C/svg%3E");
}
.message.message-success {
  border-color: #28a745;
  color: #28a745;
}
.message.message-success ul li::before {
  background-color: #28a745;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='none' stroke='%23000' d='M4 7.5L7 10l4-5' stroke-width='1'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='none' stroke='%23000' d='M4 7.5L7 10l4-5' stroke-width='1'/%3E%3C/svg%3E");
}
.message.message-warning {
  border-color: #ff7f2f;
  color: #ff7f2f;
}
.message.message-warning ul li::before {
  background-color: #ff7f2f;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='m955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48M480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8zm32 352a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='m955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48M480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8zm32 352a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96'/%3E%3C/svg%3E");
}

.waiting p {
  width: 100%;
  text-align: center;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  .waiting p {
    font-size: 26px;
  }
}
.waiting img {
  width: 80%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

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% !important;
  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;
}
form .input_container.phone p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  form .input_container.phone {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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 .input_container.phone input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
form .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;
}
form .input-group.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
form .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
form .captcha #div_RegisterCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
form .captcha img {
  width: 100px !important;
  border-radius: 10px;
  margin: 0 !important;
}
@media screen and (min-width: 576px) {
  form .captcha img {
    width: 190px !important;
  }
}
form .captcha input {
  width: calc(100% - 24px - 100px - 20px) !important;
  padding: 12px 8px;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  form .captcha input {
    max-width: 10em !important;
    padding: 18px;
  }
}
form .captcha .fa-repeat {
  font-size: 24px !important;
  margin: 0 !important;
}
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 !important;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
}
form .checkbox a {
  color: #3a7fff;
  text-decoration: underline;
}
form .checkbox a:hover {
  color: #7A310A;
}
form .radio {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
form .radio input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #6A87FF;
  cursor: pointer;
}
form .radio input[type=radio].magic-radio {
  position: relative;
  display: inline-block;
}

.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;*/
}
.buttons .button {
  border: none;
  outline: none;
  background: transparent;
  container-type: inline-size;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  background-size: 100%;
  cursor: pointer;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .buttons .button {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
}
.buttons .button a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buttons .button_main {
  width: 75%;
  max-width: 426px;
  aspect-ratio: 426/120;
  background-image: url(../../images/btn_system_yellow.png?v=20251008);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2%;
}
.buttons .button_main p,
.buttons .button_main a {
  font-size: 1.8em;
  color: #7A310A !important;
}
@media screen and (min-width: 420px) {
  .buttons .button_main p,
  .buttons .button_main a {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 576px) {
  .buttons .button_main {
    width: 100%;
  }
}
.buttons .button_main_grey {
  width: 75%;
  max-width: 426px;
  aspect-ratio: 426/120;
  background-image: url(../../images/btn_system_yellow_grey.png?v=20251008);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2%;
}
@media screen and (min-width: 576px) {
  .buttons .button_main_grey {
    width: 100%;
  }
}
.buttons .button_main.big {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 480/93;
  background-image: url(../../images/btn_system_yellow-big.png?v=20251008);
  background-position: center;
  background-repeat: no-repeat;
  letter-spacing: -1px;
}
.buttons .button_main.big p {
  font-size: 0.8em;
}
@media screen and (min-width: 576px) {
  .buttons .button_main.big p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .buttons .button_main.big p {
    font-size: 1.3em;
  }
}
.buttons .button_secondary {
  width: 45%;
  max-width: 200px;
  aspect-ratio: 200/60;
  background-image: url(../../images/btn_system_blue.png?v=20251008);
  background-position: center;
  background-repeat: no-repeat;
}
.buttons .button_secondary p,
.buttons .button_secondary a {
  font-size: 0.8em;
  color: #244C7C !important;
}
@media screen and (min-width: 420px) {
  .buttons .button_secondary p,
  .buttons .button_secondary a {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 576px) {
  .buttons .button_secondary {
    width: 100%;
  }
}
.buttons .button_third {
  width: 45%;
  max-width: 200px;
  aspect-ratio: 200/60;
  background-image: url(../../images/btn_system_bluegray.png?v=20251008);
  background-position: center;
  background-repeat: no-repeat;
}
.buttons .button_third p,
.buttons .button_third a {
  font-size: 0.8em;
  color: #386077 !important;
}
@media screen and (min-width: 420px) {
  .buttons .button_third p,
  .buttons .button_third a {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 576px) {
  .buttons .button_third {
    width: 100%;
  }
}

/* ================= 自訂下拉選單樣式 ================= */
.select-container {
  position: relative;
  width: auto;
}
.select-container::before {
  content: "";
  display: block;
  width: 50px;
  height: calc(100% - 2px);
  border-left: 1px solid #92BFFF;
  border-radius: 0 14px 14px 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.select-container::after {
  width: 26px;
  height: 26px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #92BFFF;
  color: #6A87FF;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1664 1312'%3E%3Cpath fill='%23000' d='m1619 552l-742 741q-19 19-45 19t-45-19L45 552q-19-19-19-45.5T45 461l166-165q19-19 45-19t45 19l531 531l531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1664 1312'%3E%3Cpath fill='%23000' d='m1619 552l-742 741q-19 19-45 19t-45-19L45 552q-19-19-19-45.5T45 461l166-165q19-19 45-19t45 19l531 531l531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  overflow: hidden;
}
.select-container .form-select {
  width: 100%;
  font-size: 20px;
  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;
  position: relative;
  /* 移除瀏覽器預設樣式 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select-container .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);
}
.select-container .form-select :hover {
  border-color: #7A95D4;
}
.select-container .form-select option {
  padding: 10px;
  background-color: #fff;
  color: #333;
}
.select-container .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;
  font-size: 20px;
}
.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: 6em;
  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);
  font-size: 20px;
}
.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 > div p,
.list-record .item > div p {
  width: 100%;
  text-align: left;
}
.list-record .title:has(.transaction) .date,
.list-record .item:has(.transaction) .date {
  width: 8em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .list-record .title:has(.transaction) .date,
  .list-record .item:has(.transaction) .date {
    width: 16em;
  }
}
.list-record .title .date,
.list-record .item .date {
  width: 100%;
}
.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: 340px;
  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;
  }
}
@media screen and (min-width: 768px) {
  .list-group:has(.channel-list .item.choosed) {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .list-group.has-selected-channel {
    height: auto;
    overflow: visible;
  }
}

.item-list {
  width: 100%;
}
.item-list > .title {
  color: #5C5C5C;
  font-size: 20px;
  padding: 16px 24px 0 24px;
  display: block;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 992px) {
  .item-list > .title {
    font-size: 36px;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 40px 40px 0 0;
  }
}
.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;
}
.item-list .product-list::-webkit-scrollbar-track,
.item-list .channel-list::-webkit-scrollbar-track {
  background: #e5f4fd;
  border-radius: 4px;
}
.item-list .product-list::-webkit-scrollbar-thumb,
.item-list .channel-list::-webkit-scrollbar-thumb {
  background: #BAD9EB;
  border-radius: 4px;
}
.item-list .product-list::-webkit-scrollbar-thumb:hover,
.item-list .channel-list::-webkit-scrollbar-thumb:hover {
  background: #86D1FF;
}
.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-list.text,
.item-list .channel-list.text {
  color: #5C5C5C;
  font-size: 36px;
  font-weight: bold;
  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 {
  position: relative;
  width: 100%;
  /* iOS(舊版) 相容：以 class 方式替代 :has(.choosed) 的效果 */
}
@media screen and (min-width: 992px) {
  .item-list.product {
    width: 50%;
  }
}
.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: grayscale(0);
          filter: grayscale(0);
}
.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: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) 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: auto;
    pointer-events: auto;
  }
}
.item-list.product:has(.choosed) .product-list.collapsed .item:not(.choosed) {
  display: none;
}
.item-list.product.has-choosed .item {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.item-list.product.has-choosed .item.choosed {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.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: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) 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: auto;
    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;
  padding: 6% 4% 6% 0;
}
@media screen and (min-width: 992px) {
  .item-list.product .product-list .item {
    padding: 5% 1% 5% 0;
  }
}
.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: 60%;
  margin: 0 auto;
  display: block;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .item-list.product .product-list .item .label img {
    margin-top: -10px;
  }
}
.item-list.product .product-list .item .label p {
  text-align: center;
  margin-top: -28px;
  position: relative;
}
@media screen and (min-width: 420px) {
  .item-list.product .product-list .item .label p {
    margin-top: -38px;
  }
}
@media screen and (min-width: 992px) {
  .item-list.product .product-list .item .label p {
    margin-top: -48px;
  }
}
.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: 18px;
    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 {
  display: none;
}
@media screen and (min-width: 992px) {
  .item-list.product .product-list .item .value .btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.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;
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}
@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%);
  cursor: pointer;
  -webkit-animation: buttonCollapsePulse 2s ease-in-out infinite;
          animation: buttonCollapsePulse 2s ease-in-out infinite;
}
.item-list.product .button_collapse::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #a0a0a0;
  -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 338.752a64 64 0 0 1 90.496 0l316.8 316.8l316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: buttonCollapseIconBounce 1.5s ease-in-out infinite;
          animation: buttonCollapseIconBounce 1.5s ease-in-out infinite;
}
.item-list.product .button_collapse:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-list.product .button_collapse.expanded {
  -webkit-animation: buttonCollapseRotate 0.5s ease-in-out;
          animation: buttonCollapseRotate 0.5s ease-in-out;
}
@media screen and (min-width: 992px) {
  .item-list.product .button_collapse {
    display: none;
  }
}
.item-list.channel {
  width: 100%;
}
.item-list.channel > .title {
  background-color: #D9EDF9;
}
.item-list.channel .channel-list {
  /* iOS(舊版) 相容：以 class 方式替代 :has(.choosed) 的效果 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D9EDF9), to(#D9EDF9));
  background-image: linear-gradient(to bottom, #D9EDF9 0%, #D9EDF9 100%);
}
.item-list.channel .channel-list:has(.choosed) .item {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.item-list.channel .channel-list:has(.choosed) .item-bg {
  border: none;
}
.item-list.channel .channel-list:has(.choosed) .item.choosed {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.item-list.channel .channel-list:has(.choosed) .item.choosed .item-bg {
  border: 2px solid #1a70c6;
}
.item-list.channel .channel-list:has(.choosed).collapsed .item:not(.choosed) {
  display: none;
}
.item-list.channel .channel-list.has-choosed .item {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.item-list.channel .channel-list.has-choosed .item-bg {
  border: none;
}
.item-list.channel .channel-list.has-choosed .item.choosed {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.item-list.channel .channel-list.has-choosed .item.choosed .item-bg {
  border: 2px solid #1a70c6;
}
.item-list.channel .channel-list.has-choosed.collapsed .item:not(.choosed) {
  display: none;
}
.item-list.channel .channel-list .item {
  width: 100%;
  position: relative;
  padding: 0;
  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;
  padding: 22px 16px;
}
@media screen and (min-width: 1280px) {
  .item-list.channel .channel-list .item {
    padding: 14px 12px;
  }
}
.item-list.channel .channel-list .item-bg {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 32px 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .item-list.channel .channel-list .item-bg {
    border-radius: 45px 12px;
  }
}
.item-list.channel .channel-list .item-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/Games/PartyGo/images/bank/login_entrance_bg.png?v=20251008);
  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: 6px;
  -webkit-transform: skew(-8deg);
          transform: skew(-8deg);
}
.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;
  font-size: 20px;
}
.item-list.channel .channel-list .item .bonus img {
  width: 2em;
}
.item-list.channel .channel-list .item .label {
  max-width: 135px;
  width: 27%;
  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;
}
@media screen and (min-width: 1280px) {
  .item-list.channel .channel-list .item .label {
    width: 35%;
  }
}
.item-list.channel .channel-list .item .label .img {
  width: 100%;
  height: 77.037037037cqw;
  position: relative;
  background-image: url(/Games/PartyGo/images/bank/pathbg.png?v=20251008);
  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: 16px;
  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;
  font-size: 16px;
}
.list-group:has(.product) .channel {
  display: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .list-group:has(.product) .channel {
    width: 50%;
    display: block;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    cursor: none;
    pointer-events: none;
  }
}
.list-group:has(.product) .channel > .title {
  background-color: #F9F3C7;
}
.list-group:has(.product) .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%);
}

@-webkit-keyframes buttonCollapsePulse {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.4);
            box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.4);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
    -webkit-box-shadow: 0 0 0 8px rgba(180, 180, 180, 0.1);
            box-shadow: 0 0 0 8px rgba(180, 180, 180, 0.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
            box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
  }
}

@keyframes buttonCollapsePulse {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.4);
            box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.4);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
    -webkit-box-shadow: 0 0 0 8px rgba(180, 180, 180, 0.1);
            box-shadow: 0 0 0 8px rgba(180, 180, 180, 0.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
            box-shadow: 0 0 0 0 rgba(180, 180, 180, 0);
  }
}
@-webkit-keyframes buttonCollapseIconBounce {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes buttonCollapseIconBounce {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@-webkit-keyframes buttonCollapseRotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
@keyframes buttonCollapseRotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
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;
  padding: 0 1em;
}
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: 16px 8px;
  max-height: 410px;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 992px) {
  .topup-info {
    padding: 32px;
  }
}
.topup-info .account {
  color: #5C5C5C;
  font-size: 22px;
  font-weight: 400;
  padding: 0 16px;
}
.topup-info .account p {
  margin: 4px 0;
}
@media screen and (min-width: 992px) {
  .topup-info .account {
    font-size: 36px;
  }
}
.topup-info .title {
  color: #5C5C5C;
  font-size: 22px;
  font-weight: 400;
  padding: 0 16px 16px 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #BFBFBF;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .topup-info .title {
    font-size: 36px;
  }
}
.topup-info .info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 16px;
  row-gap: 16px;
}
.topup-info .selected-product-info {
  color: #5C5C5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.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 .selected-product-info--img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 5.8em;
  height: 4em;
  font-size: 18px;
  color: #fff;
  position: relative;
  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;
  display: none;
}
@media screen and (min-width: 768px) {
  .topup-info .selected-product-info--img {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .topup-info .selected-product-info--img {
    font-size: 28px;
    display: block;
  }
}
.topup-info .selected-product-info--img img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  margin-top: 0px;
}
.topup-info .selected-product-info--img p {
  text-align: center;
  margin-top: -28px !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .topup-info .selected-product-info--img p {
    margin-top: -38px !important;
  }
}
@media screen and (min-width: 1280px) {
  .topup-info .selected-product-info--img p {
    margin-top: -48px !important;
  }
}
.topup-info .selected-product-info--img p::before {
  content: attr(data-label);
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: 1px 2px 0 #00529A;
}
.topup-info .info-box__items {
  margin-right: 3%;
  display: none;
  width: 120px;
  position: relative;
}
.topup-info .info-box__items img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 6%;
}
.topup-info .info-box__items p {
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.55em;
  font-weight: bold;
  text-shadow: -2px -2px 0 #00529A, 2px -2px 0 #00529A, -2px 2px 0 #00529A, 2px 2px 0 #00529A, -2px 0px 0 #00529A, 2px 0px 0 #00529A, 0px -2px 0 #00529A, 0px 2px 0 #00529A, 0px 0px 4px rgba(0, 82, 154, 0.8);
}
@media screen and (min-width: 768px) {
  .topup-info .info-box__items {
    display: block;
  }
}
.topup-info .buttons {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  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;
  max-width: 300px;
}
@media screen and (min-width: 576px) {
  .topup-info .buttons {
    width: 40%;
    min-width: 100px;
  }
}
.topup-info .buttons p {
  color: #5C5C5C;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .topup-info .buttons p {
    font-size: 40px;
  }
}
.topup-info .buttons .button {
  /* 使用更兼容的方式：預設為灰色狀態 */
  max-width: 180px;
  /* 移除container-type以提升舊版iOS兼容性 */
  /* container-type: inline-size; */
  /* 使用更可靠的iOS兼容方式：直接針對button添加choosed類別 */
  /* 備用方案：使用更通用的選擇器 */
}
@media screen and (min-width: 576px) {
  .topup-info .buttons .button {
    max-width: 300px;
  }
}
.topup-info .buttons .button p {
  /* 使用更兼容的字體大小設定 */
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .topup-info .buttons .button p {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .topup-info .buttons .button p {
    font-size: 28px;
  }
}

.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-left-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='M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 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");
}
.icon.ep--arrow-down-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 338.752a64 64 0 0 1 90.496 0l316.8 316.8l316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496'/%3E%3C/svg%3E");
}
.icon.ic--baseline-info {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z'/%3E%3C/svg%3E");
}
.icon.teenyicons--tick-small-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='none' stroke='%23000' d='M4 7.5L7 10l4-5' stroke-width='1'/%3E%3C/svg%3E");
}
.icon.ant-design--warning-filled {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='m955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48M480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8zm32 352a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96'/%3E%3C/svg%3E");
}
.icon.eva--arrow-left-fill {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M13.54 18a2.06 2.06 0 0 1-1.3-.46l-5.1-4.21a1.7 1.7 0 0 1 0-2.66l5.1-4.21a2.1 2.1 0 0 1 2.21-.26a1.76 1.76 0 0 1 1.05 1.59v8.42a1.76 1.76 0 0 1-1.05 1.59a2.2 2.2 0 0 1-.91.2'/%3E%3C/svg%3E");
}
.icon.eva--arrow-right-fill {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10.46 18a2.2 2.2 0 0 1-.91-.2a1.76 1.76 0 0 1-1.05-1.59V7.79A1.76 1.76 0 0 1 9.55 6.2a2.1 2.1 0 0 1 2.21.26l5.1 4.21a1.7 1.7 0 0 1 0 2.66l-5.1 4.21a2.06 2.06 0 0 1-1.3.46'/%3E%3C/svg%3E");
}
.icon.heroicons--document-text {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9'/%3E%3C/svg%3E");
}
.icon.fa--chevron-down {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1664 1312'%3E%3Cpath fill='%23000' d='m1619 552l-742 741q-19 19-45 19t-45-19L45 552q-19-19-19-45.5T45 461l166-165q19-19 45-19t45 19l531 531l531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5'/%3E%3C/svg%3E");
}

.info_container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  word-break: break-all;
  padding: 0;
  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;
}

.read-agreement {
  color: #6A87FF;
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  cursor: pointer;
}

.agreement {
  /* 同意書介紹區塊 */
  /* 條款容器 */
  /* 單一條款項目 */
}
.agreement-content {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px;
  border-radius: 8px;
}
.agreement-content::-webkit-scrollbar {
  width: 8px;
}
.agreement-content::-webkit-scrollbar-track {
  background: #e5f4fd;
  border-radius: 4px;
}
.agreement-content::-webkit-scrollbar-thumb {
  background: #BAD9EB;
  border-radius: 4px;
}
.agreement-content::-webkit-scrollbar-thumb:hover {
  background: #86D1FF;
}
.agreement-intro {
  margin-bottom: 24px;
  padding: 16px;
  background: #f0f7ff;
  border-left: 4px solid #2196F3;
  border-radius: 4px;
}
.agreement-intro p {
  margin: 0 0 12px 0;
  color: #2c3e50;
  font-weight: 500;
}
.agreement-intro p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}
.agreement-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.term-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 16px;
  row-gap: 12px;
}
.term-number {
  min-width: 1.5em;
  font-weight: bold;
  color: #6A87FF;
  font-size: 15px;
}
.term-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.term-content p {
  margin: 0;
  line-height: 1.7;
}

.website-link {
  color: #2196F3;
  font-weight: 500;
  background: rgba(33, 150, 243, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
}

ol.list, ul.list {
  margin-bottom: 16px;
  margin-left: 1em;
}
ol.list > li > ul, ol.list > li ol, ul.list > li > ul, ul.list > li ol {
  margin-left: 1.2em;
}
ol.path, ul.path {
  list-style-type: none;
  width: 100%;
  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;
}
ol.list-decimal, ul.list-decimal {
  list-style: decimal;
}
ol.list-decimal > li, ul.list-decimal > li {
  text-indent: 0;
}
ol.list-decimal > li::before, ul.list-decimal > li::before {
  display: none;
}
ol.list-arrow, ul.list-arrow {
  list-style-type: none;
}
ol.list-arrow > li, ul.list-arrow > li {
  text-indent: -1.2em;
}
ol.list-arrow > li::before, ul.list-arrow > li::before {
  content: "※  ";
}
ol.list-asterisk, ul.list-asterisk {
  list-style-type: none;
}
ol.list-asterisk > li, ul.list-asterisk > li {
  text-indent: -1.2em;
}
ol.list-asterisk > li::before, ul.list-asterisk > li::before {
  content: "●  ";
}
ol.list-example, ul.list-example {
  list-style-type: none;
  margin-left: 2.5em;
}
ol.list-example > li, ul.list-example > li {
  text-indent: -2.2em !important;
}
ol.list-example > li:before, ul.list-example > li:before {
  content: "例： ";
}
ol.list-exampleNum, ul.list-exampleNum {
  list-style-type: none;
  margin-left: 4.25em;
}
ol.list-exampleNum > li, ul.list-exampleNum > li {
  counter-increment: step-counter;
  text-indent: -4em !important;
}
ol.list-exampleNum > li:before, ul.list-exampleNum > li:before {
  content: "範例" counter(step-counter) "： ";
}
ol.list-check, ul.list-check {
  list-style-type: none;
}
ol.list-check > li, ul.list-check > li {
  text-indent: -1.2em !important;
}
ol.list-check > li:before, ul.list-check > li:before {
  content: "\f00c  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-star, ul.list-star {
  list-style-type: none;
}
ol.list-star > li, ul.list-star > li {
  text-indent: -1.2em !important;
}
ol.list-star > li:before, ul.list-star > li:before {
  content: "\f005  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-hand, ul.list-hand {
  list-style-type: none;
}
ol.list-hand > li, ul.list-hand > li {
  text-indent: -1.2em !important;
}
ol.list-hand > li:before, ul.list-hand > li:before {
  content: "\f0a4  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-thumbs, ul.list-thumbs {
  list-style-type: none;
}
ol.list-thumbs > li, ul.list-thumbs > li {
  text-indent: -1.2em !important;
}
ol.list-thumbs > li:before, ul.list-thumbs > li:before {
  content: "\f087  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-upperAlpha, ul.list-upperAlpha {
  list-style-type: upper-alpha;
}
ol table, ul table {
  margin-left: 0;
  text-indent: 0;
}

body.swal2-shown .swal2-popup {
  position: relative;
  background: #ffa052;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px #301e10, 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
          box-shadow: 0 0 2px #301e10, 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
  border-radius: 20px;
}
body.swal2-shown .swal2-popup .swal2-content {
  color: #3a281f;
  font-weight: bolder;
}
body.swal2-shown .swal2-popup .swal2-content img {
  vertical-align: middle;
  max-width: 60px;
}
body.swal2-shown .swal2-popup .swal2-actions {
  margin-top: 0.6em;
}
body.swal2-shown .swal2-popup .swal2-actions .swal2-confirm {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 159.8, 81.6)), color-stop(5%, rgb(255, 165.4, 91.8)), color-stop(rgb(255, 148.6, 61.2)), color-stop(80%, rgb(255, 137.4, 40.8)), to(#ff7300));
  background: linear-gradient(to bottom, rgb(255, 159.8, 81.6) 0%, rgb(255, 165.4, 91.8) 5%, rgb(255, 148.6, 61.2), rgb(255, 137.4, 40.8) 80%, #ff7300 100%);
  -webkit-box-shadow: 0 0 2px #ff7300, inset 0 0 5px #ff7300;
          box-shadow: 0 0 2px #ff7300, inset 0 0 5px #ff7300;
  border-radius: 0.45em;
  color: #fff;
}
body.swal2-shown .swal2-popup::before {
  content: "";
  position: absolute;
  top: -125%;
  left: -28%;
  width: 250%;
  height: 600%;
  background: repeating-linear-gradient(#ffa052 0%, #ffa052 7.5px, #ff7300 7.5px, #ff7300 15px, #ffa052 15px, #ffa052 22.5px, #ff7300 22.5px, #ff7300 30px);
  -webkit-transform: translateX(-20%) translateY(-20%) rotate(-45deg);
          transform: translateX(-20%) translateY(-20%) rotate(-45deg);
  -webkit-animation: animate 40s linear infinite;
          animation: animate 40s linear infinite;
}
body.swal2-shown .swal2-popup::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fffaf2;
  -webkit-box-shadow: 0 0 2px rgb(214.2, 96.6, 0), 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
          box-shadow: 0 0 2px rgb(214.2, 96.6, 0), 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
  border-radius: 10px;
}

@-webkit-keyframes animate {
  from {
    background-position: 0;
  }
  to {
    background-position: 0 450px;
  }
}

@keyframes animate {
  from {
    background-position: 0;
  }
  to {
    background-position: 0 450px;
  }
}