@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
@import url("/css/animate.css/animate.min.css");
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #470203;
  -webkit-overflow-scrolling: touch;
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 99;
  border-radius: 3px;
  padding: 3px;
}

.wrapper_ingame {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20211116K/ingame/images/role.png), url(/Action/11_Star31/20211116K/ingame/images/index_bottom.png), url(/Action/11_Star31/20211116K/ingame/images/indexBG.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%, center bottom, center top;
  background-size: 30%,100%,115%;
  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;
}

@media (min-aspect-ratio: 3 / 9) and (orientation: portrait) {
  .wrapper_ingame {
    background-position: 110% 105%, center bottom, center top;
    background-size: 50%,100%,150%;
  }
}

.ingame_machine, .box_windows {
  width: 100%;
  height: 100%;
  position: relative;
  /*原來公版*/
  /*@media (max-aspect-ratio: 9/4) {
    width: ($machineW / $baseWidth) * 100 + vw;
    height: ($baseHeight / $baseWidth) * 100 + vw;
  }
  @media (min-aspect-ratio: 4/9) and (orientation: portrait){
    width: ($machineW / $baseWidth) * 100 + vh;
    height: ($baseHeight / $baseWidth) * 100 + vh;
  }
  @media (min-aspect-ratio: 9/4) {
    width:($machineW / $baseHeight) * 95 + vh;
    width: calc(var(--vh, 1vh) * 213.75);
    padding-bottom: initial;
    height: 95vh;
    height: calc(var(--vh, 1vh) * 95);
    background-size: auto 100%;
    background-position: top center;
  }
  @media (max-aspect-ratio: 4/9) and (orientation: portrait){
    width:($machineW / $baseHeight) * 96 + vw;
    height: 96vw;
  }*/
}

@media (max-aspect-ratio: 9 / 4) {
  .ingame_machine, .box_windows {
    width: 98vw;
    height: 98vh;
  }
}

@media (min-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine, .box_windows {
    width: 98vw;
    height: 98vh;
  }
}

@media (min-aspect-ratio: 9 / 4) {
  .ingame_machine, .box_windows {
    width: 213.75vh;
    width: calc(var(--vh, 1vh) * 213.75);
    padding-bottom: initial;
    height: 95vh;
    height: calc(var(--vh, 1vh) * 95);
    background-size: auto 100%;
    background-position: top center;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine, .box_windows {
    width: 216vw;
    height: 96vw;
  }
}

.ingame_machine .game-title {
  width: 71.74603%;
  padding-bottom: 19.36508%;
  background: url(/Action/11_Star31/20211116K/ingame/images/slogan.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media (min-aspect-ratio: 3 / 9) and (orientation: portrait) {
  .ingame_machine .game-title {
    margin: 10% auto 5% auto;
    width: 107.61905%;
    padding-bottom: 29.04762%;
  }
}

.ingame_machine .game_prize {
  position: absolute;
  width: 46.45503%;
  padding-bottom: 24.7619%;
  left: 22.75132%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-aspect-ratio: 3 / 9) and (orientation: portrait) {
  .ingame_machine .game_prize {
    width: 92.91005%;
    padding-bottom: 49.52381%;
    left: 3.7037%;
  }
}

.ingame_machine .game_prize_icoin {
  width: 46.46925%;
  padding-bottom: 53.30296%;
  background-size: 100% !important;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.4));
}

.ingame_machine .game_prize_icoin.logincheck {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_icoin_login.png);
}

.ingame_machine .game_prize_icoin.goprize {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_icoin_go.png);
}

.ingame_machine .game_prize_icoin.getprize {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_icoin_get.png);
}

.ingame_machine .game_prize_icoin.over {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_icoin_over.png);
}

.ingame_machine .game_prize_icoin.end {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_icoin_end.png);
}

.ingame_machine .game_prize_daimond {
  width: 46.46925%;
  padding-bottom: 53.30296%;
  background-size: 100% !important;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.4));
}

.ingame_machine .game_prize_daimond.logincheck {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_daimond_login.png);
}

.ingame_machine .game_prize_daimond.goprize {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_daimond_go.png);
}

.ingame_machine .game_prize_daimond.getprize {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_daimond_get.png);
}

.ingame_machine .game_prize_daimond.over {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_daimond_over.png);
}

.ingame_machine .game_prize_daimond.end {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/card_daimond_end.png);
}

.ingame_machine .game_prize .text {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 65.68627%;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .ingame_machine .game_prize .text {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 63.23529%;
  }
}

@media screen and (min-width: 736px) and (max-width: 1279px) {
  .ingame_machine .game_prize .text {
    font-size: 17px;
    line-height: 1.2em;
    margin-top: 63.72549%;
  }
}

@media screen and (min-width: 736px) and (max-width: 822px) {
  .ingame_machine .game_prize .text {
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 63.72549%;
  }
}

@media screen and (min-width: 630px) and (max-width: 735px) {
  .ingame_machine .game_prize .text {
    font-size: 15px;
    line-height: 1.2em;
    margin-top: 63.72549%;
  }
}

@media screen and (min-width: 420px) and (max-width: 629px) {
  .ingame_machine .game_prize .text {
    font-size: 12px;
    line-height: 12px;
    margin-top: 63.72549%;
  }
}

@media (min-aspect-ratio: 3 / 9) and (orientation: portrait) {
  .ingame_machine .game_prize .text {
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 63.72549%;
  }
}

