@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  /*background: linear-gradient(45deg,
	rgb(0, 0, 0) 0%,
    rgb(174, 0, 255) 20%,
	rgb(194, 0, 0) 40%,
	rgb(255, 255, 255) 60%,
	rgb(124, 20, 209) 80%,
	rgb(179, 0, 0) 100%);*/
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-1.jpg?v=20220426);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media (min-aspect-ratio: 9 / 4) {
  body {
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    -webkit-background-size: auto 100% !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  body {
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    -webkit-background-size: auto 100% !important;
  }
}

#ingame_view {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-1.jpg?v=20220426);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-overflow-scrolling: touch;
}

@media (min-aspect-ratio: 9 / 4) {
  #ingame_view {
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    -webkit-background-size: auto 100% !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  #ingame_view {
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    -webkit-background-size: auto 100% !important;
  }
}

.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/20220420MS/ingame/images/ingamebg-1.jpg?v=20220426);
  background-repeat: no-repeat;
  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-size: 100%;
  -webkit-animation: bgLight 5s infinite steps(1);
          animation: bgLight 5s infinite steps(1);
}

@media (min-aspect-ratio: 9 / 4) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    background-size: auto 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: bgLight_2500 5s infinite steps(1);
            animation: bgLight_2500 5s infinite steps(1);
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    background-size: auto 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: bgLight_2500 5s infinite steps(1);
            animation: bgLight_2500 5s infinite steps(1);
  }
}

