@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.wrapper {
  background-image: url(../images/index_01.jpg), url(../images/index_02.gif);
  color: #fff;
  background-color: #2c2320;
  background-position: top center, center;
  background-repeat: no-repeat, repeat-y;
}

hr {
  border: 0;
  height: 1px;
  background-color: #d4d4d4;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1024px;
  height: 780px;
  position: relative;
}

.header .container .slogan {
  width: 754px;
  height: 682px;
  position: absolute;
  top: 28px;
  left: 0px;
  background: url(../images/main.png);
  background-repeat: no-repeat;
}

.header .container .logo a {
  width: 199px;
  height: 139px;
  display: block;
}

.header .container .logo {
  position: absolute;
  top: 7%;
  right: 23%;
  z-index: 999;
}

.header .container .logo a {
  display: block;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  padding-bottom: 1%;
}

.nav .container {
  width: 1024px;
}

.nav .container .navBtn {
  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 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;
}

.nav .container .navBtn ul li {
  width: 184px;
  height: 250px;
  margin-left: 10px;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}

.nav .container .navBtn ul li.navBtn01 a {
  background-position-x: 0px;
}

.nav .container .navBtn ul li.navBtn02 a {
  background-position-x: -184px;
}

.nav .container .navBtn ul li.navBtn03 a {
  background-position-x: -368px;
}

.nav .container .navBtn ul li.navBtn04 a {
  background-position-x: -552px;
}

.nav .container .navBtn ul li.navBtn05 a {
  background-position-x: -736px;
}

.nav .container .navBtn ul li.action a, .nav .container .navBtn ul li a:hover {
  background-position-y: 0 !important;
}

.nav .container .navBtn ul li a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: url(../images/nav.png);
  background-position-y: 250px;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  /*title*/
}

.content > .container {
  width: 90%;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.56);
  padding: 2%;
  border-radius: 10px;
  border: dashed 4px #df7c01;
}

.content > .container ol.left, .content > .container ul.left {
  padding: 20px;
  margin-left: 5%;
  line-height: 30px;
  font-size: 18px;
}

.content > .container ol.left a {
  color: yellow;
}

.content p {
  font-size: 18px;
  padding: 0 5%;
  line-height: 35px;
}

.content .event_border > img {
  margin: 0 auto;
  width: 90%;
  max-width: 100%;
  display: block;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #fa921f;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
}

.content h4:before {
  content: '';
  background-image: url(../images/h4_icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: -8px 3px;
}

.content h5 {
  text-align: center;
}

.content h5 img {
  max-width: 100%;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #df7c01;
}

.table {
  color: #544010;
  border: 5px solid #df7c01;
  width: 90%;
  margin: 0 auto;
}

.table tr th {
  color: #eaff83;
  background: #df7c01;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #df7c01), to(#7c1919));
  background: linear-gradient(to bottom, #df7c01 20%, #7c1919 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.table img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.page01 {
  position: absolute;
  top: 0;
  left: 30%;
  width: 20%;
}

/* =================區塊樣式================= */
.boxA {
  position: relative;
  margin: 0 auto;
}

.boxA ol li {
  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: #fff000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 140, 10, 0)), color-stop(20%, #3d3125), color-stop(80%, #3d3125), to(rgba(0, 140, 10, 0)));
  background: linear-gradient(to right, rgba(0, 140, 10, 0) 0%, #3d3125 20%, #3d3125 80%, rgba(0, 140, 10, 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 {
  padding: 25px;
  display: inline-block;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #5dabb9;
}

[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: 31.5%;
  height: 100%;
  float: left;
  margin: 0 5px;
}

.content__main__rankBtn a, .content__main__rankBtnB a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 120%;
  cursor: pointer;
  /* 滑鼠手指 */
  text-decoration: none;
  line-height: 32px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 0;
  text-shadow: 1px 1px 3px #000000;
  background: #fffc00;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc00), color-stop(49%, #ff5400), color-stop(52%, #631c00), to(#ff5400));
  background: linear-gradient(to bottom, #fffc00 0%, #ff5400 49%, #631c00 52%, #ff5400 100%);
}

.content__main__rankBtn a span, .content__main__rankBtnB a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  letter-spacing: 2px;
}

/*超商連結*/
.shopBtn {
  width: 90%;
  height: 170px;
  margin: 0 auto;
}

.shopBtn li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  display: block;
  float: left;
  width: 25%;
  margin: 0px;
  *margin-left: 0px;
  /*IE7*/
}

.shopBtn li img {
  max-width: 100%;
}

/* =================.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 h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #df7c01;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(77, 64, 51, 0)), color-stop(20%, #df7c01), color-stop(#df7c01), to(rgba(77, 64, 51, 0)));
  background-image: linear-gradient(to left, rgba(77, 64, 51, 0) 0%, #df7c01 20%, #df7c01, rgba(77, 64, 51, 0) 100%);
}

.box-compose img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .ImgStyleB {
  padding-top: 3%;
}

.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: #f2dc3e;
}

.box-compose .box-composeMain .bg {
  background: #fff;
  color: #d01294;
}

.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: #fff;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #8e009e;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #e661a0;
}

.box-compose .box-compose .box-composeMain div p {
  padding: 5px;
  line-height: 25px;
}

.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;
}

/*=================累積消費區=================*/
/*登入_按鈕*/
.exchange_btn a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 90%;
  width: 100%;
  cursor: pointer;
  /* 滑鼠手指 */
  text-decoration: none;
  line-height: 25px;
  border-radius: 10px;
  color: #fff;
  padding: 10px 0;
  margin: 5px auto;
  text-shadow: 1px 1px 3px #000000;
  background: #fffc00;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc00), color-stop(50%, #ff5400), to(#631c00));
  background: linear-gradient(to bottom, #fffc00 0%, #ff5400 50%, #631c00 100%);
}

.exchange_btn a:hover {
  text-decoration: none;
  background: #ff0000;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(49%, #3f0000), color-stop(49%, #3f0000), color-stop(50%, #160001), to(#480000));
  background: linear-gradient(to bottom, #ff0000 0%, #3f0000 49%, #3f0000 49%, #160001 50%, #480000 100%);
}

/*尚未登入區域*/
.enter_word {
  width: 90%;
  font-size: 140%;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  margin: 10px auto;
  border-radius: 10px;
  border: 1px solid #a0a1b5;
  clear: both;
  background: #3d3125;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#3d3125), to(#1f150b));
  background: linear-gradient(to bottom, #3d3125 0%, #1f150b 100%);
}

/*活動結束區域*/
.action_end {
  width: 90%;
  font-size: 140%;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  margin: 10px auto;
  border-radius: 10px;
  background: #4c4c4c;
  clear: both;
}

/* =================圖片控制================= */
.full {
  max-width: 100%;
}

.half {
  width: 50%;
  max-width: 100px !important;
}

.eighth {
  width: 80%;
  max-width: 200px !important;
}

/*回到頂部*/
.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;
}

/*教學文字設定*/
.txt-strong--item {
  color: #FC3;
  margin-top: 20px;
  font-weight: bold;
}

/*InGame設定*/
.box_already p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

/* =================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;
}
