@charset "UTF-8";
@import url(/css/normalize.css);
.pointer {
  cursor: pointer;
}

.break-all {
  word-break: break-all;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

html, body {
  line-height: 24px;
  font-size: 18px;
  scroll-behavior: smooth;
  background-image: url(/Action/79_TMD/20210303JS/images/indexRepeat.jpg?20210303);
  background-position: center;
  background-repeat: repeat-y;
}

.wrapper {
  background-image: url(/Action/79_TMD/20210303JS/images/indexBg.jpg?20210303);
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 720px;
  position: relative;
}

.header .container .logo, .header .container .logo a {
  width: 189px;
  height: 132px;
}

.header .container .logo {
  position: absolute;
  top: 33px;
  left: 146px;
}

.header .container .logo a {
  background-image: url(/Games/tmd/images/logo.png?20210303);
  background-repeat: no-repeat;
  display: block;
  background-size: 100%;
}

.header .container .slogan01 {
  width: 651px;
  height: 344px;
  position: absolute;
  top: 138px;
  left: 55px;
  background: url(../../images/slogan01.png?20210303);
  background-repeat: no-repeat;
}

.header .container .slogan02 {
  width: 621px;
  height: 203px;
  position: absolute;
  top: 470px;
  left: 88px;
  background: url(../../images/slogan02.png?20210303);
  background-repeat: no-repeat;
}

.nav {
  width: 100%;
  position: relative;
  margin: 0 auto 40px auto;
  z-index: 1;
}

.nav .container {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  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;
}

.nav .container .navBtn {
  position: relative;
  width: 100%;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 380px;
  height: 110px;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -375px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -750px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navbtn_action.png?20210303);
}

.nav .container .navBtn ul li a {
  display: block;
  width: 375px;
  height: 107px;
  text-align: center;
  background-image: url(../../images/navbtn.png?20210303);
  background-size: 300% 100%;
}

.nav .container .navBtn ul li.action a {
  background-size: 300% 100%;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding: 20px 0 70px 0;
  position: relative;
}

.content .container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 3%;
  background-color: #0F005D80;
  border: 1px solid #fff;
  border-radius: 20px;
}

