@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
body {
  background-color: #1F0E45;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
}

hr {
  border: 0;
  height: 1px;
  background-color: #a00000;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header > .container {
  width: 1280px;
  height: 693px;
  position: relative;
}

.header > .container .slogan {
  width: 832px;
  height: 313px;
  position: absolute;
  top: 157px;
  left: 394px;
  background: url(../../images/slogan.png);
}

.header > .container .logo {
  width: 200px;
  height: 133px;
  position: absolute;
  top: 25px;
  left: 698px;
  background-image: url(../../images/logo.png) !important;
}

.header > .container .logo a {
  display: block;
  width: 200px;
  height: 133px;
}

.header > .container .slogan, .header > .container .logo {
  background-repeat: no-repeat;
  background-size: 100% !important;
}

.nav {
  margin: 0 auto;
  width: 100%;
  height: 171px;
  top: 470px;
  position: absolute;
  z-index: 1;
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav .container {
  width: 834 px;
  margin: 0 auto;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .container .navBtn {
  width: 100%;
}

.nav .container .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  margin-bottom: 5px;
  width: 278px;
  height: 171px;
  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.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -278px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -556px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png?20210322);
}

.nav .container .navBtn ul li a {
  width: 278px;
  height: 171px;
  display: block;
  background-image: url(../../images/navBtn.png?20210322);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  background-image: url(../../images/bg-repeat.png);
  background-position: center;
  background-repeat: repeat-y;
  background-position-y: 3px;
  background-size: 100%;
  /*title*/
}

.content > .container {
  width: 90%;
  max-width: 1000px;
}

.content > .container ul.tabMain > li {
  display: none;
}

.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%;
  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 {
  padding: 20px;
  line-height: 30px;
}

.content > .container ol.left a {
  color: #EA00FF;
}

.content > .container ol.left a:hover {
  color: #005AFF;
}

.content p {
  font-size: 18px;
  padding: 0 5%;
  line-height: 35px;
}

.content a {
  text-decoration: underline;
  color: #ff5d1d;
}

.content a:hover {
  color: yellow;
}

.content > img {
  margin: 0 auto;
  width: 90%;
  max-width: 100%;
  display: block;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  padding-bottom: 50px;
}

.content h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #FE9721;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
  width: 150px;
  background-color: #000;
  line-height: 2em;
}

.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 h5 {
  padding: .8em;
  text-align: center;
  color: #fff;
  font-size: 1em;
  background: #EBB21D;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FF8C0000), color-stop(20%, #5333c2), color-stop(50%, #5333c2), color-stop(80%, #5333c2), to(#FF8C0000));
  background: transparent linear-gradient(90deg, #FF8C0000 0%, #5333c2 20%, #5333c2 50%, #5333c2 80%, #FF8C0000 100%);
}

.content h5 span {
  font-weight: bold;
  width: 100%;
  letter-spacing: 1.6px;
}

.content h5 > div {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff6b4;
  background: #fff6b49e;
  margin-top: 2%;
  color: #000;
  border-radius: 10px;
}

.content h5 > div > table {
  padding: 20px;
}

.content h6 {
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.content h6 span {
  padding: 5px 15px;
  background: #be0000;
  color: #fff;
  border-radius: 10px;
}

.content h6 img {
  max-width: 100%;
}

.content .ImgStyleC {
  width: 16%;
}

/*超商連結*/
.shopBtn {
  width: 70%;
  margin: 0 auto;
  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;
}

.shopBtn li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  display: block;
  width: 33%;
  margin: 0px;
}

.shopBtn li img {
  max-width: 100%;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #5333c2;
}

.table {
  color: #000;
  border: 5px solid #5333c2;
  width: 90%;
  margin: 0 auto;
}

.table tr th {
  color: #000;
  background: #fda0ff;
}

.table img {
  max-width: 100%;
}

.page01 {
  position: absolute;
  top: 15px;
  width: 15%;
  right: 2%;
}

/* =================區塊樣式================= */
.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(#5d39c6), color-stop(20%, #5d39c6), color-stop(80%, #5d39c6), to(#5d39c6));
  background: linear-gradient(to right, #5d39c6 0%, #5d39c6 20%, #5d39c6 80%, #5d39c6 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;
}

/* =================.box-compose================= */
.box-compose {
  position: relative;
  width: 90%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  margin: 0 auto;
  background: #dd9f2f;
}

.box-compose img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose p {
  padding: 0;
}

.box-compose .box-composeMain {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
  background: none !important;
}

.box-compose .box-composeMain > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #fff;
}

.box-compose .box-composeMain > div p {
  padding: 5px;
  line-height: 25px;
}

.box-compose .box-composeMain .fa {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #bc4d12;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #3f0303;
}

.box-compose .txt-compose {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  background: #13697F;
  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: #4e1407;
  background: none;
}

.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%;
}

