@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: #5F0000;
  -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/20220105MJ/ingame/images/1920X1920_bg.jpg?v=20220112);
  background-repeat: no-repeat;
  background-size: cover !important;
  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%;
}

@media (min-aspect-ratio: 9 / 4) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20220105MJ/ingame/images/bg.jpg?v=20220112);
    background-size: cover !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20220105MJ/ingame/images/bg.jpg?v=20220112);
  }
}

.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_main {
  width: 100%;
  height: 95.2381%;
  position: relative;
  z-index: 0;
}

.ingame_machine .game_awards {
  width: 70.84656%;
  height: 86.375%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/gameBoxBg.png?v=20220112);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 5.25%;
  left: 3.7037%;
  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_awards .count_num {
  width: 65.42196%;
  height: 14.47178%;
  position: absolute;
  top: -2.89436%;
  left: 17.28902%;
  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-image: url(/Action/11_Star31/20220105MJ/ingame/images/top_title_bg.png?v=20220112);
  background-size: 100%;
  background-repeat: no-repeat;
}

.ingame_machine .game_awards .count_num-title {
  width: 36.9863%;
  height: 60%;
  background-image: url(/Action/11_Star31/20220105MJ/ingame/images/page1/count_num-title.png?v=20220112);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 1%;
}

.ingame_machine .game_awards .count_num-num ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.ingame_machine .game_awards .count_num-num ul li {
  width: 1.927vw;
  height: 2.5vw;
  background-size: auto 95% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

@media (min-aspect-ratio: 9 / 4) {
  .ingame_machine .game_awards .count_num-num ul li {
    width: 4.1666vh;
    height: 5.47619vh;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine .game_awards .count_num-num ul li {
    width: 4.1666vh;
    height: 5.47619vh;
  }
}

.ingame_machine .game_awards .count_num-num .num-0 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y0.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-1 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y1.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-2 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y2.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-3 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y3.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-4 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y4.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-5 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y5.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-6 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y6.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-7 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y7.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-8 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y8.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-9 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/wa_y9.png?v=20220112);
}

.ingame_machine .game_awards .count_num-num .num-comma {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/number/comma.png?v=20220112);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}

