@charset "UTF-8";
@import url(/css/normalize.css);
table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

html, body {
  line-height: 28px;
  font-size: 18px;
  scroll-behavior: smooth;
  background-image: url(/Action/79_TMD/20210818JS/images/indexContent.jpg?20210818);
  background-position: top center;
  background-repeat: repeat-y;
}

.wrapper {
  color: #fff;
  background-image: url(/Action/79_TMD/20210818JS/images/indexBg.jpg?20210818);
  background-position: top center;
  background-repeat: no-repeat;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
  /*%logo{
      width: 207px;
      height: 136px;
  }
  .logo{
      @extend %logo;
      position:absolute;
      top: 70px;
      left: 785px;
      z-index: 999;
      background-repeat: no-repeat;
      background: url(../../images/logo.png?20210818);
      animation: delay 1s, fadeIn 0.8s 0.5s linear;
      a{
        @extend %logo;
        display: block;
      }
  }*/
}

.header .container {
  width: 1280px;
  height: 900px;
  position: relative;
}

.header .slogan {
  width: 596px;
  height: 314px;
  position: absolute;
  top: 285px;
  left: 544px;
  background: url(../../images/slogan.png?20210818);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.9s, bounceIn 0.9s 0.9s linear;
          animation: delay 0.9s, bounceIn 0.9s 0.9s linear;
}

.header .slogan2 {
  width: 900px;
  height: 213px;
  position: absolute;
  top: 506px;
  left: 377px;
  background: url(../../images/slogan2.png?20210818);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.6s, toBottom 0.6s 0.6s linear;
          animation: delay 0.6s, toBottom 0.6s 0.6s linear;
}

.header .card {
  width: 705px;
  height: 324px;
  position: absolute;
  top: 15px;
  left: 498px;
  background: url(../../images/card.png?20210818);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.8s, bounceInUp 0.8s 0.8s linear;
          animation: delay 0.8s, bounceInUp 0.8s 0.8s linear;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 2.5%;
}

.content .container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 35px 20px 35px;
}

.content .container h3 {
  margin-bottom: 30px;
  text-align: center;
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear;
          animation: delay 0.5s, toTop 0.5s 0.5s linear;
}

.content .container h3 img {
  display: block;
  margin: 0 auto;
  max-width: 676px;
  width: 100%;
}

.content .container p {
  margin-left: 1.5em;
}

.content .container p a {
  color: #fff000;
  text-decoration: underline;
}

.content .container p a:hover {
  color: #ff0000;
}

.content .container p.txt-center {
  margin-left: 0;
}

