@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
@import url("/css/animate.css/animate.min.css");
:root {
  --animate-duration: 0.5s;
}

/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #5F0000;
  -webkit-overflow-scrolling: touch;
}

.dtNow {
  display: none;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 99;
  border-radius: 3px;
  padding: 3px;
}

.wrapper_ingame {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/Action/11_Star31/20220105MJ/ingame/images/1920X1920_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 100%;
}

@media (min-aspect-ratio: 9 / 4) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20220105MJ/ingame/images/bg.jpg);
    background-size: cover !important;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .wrapper_ingame {
    background-image: url(/Action/11_Star31/20220105MJ/ingame/images/bg.jpg);
  }
}

.ingame_machine, .box_windows {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-aspect-ratio: 9 / 4) {
  .ingame_machine, .box_windows {
    width: 98.4375vw;
    height: 43.75vw;
  }
}

@media (min-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine, .box_windows {
    width: 98.4375vh;
    height: 43.75vh;
  }
}

@media (min-aspect-ratio: 9 / 4) {
  .ingame_machine, .box_windows {
    width: 213.75vh;
    width: calc(var(--vh, 1vh) * 213.75);
    padding-bottom: initial;
    height: 95vh;
    height: calc(var(--vh, 1vh) * 95);
    background-size: auto 100%;
    background-position: top center;
  }
}

@media (max-aspect-ratio: 4 / 9) and (orientation: portrait) {
  .ingame_machine, .box_windows {
    width: 216vw;
    height: 96vw;
  }
}

.ingame_machine .game_main {
  width: 100%;
  height: 95.2381%;
  position: relative;
  z-index: 0;
}

.ingame_machine .game_main-title {
  width: 28.83598%;
  height: 14.5%;
  position: absolute;
  top: 2.5%;
  left: 26.71958%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/game_main-title.png);
  z-index: 1;
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.ingame_machine .game_awards {
  width: 70.84656%;
  height: 86.375%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/gameBoxBg.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 4.5%;
  left: 5.82011%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ingame_machine .game_awards .txt-getTicket {
  width: 70%;
  position: absolute;
  top: 13.0246%;
  left: 15%;
}

.ingame_machine .game_awards .txt-getTicket p {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.35em;
  font-weight: bold;
}

.ingame_machine .game_awards .ticket {
  width: 50.48544%;
  height: 53.40087%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 28.94356%;
  left: 24.64526%;
}

.ingame_machine .game_awards .ticket::before {
  content: '';
  display: block;
  width: 55.76923%;
  height: 32.79133%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40.65041%;
  left: 22.18935%;
}

.ingame_machine .game_awards .ticket-questionMark::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_questionMark.png);
  background-size: 100% !important;
}

.ingame_machine .game_awards .ticket-20::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_20.png);
  background-size: 100% !important;
}

.ingame_machine .game_awards .ticket-50::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_50.png);
  background-size: 100% !important;
}

.ingame_machine .game_awards .ticket-100::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_100.png);
  background-size: 100% !important;
}

.ingame_machine .game_awards .ticket-150::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_150.png);
  background-size: 100% !important;
}

.ingame_machine .game_awards .ticket-200::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_200.png);
  background-size: 100% !important;
}

.ingame_machine .game_awards .ticket-400::before {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_400.png);
  background-size: 100% !important;
}

.ingame_machine .game_awards .ticketAnimate {
  width: 50.48544%;
  height: 53.40087%;
  position: absolute;
  top: 28.94356%;
  left: 24.64526%;
}

.ingame_machine .game_awards .ticketAnimate::before {
  content: '';
  display: block;
  width: 55.76923%;
  height: 32.79133%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 40.65041%;
  left: 22.18935%;
  -webkit-animation: ticketAnimate 0.8s steps(1, end);
          animation: ticketAnimate 0.8s steps(1, end);
}

.ingame_machine .game_awards .playBtn_getFree {
  width: 26.81105%;
  height: 16.06368%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/playBtn_getFree.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 93.34298%;
  left: 36.59447%;
  cursor: pointer;
  -webkit-animation: playBtn_animate 1s linear infinite;
          animation: playBtn_animate 1s linear infinite;
}

.ingame_machine .game_awards .playBtn_getFree:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.ingame_machine .game_awards .playBtn_getFree::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/playBtn_getFree.png);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: playBtn_animate-in 1s linear infinite;
          animation: playBtn_animate-in 1s linear infinite;
}

