@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html,
body {
  line-height: 24px;
  font-size: 18px;
  overflow-x: hidden;
}

.f-danger {
  color: #FF00A8;
}

.f-fun {
  color: #FF0000;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg), url(../../images/indexbottom.jpg);
  background-color: #FDDEBD;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  color: #121212;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 679px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 263px;
  height: 142px;
}

.header .logo {
  position: absolute;
  top: 118px;
  left: 206px;
  z-index: 999;
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear, pulse 3s 1.5s linear infinite;
          animation: delay 0.5s, toTop 0.5s 0.5s linear, pulse 3s 1.5s linear infinite;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .slogan02 {
  width: 731px;
  height: 712px;
  position: absolute;
  top: 0;
  left: 61px;
  background-image: url(../../images/slogan02.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear, pulse 3s 1.5s linear infinite;
          animation: delay 0.5s, toTop 0.5s 0.5s linear, pulse 3s 1.5s linear infinite;
}

.header .slogan01 {
  width: 664px;
  height: 268px;
  position: absolute;
  top: 215px;
  left: 110px;
  background-image: url(../../images/slogan01.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear, pulse 3s 1.5s linear infinite;
          animation: delay 0.5s, toTop 0.5s 0.5s linear, pulse 3s 1.5s linear infinite;
  z-index: 2;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .container .navBtn {
  width: 811px;
  position: relative;
  margin-left: 125px;
}

.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: 270px;
  height: 71px;
  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: -268px !important;
}

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

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

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

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

.nav .container .navBtn ul li a:hover, .nav .container .navBtn ul li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .container .navBtn ul li a {
  width: 268px;
  height: 71px;
  display: block;
  background-image: url(../../images/navbtn.png);
}

.nav .container .btnM, .nav .container .btnM a {
  width: 214px;
  height: 145px;
}

.nav .container .btnM {
  position: absolute;
  top: 5px;
  right: 125px;
  z-index: 999;
}

.nav .container .btnM a {
  display: block;
  background-image: url("../../images/btnM.png");
  text-indent: -9999px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav .container .btnM a:hover {
  background-image: url("../../images/btnM_action.png");
  -webkit-animation: pulse 0.5s 0.5s infinite;
          animation: pulse 0.5s 0.5s infinite;
  /* filter: brightness(1.2);*/
}

.nav .container .btnM a.action {
  background-image: url("../../images/btnM_action.png");
}

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

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

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  text-indent: -99999;
  margin-bottom: 15px;
  position: relative;
}

.content .container > h3 .title-main {
  text-align: center;
}

.content .container > h3 img {
  display: block;
  width: 100%;
  margin: 4% auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #742607;
  font-weight: bold;
  font-size: 1.8em;
  margin: 12px 0 12px 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: "";
  background-image: url("../../images/chocolate.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin: 0px 6px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: 0.4em;
  text-align: center;
  color: #ffffff;
  margin: 0;
  background-image: rgba(255, 110, 172, 0.99);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 133, 176, 0)), color-stop(20%, #ff6eac), color-stop(40%, rgba(255, 110, 172, 0.99)), color-stop(60%, rgba(255, 110, 172, 0.99)), color-stop(80%, #ff6eac), to(rgba(255, 133, 176, 0)));
  background-image: linear-gradient(to left, rgba(255, 133, 176, 0) 0%, #ff6eac 20%, rgba(255, 110, 172, 0.99) 40%, rgba(255, 110, 172, 0.99) 60%, #ff6eac 80%, rgba(255, 133, 176, 0) 100%);
  line-height: 28px;
}

.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: #7700ff;
  text-decoration: underline;
}

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

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container ol {
  margin-left: 2em;
}

.content .container ol li {
  font-size: 1em;
  line-height: 1.5em;
}

.content .container ol li a {
  color: #7700ff;
  text-decoration: underline;
}

.content .container ol li a:hover {
  color: #FF7200;
}

s .ytplayer {
  margin: 10px auto;
}

s .ytplayer iframe {
  display: block;
  margin: 0 auto;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn div {
  border-left: 1px solid #b3b3b3;
}

.content__btn div a:hover, .content__btn div.action a {
  color: #fdf1b3;
  border-radius: 2em;
  border: 1px solid #9d0e3a;
  font-weight: bold;
  background-image: #9d0e3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#840224), color-stop(20%, #840224), color-stop(40%, #9d0e3a), color-stop(60%, #9d0e3a), color-stop(80%, #840224), to(#840224));
  background-image: linear-gradient(to bottom, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
}

.content__btn div a {
  color: #fdf1b3;
}

.content__btn div a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.content__btn div.label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
}

.content__btn div.label:after {
  color: #4a0000;
}

/* ================= item__box ================= */
.item__box {
  background: #424242;
  border: 0;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  border: 3px solid #ff6caa;
}

.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: -webkit-gradient(linear, left top, right top, from(#ff6caa), color-stop(20%, #FF85B9), color-stop(80%, #FF85B9), to(#ff6caa));
  background: linear-gradient(to right, #ff6caa 0%, #FF85B9 20%, #FF85B9 80%, #ff6caa 100%);
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #fff000;
  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: #4f4f4f 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #4f4f4f), to(#000));
  background: linear-gradient(to bottom, #4f4f4f 30% 20%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #FF85B9 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #FF85B9;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #FF85B9;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.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: #000;
  border: 5px solid #FF85B9;
  background-color: #ffdbe0;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  position: relative;
  background: #FF85B9;
}

.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;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

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

.table tr td a {
  color: #e25db6;
  text-decoration: none;
}

.table tr td a:hover {
  color: #4c8ceb;
}

.table .ImgStyleA {
  width: 8.5%;
}

.table .ImgStyleB {
  width: 15%;
}

.table .ImgStyleC {
  width: 25%;
}

.table .ImgStyleD {
  width: 35%;
}

.table .ImgStyleE {
  width: 60%;
}

.table .ImgStyleF {
  width: 70%;
}

.table_imgsizeA img {
  width: 35%;
}

.table_imgsizeB img {
  width: 55%;
}

.table_imgsizeC img {
  width: 80%;
}

/*table標籤*/
.ribbon {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -13.5px;
  position: relative;
  z-index: 1;
}

.ribbon p {
  font-size: 12px;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon--01 {
  background: #7800b7;
  margin-left: -18.5px;
}

.ribbon--01:after {
  border-left: 15px solid #7800b7;
}

.ribbon--02 {
  background: #281f87;
}

.ribbon--02 p {
  color: #fff;
}

.ribbon--02:after {
  border-left: 15px solid #281f87;
}

.ribbonTop {
  width: 50px;
  padding: 10px 0;
  position: absolute;
  top: -13px;
  left: 5px;
  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%);
}

.ribbonTop p {
  color: #fff799;
  font-size: 1.5em;
  line-height: 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: 25px solid #a40000;
  border-right: 25px solid #a40000;
  border-bottom: 25px solid transparent;
}

/*=============== 禮包圖片輪播 =====================*/
.slider-wra, .slider-wra .slider, .slider-wra .slider ul.slider__list li {
  width: 820px;
}

.slider-wra {
  margin: 10px auto 30px auto;
  text-align: center;
  background: #f4dbff;
  border-radius: 10px;
}

.slider-wra .slider {
  height: 540px;
  position: relative;
  overflow: hidden;
}

.slider-wra .slider ul.slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 9999px;
  height: 100%;
}

.slider-wra .slider ul.slider__list li {
  float: left;
  height: 100%;
}

.slider-wra .slider ul.slider__list img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider-wra .slider__btn ul {
  margin: 0;
}

.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 3px;
  font-size: 1.2em;
}

.slider-wra .slider__btn ul li a {
  color: #fff;
  background: #d291f8;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.slider-wra .slider__btn ul li a:hover {
  color: #fff;
  background: #5d2975;
}

.slider-wra .slider__btn .slider__control {
  padding: 12px 0;
}

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

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

.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
}

.DESClabel .label::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.comment {
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
}

.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3.5em;
  display: inline-block;
  color: #d31818;
  position: absolute;
  top: 0;
  left: 0;
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 2px;
}

.comment-purple:before {
  color: #d858ff;
}

.comment01 {
  width: 7.5em;
  height: 7.5em;
  top: -0.5em;
  left: inherit;
  right: 8em;
}

.comment01::before {
  font-size: 7.5em;
}

.comment01:after {
  top: -0.5em;
  left: 0.2em;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: -6px;
  right: -5px;
  position: absolute;
  text-align: center;
  padding: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  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;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 812px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: 30px;
    font-size: 0.88rem;
  }
}

@media only screen and (max-width: 500px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 500px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 812px) {
  .ribbon:after {
    border-left: 24px solid #ee583a;
    border-right: 24px solid #ee583a;
  }
}

.ribbon_01 {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
}

.ribbon_01 p {
  font-size: 12px;
}

.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}

.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon_01--A {
  background: #7800b7;
  margin-left: -15px;
}

.ribbon_01--A:after {
  border-left: 15px solid #7800b7;
}

.giftLabel {
  background: url(../../images/label.svg);
  width: 5em;
  height: 5em;
  position: absolute;
  top: -0.8em;
  left: 1em;
  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;
}

.giftLabel:before {
  content: attr(data-content);
  display: inline-block;
  color: #fff;
  font-size: 1.125em;
  white-space: pre;
  line-height: 1.025em;
  position: absolute;
  top: 0.8em;
}

.certificate:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
}

