@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
/* ================= 顏色表 ================= */
a {
  color: #14D0FF;
}

.f-orange {
  color: #ffa500;
}

.f-yellow {
  color: #ffff00;
}

.f-violet {
  color: #ee82ee;
}

.f-red {
  color: #ff0000;
}

.wrapper {
  background-image: url(/Action/79_TMD/20190528M/images/indexBg.jpg);
  background-color: #442e64;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

.navtop {
  z-index: 1;
  position: relative;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 630px;
  position: relative;
}

.header .container .logo, .header .container .logo a {
  width: 213px;
  height: 148px;
}

.header .container .logo {
  position: absolute;
  top: 0px;
  left: 150px;
  z-index: 9;
  background-image: url(../../images/logo.png);
}

.header .container .logo a {
  display: block;
}

.header .container .bag {
  width: 358px;
  height: 318px;
  background-image: url(../../images/bag.png);
  position: absolute;
  top: 40px;
  left: 656px;
}

.header .container .slogan {
  width: 506px;
  height: 109px;
  background-image: url(../../images/slogan.png);
  position: absolute;
  top: 350px;
  left: 575px;
}

.header .container .sub {
  width: 505px;
  height: 143px;
  background-image: url(../../images/sub.png);
  position: absolute;
  top: 470px;
  left: 580px;
}

.header .container .sub2 {
  width: 383px;
  height: 320px;
  background-image: url(../../images/sub2.png);
  position: absolute;
  top: 295px;
  left: 196px;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 600px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}

.nav .container ul.navBtn {
  width: 100%;
  position: relative;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.nav .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 300px;
  height: 123px;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -290px !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .container ul.navBtn li a {
  width: 290px;
  height: 123px;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 50px;
}

.content .container {
  width: 900px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #370c3b;
  border-radius: 25px 25px 0px 0px;
  border: 2px solid #fffc4b;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.content .container h3 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 10px auto;
  width: 90%;
  text-align: center;
  color: #ffce4b;
}

.content .container h3 img {
  display: block;
  width: 100%;
  max-width: 702px;
  margin: 0px  auto 10px;
}

.content .container h4 {
  position: relative;
  display: block;
  color: #ffe200;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  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;
}

.content .container h4:before {
  content: '';
  background-image: url("../../images/star.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container h4:after {
  content: "";
}

.content .container h5 {
  width: 80%;
  margin: 10px auto;
  font-size: 1.125em;
  padding: .5em 0;
  color: #ad2f2f;
  text-align: center;
  background-image: #ffd900;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 217, 0, 0)), color-stop(20%, #ff9100), color-stop(40%, #ffd900), color-stop(60%, #ffd900), color-stop(80%, #ff9100), to(rgba(255, 217, 0, 0)));
  background-image: linear-gradient(to left, rgba(255, 217, 0, 0) 0%, #ff9100 20%, #ffd900 40%, #ffd900 60%, #ff9100 80%, rgba(255, 217, 0, 0) 100%);
}

.content .container h6 {
  font-size: 1.125em;
  text-align: center;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
}

.content .container > p {
  padding: 0 3.5em;
  line-height: 2.8em;
}

.content .container > p > a {
  color: #4cffe8;
}

.content .container > p > a:hover {
  color: #59c2ff;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container ol, .content .container ul {
  margin: 0 5em;
}

.content .container ol li, .content .container ul li {
  line-height: 1.8em;
}

.content .container ol li a, .content .container ul li a {
  color: #00ffde;
}

.content .container ol li a:hover, .content .container ul li a:hover {
  color: #00fdff;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 0;
}

.table {
  margin: 20px auto;
  width: 90%;
  color: #161c23;
  border: 5px solid #c41c1c;
  border-collapse: separate;
  border-spacing: 1px;
  background: #fcbdbd;
  border-radius: 5px;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #4d0000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4d0000), to(#e72300));
  background: linear-gradient(to bottom, #4d0000 20%, #e72300 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.table tr th img {
  display: block;
  margin: 0 auto;
}

.table tr th.bgcolor {
  background: #752606;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #752606), to(#e75500));
  background: linear-gradient(to bottom, #752606 20%, #e75500 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.table tr td img {
  display: block;
  margin: 0 auto;
}

.table tr td[data-tdstyle="style01"] {
  background: #fffaae;
  color: #7e5636;
  font-weight: bold;
}

/* ================= 內容區塊 ================= */
.box {
  width: 95%;
  margin: 25px auto;
  padding: 25px;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitile {
  width: 97%;
  margin: 0 auto;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #9e246b;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  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: 5px auto;
  width: 97%;
  padding: 10px 0;
}

.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;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain .bg {
  background: #FFF;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #ffffff;
}

.box-compose .box-composeMain:nth-child(even) div {
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #fa99ff;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) div {
  color: #FFF;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #ffe200;
  font-size: 1.5em;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #5dabb9;
}

[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: center;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  text-align: justify;
  color: #ffce4b;
  line-height: 1.6em;
  outline: 1px dashed #ffce4b;
  outline-offset: -10px;
  border-radius: 10px;
  background: #521a1a;
  font-size: 1em;
  font-weight: normal;
}

[data-boxstyle="style02"] span {
  color: #a91f6d;
}

[data-boxstyle="style02"] a {
  color: #14D0FF;
}

/* =================滑動選單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;
}

/* ================= item__box ================= */
.itemtitle {
  width: 97%;
  margin: 0 auto;
  background-color: #9e246b;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  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;
}

.item__box {
  background-color: none;
  border-color: #fb9b0c;
}

.item__box-img {
  display: block;
  margin: 10px 0;
}

.item__box-img img {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.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-title {
  color: #FFF;
  background-color: #c3024f;
}

.item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box-title2 {
  width: 97%;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #9e246b;
  border-radius: 5px 5px 0 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.item__box-get {
  text-align: center;
  color: #fff799;
  margin-top: 5px;
}

.item__box-text {
  text-align: left;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  width: 300px;
}

/*超商連結*/
.shopBtn_box {
  width: 80%;
  height: 170px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  overflow: auto;
}

.shopBtn_box li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  display: block;
  float: left;
  width: 31.5%;
  height: 160px;
  text-indent: -9999px;
  margin: 0px 5px;
}

.shopBtn_box li a {
  width: 100%;
  height: 100%;
  display: block;
}

.shopBtn_box li a.shopBtn01 {
  background: url(../../images/btn_711.png) center center no-repeat;
}

.shopBtn_box li a.shopBtn02 {
  background: url(../../images/btn_hilife.png) center center no-repeat;
}

.shopBtn_box li a.shopBtn03 {
  background: url(../../images/btn_ok.png) center center no-repeat;
}

/* =================區塊樣式================= */
.boxA {
  position: relative;
  margin: 0px auto 25px auto;
}

.boxA--size {
  width: 92%;
  padding: 15px 30px;
  text-align: center;
  border-radius: 20px;
}

.boxA--color {
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}

/*滑鼠滑入時放大*/
.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;
  -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(1.07);
          transform: scale(1.07);
}

/* ================= 動態 ================= */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.tobottom {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: tobottom;
          animation-name: tobottom;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes tobottom {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tobottom {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.pulse {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
}

/*動態順序*/
.pulseAnimation {
  -webkit-animation: in .5s linear, pulse 2s 2s linear infinite;
          animation: in .5s linear, pulse 2s 2s linear infinite;
}
