@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
@import url(/Action/79_TMD/20210908JS/ingame/style/css/animate.css);
.f-danger {
  color: #ff0000;
  font-weight: bold;
}

/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  -webkit-text-size-adjust: none;
  /*iPhone旋轉後 文字不要放大*/
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 9999;
  border-radius: 3px;
  padding: 3px;
}

#wrapper_game_view {
  background-color: #000;
}

.wrapper_daguai {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light","Microsoft JhengHei", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai {
    height: 0;
    padding-bottom: 75%;
  }
}

.wrapper_daguai .Scene_bg,
.wrapper_daguai .Scene_layer01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_left_top {
  position: relative;
  float: left;
  width: 29.6875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) {
  .wrapper_daguai .box_left_top {
    width: 25%;
    margin-left: 3.5%;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 11) {
  .wrapper_daguai .box_left_top {
    width: 25%;
    margin-left: 3.5%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .wrapper_daguai .box_left_top {
    height: 100Vmin;
  }
}

@media (max-aspect-ratio: 9 / 16) {
  .wrapper_daguai .box_left_top {
    height: 100Vmin;
  }
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_left_top {
    width: 34.72222%;
    height: 56.25%;
    padding-bottom: 75%;
  }
}

@media (min-aspect-ratio: 21 / 9) {
  .wrapper_daguai .box_left_top {
    width: 21%;
    margin-left: 12%;
  }
}

.wrapper_daguai .box_left_top .information {
  width: 83.85965%;
  position: relative;
  padding-bottom: 189.47368%;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 13 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_left_top .information {
    width: 80%;
  }
}

.wrapper_daguai .box_left_top .information_tokens {
  width: 87.02929%;
  padding-bottom: 34.72803%;
  background: url(/Action/79_TMD/20210908JS/ingame/images/awardTop-Bg.png?20210908) no-repeat center;
  position: absolute;
  top: 2%;
  left: 6.48536%;
  background-size: 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;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_left_top .information_tokens {
    top: 6.94444%;
  }
}

.wrapper_daguai .box_left_top .information_tokens-text {
  background: url(/Action/79_TMD/20210908JS/ingame/images/information_tokens-text.png?20210908);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 75% !important;
  height: 0;
  padding-bottom: 9%;
  margin: 0 auto;
}

.wrapper_daguai .box_left_top .information_tokens-number {
  position: absolute;
  top: 128%;
  left: 23.5%;
  width: 55% !important;
  height: 0;
  padding-bottom: 14%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_left_top .information_tokens-number .get_no {
  width: 100%;
  padding-bottom: 25%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper_daguai .box_left_top .information_tokens-number .get_no span {
  display: block;
  width: 19%;
  padding-bottom: 25%;
  background-size: 100% 100%;
}

.wrapper_daguai .box_left_top .information_tokens-exchange {
  color: #e12100;
}

.wrapper_daguai .box_left_top .information_tokens-text, .wrapper_daguai .box_left_top .information_tokens-number, .wrapper_daguai .box_left_top .information_tokens-exchange {
  width: 100%;
  text-align: center;
}

.wrapper_daguai .box_left_top .information_tokens .loginBtn {
  width: 82.84519%;
  padding-bottom: 18.82845%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/btn_login.png?20210908);
  background-size: 100%;
  position: absolute;
  top: 52.28758%;
  margin-left: 1.5%;
  cursor: pointer;
}

.wrapper_daguai .box_left_top .information_tokens .loginBtn:hover {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/btn_login_hover.png?20210908);
}

.wrapper_daguai .box_left_top .information_tokensMain {
  width: 100%;
  position: absolute;
  top: 21.24183%;
  left: 0;
}

.wrapper_daguai .box_left_top .information_award01 {
  width: 100%;
  padding-bottom: 139.12134%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/award-Bg01.png?20210908);
  position: absolute;
  top: 18%;
  background-size: 100%;
  background-repeat: no-repeat;
  /* 透過jquery.fittext.js控制文字大小 */
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_left_top .information_award01 {
    top: 22.91667%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 13 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_left_top .information_award01 {
    top: 16.5%;
  }
}

.wrapper_daguai .box_left_top .information_award01-title {
  width: 100%;
  text-align: center;
}

.wrapper_daguai .box_left_top .information_award01-title img {
  width: 52.51046%;
}

.wrapper_daguai .box_left_top .information_award01-img {
  background: url(/Action/79_TMD/20210908JS/ingame/images/award-imgA.png?20210908) no-repeat;
  padding-bottom: 73.22176%;
  width: 63.17992%;
  background-size: 100%;
  margin-top: 5px;
  margin-bottom: 18%;
}

@media only screen and (max-width: 800px) {
  .wrapper_daguai .box_left_top .information_award01-img {
    margin-bottom: 15%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) {
  .wrapper_daguai .box_left_top .information_award01-img {
    margin-bottom: 16%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .wrapper_daguai .box_left_top .information_award01-img {
    margin-bottom: 16%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 13 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_left_top .information_award01-img {
    margin-bottom: 15%;
  }
}

.wrapper_daguai .box_left_top .information_award01-name {
  padding-bottom: 1.67364%;
  width: 79.49791%;
  color: #672115;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 13 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_left_top .information_award01-name {
    width: 86%;
  }
}

.wrapper_daguai .box_left_top .information_award02 {
  width: 100%;
  padding-bottom: 139.12134%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/award-Bg02.png?20210908);
  position: absolute;
  top: 18%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_left_top .information_award02 {
    top: 22.91667%;
  }
}

.wrapper_daguai .box_left_top .information_award02-title {
  width: 100%;
  text-align: center;
}

.wrapper_daguai .box_left_top .information_award02-title img {
  width: 52.51046%;
}

.wrapper_daguai .box_left_top .information_award02-img {
  background: url(/Action/79_TMD/20210908JS/ingame/images/award-imgB.png?20210908) no-repeat;
  padding-bottom: 89.33054%;
  width: 85.35565%;
  background-size: 100%;
  margin-top: 5px;
}

.wrapper_daguai .box_left_top .information_awardMain {
  width: 100%;
  position: absolute;
  top: 6.80272%;
  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;
}

.wrapper_daguai .box_center {
  position: relative;
  float: right;
  width: 70.3125%;
  height: 100vh;
  /* 透過jquery.fittext.js控制文字大小 */
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) {
  .wrapper_daguai .box_center {
    width: 67.70833%;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 11) {
  .wrapper_daguai .box_center {
    width: 67.70833%;
  }
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_center {
    width: 64.58333%;
    height: 0;
    padding-bottom: 75%;
  }
}

@media (min-aspect-ratio: 21 / 9) {
  .wrapper_daguai .box_center {
    width: 58%;
    margin-right: 9%;
  }
}

.wrapper_daguai .box_center .marquee-wrap {
  width: 66%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 35px;
  background-color: #e36dff;
  -webkit-box-shadow: inset 0px 0px 14px 6px #ec90fd;
          box-shadow: inset 0px 0px 14px 6px #ec90fd;
  margin-top: 1.5%;
  left: -5%;
}

@media only screen and (max-width: 812px) {
  .wrapper_daguai .box_center .marquee-wrap {
    border: 3px solid #fff;
    -webkit-box-shadow: inset 0px 0px 10px 5px #ec90fd;
            box-shadow: inset 0px 0px 10px 5px #ec90fd;
    width: 90%;
  }
}

.wrapper_daguai .box_center .marquee-wrap .marquee-content {
  position: relative;
  margin: 0;
  padding: 0;
}

.wrapper_daguai .box_center .marquee-wrap ul {
  height: 45px;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_center .marquee-wrap ul {
    height: 30px;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 13) and (max-width: 1280px) {
  .wrapper_daguai .box_center .marquee-wrap ul {
    height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .wrapper_daguai .box_center .marquee-wrap ul {
    height: 30px;
  }
}

.wrapper_daguai .box_center .marquee-wrap ul li {
  height: 45px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 13 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_center .marquee-wrap ul li {
    height: 30px;
    line-height: 30px;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 13) and (max-width: 1280px) {
  .wrapper_daguai .box_center .marquee-wrap ul li {
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .wrapper_daguai .box_center .marquee-wrap ul li {
    height: 30px;
    line-height: 30px;
  }
}

.wrapper_daguai .box_center .gashaponMachine {
  width: 100%;
  margin-top: 15%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_center .gashaponMachine {
    margin-top: 18%;
  }
}

@media (min-aspect-ratio: 12 / 6) and (max-aspect-ratio: 12 / 3) {
  .wrapper_daguai .box_center .gashaponMachine {
    margin-top: 9%;
  }
}

@media (max-aspect-ratio: 6 / 12) and (min-aspect-ratio: 3 / 12) {
  .wrapper_daguai .box_center .gashaponMachine {
    margin-top: 9%;
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashapon {
  width: 36.53333%;
  height: 0;
  padding-bottom: 55.53333%;
  background-size: 100%;
  position: relative;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/gashaponPurple.png?20210908);
  background-repeat: no-repeat;
  margin-left: 2%;
  /*&-Red{
					background-image: url(/Action/79_TMD/20210908JS/ingame/images/gashaponRed.png?20210908);
				}*/
}

@media (max-aspect-ratio: 5 / 3) and (min-aspect-ratio: 3 / 5) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon {
    width: 40%;
    padding-bottom: 60.80292%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 11 / 3) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon {
    width: 35.35484%;
    padding-bottom: 53.74194%;
  }
}

@media (max-aspect-ratio: 6 / 11) and (min-aspect-ratio: 3 / 11) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon {
    width: 35.35484%;
    padding-bottom: 53.74194%;
  }
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 13 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon {
    width: 31%;
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashapon-Purple {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/gashaponPurple.png?20210908);
  background-repeat: no-repeat;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggs {
  width: 100%;
  height: 0;
  padding-bottom: 99.45255%;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggs--BG {
  width: 91.42336%;
  height: 0;
  padding-bottom: 75.91241%;
  background-size: 100%;
  top: 24.77064%;
  left: 4.0146%;
  margin: 0 auto;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/refraction.png?20210908);
  z-index: 1;
  position: absolute;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox {
  width: 100%;
  height: 0;
  padding-bottom: 99.45255%;
  background-size: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox ul {
  width: 100%;
  list-style: none;
  position: absolute;
  bottom: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  align-items: flex-end;
}

@media only screen and (max-width: 680px) {
  .wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox ul {
    position: absolute;
    bottom: 0;
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg {
  width: 15.69343%;
  height: 0;
  padding-bottom: 15.77982%;
  background-size: 100% !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--gold {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/gold.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--black {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/black.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--purple {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/purple.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--red {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/red.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--blue {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/blue.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--pink {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/pink.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--green {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/green.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg--white {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/white.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(2) {
  -webkit-transform: translate(8%, 0) rotate(205deg) !important;
          transform: translate(8%, 0) rotate(205deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(3) {
  -webkit-transform: translate(9%, 0) rotate(149deg) !important;
          transform: translate(9%, 0) rotate(149deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(4) {
  -webkit-transform: translate(4%, 0) rotate(14deg) !important;
          transform: translate(4%, 0) rotate(14deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(5) {
  -webkit-transform: translate(8%, 0) rotate(246deg) !important;
          transform: translate(8%, 0) rotate(246deg) !important;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(8) {
  -webkit-transform: translate(2%, 34%) rotate(261deg);
          transform: translate(2%, 34%) rotate(261deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(9) {
  -webkit-transform: translate(1%, 18%) rotate(287deg);
          transform: translate(1%, 18%) rotate(287deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(10) {
  -webkit-transform: translate(1%, 32%) rotate(176deg);
          transform: translate(1%, 32%) rotate(176deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(11) {
  -webkit-transform: translate(1%, 25%) rotate(256deg);
          transform: translate(1%, 25%) rotate(256deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(14) {
  -webkit-transform: translate(1%, 65%) rotate(170deg);
          transform: translate(1%, 65%) rotate(170deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(15) {
  -webkit-transform: translate(1%, 67%) rotate(117deg);
          transform: translate(1%, 67%) rotate(117deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(16) {
  -webkit-transform: translate(1%, 54%) rotate(244deg);
          transform: translate(1%, 54%) rotate(244deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(17) {
  -webkit-transform: translate(1%, 61%) rotate(340deg);
          transform: translate(1%, 61%) rotate(340deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(20) {
  -webkit-transform: translate(1%, 111%) rotate(298deg);
          transform: translate(1%, 111%) rotate(298deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(21) {
  -webkit-transform: translate(1%, 75%) rotate(342deg);
          transform: translate(1%, 75%) rotate(342deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(22) {
  -webkit-transform: translate(1%, 68%) rotate(308deg);
          transform: translate(1%, 68%) rotate(308deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(23) {
  -webkit-transform: translate(2%, 79%) rotate(112deg);
          transform: translate(2%, 79%) rotate(112deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(24) {
  -webkit-transform: translate(1%, 76%) rotate(309deg);
          transform: translate(1%, 76%) rotate(309deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(25) {
  -webkit-transform: translate(139.53488%, 186.04651%) rotate(11deg);
          transform: translate(139.53488%, 186.04651%) rotate(11deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(1) {
  -webkit-transform: translate(75.5814%, -46.51163%) rotate(261deg);
          transform: translate(75.5814%, -46.51163%) rotate(261deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(6) {
  -webkit-transform: translate(-23.25581%, -46.51163%) rotate(45deg);
          transform: translate(-23.25581%, -46.51163%) rotate(45deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(7) {
  -webkit-transform: translate(40.69767%, 17.44186%) rotate(126deg);
          transform: translate(40.69767%, 17.44186%) rotate(126deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(12) {
  -webkit-transform: translate(3.48837%, 2.32558%) rotate(180deg);
          transform: translate(3.48837%, 2.32558%) rotate(180deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(13) {
  -webkit-transform: translate(34.88372%, 52.32558%) rotate(87deg);
          transform: translate(34.88372%, 52.32558%) rotate(87deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(18) {
  -webkit-transform: translate(0%, 58.13953%) rotate(352deg);
          transform: translate(0%, 58.13953%) rotate(352deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__eggsBox__egg:nth-child(19) {
  -webkit-transform: translate(23.25581%, 63.95349%) rotate(128deg);
          transform: translate(23.25581%, 63.95349%) rotate(128deg);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button {
  width: 31.75182%;
  height: 0;
  padding-bottom: 32.84672%;
  margin-top: 1.82482%;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/buttonBG.png?20210908);
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button--action {
  width: 90.22989%;
  height: 0;
  padding-bottom: 90.22989%;
  margin: 0 auto;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button--action a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-top: 3.82166%;
  background-size: 100%;
  display: inline-block;
  position: relative;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/button.png?20210908);
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-animation: rotateBtn 5s infinite;
          animation: rotateBtn 5s infinite;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__button .finger {
  width: 34.48276%;
  height: 0;
  padding-bottom: 41.95402%;
  position: absolute;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/finger.png?20210908);
  background-size: 100%;
  top: 57.47126%;
  left: 67.77778%;
  z-index: 1;
  -webkit-animation: fingerAnimate .5s infinite;
          animation: fingerAnimate .5s infinite;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output {
  width: 20.43796%;
  height: 0;
  padding-bottom: 16.60584%;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--BG {
  width: 100%;
  height: 0;
  padding-bottom: 81.25%;
  background-size: 100%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/Output.png?20210908);
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg {
  width: 142.85714%;
  height: 0;
  padding-bottom: 142.85714%;
  position: absolute;
  left: 50%;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 9;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action1 {
  -webkit-animation: delay 1.1s, eggsAnimation 0.7s 1.1s, zoomOut 0.3s 2.1s;
          animation: delay 1.1s, eggsAnimation 0.7s 1.1s, zoomOut 0.3s 2.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action2 {
  -webkit-animation: delay 2.1s, eggsAnimation 0.7s 2.1s, zoomOut 0.3s 3.1s;
          animation: delay 2.1s, eggsAnimation 0.7s 2.1s, zoomOut 0.3s 3.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action3 {
  -webkit-animation: delay 3.1s, eggsAnimation 0.7s 3.1s, zoomOut 0.3s 4.1s;
          animation: delay 3.1s, eggsAnimation 0.7s 3.1s, zoomOut 0.3s 4.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action4 {
  -webkit-animation: delay 4.1s, eggsAnimation 0.7s 4.1s, zoomOut 0.3s 5.1s;
          animation: delay 4.1s, eggsAnimation 0.7s 4.1s, zoomOut 0.3s 5.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action5 {
  -webkit-animation: delay 5.1s, eggsAnimation 0.7s 5.1s, zoomOut 0.3s 6.1s;
          animation: delay 5.1s, eggsAnimation 0.7s 5.1s, zoomOut 0.3s 6.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action6 {
  -webkit-animation: delay 6.1s, eggsAnimation 0.7s 6.1s, zoomOut 0.3s 7.1s;
          animation: delay 6.1s, eggsAnimation 0.7s 6.1s, zoomOut 0.3s 7.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action7 {
  -webkit-animation: delay 7.1s, eggsAnimation 0.7s 7.1s, zoomOut 0.3s 8.1s;
          animation: delay 7.1s, eggsAnimation 0.7s 7.1s, zoomOut 0.3s 8.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action8 {
  -webkit-animation: delay 8.1s, eggsAnimation 0.7s 8.1s, zoomOut 0.3s 9.1s;
          animation: delay 8.1s, eggsAnimation 0.7s 8.1s, zoomOut 0.3s 9.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action9 {
  -webkit-animation: delay 9.1s, eggsAnimation 0.7s 9.1s, zoomOut 0.3s 10.1s;
          animation: delay 9.1s, eggsAnimation 0.7s 9.1s, zoomOut 0.3s 10.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action10 {
  -webkit-animation: delay 10.1s, eggsAnimation 0.7s 10.1s, zoomOut 0.3s 11.1s;
          animation: delay 10.1s, eggsAnimation 0.7s 10.1s, zoomOut 0.3s 11.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action11 {
  -webkit-animation: delay 11.1s, eggsAnimation 0.7s 11.1s, zoomOut 0.3s 12.1s;
          animation: delay 11.1s, eggsAnimation 0.7s 11.1s, zoomOut 0.3s 12.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashapon__Output--egg img.action12 {
  -webkit-animation: delay 12.1s, eggsAnimation 0.7s 12.1s, zoomOut 0.3s 13.1s;
          animation: delay 12.1s, eggsAnimation 0.7s 12.1s, zoomOut 0.3s 13.1s;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn {
  width: 26.66667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 9%;
  /*剩餘幣數*/
  /*小字"送"*/
  /*.gift{
					width: percentage(76/313);
					height: 0;
					padding-bottom: percentage(76/313);
					position: absolute;
					top:percentage(-5/76);
					right: percentage(-10/313);
					background-image: url(/Action/79_TMD/20210908JS/ingame/images/gift.png?20210908);
					background-size: 100%;
				}*/
  /*&-change{
					width: percentage(293 / 313);
					height: 0;
					padding-bottom: percentage(102/313);
					background-image: url(/Action/79_TMD/20210908JS/ingame/images/gashaponBtn-change.png?20210908);
					background-size: 100%;
				}*/
}

@media (max-aspect-ratio: 5 / 3) and (min-aspect-ratio: 3 / 5) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn {
    width: 26.66667%;
    margin: 0 5%;
  }
}

@media (min-aspect-ratio: 21 / 9) {
  .wrapper_daguai .box_center .gashaponMachine .gashaponBtn {
    width: 25%;
  }
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn div {
  cursor: pointer;
  position: relative;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn .gashaponBtn-tit {
  position: absolute;
  top: 49%;
  left: 18.5%;
  width: 42%;
  height: 0;
  padding-bottom: 11%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn .gashaponBtn-tit .get_no {
  width: 100%;
  padding-bottom: 25%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn .gashaponBtn-tit .get_no span {
  display: block;
  width: 19%;
  padding-bottom: 25%;
  background-size: 100% 100%;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-01 {
  width: 100%;
  height: 0;
  padding-bottom: 60.0639%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/gashaponBtnP-01.png?20210908);
  background-size: 100%;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-02 {
  width: 100%;
  height: 0;
  padding-bottom: 60.0639%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/gashaponBtnP-02.png?20210908);
  background-size: 100%;
}

.wrapper_daguai .box_center .gashaponMachine .gashaponBtn-03 {
  width: 100%;
  height: 0;
  padding-bottom: 60.0639%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/gashaponBtnP-03.png?20210908);
  background-size: 100%;
}

.wrapper_daguai .item_an {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 10%;
}

.wrapper_daguai .item_an .item_img_bg,
.wrapper_daguai .item_an .item_img {
  position: absolute;
  top: -9%;
  left: 20%;
  width: 100%;
  padding-bottom: 110%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_bottom {
  width: 100%;
  height: 0;
  padding-bottom: 11.45833%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/cloud.png?20210908);
  background-size: 100%;
  position: absolute;
  bottom: 0;
}

.wrapper_daguai .box_left_bottom {
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  width: 15.6%;
  height: 15%;
}

@media (min-aspect-ratio: 11 / 6) and (max-aspect-ratio: 13 / 3) and (max-width: 1280px) {
  .wrapper_daguai .box_left_bottom {
    bottom: 0.2em;
    height: 17%;
  }
}

@media (min-aspect-ratio: 21 / 9) {
  .wrapper_daguai .box_left_bottom {
    height: 19%;
  }
}

.wrapper_daguai .box_left_bottom ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper_daguai .box_left_bottom ul li {
  list-style: none;
  float: left;
  width: 50%;
  height: 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;
}

.wrapper_daguai .box_left_bottom ul li a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  background-size: 100% !important;
  cursor: pointer;
  /*獲獎紀錄*/
  /*排行榜*/
}

.wrapper_daguai .box_left_bottom ul li a.btn_record {
  background: url(/Action/79_TMD/20210908JS/ingame/images/btn_record.png?20210908) no-repeat;
}

.wrapper_daguai .box_left_bottom ul li a.btn_leaderboard {
  background: url(/Action/79_TMD/20210908JS/ingame/images/btn_leaderboard.png?20210908) no-repeat;
}

.wrapper_daguai .box_center_bottom {
  position: absolute;
  left: 27%;
  bottom: 0;
  width: 48.02083%;
  height: 0;
  padding-bottom: 3.85417%;
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.wrapper_daguai .box_center_bottom .note {
  width: 100%;
  height: 0;
  padding-bottom: 8.02603%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/note.png?20210908);
  background-size: 100%;
}

.wrapper_daguai .box_center_bottom .nav_throw-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.wrapper_daguai .box_center_bottom .nav_throw-login li {
  width: 35%;
}

.wrapper_daguai .box_center_bottom .nav_throw-login li a.btn_loginExchange {
  display: block;
  width: 100%;
  padding-bottom: 47.78%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/btn_login.png?20210908);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wrapper_daguai .box_center_bottom .nav_throw-login li a.btn_loginExchange:hover {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/btn_login_hover.png?20210908);
}

.wrapper_daguai .box_right_bottom {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  width: 7.6%;
  height: 15%;
}

@media (min-aspect-ratio: 21 / 9) {
  .wrapper_daguai .box_right_bottom {
    height: 17.5%;
  }
}

.wrapper_daguai .box_right_bottom .btn_question {
  display: block;
  width: 100%;
  padding-bottom: 96%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/btn_question.png?20210908);
  background-size: 100% 100%;
  cursor: pointer;
}

.wrapper_daguai .box_windows {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.wrapper_daguai .box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper_daguai .box_windows .box_container.question, .wrapper_daguai .box_windows .box_container.record, .wrapper_daguai .box_windows .box_container.leaderboard {
  display: none;
  top: 2.5%;
  left: 1%;
  width: 98%;
  height: 95%;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.2em;
}

.wrapper_daguai .box_windows .box_container.question h3, .wrapper_daguai .box_windows .box_container.record h3, .wrapper_daguai .box_windows .box_container.leaderboard h3 {
  font-size: 1.2em;
  line-height: 2em;
  color: #ffb244;
}

.wrapper_daguai .box_windows .box_container.question ol, .wrapper_daguai .box_windows .box_container.record ol, .wrapper_daguai .box_windows .box_container.leaderboard ol {
  padding-left: 1.5em;
}

.wrapper_daguai .box_windows .box_container {
  position: absolute;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.5);
  -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);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}

.wrapper_daguai .box_windows a.btn_x {
  position: absolute;
  display: block;
  top: 2.75%;
  right: 2.7%;
  width: 3.2em;
  height: 3.2em;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/btn_x.png?20210908);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 20;
}

.wrapper_daguai .go_in {
  display: block;
  opacity: 1;
}

.wrapper_daguai .go_out {
  display: none;
  opacity: 0;
}

/* ================= table設定 ================= */
.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  font-size: 80%;
  color: #000;
  border: 5px solid #e9ca74;
}

.table-full {
  width: 95%;
}

.table-half {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-top: 20px;
}

.table-one_third {
  float: left;
  width: 32%;
  margin: 0 .5%;
  margin-top: 20px;
}

.table tr {
  background: #e6e6e6;
}

.table tr th {
  color: #58440e;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e3bd51), to(#e9ca74));
  background: linear-gradient(to top, #e3bd51 0%, #e9ca74 100%);
  border: 1px solid #caa849;
}

.table tr td {
  text-align: center;
  padding: 2px;
  border: 1px solid #caa849;
}

.table img {
  width: 15%;
  display: block;
  margin: 0 auto;
}

.box_name, .box_grand, .egg, .decoration01, .decoration02, .decoration03 {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper_daguai.Scene_01 .Scene_bg {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/bg_s01.jpg);
  background-color: #000;
  background-size: cover;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award01-title {
  margin-bottom: 8%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award01-title img {
  width: 60%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award01-img {
  background: url(/Action/79_TMD/20210908JS/ingame/images/award-imgA.png?20210908) no-repeat;
  background-size: 100%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award02-title {
  margin-bottom: 8%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award02-title img {
  width: 60%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award02-img {
  background: url(/Action/79_TMD/20210908JS/ingame/images/award-imgB.png?20210908) no-repeat;
  background-size: 100%;
}

@-webkit-keyframes monster01_hand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes monster01_hand {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.big_win {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/img_bg_big_win.png?20210908);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-aspect-ratio: 21 / 9) {
  .big_win {
    background-size: 62% auto;
  }
}

.big_win .big_win_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  height: 63%;
  margin: 6% auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .big_win .big_win_list {
    margin: 12% auto;
  }
}

@media (min-aspect-ratio: 21 / 9) {
  .big_win .big_win_list {
    width: 57%;
    height: 70%;
    margin: 3.2% auto;
  }
}

.big_win .big_prize_item {
  width: 100%;
  height: 100%;
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/prize/FREEPLAY_141205_001_10000.png?20210908);
}

.box_container.prize_item {
  display: none;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 85%;
  padding: .5em;
  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_container.prize_item .item {
  width: 22%;
  margin: 1%;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid rgba(166, 133, 76, 0.7);
  padding: 2.5% 0.2em;
  /*height: 250px;
		@media only screen and (max-width: 1024px) and (min-width: 813px){
			height: 150px;
		}
		@media only screen and (max-width: 812px){
			height: 130px;
		}*/
}

.box_container.prize_item .item .item_name {
  text-align: center;
  margin: 2% 0;
}

.box_container.prize_item .item .item_name h3 {
  line-height: 1.2em;
  font-size: 90%;
}

.box_container.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: 813px) {
  .box_container.prize_item .item .item_img p {
    height: 100px;
  }
}

@media only screen and (max-width: 812px) {
  .box_container.prize_item .item .item_img p {
    height: 80px;
  }
}

.box_container.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: 813px) {
  .box_container.prize_item .item .item_img img {
    max-height: 100px;
  }
}

@media only screen and (max-width: 812px) {
  .box_container.prize_item .item .item_img img {
    max-height: 80px;
  }
}

.number.red_diamond span.n00 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d0.png?20210908);
}

.number.red_diamond span.n01 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d1.png?20210908);
}

.number.red_diamond span.n02 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d2.png?20210908);
}

.number.red_diamond span.n03 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d3.png?20210908);
}

.number.red_diamond span.n04 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d4.png?20210908);
}

.number.red_diamond span.n05 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d5.png?20210908);
}

.number.red_diamond span.n06 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d6.png?20210908);
}

.number.red_diamond span.n07 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d7.png?20210908);
}

.number.red_diamond span.n08 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d8.png?20210908);
}

.number.red_diamond span.n09 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/Re_d9.png?20210908);
}

.number.warm_yellow span.n00 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y0.png?20210908);
}

.number.warm_yellow span.n01 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y1.png?20210908);
}

.number.warm_yellow span.n02 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y2.png?20210908);
}

.number.warm_yellow span.n03 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y3.png?20210908);
}

.number.warm_yellow span.n04 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y4.png?20210908);
}

.number.warm_yellow span.n05 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y5.png?20210908);
}

.number.warm_yellow span.n06 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y6.png?20210908);
}

.number.warm_yellow span.n07 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y7.png?20210908);
}

.number.warm_yellow span.n08 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y8.png?20210908);
}

.number.warm_yellow span.n09 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y9.png?20210908);
}

.number.warm_yellow span.n_colon {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/wa_y_colon.png?20210908);
}

.number.metal_yellow span.n00 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y0.png?20210908);
}

.number.metal_yellow span.n01 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y1.png?20210908);
}

.number.metal_yellow span.n02 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y2.png?20210908);
}

.number.metal_yellow span.n03 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y3.png?20210908);
}

.number.metal_yellow span.n04 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y4.png?20210908);
}

.number.metal_yellow span.n05 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y5.png?20210908);
}

.number.metal_yellow span.n06 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y6.png?20210908);
}

.number.metal_yellow span.n07 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y7.png?20210908);
}

.number.metal_yellow span.n08 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y8.png?20210908);
}

.number.metal_yellow span.n09 {
  background-image: url(/Action/79_TMD/20210908JS/ingame/images/number/m_y9.png?20210908);
}

@-webkit-keyframes an_Scene_bg {
  0% {
    opacity: 1;
  }
  5% {
    opacity: .95;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: .9;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes an_Scene_bg {
  0% {
    opacity: 1;
  }
  5% {
    opacity: .95;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: .9;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.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);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
}

@keyframes aboveDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
}

.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: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes aboveUp {
  0% {
    -webkit-transform: scaleX(1.05) translateY(-99%);
            transform: scaleX(1.05) translateY(-99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(-100%);
            transform: scaleX(1) translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
  }
  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: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
}

@keyframes belowUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  90% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  100% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
}

.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: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  90% {
    -webkit-transform: translateY(99%);
            transform: translateY(99%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes belowDown {
  0% {
    -webkit-transform: scaleX(1.05) translateY(99%);
            transform: scaleX(1.05) translateY(99%);
  }
  75% {
    -webkit-transform: scaleX(1) translateY(100%);
            transform: scaleX(1) translateY(100%);
  }
  90% {
    -webkit-transform: translateY(99%);
            transform: translateY(99%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.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);
  }
}

.box_flipInX {
  -webkit-animation-name: box_flipInX;
          animation-name: box_flipInX;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes box_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
            transform: translateY(0) scaleX(1) scaleY(1);
  }
}

@keyframes box_flipInX {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
            transform: translateY(0) scaleX(1) scaleY(1);
  }
}

.an_fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.an_faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.delay-03s {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.delay-05s {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.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;
}

.box_flipOutX {
  -webkit-animation-name: box_flipOutX;
          animation-name: box_flipOutX;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  opacity: 0;
}

@-webkit-keyframes box_flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@keyframes box_flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

.box_jump {
  -webkit-animation-name: box_jump;
          animation-name: box_jump;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

@-webkit-keyframes box_jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  40% {
    -webkit-transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
            transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(0.95);
            transform: translateY(0) scaleY(0.95);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform: scaleY(1.1) skewY(5deg);
            transform: scaleY(1.1) skewY(5deg);
  }
  90% {
    -webkit-transform: scaleY(1.1) skewY(-5deg);
            transform: scaleY(1.1) skewY(-5deg);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes box_jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  40% {
    -webkit-transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
            transform: translateY(-5%) scaleY(1.2) scaleX(1.2);
  }
  60% {
    -webkit-transform: translateY(0) scaleY(0.95);
            transform: translateY(0) scaleY(0.95);
  }
  70% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform: scaleY(1.1) skewY(5deg);
            transform: scaleY(1.1) skewY(5deg);
  }
  90% {
    -webkit-transform: scaleY(1.1) skewY(-5deg);
            transform: scaleY(1.1) skewY(-5deg);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.box_shake {
  -webkit-animation-name: box_shake;
          animation-name: box_shake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes box_shake {
  0% {
  }
  30% {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  40% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
            transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@keyframes box_shake {
  0% {
  }
  30% {
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
  }
  40% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
            transform: scaleX(1.2) scaleY(1.2) skewY(5deg);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

.box_zoom {
  -webkit-animation-name: box_zoom;
          animation-name: box_zoom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes box_zoom {
  0% {
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@keyframes box_zoom {
  0% {
  }
  30% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  60% {
    -webkit-transform: scaleX(1.2) scaleY(0.8);
            transform: scaleX(1.2) scaleY(0.8);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  90% {
    -webkit-transform: scaleX(1.05) scaleY(0.95);
            transform: scaleX(1.05) scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  80% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateBtn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  80% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotateBtnAction {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  47% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  70% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  71% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  92% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBtnAction {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  47% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  70% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  71% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
  }
  92% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateBtnActionStop {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes rotateBtnActionStop {
  0%,
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.rotateBtnAction {
  -webkit-animation: rotateBtnAction 0.8s, rotateBtnActionStop 0.8s 0.8s !important;
          animation: rotateBtnAction 0.8s, rotateBtnActionStop 0.8s 0.8s !important;
  -webkit-transform-origin: 50% 52%;
          transform-origin: 50% 52%;
}

@-webkit-keyframes OutputAction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  26% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  48% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  53% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes OutputAction {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  26% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  48% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  53% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fingerAnimate {
  from,
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10%, 10%);
            transform: translate(10%, 10%);
  }
}

@keyframes fingerAnimate {
  from,
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10%, 10%);
            transform: translate(10%, 10%);
  }
}

.OutputAction {
  -webkit-animation: OutputAction 0.5s 0.6s;
          animation: OutputAction 0.5s 0.6s;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@keyframes delay {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@-webkit-keyframes eggsAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes eggsAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}
