@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: rgb(255, 88, 88);
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  max-width: 100%;
}

ol li,
ul li {
  list-style-type: none;
}

.img-group {
  width: 100%;
  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;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.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;
  text-align: center;
  margin-top: 2em;
}
.gotoheader a {
  display: inline-block;
  color: rgb(254.2, 202.6, 47.8);
}
.gotoheader a:hover {
  color: rgb(254.4942307692, 124.0057692308, 156.6278846154);
}

body {
  background-position: top center;
  background-color: rgb(32, 105, 39) !important;
  overflow-x: hidden;
}

.wrapper {
  width: 100vw;
  height: 100%;
  min-height: 100dvh;
  background-image: url(/Games/FreePlay/Mj/star31/intro/images/bg.jpg?v=20250827);
  background-color: #f5dcbe;
  background-size: 123.75%;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}
@media only screen and (orientation: portrait) {
  .wrapper {
    background-size: 154.6875%;
  }
}
@media only screen and (orientation: landscape) {
  .wrapper {
    background-size: 111.375%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .wrapper {
    background-size: initial;
  }
  .wrapper .content-nav .navBtn .navBtn1, .wrapper .content-nav .navBtn .navBtn2, .wrapper .content-nav .navBtn .navBtn4, .wrapper .content-nav .navBtn .navBtn5 {
    width: 270px !important;
    height: 140px !important;
  }
  .wrapper .content-nav .navBtn .navBtn3 {
    width: 214px !important;
    height: 140px !important;
  }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
  .content-nav .navBtn .navBtn1, .content-nav .navBtn .navBtn2, .content-nav .navBtn .navBtn4, .content-nav .navBtn .navBtn5 {
    width: 126px !important;
    height: 48px !important;
  }
  .content-nav .navBtn .navBtn3 {
    width: 92.4px !important;
    height: 48px !important;
  }
  .content--bottom #btn_teaching a {
    width: 159.3px !important;
    height: 27px !important;
  }
  .content--bottom #btn_bill a {
    width: 159.3px !important;
    height: 27px !important;
  }
}
.header {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (orientation: landscape) {
  .header {
    width: 90vw;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header {
    width: 100%;
  }
}
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 36.25%;
  position: relative;
}
@media only screen and (orientation: portrait) {
  .header .container {
    padding-bottom: 45.3125%;
  }
}
@media only screen and (orientation: landscape) {
  .header .container {
    padding-bottom: 36.25%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  .header .container {
    width: 1600px;
    height: 580px;
    padding-bottom: 0;
  }
}
.header .logo {
  width: 28.375%;
  height: 0;
  padding-bottom: 10.0625%;
  position: absolute;
  top: 68.9655172414%;
  left: 35.625%;
  z-index: 9;
  background: url(/Games/FreePlay/Mj/star31/intro/images/logo.png?v=20250827);
  background-size: 100%;
  -webkit-animation: delay 0.3s, zoomIn 0.3s 0.3s, pulse 1s 1.5s infinite;
          animation: delay 0.3s, zoomIn 0.3s 0.3s, pulse 1s 1.5s infinite;
}
@media only screen and (orientation: portrait) {
  .header .logo {
    width: 35.46875%;
    padding-bottom: 12.578125%;
    left: 32.03125%;
  }
}
.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 35.4625550661%;
  display: block;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
.content-nav {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 10%;
}
.content-nav .container {
  width: 100%;
}
.content-nav .navBtn {
  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;
  gap: 25px;
  padding: 16px 0;
}
@media screen and (min-width: 1280px) {
  .content-nav .navBtn {
    gap: 40px;
  }
}
.content-nav .navBtn li {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.content-nav .navBtn li:hover {
  position: relative;
  top: 1px;
}
.content-nav .navBtn li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .content-nav .navBtn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1389px) {
  .content-nav .navBtn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.content-nav .navBtn .navBtn1 {
  background-image: url(/Games/FreePlay/Mj/star31/intro/images/btn_download.png?v=20250827);
  width: 210px;
  height: 80px;
}
.content-nav .navBtn .navBtn1 form {
  height: 100%;
}
.content-nav .navBtn .navBtn2 {
  background-image: url(/Games/FreePlay/Mj/star31/intro/images/btn_download_APK.png?v=20250827);
  width: 210px;
  height: 80px;
}
.content-nav .navBtn .navBtn3 {
  background-image: url(/Games/FreePlay/Mj/star31/intro/images/btn_gobank.png?v=20250827);
  width: 154px;
  height: 80px;
}
.content-nav .navBtn .navBtn4 {
  background-image: url(/Games/FreePlay/Mj/star31/intro/images/btn_shop.png?v=20250827);
  width: 210px;
  height: 80px;
}
.content-nav .navBtn .navBtn5 {
  background-image: url(/Games/FreePlay/Mj/star31/intro/images/btn_leaderboard.png?v=20250827);
  width: 210px;
  height: 80px;
}

.content--bottom {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 100%;
  bottom: -49px;
  gap: 15px;
}
.content--bottom #btn_teaching a {
  width: 203.55px;
  height: 34.5px;
  position: static !important;
  background-size: 100%;
  z-index: 3;
  display: block;
  background: url(/Games/FreePlay/Mj/star31/intro/images/btn_installation_teaching.png?v=20250827) no-repeat center;
  background-size: 100%;
}
.content--bottom #btn_bill a {
  width: 203.55px;
  height: 34.5px;
  background-size: 100%;
  position: static !important;
  z-index: 4;
  display: block;
  background: url(/Games/FreePlay/Mj/star31/intro/images/btn_bill.png?v=20250827) no-repeat center;
  background-size: 100%;
}

/* ================= 輪播廣告 ================= */
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 200px;
  /*overflow:hidden;*/
  zoom: 1;
}
@media screen and (min-width: 768px) {
  .flexslider {
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .flexslider {
    height: 480px;
  }
}
@media screen and (min-width: 1280px) {
  .flexslider {
    height: 600px;
  }
}

/*滿版底線*/
.header_line_color {
  width: 100%;
  height: 2px;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#2d0757), color-stop(25%, #c19557), color-stop(50%, #ffffff), color-stop(75%, #c19557), to(#2d0757));
  background: linear-gradient(to right, #2d0757 0%, #c19557 25%, #ffffff 50%, #c19557 75%, #2d0757 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d0757", endColorstr="#2d0757",GradientType=1 );
}

/*滿版底線_上方*/
.header_line_top {
  position: absolute;
  bottom: -3px;
}

/*輪播廣告區塊*/
.flexslider .slides li {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

/*廣告敘述區*/
.flexslider .slides .slides_content {
  width: 950px;
  margin: 0 auto;
  display: none;
}

.slides_content .slides_box {
  width: 390px;
  display: block;
  padding-top: 28%;
}

.slides_content .slides_subtitle {
  font-size: 140%;
  line-height: 32px;
  font-weight: bold;
  padding-left: 53px;
  padding-bottom: 8px;
  text-shadow: 0px 0px 3px #000, 0px 1px 3px #000, 1px 0px 3px #000, 0px 2px 3px #000, 2px 0px 3px #000, 0px -1px 3px #000, -1px 0px 3px #000, 0px -2px 3px #000, -2px 0px 3px #000, 1px 1px 3px #000, 2px 2px 3px #000, -1px -1px 3px #000, -2px -2px 3px #000;
}

.slides_content .slides_btn {
  width: 175px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 120%;
  margin: 0 auto;
}

.slides_content .slides_btn a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  border: 2px solid #fff;
}

.slides_content .slides_btn a:hover {
  color: #ff0;
  border: 2px solid #ff0;
}

/*左右箭頭*/
.flex_direction_nav a {
  position: absolute;
  width: 94px;
  height: 94px;
  line-height: 99em;
  overflow: hidden;
  margin: -35px 0 0;
  display: block;
  background: url(/Games/tmd/images/carouselad/ad_ctr.png) no-repeat;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  border-radius: 35px;
}

.flex_direction_nav li {
  list-style-type: none;
}

.flex_direction_nav .flex_next {
  background-position: 0 -95px;
  right: 15px;
  display: none;
}

.flex_direction_nav .flex_prev {
  left: 15px;
  display: none;
}

.flexslider:hover .flex_next,
.flexslider:hover .flex_prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}

.flexslider:hover .flex_next:hover,
.flexslider:hover .flex_prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}