.content .container h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #FFB806;
  font-weight: bold;
  font-size: 1.35em;
  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: 47px;
  height: 47px;
  display: inline-block;
  margin: 0 3px;
  background-image: url("../../images/two-tickets.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.content .container h5 {
  font-size: 1.2em;
  padding: .6em;
  background-color: transparent !important;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(119, 0, 255, 0)), color-stop(20%, #7700ff), color-stop(50%, #ea00ff), color-stop(80%, #7700ff), to(rgba(119, 0, 255, 0)));
  background-image: linear-gradient(to left, rgba(119, 0, 255, 0) 0%, #7700ff 20%, #ea00ff 50%, #7700ff 80%, rgba(119, 0, 255, 0) 100%);
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
}

.content .container ol, .content .container ul {
  margin-left: 3em;
}

.content .container ol li a, .content .container ul li a {
  color: #fff000;
  text-decoration: underline;
}

.content .container ol li a:hover, .content .container ul li a:hover {
  color: #ff0000;
}

.content .container ol.path, .content .container ul.path {
  list-style-type: none;
  width: 100%;
  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;
}

.content .container ol.path li, .content .container ul.path li {
  max-width: 30%;
}

.content .container ol.list, .content .container ul.list {
  list-style-type: none;
  text-align: left;
  margin-bottom: 0.8em;
}

.content .container ol.list li, .content .container ul.list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.content .container ol.list li > ul, .content .container ul.list li > ul {
  list-style-type: decimal;
  margin-left: 0;
}

.content .container ol.list li > ul li, .content .container ul.list li > ul li {
  text-indent: 0;
}

.content .container ol.arrow > li::before, .content .container ul.arrow > li::before {
  content: '※ ';
  margin-left: 2px;
}

.content .container ol.asterisk > li:before, .content .container ul.asterisk > li:before {
  content: '● ';
}

.content .container ol.asterisk > li table, .content .container ul.asterisk > li table {
  margin-left: 0;
  text-indent: 0;
}

/* ================= item__box ================= */
.item__box {
  background-color: #fff;
  border-color: #ffae00;
  border-width: 5px;
  border-radius: 10px;
  margin: 0 auto;
}

.item__box p {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.item__box p img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-img {
  border-radius: 0;
}

.item__box .item__box-img img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.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, right top, left top, from(#664600), color-stop(5%, #664600), color-stop(50%, #ffae00), color-stop(95%, #664600), to(#664600));
  background: linear-gradient(to left, #664600 0%, #664600 5%, #ffae00 50%, #664600 95%, #664600 100%);
  font-size: 1em;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-title a {
  color: #ffea00;
}

.item__box .item__box-get {
  text-align: center;
  color: #cc0041;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-get {
    padding: 0;
  }
}

.item__box .item__box-get span {
  font-weight: lighter;
}

.item__box .item__box-get .row {
  width: 100%;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-get .row {
    padding: 0;
  }
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 {
  border: 3px #ee3030 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02 .item__box-title {
  background-color: #ee3030;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no {
  border: 3px #dfb449 solid;
}

.item__box .item__box-get .row div:nth-child(1) .item__box--02.no .item__box-title {
  background: #dfb449;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #fff;
  border: 3px #dfb449 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-img {
  background: transparent;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background: #dfb449;
}

.item__box .item__box--02 .item__box-get {
  background-color: transparent;
  color: #ff0000;
}

.item__box .listawards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 560px) {
  .item__box .listawards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    max-height: 360px;
  }
}

.item__box .listawards img {
  width: 12%;
}

@media only screen and (max-width: 560px) {
  .item__box .listawards img {
    width: 100px;
  }
}

.item__box .listawards i {
  color: #7e7e7e;
}

/*================= 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: separate;
  border-spacing: 1px;
  border-radius: 5px;
  color: #000000;
  border: 5px solid #ff9900;
  background: #ffc266;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

@media only screen and (max-width: 798px) {
  .table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.table-full {
  width: 95%;
  margin: 15px auto;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: #ff9900;
  color: #fff;
}

.table tr td a {
  color: #0066ff;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #ff00ff;
}

.table tr img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
}

.table tr .img-group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr .img-group img {
  display: inline-block;
  margin: 0 1%;
}

.table.collect {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .table.collect {
    width: 85%;
    margin: 0;
  }
}

.table.collect2 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 560px) {
  .table.collect2 {
    width: 100%;
    margin: 0 auto;
  }
}

.table.collect2 td {
  position: relative;
}

.table.collect2 td .icon_tit {
  position: absolute;
  top: 0;
  right: 10%;
}

@media only screen and (max-width: 798px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .table.collect2 td .icon_tit img {
    top: 10px;
    max-width: 100px;
  }
}

.table.collect td {
  position: relative;
}

.table.collect td .icon_tit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit {
    right: -70px;
  }
}

@media only screen and (max-width: 798px) {
  .table.collect td .icon_tit img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .table.collect td .icon_tit img {
    max-width: 100px;
  }
}

.table .ImgStyleA {
  width: 20%;
}

.table .ImgStyleB {
  width: 30%;
}

.table .ImgStyleC {
  width: 40%;
}

.table .ImgStyleD {
  width: 50%;
}

.table_imgsizeA img {
  width: 35%;
}

.table_imgsizeB img {
  width: 55%;
}

.table_imgsizeC img {
  width: 80%;
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  margin-bottom: 10px;
  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;
}

ul.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border: 1px solid #94b897;
  border-radius: 20px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#547d58), color-stop(20%, #609065), color-stop(40%, #6f9f74), color-stop(60%, #6f9f74), color-stop(80%, #609065), to(#547d58));
  background-image: linear-gradient(to bottom, #547d58 0%, #609065 20%, #6f9f74 40%, #6f9f74 60%, #609065 80%, #547d58 100%);
  -webkit-box-shadow: 0px 3px 0 #94b897;
          box-shadow: 0px 3px 0 #94b897;
  color: rgba(255, 255, 255, 0.75);
}

ul.tabBtn li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
  text-decoration: none !important;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #db5000;
  top: 1px;
  font-weight: bold;
  background-color: black;
  border: 1px solid #ffc266;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa51f), color-stop(20%, #ffb13d), color-stop(40%, #ffbe5c), color-stop(60%, #ffbe5c), color-stop(80%, #ffb13d), to(#ffa51f));
  background-image: linear-gradient(to bottom, #ffa51f 0%, #ffb13d 20%, #ffbe5c 40%, #ffbe5c 60%, #ffb13d 80%, #ffa51f 100%);
  -webkit-box-shadow: 0px 2px #ff9900, inset 0 2px 2px 2px #ffa51f, inset 0 -10px 10px 0px #ffb13d;
          box-shadow: 0px 2px #ff9900, inset 0 2px 2px 2px #ffa51f, inset 0 -10px 10px 0px #ffb13d;
  color: #fff;
}

ul.tabMain {
  width: 98%;
  margin: 0 auto;
  margin-left: auto !important;
  list-style: none;
  text-align: center;
  border-radius: 20px;
}

ul.tabMain > li {
  display: none;
}

ul.tabMain > p {
  text-align: left;
}

ul.arrow {
  list-style-type: none;
  margin-left: 1em;
  text-align: left;
}

ul.arrow li::before {
  content: '※ ';
}

ul.tabBtn li {
  border: 1px solid #ffb866;
  background-image: #cc6d00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa033), color-stop(20%, #ffa033), color-stop(40%, #cc6d00), color-stop(60%, #cc6d00), color-stop(80%, #ffa033), to(#ffa033));
  background-image: linear-gradient(to bottom, #ffa033 0%, #ffa033 20%, #cc6d00 40%, #cc6d00 60%, #ffa033 80%, #ffa033 100%);
  -webkit-box-shadow: 0px 3px 3px #4d2900;
          box-shadow: 0px 3px 3px #4d2900;
  color: #fff;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  color: #532f00;
  background-color: black;
  border: 1px solid #ff4d4d;
  background-image: #ff1010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bd0000), color-stop(20%, #bd0000), color-stop(40%, #ff1010), color-stop(60%, #ff1010), color-stop(80%, #bd0000), to(#bd0000));
  background-image: linear-gradient(to bottom, #bd0000 0%, #bd0000 20%, #ff1010 40%, #ff1010 60%, #bd0000 80%, #bd0000 100%);
  -webkit-box-shadow: 0px 2px #9a0000, inset 0 2px 2px 2px #e60000, inset 0 -10px 10px 0px #ff2424;
          box-shadow: 0px 2px #9a0000, inset 0 2px 2px 2px #e60000, inset 0 -10px 10px 0px #ff2424;
  color: #fff;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #142a3c;
  border: 5px solid #7bffff;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 8px 2px #d2d2d2;
          box-shadow: 0px 0px 8px 2px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#aceeff));
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #FFFFFF 20%, #aceeff 100%);
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
  margin-left: 0px;
}

.box-compose .title {
  padding: 0;
}

.box-compose .title div {
  background: #ff9900;
  padding: 5px;
  text-align: center;
}

.box-compose .title div.symbol {
  background: transparent;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 2px auto;
  padding: 0;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
}

.box-compose .box-composeMain:nth-child(even) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(even) > div {
  background: #ffad33;
}

.box-compose .box-composeMain:nth-child(odd) {
  color: #fff;
}

.box-compose .box-composeMain:nth-child(odd) > div {
  background: #995c00;
}

.box-compose .box-composeMain .composeMain-group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain .composeMain-group .symbol {
  display: inline-block;
  max-width: 25%;
  color: #fff;
}

.box-compose .box-composeMain div.symbol {
  background: transparent;
  color: #fff;
  font-size: 2em;
}

@media only screen and (max-width: 798px) {
  .box-compose .box-composeMain div.symbol {
    font-size: 1.25em;
  }
}

.box-compose .box-composeMain a {
  color: #ff00f8;
}

.box-compose .box-composeMain a:hover {
  color: #31d1f3;
}

.box-compose .box-composeMain div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.box-compose .box-composeMain div p {
  padding: 5px;
}

.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 25px;
  margin: 2% 0;
}

.box-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #ff9900;
}

.box-notice p {
  margin: 0 1.5em !important;
  line-height: 1.8em !important;
}

.box-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.box-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

/* ================= 底部top ================= */
.gotoheader {
  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;
  font-size: 1.5em;
  margin: 20px 0;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #ff9900;
}

.gotoheader a:hover {
  color: #edff4d;
}

/* ================= 滑動選單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;
}

@-webkit-keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -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-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes toBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.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;
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@-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: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.toLeft {
  -webkit-animation-name: toLeft;
          animation-name: toLeft;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.toRight {
  -webkit-animation-name: toRight;
          animation-name: toRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
