@charset "UTF-8";
/* CSS Document */
/*-------------全區塊設定-------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  noFocusLine: expression(this.onFocus=this.blur());
}

/* For Firefox */
:focus {
  -moz-outline-style: none;
}

/*-------------------區塊-------------------*/
.wrapper {
  background-image: url(../../images/index_01.jpg), url(../../images/index_02.gif);
  background-color: #ffe6ed;
  background-position: top center, center;
  background-repeat: no-repeat, repeat-y;
}

.header .container {
  width: 1280px;
  height: 535px;
  margin: 0 auto;
  position: relative;
}

.header .container .header__main {
  position: absolute;
  left: 110px;
  top: 0;
}

.header .container .logo, .header .container .logo a {
  width: 181px;
  height: 63px;
}

.header .container .logo {
  position: absolute;
  top: 130px;
  left: 436px;
}

.header .container .logo a {
  display: block;
  background: url(../../images/logo.png);
}

/* =================nav================= */
.nav {
  width: 100%;
  z-index: 333;
}

.nav .container {
  width: 1280px;
  margin: 0 auto 33px auto;
}

.nav .container .navBtn {
  width: 1037.5px;
  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: 207.5px;
  height: 84px;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -207.5px;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -415px;
}

.nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -622.5px;
}

.nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -830px;
}

.nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -1037.5px;
}

.nav .container .navBtn ul li.navBtn7 a {
  background-position-x: -1245px;
}

.nav .container .navBtn ul li.navBtn8 a {
  background-position-x: -1452.5px;
}

.nav .container .navBtn ul li.navBtn9 a {
  background-position-x: -1660px;
}

.nav .container .navBtn ul li.navBtn10 a {
  background-position-x: -1867.5px;
}

.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: 207.5px;
  height: 100%;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: url(../../images/navbtn.png);
  background-position-y: 84px;
}

/* =================內容區================= */
.content {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.content .container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  /* =================購買M幣最好康================= */
}

.content .container .content__btn {
  width: 149px;
  height: 65px;
  position: absolute;
  right: 8%;
  top: 25px;
}

.content .container .content__btn a {
  width: 149px;
  height: 65px;
  display: block;
  background: url(../../images/btnM.png);
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
  text-indent: -99999;
  margin-top: 25px;
}

.content .container > h3 img {
  display: block;
  max-width: 395px;
  width: 70%;
  margin: 0 auto;
}

.content .container > p {
  font-size: 18px;
  color: #6b4e53;
  padding-left: 50px;
  line-height: 35px;
}