.content .container h3 {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.content .container h3 img {
  max-width: 70%;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

.content .container h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #E889FF;
  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: '';
  width: 1.75em;
  height: 1.75em;
  display: inline-block;
  margin: 0 5px;
  background-image: url("../../images/gift.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7e8000), color-stop(20%, #ff7e80), color-stop(50%, #fe7100), color-stop(80%, #ff7e80), to(#ff7e8000));
  background-image: linear-gradient(to left, #ff7e8000 0%, #ff7e80 20%, #fe7100 50%, #ff7e80 80%, #ff7e8000 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;
}

.content .container p > a {
  color: #ff9100;
  text-decoration: underline;
}

.content .container p > a:hover {
  color: #FFF605;
}

.content .container p.txt-center {
  margin-left: 0;
}

.content .container ol, .content .container ul {
  margin-left: 3em;
}

.content .container ol li a, .content .container ul li a {
  color: #ff9100;
  text-decoration: underline;
}

.content .container ol li a:hover, .content .container ul li a:hover {
  color: #FFF605;
}

.content .container ol.path, .content .container ul.path {
  list-style-type: none;
  width: 100%;
  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;
}

.content .container ol.path li, .content .container ul.path li {
  max-width: 30%;
}

.content .container ol.list, .content .container ul.list {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0.8em;
}

.content .container ol.list li, .content .container ul.list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.content .container ol.list li > ul, .content .container ul.list li > ul {
  list-style-type: decimal;
  margin-left: 0;
}

.content .container ol.list li > ul li, .content .container ul.list li > ul li {
  text-indent: 0;
}

.content .container ol.arrow > li::before, .content .container ul.arrow > li::before {
  content: '※ ';
  margin-left: 2px;
}

.content .container ol.asterisk > li:before, .content .container ul.asterisk > li:before {
  content: '● ';
}

.content .container ol.asterisk > li table, .content .container ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

.content__btn div {
  color: #ee32ff;
  border-left: 1px solid #b3b3b3;
  width: 9em;
}

.content__btn div:first-child {
  border-left: none;
}

.content__btn div a:hover, .content__btn div.action a {
  font-weight: bold;
  color: #ffffff;
  border: 2px solid #ef73ff;
  background-image: #e874ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee38ff), color-stop(20%, #ee38ff), color-stop(40%, #e874ff), color-stop(60%, #e874ff), color-stop(80%, #ee38ff), to(#ee38ff));
  background-image: linear-gradient(to bottom, #ee38ff 0%, #ee38ff 20%, #e874ff 40%, #e874ff 60%, #ee38ff 80%, #ee38ff 100%);
}

.content__btn div a {
  color: #f940ff;
  width: 8.5em;
}

.content__btn div a:hover {
  width: 8.5em;
  border-radius: 30px;
}

.content__btn div.action a {
  width: 8.5em;
  border-radius: 30px;
}

.btnBox a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9100), color-stop(20%, #ff9100), color-stop(40%, #ffc56f), color-stop(60%, #ffc56f), color-stop(80%, #ff9100), to(#ff9100));
  background-image: linear-gradient(to top, #ff9100 0%, #ff9100 20%, #ffc56f 40%, #ffc56f 60%, #ff9100 80%, #ff9100 100%);
  -webkit-box-shadow: 0px 2px #ff4800, inset 0 2px 2px 2px #ffc56f, inset 0 -10px 10px 0px #ffc56f;
          box-shadow: 0px 2px #ff4800, inset 0 2px 2px 2px #ffc56f, inset 0 -10px 10px 0px #ffc56f;
  top: 2px;
  color: #702902;
}

/* ================= item__box ================= */
.item__box {
  background-color: #fff;
  border-color: #ea55ff;
  border-width: 5px;
  border-radius: 10px;
  margin: 0 auto;
}

.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;
}

.item__box .item__box-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.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: -webkit-gradient(linear, right top, left top, from(#a400bb), color-stop(5%, #a400bb), color-stop(50%, #ea55ff), color-stop(95%, #a400bb), to(#a400bb));
  background: linear-gradient(to left, #a400bb 0%, #a400bb 5%, #ea55ff 50%, #a400bb 95%, #a400bb 100%);
  font-size: 1em;
}

.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: #223dff;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-get {
    padding: 0;
  }
}

.item__box .item__box-get span {
  font-weight: lighter;
}

.item__box .item__box-get .row {
  width: 100%;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-get .row {
    padding: 0;
  }
}

.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-get .row div:nth-child(1) .item__box--02.no {
  border: 3px #e491ec solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no .item__box-title {
  background: #e491ec;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #fff;
  border: 3px #e491ec 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: #e491ec;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
  color: #3c53ff;
}

.item__box .listawards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 560px) {
  .item__box .listawards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    max-height: 360px;
  }
}

.item__box .listawards img {
  width: 12%;
}

@media only screen and (max-width: 560px) {
  .item__box .listawards img {
    width: 100px;
  }
}

.item__box .listawards i {
  color: #7e7e7e;
}

/*================= 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: separate;
  border-spacing: 1px;
  border-radius: 5px;
  color: #683e00;
  border: 5px solid #DC55FF;
  background: #f1bbff;
}

@media only screen and (max-width: 798px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.table-full {
  width: 95%;
  margin: 0 auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: #DC55FF;
  color: #fff;
}

.table tr img {
  margin: 0 auto;
  max-width: 98%;
}

.table tr .img-group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr .img-group img {
  display: inline-block;
  margin: 0 1%;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .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: 798px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .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: 798px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  margin-bottom: 10px;
  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.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border: 1px solid #daccc7;
  border-radius: 20px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a98a7d), color-stop(20%, #b59b90), color-stop(40%, #c1aba2), color-stop(60%, #c1aba2), color-stop(80%, #b59b90), to(#a98a7d));
  background-image: linear-gradient(to bottom, #a98a7d 0%, #b59b90 20%, #c1aba2 40%, #c1aba2 60%, #b59b90 80%, #a98a7d 100%);
  -webkit-box-shadow: 0px 3px 0 #daccc7;
          box-shadow: 0px 3px 0 #daccc7;
  color: #241414;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #db5000;
  top: 1px;
  font-weight: bold;
  background-color: black;
  border: 1px solid #f1bbff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e274ff), color-stop(20%, #e992ff), color-stop(40%, #efb1ff), color-stop(60%, #efb1ff), color-stop(80%, #e992ff), to(#e274ff));
  background-image: linear-gradient(to bottom, #e274ff 0%, #e992ff 20%, #efb1ff 40%, #efb1ff 60%, #e992ff 80%, #e274ff 100%);
  -webkit-box-shadow: 0px 2px #dc55ff, inset 0 2px 2px 2px #e274ff, inset 0 -10px 10px 0px #e992ff;
          box-shadow: 0px 2px #dc55ff, inset 0 2px 2px 2px #e274ff, inset 0 -10px 10px 0px #e992ff;
  color: #241414;
}

ul.tabMain {
  width: 98%;
  margin: 0 auto;
  margin-left: auto !important;
  list-style: none;
  text-align: center;
  border-radius: 20px;
}

ul.tabMain > li {
  display: none;
}

ul.arrow {
  list-style-type: none;
  margin-left: 1em;
  text-align: left;
}

ul.arrow li::before {
  content: '※ ';
}

/* ================= 說明框 ================= */
.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+ */
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

.box-compose .title {
  padding: 0;
}

.box-compose .title div {
  background: #DC55FF;
  padding: 5px;
  text-align: center;
}

.box-compose .title div.symbol {
  background: transparent;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 2px auto;
  padding: 0;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
}

.box-compose .box-composeMain:nth-child(even) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(even) > div {
  background: #e788ff;
}

.box-compose .box-composeMain:nth-child(odd) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(odd) > div {
  background: #bd00ee;
}

.box-compose .box-composeMain .composeMain-group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain .composeMain-group .symbol {
  display: inline-block;
  max-width: 25%;
  color: #fff;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
  color: #fff;
  font-size: 2em;
}

@media only screen and (max-width: 798px) {
  .box-compose .box-composeMain div.symbol {
    font-size: 1.25em;
  }
}

.box-compose .box-composeMain a {
  color: #00e1ff;
}

.box-compose .box-composeMain a:hover {
  color: #ff9900;
}

.box-compose .box-composeMain div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.box-compose .box-composeMain div p {
  padding: 5px;
}

.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 30px;
}