.ingame_machine .game_awards .playBtn_top-up {
  width: 26.81105%;
  height: 16.06368%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/playBtn_top-up.png);
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 93.34298%;
  left: 36.59447%;
  cursor: pointer;
}

.ingame_machine .game_awards .playBtn_top-up:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.ingame_machine .game_infoBtn {
  width: 144px;
  height: 72px;
  position: absolute;
  bottom: 3.80952%;
  right: 1.69312%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1280px) {
  .ingame_machine .game_infoBtn {
    width: 90px;
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .ingame_machine .game_infoBtn {
    width: 70px;
    height: 35px;
  }
}

@media only screen and (max-width: 630px) {
  .ingame_machine .game_infoBtn {
    width: 60px;
    height: 30px;
  }
}

.ingame_machine .game_infoBtn div {
  width: 47%;
  height: 100%;
  cursor: pointer;
  background-size: 95% !important;
}

.ingame_machine .game_infoBtn div.btn_Description {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/btn_question.png) no-repeat center center;
}

.ingame_machine .game_infoBtn div.btn_AwardRecord {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/btn_record.png) no-repeat center center;
}

.ingame_machine .game_page {
  width: 16.93122%;
  height: 15.71429%;
  position: absolute;
  top: 2.85714%;
  right: 6.34921%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ingame_machine .game_page div {
  height: 100%;
  cursor: pointer;
  background-size: 100% !important;
  width: 49.0625%;
  height: 100%;
  cursor: pointer;
  position: relative;
  background-size: 100% !important;
}

.ingame_machine .game_page div a:hover {
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}

.ingame_machine .game_page div a::before,
.ingame_machine .game_page div a::after {
  content: '';
  display: block;
  position: absolute;
  background-size: 100% !important;
}

.ingame_machine .game_page div a::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ingame_machine .game_page div.btn_page1 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page1-bg.png) no-repeat center center;
}

.ingame_machine .game_page div.btn_page1 a::before {
  width: 100%;
  height: 58.33333%;
  top: 7.57576%;
  left: 0;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page1-icon.png);
  -webkit-animation: btn-page1_animate 3s infinite;
          animation: btn-page1_animate 3s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-repeat: no-repeat;
}

.ingame_machine .game_page div.btn_page1 a::after {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page1-txt.png);
}

.ingame_machine .game_page div.btn_page2 {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page2-bg.png) no-repeat center center;
}

.ingame_machine .game_page div.btn_page2 a::before {
  width: 87.26115%;
  height: 96.9697%;
  top: 0;
  left: 6.36943%;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page2-icon.png);
  -webkit-animation: btn-page2_animate 3s 2s infinite;
          animation: btn-page2_animate 3s 2s infinite;
  background-repeat: no-repeat;
}

.ingame_machine .game_page div.btn_page2 a::after {
  background: url(/Action/11_Star31/20220105MJ/ingame/images/Btn_page2-txt.png);
}

.ingame_machine .game_page div a {
  width: 100%;
  height: 100%;
  display: block;
}

.ingame_machine .game_page div.redPoint::after {
  content: '';
  width: 24.20382%;
  height: 31.81818%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/Action/11_Star31/20220105MJ/ingame/images/redPoint.png?v=20220112);
  background-size: 100%;
  -webkit-animation: redPoint 0.6s linear infinite;
          animation: redPoint 0.6s linear infinite;
  z-index: 1;
}

@-webkit-keyframes ticketAnimate {
  0%, 100% {
    background-size: 100%;
  }
  16% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_150.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  33% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_50.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  50% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_400.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  66% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_200.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  82% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_200.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
}

@keyframes ticketAnimate {
  0%, 100% {
    background-size: 100%;
  }
  16% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_150.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  33% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_50.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  50% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_400.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  66% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_200.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
  82% {
    background: url(/Action/11_Star31/20220105MJ/ingame/images/page3/ticket_200.png);
    background-size: 100%;
    -webkit-background-size: 100%;
  }
}

@-webkit-keyframes playBtn_animate {
  0%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  69% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes playBtn_animate {
  0%, 70%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  69% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@-webkit-keyframes playBtn_animate-in {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(10px) brightness(1.1) opacity(0.1%);
            filter: blur(10px) brightness(1.1) opacity(0.1%);
  }
  62.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(0px) brightness(1.05) opacity(0);
            filter: blur(0px) brightness(1.05) opacity(0);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0) brightness(1) opacity(0);
            filter: blur(0) brightness(1) opacity(0);
  }
}

