@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
body {
  background-color: #c0dfbd;
}

.wrapper {
  background: url(../images/index_01.jpg) top center no-repeat;
}

.wrapper > .content {
  background: url(../images/bottom.png) bottom no-repeat;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header > .container {
  width: 1024px;
  height: 966px;
  position: relative;
}

.header > .container .main, .header > .container .slogan, .header > .container .logo, .header > .container .btn_overweight {
  position: absolute;
  background-repeat: no-repeat;
}

.header > .container .slogan {
  width: 958px;
  height: 211px;
  top: 603px;
  left: 35px;
  background-image: url(../images/slogan.png);
}

.header > .container .main {
  width: 955px;
  height: 160px;
  top: 445px;
  left: 34px;
  background-image: url(../images/main.png);
}

.header > .container .logo, .header > .container .logo a {
  width: 332px;
  height: 130px;
  display: block;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
}

.header > .container .logo {
  top: 15px;
  left: 39px;
}

.header > .container .logoBtn {
  width: 150px;
  height: 30px;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 5%;
}

.header > .container .logoBtn a {
  position: relative;
  width: 150px;
  height: auto;
  display: block;
  border: 1px solid #fff;
  border-radius: 15px;
  background: rgba(33, 30, 72, 0.5);
  color: #fff;
  text-align: center;
  word-spacing: .15em;
  padding: 3px 0;
}

.header > .container .logoBtn a:hover {
  top: 2px;
}

.header > .container .btn_overweight, .header > .container .btn_overweight a {
  width: 206px;
  height: 191px;
  display: block;
  background: url(../images/btn_overweight.png) no-repeat;
  background-size: 100%;
}

.header > .container .btn_overweight {
  top: 772px;
  left: 723px;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  padding-bottom: 1%;
}

.nav .container {
  width: 1000px;
}

.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: 250px;
  height: 141px;
  margin: 5px 0;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}

.nav .container .navBtn ul li.btn01 a {
  background-position-x: 0px;
}

.nav .container .navBtn ul li.btn02 a {
  background-position-x: -250px;
}

.nav .container .navBtn ul li.btn03 a {
  background-position-x: -500px;
}

.nav .container .navBtn ul li.btn04 a {
  background-position-x: -750px;
}

.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: 141px;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 2%;
  /*title*/
}

.content > .container {
  width: 90%;
  max-width: 980px;
  padding: 2%;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.45);
  border: solid 7px #f6d15b;
  -webkit-box-shadow: 0px 0px 25px #000 inset;
          box-shadow: 0px 0px 25px #000 inset;
}

.content > .container ol.left, .content > .container ul.left {
  padding: 20px;
  margin-left: 5%;
  line-height: 36px;
  font-size: 18px;
  color: white;
}

.content > .container ol.left a {
  color: yellow;
}

.content .event_border > p {
  color: white;
  font-size: 18px;
  padding: 0 5%;
  line-height: 35px;
}

.content .fontsize15 {
  font-size: 15px;
}

.content a {
  text-decoration: underline;
  color: red;
}

.content a:hover {
  color: #f6d15b;
}

.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: #f6d15b;
  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 {
  font-size: 1.3em;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.content h5 span {
  padding: 12px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  background: #de6f1a;
  background: -webkit-gradient(linear, left top, right top, from(#120b2000), color-stop(37%, #de6f1a), color-stop(65%, #de6f1a), to(#120b2000));
  background: linear-gradient(to right, #120b2000 0%, #de6f1a 37%, #de6f1a 65%, #120b2000 100%);
  width: 100%;
}

.content h6 {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
}

.content h6 span {
  padding: 15px;
  background: #be0000;
  border-radius: 10px;
  width: 100%;
  display: block;
}

.content h6 img {
  max-width: 100%;
}

/*超商連結*/
.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%;
}

/* =================分頁按鈕樣式================= */
.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: 110%;
}

.content__btn li {
  display: inline;
  float: left;
  padding: 0 5px;
  width: 250px;
  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--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 #dc6d19;
}

.table {
  color: #544010;
  border: 5px solid #de6f1a;
  width: 90%;
  margin: 0 auto;
}

.table tr th {
  color: #f2dc3e;
  background: #de6f1a;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #de6f1a), to(#bb4c12));
  background: linear-gradient(to bottom, #de6f1a 20%, #bb4c12 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.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;
}

/* =================.box-compose================= */
.box-compose {
  position: relative;
  width: 90%;
  border: solid 3px #a00000;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  margin: 0 auto;
  background: #f0af00;
}

.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;
}

.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: #e79c24;
}

.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;
  }
}

