@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
@import url("/css/animate.css/animate.min.css");
.f-danger {
  color: #eb0000;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #007bff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #ff00d4;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ffc107;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: rgb(184, 198, 212);
}

/* ================= 頁面框架設定 ================= */
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.show {
  visibility: visible !important;
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 99;
  border-radius: 3px;
  padding: 3px;
}

body {
  background: #000;
}

.ingame__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/ingamebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  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;
  background-position: center;
}
@media (max-aspect-ratio: 16/9) {
  .ingame__wrapper {
    background-size: 100% auto;
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .ingame__wrapper {
    background-size: 100% auto;
  }
}
@media (min-aspect-ratio: 16/9) {
  .ingame__wrapper {
    background-size: auto 100%;
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .ingame__wrapper {
    background-size: auto 100%;
  }
}

.ingame__container {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-aspect-ratio: 16/9) {
  .ingame__container {
    width: 100vw;
    height: 59.5714285714vw;
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .ingame__container {
    width: 100vh;
    height: 59.5714285714vh;
  }
}
@media (min-aspect-ratio: 16/9) {
  .ingame__container {
    width: 161.1510791367vh;
    width: calc(var(--vh, 1vh) * 161.15);
    padding-bottom: initial;
    height: 96vh;
    height: calc(var(--vh, 1vh) * 96);
    background-size: auto 100%;
    background-position: top center;
    top: -2vh;
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .ingame__container {
    width: 161.1510791367vw;
    height: 96vw;
    top: -2vh;
  }
}
.ingame__container.animation-diamond::after {
  content: "";
  display: block;
  width: 21.4285714286%;
  height: 35.9712230216%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/prize/drill02.png?v=20231120);
  background-size: 100%;
  -webkit-animation: diamond1 0.2s linear, diamond2 0.3s 1s linear;
          animation: diamond1 0.2s linear, diamond2 0.3s 1s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 9999;
}

.btn_gameclose {
  width: 8.5714285714%;
  height: 14.3884892086%;
  min-width: 42px;
  min-height: 42px;
  position: absolute;
  right: 0%;
  top: 0%;
  background: url(/Action/11_Star31/20231122SU/ingame/images/ActivityPanel_CloseBtn_Push.png?20231120);
  background-size: 100%;
  cursor: pointer;
}

.member {
  position: absolute;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  color: #fff;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/member_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  width: 71.4285714286%;
  height: 9.7122302158%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  z-index: 0;
}
.member__table {
  width: 47%;
  height: 62.962962963%;
  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;
  padding-left: 1.46%;
}
@media (min-width: 576px) {
  .member__table {
    width: 52.5%;
  }
}
.member__table .vip-icon0 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v0_S.png);
}
.member__table .vip-icon {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 9.3617021277%;
  height: 98.0392156863%;
  margin-right: 0.8510638298%;
}
@media (min-width: 576px) {
  .member__table .vip-icon {
    width: 8.380952381%;
    margin-right: 0.7619047619%;
  }
}
.member__table .vip-icon1 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v0_1.png);
}
.member__table .vip-icon13 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v11Plus.png);
}
.member__table .vip-icon2 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v1.png);
}
.member__table .vip-icon3 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v2.png);
}
.member__table .vip-icon4 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v3.png);
}
.member__table .vip-icon5 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v4.png);
}
.member__table .vip-icon6 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v5.png);
}
.member__table .vip-icon7 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v6.png);
}
.member__table .vip-icon8 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v7.png);
}
.member__table .vip-icon9 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v8.png);
}
.member__table .vip-icon10 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v9.png);
}
.member__table .vip-icon11 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v10.png);
}
.member__table .vip-icon12 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/v11.png);
}
.member__table .nickname {
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  font-size: calc(10px + (22 - 10) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(10px, calc((22 / 1400) * 100vw), 22px);
}
@media (min-aspect-ratio: 16/9) {
  .member__table .nickname {
    font-size: calc(10px + ((22 - 10) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(10px, calc((22 / 834) * 100vh), 22px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .member__table .nickname {
    line-height: 1.25em;
    font-size: calc(10px + ((14 - 10) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(10px, calc((14 / 1400) * 100vh), 14px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .member__table .nickname {
    line-height: 1.5em;
    font-size: calc(10px + ((22 - 10) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(10px, calc((22 / 834) * 100vw), 22px);
  }
}
.member__status {
  width: 100%;
  height: 62.962962963%;
  margin-left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .member__status {
    width: 60.6%;
    height: 62.962962963%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.member .vip-info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 576px) {
  .member .vip-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.member .vip-info .coins-i,
.member .vip-info .coins-diamonds {
  width: 45%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px #2693ff;
          box-shadow: 0 0 3px #2693ff;
  border-radius: 35px;
  margin: 0 0.73%;
  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;
  font-size: calc(8px + (22 - 8) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(8px, calc((22 / 1400) * 100vw), 22px);
}
@media (min-aspect-ratio: 16/9) {
  .member .vip-info .coins-i,
  .member .vip-info .coins-diamonds {
    font-size: calc(8px + ((22 - 8) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(8px, calc((22 / 834) * 100vh), 22px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .member .vip-info .coins-i,
  .member .vip-info .coins-diamonds {
    line-height: 1.25em;
    font-size: calc(8px + ((14 - 8) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(8px, calc((14 / 1400) * 100vh), 14px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .member .vip-info .coins-i,
  .member .vip-info .coins-diamonds {
    line-height: 1.5em;
    font-size: calc(8px + ((22 - 8) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(8px, calc((22 / 834) * 100vw), 22px);
  }
}
@media (min-width: 576px) {
  .member .vip-info .coins-i,
  .member .vip-info .coins-diamonds {
    width: 46.204620462%;
  }
}
.member .vip-info .coins-i p,
.member .vip-info .coins-diamonds p {
  width: 84.3416370107%;
  font-size: calc(8px + (22 - 8) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(8px, calc((22 / 1400) * 100vw), 22px);
}
@media (min-aspect-ratio: 16/9) {
  .member .vip-info .coins-i p,
  .member .vip-info .coins-diamonds p {
    font-size: calc(8px + ((22 - 8) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(8px, calc((22 / 834) * 100vh), 22px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .member .vip-info .coins-i p,
  .member .vip-info .coins-diamonds p {
    line-height: 1.25em;
    font-size: calc(8px + ((14 - 8) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(8px, calc((14 / 1400) * 100vh), 14px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .member .vip-info .coins-i p,
  .member .vip-info .coins-diamonds p {
    line-height: 1.5em;
    font-size: calc(8px + ((22 - 8) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(8px, calc((22 / 834) * 100vw), 22px);
  }
}
.member .vip-info .coins-i::before,
.member .vip-info .coins-diamonds::before {
  content: "";
  background-size: 100% !important;
  display: block;
  position: relative;
  margin-right: 1.0714285714%;
}
.member .vip-info .coins-i {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 576px) {
  .member .vip-info .coins-i {
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px #2693ff;
            box-shadow: 0 0 3px #2693ff;
  }
}
.member .vip-info .coins-i::before {
  width: 7.1111111111%;
  height: 64.7058823529%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/coin_i.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .member .vip-info .coins-i::before {
    width: 11.4285714286%;
  }
}
.member .vip-info .coins-diamonds::before {
  width: 7.7777777778%;
  height: 54.9019607843%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/member/coin_diamonds.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .member .vip-info .coins-diamonds::before {
    width: 12.5%;
  }
}

.gameprops {
  width: 18.7142857143%;
  height: 11.8705035971%;
  position: absolute;
  top: 9.5923261391%;
  left: 0.1428571429%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/bg_propsNum.png?20231120);
  background-size: 100%;
}
.gameprops .words {
  width: 83.1297709924%;
  height: 36.3636363636%;
  position: absolute;
  left: 16.7938931298%;
  bottom: 14.1414141414%;
  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;
}
.gameprops .words .nums {
  width: 100%;
  height: 100%;
  position: relative;
}
.gameprops .words .nums ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.gameprops .words .nums ul li {
  width: 12.3966942149%;
  height: 100%;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.gameprops .words .nums .num-0 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g0.png);
}
.gameprops .words .nums .num-1 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g1.png);
}
.gameprops .words .nums .num-2 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g2.png);
}
.gameprops .words .nums .num-3 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g3.png);
}
.gameprops .words .nums .num-4 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g4.png);
}
.gameprops .words .nums .num-5 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g5.png);
}
.gameprops .words .nums .num-6 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g6.png);
}
.gameprops .words .nums .num-7 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g7.png);
}
.gameprops .words .nums .num-8 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g8.png);
}
.gameprops .words .nums .num-9 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g9.png);
}
.gameprops .words .nums .num-comma {
  width: 6.6115702479%;
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/g_comma.png);
}

.gameinfo {
  width: 20.9%;
  height: 62.5179856115%;
  position: absolute;
  top: 22.1822541966%;
  left: 0.7142857143%;
}
.gameinfo__label {
  width: 58.6466165414%;
  height: 21.5189873418%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/label.png?20231120);
  background-size: 100%;
}
.gameinfo__title {
  width: 72.5563909774%;
  height: 8.8607594937%;
  position: relative;
  margin: 33.8345864662% auto 0 auto;
  background-size: 100%;
  z-index: 1;
}
.gameinfo__title.title1 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_title01.png?20231120);
}
.gameinfo__title.title2 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_title02.png?20231120);
}
.gameinfo__title.title3 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_title03.png?20231120);
}
.gameinfo__title.title4 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_title04.png?20231120);
}
.gameinfo__title.title5 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_title05.png?20231120);
}
.gameinfo__title.title6 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_title06.png?20231120);
}
.gameinfo__diamond {
  width: 100%;
  height: 8.8607594937%;
  position: relative;
  margin: 0% auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gameinfo__diamond .words {
  width: 111.8421052632%;
  height: 62.1428571429%;
  position: relative;
}
.gameinfo__diamond .words .nums {
  width: 100%;
  height: 100%;
  position: relative;
}
.gameinfo__diamond .words .nums ul {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.gameinfo__diamond .words .nums ul::before {
  content: "";
  width: 17.1428571429%;
  height: 100%;
  position: relative;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_text01.png?20231120);
  background-size: 100%;
}
.gameinfo__diamond .words .nums ul::after {
  content: "";
  width: 17.8151260504%;
  height: 100%;
  position: relative;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_text02.png?20231120);
  background-size: 100%;
}
.gameinfo__diamond .words .nums ul li {
  width: 9.1353383459%;
  height: 100%;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.gameinfo__diamond .words .nums .num-0 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t0.png);
}
.gameinfo__diamond .words .nums .num-1 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t1.png);
}
.gameinfo__diamond .words .nums .num-2 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t2.png);
}
.gameinfo__diamond .words .nums .num-3 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t3.png);
}
.gameinfo__diamond .words .nums .num-4 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t4.png);
}
.gameinfo__diamond .words .nums .num-5 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t5.png);
}
.gameinfo__diamond .words .nums .num-6 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t6.png);
}
.gameinfo__diamond .words .nums .num-7 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t7.png);
}
.gameinfo__diamond .words .nums .num-8 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t8.png);
}
.gameinfo__diamond .words .nums .num-9 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t9.png);
}
.gameinfo__diamond .words .nums .num-comma {
  width: 3.9327731092%;
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/t_comma.png);
}
.gameinfo__addgift {
  width: 56.3909774436%;
  height: 6.1181434599%;
  position: relative;
  margin: -4.5112781955% auto;
  background-size: 100%;
  z-index: 1;
}
.gameinfo__addgift.addgift1 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_text03.png?20231120);
}
.gameinfo__addgift.addgift2 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_text04.png?20231120);
}
.gameinfo__addgift.addgift3 {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_text05.png?20231120);
}
.gameinfo__main {
  width: 100%;
  height: 63.5021097046%;
  position: relative;
  margin-top: -21.0526315789%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_bg.png?20231120);
  background-size: 100%;
}
.gameinfo__main__giftbox {
  width: 53.3834586466%;
  height: 47.8405315615%;
  position: absolute;
  left: 50%;
  top: 19.9335548173%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gameinfo__main__giftbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: swing 2s infinite;
          animation: swing 2s infinite;
}
.gameinfo__main__giftbox.giftbox1::before {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_stage01.png?20231120);
}
.gameinfo__main__giftbox.giftbox2::before {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_stage02.png?20231120);
}
.gameinfo__main__giftbox.giftbox3::before {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_stage03.png?20231120);
}
.gameinfo__main__giftbox.giftbox4::before {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_stage04.png?20231120);
}
.gameinfo__main__giftbox.giftbox5::before {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_stage05.png?20231120);
}
.gameinfo__main__giftbox.giftbox6::before {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_stage06.png?20231120);
}
.gameinfo__main__giftbox.received {
  -webkit-filter: brightness(0.5) grayscale(0.8);
          filter: brightness(0.5) grayscale(0.8);
}
.gameinfo__main__giftbox.received::before {
  -webkit-animation: initial;
          animation: initial;
}
.gameinfo__main__giftbox .giftbox__receive {
  width: 123.9436619718%;
  height: 44.4444444444%;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_receive.png?20231120);
  background-size: 100%;
  cursor: pointer;
}
.gameinfo__main__energy {
  width: 100%;
  height: 17.9401993355%;
  position: absolute;
  left: 0;
  top: 67.7740863787%;
}
.gameinfo__main__energy .energy__title {
  width: 41.3533834586%;
  height: 50%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_status_text06.png?20231120);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 2.2556390977% auto 0 auto;
}
.gameinfo__main__energy .words {
  width: 62.030075188%;
  height: 44.4444444444%;
  margin: 0 auto;
  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;
}
.gameinfo__main__energy .words .nums {
  width: 100%;
  height: 100%;
  position: relative;
}
.gameinfo__main__energy .words .nums ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.gameinfo__main__energy .words .nums ul li {
  width: 9.0909090909%;
  height: 100%;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.gameinfo__main__energy .words .nums .num-0 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y0.png);
}
.gameinfo__main__energy .words .nums .num-1 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y1.png);
}
.gameinfo__main__energy .words .nums .num-2 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y2.png);
}
.gameinfo__main__energy .words .nums .num-3 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y3.png);
}
.gameinfo__main__energy .words .nums .num-4 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y4.png);
}
.gameinfo__main__energy .words .nums .num-5 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y5.png);
}
.gameinfo__main__energy .words .nums .num-6 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y6.png);
}
.gameinfo__main__energy .words .nums .num-7 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y7.png);
}
.gameinfo__main__energy .words .nums .num-8 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y8.png);
}
.gameinfo__main__energy .words .nums .num-9 {
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y9.png);
}
.gameinfo__main__energy .words .nums .num-slash {
  width: 9.0909090909%;
  height: 112.5%;
  background: url(/Action/11_Star31/20231122SU/ingame/images/number/y_slash.png);
}

