@charset "UTF-8";
/*●●●● 活動客製化CSS在最下方 ●●●●●*/
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 1.6em;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.wrapper {
  /*background-image:url();*/
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #e2d7d9;
  background-color: #0270ca;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 43.75%;
  position: relative;
}

.header .headerBg {
  width: 100%;
  height: 0;
  padding-bottom: 43.75%;
  background-image: url(../../images/indexBg.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.header .logo {
  width: 11.51042%;
  height: 0;
  padding-bottom: 3.75%;
  position: absolute;
  top: 3.57143%;
  left: 70.3125%;
  z-index: 999;
}

.header .logo a {
  width: 100%;
  height: 0;
  text-indent: -99999px;
  padding-bottom: 32.57919%;
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .slogan {
  width: 27.70833%;
  height: 0;
  padding-bottom: 10.78125%;
  position: absolute;
  top: 10.71429%;
  left: 33.28125%;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .role {
  width: 32.70833%;
  height: 0;
  padding-bottom: 32.44792%;
  position: absolute;
  top: 12.7381%;
  left: 56.92708%;
  background-image: url(../../images/role.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .card {
  width: 51.5625%;
  height: 0;
  padding-bottom: 11.71875%;
  position: absolute;
  top: 64.88095%;
  left: 26.66667%;
  background-image: url(../../images/card.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* ================= 動態 ================= */
/*slogan動態順序*/
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/*role動態順序*/
.roleAnimation {
  -webkit-animation: delay 0.5s, rubberBand 0.5s 0.5s;
          animation: delay 0.5s, rubberBand 0.5s 0.5s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.delay {
  -webkit-animation-name: delay;
          animation-name: delay;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.rubberBand {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }
  30% {
    -webkit-transform: scale3d(1, 0.75, 1);
            transform: scale3d(1, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(1, 1.25, 1);
            transform: scale3d(1, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 0.95, 1);
            transform: scale3d(1, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }
  30% {
    -webkit-transform: scale3d(1, 0.75, 1);
            transform: scale3d(1, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(1, 1.25, 1);
            transform: scale3d(1, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 0.95, 1);
            transform: scale3d(1, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.scene {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
}

/* ================= 頁面選單 ================= */
.nav {
  margin: 0 auto;
  margin-bottom: 1%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 807px;
  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 {
  position: relative;
}

.nav .container .navBtn ul {
  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%;
}

.nav .container .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 269px;
  height: 90px;
  margin-top: 5px;
  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;
}

.nav .container .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container .navBtn ul li.navBtn2 a {
  background-position-x: -269px !important;
}

.nav .container .navBtn ul li.navBtn3 a {
  background-position-x: -538px !important;
}

.nav .container .navBtn ul li.navBtn4 a {
  background-position-x: -807px !important;
}

.nav .container .navBtn ul li.navBtn5 a {
  background-position-x: -1076px !important;
}

.nav .container .navBtn ul li.navBtn6 a {
  background-position-x: -1345px !important;
}

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url();
}

.nav .container .navBtn ul li a {
  width: 269px;
  height: 90px;
  display: block;
  background-image: url();
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 2.5%;
}

.content .container {
  width: 960px;
  padding: 35px;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin-bottom: 15px;
}

.content .container > h3 img {
  display: block;
  max-width: 548px;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #90df4c;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .container > h4:before {
  content: '';
  width: 1.6em;
  height: 1.7em;
  display: inline-block;
  margin: 0px 6px;
  background-image: url("../../images/icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content .container > h5 {
  font-size: 1.8em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 12px 0;
  background-image: #ff0049;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 123, 221, 0)), color-stop(20%, rgba(104, 0, 114, 0.75)), color-stop(40%, #ff0049), color-stop(60%, #ff0049), color-stop(80%, rgba(104, 0, 114, 0.75)), to(rgba(4, 123, 221, 0)));
  background-image: linear-gradient(to left, rgba(4, 123, 221, 0) 0%, rgba(104, 0, 114, 0.75) 20%, #ff0049 40%, #ff0049 60%, rgba(104, 0, 114, 0.75) 80%, rgba(4, 123, 221, 0) 100%);
  line-height: 1.8em;
}

.content .container .prizeslist {
  font-size: 1.2em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 12px 0;
  background-image: #033774;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 123, 221, 0)), color-stop(20%, rgba(0, 78, 114, 0.75)), color-stop(40%, #033774), color-stop(60%, #033774), color-stop(80%, rgba(0, 78, 114, 0.75)), to(rgba(4, 123, 221, 0)));
  background-image: linear-gradient(to left, rgba(4, 123, 221, 0) 0%, rgba(0, 78, 114, 0.75) 20%, #033774 40%, #033774 60%, rgba(0, 78, 114, 0.75) 80%, rgba(4, 123, 221, 0) 100%);
  line-height: 1.8em;
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3600;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #ff3600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p a {
  color: #50f3ff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #ff9735;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container .subtitile {
  font-size: 1.3em;
  color: #fff799;
  text-align: center;
}

.content .container .subtitile .step {
  color: #fff799;
  width: 5em;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 10px;
  display: inline-block;
  background: #ef1216;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ef1216), to(#71120c));
  background: linear-gradient(to bottom, #ef1216 20%, #71120c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content .container ol,
.content .container ul {
  margin-left: 3em;
}

.content .container ol li,
.content .container ul li {
  font-size: 1em;
  line-height: 1.5em;
}

.content .container ol li a,
.content .container ul li a {
  color: #50f3ff;
  text-decoration: underline;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #ff9735;
}

.content .raise {
  position: absolute;
  right: -6%;
  top: 15%;
  width: 20%;
}

.content .raise_move {
  right: 30%;
  top: 45%;
}

/* ================= 按鈕樣式 ================= */
.btnBox {
  width: 80%;
  font-size: 2em;
}

.btnBox a {
  color: #500900;
  border: 1px solid #ff5400;
  background-image: #ffb03f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8609), color-stop(20%, #ff8609), color-stop(40%, #ffb03f), color-stop(60%, #ffb03f), color-stop(80%, #ff8609), to(#ff8609));
  background-image: linear-gradient(to bottom, #ff8609 0%, #ff8609 20%, #ffb03f 40%, #ffb03f 60%, #ff8609 80%, #ff8609 100%);
  -webkit-box-shadow: 0px 3px 3px #ff3000;
          box-shadow: 0px 3px 3px #ff3000;
}

.btnBox a:hover {
  background-image: #ffb03f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8609), color-stop(20%, #ff8609), color-stop(40%, #ffb03f), color-stop(60%, #ffb03f), color-stop(80%, #ff8609), to(#ff8609));
  background-image: linear-gradient(to bottom, #ff8609 0%, #ff8609 20%, #ffb03f 40%, #ffb03f 60%, #ff8609 80%, #ff8609 100%);
  -webkit-box-shadow: 0px 2px #ff3000,inset 0 2px 2px 2px #ffa143 ,inset 0 -10px 10px 0px #ffc993;
          box-shadow: 0px 2px #ff3000,inset 0 2px 2px 2px #ffa143 ,inset 0 -10px 10px 0px #ffc993;
  top: 2px;
  color: #ca1700;
}

.btnBox a.endBtn {
  background-image: #818181;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(20%, #616161), color-stop(40%, #818181), color-stop(60%, #818181), color-stop(80%, #616161), to(#616161));
  background-image: linear-gradient(to bottom, #616161 0%, #616161 20%, #818181 40%, #818181 60%, #616161 80%, #616161 100%);
  border: 1px solid #909090;
  -webkit-box-shadow: 0px 3px 3px #616161;
          box-shadow: 0px 3px 3px #616161;
  color: #dedede;
}

/* ================= item__box ================= */
.item__box {
  font-size: 0.9em;
  line-height: 1.5em;
  background: white;
  border: 3px solid #0960d1;
  margin: 10px;
}

.item__box .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 .item__box-title {
  color: #fff;
  background-color: #c80355;
}

.item__box .item__box-title img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff0000;
  font-weight: bold;
}

.item__box .item__box-get .plus {
  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 .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background: #fff 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff 30% 20%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #c80355 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #c80355;
}

.item__box-img {
  font-size: 1em;
  color: #000;
}

.item__box-img img {
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  margin-top: 30px;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.item__box-img table {
  font-size: 1em;
  font-weight: bold;
}

.freeSynthesis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.symbol {
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*================= table ================= */
.table tr th, .table tr td {
  border: 0px solid #6d001f;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 0.9em;
  line-height: 26px;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 3px solid #c80355;
  table-layout: fixed;
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #c80355;
}

.table tr td {
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #fff9f0;
}

.table tr td[data-tdstyle="style02"] {
  background-color: #ffeed4;
}

.itemList01 {
  background-color: #fff;
  border: 3px solid #015192;
  margin: 10px auto;
  padding: 20px 40px;
}

.itemList01 table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 0.9em;
  line-height: 26px;
  border-collapse: initial;
  border: none;
  color: #000;
  text-align: center;
  table-layout: fixed;
  /*固定寬度後內容不會撐開*/
}

.itemList01 table th {
  background: #b8a053;
  color: #fff;
  text-align: center;
}

.itemList01 table td {
  text-align: center;
}

/* ================= 緞帶 ================= */
[class^="ribbon-"] {
  position: relative;
}

[class^="ribbon-"]:before, [class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-1 {
  width: 60px;
  height: 100px;
  background: #ee583a;
  top: -6px;
  left: 25px;
}

.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-right: 6px solid transparent;
  right: -6px;
}

.ribbon-1:after {
  height: 0;
  width: 0;
  border-left: 30px solid #ee583a;
  border-right: 30px solid #ee583a;
  border-bottom: 30px solid transparent;
  bottom: -30px;
}

.ribbon-2 {
  width: 150px;
  height: 50px;
  background: #21749a;
  left: -8px;
}

.ribbon-2:before {
  height: 0;
  width: 0;
  border-bottom: 8px solid #14455b;
  border-left: 8px solid transparent;
  top: -8px;
}

.ribbon-2:after {
  height: 0;
  width: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #21749a;
  right: -15px;
}

.ribbon-3, .ribbon-4 {
  width: 85%;
  height: 60px;
  background: #efb23b;
}

.ribbon-3:before, .ribbon-4:before {
  height: 0;
  width: 0;
  border-top: 10px solid #cd8d11;
  border-left: 10px solid transparent;
  bottom: -10px;
}

.ribbon-3:after, .ribbon-4:after {
  height: 0;
  width: 0;
  border-top: 10px solid #cd8d11;
  border-right: 10px solid transparent;
  right: 0;
  bottom: -10px;
}

.ribbon-4:before {
  height: 0;
  width: 0;
  border-width: 30px 30px;
  border-style: solid;
  border-color: #b08805 #b08805 #b08805 transparent;
  top: 10px;
  left: -50px;
}

.ribbon-4:after {
  height: 0;
  width: 0;
  border-width: 30px 30px;
  border-style: solid;
  border-color: #b08805 transparent #b08805 #b08805;
  top: 10px;
  right: -50px;
}

.ribbon-content {
  height: inherit;
  margin-bottom: 0;
  background: #c99b06;
  z-index: 100;
}

.ribbon-content:before {
  height: 0;
  width: 0;
  border-top: 10px solid #7f6204;
  border-left: 10px solid transparent;
  bottom: -10px;
}

.ribbon-content:after {
  height: 0;
  width: 0;
  border-top: 10px solid #7f6204;
  border-right: 10px solid transparent;
  right: 0;
  bottom: -10px;
}

.ribbon-content h4 {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-size: 1.6em;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn {
  margin-bottom: 0px;
}

.content__btn div {
  width: 185px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 155px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c61144), to(#580031));
  background-image: linear-gradient(to bottom, #c61144 0%, #580031 100%);
}

.content__btn div a {
  width: 155px;
  color: #ffe79b;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  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;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 5px auto;
  width: 97%;
  padding: 10px 0;
}

.box-compose .box-composeMain > div {
  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;
  border-radius: 10px;
  color: #e3dcff;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  max-width: 95%;
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #d9be9f;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #eed7bd;
  color: #59493f;
}

.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #59493f;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #d99f9f;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) div {
  background: #eebdbd;
  color: #280000;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #280000;
  font-size: 1.5em;
}

/*>符號向下*/
.show {
  display: block !important;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 812px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #482900;
  border: 3px solid #ffc4db;
  -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(#ffd5d7));
  background: linear-gradient(to bottom, #FFFFFF 20%, #ffd5d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 內容區塊 ================= */
.box {
  position: relative;
  border-radius: 15px;
  padding-bottom: 20px;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 3px solid #c80355;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.box > h5 {
  color: #fff;
  background: #c80355;
  padding: 13px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 1.3em;
}

.box > h6 {
  margin-top: 12px;
}

.box > p {
  padding: 10px 30px;
}

.box > img {
  width: 40%;
}

/*================= 內容區塊獨立樣式設定 =================*/
[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: #233300;
  line-height: 1.5em;
  outline: 2px dashed #eaffba;
  outline-offset: -12px;
  border-radius: 15px;
  background: #96cc1b;
}

/* ================ 虛寶合成 ================= */
.formula {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}

.formula .formula_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1% 0;
}

.formula .formula_color {
  border: 3px solid #c80355;
  padding: 3% 2%;
  background-color: rgba(0, 0, 0, 0.2);
}

.formula .formula_title {
  font-size: 120%;
  line-height: 36px;
  border-radius: 50px;
  border: 1px solid #c80355;
  color: #fff;
  background: #c61144;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #c61144), to(#580031));
  background: linear-gradient(to bottom, #c61144 20%, #580031 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.formula .formula_title_big {
  width: 60%;
  margin-right: 10%;
}

.formula .formula_title_small {
  width: 25%;
}

/*獎項*/
.formula_prize {
  width: 45%;
  padding: 6px 0;
  float: left;
  margin: 0 5px;
  border-radius: 15px;
  border: 2px solid #c80355;
  color: #fff;
  background: #fff 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff 30% 20%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.formula_prize img {
  display: block;
  margin: 0 auto;
  width: 35%;
}

.formula_prize .imgbig {
  width: 58%;
}

.formula_prize .formula_get {
  line-height: 2em;
  background-color: #c80355;
}

.formula_prize .formula_total {
  color: #ff0000;
  font-size: 80%;
  line-height: 2em;
}

/*符號*/
.formula_symbol {
  width: 12%;
  float: left;
}

.formula_symbol img {
  display: block;
  margin: 0 auto;
  width: 85%;
}

/*=======增加樣式==== 儲值300鑽石↑加送扭蛋樂 =======*/
/*增加手指效果*/
.btn_finger {
  cursor: pointer;
}

.btn_finger > div:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

/*商品左上角BUY 購物車字樣*/
span.burst {
  display: inline-block;
  background: url(../../images/shopcart.png) no-repeat left top;
  width: 48px;
  height: 59px;
  position: absolute;
  left: 10px;
  top: 0;
}

.btn_gashapon {
  text-align: center;
}

.btn_gashapon img {
  max-width: 100%;
  margin: 40px;
}

.btn_gashapon img:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

@media screen and (max-width: 992px) {
  html, body {
    line-height: 1.5em;
    font-size: 1em;
    letter-spacing: 1px;
  }
  #countdown {
    font-size: 1.5em;
  }
  .btn_gashapon {
    text-align: center;
  }
  .btn_gashapon img {
    max-width: 50%;
    margin: 0 auto;
  }
  .btn_gashapon img:hover {
    position: relative;
    top: 1px;
    left: 1px;
  }
}

/* =================彈跳視窗================= */
.box_windows {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.box_windows .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_windows .box_container.record {
  margin: 0 auto;
  display: none;
  top: 2.5%;
  left: 1%;
  width: 98%;
  height: 95%;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.2em;
}

.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 {
  position: absolute;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.5);
  -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 > table {
  margin: 0 auto;
}

.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);
  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;
}

/*=======增加樣式 END==== 儲值300鑽石↑加送扭蛋樂 =======*/