/*=================累積消費區=================*/
/*登入_按鈕*/
.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: #964105;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8800), color-stop(49%, #964105), to(#3f1805));
  background: linear-gradient(to bottom, #ff8800 0%, #964105 49%, #3f1805 100%);
}

/*尚未登入區域*/
.enter_word {
  width: 90%;
  font-size: 140%;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  margin: 10px auto;
  border-radius: 10px;
  border: 3px solid #de6f1a;
  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;
}

/*===================排行榜按鈕===================*/
.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: #ff5400;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc00), to(#ff5400));
  background: linear-gradient(to bottom, #fffc00 0%, #ff5400 100%);
}

.content__main__rankBtn a span, .content__main__rankBtnB a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  letter-spacing: 2px;
}

/*標籤*/
.iconbox {
  position: relative;
  width: 100%;
}

.iconbox .icon_tit01 {
  position: absolute;
  width: 199px;
  height: 107px;
  display: block;
  z-index: 99;
}

.iconbox .icon_tit01 {
  margin-left: -11%;
  margin-top: -2%;
  background-image: url(../images/icon_tit01.png);
  background-repeat: no-repeat;
}

.gift_ready img, .gift_action img, .gift_complete img {
  max-width: 266px;
  width: 48%;
  display: block;
  margin: 0 auto;
}

/* ================= 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: none;
  border-color: #de6f1a;
  border-width: 5px;
  margin: 0;
  background-color: #fff;
}

.item__box p {
  font-size: 15px;
  line-height: 24px;
}

.item__box-img {
  margin: 10px;
  height: 103px;
}

.item__box-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-color: #de6f1a;
  margin: 5px 0;
}

.item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box-title2 {
  width: 97%;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #9e246b;
  border-radius: 5px 5px 0 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.item__box-get {
  text-align: center;
  color: #ff0000;
  margin-top: 5px;
  font-weight: bold;
}

.item__box-text {
  text-align: left;
}

.item__box-btn, .item__box .undone {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}

.item__box-btn a, .item__box .undone a {
  width: 100%;
  border-radius: 10px;
  display: block;
  padding: 5px 0;
  font-size: 90%;
  cursor: pointer;
  /* 滑鼠手指 */
  text-decoration: none;
  line-height: 25px;
  color: #fff;
}

.item__box-btn a {
  background: #de6f1a;
}

.item__box-btn a:hover {
  background: #c33e00;
}

.item__box .undone a {
  background: #333;
}

.item__box > .explanation {
  line-height: 24px;
  margin: 0;
}

/* =================彈跳視窗================= */
.box_windows {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_windows .box_container.record {
  display: none;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.2em;
  overflow: hidden;
  width: 80%;
  max-width: 800px;
}

.box_windows .box_container.record h3 {
  font-size: 1.2em;
  line-height: 2em;
  color: #ffb244;
}

.box_windows .box_container.record ol {
  padding-left: 1.5em;
}

.box_windows .box_container.record .box_container_page {
  display: block;
  margin: 0 auto;
}

.box_windows .box_container.record .box_container_page .gift_action img {
  width: 70%;
  max-width: 336px;
}

.box_windows .box_container {
  position: absolute;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}

.box_windows .box_container_text {
  color: #fff;
}

.box_windows a.btn_x {
  position: absolute;
  display: block;
  top: 3.75%;
  right: 1.7%;
  width: 3.2em;
  height: 3.2em;
  background-image: url(../images/btn_x.png?20191120);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 20;
}

.go_in {
  display: block;
  opacity: 1;
}

.go_out {
  display: none;
  opacity: 0;
}

/* ================= ribbon=================*/
.ribbon {
  width: 100%;
  position: relative;
  color: #fff799;
}

.ribbonTop {
  width: 100px;
  padding: 10px;
  position: absolute;
  top: -13px;
  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;
  }
}

.ribbonTop p {
  color: #fff799;
  font-size: 1.3em;
  line-height: 1.125em;
  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;
  }
}

/*圖片設定*/
.ImgStyleA {
  max-width: 104px !important;
}

.ImgStyleB {
  width: 80%;
  max-width: 290px !important;
}

.ImgStyleC {
  width: 16% !important;
}

.full {
  max-width: 100%;
}

.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;
}

/* =================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;
}
