@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ce1800;
}

.imgs {
  width: 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;
}

html, body {
  line-height: 24px;
  font-size: 18px;
}

.wrapper {
  background-image: url(/Action/79_TMD/20191111U/images/indexBg.jpg);
  background-color: #142a3c;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

.translateToX {
  opacity: var(--opacity);
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.translateToY {
  opacity: var(--opacity);
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 730px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 205px;
  height: 135px;
}

.header .logo {
  position: absolute;
  top: 5px;
  left: 1050px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background: url(../../images/logo.png);
}

.header .coins {
  width: 905px;
  height: 328px;
  position: absolute;
  top: 130px;
  left: 216px;
  background-image: url(../../images/coins.png);
  -webkit-animation: delay 0.05s, pulse 1s 0.05s linear infinite;
          animation: delay 0.05s, pulse 1s 0.05s linear infinite;
}

.header .role {
  width: 691px;
  height: 474px;
  position: absolute;
  top: 162px;
  left: 314px;
  background-image: url(../../images/role.png);
  -webkit-animation: pulse 1s linear infinite;
          animation: pulse 1s linear infinite;
}

.header .gun {
  width: 328px;
  height: 345px;
  position: absolute;
  top: 583px;
  left: 990px;
  background-image: url(../../images/gun.png);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: swing 1s linear infinite;
          animation: swing 1s linear infinite;
}

.header .slogan {
  width: 856px;
  height: 679px;
  position: absolute;
  top: 12px;
  left: 208px;
  background-image: url(../../images/slogan.png);
}

.header .hit {
  width: 164px;
  height: 178px;
  position: absolute;
  background-image: url(../../images/hit.png);
}

.header .hit-1 {
  top: 350px;
  left: 760px;
  -webkit-animation: hit1 2s linear infinite;
          animation: hit1 2s linear infinite;
}

.header .hit-2 {
  top: 200px;
  left: 500px;
  -webkit-animation: hit2 2s linear infinite;
          animation: hit2 2s linear infinite;
}

.header .bullet {
  width: 111px;
  height: 249px;
  position: absolute;
  top: 500px;
  left: 830px;
  background-image: url(../../images/bullet.png);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: bullet 1s linear infinite;
          animation: bullet 1s linear infinite;
}

@-webkit-keyframes bullet {
  0% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
  68% {
    -webkit-transform: scale(0.92) rotate(-45deg);
            transform: scale(0.92) rotate(-45deg);
  }
  86% {
    -webkit-transform: scale(1.05) rotate(-45deg);
            transform: scale(1.05) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
}

@keyframes bullet {
  0% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
  68% {
    -webkit-transform: scale(0.92) rotate(-45deg);
            transform: scale(0.92) rotate(-45deg);
  }
  86% {
    -webkit-transform: scale(1.05) rotate(-45deg);
            transform: scale(1.05) rotate(-45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  20% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  60% {
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
  80% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  20% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  60% {
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
  }
  80% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes hit1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  32% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.85);
            transform: rotate(15deg) scale(0.85);
  }
  37% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(1.1);
            transform: rotate(15deg) scale(1.1);
  }
  42% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  47% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(1);
            transform: rotate(15deg) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
}

@keyframes hit1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  32% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.85);
            transform: rotate(15deg) scale(0.85);
  }
  37% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(1.1);
            transform: rotate(15deg) scale(1.1);
  }
  42% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  47% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(1);
            transform: rotate(15deg) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(15deg) scale(0.9);
            transform: rotate(15deg) scale(0.9);
  }
}

@-webkit-keyframes hit2 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
  80% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
  81% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.85);
            transform: rotate(35deg) scale(0.85);
  }
  86% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(1.1);
            transform: rotate(35deg) scale(1.1);
  }
  91% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
  96% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(1);
            transform: rotate(35deg) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
}

@keyframes hit2 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
  80% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
  81% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.85);
            transform: rotate(35deg) scale(0.85);
  }
  86% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(1.1);
            transform: rotate(35deg) scale(1.1);
  }
  91% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
  96% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(1);
            transform: rotate(35deg) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(35deg) scale(0.9);
            transform: rotate(35deg) scale(0.9);
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-animation: delay .9s, toTop .3s .9s;
          animation: delay .9s, toTop .3s .9s;
}

.nav .container {
  width: 800px;
  position: relative;
}

.nav .container ul.navBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -100px;
}