.content .container h4 {
  font-size: 1.25em;
  padding: 5px 10px;
  color: #943a8e;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}

.content .container 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 .container h5 {
  font-size: 1.2em;
  padding: .6em;
  font-weight: bold;
  color: #fff4f7;
  text-align: center;
  background-image: #b883e1;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(136, 82, 166, 0)), color-stop(20%, #8852a6), color-stop(40%, #b883e1), color-stop(60%, #b883e1), color-stop(80%, #8852a6), to(rgba(136, 82, 166, 0)));
  background-image: linear-gradient(to left, rgba(136, 82, 166, 0) 0%, #8852a6 20%, #b883e1 40%, #b883e1 60%, #8852a6 80%, rgba(136, 82, 166, 0) 100%);
}

.content .container h6 {
  width: 80%;
  margin: 0 auto;
  font-size: 1.1em;
  padding: 10px 10px;
  text-align: center;
  color: #58350c;
  background-image: #ffc252;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 194, 82, 0)), color-stop(20%, #ffc252), color-stop(40%, #ffc252), color-stop(60%, #ffc252), color-stop(80%, #ffc252), to(rgba(255, 194, 82, 0)));
  background-image: linear-gradient(to left, rgba(255, 194, 82, 0) 0%, #ffc252 20%, #ffc252 40%, #ffc252 60%, #ffc252 80%, rgba(255, 194, 82, 0) 100%);
}

.content .container > ol,
.content .container > ul {
  font-size: 18px;
  margin-left: 3em;
  padding-bottom: 30px;
}

.content .container > ol a,
.content .container > ul a {
  color: #0818f8;
}

.content .container > ol a:hover,
.content .container > ul a:hover {
  color: #ea68a2;
}

.content .container > a {
  color: #0818f8;
}

.content .container > a:hover {
  color: #ea68a2;
}

.table tr th, .table tr td {
  border: 1px solid transparent;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #4d4d4d;
  border: solid 3px #f0bed6;
  background: #975b00;
  margin-top: 10px;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: #f0bed6;
  color: #9a2860;
}

.table tr td {
  background: #fff2e4;
  color: #483a39;
}

.table tr td img {
  display: block;
  margin: 0 auto;
}

.table tr td a {
  color: #d66b00;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f7e788;
}

.item-title p {
  color: #ffd62e;
}

.bonus {
  display: block;
  position: absolute;
  left: 76%;
  margin-top: 2%;
  z-index: 4;
  width: 50%;
  max-width: 118px;
}

/*產包按鈕設定*/
.slider__control {
  width: 90%;
  margin: 0 auto;
}

/*================= 禮包 ================= */
.slider-wra {
  width: 820px;
  background: #b867b3;
}

.slider-wra .slider {
  width: 820px;
  height: 540px;
}

.slider-wra .slider ul.slider__list {
  width: 4920px;
}

.slider-wra .slider ul.slider__list li {
  width: 820px;
  height: 540px;
}

.slider-wra .slider ul.slider__list li img {
  width: 820px;
  height: 540px;
}

.slider-wra .slider__btn ul li a {
  color: #75002f;
  background: #ffcea4;
  border: 3px solid #f493b5;
  border-radius: 25px;
  padding: 10px 15px;
}

.slider-wra .slider__btn ul li a:hover {
  color: #ffcea4;
  background: #75002f;
  border: 3px solid #f493b5;
}

/* =================回收規則區================= */
.content__box {
  width: 100%;
  padding: 15px;
  margin: 10px auto;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #f0bed6;
  opacity: 0.9;
}

.content__box > h3 {
  padding-bottom: 10px;
}

.content__box > p {
  font-size: 16px;
  font-weight: bold;
  color: #5a1646;
  padding-bottom: 15px;
  margin-left: 3em;
}

.content__box > ol {
  padding-bottom: 20px;
  margin-left: 60px;
  font-size: 18px;
  color: #575e87;
}

.content__box .dotted {
  border-top: 3px #ffbfa3 solid;
  height: 2px;
  overflow: hidden;
}

.text-orange {
  color: #861a00 !important;
}

/*================= tableNote =================*/
.tableNote_label {
  top: -30px;
  right: 30px;
  width: 108px;
  height: 108px;
  background-image: url(../../images/certificate-shape.svg);
  background-size: 100%;
}

.tableNote_label::after {
  color: #fff799;
  white-space: pre-line;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #482900;
  border: 3px solid #e2adc2;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#fcdadd));
  background: linear-gradient(to bottom, #FFFFFF 20%, #fcdadd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #ffc8df;
  background-image: #d191ac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db719d), color-stop(20%, #db719d), color-stop(40%, #d191ac), color-stop(60%, #d191ac), color-stop(80%, #db719d), to(#db719d));
  background-image: linear-gradient(to bottom, #db719d 0%, #db719d 20%, #d191ac 40%, #d191ac 60%, #db719d 80%, #db719d 100%);
  -webkit-box-shadow: 0px 3px 3px #8b4763;
          box-shadow: 0px 3px 3px #8b4763;
}

.btnBox a:hover {
  -webkit-box-shadow: 0px 2px #df8bae,inset 0 2px 2px 2px #ebafc8 ,inset 0 -10px 10px 0px #ebafc8;
          box-shadow: 0px 2px #df8bae,inset 0 2px 2px 2px #ebafc8 ,inset 0 -10px 10px 0px #ebafc8;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 30px;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #8f82bc;
}

[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fdd0d9;
  outline-offset: -12px;
  border-radius: 15px;
  background: #d76198;
}

/*=================唯舞用：步驟流程=================*/
.step {
  margin: 0  auto;
  width: 90%;
}

.step ul {
  padding: 0;
}

.step li {
  display: inline-block;
  padding: 12px;
  width: 29%;
  margin-right: 25px;
  color: #7f277a;
  border-radius: 10px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  text-align: center;
  border: 3px #b867b3 solid;
  background: #f2f2f2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0%, #f2f2f2), color-stop(99%, #fff6f3));
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 0%, #fff6f3 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.step li > img {
  border-radius: 5px;
}

.step li:before {
  content: '►';
  color: #b867b3;
  font-size: 1.5em;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.step li:last-child:before {
  content: '';
}

/*獎項區*/
.item__box {
  border-color: #e8b7cf;
}

.item__box-title {
  background-color: #e8b7cf;
  color: #9a2860;
}

.item__box-get {
  color: #ff0000;
  font-size: 0.95em;
}

/* =================滑動選單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 img {
  margin: 0 auto;
}
