@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
body {
  background-color: #211638;
}

.wrapper {
  background-image: url(../images/indaxbg.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: 860px;
  position: relative;
}

.header .container .slogan {
  width: 650px;
  height: 199px;
  position: absolute;
  top: 362px;
  left: 254px;
  background: url(../images/slogan2.png);
}

.header .container .main {
  width: 638px;
  height: 316px;
  position: absolute;
  top: 98px;
  left: 258px;
  background: url(../images/slogan1.png);
  z-index: 2;
}

.header .container .logo {
  width: 196px;
  height: 136px;
  position: absolute;
  top: 262px;
  left: 58px;
  background-image: url(../images/logo.png) !important;
}

.header .container .logo a {
  display: block;
  width: 196px;
  height: 136px;
}

.header .container .slogan, .header .container .main, .header .container .logo {
  background-repeat: no-repeat;
  background-size: 100% !important;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  /*title*/
}

.content > .container {
  width: 90%;
  max-width: 1000px;
  padding: 2%;
  border-radius: 20px;
}

.content > .container ol.left, .content > .container ul.left {
  padding: 20px;
  margin-left: 5%;
  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: yellow;
}

.content a:hover {
  color: #1dff3c;
}

.content > img {
  margin: 0 auto;
  width: 90%;
  max-width: 100%;
  display: block;
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #69D1FD;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
}

.content h4:before {
  content: '';
  background-image: url(../images/icon.png);
  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%, #FF8C00), color-stop(20%, #FF8C00), color-stop(50%, #FF1C00), color-stop(80%, #FF8B00), color-stop(80%, #FF8C00FC), to(#FF8C0000));
  background: transparent linear-gradient(90deg, #FF8C0000 0%, #FF8C00 20%, #FF8C00 20%, #FF1C00 50%, #FF8B00 80%, #FF8C00FC 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;
}

/* =================對話框CSS================= */
.box-txt {
  position: absolute;
  display: inline-block;
  width: 150px;
  top: -50%;
  right: -15%;
  color: #f00;
  padding: 5% 4.5%;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3em;
}

.triangle {
  display: block;
  height: 0px;
  width: 0px;
  border: 10px solid transparent;
  border-color: #fff transparent transparent #fff;
  position: absolute;
  bottom: -20px;
  left: 30px;
  border-width: 15px 10px 15px 10px;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #FF4800;
}

.table {
  color: #544010;
  border: 5px solid #FF4800;
  width: 90%;
  margin: 0 auto;
}

.table tr th {
  color: #fff;
  background: #FF4800;
}

.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(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 {
  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: #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;
}

/* ================= 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: #FF4800;
  border-width: 5px;
}

.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: #FF4800;
}

.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;
}

/*=================轉運喜萊包=================*/
.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;
}