/*下方點點*/
.flex_control_nav {
  width: 100%;
  position: absolute;
  bottom: -34px;
  text-align: center;
  z-index: 10;
}

.flex_control_nav ol {
  display: inline-block;
  padding: 1px 7px;
  margin: 0 auto;
  background: #fdf9f3;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .flex_control_nav ol {
    padding: 1px 3px;
    border-radius: 0 0 15px 15px;
  }
}

.flex_control_nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex_control_paging li a {
  background: url(/Games/tmd/images/carouselad/dots.png) no-repeat 0 -24px;
  display: block;
  overflow: hidden;
  text-indent: -99em;
  height: 11.5px;
  width: 12px;
  background-size: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .flex_control_paging li a {
    height: 23px;
    width: 24px;
  }
}

.flex_control_paging li a.flex_active,
.flex_control_paging li.active a {
  background-position: 0 0;
}

.gameicon {
  width: 100%;
  padding: 0px;
  overflow: auto;
}

.gameicon_bottom_index {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .gameicon_bottom_index {
    display: inherit;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.gameicon_bottom_page {
  margin-bottom: 20px;
}

/*主打遊戲*/
.gameicon_hotgame {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gameicon_hotgame {
    float: left;
  }
}

.gameicon_hotgame_size_index {
  width: 80%;
  padding: 0.2em 0;
}
@media screen and (min-width: 768px) {
  .gameicon_hotgame_size_index {
    width: 38.5%;
    margin-right: 10px;
  }
}

.gameicon_hotgame_size_page {
  width: 48%;
  margin: 0 10px;
}

.gameicon_hotgame_pic {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  cursor: pointer;
}

.gameicon_hotgame_pic_size_index {
  height: 188px;
}
@media screen and (min-width: 390px) {
  .gameicon_hotgame_pic_size_index {
    height: 200px;
  }
}
@media screen and (width: 428px) {
  .gameicon_hotgame_pic_size_index {
    height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .gameicon_hotgame_pic_size_index {
    height: 200px;
  }
}
@media screen and (min-width: 844px) {
  .gameicon_hotgame_pic_size_index {
    height: 215px;
  }
}
@media screen and (width: 926px) {
  .gameicon_hotgame_pic_size_index {
    height: 230px;
  }
}
@media screen and (min-width: 992px) {
  .gameicon_hotgame_pic_size_index {
    height: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .gameicon_hotgame_pic_size_index {
    height: 260px;
  }
}
@media screen and (min-width: 1280px) {
  .gameicon_hotgame_pic_size_index {
    height: 320px;
  }
}

.gameicon_hotgame_pic_size_page {
  height: 325px;
  position: relative;
  cursor: pointer;
}

.gameicon_hotgame_pic ul {
  position: absolute;
  bottom: 7px;
  width: 100%;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 12px 12px;
  padding: 10px;
}

/*一顆按鈕*/
.gameicon_hotgame_pic li {
  list-style: none;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 140%;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 5px;
}

/*兩顆按鈕*/
/*.gameicon_hotgame_pic li { list-style:none; width:50%; text-align:center; float:left; font-size:140%; line-height:45px; font-weight:bold;
        letter-spacing:5px; }
        .gameicon_hotgame_pic li:first-child { border-right:1px solid #666; }*/
/*btn--playNew*/
.gameicon_hotgame_pic .btn--playNow {
  width: 100%;
  height: 19.83%;
  position: absolute;
  top: 75%;
  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;
}

.gameicon_hotgame_pic .btn--playNow a {
  display: block;
  padding: 5px;
  text-align: center;
  width: 250px;
  max-width: 80%;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #ff0000;
  border-radius: 30px;
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  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;
}

.gameicon_hotgame_pic:hover .btn--playNow a {
  -webkit-animation: playNow 1s infinite;
          animation: playNow 1s infinite;
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(239, 18, 22)), to(rgb(113, 18, 12)));
  background-image: linear-gradient(90deg, rgb(239, 18, 22) 0%, rgb(113, 18, 12) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(239, 18, 22) 0%, rgb(113, 18, 12) 100%);
  color: #fff;
}

@-webkit-keyframes playNow {
  0% {
    -webkit-box-shadow: 0 0 0 0 #eb6100;
            box-shadow: 0 0 0 0 #eb6100;
  }
}

@keyframes playNow {
  0% {
    -webkit-box-shadow: 0 0 0 0 #eb6100;
            box-shadow: 0 0 0 0 #eb6100;
  }
}
.gameicon_hotgame_pic li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.gameicon_hotgame_pic li a:hover {
  color: #ff0;
}

/*其他遊戲*/
.area_games {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .area_games {
    width: 100%;
  }
}

.gameicon_other {
  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;
}

@media only screen and (max-width: 813px) {
  .gameicon_other {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gameicon_other_size_page {
  width: 80%;
}

.gameicon_other_pic {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.gameicon_other_pic_size_index {
  height: 134px;
  width: 134px;
  margin: 0.2em 0.3em;
}
@media screen and (min-width: 768px) {
  .gameicon_other_pic_size_index {
    height: 95px;
    width: 95px;
  }
}
@media screen and (min-width: 992px) {
  .gameicon_other_pic_size_index {
    height: 126px;
    width: 126px;
  }
}
@media screen and (min-width: 1280px) {
  .gameicon_other_pic_size_index {
    height: 155px;
    width: 155px;
  }
}

.gameicon_other_pic_size_page {
  height: 168px;
  width: 168px;
  margin: 0.5em 0.8em;
}

.gameicon_other_pic:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  cursor: pointer;
}

/*按鈕*/
.gameicon_other_details {
  white-space: nowrap;
  cursor: text;
  position: absolute;
  list-style-type: none;
  padding: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.gameicon_other_details li {
  color: #fff;
  text-align: center;
  line-height: 12px;
  padding: 0.5em;
}

.gameicon_other_details li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.gameicon_other_details li a:hover {
  color: #ff0;
  border: 1px solid #ff0;
}

/*給js呼叫*/
/*一顆按鈕*/
/*.show .gameicon_other_details { bottom:2em; opacity:1; visibility:visible; }*/
/*兩顆按鈕*/
.show .gameicon_other_details {
  opacity: 1;
  visibility: visible;
  bottom: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*btn--playNew*/
.gameicon_other_pic .btn--playNow-s {
  width: 35px;
  height: 35px;
}

.gameicon_other_pic .btn--playNow-s a {
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #ff0000;
  border-radius: 17.5px;
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 7px;
  right: 7px;
}

.gameicon_other_pic:hover .btn--playNow-s a {
  width: 100px;
  display: block;
  opacity: 1;
  color: #fff;
  border: 2px solid #fff;
}

.gameicon_other_pic .btn--playNow-s a span {
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  display: none;
  opacity: 0;
}

.gameicon_other_pic:hover .btn--playNow-s a span {
  display: inline;
  opacity: 1;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  border-radius: 25px;
}
.content .container {
  width: calc(100% - 16px);
  max-width: 1180px;
  margin: 10px auto 0 auto;
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  .content .container {
    padding: 16px;
  }
}
@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(95% - 16px);
  }
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em auto 0.5em auto;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.content h4 {
  position: relative;
  display: block;
  color: #f7b239;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1.2em - 5px);
  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;
}
@media screen and (min-width: 1280px) {
  .content h4 {
    font-size: 1.2rem;
  }
}
.content h4:before {
  content: "";
  background-image: url("/Games/FreePlay/Mj/star31/intro/images/fireworks.svg?v=20250827");
  background-size: 100%;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin: 0 5px 0 0;
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #dfbb4f;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(223, 187, 79, 0)), color-stop(20%, rgb(234.7692307692, 212.0096153846, 143.7307692308)), color-stop(40%, #dfbb4f), color-stop(60%, #dfbb4f), color-stop(80%, rgb(234.7692307692, 212.0096153846, 143.7307692308)), to(rgba(223, 187, 79, 0)));
  background-image: linear-gradient(to left, rgba(223, 187, 79, 0) 0%, rgb(234.7692307692, 212.0096153846, 143.7307692308) 20%, #dfbb4f 40%, #dfbb4f 60%, rgb(234.7692307692, 212.0096153846, 143.7307692308) 80%, rgba(223, 187, 79, 0) 100%);
  color: rgb(43.1538461538, 34.3269230769, 7.8461538462);
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7cacff;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #7cacff;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

/* ================= 版權宣告 ================= */
.footer {
  background: url(/Games/tmd/intro/images/footer_bg.png) center top;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 1em;
  /*滿版底線_下方*/
  /*選單*/
  /*文字*/
}
.footer_line {
  position: absolute;
  top: 0px;
}
.footer .container {
  padding: 16px 0 0 0;
  width: 100%;
}
.footer_nav {
  width: 100%;
  margin: 0 auto;
}
.footer_nav ul {
  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;
  padding-bottom: 3%;
}
.footer_nav ul li {
  width: 16.6666666667%;
  height: 100%;
  list-style: none;
  display: inline;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}
.footer_nav ul li img {
  display: block;
  width: 100%;
  max-width: 44px;
  margin: 0 auto;
}
.footer_nav ul li:last-child {
  border-right: none;
}
.footer_nav ul li a {
  display: block;
  color: #fff;
  margin: 0 auto;
}
.footer_nav ul li a:hover {
  color: #999;
}
.footer p {
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  margin: 0 auto;
}

/*改變iphone電話號碼顏色樣式*/
a[href^=tel] {
  color: #fff;
}

.footer_secondary {
  width: 100%;
  color: #6a6a6a;
  text-align: center;
  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;
}

.footer_secondary p {
  max-width: 80%;
  font-size: 12px;
  margin: 0;
  color: #6a6a6a;
}

/*級別*/
.footer_secondary .footer_level {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  background: url(/Games/tmd/images/level15.jpg) center center;
  background-size: 100%;
  display: inline-block;
}

/* ================= 導引頁footer ================= */
footer {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 16px 16px 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
}
footer p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
footer ul {
  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;
  row-gap: 8px;
  margin-bottom: 0 !important;
}
footer ul li {
  width: 100%;
  text-align: center;
  line-height: 1.25em;
  margin-left: 1em;
}

.logo_gt {
  width: 100px;
  height: 20px;
  display: inline-block;
  background: url(/Games/tmd/images/logo_gt.png) center center no-repeat;
  background-size: 100%;
}

.logo_gt a {
  width: 100px;
  height: 20px;
  display: block;
}

#confirm-age {
  font: 400 19px/1.25 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-shadow: 0.05em 0.1em 0.1em #000;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.25em);
}
@media (max-width: 1000px) {
  #confirm-age {
    font-size: 4vw !important;
  }
}
#confirm-age p {
  width: 22em;
  text-align: center;
  background: rgba(70, 70, 70, 0.65);
  border-radius: 0.5em;
  padding: 0.5em 0.25em;
  -webkit-box-shadow: 0 0 15px #ffcf2a;
          box-shadow: 0 0 15px #ffcf2a;
}
#confirm-age p img {
  display: block;
  margin: 0.25em auto 0.5em;
  width: 3em;
}
#confirm-age p button {
  font: inherit;
  font-size: larger;
  color: inherit;
  text-shadow: inherit;
  border: 1px solid #000;
  border-radius: 0.25em;
  padding: 0.15em 1em;
  margin: 0.5em 0.25em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25));
  text-shadow: 0 0 0.1em #000, 0 0 0.05em #000;
  cursor: pointer;
}
#confirm-age p button:hover, #confirm-age p button:active {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#confirm-age p label {
  display: table;
  margin: 0.25em auto;
  font-size: smaller;
  line-height: 2;
}
#confirm-age p input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  color: inherit;
  display: inline-block;
  margin: -0.125em 0.25em;
  width: 1em;
  height: 1em;
  border: 0.08em solid currentColor;
}
#confirm-age p input:checked {
  background: linear-gradient(50deg, transparent 45%, currentColor 50%, currentColor 70%, transparent 75%) 20% 80%/30% 50% no-repeat, linear-gradient(310deg, transparent 48%, currentColor 50%, currentColor 65%, transparent 68%) 80% 80%/48% 80% no-repeat;
}