@media screen and (min-height: 960px) {
  .ingame_machine .game_prize .text {
    font-size: 19px;
    line-height: 1.2em;
    margin-top: 63.72549%;
  }
}

@media screen and (min-height: 1280px) {
  .ingame_machine .game_prize .text {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 63.72549%;
  }
}

.ingame_machine .game_infoBtn {
  width: 8.73016%;
  padding-bottom: 8.51852%;
  -webkit-animation: fadeInLeft 1s;
          animation: fadeInLeft 1s;
  position: absolute;
  bottom: 2.1164%;
  left: 5.29101%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-aspect-ratio: 3 / 9) and (orientation: portrait) {
  .ingame_machine .game_infoBtn {
    width: 17.46032%;
    padding-bottom: 17.03704%;
  }
}

.ingame_machine .game_infoBtn div {
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.ingame_machine .game_infoBtn div.btn_Description {
  background-image: url(/Action/11_Star31/20211116K/ingame/images/btn_question.png);
}

.box_windows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  overflow: hidden;
}

.box_windows-bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

.box_windows .prize_item {
  display: none;
  width: 53.01587%;
  height: 66.66667%;
  top: 4.7619%;
  left: 7.67196%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box_windows .prize_item-box {
  width: 100%;
  height: 85.89286%;
  background: url(/Action/11_Star31/20211116K/ingame/images/popbox.png);
  background-size: 100%;
  position: relative;
}

.box_windows .prize_item-box .item {
  width: 92%;
  height: 67.32143%;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
  top: 28.57143%;
}

.box_windows .prize_item-box .item::-webkit-scrollbar {
  width: 8px;
}

.box_windows .prize_item-box .item::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, black), to(black));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
  border-radius: 4px;
}

.box_windows .prize_item-box .item ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
}

.box_windows .prize_item-box .item ul li {
  width: 22%;
  margin: 1% 1.5%;
}

.box_windows .prize_item-box .item ul li img {
  max-width: 98%;
  display: block;
  margin: 0 auto;
}

.box_windows .prize_item-box .item-bg {
  width: 95%;
  height: 8.92857%;
  position: absolute;
  bottom: 3.21429%;
  border-radius: 50px;
  left: 2.5%;
  background: -webkit-gradient(linear, left bottom, left top, from(#a600a1), to(rgba(166, 0, 161, 0)));
  background: linear-gradient(to top, #a600a1 0%, rgba(166, 0, 161, 0) 100%);
}

.box_windows .prize_item .getBtn {
  width: 14.17166%;
  height: 10.89286%;
  margin: 0.5% auto;
  left: 30.74074%;
  background: url(/Action/11_Star31/20211116K/ingame/images/btn_get_action.png);
  background-size: 100%;
}

.box_windows .question {
  display: none;
  padding: 3rem;
  font-size: 1.5rem;
  color: #FFF;
  line-height: 1.5em;
}

@media (max-width: 960px) {
  .box_windows .question {
    font-size: 1rem;
  }
}

.box_windows .question h3 {
  font-size: 1.25em;
  line-height: 1.75em;
  color: #ffb244;
}

.box_windows .question h4 {
  font-size: 1.125em;
  line-height: 1.75em;
  color: #ffb244;
}

.box_windows .question h5 {
  font-size: 1.2em;
  padding: .8em;
  margin-bottom: 0.8em;
  text-align: center;
  background-image: #59dfe9;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(89, 223, 233, 0)), color-stop(20%, #9decf2), color-stop(40%, #59dfe9), color-stop(60%, #59dfe9), color-stop(80%, #9decf2), to(rgba(89, 223, 233, 0)));
  background-image: linear-gradient(to left, rgba(89, 223, 233, 0) 0%, #9decf2 20%, #59dfe9 40%, #59dfe9 60%, #9decf2 80%, rgba(89, 223, 233, 0) 100%);
  color: #062a2d;
}

.box_windows .question p {
  margin-left: 1.5rem;
}

@media (max-width: 414px) {
  .box_windows .question p {
    margin-left: 1rem;
  }
}

.box_windows .question p a {
  color: #00fff2;
  text-decoration: underline;
}

.box_windows .question p a:hover {
  color: #ff70f8;
}

@media (max-width: 414px) {
  .box_windows .question ol {
    margin-left: 1rem;
  }
}

.box_windows .question ol a {
  color: #00fff2;
  text-decoration: underline;
}

.box_windows .question ol a:hover {
  color: #ff70f8;
}

.box_windows .record {
  display: none;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.box_windows .record h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #ffb244;
}

.box_windows .record ol {
  padding-left: 1.5em;
}

.box_windows .box_container {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 90%;
  top: 5%;
  left: 0;
}

.box_windows .box_container .main {
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 0, 167, 0.8)), to(#201166));
  background: linear-gradient(to bottom, rgba(105, 0, 167, 0.8) 0%, #201166 100%);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
  overflow-y: auto;
}

.box_windows a.btn_x {
  position: absolute;
  display: block;
  top: 36px;
  right: 36px;
  width: 45px;
  height: 45px;
  background-image: url(/Action/11_Star31/20211116K/ingame/images/btn_x.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

@media only screen and (max-width: 798px) {
  .box_windows a.btn_x {
    width: 30px;
    height: 30px;
    top: 36px;
    right: 36px;
  }
}

/* ================= table設定 ================= */
/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ff8fa1;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #ff8fa1;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff2828), to(#ff5151));
  background: linear-gradient(to top, #ff2828 0%, #ff5151 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}
