@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
img {
  max-width: 100%;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.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: 30px 0 0 0;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #ffa800;
}

.gotoheader a:hover {
  color: #ff4d89;
}

/* 區塊垂直居中 */
.centercenter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  background-image: url(/Action/11_Star31/20220520S/images/bg_repeat.jpg?v=20220520);
  background-position: top center;
  background-repeat: repeat-y;
  background-color: #fedd96;
}

.wrapper {
  background-image: url(/Action/11_Star31/20220520S/images/indexbg.jpg?v=20220520);
  background-position: top center;
  background-repeat: no-repeat;
  color: #000;
  line-height: 28px;
  font-size: 19px;
}

.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 650px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 403px;
  height: 130px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 52px;
  left: 239px;
  z-index: 9;
  -webkit-animation: delay 0.85s, toTop 0.8s 0.85s linear;
          animation: delay 0.85s, toTop 0.8s 0.85s linear;
}

.header .logo a {
  background: url(/Action/11_Star31/20220520S/images/logo.png?v=20220520) no-repeat;
}

.header .slogan01 {
  width: 503px;
  height: 85px;
  position: absolute;
  top: 196px;
  left: 194px;
  background: url(/Action/11_Star31/20220520S/images/slogan01.png?v=20220520) no-repeat;
  -webkit-animation: delay 0.3s, jackInTheBox 0.5s 0.3s linear, pulse 1.5s 1.8s infinite;
          animation: delay 0.3s, jackInTheBox 0.5s 0.3s linear, pulse 1.5s 1.8s infinite;
}

.header .slogan02 {
  width: 553px;
  height: 134px;
  position: absolute;
  top: 300px;
  left: 164px;
  background: url(/Action/11_Star31/20220520S/images/slogan02.png?v=20220520) no-repeat;
  -webkit-animation: delay 0.5s, jackInTheBox 0.5s 0.5s linear;
          animation: delay 0.5s, jackInTheBox 0.5s 0.5s linear;
}

.header .role {
  width: 510px;
  height: 637px;
  position: absolute;
  top: 15px;
  left: 695px;
  background: url(/Action/11_Star31/20220520S/images/role.png?v=20220520) no-repeat;
  -webkit-animation: delay 0.65s, toRight 0.35s 0.65s linear;
          animation: delay 0.65s, toRight 0.35s 0.65s linear;
}

.content {
  width: 100%;
  margin-bottom: 3%;
}

.content .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5%;
  background-color: #fff;
  border-radius: 70px 0 70px 0;
  border: 5px solid #ffd07d;
}

.content .container > h3 img {
  display: block;
  max-width: 421px;
  width: 100%;
  margin: 0 auto 1% auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #ff9f37;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 > h4:before {
  content: '';
  background-image: url("/Action/11_Star31/20220520S/images/icon.png?v=20220520");
  background-size: 100%;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: -3px 5px;
}

.content .container > h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 8px;
  color: #fff;
  background-image: #cc00ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, #500064), color-stop(40%, #cc00ff), color-stop(60%, #cc00ff), color-stop(80%, #500064), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #500064 20%, #cc00ff 40%, #cc00ff 60%, #500064 80%, rgba(0, 0, 0, 0) 100%);
}

.content .container > p {
  margin-left: 1rem;
}

