@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: #180109;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

hr {
  border: 0;
  height: 1px;
  background-color: #711705;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 660px;
  position: relative;
}

.header .container .logo {
  width: 324px;
  height: 110px;
  display: block;
}

.header .container .logo {
  position: absolute;
  top: 510px;
  left: 310px;
  z-index: 2;
}

.header .container .logo a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  background: url(../../images/logo.png?20210517) no-repeat;
}

.header .container .slogan {
  width: 463px;
  height: 289px;
  position: absolute;
  top: 72px;
  left: 638px;
  background: url(../../images/slogan01.png?20210517) no-repeat;
}

.header .container .slogan02 {
  width: 429px;
  height: 276px;
  position: absolute;
  top: 78px;
  left: -85px;
  /*animation: bounceInUp 0.5s;*/
  background: url(../../images/slogan02.png?20210517) no-repeat;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: 90%;
  max-width: 960px;
  padding-bottom: 3%;
}

.content .container p {
  font-size: 18px;
  padding: 0 5%;
  line-height: 35px;
}

.content .container ol, .content .container ul {
  margin-left: 5%;
}

.content .container a {
  color: #000dff;
  text-decoration: underline;
}

.content .container img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.content .container h3 {
  font-size: 2.5em;
  font-weight: bold;
  width: 100%;
}

.content .container h3 img {
  display: block;
  max-width: 644px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 812px) {
  .content .container h3 img {
    width: 80%;
  }
}

.content .container h4 {
  position: relative;
  display: block;
  color: #f7ad10;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
}

.content .container 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;
  line-height: 1.2em;
  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__btn {
  width: 100%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 95%;
}

.content__btn li {
  display: inline;
  float: left;
  padding: 0 5px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fffe27;
  position: relative;
  border-left: 1px solid #757575;
  font-weight: bold;
}

.content__btn li a {
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
}

.content__btn li:first-child {
  border-left: none;
}

.content__btn a:hover, .content__btn .content__btn--action {
  height: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 18px;
  color: #4e0000;
  display: block;
  border: 1px solid #ffe52d;
  background: #bb7422;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe083), to(#bb7422));
  background: linear-gradient(to bottom, #ffe083 0%, #bb7422 100%);
}

.content__btn > .large {
  width: 150px !important;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #700009;
}

.table {
  color: #520403;
  border: 5px solid #b8000f;
  width: 90%;
  margin: 0 auto;
}

.table tr th {
  position: relative;
  color: #ffffff;
  background: #b8000f;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #b8000f), to(#700009));
  background: linear-gradient(to bottom, #b8000f 20%, #700009 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.table tr td {
  position: relative;
}

.table img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* =================區塊樣式================= */
.boxA {
  position: relative;
  margin: 0 auto;
  padding: 2% 5%;
  border-radius: 10px;
  width: 90%;
  border: double 6px #ffd001;
  background: #c08735;
  background: -webkit-gradient(linear, left top, left bottom, from(#c2802a), color-stop(49%, #c08735), to(#c2802a));
  background: linear-gradient(to bottom, #c2802a 0%, #c08735 49%, #c2802a 100%);
}

.boxA p {
  color: #000;
  font-size: 95%;
}

.boxA h5 {
  width: 90%;
  display: block;
  font-size: 135%;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px auto;
  color: #fff101;
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 125, 42, 0)), color-stop(20%, #512f06), color-stop(50%, #422705), color-stop(80%, #512f06), to(rgba(193, 125, 42, 0)));
  background: linear-gradient(to right, rgba(193, 125, 42, 0) 0%, #512f06 20%, #422705 50%, #512f06 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%);
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #280000;
  padding: 10px 0 0 20px;
}

[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: #300000;
  border: 1px solid #f6d277;
  background: #c08735;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff5e4), color-stop(49%, #c08735), to(#dba352));
  background: linear-gradient(to bottom, #fff5e4 0%, #c08735 49%, #dba352 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;
}

/* ================= 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: #711705;
  border-width: 5px;
  margin: 0;
  height: 100%;
}

.item__box p {
  font-size: 15px;
  line-height: 25px;
  width: 100%;
}

.item__box p.textTitle {
  color: #444;
  line-height: 1.8em;
}

@media only screen and (max-width: 812px) {
  .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: #FFF;
  background: #711705;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #711705), to(#711705));
  background: linear-gradient(to bottom, #711705 20%, #711705 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-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  margin: 0 auto;
  /*儲值教學頁圖*/
}

.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: #6a0000;
}

.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: #000;
}

.box-compose .box-composeMain p {
  padding: 5px;
  line-height: 25px;
}

.box-compose .box-composeMain p img {
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #eac04c;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #c07c28;
}

.box-compose .show {
  display: block;
}

.box-compose .hide {
  display: none;
}

@media only screen and (max-width: 812px) {
  .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 #711705 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 #ffb900;
  text-align: center;
}

.gotop a {
  color: #fff;
}

/* =================滑動選單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 #ffb900;
}

#float_box #float_box img {
  margin: 0 auto;
}