.ingame_machine .game_awards ul.awards {
  width: 73.18895%;
  height: 75.25326%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ingame_machine .game_awards ul.awards li {
  width: 19.28571%;
  height: 32.30769%;
  margin: 0.5102% 0;
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_awards ul.awards li::before {
  content: '';
  width: 52.91005%;
  height: 29.16667%;
  display: block;
  position: absolute;
  top: 65.47619%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_awards ul.awards li.animate::before {
  -webkit-animation: num-animate 0.2s linear;
          animation: num-animate 0.2s linear;
}

.ingame_machine .game_awards ul.awards li.dark {
  -webkit-filter: brightness(0.35);
          filter: brightness(0.35);
}

.ingame_machine .game_awards ul.awards li .tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  padding: 10px 20px;
  background: -webkit-gradient(linear, right top, left top, from(#ffed85), to(#fff));
  background: linear-gradient(to left, #ffed85 0%, #fff 100%);
  color: #9e2d00;
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.25em;
  -webkit-box-shadow: 0 0 3px rgba(255, 115, 0, 0.86);
          box-shadow: 0 0 3px rgba(255, 115, 0, 0.86);
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .ingame_machine .game_awards ul.awards li .tooltip {
    font-size: 12px;
  }
}

@media only screen and (max-width: 630px) {
  .ingame_machine .game_awards ul.awards li .tooltip {
    font-size: 10px;
  }
}

@media only screen and (max-height: 320px) {
  .ingame_machine .game_awards ul.awards li .tooltip {
    font-size: 8px;
    line-height: 1.5em;
  }
}

.ingame_machine .game_awards ul.awards li .tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 40%;
  left: -18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ingame_machine .game_awards ul.awards li:hover .tooltip {
  visibility: visible;
  -webkit-transform: translateX(6px) translateY(-50%);
          transform: translateX(6px) translateY(-50%);
  opacity: 1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.ingame_machine .game_awards .playBtn {
  width: 54.5183%;
  height: 16.06368%;
  position: absolute;
  top: 93.34298%;
  left: 22.77819%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ingame_machine .game_awards .playBtn div {
  width: 49.17808%;
  height: 100%;
  margin: 0 0.41096%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.ingame_machine .game_awards .playBtn div:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.ingame_machine .game_awards .playBtn_one {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/playBtn_one.png?v=20220112);
  position: relative;
  -webkit-animation: playBtn_animate 1s linear infinite;
          animation: playBtn_animate 1s linear infinite;
}

.ingame_machine .game_awards .playBtn_one:active::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% !important;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/playBtn_one.png?v=20220112);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: playBtn_animate-in 1s linear infinite;
          animation: playBtn_animate-in 1s linear infinite;
}

.ingame_machine .game_awards .playBtn_all {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/playBtn_all.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(1) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_luckyBag3.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(2), .ingame_machine .game_awards-1 ul.awards li:nth-child(3) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards3.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(4), .ingame_machine .game_awards-1 ul.awards li:nth-child(5) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards4.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(6) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_luckyBag2.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(7), .ingame_machine .game_awards-1 ul.awards li:nth-child(8), .ingame_machine .game_awards-1 ul.awards li:nth-child(9), .ingame_machine .game_awards-1 ul.awards li:nth-child(10) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards2.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(11) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_luckyBag1.png);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(12), .ingame_machine .game_awards-1 ul.awards li:nth-child(13), .ingame_machine .game_awards-1 ul.awards li:nth-child(14), .ingame_machine .game_awards-1 ul.awards li:nth-child(15) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards1.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(2)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num12.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(3)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num13.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(4)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num14.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(5)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num15.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(7)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num7.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(8)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num8.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(9)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num9.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(10)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num10.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(12)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num2.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(13)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num3.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(14)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num4.png?v=20220112);
}

.ingame_machine .game_awards-1 ul.awards li:nth-child(15)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game1_Awards-num5.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(1) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_luckyBag3.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(2), .ingame_machine .game_awards-2 ul.awards li:nth-child(3), .ingame_machine .game_awards-2 ul.awards li:nth-child(4), .ingame_machine .game_awards-2 ul.awards li:nth-child(5) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards3.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(6) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_luckyBag2.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(7), .ingame_machine .game_awards-2 ul.awards li:nth-child(8), .ingame_machine .game_awards-2 ul.awards li:nth-child(9), .ingame_machine .game_awards-2 ul.awards li:nth-child(10) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards2.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(11) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_luckyBag1.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(12), .ingame_machine .game_awards-2 ul.awards li:nth-child(13), .ingame_machine .game_awards-2 ul.awards li:nth-child(14), .ingame_machine .game_awards-2 ul.awards li:nth-child(15) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards1.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(7)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num7.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(8)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num8.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(9)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num9.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(10)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num10.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(12)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num2.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(13)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num3.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(14)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num4.png?v=20220112);
}

.ingame_machine .game_awards-2 ul.awards li:nth-child(15)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game2_Awards-num5.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(1) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_luckyBag3.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(2), .ingame_machine .game_awards-3 ul.awards li:nth-child(3), .ingame_machine .game_awards-3 ul.awards li:nth-child(4), .ingame_machine .game_awards-3 ul.awards li:nth-child(5), .ingame_machine .game_awards-3 ul.awards li:nth-child(7), .ingame_machine .game_awards-3 ul.awards li:nth-child(8), .ingame_machine .game_awards-3 ul.awards li:nth-child(9), .ingame_machine .game_awards-3 ul.awards li:nth-child(10) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_Awards2.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(6) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_luckyBag2.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(12), .ingame_machine .game_awards-3 ul.awards li:nth-child(13), .ingame_machine .game_awards-3 ul.awards li:nth-child(14), .ingame_machine .game_awards-3 ul.awards li:nth-child(15) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_Awards1.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(11) {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_luckyBag1.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(12)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_Awards-num2.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(13)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_Awards-num3.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(14)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_Awards-num4.png?v=20220112);
}

.ingame_machine .game_awards-3 ul.awards li:nth-child(15)::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/action1_game3_Awards-num5.png?v=20220112);
}

.ingame_machine .game_awards-playBtn {
  width: 19.73545%;
  height: 62.5%;
  position: absolute;
  top: 21.25%;
  left: 74.55026%;
}

.ingame_machine .game_awards-playBtn div {
  width: 100%;
  height: 29.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3% 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.ingame_machine .game_awards-playBtn div.btn_game1 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/Btn_game1-off.png?v=20220112);
}

.ingame_machine .game_awards-playBtn div.btn_game1-on, .ingame_machine .game_awards-playBtn div.btn_game1:hover {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/Btn_game1-on.png?v=20220112);
}

.ingame_machine .game_awards-playBtn div.btn_game2 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/Btn_game2-off.png?v=20220112);
}

.ingame_machine .game_awards-playBtn div.btn_game2-on, .ingame_machine .game_awards-playBtn div.btn_game2:hover {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/Btn_game2-on.png?v=20220112);
}

.ingame_machine .game_awards-playBtn div.btn_game3 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/Btn_game3-off.png?v=20220112);
}

.ingame_machine .game_awards-playBtn div.btn_game3-on, .ingame_machine .game_awards-playBtn div.btn_game3:hover {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page1/Btn_game3-on.png?v=20220112);
}