.nav .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 200px;
  height: 76px;
  margin-top: 5px;
  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;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -190px !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -380px !important;
}

.nav .container ul.navBtn li.navBtn4 a {
  background-position-x: -570px !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
  background-size: 400%;
}

.nav .container ul.navBtn li a {
  width: 190px;
  height: 76px;
  display: block;
  background-image: url(../../images/navBtn.png);
  background-size: 400%;
}

.nav .container.navBtnA {
  width: 200px;
  height: 152px;
}

.nav .container.navBtnA ul li {
  height: 152px;
}

.nav .container.navBtnB {
  width: 1000px;
  height: 76px;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
  text-indent: -99999;
  margin-top: 25px;
}

.content > h3 img {
  display: block;
  max-width: 555px;
  width: 70%;
  margin: 0 auto;
}

.content .container {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
}

.content .container .contentMain {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
}

.content .container .contentMain.row {
  text-align: left;
}

.content .container h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #4b7f36;
  color: #c4ec73;
  font-weight: bold;
  font-size: 1.35em;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: #251a3f;
  text-align: center;
  background-image: #fff06b;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(63, 0, 0, 0)), color-stop(20%, #ff9900), color-stop(40%, #fff06b), color-stop(60%, #fff06b), color-stop(80%, #ff9900), to(rgba(63, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(63, 0, 0, 0) 0%, #ff9900 20%, #fff06b 40%, #fff06b 60%, #ff9900 80%, rgba(63, 0, 0, 0) 100%);
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
}

.content .container p {
  margin-left: 2em;
  text-align: left;
}

.content .container p > a {
  color: #6200ff;
}

.content .container p > a:hover {
  color: #cc007e;
}

.content .container p.txt-center {
  margin-left: 0;
}

.content .container ol,
.content .container ul {
  margin-left: 3em;
  color: #fff;
}

.content .container ol li,
.content .container ul li {
  font-size: 1em;
  line-height: 1.5em;
}

.content .container ol li a,
.content .container ul li a {
  color: #059bff;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #c300ff;
}

.content .container ol.asterisk,
.content .container ul.asterisk {
  list-style-type: none;
}

.content .container ol.asterisk > li,
.content .container ul.asterisk > li {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}

.content .container ol.asterisk > li:before,
.content .container ul.asterisk > li:before {
  content: '※';
  margin: 5px;
}

.content .container ol.asterisk > li table,
.content .container ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

/* ================= item__box ================= */
.symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.symbol img {
  width: 80%;
  max-width: 60px;
  background-size: 100%;
}

.item__box {
  background-color: #c3cfff;
  border-color: #6e88ef;
  border-width: 8px;
}

.item__box .item__box-img {
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c3cfff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #c3cfff 100%);
}

.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: white;
  background-color: #6e88ef;
  font-size: 1.125em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff0000;
  background-color: #c3cfff;
}

.item__box .item__box-get .plus {
  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-get .row div:nth-child(1) .item__box--02 {
  border: 3px #cf3535 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #cf3535;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: rgba(50, 0, 65, 0.2);
  border: 3px #6b18c9 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-img {
  background: transparent;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #6b18c9;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .title div {
  background: #a2002a;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

.box-compose .title div p {
  text-align: center;
  margin: 0;
}

.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  width: 97%;
  padding: 25px 0;
}

.box-compose .box-composeMain img {
  max-width: 100%;
}

.box-compose .box-composeMain > div {
  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;
  border-radius: 10px;
  color: #e3dcff;
  padding: 20px;
}

.box-compose .box-composeMain > div div {
  background-color: transparent !important;
}

.box-compose .box-composeMain > div .ribbonLabelA {
  width: 103px;
  height: 85px;
  position: absolute;
  top: -42px;
  left: -26px;
  background-image: url(../../images/ribbonLabelA.svg) !important;
  background-size: 100%;
}

.box-compose .box-composeMain > div .ribbonLabelA:before {
  width: 2em;
  display: block;
  content: attr(data-labelText);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  position: absolute;
  left: 1em;
  top: 9px;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  margin: 0 auto;
  display: block;
}

.box-compose .box-composeMain img.gem {
  display: inline;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9670d3;
  -webkit-box-shadow: 0px 3px 5px #473366;
          box-shadow: 0px 3px 5px #473366;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #d4bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) div.reward {
  background: #eabdf8;
  border: 3px solid #7651b3;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #545bbe;
  -webkit-box-shadow: 0px 3px 5px #1f2246;
          box-shadow: 0px 3px 5px #1f2246;
}

.box-compose .box-composeMain:nth-child(even) div {
  background-color: #99d1ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) div.reward {
  background: #c0c4ff;
  border: 3px solid #373b74;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid transparent;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 5px solid #ffd000;
  background: #683e00;
}

.table tr {
  background: #fff;
}

.table tr img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}