.certificate:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
}

.certificate {
  position: absolute;
  top: -10px;
  left: -5px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  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;
}

@media only screen and (max-width: 812px) {
  .certificate {
    top: -20px;
    left: -10px;
  }
}

.certificate:before {
  content: '\f0a3';
  font-size: 60px;
  color: #df0000;
  text-align: center;
}

.certificate:after {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: center;
}

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

/*================= 內容區塊獨立樣式設定 =================*/
.boxstyleA {
  border-radius: 10px;
  background: #5dabb9;
}

.boxstyleA p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

.boxstyleB {
  text-align: left;
  color: #121212;
  line-height: 1.5em;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #FF85B933;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #fea7de;
          box-shadow: 0px 0px 8px 2px #fea7de;
  background: #fecbdf;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}

/* ================= 內容區塊 ================= */
.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 #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #742607;
}

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

/* =================唯舞活動頁使用：步驟流程================= */
.step {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step ul {
  padding: 0;
}

.step li {
  display: inline-block;
  padding: 12px;
  margin-right: 25px;
  color: #000;
  border-radius: 10px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  border: 1px #b8b8b8 solid;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background: #fff 20%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#d6d6d6));
  background: linear-gradient(to bottom, #fff 20% 20%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

.step li:before {
  content: "►";
  color: #b8b8b8;
  font-size: 1.3em;
  position: absolute;
  right: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

/* ================= CSS動態  =================*/
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.swing {
  -webkit-animation: swing 2s infinite;
          animation: swing 2s infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

/* 上下飄動 */
.sloganAnimation {
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
          animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.toright {
  -webkit-animation: delay 0.5s, toright 0.5s 0.5s linear;
          animation: delay 0.5s, toright 0.5s 0.5s linear;
}

@-webkit-keyframes toright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes toright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.toTop {
  -webkit-animation-name: toTop;
          animation-name: toTop;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toTop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