.content__btn {
  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-bottom: 16px;
}
.content__btn div {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  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;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 142px;
  border-radius: 30px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 187.456, 0)), to(#ffe782));
  background: linear-gradient(to top, rgb(232, 187.456, 0) 0%, #ffe782 100%);
  color: rgb(51, 41.208, 0);
}
.content__btn div a {
  width: 142px;
  display: block;
  background: #dfdfdf; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  margin-bottom: 16px;
}
.btnBox a {
  width: auto;
  border: 1px solid rgb(222.5785714286, 166, 255);
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  background-image: #cc73ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(181.7057142857, 53.8, 255)), color-stop(20%, rgb(181.7057142857, 53.8, 255)), color-stop(40%, #cc73ff), color-stop(60%, #cc73ff), color-stop(80%, rgb(181.7057142857, 53.8, 255)), to(rgb(181.7057142857, 53.8, 255)));
  background-image: linear-gradient(to bottom, rgb(181.7057142857, 53.8, 255) 0%, rgb(181.7057142857, 53.8, 255) 20%, #cc73ff 40%, #cc73ff 60%, rgb(181.7057142857, 53.8, 255) 80%, rgb(181.7057142857, 53.8, 255) 100%);
  -webkit-box-shadow: 0px 3px 3px hsl(278.1428571429, 150%, 42.5490196078%);
          box-shadow: 0px 3px 3px hsl(278.1428571429, 150%, 42.5490196078%);
  color: #fff;
}
.btnBox a:hover {
  border: 1px solid rgb(255, 191.4285714286, 166);
  background-image: #ff9b73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 111.2857142857, 53.8)), color-stop(20%, rgb(255, 111.2857142857, 53.8)), color-stop(40%, #ff9b73), color-stop(60%, #ff9b73), color-stop(80%, rgb(255, 111.2857142857, 53.8)), to(rgb(255, 111.2857142857, 53.8)));
  background-image: linear-gradient(to bottom, rgb(255, 111.2857142857, 53.8) 0%, rgb(255, 111.2857142857, 53.8) 20%, #ff9b73 40%, #ff9b73 60%, rgb(255, 111.2857142857, 53.8) 80%, rgb(255, 111.2857142857, 53.8) 100%);
  -webkit-box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px rgb(255, 184.1428571429, 155.8), inset 0 -8px 8px 0px rgb(255, 213.2857142857, 196.6);
          box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px rgb(255, 184.1428571429, 155.8), inset 0 -8px 8px 0px rgb(255, 213.2857142857, 196.6);
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #dfbb4f;
  margin: 0 auto;
  margin-bottom: 16px;
}
.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 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(212.3846153846, 168.9423076923, 38.6153846154)), color-stop(20%, #dfbb4f), color-stop(80%, #dfbb4f), to(rgb(212.3846153846, 168.9423076923, 38.6153846154)));
  background: linear-gradient(to right, rgb(212.3846153846, 168.9423076923, 38.6153846154) 0%, #dfbb4f 20%, #dfbb4f 80%, rgb(212.3846153846, 168.9423076923, 38.6153846154) 100%);
  color: rgb(86.3076923077, 68.6538461538, 15.6923076923);
}
.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box .item__box-img {
  border-radius: 0;
}
.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}
.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-text {
  text-align: left;
}
.item__box .item__box--02 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(199.8346153846, 162.6673076923, 51.1653846154)), to(rgb(212.6, 181.8, 89.4)));
  background: linear-gradient(to top, rgb(199.8346153846, 162.6673076923, 51.1653846154) 0%, rgb(212.6, 181.8, 89.4) 100%);
  border: 0;
  border-radius: 0;
  height: 100%;
}
.item__box .item__box--02 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(212.3846153846, 168.9423076923, 38.6153846154)), color-stop(20%, #dfbb4f), color-stop(80%, #dfbb4f), to(rgb(212.3846153846, 168.9423076923, 38.6153846154)));
  background: linear-gradient(to right, rgb(212.3846153846, 168.9423076923, 38.6153846154) 0%, #dfbb4f 20%, #dfbb4f 80%, rgb(212.3846153846, 168.9423076923, 38.6153846154) 100%);
  color: rgb(86.3076923077, 68.6538461538, 15.6923076923);
}

/*================= table================= */
.table tr td, .table tr th {
  border: 1px solid #f3d16b;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #f3d16b;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(216.7230769231, 173.6615384615, 44.4769230769)), to(#dfbb4f));
  background: linear-gradient(to top, rgb(216.7230769231, 173.6615384615, 44.4769230769) 0%, #dfbb4f 100%);
  color: rgb(86.3076923077, 68.6538461538, 15.6923076923);
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  /*單格變色*/
}
.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

/* ================= 說明框 ================= */
.explanation {
  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;
}
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 2px #dfbb4f;
          box-shadow: 0px 0px 8px 2px #dfbb4f;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(228.8846153846, 199.5048076923, 111.3653846154)), to(rgb(217.1153846154, 174.4951923077, 46.6346153846)));
  background: linear-gradient(to top, rgb(228.8846153846, 199.5048076923, 111.3653846154) 0%, rgb(217.1153846154, 174.4951923077, 46.6346153846) 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 45deg;
  color: 59.2156862745%;
  color: rgb(86.3076923077, 68.6538461538, 15.6923076923);
}
.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}
.explanation .symbol {
  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;
}
.explanation .symbol i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: rgb(110.5, 68, 17);
}
@media screen and (min-width: 992px) {
  .explanation .symbol i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}