.content .container > p a {
  color: #FFF000;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #FF9600;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.btnBox a {
  border: 1px solid #33a3ff;
  cursor: pointer;
  background-image: #008cff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006ac2), color-stop(20%, #006ac2), color-stop(40%, #008cff), color-stop(60%, #008cff), color-stop(80%, #006ac2), to(#006ac2));
  background-image: linear-gradient(to bottom, #006ac2 0%, #006ac2 20%, #008cff 40%, #008cff 60%, #006ac2 80%, #006ac2 100%);
  -webkit-box-shadow: 0px 3px 3px #003866;
          box-shadow: 0px 3px 3px #003866;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #d633ff;
  background-image: #cc00ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b00c2), color-stop(20%, #9b00c2), color-stop(40%, #cc00ff), color-stop(60%, #cc00ff), color-stop(80%, #9b00c2), to(#9b00c2));
  background-image: linear-gradient(to bottom, #9b00c2 0%, #9b00c2 20%, #cc00ff 40%, #cc00ff 60%, #9b00c2 80%, #9b00c2 100%);
  -webkit-box-shadow: 0px 2px 2px #520066, inset 0 1px 1px 1px #d429ff, inset 0 -8px 8px 0px #dc52ff;
          box-shadow: 0px 2px 2px #520066, inset 0 1px 1px 1px #d429ff, inset 0 -8px 8px 0px #dc52ff;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #ffa800;
  margin: 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 {
  background: -webkit-gradient(linear, left top, right top, from(#cc8600), color-stop(20%, #ffa800), color-stop(80%, #ffa800), to(#cc8600));
  background: linear-gradient(to right, #cc8600 0%, #ffa800 20%, #ffa800 80%, #cc8600 100%);
  color: #664300;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff8700;
  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-color: #ffffff;
  border: 3px #ffa800 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #664300;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #ffa800;
  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 #ffd07d;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #000;
  border: 3px solid #ffd07d;
  line-height: 25px;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffc154), to(#ffd07d));
  background: linear-gradient(to top, #ffc154 0%, #ffd07d 100%);
  color: #664100;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.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 .mainly {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff7b00), to(#ffa958));
  background: linear-gradient(to top, #ff7b00 0%, #ffa958 100%);
  color: #752b00;
}

.table tr .secondary {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe694), to(#ffefbc));
  background: linear-gradient(to top, #ffe694 0%, #ffefbc 100%);
  color: #752b00;
}

/*================= tableNote =================*/
.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;
  z-index: 1;
}

.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 {
  z-index: 1;
  left: inherit;
  right: -10px;
}

@media only screen and (max-width: 798px) {
  .comment {
    right: -40px;
  }
}

.comment:before {
  font-size: 3.5em;
  color: #ff9900;
  -webkit-filter: drop-shadow(3px 3px 3px #4d2b1e);
          filter: drop-shadow(3px 3px 3px #4d2b1e);
}

.comment:after {
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-purple:before {
  color: #d858ff;
}

.comment01 {
  top: -0.5em;
  left: inherit;
  right: 8em;
}

.comment01::before {
  font-size: 7.5em;
}

.ribbon {
  width: 30px;
  background: linear-gradient(-20deg, #7e0000 0%, #e40000 80%, #7e0000 100%);
  top: -20px;
  right: 5px;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 6px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 30px;
    height: 6em;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon p {
  color: #fff;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

.ribbon:before {
  border-bottom: 6px solid #180000;
  border-left: 6px solibad transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #180000;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  border-left: 15px solid darkred;
  border-right: 15px solid darkred;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 15px solid darkred;
    border-right: 15px solid darkred;
  }
}

.ribbon_01 {
  width: 80%;
  height: 24px;
  margin-left: -9px;
}

.ribbon_01 p {
  font-size: 12px;
  line-height: 1em;
}

.ribbon_01:before {
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  width: 0;
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ribbon_01--A {
  background: linear-gradient(-65deg, #840000 0%, #ea0000 80%, #840000 100%);
  margin-left: -15px;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A {
    width: 95%;
    height: 35px;
  }
}

.ribbon_01--A:before {
  border-bottom: 9px solid #1e0000;
}

.ribbon_01--A:after {
  border-left: 15px solid #840000;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A:after {
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
  }
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.box-compose .box-composeTitle p {
  background-color: #ff5757;
  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 {
  width: 100%;
  border-radius: 10px;
  margin: 5px auto;
  padding: 10px 0;
}

.box-compose .box-composeMain-block {
  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;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #55b5e3;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #84d7ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #b489f8;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d4bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .symbol {
  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;
  color: rgba(0, 0, 0, 0.35);
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 560px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.box-compose .number {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .box-compose .number {
    font-size: 1.5rem;
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -15px;
  border-radius: 15px;
  background: #420000;
  color: #fff;
}

.card-notice > h4 {
  margin: 10px auto;
  color: #ffd857;
}

.card-notice > h4::before, .card-notice > h4::after {
  content: '';
  display: none;
}

.card-notice2 {
  border-radius: 10px;
  margin: 16px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6d1ed4), to(#d05aff));
  background: linear-gradient(to bottom, #6d1ed4 0%, #d05aff 100%);
}

.card-notice2 p {
  line-height: 1.5em;
}

/*================= 動態 =================*/
/*滑鼠滑入時縮小*/
.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);
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  43% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  43% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes sloganAn {
  0% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  3% {
    -webkit-filter: blur(12px) opacity(0.5) brightness(150%);
            filter: blur(12px) opacity(0.5) brightness(150%);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  5% {
    -webkit-filter: blur(12px) opacity(0.3) brightness(150%);
            filter: blur(12px) opacity(0.3) brightness(150%);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  17% {
    -webkit-filter: blur(0) opacity(0) brightness(150%);
            filter: blur(0) opacity(0) brightness(150%);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes sloganAn {
  0% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  3% {
    -webkit-filter: blur(12px) opacity(0.5) brightness(150%);
            filter: blur(12px) opacity(0.5) brightness(150%);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  5% {
    -webkit-filter: blur(12px) opacity(0.3) brightness(150%);
            filter: blur(12px) opacity(0.3) brightness(150%);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  17% {
    -webkit-filter: blur(0) opacity(0) brightness(150%);
            filter: blur(0) opacity(0) brightness(150%);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes delay {
  0%,
  100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%,
  100% {
    opacity: 0;
  }
}

/*跳進來*/
.expandUp {
  -webkit-animation-name: expandUp;
          animation-name: expandUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
            transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
            transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
            transform: translateY(0%) scale(1) scaleY(1);
  }
}

@keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
            transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
            transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
            transform: translateY(0%) scale(1) scaleY(1);
  }
}

/*淡出往上*/
.toTop {
  -webkit-animation-name: toTop;
          animation-name: toTop;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    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(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*淡出往下*/
.toBottom {
  -webkit-animation-name: tobottom;
          animation-name: tobottom;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toBottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toBottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*淡出往右*/
.toRight {
  -webkit-animation-name: toRight;
          animation-name: toRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
