@charset "UTF-8";
@import url(/css/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap");
table {
  font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", "微軟正黑體", "新細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

img {
  max-width: 100%;
  display: block;
}

.f-gold {
  color: #e9ad69;
}

html, body {
  font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", "微軟正黑體", "新細明體";
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: 1px;
  scroll-behavior: smooth;
  background-color: #4c0002;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg?20210127);
  background-position: top center;
  background-repeat: no-repeat, repeat-y;
  color: #000;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 700px;
  position: relative;
  z-index: 1;
}

.header .slogan {
  width: 701px;
  height: 239px;
  position: absolute;
  top: 5px;
  left: 390px;
  background-image: url(../../images/slogan.png?20210127);
}

.header .logo {
  width: 254px;
  height: 164px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 30px;
  left: 125px;
  background-size: 100%;
  background: url(../../images/logo.png) no-repeat;
}

.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

/* ================= 內容 ================= */
.content {
  width: 98%;
  padding: 10px 0 0px 0;
}

.content h3 {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  width: 100%;
}

.content h3 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.content .container {
  width: 80%;
  max-width: 960px;
  margin: 20px  auto;
  padding: 20px;
  background: #F3DAB6;
  border: solid 5px #8D383D;
  border-radius: 33px;
}

.content .container h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #8D383D;
  font-weight: bold;
  font-size: 1.38em;
  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/diamond.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin: 0 5px;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(204, 154, 88, 0)), color-stop(20%, #9d2c2a), color-stop(40%, #741211), color-stop(60%, #760f0d), color-stop(80%, #9d2c2a), to(rgba(204, 154, 88, 0)));
  background-image: linear-gradient(to left, rgba(204, 154, 88, 0) 0%, #9d2c2a 20%, #741211 40%, #760f0d 60%, #9d2c2a 80%, rgba(204, 154, 88, 0) 100%);
}

.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: #004aa7;
  text-decoration: underline;
}

.content .container > p > a:hover {
  color: #FF8400;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container ol, .content .container ul {
  margin-left: 2em;
}

.content .container ol li > a, .content .container ul li > a {
  color: #004aa7;
  text-decoration: underline;
}

.content .container ol li > a:hover, .content .container ul li > a:hover {
  color: #FF8400;
}

.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: 2em;
  text-indent: -2em;
}

.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;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style02"] {
  border-radius: 10px;
  background: #333;
}

[data-boxstyle="style02"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style01"] {
  color: #97dbfa;
  line-height: 1.5em;
  outline: 2px dashed #3f535f;
  outline-offset: -12px;
  border-radius: 15px;
  background: #24253f;
}

/*================= 產包 ================= */
.product {
  width: 100%;
  border: 3px solid #ca9796;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  margin: 15px auto;
  padding: 0;
}

.product__title {
  width: 100%;
  background: #ca9796;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.product__title p {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.product__pic {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 425px) {
  .product__pic {
    width: 100%;
  }
}

.product__pic img {
  max-width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 425px) {
  .product__pic img {
    max-width: 250px;
    max-height: 300px;
  }
}

.product__description {
  width: calc(95% - 250px);
  text-align: left;
  padding-left: 20px;
}

