@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.translateToX {
  opacity: var(--opacity);
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.translateToY {
  opacity: var(--opacity);
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.f-info {
  color: #51d7e0;
}

.img-group {
  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 (min-width: 561px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 560px) {
  .ms-none {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .ms-block {
    display: block;
  }
}

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-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #7100b1;
}

.gotoheader a:hover {
  color: #005cfe;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #430035;
  background-position: top center;
  background-repeat: no-repeat;
  color: #000;
  line-height: 27px;
  padding-bottom: 30px;
}

.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 712px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 390px;
  height: 125px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 227px;
  left: 446px;
  z-index: 9;
}

.header .logo a {
  background: url(../../images/logo.png);
}

.header .slogan {
  width: 749px;
  height: 335px;
  position: absolute;
  top: 355px;
  left: 264px;
  position: absolute;
  background: url(../../images/slogan.png) no-repeat;
  -webkit-animation: slideInUp .5s, heartBeat 2s 1s infinite;
          animation: slideInUp .5s, heartBeat 2s 1s infinite;
}

@-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;
  }
}

.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5%;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 1011px;
  position: relative;
  margin: 0 auto;
  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 .navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 337px;
  height: 115px;
  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 .navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -336px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -672px !important;
}

.nav .navBtn li.navBtn4 a {
  background-position-x: -1008px !important;
}

.nav .navBtn li.navBtn5 a {
  background-position-x: -1344px !important;
}

.nav .navBtn li.navBtn6 a {
  background-position-x: -1680px !important;
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .navBtn li a {
  width: 336px;
  height: 114px;
  display: block;
  background-image: url(../../images/navbtn.png);
  margin: 0 auto;
}

.content {
  width: 100%;
}

.content .container {
  width: 1000px;
  padding: 145px 30px 30px 30px;
  background: #ffffff;
  border: 10px solid #2B94FF;
  border-radius: 30px;
  position: relative;
}

.content .container > h3 {
  width: 104%;
  position: absolute;
  margin-left: -50px;
  margin-top: -118px;
}

.content .container > h3 img {
  display: block;
  max-width: 1292px;
  width: 100%;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #2B94FF;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 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;
}

@media only screen and (max-width: 798px) {
  .content .container > h4 {
    font-size: 1.125rem;
  }
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/mahjong3.svg");
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 8px;
  color: #fff;
  background-image: #7002af;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(52, 0, 82, 0)), color-stop(20%, #340052), color-stop(40%, #7002af), color-stop(60%, #7002af), color-stop(80%, #340052), to(rgba(52, 0, 82, 0)));
  background-image: linear-gradient(to left, rgba(52, 0, 82, 0) 0%, #340052 20%, #7002af 40%, #7002af 60%, #340052 80%, rgba(52, 0, 82, 0) 100%);
}

.content .container > p {
  margin-left: 2rem;
}

.content .container > p a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #2F9B2C;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content__btn div {
  width: auto;
  color: #fff;
  text-align: center;
  margin: 3px;
  line-height: 22px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: auto;
  border-radius: 18px;
  border: 1px solid #5747ca;
  background-image: #392c98;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a4bcb), color-stop(20%, #5a4bcb), color-stop(40%, #392c98), color-stop(60%, #392c98), color-stop(80%, #5a4bcb), to(#5a4bcb));
  background-image: linear-gradient(to bottom, #5a4bcb 0%, #5a4bcb 20%, #392c98 40%, #392c98 60%, #5a4bcb 80%, #5a4bcb 100%);
  color: #fff799;
}

.content__btn div a {
  width: auto;
  background: #dfdfdf;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  border-radius: 30px;
  padding: 8px 16px;
  border: 1px solid #f1f1f1;
}

.content__btn div a:hover {
  border-radius: 30px;
}

.content__btn div.action a {
  border-radius: 30px;
}

.content__btn div .label:before {
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
}

.content__btn div .label:after {
  color: #4a0000;
  font-size: 0.7em;
}

.btnBox a {
  border: 1px solid #cf33ff;
  cursor: pointer;
  background-image: #c300ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9400c2), color-stop(20%, #9400c2), color-stop(40%, #c300ff), color-stop(60%, #c300ff), color-stop(80%, #9400c2), to(#9400c2));
  background-image: linear-gradient(to bottom, #9400c2 0%, #9400c2 20%, #c300ff 40%, #c300ff 60%, #9400c2 80%, #9400c2 100%);
  -webkit-box-shadow: 0px 3px 3px #4e0066;
          box-shadow: 0px 3px 3px #4e0066;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #ff3381;
  background-image: #ff0062;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2004a), color-stop(20%, #c2004a), color-stop(40%, #ff0062), color-stop(60%, #ff0062), color-stop(80%, #c2004a), to(#c2004a));
  background-image: linear-gradient(to bottom, #c2004a 0%, #c2004a 20%, #ff0062 40%, #ff0062 60%, #c2004a 80%, #c2004a 100%);
  -webkit-box-shadow: 0px 2px 2px #660027, inset 0 1px 1px 1px #ff297b, inset 0 -8px 8px 0px #ff5294;
          box-shadow: 0px 2px 2px #660027, inset 0 1px 1px 1px #ff297b, inset 0 -8px 8px 0px #ff5294;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #7002af;
  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(#50017d), color-stop(20%, #7002af), color-stop(80%, #7002af), to(#50017d));
  background: linear-gradient(to right, #50017d 0%, #7002af 20%, #7002af 80%, #50017d 100%);
  color: #fff;
}

.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 #7002af solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #7002af;
  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 #a300ff;
}

.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: #202c0d;
  border: 3px solid #a300ff;
}

.table tr {
  background: #fff;
  /*單格變色*/
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#560287), to(#7002af));
  background: linear-gradient(to top, #560287 0%, #7002af 100%);
  color: #fff;
}

.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, #64de81 0%, #b8f0c5 80%, #64de81 100%);
  top: -10px;
  right: 5px;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 6px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 30px;
    height: 3.2em;
    right: -38px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon p {
  color: #125422;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

.ribbon:before {
  border-bottom: 6px solid #27b548;
  border-left: 6px solibad transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #27b548;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  border-left: 15px solid #6ee089;
  border-right: 15px solid #6ee089;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 15px solid #6ee089;
    border-right: 15px solid #6ee089;
  }
}

.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, #004984 0%, #0081ea 80%, #004984 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 #00111e;
}

.ribbon_01--A:after {
  border-left: 15px solid #004984;
}

@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 .title p {
  background: #2b94ff;
  padding: 5px;
  text-align: center;
  margin-left: 0;
  color: #fff;
  font-weight: bold;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.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;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  color: #440000;
}

.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: #d885ff;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #f2d6ff;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #abd6ff;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #dffaff;
}

.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);
  background: transparent !important;
  font-size: 1.8rem;
}

.box-compose .symbol i {
  margin: 10px 0;
}

.box-compose .num {
  font-size: 2rem;
  font-weight: bold;
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #6747b5;
  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(#4c14bb), to(#9944fa));
  background: linear-gradient(to bottom, #4c14bb 0%, #9944fa 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);
}

/*跳進來*/
.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(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;
  }
}

/*淡出往下*/
.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(-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 tobottom {
  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;
  }
}