@keyframes playBtn_animate-in {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(10px) brightness(1.1) opacity(0.1%);
            filter: blur(10px) brightness(1.1) opacity(0.1%);
  }
  62.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(0px) brightness(1.05) opacity(0);
            filter: blur(0px) brightness(1.05) opacity(0);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0) brightness(1) opacity(0);
            filter: blur(0) brightness(1) opacity(0);
  }
}

@-webkit-keyframes btn-page2_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%) scale(1);
            transform: translateY(20%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-3%) scale(1);
            transform: translateY(-3%) scale(1);
  }
  16% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
  }
  24% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(0.96);
            transform: translateY(0) scale(0.96);
  }
  28% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes btn-page2_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%) scale(1);
            transform: translateY(20%) scale(1);
  }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-3%) scale(1);
            transform: translateY(-3%) scale(1);
  }
  16% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.2);
            transform: translateY(0) scale(1.2);
  }
  24% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(0.96);
            transform: translateY(0) scale(0.96);
  }
  28% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes btn-page1_animate {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  5% {
    -webkit-transform: scale(1.1) rotate(0);
            transform: scale(1.1) rotate(0);
  }
  9% {
    -webkit-transform: scale(0.97) rotate(0);
            transform: scale(0.97) rotate(0);
  }
  10% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  22% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes btn-page1_animate {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  5% {
    -webkit-transform: scale(1.1) rotate(0);
            transform: scale(1.1) rotate(0);
  }
  9% {
    -webkit-transform: scale(0.97) rotate(0);
            transform: scale(0.97) rotate(0);
  }
  10% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  22% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  35% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes redPoint {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes redPoint {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

.box_windows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  overflow: hidden;
}

.box_windows-bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

.box_windows-bg-ready {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
  z-index: 9;
}

.box_windows .question {
  display: none;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.box_windows .question h3 {
  font-size: 1.25em;
  line-height: 1.75em;
  color: #ffb244;
}

.box_windows .question h5 {
  font-size: 1.2em;
  padding: .8em;
  margin-bottom: 0.8em;
  text-align: center;
  background-image: #F75109;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 81, 9, 0)), color-stop(20%, #f98553), color-stop(40%, #F75109), color-stop(60%, #F75109), color-stop(80%, #f98553), to(rgba(247, 81, 9, 0)));
  background-image: linear-gradient(to left, rgba(247, 81, 9, 0) 0%, #f98553 20%, #F75109 40%, #F75109 60%, #f98553 80%, rgba(247, 81, 9, 0) 100%);
  color: #fff;
}

.box_windows .question p {
  margin-left: 2em;
}

.box_windows .question p a {
  color: #00fff2;
  text-decoration: underline;
}

.box_windows .question p a:hover {
  color: #ff70f8;
}

.box_windows .question ol a {
  color: #00fff2;
  text-decoration: underline;
}

.box_windows .question ol a:hover {
  color: #ff70f8;
}

.box_windows .record {
  display: none;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.5em;
}

.box_windows .record h3 {
  font-size: 1.5em;
  line-height: 2em;
  color: #ffb244;
}

.box_windows .record ol {
  padding-left: 1.5em;
}

.box_windows .box_container {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 85%;
  height: 90%;
  top: 5%;
  left: 5%;
}

.box_windows .box_container .main {
  width: 100%;
  height: 100%;
  padding: 16px;
  border-radius: 20px;
  border: 3px solid #eab92d;
  background: rgba(60, 0, 1, 0.7);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
  overflow-y: auto;
}

.box_windows a.btn_x {
  position: absolute;
  display: block;
  top: -12px;
  right: -12px;
  width: 45px;
  height: 45px;
  background-image: url(/Action/11_Star31/20220105MJ/ingame/images/X.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

@media only screen and (max-width: 798px) {
  .box_windows a.btn_x {
    width: 30px;
    height: 30px;
    top: -5px;
    right: -5px;
  }
}

@media only screen and (max-height: 450px) {
  .box_windows a.btn_x {
    width: 30px;
    height: 30px;
    top: -5px;
    right: -5px;
  }
}

/* ================= table設定 ================= */
/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ff8fa1;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #ff8fa1;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff2828), to(#ff5151));
  background: linear-gradient(to top, #ff2828 0%, #ff5151 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

.box_flipInY {
  -webkit-animation-name: box_flipInY;
          animation-name: box_flipInY;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  visibility: visible !important;
}

@-webkit-keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes box_flipInY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(3%) scaleX(1.05);
            transform: translateY(3%) scaleX(1.05);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.an_fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.an_faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.delay-05s {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
