@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
body {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  letter-spacing: 0.1em;
}

.wrapper {
  background-image: url(../../images/indexbg.jpg);
  background-color: #380404;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

hr {
  border: 0;
  height: 1px;
  background-color: #711705;
}

.f-lg {
  font-size: 1.4em !important;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 759px;
  position: relative;
}

.header .container .logo {
  width: 373px;
  height: 120px;
  display: block;
}

.header .container .logo {
  position: absolute;
  top: 330px;
  left: 425px;
  background-size: 100%;
  background: url(../../images/logo.png) no-repeat;
}

.header .container .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.header .container .slogan {
  width: 970px;
  height: 295px;
  position: absolute;
  top: 455px;
  left: 145px;
  -webkit-animation: delay 0.3s, heartBeat .7s 0.3s, pulse 1.2s 1.5s infinite;
          animation: delay 0.3s, heartBeat .7s 0.3s, pulse 1.2s 1.5s infinite;
  background-image: url(../../images/slogan.png?20210119);
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-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);
  }
}

@-webkit-keyframes bounce {
  0%, 70%, 83%, 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);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  78%, 80% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) scaleY(1.1);
            transform: translate3d(0, -10px, 0) scaleY(1.1);
  }
  88% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
            transform: translate3d(0, -5px, 0) scaleY(1.05);
  }
  93% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
  }
  95% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.02);
            transform: translate3d(0, 0, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 70%, 83%, 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);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  78%, 80% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) scaleY(1.1);
            transform: translate3d(0, -10px, 0) scaleY(1.1);
  }
  88% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0) scaleY(1.05);
            transform: translate3d(0, -5px, 0) scaleY(1.05);
  }
  93% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
  }
  95% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.02);
            transform: translate3d(0, 0, 0) scaleY(1.02);
  }
}