@media only screen and (max-width: 812px) {
  .product__description {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 425px) {
  .product__description {
    width: 100%;
  }
}

.product__description p {
  margin-left: 2em;
}

.product__main {
  margin-top: 15px;
  width: 100%;
}

.content__btn div {
  color: #ff8832;
  border-left: 1px solid #b3b3b3;
}

.content__btn div:first-child {
  border-left: none;
}

.content__btn div a:hover, .content__btn div.action a {
  font-weight: bold;
  color: #913114;
  border: 2px solid #ff9f73;
  background-image: #ffc374;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf38), color-stop(20%, #ffaf38), color-stop(40%, #ffc374), color-stop(60%, #ffc374), color-stop(80%, #ffaf38), to(#ffaf38));
  background-image: linear-gradient(to bottom, #ffaf38 0%, #ffaf38 20%, #ffc374 40%, #ffc374 60%, #ffaf38 80%, #ffaf38 100%);
}

.content__btn div a {
  color: #ff6a00;
}

.ribbonBox {
  position: relative;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: -6px;
  right: 60px;
  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;
}

@media only screen and (max-width: 812px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: 30px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 425px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-right: 6px solid transparent;
  right: -6px;
  top: 0;
}

@media only screen and (max-width: 425px) {
  .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: 812px) {
  .ribbon:after {
    border-left: 24px solid #ee583a;
    border-right: 24px solid #ee583a;
  }
}

.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 130px;
  position: absolute;
  top: -2px;
  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: 6em;
  height: 6em;
  position: absolute;
  top: 10px;
  left: calc(50% + 50px);
}

@media only screen and (max-width: 425px) {
  .comment {
    left: calc(50% + 24px);
    width: 4.5em;
    height: 4.5em;
  }
}

.comment:before {
  content: '\f075';
  font-family: "FontAwesome";
  font-size: 6em;
  display: inline-block;
  color: #d31818;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 425px) {
  .comment:before {
    font-size: 4.5em;
  }
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: -.6em;
  left: 0;
  color: #fff;
  font-weight: bold;
  font-size: .95em;
  line-height: 1em;
  letter-spacing: 2px;
}

@media only screen and (max-width: 425px) {
  .comment:after {
    font-size: .85em;
    line-height: 1.125em;
    letter-spacing: 0;
  }
}

.comment-purple:before {
  color: #d858ff;
}

/* ================= item__box ================= */
.item__box {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #9d2c2a;
  border-width: 8px;
}

.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-color: #9d2c2a;
  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: #cd0f0c;
  font-weight: bold;
}

@media only screen and (max-width: 425px) {
  .item__box .item__box-get {
    padding: 0;
  }
}

.item__box .item__box-get .row {
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .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-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px #534141 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: #534141;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
}

.item__box .item__box--02 .item__box-get a {
  color: #0059ff;
  font-weight: normal;
  text-decoration: underline;
}

.item__box-2 {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #9d952a;
  border-width: 8px;
}

.item__box-2 .item__box-title {
  background-color: #9d952a;
}

.item__box-2 .item__box-get {
  text-align: center;
  color: black;
  font-weight: bold;
}

@media only screen and (max-width: 425px) {
  .item__box-2 .item__box-get {
    padding: 0;
  }
}

/*================= table================= */
.table tr th, .table tr td {
  border: 2px solid transparent;
}

.table {
  font-family: "Noto Sans TC", sans-serif, "Microsoft JhengHei", "微軟正黑體", "新細明體";
  font-size: 1em;
  border-collapse: separate;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 7px solid #8e393f;
  background: #e3e3e3;
  /*table-layout: fixed;  均分*/
}