@-webkit-keyframes bgLight {
  0%, 80%, 100% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-1.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  10%, 30%, 50% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  20%, 40%, 60% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-3.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  70%, 90% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@keyframes bgLight {
  0%, 80%, 100% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-1.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  10%, 30%, 50% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  20%, 40%, 60% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-3.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  70%, 90% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@-webkit-keyframes bgLight_2500 {
  0%, 80%, 100% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  10%, 30%, 50% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  20%, 40%, 60% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-3.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  70%, 90% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@keyframes bgLight_2500 {
  0%, 80%, 100% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-1.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  10%, 30%, 50% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  20%, 40%, 60% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-3.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  70%, 90% {
    background: url(/Action/11_Star31/20220420MS/ingame/images/ingamebg_2500-2.jpg?v=20220426);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.ingame_machine {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-aspect-ratio: 9 / 4) {
  .ingame_machine {
    width: 90.55556vw;
    height: 44.44444vw;
  }
}

@media (min-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine {
    width: 90.55556vh;
    height: 44.44444vh;
  }
}

@media (min-aspect-ratio: 9 / 4) {
  .ingame_machine {
    width: 193.5625vh;
    width: calc(var(--vh, 1vh) * 193.5625);
    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 {
    width: 195.6vw;
    height: 96vw;
  }
}

.ingame_machine .game_main {
  width: 72.6227%;
  height: 61.25%;
  margin-left: 13.49693%;
  margin-top: 3.68098%;
  position: relative;
}

@media (min-aspect-ratio: 9 / 4) {
  .ingame_machine .game_main {
    margin-top: 3.14417%;
  }
}

.ingame_machine .game_prize {
  width: 67.05385%;
  height: 50%;
  position: absolute;
  top: 25.76531%;
  left: 16.36748%;
  background-size: 100% !important;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ingame_machine .game_prize .title {
  width: 55.11811%;
  margin: 0 auto;
}

.ingame_machine .game_prize .title img {
  width: 100%;
}

.ingame_machine .game_prize .property {
  display: none;
  width: 90%;
  height: 15.625%;
  margin: 0.6% auto;
  background: url(/Action/11_Star31/20220420MS/ingame/images/property.png?v=20220426);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ingame_machine .game_prize .property_number {
  width: 30%;
  color: #FFF;
  text-align: center;
  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;
  margin-left: 3%;
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_prize .property_number {
    margin-left: 6%;
  }
}

@media only screen and (max-width: 414px) {
  .ingame_machine .game_prize .property_number {
    margin-left: 8%;
  }
}

.ingame_machine .game_prize .prize_list {
  width: 68%;
  margin: 0 auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: calc(100% - 33%);
}

.ingame_machine .game_prize .prize_list li {
  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;
}

.ingame_machine .game_prize .prize_list li:nth-child(1), .ingame_machine .game_prize .prize_list li:nth-child(3) {
  width: 160px;
  max-width: 30%;
}

.ingame_machine .game_prize .prize_list li:nth-child(1) img, .ingame_machine .game_prize .prize_list li:nth-child(3) img {
  width: 75%;
}

.ingame_machine .game_prize .prize_list li:nth-child(2) {
  width: 196px;
  max-width: 40%;
}

.ingame_machine .game_prize .prize_list li:nth-child(2) img {
  width: 67%;
}

.ingame_machine .game_awards {
  width: 100%;
  height: 100%;
}

.ingame_machine .game_awards ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  position: relative;
}

.ingame_machine .game_awards ul li {
  width: 16.66667%;
  height: 25%;
  position: absolute;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_awards ul li:nth-child(1) {
  top: 0;
  left: 0%;
}

.ingame_machine .game_awards ul li:nth-child(2) {
  top: 0;
  left: 16.66667%;
}

.ingame_machine .game_awards ul li:nth-child(3) {
  top: 0;
  left: 33.33333%;
}

.ingame_machine .game_awards ul li:nth-child(4) {
  top: 0;
  left: 50%;
}

.ingame_machine .game_awards ul li:nth-child(5) {
  top: 0;
  left: 66.66667%;
}

.ingame_machine .game_awards ul li:nth-child(6) {
  top: 0;
  left: 83.33333%;
}

.ingame_machine .game_awards ul li:nth-child(7) {
  top: 25%;
  right: 0;
}

.ingame_machine .game_awards ul li:nth-child(8) {
  top: 50%;
  right: 0;
}

.ingame_machine .game_awards ul li:nth-child(9) {
  top: 75%;
  right: 0;
}

.ingame_machine .game_awards ul li:nth-child(10) {
  bottom: 0;
  right: 16.66667%;
}

.ingame_machine .game_awards ul li:nth-child(11) {
  bottom: 0;
  right: 33.33333%;
}

.ingame_machine .game_awards ul li:nth-child(12) {
  bottom: 0;
  right: 50%;
}

.ingame_machine .game_awards ul li:nth-child(13) {
  bottom: 0;
  right: 66.66667%;
}

.ingame_machine .game_awards ul li:nth-child(14) {
  bottom: 0;
  right: 83.33333%;
}

.ingame_machine .game_awards ul li:nth-child(15) {
  bottom: 25%;
  left: 0;
}

.ingame_machine .game_awards ul li:nth-child(16) {
  bottom: 50%;
  left: 0;
}

.ingame_machine .game_awards ul li:nth-child(17) {
  bottom: 0;
  right: 133.33333%;
}

.ingame_machine .game_awards ul li::after {
  content: '';
  display: block;
  width: 20%;
  height: 30%;
  background: url(/Action/11_Star31/20220420MS/ingame/images/light-black.png?v=20220426);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: 2;
}

.ingame_machine .game_awards ul li.light::after {
  background: url(/Action/11_Star31/20220420MS/ingame/images/light-yellow.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li:nth-child(1)::after {
  bottom: -16%;
  right: -7%;
}

.ingame_machine .game_awards ul li:nth-child(2)::after, .ingame_machine .game_awards ul li:nth-child(3)::after, .ingame_machine .game_awards ul li:nth-child(4)::after, .ingame_machine .game_awards ul li:nth-child(5)::after {
  bottom: -16%;
  left: 43%;
}

.ingame_machine .game_awards ul li:nth-child(6)::after {
  bottom: -16%;
  left: -7%;
}

.ingame_machine .game_awards ul li:nth-child(7)::after, .ingame_machine .game_awards ul li:nth-child(8)::after {
  top: 35%;
  left: -7%;
}

.ingame_machine .game_awards ul li:nth-child(9)::after {
  top: -12%;
  left: -7%;
}

.ingame_machine .game_awards ul li:nth-child(10)::after, .ingame_machine .game_awards ul li:nth-child(11)::after, .ingame_machine .game_awards ul li:nth-child(12)::after, .ingame_machine .game_awards ul li:nth-child(13)::after {
  top: -12%;
  left: 43%;
}

.ingame_machine .game_awards ul li:nth-child(14)::after {
  top: -12%;
  right: -7%;
}

.ingame_machine .game_awards ul li:nth-child(15)::after, .ingame_machine .game_awards ul li:nth-child(16)::after {
  top: 35%;
  right: -7%;
}

.ingame_machine .game_awards ul li:nth-child(17)::after {
  top: -12%;
  right: -7%;
}

.ingame_machine .game_awards ul li.awards-1 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award1.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-2 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award2.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-3 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award3.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-4 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award4.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-5 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award5.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-6 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award6.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-7 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award7.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-8 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award8.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-9 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award9.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-10 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award10.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-11 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award11.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-12 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award12.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-13 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award13.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-14 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award14.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-15 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award15.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-16 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award16.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.awards-17 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award17.png?v=20220426);
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.action::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% !important;
}

.ingame_machine .game_awards ul li.action.awards-1::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award1_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-2::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award2_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-3::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award3_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-4::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award4_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-5::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award5_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-6::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award6_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-7::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award7_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-8::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award8_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-9::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award9_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-10::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award10_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-11::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award11_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-12::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award12_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-13::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award13_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-14::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award14_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-15::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award15_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-16::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award16_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.action.awards-17::before {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Award17_light.png?v=20220426);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
}

.ingame_machine .game_awards ul li.get::before {
  content: '';
  display: block;
  width: 34.81013%;
  height: 55.10204%;
  position: absolute;
  top: 24.4898%;
  left: 34.17722%;
  background-size: 100% !important;
  background: url(/Action/11_Star31/20220420MS/ingame/images/Tick.png?v=20220426);
}

.ingame_machine .game_bottom {
  width: 100%;
  height: 25%;
  position: relative;
  margin-top: 3.45092%;
}

.ingame_machine .game_bottom .btn_Description {
  width: 16.33436%;
  height: 36.875%;
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_Description.png?v=20220426);
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  top: 0%;
  left: 9.66258%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_Description:hover {
    height: 35.625%;
    top: 1.25%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_Description_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_Description:active {
    height: 35.625%;
    top: 1.25%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_Description_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.ingame_machine .game_bottom .btn_AwardRecord {
  width: 16.33436%;
  height: 36.875%;
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_AwardRecord.png?v=20220426);
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 50.625%;
  left: 11.34969%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_AwardRecord:hover {
    height: 35.625%;
    top: 51.875%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_AwardRecord_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_AwardRecord:active {
    height: 35.625%;
    top: 51.875%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_AwardRecord_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.ingame_machine .game_bottom .btn_use_all {
  width: 19.93865%;
  height: 78.125%;
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_use_all.png?v=20220426);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: -3.5%;
  left: 27.60736%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_use_all:hover {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_use_all_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_use_all:active {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_use_all_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.ingame_machine .game_bottom .btn_use_one {
  width: 19.93865%;
  height: 78.125%;
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_use_one.png?v=20220426);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: -3.5%;
  left: 49.84663%;
  -webkit-animation: BtnLight 1.5s infinite linear;
          animation: BtnLight 1.5s infinite linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1280px) {
  .ingame_machine .game_bottom .btn_use_one:hover {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_use_one_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 812px) {
  .ingame_machine .game_bottom .btn_use_one:active {
    height: 70.625%;
    top: 4%;
    background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_use_one_action.png?v=20220426);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes BtnLight {
  0%, 20%, 80%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
}

@keyframes BtnLight {
  0%, 20%, 80%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
}

.ingame_machine .game_bottom .token {
  width: 16.94785%;
  height: 71.875%;
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/Token.png?v=20220426);
  background-size: 100%;
  position: absolute;
  top: -3%;
  left: 72.85276%;
}

.ingame_machine .game_bottom .token .nums {
  width: 86.87783%;
  height: 40.86957%;
  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;
  position: absolute;
  top: 39.13043%;
  left: 6.56109%;
}

.ingame_machine .game_bottom .token .nums .num {
  width: 16.66667%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: 87.5% !important;
  background-position-x: center !important;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_bottom .token .nums .num-0 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_0.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-1 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_1.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-2 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_2.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-3 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_3.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-4 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_4.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-5 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_5.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-6 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_6.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-7 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_7.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-8 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_8.png?v=20220426);
}

.ingame_machine .game_bottom .token .nums .num-9 {
  background: url(/Action/11_Star31/20220420MS/ingame/images/Number_9.png?v=20220426);
}

.ingame_machine .game_bottom .token .note-text {
  width: 220%;
  position: absolute;
  top: 91.30435%;
  left: 50%;
  color: yellow;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box_windows {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_windows-bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
}

.box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_windows .prize_item {
  display: none;
  width: 76.84049%;
  height: 87.5%;
  top: 6.25%;
  left: 11.11963%;
  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/20220420MS/ingame/images/popbox.png?v=20220426);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.box_windows .prize_item-box .item {
  width: 92%;
  height: 66.07143%;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
  top: 28.57143%;
  padding-bottom: 10px;
}

.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: 5.18519%;
  border-radius: 80px;
  left: 2.5%;
  background: -webkit-gradient(linear, left bottom, left top, from(#013f58), to(rgba(1, 63, 88, 0)));
  background: linear-gradient(to top, #013f58 0%, rgba(1, 63, 88, 0) 100%);
}

.box_windows .prize_item .getBtn {
  width: 14.17166%;
  height: 10.89286%;
  margin: 0.5% auto;
  left: 44.55521%;
  background: url(/Action/11_Star31/20220420MS/ingame/images/btn_get_action.png?v=20220426);
  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 p {
  margin-left: 2em;
}

.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: 85%;
  height: 85%;
  top: 7.5%;
  left: 7.5%;
}

.box_windows .box_container .main {
  width: 100%;
  height: 100%;
  padding: 2.25%;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.65);
  -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: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/btn_x.png?v=20220426);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

.box_container.small_game .main {
  position: relative;
  width: 65.02646%;
  height: 101.42857%;
  padding: 7.5% 8%;
  margin: 0 auto;
  border-radius: 20px;
  border: none;
  background: url(/Action/11_Star31/20220420MS/ingame/images/pop.png?v=20220426), rgba(0, 0, 0, 0);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow-y: hidden;
}

.box_container.small_game .main .btn_x {
  top: 10.5%;
  right: 8%;
}

.dark::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-dark.png?v=20220426);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card_gold .main_card_gold {
  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;
  height: 100%;
  overflow: hidden;
}

.card_gold .main_card_gold .popTitle {
  position: absolute;
  top: 0.81367%;
  left: 20.91131%;
  width: 58.17738%;
  height: 14.08451%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.card_gold .main_card_gold .popTitle01 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/poptitle01.png?v=20220426);
}

.card_gold .main_card_gold .popTitle02 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/poptitle02.png?v=20220426);
}

.card_gold .main_card_gold .popTitle03 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/poptitle03.png?v=20220426);
}

.card_gold .main_card_gold .popTitle04 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/poptitle04.png?v=20220426);
}

.card_gold .main_card_gold .giftGroup {
  width: 88.85273%;
  max-width: 1092px;
  height: 27.69953%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16.27339%;
}

.card_gold .main_card_gold .btn_receive {
  width: 21.80635%;
  height: 7.74648%;
  margin: 1% 0;
  background: url(/Action/11_Star31/20220420MS/ingame/images/btn_receive.png?v=20220426);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card_gold .main_card_gold .giftbox {
  width: 30%;
  max-width: 364px;
  height: 100%;
  max-height: 236px;
  margin: 0.85288% 0.85288%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card_gold .main_card_gold .giftbox.click {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card_gold .main_card_gold .giftbox .box-back {
  position: absolute;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card_gold .main_card_gold .giftbox .diamond1 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift1.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond2 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift2.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond3 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift3.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond4 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift4.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond5 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift5.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond6 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift6.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond7 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift7.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond8 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift8.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond9 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift9.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond10 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift10.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond11 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift11.png?v=20220426);
}

.card_gold .main_card_gold .giftbox .diamond12 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/luckyBag-gift12.png?v=20220426);
}

.card_gold .main_card_gold .box-front {
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card_gold .main_card_gold .box1 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/apple_question1.png?v=20220426);
}

.card_gold .main_card_gold .box2 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/apple_question2.png?v=20220426);
}

.card_gold .main_card_gold .box3 {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/apple_question3.png?v=20220426);
}

.card_gold .main_card_gold .confirm_windows {
  position: absolute;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  border-radius: 16px;
}

.card_gold .main_card_gold .confirm_windows .text {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/pop_pageQ.png?v=20220426);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 15%;
}

.card_gold .main_card_gold .confirm_windows .text-luckyBag {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/pop_pageQ-luckyBag.png?v=20220426);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 15%;
}

.card_gold .main_card_gold .confirm_windows .gift {
  background-size: 25.1227%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 33.1875%;
  margin: 0.55215% 0;
}

.card_gold .main_card_gold .confirm_windows .btn {
  width: 47.48466%;
  height: 15.46875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.55215%;
}

.card_gold .main_card_gold .confirm_windows .btn a {
  display: block;
  width: 45%;
  height: 100%;
  margin: 0 2.5%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.card_gold .main_card_gold .confirm_windows .btn a.btn_yes {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/btn_yes.png?v=20220426);
}

.card_gold .main_card_gold .confirm_windows .btn a.btn_no {
  background-image: url(/Action/11_Star31/20220420MS/ingame/images/gift/btn_no.png?v=20220426);
}

.go_in {
  display: block;
  opacity: 1;
}

.go_out {
  display: none;
  opacity: 0;
}