.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 .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;
}

.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;
}

.box-compose .slider-wra {
  padding: 5px 0;
  background: #3e0110;
  width: 100%;
  display: block;
  color: #fff653;
  margin: 0;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: bold;
}

.box-compose .show {
  display: block !important;
}

.box-compose .hide {
  display: none !important;
}

@media only screen and (max-width: 569px) {
  .box-compose .hide-xs {
    display: none !important;
  }
  .box-compose .show-xs {
    display: block !important;
  }
}

/*===================排行榜按鈕===================*/
.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 {
  width: 90%;
  margin: 15px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content__main__rankBtnB a {
  width: 49%;
  min-width: 250px;
  height: 100%;
  float: left;
  margin: 0 5px;
}

.content__main__rankBtnB .content__main__rankBtnB--action {
  background: #3e3e3e !important;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), color-stop(49%, #828282), color-stop(52%, #3d3d3d), to(#828282)) !important;
  background: linear-gradient(top, #a9a9a9 0%, #828282 49%, #3d3d3d 52%, #828282 100%) !important;
}

.content__main__rankBtn a, .content__main__rankBtnB a {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 100%;
  cursor: pointer;
  /* 滑鼠手指 */
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 0;
  text-shadow: 1px 1px 3px #000000;
  background: #ffb300;
  /* Old browsers */
  background: #ffaa00;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffaa00), to(#ff5400));
  background: linear-gradient(to bottom, #ffaa00 20%, #ff5400 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content__main__rankBtn a span, .content__main__rankBtnB 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: #000;
  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: #5d39c6;
  border-width: 5px;
}

.item__box p {
  font-size: 15px;
  line-height: 20px;
}

@media only screen and (max-width: 845px) {
  .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: #000;
  background: #fda0ff;
}

.item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box-get {
  text-align: center;
  color: #d50000;
  margin-top: 5px;
  font-weight: bold;
}

.item__box-text {
  text-align: left;
}

/*=================轉運喜萊包=================*/
.giftContent {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#880000));
  background: linear-gradient(to bottom, #e60000 0%, #880000 100%);
  padding: 15px !important;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.giftContent img {
  max-width: 100%;
}

/* ================= ribbon=================*/
.ribbon {
  width: 100%;
  position: relative;
  color: #fff799;
}

.ribbonTop {
  width: 100px;
  padding: 10px;
  position: absolute;
  top: -8px;
  right: 15px;
  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%);
}

@media only screen and (max-width: 569px) {
  .ribbonTop {
    width: 66px;
  }
}

@media only screen and (max-width: 415px) {
  .ribbonTop {
    width: 40px;
    right: -10px;
  }
}

.ribbonTop p {
  color: #fff799;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
}

@media only screen and (max-width: 569px) {
  .ribbonTop p {
    font-size: 1em;
  }
}

.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;
}

@media only screen and (max-width: 569px) {
  .ribbonTop:after {
    border-left: 33px solid #a40000;
    border-right: 33px solid #a40000;
  }
}

@media only screen and (max-width: 415px) {
  .ribbonTop:after {
    bottom: -18px;
    border-left: 20px solid #a40000;
    border-right: 20px solid #a40000;
    border-bottom: 20px solid transparent;
  }
}

/* =================圖片控制================= */
.full {
  max-width: 100%;
}

.half {
  width: 50%;
  max-width: 100px !important;
}

.eighth {
  width: 80%;
  max-width: 200px !important;
}

.imgCenter {
  display: block;
  margin: 0 auto;
}

/*回到頂部*/
.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;
}

/*灰階濾鏡*/
.grayscale {
  -webkit-filter: grayscale(1);
}

/* =================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;
}
