@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;
}

b {
  width: 100%;
  display: block;
  text-align: center;
}

img {
  display: block;
}

/*-------------------區塊-------------------*/
.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;
}

.container {
  width: 100%;
  font-size: 110%;
  padding: 0 !important;
  position: relative;
}

.content {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  padding: 10px 0;
  clear: both;
  position: relative;
  z-index: 5;
}

.content__note {
  width: 100%;
  background: #c481c0;
}

.header {
  width: 1024px;
  height: 710px;
  margin: 0 auto;
  position: relative;
}

.header__main {
  position: absolute;
  left: 3%;
  top: 10%;
}

/* =================nav================= */
.nav {
  width: 100%;
  padding-top: 50%;
  z-index: 333;
}

.nav .container {
  width: 100%;
  margin: 0;
}

.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: 208px;
  height: 84px;
  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: -208px;
}

.nav .container .navBtn ul li.navBtn03 a {
  background-position-x: -416px;
}

.nav .container .navBtn ul li.navBtn04 a {
  background-position-x: -624px;
}

.nav .container .navBtn ul li.navBtn05 a {
  background-position-x: -832px;
}

.nav .container .navBtn ul li.navBtn06 a {
  background-position-x: -1040px;
}

.nav .container .navBtn ul li.navBtn07 a {
  background-position-x: -1248px;
}

.nav .container .navBtn ul li.navBtn08 a {
  background-position-x: -1456px;
}

.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/navbtn.png);
  background-position-y: 84px;
}

/* =================購買M幣最好康================= */
.content__btn {
  width: 149px;
  height: 65px;
  position: absolute;
  right: 8%;
  top: 50px;
}

.content__btn a {
  width: 149px;
  height: 65px;
  display: block;
  background: url(../images/btnM.png);
}

/* =================內容區================= */
.content > p {
  font-size: 18px;
  color: #6b4e53;
  padding-left: 50px;
  line-height: 35px;
}

.container h3 {
  padding: 5px 10px;
  color: #943a8e;
  font: 25px/28px "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}

.container h3: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;
}

.container h4 {
  font-size: 21px;
  padding: 5px 10px;
  font-weight: bold;
  color: #ffe301;
}

.container ol, .container ul.left {
  font-size: 18px;
  margin-left: 40px;
  padding-bottom: 20px;
  color: #fff;
}

.container ol li > ul {
  margin-left: 25px;
  list-style-type: square;
}

.container a {
  color: #0818f8;
  text-decoration: underline;
}

.container a:hover {
  color: #ea68a2;
}

.container .imgCenter {
  display: block;
  margin: 0 auto;
}

.container .table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  font: 18px/21px "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container .table--styleA, .container .table--styleB {
  text-align: center;
  border: solid 3px #f0bed6;
  font-size: 16px;
  color: #4d4d4d;
  border-spacing: 3px;
  border-radius: 8px;
  line-height: 40px;
}

.container .table--styleA th, .container .table--styleB th {
  padding: 5px;
  background: #f0bed6;
  text-align: center;
  color: #9a2860;
}

.container .table--styleB td {
  padding: 5px;
}

.container .table--styleA td {
  padding: 5px;
  background: #FFF;
}

.container .table--styleA td.tdA {
  background: #fff2e4;
  color: #483a39;
}

.container .table--styleA td.tdB {
  background: #fb1515;
  font-size: 15px;
  color: #ffff51;
}

.container .table--styleA img, .container .table--styleB img {
  margin: 0 auto;
  display: block;
}

.container .table--styleA img.inline {
  display: inline;
}

.container .table--styleA .swfA {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  display: block;
}

.container .table--styleA td.left {
  text-align: left;
}

.container .table a {
  color: #d66b00;
}

.item-title p {
  color: #ffd62e;
}

.bonus {
  display: block;
  position: absolute;
  left: 76%;
  margin-top: 2%;
  z-index: 4;
  width: 50%;
  max-width: 118px;
}

/*加碼圖檔*/
.raise {
  position: absolute;
  right: -3%;
  top: 34px;
  width: 15%;
}

/*產包按鈕設定*/
.slider__control {
  width: 90%;
  margin: 0 auto;
}

/* ==========禮包區========== */
.slider-wra {
  background: #b867b3 !important;
}

.slider__btn li a {
  background: #ffcea4 !important;
  color: #75002f !important;
}

.slider .slider__list img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* =================回收規則區================= */
.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;
}

/*=================唯舞用：步驟流程=================*/
.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-title {
  background-color: #e8b7cf !important;
}

.item__box {
  border-color: #e8b7cf !important;
}

.item__box-title {
  color: #9a2860 !important;
}

/* =================滑動選單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;
}
