@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: #2D0453;
  -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/20210917JU/ingame/images/bottom_diamond.png), url(/Action/11_Star31/20210917JU/ingame/images/1920X1920_bg.jpg);
  background-repeat: no-repeat;
  background-size: 187%, cover !important;
  background-position: bottom center, 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-size: 100%;
}

@media (min-aspect-ratio: 9 / 4) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20210917JU/ingame/images/bottom_diamond.png), url(/Action/11_Star31/20210917JU/ingame/images/bg.jpg);
    background-size: auto 100%;
    background-size: 100%, cover !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20210917JU/ingame/images/bottom_diamond.png), url(/Action/11_Star31/20210917JU/ingame/images/bg.jpg);
  }
}

.ingame_machine, .box_windows {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-aspect-ratio: 9 / 4) {
  .ingame_machine, .box_windows {
    width: 98.4375vw;
    height: 43.75vw;
  }
}

@media (min-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine, .box_windows {
    width: 98.4375vh;
    height: 43.75vh;
  }
}

@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: 54.55026%;
  height: 15.11905%;
  background: url(/Action/11_Star31/20210917JU/ingame/images/popTitle04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.97619%;
  left: 22.53968%;
}

.ingame_machine .game_buy {
  width: 57.72487%;
  height: 66.54762%;
  background-size: 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  top: 21.42857%;
  left: 21.16402%;
}

.ingame_machine .game_buy.on {
  background: url(/Action/11_Star31/20210917JU/ingame/images/5/pic01.png);
}

.ingame_machine .game_buy.receive {
  background: url(/Action/11_Star31/20210917JU/ingame/images/5/pic01_receive.png);
}

.ingame_machine .game_buy.end {
  background: url(/Action/11_Star31/20210917JU/ingame/images/5/pic01_end.png);
}

.ingame_machine .game_buy.over {
  background: url(/Action/11_Star31/20210917JU/ingame/images/5/pic01_over.png);
}

.ingame_machine .game_buy.countdown {
  background: url(/Action/11_Star31/20210917JU/ingame/images/5/pic01_countdown.png);
}

.ingame_machine .game_buy.countdown .countdown-text {
  width: 39.41338%;
  height: 23.25581%;
  position: absolute;
  top: 58.13953%;
  left: 49.77085%;
  text-align: center;
  color: #FFFB83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1em;
}

.ingame_machine .game_buy .hand {
  width: 14.7571%;
  height: 26.11807%;
  position: absolute;
  top: 76.92308%;
  left: 76.07699%;
  background: url(/Action/11_Star31/20210917JU/ingame/images/5/pic01_hand.png);
  background-size: 100%;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.ingame_machine .game_infoBtn {
  width: 17.46032%;
  height: 19.16667%;
  position: absolute;
  top: 79.7619%;
  left: 0.79365%;
  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;
}

.ingame_machine .game_infoBtn div {
  width: 50%;
  height: 100%;
  cursor: pointer;
  background-size: 100% !important;
}

.ingame_machine .game_infoBtn div.btn_Description {
  background: url(/Action/11_Star31/20210917JU/ingame/images/btn_question.png);
}

.ingame_machine .game_infoBtn div.btn_AwardRecord {
  background: url(/Action/11_Star31/20210917JU/ingame/images/btn_record.png);
}

.ingame_machine .game_otherBtn {
  width: 12.91005%;
  height: 35%;
  position: absolute;
  top: 62.5%;
  left: 85.71429%;
  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;
}

.ingame_machine .game_otherBtn div {
  width: 100%;
  height: 46.59864%;
  margin-bottom: 10px;
  cursor: pointer;
  background-size: 100% !important;
}

.ingame_machine .game_otherBtn div.btn_coinTake {
  background: url(/Action/11_Star31/20210917JU/ingame/images/btn_coinTake.png);
}

.ingame_machine .game_otherBtn div.btn_fiveTime {
  background: url(/Action/11_Star31/20210917JU/ingame/images/btn_5time.png);
}

.ingame_machine .game_otherBtn div.btn_Monopoly {
  background: url(/Action/11_Star31/20210917JU/ingame/images/btn_monopoly.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/20210917JU/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/20210917JU/ingame/images/btn_get_action.png);
  background-size: 100%;
}

.box_windows .question {
  display: none;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.box_windows .question h3 {
  font-size: 1.25em;
  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: 2em;
}

.box_windows .question p a {
  color: #00fff2;
  text-decoration: underline;
}

.box_windows .question p a:hover {
  color: #ff70f8;
}

.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: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}

.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: -12px;
  right: -12px;
  width: 45px;
  height: 45px;
  background-image: url(/Action/11_Star31/20210917JU/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: -5px;
    right: -5px;
  }
}

/* ================= 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;
}