@media only screen and (max-width: 812px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.table-full {
  width: 95%;
  margin: 0 auto;
}

.table tr th {
  color: #fff;
  line-height: 2em;
  background: #8e393f;
}

.table tr td {
  background: #fff;
}

.table tr td.width3 {
  width: 33%;
}

@media only screen and (max-width: 425px) {
  .table tr td.ms-width5-5 {
    width: 25%;
  }
}

.table tr img {
  display: block;
  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: 425px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 425px) {
  .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: 425px) {
  .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: 425px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

.img1-1 {
  position: relative;
  margin-bottom: 3em;
}

@media only screen and (max-width: 812px) {
  .img1-1 {
    margin-bottom: 6em;
  }
}

.img1-1 .box-txt {
  width: 85%;
  position: absolute;
  top: 90%;
  right: 5%;
  background: #2d8034;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-left: 0;
  border: 5px solid white;
  -webkit-box-shadow: 0 0 5px 3px #0f5699;
          box-shadow: 0 0 5px 3px #0f5699;
}

.img1-1 .box-txt:before, .img1-1 .box-txt:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: -40px;
  right: 45%;
}

.img1-1 .box-txt:before {
  border-color: transparent transparent white transparent;
  border-width: 20px;
}

.img1-1 .box-txt:after {
  border-color: transparent transparent #2d8034 transparent;
  border-width: calc(20px - 5px - 1px);
  top: calc(-40px + 10px + 2px);
  right: calc(45% + 5px + 1px);
}

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 #7dc5ff;
  border-radius: 20px;
  color: #2676b8;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac3ff), color-stop(20%, #93cfff), color-stop(40%, #c4e9ff), color-stop(60%, #c4e9ff), color-stop(80%, #93cfff), to(#7ac3ff));
  background-image: linear-gradient(to bottom, #7ac3ff 0%, #93cfff 20%, #c4e9ff 40%, #c4e9ff 60%, #93cfff 80%, #7ac3ff 100%);
  -webkit-box-shadow: 0px 3px 0 #40c3ff;
          box-shadow: 0px 3px 0 #40c3ff;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #db5000;
  font-weight: bold;
  background-color: black;
  border: 1px solid #ffbb00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe600), color-stop(20%, #ffe600), color-stop(40%, #ffe600), color-stop(60%, #ffe600), color-stop(80%, #ffe600), to(#ffe600));
  background-image: linear-gradient(to bottom, #ffe600 0%, #ffe600 20%, #ffe600 40%, #ffe600 60%, #ffe600 80%, #ffe600 100%);
  -webkit-box-shadow: 0px 2px #ffb121,inset 0 2px 2px 2px #ffec45 ,inset 0 -10px 10px 0px #fff7ac;
          box-shadow: 0px 2px #ffb121,inset 0 2px 2px 2px #ffec45 ,inset 0 -10px 10px 0px #fff7ac;
}

ul.tabMain {
  width: 95%;
  margin: 0 auto;
  margin-left: auto !important;
  list-style: none;
  text-align: center;
  background: rgba(0, 110, 255, 0.7);
  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: '※ ';
}

/*回到頂部*/
.gotop {
  margin: 0 auto 10px auto;
  padding-top: 10px;
  border-bottom: 2px dashed #000;
  text-align: center;
}

/* 滑動top選單 */
#top {
  position: absolute;
  right: 0;
  top: -200px;
  cursor: pointer;
  z-index: 9999;
}

/* ================= 說明框 ================= */
.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;
}

/*===================排行榜按鈕===================*/
.content__main__rankBtn {
  position: relative;
  width: 40%;
  min-width: 250px;
  margin: 15px auto 28px auto;
}

.content__main__rankBtn a {
  width: 100%;
  height: 100%;
}

/*一排兩顆*/
.content__main__rankBtnB {
  width: 90%;
  margin: 15px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content__main__rankBtnB a {
  width: 49%;
  min-width: 250px;
  height: 100%;
  float: left;
  margin: 0 5px;
}

.content__main__rankBtnB .content__main__rankBtnB--action {
  background: #3e3e3e !important;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), color-stop(49%, #828282), color-stop(52%, #3d3d3d), to(#828282)) !important;
  background: linear-gradient(top, #a9a9a9 0%, #828282 49%, #3d3d3d 52%, #828282 100%) !important;
}

.content__main__rankBtn a, .content__main__rankBtnB a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 100%;
  cursor: pointer;
  /* 滑鼠手指 */
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fa0;
  padding: 10px 0;
  text-shadow: 1px 1px 3px #000000;
  background: #ffb300;
  /* Old browsers */
  background: #ffaa00;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffaa00), to(#ff5400));
  background: linear-gradient(to bottom, #ffaa00 20%, #ff5400 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content__main__rankBtn a span, .content__main__rankBtnB a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  letter-spacing: 2px;
}

/*================= 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;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  width: 97%;
  padding: 25px 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;
  padding: 5px;
}

.box-compose .box-composeMain > div.symbol {
  background-color: transparent !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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain > div.symbol i {
  font-size: 1.5rem;
}

.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: 1rem;
  }
}

.box-compose .box-composeMain > div img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #75100f;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #f9eddb;
  color: #741211;
}

.box-compose .box-composeMain:nth-child(odd) div.reward {
  background: #eabdf8;
  border: 3px solid #7651b3;
}

.box-compose .box-composeMain:nth-child(odd) div p {
  color: #000;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #545bbe;
}

.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 {
  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: #2676b8;
}

.gotoheader a:hover {
  color: #40c3ff;
}

/* =================滑動選單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(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 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;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-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;
  }
}