.table tr th {
  color: #683e00;
  background: #ffd000;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f7e788;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .table.collect2 {
    width: 100%;
    margin: 0 auto;
  }
}

.table.collect2 td {
  position: relative;
}

.table.collect2 td .icon_tit {
  position: absolute;
  top: 0;
  right: 10%;
}

@media only screen and (max-width: 812px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 100px;
  }
}

.table.collect td {
  position: relative;
}

.table.collect td .icon_tit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media only screen and (max-width: 812px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 812px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

ul.tabs {
  text-align: center;
  margin-left: 0 !important;
  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;
}

ul.tabs li {
  display: block;
  position: relative;
  padding: 20px;
  margin: 10px 10px;
  border: 1px solid #b3fffb;
  border-radius: 20px;
  background-image: rgba(230, 254, 255, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 255, 251, 0.5)), color-stop(20%, rgba(178, 255, 251, 0.5)), color-stop(40%, rgba(230, 254, 255, 0.5)), color-stop(60%, rgba(230, 254, 255, 0.5)), color-stop(80%, rgba(178, 255, 251, 0.5)), to(rgba(178, 255, 251, 0.5)));
  background-image: linear-gradient(to bottom, rgba(178, 255, 251, 0.5) 0%, rgba(178, 255, 251, 0.5) 20%, rgba(230, 254, 255, 0.5) 40%, rgba(230, 254, 255, 0.5) 60%, rgba(178, 255, 251, 0.5) 80%, rgba(178, 255, 251, 0.5) 100%);
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
}

ul.tabs li:hover, ul.tabs li.active {
  cursor: pointer;
  color: #532f00;
  font-weight: bold;
  background-color: black;
  border: 1px solid #fffab3;
  background-image: #fff3b1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdc17d), color-stop(20%, #fdc17d), color-stop(40%, #fff3b1), color-stop(60%, #fff3b1), color-stop(80%, #fdc17d), to(#fdc17d));
  background-image: linear-gradient(to bottom, #fdc17d 0%, #fdc17d 20%, #fff3b1 40%, #fff3b1 60%, #fdc17d 80%, #fdc17d 100%);
  -webkit-box-shadow: 0px 2px #f09c00,inset 0 2px 2px 2px #ffb056 ,inset 0 -10px 10px 0px #ffc164;
          box-shadow: 0px 2px #f09c00,inset 0 2px 2px 2px #ffb056 ,inset 0 -10px 10px 0px #ffc164;
}

.tabMain {
  text-align: center;
  padding: 20px;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #142a3c;
  border: 3px solid #7bffff;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#aceeff));
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 30px;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 20px;
  background-image: #ffcf6c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcf6c), color-stop(30%, #ffcf6c), color-stop(93%, #37193b), to(#512353));
  background-image: linear-gradient(to bottom, #ffcf6c 0%, #ffcf6c 30%, #37193b 93%, #512353 100%);
  padding-bottom: 50px;
  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;
}

[data-boxstyle="style01"] h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #340404;
  margin-bottom: 10px;
}

[data-boxstyle="style01"] p {
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  text-shadow: 2px 0px 2px #522700;
}

[data-boxstyle="style02"] {
  color: #fff;
  line-height: 1.5em;
  border-radius: 20px;
  border: 1px solid #fff;
}

[data-boxstyle="style02"] h5 {
  font-size: 1.2em;
  padding: .6em;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background-image: #fc1557;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(63, 0, 0, 0)), color-stop(20%, #9d0312), color-stop(40%, #fc1557), color-stop(60%, #fc1557), color-stop(80%, #9d0312), to(rgba(63, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(63, 0, 0, 0) 0%, #9d0312 20%, #fc1557 40%, #fc1557 60%, #9d0312 80%, rgba(63, 0, 0, 0) 100%);
}

[data-boxstyle="style03"] {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fdd0d9;
  outline-offset: -12px;
  border-radius: 15px;
  background: #d76198;
}

/* =================滑動選單B 單一遊戲================= */
#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}

/* ================= CSS動態  =================*/
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  90% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  90% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
