﻿@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
@import url(../../style/css/animate.css);
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 9999;
  border-radius: 3px;
  padding: 3px;
}

#wrapper_game_view {
  background-color: #5c0000;
}

.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: 56.25%;
  }
}

.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_center {
  position: relative;
  float: right;
  width: 72.03125%;
  height: 100vh;
}

@media (max-aspect-ratio: 4 / 3) and (min-aspect-ratio: 3 / 4) {
  .wrapper_daguai .box_center {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.wrapper_daguai .box_center .time {
  position: absolute;
  top: 0%;
  right: 1%;
  width: 37%;
  height: 33%;
  background-image: url(../../images/bg_time_out.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

  .wrapper_daguai .box_center .time .time_no {
    position: absolute;
    top: 50%;
    right: 9%;
    width: 78%;
    height: 30%;
    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_center .time .time_no span {
      display: block;
      width: 17%;
      padding-bottom: 17%;
      background-size: 100% 100%;
    }

.wrapper_daguai .box_center .marquee-wrap {
  width: 70%;
  position: relative;
  overflow: hidden;
  border: 5px solid #f2ba4e;
  border-radius: 35px;
  background-color: #ff002a;
  -webkit-box-shadow: inset 0px 0px 14px 6px #460000;
  box-shadow: inset 0px 0px 14px 6px #460000;
  top: 3%;
}

@media only screen and (max-width: 812px) {
  .wrapper_daguai .box_center .marquee-wrap {
    border: 3px solid #f2ba4e;
    -webkit-box-shadow: inset 0px 0px 10px 5px #460000;
    box-shadow: inset 0px 0px 10px 5px #460000;
  }
}

.wrapper_daguai .box_center .marquee-wrap .marquee-content {
  position: relative;
  margin: 0;
  padding: 0;
}

.wrapper_daguai .box_center .marquee-wrap ul {
  height: 60px;
}

@media only screen and (max-width: 812px) {
  .wrapper_daguai .box_center .marquee-wrap ul {
    height: 40px;
  }
}

.wrapper_daguai .box_center .marquee-wrap ul li {
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (max-width: 812px) {
  .wrapper_daguai .box_center .marquee-wrap ul li {
    height: 40px;
    line-height: 40px;
  }
}

.wrapper_daguai .box_center .mouse {
  width: 52.42227%;
  height: 0;
  padding-bottom: 61.46059%;
  top: 17%;
  left: 8%;
  position: absolute;
}

@media (max-aspect-ratio: 9 / 16) {
  .wrapper_daguai .box_center .mouse {
    top: 10%;
  }
}

.wrapper_daguai .box_center .mouse .mouse_body {
  width: 81.24138%;
  padding-bottom: 100%;
  background-size: 100%;
  background-image: url(../../images/goldcow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 1.24%;
}

.wrapper_daguai .box_center .mouse .mouse_body-eyes {
  width: 26.53631%;
  height: 0;
  padding-bottom: 10.47486%;
  position: absolute;
  top: 25%;
  left: 35%;
  background-image: url(../../images/mouseEyesA.gif);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper_daguai .box_center .mouse .mouse_body-eyes-action {
  -webkit-animation: mouseEyesB 1.5s;
  animation: mouseEyesB 1.5s;
}

.wrapper_daguai .box_center .mouse .goldIngot {
  width: 100%;
  height: 0;
  padding-bottom: 44%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../images/goldIngot.png);
  background-size: 100%;
}

@-webkit-keyframes mouseEyes {
  0% {
    background-image: url(../../images/mouseEyesA.png);
  }

  45% {
    background-image: url(../../images/mouseEyesA.png);
  }

  46% {
    background-image: url(../../images/mouseEyesC.png);
  }

  54% {
    background-image: url(../../images/mouseEyesC.png);
  }

  55% {
    background-image: url(../../images/mouseEyesA.png);
  }

  100% {
    background-image: url(../../images/mouseEyesA.png);
  }
}

@keyframes mouseEyes {
  0% {
    background-image: url(../../images/mouseEyesA.png);
  }

  45% {
    background-image: url(../../images/mouseEyesA.png);
  }

  46% {
    background-image: url(../../images/mouseEyesC.png);
  }

  54% {
    background-image: url(../../images/mouseEyesC.png);
  }

  55% {
    background-image: url(../../images/mouseEyesA.png);
  }

  100% {
    background-image: url(../../images/mouseEyesA.png);
  }
}

@-webkit-keyframes mouseEyesB {
  0% {
    background-image: url(../../images/mouseEyesA.png);
  }

  20% {
    background-image: url(../../images/mouseEyesA.png);
  }

  21% {
    background-image: url(../../images/mouseEyesB.png);
  }

  100% {
    background-image: url(../../images/mouseEyesB.png);
  }
}

@keyframes mouseEyesB {
  0% {
    background-image: url(../../images/mouseEyesA.png);
  }

  20% {
    background-image: url(../../images/mouseEyesA.png);
  }

  21% {
    background-image: url(../../images/mouseEyesB.png);
  }

  100% {
    background-image: url(../../images/mouseEyesB.png);
  }
}

.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_left_top {
  position: relative;
  float: left;
  width: 27.96875%;
  min-height: 100vh;
  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 {
    width: 95.89286%;
    min-height: calc(100vh - 10%);
    background-image: url(../../images/award-Bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 10%;
  }

    .wrapper_daguai .box_left_top .information .loginBtn {
      width: 70.20484%;
      padding-bottom: 22.53259%;
      background-image: url(../../images/btn_login.png);
      background-size: 100%;
      margin: 7.5% auto;
      cursor: pointer;
    }

      .wrapper_daguai .box_left_top .information .loginBtn:hover {
        background-image: url(../../images/btn_login_hover.png);
      }

  .wrapper_daguai .box_left_top .information_tokens {
    width: 100%;
    padding-bottom: 42.83054%;
    padding: 6.3%;
  }

  .wrapper_daguai .box_left_top .information_tokens-text {
    color: #fcf49a;
  }

  .wrapper_daguai .box_left_top .information_tokens-number {
    color: #fff;
  }

  .wrapper_daguai .box_left_top .information_tokens-exchange {
    color: #fff;
  }

  .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_award {
    width: 100%;
    padding-bottom: 57.16946%;
    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_left_top .information_award-title {
    width: 100%;
    text-align: center;
  }

    .wrapper_daguai .box_left_top .information_award-title img {
      width: 36.8%;
    }

  .wrapper_daguai .box_left_top .information_award-img {
    background: url(/Action/79_TMD/20210127MJ/inGame/images/award-imgA.png);
    padding-bottom: 54.37616%;
    width: 54.37616%;
    background-size: 100%;
  }

  .wrapper_daguai .box_left_top .information_award-name {
    background: url(/Action/79_TMD/20210127MJ/inGame/images/award-nameA.png);
    padding-bottom: 18.80819%;
    width: 54.56238%;
    background-size: 100%;
  }

  .wrapper_daguai .box_left_top .information .item .item_no {
    position: absolute;
    left: 42%;
    top: 9%;
    width: 45%;
    height: 5%;
    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_top .information .item .item_no span {
      display: block;
      width: 17%;
      padding-bottom: 21%;
      background-size: 100% 100%;
    }

.wrapper_daguai .box_left_bottom {
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  width: 7.6%;
}

  .wrapper_daguai .box_left_bottom .btn_question {
    display: block;
    width: 100%;
    padding-bottom: 96%;
    background-image: url(../../images/btn_question.png);
    background-size: 100% 100%;
    cursor: pointer;
  }

.wrapper_daguai .box_center_bottom {
  position: absolute;
  left: 25%;
  bottom: 0.5em;
  width: 60%;
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

  .wrapper_daguai .box_center_bottom .nav_throw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 100;
  }

    .wrapper_daguai .box_center_bottom .nav_throw li {
      float: left;
      width: 32%;
      list-style: none;
    }

      .wrapper_daguai .box_center_bottom .nav_throw li a {
        display: block;
        width: 100%;
        padding-bottom: 60.19%;
        background-image: url(../../images/bg_nav_throw.png);
        background-size: 300% auto;
        background-repeat: no-repeat;
        cursor: pointer;
      }

        .wrapper_daguai .box_center_bottom .nav_throw li a.btn_01 {
          background-position-x: 0;
        }

        .wrapper_daguai .box_center_bottom .nav_throw li a.btn_02 {
          background-position-x: 50%;
        }

        .wrapper_daguai .box_center_bottom .nav_throw li a.btn_03 {
          background-position-x: 100%;
        }

        .wrapper_daguai .box_center_bottom .nav_throw li a.btn_01:hover, .wrapper_daguai .box_center_bottom .nav_throw li a.btn_01_hover {
          background-position-y: 100%;
        }

        .wrapper_daguai .box_center_bottom .nav_throw li a.btn_02:hover, .wrapper_daguai .box_center_bottom .nav_throw li a.btn_02_hover {
          background-position-y: 100%;
        }

        .wrapper_daguai .box_center_bottom .nav_throw li a.btn_03:hover, .wrapper_daguai .box_center_bottom .nav_throw li a.btn_03_hover {
          background-position-y: 100%;
        }

      .wrapper_daguai .box_center_bottom .nav_throw li.btn_loginExchange {
        width: 35%;
      }

        .wrapper_daguai .box_center_bottom .nav_throw li.btn_loginExchange a {
          padding-bottom: 47.78%;
          background-image: url(../../images/btn_loginExchange.png);
        }

  .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(../../images/btn_loginExchange.png);
        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(../../images/btn_loginExchange_hover.png);
        }

.wrapper_daguai .box_right_bottom {
  position: absolute;
  right: 0.5em;
  bottom: 0em;
  width: 11.51%;
}

.wrapper_daguai .nav_Scene li {
  width: 100%;
  list-style: none;
  margin-bottom: 0.5em;
}

  .wrapper_daguai .nav_Scene li a {
    display: block;
    width: 100%;
    padding-bottom: 115%;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }

    .wrapper_daguai .nav_Scene li a.silverMouseBtn {
      background-image: url(../../images/silverMouseBtn.png);
    }

    .wrapper_daguai .nav_Scene li a.goldMouseBtn {
      background-image: url(../../images/goldMouseBtn.png);
    }

.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 {
    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 {
      font-size: 1.2em;
      line-height: 2em;
      color: #ffb244;
    }

    .wrapper_daguai .box_windows .box_container.question 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: 3.75%;
    right: 1.7%;
    width: 3.2em;
    height: 3.2em;
    background-image: url(../../images/btn_x.png);
    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;
}

.row {
  text-align: center;
  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;
  padding: 10px 10px;
}

.col {
  margin: 5px 0.35%;
  position: relative;
}

.col-6 {
  width: 47.75%;
}

.col-4 {
  width: 31.85%;
}

.col-12 {
  width: 97%;
}

@media only screen and (max-width: 425px) {
  .col .ms-col-12 {
    width: 92.4%;
  }
}

h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(204, 154, 88, 0)), color-stop(20%, #9d2c2a), color-stop(40%, #741211), color-stop(60%, #760f0d), color-stop(80%, #9d2c2a), to(rgba(204, 154, 88, 0)));
  background-image: linear-gradient(to left, rgba(204, 154, 88, 0) 0%, #9d2c2a 20%, #741211 40%, #760f0d 60%, #9d2c2a 80%, rgba(204, 154, 88, 0) 100%);
}

/* ================= item__box ================= */
.item__box {
  background-color: #fff;
  border-color: #9d2c2a;
  border-width: 8px;
  border-style: solid;
  position: relative;
  height: 100%;
  border-radius: 10px;
}

  .item__box p {
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
  }

    .item__box p img {
      display: block;
      margin: 0 auto;
    }

  .item__box .item__box-img {
    border-radius: 0;
    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;
  }

    .item__box .item__box-img img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

  .item__box .item__box-img-150 {
    width: 100%;
    height: 150px;
  }

  .item__box .item__box--shadow {
    -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
    box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
  }

  .item__box .item__box-title {
    color: #fff;
    background-color: #9d2c2a;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    padding: 12px 0;
  }

    .item__box .item__box-title img {
      display: block;
      margin: 0 auto;
    }

    .item__box .item__box-title a {
      color: #fff366;
    }

  .item__box .item__box-get {
    text-align: center;
    color: #cd0f0c;
    font-weight: bold;
    padding: 8px;
  }

    .item__box .item__box-get .row {
      width: 100%;
    }

      .item__box .item__box-get .row div:nth-child(1) .item__box--02 {
        border: 3px #ee3030 solid;
      }

        .item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
          background-color: #ee3030;
        }

  .item__box .item__box-text {
    text-align: left;
  }

/* ================= table設定 ================= */
.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  font-size: 80%;
  color: #000;
  border: 5px solid #ffb244;
}

.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: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border: 1px #863700 solid;
    background: #863700;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #863700), to(#bc5d1b));
    background: linear-gradient(to bottom, #863700 20%, #bc5d1b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  .table tr td {
    text-align: center;
    padding: 2px;
    border: 1px #863700 solid;
  }

.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(../../images/bg_s01.jpg);
  background-color: #000;
  background-size: cover;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award-title img {
  width: 36.8%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award-img {
  background: url(/Action/79_TMD/20210127MJ/inGame/images/award-imgA.png);
  background-size: 100%;
}

.wrapper_daguai.Scene_01 .box_left_top .information_award-name {
  background: url(/Action/79_TMD/20210127MJ/inGame/images/award-nameA.png);
  background-size: 100%;
  width: 62.01117%;
  padding-bottom: 13.96648%;
}

@-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);
  }
}

.wrapper_daguai.Scene_02 .mouse .mouse_body {
  background-image: url(../../images/silvercow.png) !important;
}

.wrapper_daguai.Scene_02 .Scene_bg {
  background-image: url(../../images/bg_s02.jpg);
  background-color: #000;
  background-size: cover;
}

.wrapper_daguai.Scene_02 .information_award-title img {
  width: 36.8%;
}

.wrapper_daguai.Scene_02 .information_award-img {
  background: url(/Action/79_TMD/20210127MJ/inGame/images/award-imgB.png);
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .information_award-name {
  background: url(/Action/79_TMD/20210127MJ/inGame/images/award-nameB.png);
  width: 62.01117%;
  padding-bottom: 13.96648%;
  background-size: 100%;
}

.wrapper_daguai.Scene_02 .nav_throw li a {
  background-image: url(../../images/bg_nav_throwB.png) !important;
}

.big_win {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../../images/img_bg_big_win.png);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}

  .big_win .big_win_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 85%;
    margin: 0 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;
  }

  .big_win .big_prize_item {
    width: 18%;
    height: 33%;
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60%;
    /*for IE*/
  }

@media only screen and (max-width: 1400px) {
  .big_win .big_prize_item {
    padding-top: 75%;
    /*for IE*/
  }
}

.big_win .big_prize_item01 {
  background-image: url(../../images/prize/TMD_210202_001.png);
}

.big_win .big_prize_item02 {
  background-image: url(../../images/prize/TMD_201110_077.png);
}

.big_win .big_prize_item03 {
  background-image: url(../../images/prize/TMD_201110_074.png);
}

.big_win .big_prize_item04 {
  background-image: url(../../images/prize/TMD_201110_078.png);
}

.big_win .big_prize_item05 {
  background-image: url(../../images/prize/TMD_201110_075.png);
}

.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: 18%;
    margin: 1%;
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid rgba(166, 133, 76, 0.7);
    padding: 0.2em;
    height: 250px;
  }

@media only screen and (max-width: 1024px) and (min-width: 927px) {
  .box_container.prize_item .item {
    height: 150px;
  }
}

@media only screen and (max-width: 926px) {
  .box_container.prize_item .item {
    height: 160px;
  }
}

.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(../../images/number/Re_d0.png);
}

.number.red_diamond span.n01 {
  background-image: url(../../images/number/Re_d1.png);
}

.number.red_diamond span.n02 {
  background-image: url(../../images/number/Re_d2.png);
}

.number.red_diamond span.n03 {
  background-image: url(../../images/number/Re_d3.png);
}

.number.red_diamond span.n04 {
  background-image: url(../../images/number/Re_d4.png);
}

.number.red_diamond span.n05 {
  background-image: url(../../images/number/Re_d5.png);
}

.number.red_diamond span.n06 {
  background-image: url(../../images/number/Re_d6.png);
}

.number.red_diamond span.n07 {
  background-image: url(../../images/number/Re_d7.png);
}

.number.red_diamond span.n08 {
  background-image: url(../../images/number/Re_d8.png);
}

.number.red_diamond span.n09 {
  background-image: url(../../images/number/Re_d9.png);
}

.number.warm_yellow span.n_colon {
  background-image: url(../../images/number/wa_y_colon.png);
}

.number.warm_yellow span.n00 {
  background-image: url(../../images/number/wa_y0.png);
}

.number.warm_yellow span.n01 {
  background-image: url(../../images/number/wa_y1.png);
}

.number.warm_yellow span.n02 {
  background-image: url(../../images/number/wa_y2.png);
}

.number.warm_yellow span.n03 {
  background-image: url(../../images/number/wa_y3.png);
}

.number.warm_yellow span.n04 {
  background-image: url(../../images/number/wa_y4.png);
}

.number.warm_yellow span.n05 {
  background-image: url(../../images/number/wa_y5.png);
}

.number.warm_yellow span.n06 {
  background-image: url(../../images/number/wa_y6.png);
}

.number.warm_yellow span.n07 {
  background-image: url(../../images/number/wa_y7.png);
}

.number.warm_yellow span.n08 {
  background-image: url(../../images/number/wa_y8.png);
}

.number.warm_yellow span.n09 {
  background-image: url(../../images/number/wa_y9.png);
}

.number.metal_yellow span.n00 {
  background-image: url(../../images/number/m_y0.png);
}

.number.metal_yellow span.n01 {
  background-image: url(../../images/number/m_y1.png);
}

.number.metal_yellow span.n02 {
  background-image: url(../../images/number/m_y2.png);
}

.number.metal_yellow span.n03 {
  background-image: url(../../images/number/m_y3.png);
}

.number.metal_yellow span.n04 {
  background-image: url(../../images/number/m_y4.png);
}

.number.metal_yellow span.n05 {
  background-image: url(../../images/number/m_y5.png);
}

.number.metal_yellow span.n06 {
  background-image: url(../../images/number/m_y6.png);
}

.number.metal_yellow span.n07 {
  background-image: url(../../images/number/m_y7.png);
}

.number.metal_yellow span.n08 {
  background-image: url(../../images/number/m_y8.png);
}

.number.metal_yellow span.n09 {
  background-image: url(../../images/number/m_y9.png);
}

@media screen and (min-width: 812px) and (min-height: 375px) and (max-width: 823px) and (max-height: 411px) {
  .wrapper_daguai .item_an .item_img_bg, .wrapper_daguai .item_an .item_img {
    top: -5%;
    left: 17.5%;
    width: 85%;
    padding-bottom: 91%;
  }

  .wrapper_daguai .box_center .time {
    top: 2%;
  }

  .wrapper_daguai .box_left_top {
    width: 23%;
  }

  .wrapper_daguai .Scene_bg {
    background-position: -12% !important;
  }

  .wrapper_daguai .box_center_bottom {
    width: 44%;
  }

    .wrapper_daguai .box_center_bottom .interface {
      margin-bottom: 0.1em;
    }
}

@media screen and (min-width: 375px) and (min-height: 812px) and (max-width: 411px) and (max-height: 823px) {
  .wrapper_daguai .item_an .item_img_bg, .wrapper_daguai .item_an .item_img {
    top: -5%;
    left: 17.5%;
    width: 85%;
    padding-bottom: 91%;
  }

  .wrapper_daguai .box_center .time {
    top: 2%;
  }

  .wrapper_daguai .box_left_top {
    width: 23%;
  }

  .wrapper_daguai .Scene_bg {
    background-position: -12% !important;
  }

  .wrapper_daguai .box_center_bottom {
    width: 44%;
  }

    .wrapper_daguai .box_center_bottom .interface {
      margin-bottom: 0.1em;
    }
}

@media screen and (min-width: 1024px) and (min-height: 768px) and (max-width: 1366px) and (max-height: 1024px) {
  .wrapper_daguai .box_center .time {
    top: -25%;
  }

  .wrapper_daguai .item_an {
    top: 8.1%;
    left: 0.8%;
  }
}

@media screen and (min-width: 768px) and (min-height: 1024px) and (max-width: 1024px) and (max-height: 1366px) {
  .wrapper_daguai .box_center .time {
    top: -25%;
  }

  .wrapper_daguai .item_an {
    top: 8.1%;
    left: 0.8%;
  }
}

@-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;
  }
}

.above {
  position: absolute;
  top: -90%;
  left: 0%;
  width: 100%;
  height: 90%;
  background-image: url(../../images/bg_above.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 20;
}

.below {
  position: absolute;
  bottom: -80%;
  left: 0%;
  width: 100%;
  height: 80%;
  background-image: url(../../images/bg_belowA.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 21;
}

.belowB {
  background-image: url(../../images/bg_belowB.png);
}

.aboveDown {
  -webkit-animation-name: aboveDown;
  animation-name: aboveDown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes aboveDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  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%);
  }
}

.an_hurt {
  -webkit-animation-name: an_hurt;
  animation-name: an_hurt;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  visibility: visible !important;
  opacity: 0;
}

@-webkit-keyframes an_hurt {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}

@keyframes an_hurt {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}

.an_jello {
  -webkit-animation-name: an_jello;
  animation-name: an_jello;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  visibility: visible !important;
}

@-webkit-keyframes an_jello {
  0% {
  }

  35% {
    -webkit-transform: scale(1.1, 0.9) translateY(8%);
    transform: scale(1.1, 0.9) translateY(8%);
  }

  55% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  80% {
    -webkit-transform: scale(1.05, 0.85) translateY(8%);
    transform: scale(1.05, 0.85) translateY(8%);
  }

  100% {
  }
}

@keyframes an_jello {
  0% {
  }

  35% {
    -webkit-transform: scale(1.1, 0.9) translateY(8%);
    transform: scale(1.1, 0.9) translateY(8%);
  }

  55% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  80% {
    -webkit-transform: scale(1.05, 0.85) translateY(8%);
    transform: scale(1.05, 0.85) translateY(8%);
  }

  100% {
  }
}

.an_ghost {
  -webkit-animation-name: an_ghost;
  animation-name: an_ghost;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  visibility: visible !important;
  opacity: 0;
}

@-webkit-keyframes an_ghost {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(-10%) translateX(-1%);
    transform: translateY(-10%) translateX(-1%);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(1%);
    transform: translateY(-20%) translateX(1%);
  }

  90% {
    opacity: 1;
    -webkit-transform: translateY(-30%) translateX(-2%);
    transform: translateY(-30%) translateX(-2%);
  }

  100% {
    -webkit-transform: translateY(-40%) translateX(2%);
    transform: translateY(-40%) translateX(2%);
    opacity: 0;
  }
}

@keyframes an_ghost {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(-10%) translateX(-1%);
    transform: translateY(-10%) translateX(-1%);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(1%);
    transform: translateY(-20%) translateX(1%);
  }

  90% {
    opacity: 1;
    -webkit-transform: translateY(-30%) translateX(-2%);
    transform: translateY(-30%) translateX(-2%);
  }

  100% {
    -webkit-transform: translateY(-40%) translateX(2%);
    transform: translateY(-40%) translateX(2%);
    opacity: 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);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  visibility: visible !important;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