.ingame_machine .game_infoBtn {
  width: 144px;
  height: 72px;
  position: absolute;
  bottom: 3.80952%;
  right: 1.69312%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1280px) {
  .ingame_machine .game_infoBtn {
    width: 90px;
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .ingame_machine .game_infoBtn {
    width: 70px;
    height: 35px;
  }
}

@media only screen and (max-width: 630px) {
  .ingame_machine .game_infoBtn {
    width: 60px;
    height: 30px;
  }
}

.ingame_machine .game_infoBtn div {
  width: 47%;
  height: 100%;
  cursor: pointer;
  background-size: 95% !important;
}

.ingame_machine .game_infoBtn div.btn_Description {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/btn_question.png?v=20220112) no-repeat center center;
}

.ingame_machine .game_infoBtn div.btn_AwardRecord {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/btn_record.png?v=20220112) no-repeat center center;
}

.ingame_machine .game_page {
  width: 16.93122%;
  height: 15.71429%;
  position: absolute;
  top: 2.85714%;
  right: 6.34921%;
  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_page div {
  width: 49.0625%;
  height: 100%;
  cursor: pointer;
  position: relative;
  background-size: 100% !important;
}

.ingame_machine .game_page div a:hover {
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}

.ingame_machine .game_page div a::before,
.ingame_machine .game_page div a::after {
  content: '';
  display: block;
  position: absolute;
  background-size: 100% !important;
}

.ingame_machine .game_page div a::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ingame_machine .game_page div.btn_page2 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page2-bg.png?v=20220112) no-repeat center center;
}

.ingame_machine .game_page div.btn_page2 a::before {
  width: 87.26115%;
  height: 96.9697%;
  top: 0;
  left: 6.36943%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page2-icon.png?v=20220112);
  -webkit-animation: btn-page2_animate 3s infinite;
          animation: btn-page2_animate 3s infinite;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_page div.btn_page2 a::after {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page2-txt.png?v=20220112);
}

.ingame_machine .game_page div.btn_page3 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page3-bg.png?v=20220112) no-repeat center center;
}

.ingame_machine .game_page div.btn_page3 a::before {
  width: 99.36306%;
  height: 85.60606%;
  top: 3.78788%;
  left: 3.18471%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page3-icon.png?v=20220112);
  -webkit-animation: btn-page3_animate 3s 2s infinite;
          animation: btn-page3_animate 3s 2s infinite;
  background-repeat: no-repeat !important;
}

.ingame_machine .game_page div.btn_page3 a::after {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page3-txt.png?v=20220112);
}

.ingame_machine .game_page div a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: relative;
}

.ingame_machine .game_page div.redPoint::after {
  content: '';
  width: 24.20382%;
  height: 31.81818%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/redPoint.png?v=20220112);
  background-size: 100%;
  -webkit-animation: redPoint 0.6s linear infinite;
          animation: redPoint 0.6s linear infinite;
  z-index: 1;
}

@-webkit-keyframes num-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(30px);
            transform: translateX(-50%) translateY(30px);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes num-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(30px);
            transform: translateX(-50%) translateY(30px);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@-webkit-keyframes playBtn_animate {
  0%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  69% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes playBtn_animate {
  0%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  69% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@-webkit-keyframes playBtn_animate-in {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(10px) brightness(1.25) opacity(0.01);
            filter: blur(10px) brightness(1.25) opacity(0.01);
  }
  62.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(5px) brightness(1.125) opacity(0);
            filter: blur(5px) brightness(1.125) opacity(0);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0) brightness(1) opacity(0);
            filter: blur(0) brightness(1) opacity(0);
  }
}

@keyframes playBtn_animate-in {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(10px) brightness(1.25) opacity(0.01);
            filter: blur(10px) brightness(1.25) opacity(0.01);
  }
  62.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(5px) brightness(1.125) opacity(0);
            filter: blur(5px) brightness(1.125) opacity(0);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0) brightness(1) opacity(0);
            filter: blur(0) brightness(1) opacity(0);
  }
}