.gotoheader {
  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;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #dc55ff;
}

.gotoheader a:hover {
  color: #ffa2e4;
}

.comment:before, .certificate:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.comment:after, .certificate:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.comment {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -1em;
  left: calc(50% + 25%);
}

.comment:before {
  content: '\f075';
  font-size: 3.5rem;
  color: #d31818;
}

.comment:after {
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  line-height: 1.25em;
  letter-spacing: 0px;
}

.comment-purple:before {
  color: #d858ff;
}

.comment-2 {
  width: 6.15rem;
  height: 6.15rem;
  top: 0.35em;
  left: calc(50% + 35%);
}

.comment-2:before {
  font-size: 6.15rem;
}

.comment-2:after {
  top: -.5em;
}

.certificate {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: -50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.certificate:before {
  content: '\f0a3';
  font-size: 4rem;
  color: #d31818;
}

.certificate:after {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0px;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: 5px;
  left: 1em;
  position: absolute;
  text-align: center;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  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;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 1;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: 30px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 24px solid #ee583a;
    border-right: 24px solid #ee583a;
  }
}

.ribbon_01 {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
}

.ribbon_01 p {
  font-size: 12px;
}

.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}

.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon_01--A {
  background: #7800b7;
  margin-left: -15px;
}

.ribbon_01--A:after {
  border-left: 15px solid #7800b7;
}

/* =================滑動選單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;
}

.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);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -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-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-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(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounceInUp {
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 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 bounceInUp {
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 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);
  }
}