/* ================= 頁面選單 ================= */
.nav {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav .container {
  width: 855px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 275pxpx;
  height: 80pxpx;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .container .navBtn ul li.btn01 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.btn02 a {
  background-position-x: -275px !important;
}

.nav .container .navBtn ul li.btn03 a {
  background-position-x: -550px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png?20210119);
}

.nav .container .navBtn ul li a {
  width: 275px;
  height: 80px;
  display: block;
  background-image: url(../../images/navBtn.png?20210119);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  /*title*/
}

.content > .container {
  width: 90%;
  padding: 2%;
  border: 5px #FFD800 solid;
  border-radius: 10px;
  background: #650000;
}

.content > .container > p {
  font-size: 18px;
  padding: 0 5%;
  line-height: 35px;
}

.content > .container ul.tabMain > li {
  display: none;
  background: #dcc396;
  padding: 2%;
  border-radius: 10px;
}

.content > .container ul.tabMain h5 {
  font-size: 1.8em;
  color: #fffb1a;
  padding: .8em;
  text-align: center;
  background-image: #711705;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(113, 23, 5, 0)), color-stop(20%, #711705), color-stop(40%, #711705), color-stop(60%, #711705), color-stop(80%, #711705), to(rgba(113, 23, 5, 0)));
  background-image: linear-gradient(to left, rgba(113, 23, 5, 0) 0%, #711705 20%, #711705 40%, #711705 60%, #711705 80%, rgba(113, 23, 5, 0) 100%);
}

.content > .container ul.tabMain p {
  clear: both;
  margin-left: 2em;
  line-height: 32px;
}

.content > .container 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;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  border-radius: 20px;
}

.content > .container ul.tabBtn li {
  width: 30%;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ccc), to(#7F7F7F));
  background: linear-gradient(to bottom, #ccc 20%, #7F7F7F 100%);
  color: #333;
  font-weight: bold;
}

.content > .container ul.tabBtn li:hover, .content > .container 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;
}

.content > .container ol.left, .content > .container ul.left {
  font-size: 18px;
  padding: 20px;
  margin-left: 5%;
  line-height: 35px;
}

.content a {
  color: #ff91ee;
  text-decoration: underline;
}

.content > img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.content h3 {
  font-size: 2.5em;
  font-weight: bold;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 738px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 927px) {
  .content h3 img {
    width: 80%;
  }
}

.content h4 {
  position: relative;
  display: block;
  color: #09f8fe;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
}

.content h4:before {
  content: '';
  background-image: url(../../images/icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: -8px 3px;
}

.content .container > h5 {
  font-size: 1.8em;
  color: #fffb1a;
  padding: .8em;
  text-align: center;
  background-image: #711705;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(113, 23, 5, 0)), color-stop(20%, #711705), color-stop(40%, #711705), color-stop(60%, #711705), color-stop(80%, #711705), to(rgba(113, 23, 5, 0)));
  background-image: linear-gradient(to left, rgba(113, 23, 5, 0) 0%, #711705 20%, #711705 40%, #711705 60%, #711705 80%, rgba(113, 23, 5, 0) 100%);
}

/* =================time樣式================= */
.countdownHolder {
  z-index: 999;
}

/*  時間倒數區塊 */
.countdownHolder {
  font: 33px/1.5 'Open Sans Condensed',sans-serif !important;
}

@media only screen and (max-width: 668px) {
  .countdownHolder {
    font: 26px/1.5 'Open Sans Condensed',sans-serif !important;
    left: 13%;
  }
}

@media only screen and (max-width: 415px) {
  .countdownHolder {
    font: 17px/1.5 'Open Sans Condensed',sans-serif !important;
    left: 10%;
  }
}

/*=================游標樣式=================*/
.btn_finger {
  cursor: pointer;
}

/*================= table================= */
.table tr th {
  border: 1px solid #711705 !important;
}

.table {
  color: #711705 !important;
  border: none !important;
  width: 100%;
  font-size: 1em !important;
  margin: 0 auto;
}

.table tr th {
  position: relative;
  color: #000 !important;
  background: #ffd800 !important;
}

.table tr td {
  position: relative;
  border: 1px solid #711705 !important;
}

.table tr td .btn_get {
  background: brown;
  display: block;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
  border-radius: 20px;
}

.table img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* =================區塊樣式================= */
.boxA {
  position: relative;
  margin: 0 auto;
  background-color: #381e04;
  padding: 10px;
  border-radius: 10px;
}

.boxA p {
  font-size: 95%;
}

.boxA h5 {
  width: 90%;
  display: block;
  font-size: 135%;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto 0px auto;
  color: #ff0000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 125, 42, 0)), color-stop(20%, #c17d2a), color-stop(50%, #fff787), color-stop(80%, #c17d2a), to(rgba(193, 125, 42, 0)));
  background: linear-gradient(to right, rgba(193, 125, 42, 0) 0%, #c17d2a 20%, #fff787 50%, #c17d2a 80%, rgba(193, 125, 42, 0) 100%);
}

.boxA--size {
  width: 90%;
  padding: 10px;
  margin: 10px auto;
  line-height: 26px;
  border-radius: 20px;
}

.boxA--color {
  border: 4px solid #dcdcdc;
  color: #000;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), color-stop(20%, #f6f6f6), color-stop(80%, #f6f6f6), to(#cccccc));
  background: linear-gradient(to bottom, #cccccc 0%, #f6f6f6 20%, #f6f6f6 80%, #cccccc 100%);
}

/*================= 內容區塊獨立樣式設定 =================*/
.box .f-fun {
  color: #0317c1;
}

[data-boxstyle="style01"] {
  padding: 15px 15px 20px 15px;
  color: #97dbfa;
  line-height: 1.5em;
  outline: 4px dashed #faecb4;
  outline-offset: -15px;
  border-radius: 15px;
  background: #d6993c;
  padding: 5%;
  margin: 1%;
}

[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  text-align: left;
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #5dabb9;
}

/*===================排行榜按鈕===================*/
.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 {
  position: relative;
  width: 90%;
  margin: 15px auto 40px auto;
  overflow: auto;
}

.content__main__rankBtnB a {
  width: 48%;
  height: 100%;
  float: left;
  margin: 0 5px;
}

/*一排三顆*/
.content__main__rankBtnC {
  position: relative;
  width: 90%;
  margin: 25px auto 40px auto;
  overflow: auto;
}

.content__main__rankBtnC a {
  width: 31%;
  height: 100%;
  float: left;
  margin: 0 5px;
}

.content__main__rankBtn a, .content__main__rankBtnB a, .content__main__rankBtnC a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  margin: 5px;
  font-weight: bold;
  font-size: 120%;
  cursor: pointer;
  /* 滑鼠手指 */
  text-decoration: none;
  line-height: 32px;
  border-radius: 50px;
  color: #fff;
  border: 3px solid #ffca4f;
  text-shadow: 1px 1px 3px #000000;
  -webkit-box-shadow: 0px 2px 4px #333;
          box-shadow: 0px 2px 4px #333;
  background: #fffc00;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#dda447), color-stop(49%, #9d6405), color-stop(50%, #ac6b00), to(#d59d40));
  background: linear-gradient(to bottom, #dda447 0%, #9d6405 49%, #ac6b00 50%, #d59d40 100%);
}

.content__main__rankBtn a span, .content__main__rankBtnB a span, .content__main__rankBtnC a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  letter-spacing: 2px;
}

/*加碼圖檔*/
.raise {
  position: absolute;
  right: 1%;
  top: 0;
  width: 15%;
}

/*加碼 新賽制文字*/
span.burst {
  display: block;
  background: #d10019;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  left: 90%;
  top: -10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

span.burst:before, span.burst:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: #d10019;
  font-size: 15px;
}

span.burst:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

span.burst:after {
  content: "加碼";
  line-height: 40px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* ================= 網格系統 ================= */
.col {
  margin: 1% 0.5%;
}

/* ================= item__box ================= */
.itemtitle {
  width: 97%;
  margin: 0 auto;
  background-color: #9e246b;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box {
  background-color: #fff;
  border-color: #d89d3e;
  border-width: 5px;
  margin: 0;
  height: 100%;
}

.item__box p {
  font-size: 15px;
  line-height: 25px;
  width: 100%;
}

.item__box p.textTitle {
  color: #88131d;
  line-height: 1.8em;
}

@media only screen and (max-width: 927px) {
  .item__box p {
    font-size: 13px;
  }
}

.item__box p-img img {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box-title {
  color: #000;
  background: #edbe67;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #edbe67), to(#d89d3e));
  background: linear-gradient(to bottom, #edbe67 20%, #d89d3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box-get {
  text-align: center;
  color: #ff2828;
  font-weight: bold;
}

.item__box-text {
  text-align: left;
}

/* =================.box-compose================= */
.box-compose {
  width: 90%;
  /*border:solid 3px #fff;*/
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  margin: 0 auto;
  /*background:hsla(55, 92%, 90%, 0.61);*/
  /*儲值教學頁圖*/
}

.box-compose > img {
  display: block;
  margin-top: 10px;
}

.box-compose p {
  padding: 0;
}

.box-compose .txt-compose {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  background: #3bafdd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3bafdd), to(#13697f));
  background-image: linear-gradient(to bottom, #3bafdd 0%, #13697f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bafdd', endColorstr='#13697f',GradientType=0 );
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.box-compose .txt-compose.styleA {
  color: #fff653;
  background: #4b3f32;
  border: 1px solid #4b3f32;
}

.box-compose .box-composeMain {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.box-compose .box-composeMain .fa {
  color: #e79c24;
}

.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;
  color: #ffb744;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #50220a;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #380404;
}

.box-compose .box-composeMain p {
  padding: 5px;
  line-height: 13px;
  text-align: center;
  display: block;
}

.box-compose .box-composeMain p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .show {
  display: block !important;
}

.box-compose .hide {
  display: none !important;
}

@media screen and (max-width: 737px) {
  .box-compose .hide-xs {
    display: none !important;
  }
  .box-compose .show-xs {
    display: block !important;
  }
}

.box-compose ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5px auto;
}

.box-compose ul li {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  border: 2px solid #fff;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}

.box-compose ul li p {
  color: #0b0e30;
  margin: 0;
}

.box-compose ul li.material {
  width: 49%;
  position: relative;
}

.box-compose ul li.material-M {
  width: 100%;
}

.box-compose ul li.symbol {
  width: 7.5%;
}

.box-compose ul li.symbol p {
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: bolder;
  color: #d20a0a;
}

.box-compose ul li.symbol p:before {
  content: ' ';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.box-compose .probability {
  width: 100%;
  color: #fffb52;
  border: 2px solid #9c549b;
  background: #a65daf;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
  font-weight: bold;
  font-size: 1.1em;
}

.materialB {
  height: 104px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-wra {
  padding: 5px 0;
  background: #4b3f32;
  width: 100%;
  display: block;
  color: #fff653;
  margin: 0;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: bold;
}

/* =================圖片控制================= */
.half {
  width: 50%;
  max-width: 150px !important;
}

.eighth {
  width: 80%;
  max-width: 200px !important;
}

.full {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 10px;
  border: 4px #ffd800 solid;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
}

/*回到頂部*/
.gotop {
  margin: 0 auto 10px auto;
  padding-top: 10px;
  border-bottom: 2px dashed #000;
  text-align: center;
}

.gotop a {
  color: #fff;
}

/* 滑動top選單 */
#top {
  position: absolute;
  right: 0;
  top: -200px;
  cursor: pointer;
  z-index: 9999;
}

.line {
  border-bottom: 2px dashed #000;
}

/* =================滑動選單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;
}

/* =================RWD區塊顯示控制================= */
.RwdPcData {
  border: 10px double #ff6600;
  background: url(/Action/images/DataPcTitle.png) right top no-repeat;
}

.RwdMobileData {
  border: 10px double #008080;
  background: url(/Action/images/DataMobileTitle.png) right top no-repeat;
}

.RwdIngameData {
  border: 10px double #3b5998;
  background: url(/Action/images/DataInGameTitle.png) right top no-repeat;
}

/* =================表格裡使用的顯示加碼================= */
.ribbonTop {
  width: 100px;
  padding: 15px 0;
  position: absolute;
  top: -9px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #a40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#a40000));
  background: linear-gradient(to bottom, #e60012 0%, #a40000 100%);
}

.ribbonTop-right {
  right: 3px;
}

.ribbonTop p {
  color: #fff799;
  font-size: 20px;
  line-height: 25px;
}

.ribbonTop:before, .ribbonTop:after {
  content: "";
  position: absolute;
}

.ribbonTop:before {
  height: 0;
  width: 0;
  right: -7.5px;
  top: 0.1px;
  border-bottom: 8px solid #8e0000;
  border-right: 8px solid transparent;
}

.ribbonTop:after {
  height: 0;
  width: 0;
  bottom: -24.5px;
  left: 0;
  border-left: 50px solid #a40000;
  border-right: 50px solid #a40000;
  border-bottom: 25px solid transparent;
}

/*--pop--*/
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 3;
  position: absolute !important;
}

.popup.action {
  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;
}

@media only screen and (max-width: 376px) {
  .popup {
    height: 180vmin;
  }
}

.results {
  width: 75%;
  max-width: 1280px;
  height: 80%;
  padding: 1% 1.5%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  position: relative;
  display: none;
  border: 5px solid #930944;
}

.results.action {
  display: block;
}

.results .container {
  overflow: auto;
  height: 100%;
}

.results p {
  margin: 0;
  margin-left: 4%;
  line-height: 1.3em;
}

.closeBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #930944;
  border-radius: 25px;
  text-align: center;
  top: -20px;
  right: -20px;
}

.closeBtn::before {
  content: '\f00d ';
  font-family: fontAwesome;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}

/*-------ingame顯示--------*/
.ingame_show {
  display: block;
  width: 100%;
}

.ingame_pic_show {
  display: none;
}

@media only screen and (max-width: 927px) {
  .ingame_show {
    display: none;
    width: 100%;
  }
  .ingame_pic_show {
    display: block;
  }
}

#ingame_view > .wrapper {
  background-image: none;
  background-color: #650000;
}

/*-------ingame使用--------*/
.wrapper .center .box_content .ibonus_all .left .number {
  font-size: 3.8em !important;
}

.wrapper .center .box_content .ibonus_all .left .time {
  top: 4% !important;
  font-size: .8em !important;
}

.wrapper .center .box_content .ibonus_all .right_notime .time {
  font-size: 1.3em !important;
}

.wrapper .center .box_content .ibonus_all .right .time {
  font-size: 1.3em !important;
}
