@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.wrapper {
  background-image: url(../images/indexBg.jpg);
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  color: #471f00;
  font-size: 18px;
}

hr {
  border: 0;
  height: 1px;
  background-color: #d4d4d4;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 704px;
  position: relative;
}

.header .container .main {
  position: absolute;
  background-repeat: no-repeat;
}

.header .container .logo {
  width: 307px;
  height: 99px;
  display: block;
}

.header .container .logo {
  position: absolute;
  top: 100px;
  left: 250px;
  z-index: 9;
}

.header .container .logo a {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  background: url(../images/logo.png);
}

.header .main {
  width: 970px;
  height: 329px;
  top: 452px;
  left: 151px;
  background-image: url("../images/slogan.png");
}

/* ================= 頁面選單 ================= */
.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: 1041px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .container .navBtn {
  position: relative;
  width: 100%;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 337pxpx;
  height: 111pxpx;
  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.navBtn01 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn02 a {
  background-position-x: -337px !important;
}

.nav .container .navBtn ul li.navBtn03 a {
  background-position-x: -674px !important;
}

.nav .container .navBtn ul li.navBtn04 a {
  background-position-x: -1011px !important;
}

.nav .container .navBtn ul li.navBtn05 a {
  background-position-x: -1348px !important;
}

.nav .container .navBtn ul li.navBtn06 a {
  background-position-x: -1685px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../images/navBtn_action.png);
}

.nav .container .navBtn ul li a {
  width: 337px;
  height: 111px;
  display: block;
  background-image: url(../images/navBtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  /*title*/
  /*加碼圖檔*/
}

.content > .container {
  max-width: 1000px;
  background: #fff;
  padding: 2%;
  border-radius: 20px;
  border: solid 8px #ff0800;
}

.content > .container ol.left, .content > .container ul.left {
  font-size: 18px;
  padding: 20px;
  margin-left: 5%;
  line-height: 35px;
  color: #471f00;
}

.content p {
  line-height: 35px;
  margin-left: 5%;
}

.content > img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  margin-top: -8%;
}

.content h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #ff3a2f;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
}

.content h4:before {
  content: '';
  background-image: url(../images/crown.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: -8px 3px;
}

.content .container > h5 {
  font-size: 1.3em;
  line-height: 1em;
  color: #fffb1a;
  padding: .8em;
  text-align: center;
  background-image: #ff0800;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 8, 0, 0)), color-stop(20%, #ff0800), color-stop(40%, #ff0800), color-stop(60%, #ff0800), color-stop(80%, #ff0800), to(rgba(255, 8, 0, 0)));
  background-image: linear-gradient(to left, rgba(255, 8, 0, 0) 0%, #ff0800 20%, #ff0800 40%, #ff0800 60%, #ff0800 80%, rgba(255, 8, 0, 0) 100%);
}

.content .raise {
  position: absolute;
  right: 1%;
  top: 0;
  width: 15%;
}

/* =================分頁按鈕樣式================= */
.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: #400;
  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 #ff0800;
}

.table {
  color: #3f2407;
  border: 5px solid #ff0800;
  width: 90%;
  margin: 0 auto;
}

.table tr th {
  position: relative;
  color: #f2dc3e;
  background: #560300;
}

.table tr td {
  position: relative;
}

.table img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.table-full {
  width: 100%;
}

/* =================區塊樣式================= */
.boxA {
  position: relative;
  margin: 0 auto;
  background-color: #a12c2c;
  padding: 10px;
  border-radius: 10px;
}

.boxA p {
  font-size: 95%;
  color: #fff;
}

.boxA h5 {
  width: 90%;
  display: block;
  font-size: 135%;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  margin: 15px auto 0px auto;
  color: #fffb1a;
  background-image: #560300;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(86, 3, 0, 0)), color-stop(20%, #560300), color-stop(40%, #560300), color-stop(60%, #560300), color-stop(80%, #560300), to(rgba(86, 3, 0, 0)));
  background-image: linear-gradient(to left, rgba(86, 3, 0, 0) 0%, #560300 20%, #560300 40%, #560300 60%, #560300 80%, rgba(86, 3, 0, 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: #fff;
  border: 1px solid #fff;
  text-shadow: 1px 1px 3px #000000;
  background: #fffc00;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#a60003), to(#560300));
  background: linear-gradient(to bottom, #a60003 0%, #560300 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;
}

/*加碼 新賽制文字*/
span.burst {
  display: block;
  background: #d10019;
  width: 26px;
  height: 26px;
  position: absolute;
  text-align: center;
  left: -10px;
  top: -10px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

span.burst:before, span.burst:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background: #d10019;
  font-size: 12px;
}

span.burst:before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

span.burst:after {
  content: "加碼";
  line-height: 27px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

/* ================= 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: #ff0800;
  border-width: 5px;
  margin: 0;
}

.item__box p {
  font-size: 15px;
  line-height: 20px;
}

@media only screen and (max-width: 812px) {
  .item__box p {
    font-size: 13px;
  }
}

.item__box-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: #ff0800;
}

.item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box-get {
  text-align: center;
  color: #665424;
  margin-top: 5px;
  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: #560300;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #7a1915;
}

.box-compose .box-composeMain p {
  padding: 5px;
  line-height: 25px;
}

.box-compose .box-composeMain p img {
  display: block;
  margin: 0 auto;
}

.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;
}

.bgblock {
  background-color: #000;
}

/* =================圖片控制================= */
.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 #fff 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;
}

/* 滑動top選單 */
#top {
  position: absolute;
  right: 0;
  top: -200px;
  cursor: pointer;
  z-index: 9999;
}

/* =================滑動選單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;
}