.card-notice {
  color: #988a5e;
  line-height: 1.5em;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3d16b), to(#fbe49f));
  background: linear-gradient(to top, #f3d16b 0%, #fbe49f 100%);
}
.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}
.card-notice2 h4 {
  color: #f0c2ff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.card-notice2 h4::before {
  content: inherit;
}
.card-notice2 .f-danger {
  color: #ffb9b9;
}
.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}
.card-notice2 p {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}

/*================= tableNote =================*/
.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;
  z-index: 1;
}
.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);
}

.ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute;
  text-align: center;
  padding: 0;
  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;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}
.ribbon p {
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}
.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}
.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .ribbon:after {
    border-left: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 30px);
  }
}
.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #ff0000;
}
.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}
.comment-purple:before {
  color: #d858ff;
}
.comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}
.comment01::before {
  font-size: 7.5em;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeTitle p {
  background-color: #ff5757;
  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;
  margin-bottom: 0;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.box-compose .box-composeMain-block {
  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;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}
.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.box-compose .box-composeMain:nth-child(even) {
  background-color: #ad75e2;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9d89f8;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .symbol {
  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;
  color: rgba(0, 0, 0, 0.35);
}
.box-compose .symbol i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}
.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

ul.tabBtn {
  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;
  list-style-type: none;
  margin-bottom: 0;
}
ul.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid rgb(160.8, 102, 255);
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: rgb(78.4, 0, 204);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(129.4, 51, 255)), color-stop(20%, rgb(129.4, 51, 255)), color-stop(40%, rgb(78.4, 0, 204)), color-stop(60%, rgb(78.4, 0, 204)), color-stop(80%, rgb(129.4, 51, 255)), to(rgb(129.4, 51, 255)));
  background-image: linear-gradient(to bottom, rgb(129.4, 51, 255) 0%, rgb(129.4, 51, 255) 20%, rgb(78.4, 0, 204) 40%, rgb(78.4, 0, 204) 60%, rgb(129.4, 51, 255) 80%, rgb(129.4, 51, 255) 100%);
  -webkit-box-shadow: 0px 3px 3px rgb(29.4, 0, 76.5);
          box-shadow: 0px 3px 3px rgb(29.4, 0, 76.5);
  color: #fff;
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: rgb(255, 95.8, 95.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 14.2, 14.2)), color-stop(20%, rgb(255, 14.2, 14.2)), color-stop(40%, rgb(255, 95.8, 95.8)), color-stop(60%, rgb(255, 95.8, 95.8)), color-stop(80%, rgb(255, 14.2, 14.2)), to(rgb(255, 14.2, 14.2)));
  background-image: linear-gradient(to bottom, rgb(255, 14.2, 14.2) 0%, rgb(255, 14.2, 14.2) 20%, rgb(255, 95.8, 95.8) 40%, rgb(255, 95.8, 95.8) 60%, rgb(255, 14.2, 14.2) 80%, rgb(255, 14.2, 14.2) 100%);
  -webkit-box-shadow: 0px 2px rgb(233.5, 0, 0), inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px rgb(255, 116.2, 116.2);
          box-shadow: 0px 2px rgb(233.5, 0, 0), inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px rgb(255, 116.2, 116.2);
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px;
}
.tabMain.active {
  display: block;
}