@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
@import url("/css/animate.css/animate.min.css");
:root {
  --animate-duration: 0.5s;
}

/* ================= 頁面框架設定 ================= */
* {
  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%;
  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%;
}

.wrapper_ingame.Scene_01 {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/ingamebg_3000.jpg);
  background-repeat: no-repeat;
  background-size: 187%, cover !important;
  background-position: center center;
}

@media (min-aspect-ratio: 9 / 4) {
  .wrapper_ingame.Scene_01 {
    background-image: url(/Action/11_Star31/20211019MJ/ingame/images/ingamebg_1920.jpg);
    background-size: auto 100%;
    background-size: 100%, cover !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .wrapper_ingame.Scene_01 {
    background-image: url(/Action/11_Star31/20211019MJ/ingame/images/ingamebg_1920.jpg);
  }
}

.wrapper_ingame.Scene_02 {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/ingamebg_3000_2.jpg);
  background-repeat: no-repeat;
  background-size: 187%, cover !important;
  background-position: center center;
}

@media (min-aspect-ratio: 9 / 4) {
  .wrapper_ingame.Scene_02 {
    background-image: url(/Action/11_Star31/20211019MJ/ingame/images/ingamebg_1920_2.jpg);
    background-size: auto 100%;
    background-size: 100%, cover !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .wrapper_ingame.Scene_02 {
    background-image: url(/Action/11_Star31/20211019MJ/ingame/images/ingamebg_1920_2.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_lotteryBg {
  width: 102%;
  height: 27.38095%;
  position: absolute;
  top: 0;
  left: -1%;
  border: solid 1px #6b1c08;
  -webkit-box-shadow: inset 0px 0px 30px 10px #000;
          box-shadow: inset 0px 0px 30px 10px #000;
}

.ingame_machine .game_lotteryBg .game_lottery {
  position: relative;
  width: 80%;
  height: 100%;
  left: 8.46561%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery {
    width: 75%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .multiply {
  width: 9%;
  height: 62%;
  position: absolute;
  top: 10%;
  left: -4%;
  background: url(/Action/11_Star31/20211019MJ/ingame/images/multiply.png) no-repeat;
  background-size: 100% !important;
}

.ingame_machine .game_lotteryBg .game_lottery .multiplyStart {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/multiplyStart.png) no-repeat;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .multiply {
    top: 8%;
  }
}

@media only screen and (max-width: 650px) {
  .ingame_machine .game_lotteryBg .game_lottery .multiply {
    width: 10%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .multiply p {
  width: 100%;
  position: absolute;
  top: 100%;
  color: #ffff00;
  text-align: center;
  font-size: 20px;
  line-height: initial;
  text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, 2px 2px 2px black;
}

@media only screen and (max-width: 1024px) {
  .ingame_machine .game_lotteryBg .game_lottery .multiply p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .multiply p {
    top: 80%;
  }
}

@media only screen and (max-width: 650px) {
  .ingame_machine .game_lotteryBg .game_lottery .multiply p {
    top: 85%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .getAll {
  width: 9%;
  height: 62%;
  position: absolute;
  cursor: pointer;
  top: 16%;
  right: -11%;
  background: url(/Action/11_Star31/20211019MJ/ingame/images/btn_award_getall.png) no-repeat;
  background-size: 100% !important;
  -webkit-animation: pulse 0.5s infinite;
          animation: pulse 0.5s infinite;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest {
  width: 8.52713%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 17.5%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.tooltip {
  display: inline-block;
  border-bottom: 1px dotted black;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #fff;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 2;
  top: 145%;
  left: 15%;
  margin-left: -60px;
  padding: 5px;
  font-size: 1.5em;
  line-height: 1.5em;
  Box-shadow: 1px 10px 12px 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1024px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.tooltip .tooltiptext {
    width: 170px;
    left: 20%;
    font-size: 12px;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.tooltip .tooltiptext:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 45%;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.tooltip:hover .tooltiptext {
  visibility: visible;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest .treasure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Action/11_Star31/20211019MJ/ingame/images/diamond.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift711 .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/award11.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift711 .treasure {
    top: -5%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift711.finish .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/icon_award11_get.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift711.finish .treasure {
    top: -5%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift1000 .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/award6.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift1000 .treasure {
    top: 0;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift1000.finish .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/icon_award6_get.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift1000.finish .treasure {
    top: 0;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift3000 .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/award9.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift3000 .treasure {
    top: 0;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift3000.finish .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/icon_award9_get.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.gift3000.finish .treasure {
    top: 0;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.giftiPhone .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/award10.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.giftiPhone .treasure {
    top: -5%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.giftiPhone.finish .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/icon_award10_get.png);
  width: 130%;
  height: 140%;
  cursor: pointer;
  top: -18%;
  left: -6%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.giftiPhone.finish .treasure {
    top: -5%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.canOpen .treasure {
  -webkit-animation: tada 1.5s infinite;
          animation: tada 1.5s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest.finish .treasure {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/icon_award_get.png);
  width: 100%;
  height: 111.11111%;
  cursor: pointer;
  top: -3%;
  left: 5%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-500 {
  left: 7.22481%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-2500 {
  left: 17.37984%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-5000 {
  left: 27.76744%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-9500 {
  left: 38.31008%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-15000 {
  left: 48.3876%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-20000 {
  left: 58.46512%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-25000 {
  left: 69.08527%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-35000 {
  left: 79.24031%;
}

.ingame_machine .game_lotteryBg .game_lottery .treasureChestBox .treasureChest-50000 {
  left: 90.09302%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress {
  width: 100%;
  height: 28.5%;
  position: absolute;
  top: 40%;
  left: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox {
  width: 100%;
  height: 35.08772%;
  position: absolute;
  top: 23.68421%;
  left: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar {
  height: 100%;
  border-radius: 30px;
  background: #A290FF;
  position: absolute;
  top: 36.66667%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar::before {
  content: '';
  display: block;
  height: 100%;
  border-radius: 30px;
  background: #FCCE16;
  position: absolute;
  top: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-500, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-2500, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-5000, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-9500, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-15000, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-20000, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-25000, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-35000, .ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-50000 {
  width: 11.62791%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-500 {
  left: 0;
  border-radius: 30px 0 0 30px;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-500::before {
  border-radius: 30px 0 0 30px;
  width: calc(var(--data-bar) / 500 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-2500 {
  left: 10.31008%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-2500::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 500 )  / 2000 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-5000 {
  left: 20.62016%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-5000::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 2500 )  / 2500 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-9500 {
  left: 30.93023%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-9500::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 5000 )  / 4500 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-15000 {
  left: 41.24031%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-15000::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 9500 )  / 5500 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-20000 {
  left: 51.55039%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-20000::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 15000 )  / 5000 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-25000 {
  left: 61.86047%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-25000::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 20000 )  / 5000 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-35000 {
  left: 72.17054%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-35000::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 25000 )  / 10000 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-50000 {
  left: 82.48062%;
  border-radius: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .barBox .bar-50000::before {
  border-radius: 0;
  width: calc((var(--data-bar) - 35000 )  / 15000 * 100%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox {
  width: 100%;
  height: 55%;
  position: absolute;
  top: 25%;
  left: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state {
  width: 2.32558%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  position: absolute;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state.finish::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #FCCE16;
  border-radius: 30px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state.finish::after {
  content: '';
  width: 80%;
  height: 65%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-500 {
  left: 10.31008%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-2500 {
  left: 20.62016%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-5000 {
  left: 30.93023%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-9500 {
  left: 41.24031%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-15000 {
  left: 51.55039%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-20000 {
  left: 61.86047%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-25000 {
  left: 72.17054%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-35000 {
  left: 82.48062%;
}

.ingame_machine .game_lotteryBg .game_lottery .progress .stateBox .state-50000 {
  left: 92.7907%;
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox {
  width: 100%;
  height: 20%;
  position: absolute;
  top: 75%;
  left: 0;
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox p {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox p {
    font-size: 12px;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards {
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 3.5%;
  color: #fff;
  text-align: center;
  line-height: 1em;
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-500 {
  left: 10.31008%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-500 {
    left: 9.30233%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-500 {
    left: 9.30233%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-2500 {
  left: 20.62016%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-2500 {
    left: 19.37984%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-2500 {
    left: 19.37984%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-5000 {
  left: 30.93023%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-5000 {
    left: 29.06977%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-5000 {
    left: 29.06977%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-9500 {
  left: 40.62016%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-9500 {
    left: 39.68992%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-9500 {
    left: 39.68992%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-15000 {
  color: #fffe00;
  left: 50%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-15000 {
    left: 49.6124%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-15000 {
    left: 49.6124%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-20000 {
  left: 61.39535%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-20000 {
    left: 61.39535%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-20000 {
    left: 61.39535%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-25000 {
  left: 72.17054%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-25000 {
    left: 71.62791%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-25000 {
    left: 71.62791%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-35000 {
  color: #fffe00;
  left: 81.24031%;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-35000 {
    left: 80.62016%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-35000 {
    left: 80%;
  }
}

.ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-50000 {
  left: 91.39535%;
  color: #fffe00;
}

@media only screen and (max-width: 927px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-50000 {
    left: 87.90698%;
    width: 15%;
  }
}

@media only screen and (max-height: 380px) {
  .ingame_machine .game_lotteryBg .game_lottery .awardsBox .awards-50000 {
    left: 90%;
    width: 15%;
  }
}

.ingame_machine .game_lable {
  width: 16.24339%;
  height: 12.85714%;
  position: absolute;
  top: 2.38095%;
  left: -1%;
  background: url(/Action/11_Star31/20211019MJ/ingame/images/lable.png) no-repeat;
  background-size: 100% !important;
}

.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: 47.5%;
  height: 100%;
  cursor: pointer;
  background-size: 100% !important;
}

.ingame_machine .game_infoBtn div.btn_Description {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/btn_question.png);
  margin-right: 5px;
  background-repeat: no-repeat;
}

.ingame_machine .game_infoBtn div.btn_AwardRecord {
  background: url(/Action/11_Star31/20211019MJ/ingame/images/btn_record.png);
  background-repeat: no-repeat;
}

.ingame_machine .game_main {
  width: 65.07937%;
  height: 97.02381%;
  left: 18.51852%;
  position: absolute;
  z-index: 0;
}

.ingame_machine .game_main .gameAwards {
  width: 42.32804%;
  height: 57.14286%;
  position: absolute;
  top: 29.7619%;
  left: 26.45503%;
  background: url(/Action/11_Star31/20211019MJ/ingame/images/Box.png) no-repeat;
  background-size: 100%;
  -webkit-animation: bounceIn 0.8s;
          animation: bounceIn 0.8s;
}

.ingame_machine .game_main .icon_how {
  width: 14.28571%;
  height: 32.14286%;
  position: absolute;
  top: 35.71429%;
  left: 62.1164%;
  background: url(/Action/11_Star31/20211019MJ/ingame/images/icon_how.png) no-repeat;
  background-size: 100%;
  -webkit-animation: swing 2s infinite;
          animation: swing 2s infinite;
}

.ingame_machine .game_playBtn {
  width: 47.08995%;
  height: 33.33333%;
  position: absolute;
  top: 80.95238%;
  left: 28.57143%;
  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_playBtn div {
  width: 100%;
  height: 46.59864%;
  cursor: pointer;
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.ingame_machine .game_playBtn div.playOneBtn {
  width: 46%;
  margin-right: 8%;
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_now.png);
}

.ingame_machine .game_playBtn div.playOneBtn:hover {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_now_action.png);
}

.ingame_machine .game_playBtn div.playTenBtn {
  width: 46%;
  margin-right: 8%;
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_10.png);
}

.ingame_machine .game_playBtn div.playTenBtn:hover {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_10_action.png);
}

.ingame_machine .game_playBtn div.playAllBtn {
  width: 46%;
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_all.png);
}

.ingame_machine .game_playBtn div.playAllBtn:hover {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_all_action.png);
}

.ingame_machine .game_awardsTime {
  width: 100%;
  top: 75%;
  position: absolute;
  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 only screen and (max-width: 1280px) {
  .ingame_machine .game_awardsTime {
    top: 71%;
  }
}

.ingame_machine .game_awardsTime div {
  color: #fff;
  display: block;
  text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, 2px 2px 2px black;
  font-size: 30px;
}

@media only screen and (max-width: 1280px) {
  .ingame_machine .game_awardsTime div {
    font-size: 16px;
  }
}

@media only screen and (max-width: 798px) {
  .ingame_machine .game_awardsTime div {
    font-size: 12px;
  }
}

@media only screen and (max-width: 620px) {
  .ingame_machine .game_awardsTime div {
    font-size: 8px;
  }
}

.ingame_machine .game_awardsTime .time {
  background: #000B37;
  width: 50%;
  max-width: 100px;
  border: 1px #4d0303 solid;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#130100));
  background: linear-gradient(180deg, black, #130100);
  border-radius: 30px;
  text-align: center;
  color: yellow;
}

.ingame_machine .game_awardsTime .awardsTip {
  color: #ffff00;
  font-size: 36px;
  padding-right: 1%;
  text-align: center;
  text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, 2px 2px 2px black;
}

@media only screen and (max-width: 1280px) {
  .ingame_machine .game_awardsTime .awardsTip {
    font-size: 16px;
  }
}

.ingame_machine .game_project {
  width: 12.91005%;
  height: 35%;
  position: absolute;
  top: 62.5%;
  left: 85.71429%;
}

.ingame_machine .game_project .projectTable {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff2e1;
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/bg_marquee.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ingame_machine .game_project .projectTable ul {
  position: absolute;
  overflow-y: scroll;
  text-align: center;
  top: 16%;
  left: 11.5%;
  width: 80%;
  height: 72%;
  margin: 0;
  padding: 0;
}

.ingame_machine .game_project .projectTable ul li {
  font-size: 15px;
  height: 48%;
  width: 98%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4em;
  margin: 1% auto;
  padding: 3% 1%;
}

.ingame_machine .game_otherBtn {
  width: 10.58201%;
  height: 23.80952%;
  position: absolute;
  top: 73.80952%;
  right: 0.8%;
}

.ingame_machine .game_otherBtn ul.nav_Scene li {
  width: 100%;
  list-style: none;
}

.ingame_machine .game_otherBtn ul.nav_Scene li a {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  cursor: pointer;
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.ingame_machine .game_otherBtn ul.nav_Scene li a.reward10Btn {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_go_10.png);
}

.ingame_machine .game_otherBtn ul.nav_Scene li a.reward1Btn {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/btn_go_1.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);
  z-index: 5;
}

.box_windows-bg-ready {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
  z-index: 9;
}

.box_windows .btn_x {
  top: 0;
  right: 0;
}

.box_windows 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;
}

@media only screen and (max-width: 927px) {
  .box_windows h5 {
    font-size: 1em;
    padding: .2em;
  }
}

.box_windows .treasureChestDescription .item__box-get {
  color: yellow;
}

.box_windows .prize_item {
  position: absolute;
  z-index: 999;
  width: 79.36508%;
  overflow: hidden;
}

@media only screen and (max-width: 850px) {
  .box_windows .prize_item {
    width: 80% !important;
    margin-left: 3%;
  }
}

.box_windows .prize_item .main.getAwardsBox {
  height: 90%;
  width: auto;
}

.box_windows .prize_item .main.getAwardsBox .item__box {
  margin: 0;
}

.box_windows .prize_item .main.getAwardsBox .item__box .item__box-get {
  color: yellow;
}

@media only screen and (max-width: 927px) {
  .box_windows .prize_item .main.getAwardsBox .item__box-title {
    padding: 8px 0;
    font-size: .8em;
  }
  .box_windows .prize_item .main.getAwardsBox .item__box-img-100 {
    height: 80px;
  }
  .box_windows .prize_item .main.getAwardsBox .item__box-img-100 img {
    max-height: 70px;
  }
  .box_windows .prize_item .main.getAwardsBox .item__box-get {
    padding: 4px;
  }
}

.box_windows .prize_item .item {
  width: 18%;
  margin: 1%;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid rgba(166, 133, 76, 0.7);
  padding: 0.2em;
  height: 250px;
}

@media only screen and (max-width: 1024px) and (min-width: 927px) {
  .box_windows .prize_item .item {
    height: 150px;
  }
}

@media only screen and (max-width: 812px) {
  .box_windows .prize_item .item {
    height: 160px;
  }
}

.box_windows .prize_item .item .item_name {
  text-align: center;
  margin: 2% 0;
}

.box_windows .prize_item .item .item_name h3 {
  line-height: 1.2em;
  font-size: 90%;
}

.box_windows .prize_item .item .item_img p {
  height: 200px;
  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 only screen and (max-width: 1024px) and (min-width: 927px) {
  .box_windows .prize_item .item .item_img p {
    height: 100px;
  }
}

@media only screen and (max-width: 812px) {
  .box_windows .prize_item .item .item_img p {
    height: 80px;
  }
}

.box_windows .prize_item .item .item_img img {
  max-width: 80%;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) and (min-width: 927px) {
  .box_windows .prize_item .item .item_img img {
    max-height: 100px;
  }
}

@media only screen and (max-width: 812px) {
  .box_windows .prize_item .item .item_img img {
    max-height: 80px;
  }
}

.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;
}

@media only screen and (max-width: 927px) {
  .box_windows .question h3 {
    font-size: 1em;
  }
}

.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 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  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;
}

@media only screen and (max-width: 850px) {
  .box_windows .box_container .main {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-height: 361px) {
  .box_windows .box_container .main {
    width: 80%;
    margin-left: 10%;
  }
}

.box_windows a.btn_x {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: url(/Action/11_Star31/20211019MJ/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: 850px) {
  .box_windows a.btn_x {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 11%;
  }
}

@media only screen and (max-height: 450px) {
  .box_windows a.btn_x {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 11%x;
  }
}

.btnBox {
  margin: 0 auto;
}

.btnBox a {
  border: 1px solid #ffa8ea;
  padding: 8px;
  cursor: pointer;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff38ce), color-stop(20%, #ff38ce), color-stop(40%, #ff75dd), color-stop(60%, #ff75dd), color-stop(80%, #ff38ce), to(#ff38ce)) !important;
  background: linear-gradient(to bottom, #ff38ce 0%, #ff38ce 20%, #ff75dd 40%, #ff75dd 60%, #ff38ce 80%, #ff38ce 100%) !important;
  -webkit-box-shadow: 0px 3px 3px #db00a5;
          box-shadow: 0px 3px 3px #db00a5;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #b6eeeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cd8d3), color-stop(20%, #5cd8d3), color-stop(40%, #8de4e0), color-stop(60%, #8de4e0), color-stop(80%, #5cd8d3), to(#5cd8d3)) !important;
  background: linear-gradient(to bottom, #5cd8d3 0%, #5cd8d3 20%, #8de4e0 40%, #8de4e0 60%, #5cd8d3 80%, #5cd8d3 100%) !important;
  background-image: #8de4e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cd8d3), color-stop(20%, #5cd8d3), color-stop(40%, #8de4e0), color-stop(60%, #8de4e0), color-stop(80%, #5cd8d3), to(#5cd8d3));
  background-image: linear-gradient(to bottom, #5cd8d3 0%, #5cd8d3 20%, #8de4e0 40%, #8de4e0 60%, #5cd8d3 80%, #5cd8d3 100%);
  -webkit-box-shadow: 0px 2px 2px #29afa9, inset 0 1px 1px 1px #aeece9, inset 0 -8px 8px 0px #cff4f2;
          box-shadow: 0px 2px 2px #29afa9, inset 0 1px 1px 1px #aeece9, inset 0 -8px 8px 0px #cff4f2;
  top: 2px;
  color: #145250;
}

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

.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 #540087;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

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

.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;
}

.above {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/bg_aboveA.png);
  z-index: 22;
  background-repeat: no-repeat;
  background-size: 100%, cover !important;
  background-position: top center;
}

@media (min-aspect-ratio: 9 / 4) {
  .above {
    background-size: 100%, cover !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .above {
    background-image: url(/Action/11_Star31/20211019MJ/ingame/images/ingamebg_1920.jpg);
  }
}

.aboveB {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/bg_aboveB.png);
}

.below {
  position: absolute;
  top: -100%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/bg_belowA.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 21;
}

.belowB {
  background-image: url(/Action/11_Star31/20211019MJ/ingame/images/bg_belowB.png);
}

.aboveDown {
  -webkit-animation-name: aboveDown;
          animation-name: aboveDown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes aboveDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  100% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

@keyframes aboveDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  100% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

.aboveUp {
  -webkit-animation-name: aboveUp;
          animation-name: aboveUp;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes aboveUp {
  0% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  50% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes aboveUp {
  0% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  50% {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.belowUp {
  -webkit-animation-name: belowUp;
          animation-name: belowUp;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes belowUp {
  0% {
    -webkit-transform: scaleY(1) translateY(0%);
            transform: scaleY(1) translateY(0%);
  }
  50% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  100% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
}

@keyframes belowUp {
  0% {
    -webkit-transform: scaleY(1) translateY(0%);
            transform: scaleY(1) translateY(0%);
  }
  50% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  100% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
}

.belowDown {
  -webkit-animation-name: belowDown;
          animation-name: belowDown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes belowDown {
  0% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  50% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes belowDown {
  0% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  50% {
    -webkit-transform: translateY(55%);
            transform: translateY(55%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (min-width: 1024px) and (min-height: 768px) and (max-width: 1366px) and (max-height: 1024px) {
  .above {
    left: -150%;
    width: 120%;
  }
  .below {
    right: -150%;
    width: 120%;
  }
}

@media screen and (min-width: 768px) and (min-height: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .above {
    left: -150%;
    width: 120%;
  }
  .below {
    right: -150%;
    width: 120%;
  }
}