@-webkit-keyframes swing {
  5% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  10% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  5% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  10% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.gamemain {
  width: 57.1428571429%;
  height: 76.4988009592%;
  position: absolute;
  top: 14.8681055156%;
  left: 21.4285714286%;
  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-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 0;
}
@media (max-aspect-ratio: 16/9) {
  .gamemain {
    width: 54.8571428571%;
    height: 73.4388489209%;
    top: 14.1486810552%;
    left: 22.7142857143%;
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .gamemain {
    width: 54.8571428571%;
    height: 73.4388489209%;
    top: 14.1486810552%;
    left: 22.7142857143%;
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .gamemain {
    width: 57.1428571429%;
    height: 76.4988009592%;
    top: 16.7865707434%;
    left: 21.4285714286%;
  }
}
.gamemain ul {
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.gamemain ul li {
  position: relative;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (hover: hover) {
  .gamemain ul li:hover:not(.open) {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.gamemain ul li.animation {
  -webkit-animation: pulse 0.8s 3, listanimtion 0.8s 3;
          animation: pulse 0.8s 3, listanimtion 0.8s 3;
}
@media (hover: hover) {
  .gamemain ul li.animation:hover {
    -webkit-animation: initial;
            animation: initial;
  }
}
.gamemain ul li.open {
  cursor: default;
}
.gamemain ul li.play {
  -webkit-animation: ax 0.2s 0.5s;
          animation: ax 0.2s 0.5s;
}
.gamemain ul li.blue {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_blue_close.png?20231120);
}
.gamemain ul li.blue.open {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_blue_open.png?20231120);
}
.gamemain ul li.pink {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_pink_close.png?20231120);
}
.gamemain ul li.pink.open {
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/giftbox_pink_open.png?20231120);
}

@-webkit-keyframes listanimtion {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

@keyframes listanimtion {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@-webkit-keyframes ax {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes ax {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes finger {
  0%, 100% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
@keyframes finger {
  0%, 100% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
.gamePrompt__text {
  width: 28.9285714286%;
  height: 8.0335731415%;
  position: absolute;
  bottom: 2.3980815348%;
  left: 35.7142857143%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/text_prompt1.png?20231120);
  background-size: 100%;
}

.gamePrompt__text2 {
  width: 23.9285714286%;
  height: 3.3573141487%;
  position: absolute;
  bottom: 2.6378896882%;
  right: 0.7142857143%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/text_prompt2.png?20231120);
  background-size: 100%;
}

.gameinfo__bigaward {
  width: 21.2142857143%;
  height: 40.0959232614%;
  position: absolute;
  top: 10.7913669065%;
  right: 0.3571428571%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/bigPrize.png?20231120);
  background-size: 100%;
  background-repeat: no-repeat;
}

.gamebtn {
  width: 16.2857142857%;
  height: 39.5683453237%;
  position: absolute;
  top: 51.5587529976%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gamebtn div {
  width: 100%;
  height: 21.8181818182%;
  position: relative;
  background-size: 100%;
  cursor: pointer;
}
.gamebtn__reset {
  height: 21.8181818182%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/btn01.png?20231120);
}
.gamebtn__buy {
  height: 21.8181818182%;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/btn02.png?20231120);
}
.gamebtn__openall {
  width: 71.0526315789% !important;
  height: 49.0909090909% !important;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/btn03.png?20231120);
}

.ingame__popup--bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  visibility: hidden;
}

.btn__question {
  width: 4.8%;
  height: 8.0575539568%;
  position: absolute;
  left: 1.7142857143%;
  bottom: 2.3980815348%;
  background: url(/Action/11_Star31/20231122SU/ingame/images/btn_question.png?20231120);
  background-size: 100%;
  cursor: pointer;
}

.btn__record {
  width: 4.8%;
  height: 8.0575539568%;
  position: absolute;
  left: 7.1428571429%;
  bottom: 2.3980815348%;
  background: url(/Action/11_Star31/20231122SU/ingame/images/btn_record.png?20231120);
  background-size: 100%;
  cursor: pointer;
}

.popup {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
.popup-base {
  width: 83.8571428571%;
  height: 78.6570743405%;
  position: absolute;
  top: 9.7122302158%;
  left: 10.0714285714%;
  background: #283371;
  -webkit-box-shadow: 0 0 0 2px #113082, 0 0 0 6px #000538, 0 0 0 12px #897ecf;
          box-shadow: 0 0 0 2px #113082, 0 0 0 6px #000538, 0 0 0 12px #897ecf;
  border-radius: 16px;
  color: #FFF;
  line-height: 1.5em;
  padding: 1.9184652278% 1.1428571429% 1.9184652278% 1.7142857143%;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
}
.popup-base h2 {
  color: #ddb689;
  letter-spacing: 5px;
  padding-bottom: 1.1428571429%;
  text-align: center;
  font-weight: inherit;
  font-size: calc(18px + (32 - 18) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(18px, calc((32 / 1400) * 100vw), 32px);
}
@media (min-aspect-ratio: 16/9) {
  .popup-base h2 {
    font-size: calc(18px + ((32 - 18) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(18px, calc((32 / 834) * 100vh), 32px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base h2 {
    line-height: 1.25em;
    font-size: calc(18px + ((24 - 18) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(18px, calc((24 / 1400) * 100vh), 24px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base h2 {
    line-height: 1.5em;
    font-size: calc(18px + ((32 - 18) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(18px, calc((32 / 834) * 100vw), 32px);
  }
}
.popup-base h2 .f-sm {
  font-size: 0.75em;
  letter-spacing: 0px;
}
.popup-base .line {
  width: 80%;
  height: 2px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(156, 94, 21, 0)), color-stop(20%, rgb(156, 94, 21)), color-stop(50%, rgb(255, 187, 41)), color-stop(80%, rgb(156, 94, 21)), to(rgba(156, 94, 21, 0)));
  background: linear-gradient(to right, rgba(156, 94, 21, 0) 0%, rgb(156, 94, 21) 20%, rgb(255, 187, 41) 50%, rgb(156, 94, 21) 80%, rgba(156, 94, 21, 0) 100%);
  margin-bottom: 1.3628620102%;
}
.popup-base .main {
  width: 100%;
  height: calc(100% - (1rem + 2px + 8px));
  margin: 0 auto;
  overflow-y: auto;
  padding: 8px 2em;
}
.popup-base .main::-webkit-scrollbar {
  width: 10px;
  margin: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}
.popup-base .main::-webkit-scrollbar-thumb {
  width: 8px;
  padding: 2px;
  background: rgba(255, 187, 42, 0.5);
  border-radius: 5px;
}
.popup-base .main h4 {
  line-height: 2em;
  color: rgb(255, 159, 70);
  margin-left: -1em;
  font-size: calc(18px + (26 - 18) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(18px, calc((26 / 1400) * 100vw), 26px);
}
@media (min-aspect-ratio: 16/9) {
  .popup-base .main h4 {
    font-size: calc(18px + ((26 - 18) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(18px, calc((26 / 834) * 100vh), 26px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base .main h4 {
    line-height: 1.25em;
    font-size: calc(18px + ((18 - 18) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(18px, calc((18 / 1400) * 100vh), 18px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base .main h4 {
    line-height: 1.5em;
    font-size: calc(18px + ((26 - 18) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(18px, calc((26 / 834) * 100vw), 26px);
  }
}
.popup-base .main p,
.popup-base .main ul li,
.popup-base .main ol li,
.popup-base .main span,
.popup-base .main table tr th,
.popup-base .main table tr td {
  line-height: 1.75em;
  font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(16px, calc((20 / 1400) * 100vw), 20px);
}
@media (min-aspect-ratio: 16/9) {
  .popup-base .main p,
  .popup-base .main ul li,
  .popup-base .main ol li,
  .popup-base .main span,
  .popup-base .main table tr th,
  .popup-base .main table tr td {
    font-size: calc(16px + ((20 - 16) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(16px, calc((20 / 834) * 100vh), 20px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base .main p,
  .popup-base .main ul li,
  .popup-base .main ol li,
  .popup-base .main span,
  .popup-base .main table tr th,
  .popup-base .main table tr td {
    line-height: 1.25em;
    font-size: calc(16px + ((12 - 16) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(16px, calc((12 / 1400) * 100vh), 12px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base .main p,
  .popup-base .main ul li,
  .popup-base .main ol li,
  .popup-base .main span,
  .popup-base .main table tr th,
  .popup-base .main table tr td {
    line-height: 1.5em;
    font-size: calc(16px + ((20 - 16) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(16px, calc((20 / 834) * 100vw), 20px);
  }
}
.popup-base .main table tr td span {
  display: inline-block;
  line-height: 1.25em;
  font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(14px, calc((18 / 1400) * 100vw), 18px);
}
@media (min-aspect-ratio: 16/9) {
  .popup-base .main table tr td span {
    font-size: calc(14px + ((18 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((18 / 834) * 100vh), 18px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base .main table tr td span {
    line-height: 1.25em;
    font-size: calc(14px + ((10 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((10 / 1400) * 100vh), 10px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup-base .main table tr td span {
    line-height: 1.5em;
    font-size: calc(14px + ((18 - 14) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(14px, calc((18 / 834) * 100vw), 18px);
  }
}
.popup__main {
  visibility: hidden;
}
.popup .btns {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3.066439523% auto;
  position: relative;
}
.popup .btns div {
  max-width: 35%;
  cursor: pointer;
  margin: 0 4px;
}
.popup .btns .off {
  cursor: default;
}
.popup .btns .off img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.popup .part {
  margin-bottom: 4.7700170358%;
}
.popup .part > p,
.popup .part > ol,
.popup .part > ul,
.popup .part > h4 {
  margin-bottom: 16px;
}
.popup .part a {
  color: #5dc6ff;
}
.popup .question .f-danger {
  color: rgb(255, 123, 0);
}
.popup .question ol {
  font-size: 1rem;
  margin: 0 auto;
}
.popup .question ol li {
  padding-bottom: 8px;
}
.popup .question .iframe-ingame,
.popup .question .btn-ingame {
  display: none;
}
.popup .question .outAppData {
  display: none;
}
.popup .question .inAppData {
  display: inline-block !important;
}
.popup .prize {
  position: relative;
}
.popup .prize .main {
  height: calc(85.6507230256% - 2em);
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
.popup .prize .main .txt-info {
  color: #ffad50;
  font-weight: bold;
  font-size: calc(16px + (32 - 16) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(16px, calc((32 / 1400) * 100vw), 32px);
}
@media (min-aspect-ratio: 16/9) {
  .popup .prize .main .txt-info {
    font-size: calc(16px + ((32 - 16) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(16px, calc((32 / 834) * 100vh), 32px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .prize .main .txt-info {
    line-height: 1.25em;
    font-size: calc(16px + ((24 - 16) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(16px, calc((24 / 1400) * 100vh), 24px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .prize .main .txt-info {
    line-height: 1.5em;
    font-size: calc(16px + ((32 - 16) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(16px, calc((32 / 834) * 100vw), 32px);
  }
}
.popup .prize .main .item {
  min-height: calc(100% - 2em);
  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;
}
.popup .prize .main .item ul {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.popup .prize .main .item ul li {
  width: 46.6666666667%;
  margin: 0.5333333333%;
  background-size: 100% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.0666666667%;
  -webkit-box-shadow: inset 0 0 3px #FAC369;
          box-shadow: inset 0 0 3px #FAC369;
  padding: 1.0666666667%;
}
@media (min-width: 768px) {
  .popup .prize .main .item ul li {
    width: 32.2666666667%;
  }
}
.popup .prize .main .item ul li p {
  width: 100%;
  color: #fff;
  line-height: 1.35em;
  text-align: center;
  font-weight: bold;
  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;
  margin: 4px 0;
  font-size: calc(14px + (24 - 14) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(14px, calc((24 / 1400) * 100vw), 24px);
}
@media (min-aspect-ratio: 16/9) {
  .popup .prize .main .item ul li p {
    font-size: calc(14px + ((24 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((24 / 834) * 100vh), 24px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .prize .main .item ul li p {
    line-height: 1.25em;
    font-size: calc(14px + ((16 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((16 / 1400) * 100vh), 16px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .prize .main .item ul li p {
    line-height: 1.5em;
    font-size: calc(14px + ((24 - 14) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(14px, calc((24 / 834) * 100vw), 24px);
  }
}
.popup .prize .main .item ul li img {
  width: 200px;
  max-width: calc(45vh - 3.2em);
  display: block;
  margin: 1.4285714286% auto;
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .prize .main .item ul li img {
    max-width: calc(45vh - 3.2em);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .prize .main .item ul li img {
    max-width: calc(45vw - 3.2em);
  }
}
.popup .prize .getBtn {
  width: 16.3543441227%;
  height: 11.1280487805%;
  margin: 2.0442930153% auto;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/btn_ok.png?v=20231120);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.popup .bigWin {
  position: absolute;
  z-index: 999;
  width: 119.2504258944%;
  height: 127.1341463415%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: 100% !important;
  overflow: hidden;
  background: url(/Action/11_Star31/20231122SU/ingame/images/big_win_bg.png?v=20231120);
}
.popup .bigWin .main {
  width: 100%;
  width: 100%;
}
.popup .bigWin .awards {
  width: 21.4285714286%;
  height: 35.9712230216%;
  position: absolute;
  top: 28.7769784173%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}
.popup .bigWin .awards img {
  max-width: 100%;
}
.popup .bigWin .awards p {
  color: #fff;
  text-align: center;
  font-size: calc(14px + (32 - 14) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(14px, calc((32 / 1400) * 100vw), 32px);
}
@media (min-aspect-ratio: 16/9) {
  .popup .bigWin .awards p {
    font-size: calc(14px + ((32 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((32 / 834) * 100vh), 32px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .bigWin .awards p {
    line-height: 1.25em;
    font-size: calc(14px + ((24 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((24 / 1400) * 100vh), 24px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .popup .bigWin .awards p {
    line-height: 1.5em;
    font-size: calc(14px + ((32 - 14) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(14px, calc((32 / 834) * 100vw), 32px);
  }
}
.popup .bigWin .getBtn {
  width: 13.7142857143%;
  height: 8.7529976019%;
  margin: 1.7142857143% auto;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/btn_ok.png?v=20231120);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 17.9856115108%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.popup a.btn-close {
  position: absolute;
  display: block;
  top: 1.4388489209%;
  right: 1.1428571429%;
  width: 50px;
  height: 50px;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/btn-close.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 798px) {
  .popup a.btn-close {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-height: 798px) {
  .popup a.btn-close {
    width: 35px;
    height: 35px;
  }
}

@-webkit-keyframes diamond1 {
  0% {
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
            transform: scale(0) translateX(-50%) translateY(-50%);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
            transform: scale(1) translateX(-50%) translateY(-50%);
  }
}

@keyframes diamond1 {
  0% {
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
            transform: scale(0) translateX(-50%) translateY(-50%);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
            transform: scale(1) translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes diamond2 {
  0% {
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
            transform: scale(1) translateX(-50%) translateY(-50%);
  }
  100% {
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
            transform: scale(0) translateX(-50%) translateY(-50%);
  }
}
@keyframes diamond2 {
  0% {
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
            transform: scale(1) translateX(-50%) translateY(-50%);
  }
  100% {
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
            transform: scale(0) translateX(-50%) translateY(-50%);
  }
}
/* ================= table設定 ================= */
.table tr td, .table tr th {
  border: 1px solid #5dc6ff;
}

.table {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  border-collapse: collapse;
  border-radius: 5px;
  color: #532a08;
  border: 3px solid #5dc6ff;
  margin: 0 0 20px 0;
}
.table tr {
  background: transparent;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#2f7fff), to(#5898ff));
  background: linear-gradient(to top, #2f7fff 0%, #5898ff 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr th.f-fun {
  color: #f7f40a;
}
.table tr td {
  text-align: center;
  padding: 3px;
  color: #fff;
  position: relative;
  /*單格變色*/
}
.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;
}

/* ================= item__box ================= */
.item__box {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  margin: 0 auto;
  border: inherit;
  -webkit-box-shadow: 0 0 5px #ffc562;
          box-shadow: 0 0 5px #ffc562;
  border: 1px solid #ffc562;
}
.item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}
.item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#ffb22f), color-stop(20%, #ffc562), color-stop(80%, #ffc562), to(#ffb22f));
  background: linear-gradient(to right, #ffb22f 0%, #ffc562 20%, #ffc562 80%, #ffb22f 100%);
  padding: 8px;
  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;
  color: #664000;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-title p {
  width: 100%;
}
.item__box-title p .ico {
  font-size: 1em;
}
.item__box-title .questionBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 10px;
}
.item__box-title .questionBtn .tooltip {
  top: 35px;
  left: -5px;
}
.item__box-img {
  border-radius: 0;
}
.item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
  font-size: 0.85rem;
}
.item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item__box-text {
  text-align: left;
}
.item__box--02 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2974f4), to(#5a93f6));
  background: linear-gradient(to top, #2974f4 0%, #5a93f6 100%);
  -webkit-box-shadow: 0 0 5px #5191ff;
          box-shadow: 0 0 5px #5191ff;
}
.item__box--02 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#1e71ff), color-stop(20%, #5191ff), color-stop(80%, #5191ff), to(#1e71ff));
  background: linear-gradient(to right, #1e71ff 0%, #5191ff 20%, #5191ff 80%, #1e71ff 100%);
  color: #fff;
}
.item__box--02 .item__box-img {
  background: inherit;
}
.item__box--02 .item__box-get {
  background: -webkit-gradient(linear, left top, right top, from(#94bbff), color-stop(50%, #b2cdff), to(#94bbff));
  background: linear-gradient(to right, #94bbff 0%, #b2cdff 50%, #94bbff 100%);
  width: 100%;
  font-size: 1.12em;
  line-height: 40px;
  padding: 0;
}
.item__box--02 .item__box-get p {
  color: #0080ff;
}
.item__box--03 {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f47628), to(#f69559));
  background: linear-gradient(to top, #f47628 0%, #f69559 100%);
  -webkit-box-shadow: 0 0 5px #ff9350;
          box-shadow: 0 0 5px #ff9350;
}
.item__box--03 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#ff741d), color-stop(20%, #ff9350), color-stop(80%, #ff9350), to(#ff741d));
  background: linear-gradient(to right, #ff741d 0%, #ff9350 20%, #ff9350 80%, #ff741d 100%);
  color: #fff;
}
.item__box--03 .item__box-img {
  background: inherit;
}
.item__box--03 .item__box-get {
  color: #ff0;
}

.questionBtn {
  width: 30px;
  height: 30px;
  position: absolute;
}
.questionBtn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 20px;
  border: 1px solid #ff3232;
  background-image: url(/Action/11_Star31/20231122SU/ingame/images/question.svg?v=20231120), radial-gradient(circle, #c70000 0%, #800000 100%);
  background-position: center center;
  background-size: 56%, 100%;
  background-repeat: no-repeat;
}
.questionBtn.right .tooltip {
  right: -5em;
  left: initial;
}
.questionBtn.center .tooltip {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.questionBtn .tooltip {
  display: none;
  position: absolute;
  width: 18em;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
  border: 2px solid #004297;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  z-index: 1;
  top: 30px;
  left: 0;
}
.questionBtn .tooltip.show {
  display: inline-block !important;
}
.questionBtn .tooltip h5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#004297), to(#0070bb));
  background: linear-gradient(to bottom, #004297 0%, #0070bb 100%);
  line-height: 1.2em;
  padding: 4px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(16px, calc((20 / 1400) * 100vw), 20px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip h5 {
    font-size: calc(16px + ((20 - 16) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(16px, calc((20 / 834) * 100vh), 20px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip h5 {
    line-height: 1.25em;
    font-size: calc(16px + ((12 - 16) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(16px, calc((12 / 1400) * 100vh), 12px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip h5 {
    line-height: 1.5em;
    font-size: calc(16px + ((20 - 16) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(16px, calc((20 / 834) * 100vw), 20px);
  }
}
.questionBtn .tooltip p {
  text-align: center;
  color: #fff;
  font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(14px, calc((18 / 1400) * 100vw), 18px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip p {
    font-size: calc(14px + ((18 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((18 / 834) * 100vh), 18px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip p {
    line-height: 1.25em;
    font-size: calc(14px + ((10 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((10 / 1400) * 100vh), 10px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip p {
    line-height: 1.5em;
    font-size: calc(14px + ((18 - 14) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(14px, calc((18 / 834) * 100vw), 18px);
  }
}
.questionBtn .tooltip ul.probability {
  width: calc(100% - 16px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 4px 0;
}
.questionBtn .tooltip ul.probability li {
  line-height: 1.2em;
  padding: 4px 8px;
  color: #fff;
  border-bottom: 1px solid #004297;
  position: relative;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(14px, calc((18 / 1400) * 100vw), 18px);
}
@media (min-aspect-ratio: 16/9) {
  .questionBtn .tooltip ul.probability li {
    font-size: calc(14px + ((18 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((18 / 834) * 100vh), 18px);
  }
}
@media (min-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip ul.probability li {
    line-height: 1.25em;
    font-size: calc(14px + ((10 - 14) * ((100vh - 350px) /(1080 - 350))));
    font-size: clamp(14px, calc((10 / 1400) * 100vh), 10px);
  }
}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {
  .questionBtn .tooltip ul.probability li {
    line-height: 1.5em;
    font-size: calc(14px + ((18 - 14) * ((100vw - 350px) /(1920 - 350))));
    font-size: clamp(14px, calc((18 / 834) * 100vw), 18px);
  }
}
.questionBtn .tooltip ul.probability li:nth-child(odd) {
  width: calc(100% - 4.5em);
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.questionBtn .tooltip ul.probability li:nth-child(even) {
  width: 4.5em;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.questionBtn .tooltip ul.probability li:nth-last-child(-1n+2) {
  border-bottom: 0;
}

body.swal2-shown .swal2-popup {
  position: relative;
  background: rgb(62, 141, 198);
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px #101430, 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
          box-shadow: 0 0 2px #101430, 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(#5289ff), color-stop(5%, #5c90ff), color-stop(#3d7bff), color-stop(80%, #296dff), to(#0051ff));
  background: linear-gradient(to bottom, #5289ff 0%, #5c90ff 5%, #3d7bff, #296dff 80%, #0051ff 100%);
  -webkit-box-shadow: 0 0 2px #0051ff, inset 0 0 5px #0051ff;
          box-shadow: 0 0 2px #0051ff, inset 0 0 5px #0051ff;
  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(rgb(62, 141, 198) 0%, rgb(62, 141, 198) 7.5px, #0062ff 7.5px, #0062ff 15px, rgb(62, 141, 198) 15px, rgb(62, 141, 198) 22.5px, #0062ff 22.5px, #0062ff 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 #0052d6, 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
          box-shadow: 0 0 2px #0052d6, 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0);
  border-radius: 10px;
}