@-webkit-keyframes btn-page2_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%) scale(1);
            transform: translateY(20%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-3%) scale(1);
            transform: translateY(-3%) scale(1);
  }
  16% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
  }
  24% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(0.96);
            transform: translateY(0) scale(0.96);
  }
  28% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes btn-page2_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%) scale(1);
            transform: translateY(20%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-3%) scale(1);
            transform: translateY(-3%) scale(1);
  }
  16% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
  }
  24% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(0.96);
            transform: translateY(0) scale(0.96);
  }
  28% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes btn-page3_animate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  15% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  22% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  28% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes btn-page3_animate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  15% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  22% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  28% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes redPoint {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes redPoint {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

.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: 1;
}

.box_windows-bg-ready {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
  z-index: 9;
}

.box_windows .bigwin {
  width: 86.45503%;
  height: 66.78571%;
  top: 9.7619%;
  left: 7.67196%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box_windows .bigwin-box {
  width: 100%;
  height: 100%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/bigwin-bg.png?v=20220112);
  background-size: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box_windows .bigwin.animate__bounceIn {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.box_windows .bigwin .bigwin-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 57.92683%;
  height: 53.47594%;
  position: absolute;
  top: 21.39037%;
  list-style: none;
}

.box_windows .bigwin .bigwin-prize li {
  width: 31.57895%;
  height: 100%;
  padding: 0.86957%;
  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;
}

.box_windows .bigwin .bigwin-prize img {
  max-width: 100%;
}

.box_windows .bigwin .getBtn {
  width: 20.93023%;
  height: 18.36007%;
  margin: 1% auto 0 auto;
  bottom: -22.28164%;
  left: 41.26984%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/prizeItem-btn.png?v=20220112);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

.box_windows .prize_item {
  width: 86.45503%;
  height: 66.78571%;
  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: 100%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/prizeItem-bg.png?v=20220112);
  background-size: 100%;
  position: relative;
}

.box_windows .prize_item-box .item {
  width: 90%;
  height: 78.43137%;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
  top: 17.82531%;
  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;
}

.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%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.box_windows .prize_item-box .item ul li {
  width: 20%;
  padding: 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 ul li p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.125em;
  margin: 6px 0;
}

.box_windows .prize_item-box .item-bg {
  width: 95%;
  height: 8.91266%;
  position: absolute;
  bottom: 2.13904%;
  border-radius: 50px;
  left: 2.5%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
}

.box_windows .prize_item .getBtn {
  width: 20.93023%;
  height: 18.36007%;
  margin: 1% auto 0 auto;
  left: 41.26984%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/prizeItem-btn.png?v=20220112);
  background-size: 100%;
  background-repeat: no-repeat;
}

.box_windows .prize_item.animate__zoomIn {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.box_windows .prize_dailogbox {
  position: absolute;
  z-index: 999;
  width: 84.12698%;
  height: 85.59524%;
  top: 7.14286%;
  left: 8.73016%;
  overflow: hidden;
}

.box_windows .prize_dailogbox .dailogbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/dailogbox.png);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box_windows .prize_dailogbox .dailogbox-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box_windows .prize_dailogbox .dailogbox-main p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 1.5em;
}

@media only screen and (max-width: 1280px) {
  .box_windows .prize_dailogbox .dailogbox-main p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .box_windows .prize_dailogbox .dailogbox-main p {
    font-size: 16px;
  }
}

.box_windows .prize_dailogbox .dailogbox-main .dailog_btn {
  width: 100%;
  height: 4.635vw;
  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;
  margin-top: 6%;
}

.box_windows .prize_dailogbox .dailogbox-main .dailog_btn div {
  width: 14.6875vw;
  height: 100%;
  margin: 0 1%;
  background-size: 100% !important;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .box_windows .prize_dailogbox .dailogbox-main .dailog_btn div {
    width: 22.03125vw;
    height: 6.953125vw;
  }
}

.box_windows .prize_dailogbox .dailogbox-main .dailog_btn .dailog_btn_sure {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/btn_sure.png?v=20220112) no-repeat;
}

.box_windows .prize_dailogbox .dailogbox-main .dailog_btn .dailog_btn_cancel {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/btn_cancel.png?v=20220112) no-repeat;
}

.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: #F75109;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 81, 9, 0)), color-stop(20%, #f98553), color-stop(40%, #F75109), color-stop(60%, #F75109), color-stop(80%, #f98553), to(rgba(247, 81, 9, 0)));
  background-image: linear-gradient(to left, rgba(247, 81, 9, 0) 0%, #f98553 20%, #F75109 40%, #F75109 60%, #f98553 80%, rgba(247, 81, 9, 0) 100%);
  color: #fff;
}

.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: 85%;
  height: 90%;
  top: 5%;
  left: 5%;
}

.box_windows .box_container .main {
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 20px;
  border: 3px solid #eab92d;
  background: rgba(60, 0, 1, 0.7);
  -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/20220105MJ/ingame/images/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;
  }
}

@media only screen and (max-height: 450px) {
  .box_windows a.btn_x {
    width: 30px;
    height: 30px;
    top: -5px;
    right: -5px;
  }
}

.knock {
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.unknock {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* ================= 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;
}

.box_flipInY {
  -webkit-animation-name: box_flipInY;
          animation-name: box_flipInY;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.an_fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.an_faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.delay-05s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
