@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("//fonts.googleapis.com/css?family=Voces");
@import url("//fonts.googleapis.com/css?family=Nova+Slim");
@import url("//fonts.googleapis.com/css?family=Almendra");
body {
  font-family: "Noto Sans TC", Verdana, Geneva, sans-serif;
  color: #000;
  line-height: 180%;
  font-size: 15px;
  position: relative;
  background-color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #0068b1;
  text-decoration: none;
}

.hide {
  display: none;
}

.clean {
  clear: both;
  line-height: 0;
  height: 0;
}

.edit {
  padding: 20px 15px;
}

.edit img, .edit iframe {
  max-width: 100%;
  height: auto;
}

.edit table {
  width: 100%;
  max-width: 100%;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInDown {
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 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: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 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: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInRight {
  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(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  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(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(8px);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  to {
    -webkit-filter: blur(0);
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(8px);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  to {
    -webkit-filter: blur(0);
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*共用*/
a {
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  color: #0068b1;
}

.clean {
  clear: both;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
	img
		&[src*=".svg"]
			width: 100%*/
#wrapper {
  width: 100%;
}

.test img {
  width: 100%;
  height: auto;
  display: block;
}

.page-btn {
  text-align: center;
  width: 100%;
  margin: 0 0 50px 0;
  font-size: 18px;
}

.page-btn a {
  display: inline-block;
  width: 200px;
  height: 64px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  line-height: 64px;
}

.page-btn a.btn {
  background: #c0c0c0;
}

.page-btn a.btn2 {
  background: #4282bd;
}

.page-btn input {
  display: inline-block;
  width: 200px;
  height: 64px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  line-height: 64px;
  background: #4282bd;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (max-width: 768px) {
  .page-btn a {
    width: 150px;
    height: 44px;
    line-height: 44px;
  }
  .page-btn input {
    width: 150px;
    height: 44px;
    line-height: 44px;
  }
}

/*手機版選單*/
/*nav*/
label {
  cursor: pointer;
}

label:focus {
  outline: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  background: #0068b1;
  width: 240px;
  display: none;
  height: 100%;
  -webkit-transform: translate3d(240px, 0, 0);
          transform: translate3d(240px, 0, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  z-index: 99;
}

@media only screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-nav .menu-toggle {
  position: fixed;
  top: 0;
  left: -60px;
  width: 60px;
  height: 80px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  z-index: 15;
  background: #fff url(https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/menu-alt-512.png) 50% 50%/25px 25px no-repeat;
}

.mobile-nav ul li > label {
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png) 95% 50%/16px 16px no-repeat;
}

.mobile-nav ul li a, .mobile-nav ul li label {
  display: block;
  font-size: 15px;
  padding: 20px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.mobile-nav ul li a:hover, .mobile-nav ul li label:hover {
  color: #fff;
}

@media only screen and (min-device-height: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-nav {
    display: block;
  }
}

/* hide inputs */
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */
.mobile-nav .mobile-nav label.menu-toggle {
  background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.selectnav {
  display: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: solid 1px #55a9db;
  color: #fff;
  padding: 5px;
  background: url("../images/expand-button.svg") no-repeat right 10px center;
  background-size: 10px;
}

@media only screen and (max-width: 1024px) {
  .selectnav {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  #nav {
    display: none;
  }
}

/*表頭*/
header {
  width: 248px;
  height: 100vh;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: fixed;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  left: 0;
  -webkit-box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  z-index: 2;
}

@media only screen and (max-width: 1440px) {
  header {
    width: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  header {
    width: 100%;
    padding: 0 60px 0 20px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 80px;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

header .logo {
  width: 140px;
  margin: 40px auto 0 auto;
}

@media only screen and (max-width: 1440px) {
  header .logo {
    width: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  header .logo {
    width: 60px;
    background: #fff;
    height: auto;
    margin: 0;
  }
}

header .logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

header nav {
  font-size: 24px;
  width: 140px;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  header nav {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
}

header nav a {
  display: block;
  margin: 16px 0;
}

header .h-btm {
  width: 183px;
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 1024px) {
  header .h-btm {
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  header .h-btm {
    width: 150px;
  }
}

header .h-btm .search {
  background: #f0f0f0;
  width: 100%;
  height: 47px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .h-btm .search .text {
  border: none;
  color: #a4a4a4;
  font-size: 15px;
  width: 80%;
  background: none;
}

header .h-btm .o-link {
  text-align: center;
  margin: 15px 0 0 0;
  border-top: solid 1px #dfdfdf;
  padding: 15px 0;
}

@media only screen and (max-width: 1024px) {
  header .h-btm .o-link {
    display: none;
  }
}

header .h-btm .o-link li {
  display: inline-block;
  vertical-align: middle;
}

header .h-btm .o-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: #9e9e9e;
  border-radius: 90%;
  margin: 0 3px;
}

header .h-btm .o-link li:nth-child(1) a {
  background: #3b5a9b;
}

header .h-btm .o-link li:nth-child(1) a:hover {
  background: #3b5a9b;
}

header .h-btm .o-link li:nth-child(2) a {
  background: #4ecd00;
}

header .h-btm .o-link li:nth-child(2) a:hover {
  background: #4ecd00;
}

@media only screen and (min-device-height: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  header {
    width: 100%;
    padding: 0 60px 0 20px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    height: 80px;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  header .logo {
    width: 60px;
    background: #fff;
    height: auto;
    margin: 0;
  }
  header nav {
    display: none;
  }
  header .h-btm {
    margin: 0;
  }
  header .o-link {
    display: none;
  }
}

/*主要區塊*/
.main {
  margin-left: 248px;
  height: 100vh;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .main {
    margin-left: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .main {
    margin-left: 0;
    margin-top: 80px;
  }
}

.main .speed-go {
  font-size: 18px;
  width: 100%;
  height: 113px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -owg-linear-gradient(45deg, #0165a1, #2ea4eb);
  background: -webkit-linear-gradient(45deg, #0165a1, #2ea4eb);
  background: -o-linear-gradient(45deg, #0165a1, #2ea4eb);
  background: linear-gradient(45deg, #0165a1, #2ea4eb);
}

@media only screen and (max-width: 1600px) {
  .main .speed-go {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .main .speed-go {
    height: 80px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .main .speed-go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main .speed-go .speed-box {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1440px) {
  .main .speed-go .speed-box {
    height: 80px;
  }
}

.main .speed-go .speed-box li {
  color: #70beec;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 1.222em;
}

@media only screen and (max-width: 1440px) {
  .main .speed-go .speed-box li {
    font-size: 1em;
  }
}

.main .speed-go .speed-box li:after {
  content: '';
  display: block;
  width: 2px;
  background: url("../images/speed-line.jpg") repeat-y;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -1px;
  margin: -7.5px 0 0 0;
}

.main .speed-go .speed-box li a {
  display: block;
  padding: 0 35px;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .main .speed-go .speed-box li a {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1240px) {
  .main .speed-go .speed-box li a {
    padding: 0 10px;
  }
}

.main .speed-go .speed-box li:first-child {
  padding: 0 35px 0 0;
}

@media only screen and (max-width: 1600px) {
  .main .speed-go .speed-box li:first-child {
    padding: 0 20px 0 0;
  }
}

@media only screen and (max-width: 1240px) {
  .main .speed-go .speed-box li:first-child {
    padding: 0 10px 0 0;
  }
}

.main .speed-go .speed-box li:last-child:after {
  display: none;
}

.main .speed-go .speed-box .dropup {
  position: relative;
}

.main .speed-go .speed-box .dropup .dropup-content {
  font-size: 15px;
  border-radius: 5px;
  position: absolute;
  padding: 15px;
  bottom: 60px;
  background: -owg-linear-gradient(#fff, #e1e1e1);
  background: -webkit-linear-gradient(#fff, #e1e1e1);
  background: -o-linear-gradient(#fff, #e1e1e1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
  background: linear-gradient(#fff, #e1e1e1);
  min-width: 127px;
  left: 50%;
  margin: 0 0 0 -78.5px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .main .speed-go .speed-box .dropup .dropup-content {
    display: none;
  }
}

.main .speed-go .speed-box .dropup .dropup-content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #e1e1e1 transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -12px;
}

.main .speed-go .speed-box .dropup .dropup-content a {
  color: black;
  padding: 5px 15px;
  font-size: 0.8333em;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  border-bottom: solid 1px #dfdfdf;
}

.main .speed-go .speed-box .dropup .dropup-content a:hover {
  color: #0068b1;
}

.main .speed-go .speed-box .dropup .dropup-content a:last-child {
  border-bottom: none;
}

.main .speed-go .speed-box .dropup:hover .dropup-content {
  bottom: 55px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}

.main .content-bg {
  background: url("../images/bg.jpg") repeat;
  overflow: hidden;
  padding: 50px;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .main .content-bg {
    padding: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .main .content-bg {
    padding: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .main .content-bg {
    padding: 10px 0;
  }
}

.main .content-bg .scroll-down {
  position: absolute;
  right: -45px;
  top: 110px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("../images/right-arrow.svg") no-repeat right center;
  background-size: 20px auto;
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 1440px) {
  .main .content-bg .scroll-down {
    display: none;
  }
}

@media only screen and (min-device-height: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .main {
    margin-left: 0;
    margin-top: 80px;
  }
}

/*大圖輪播*/
.banner {
  overflow: hidden;
}

.banner .row {
  position: relative;
}

.banner .row a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.banner .row .info {
  font-size: 18px;
  width: 400px;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

@media only screen and (max-width: 1440px) {
  .banner .row .info {
    font-size: 15px;
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .banner .row .info {
    width: 200px;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .banner .row .info {
    width: 100%;
    background: none !important;
    text-align: center;
  }
}

.banner .row .info .box {
  width: 80%;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.banner .row .info .box .title {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 480px) {
  .banner .row .info .box .title {
    font-size: 1.833em;
    margin: 10px 0;
  }
}

.banner .row .info .box .text {
  font-size: 1em;
  line-height: 180%;
}

@media only screen and (max-width: 768px) {
  .banner .row .info .box .text {
    display: none;
  }
}

.banner .row .right {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .banner .row .right {
    right: 0;
  }
}

.banner .row .left {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .banner .row .left {
    left: auto;
  }
}

.banner .row img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.index-box {
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 1440px) {
  .index-box {
    padding: 25px;
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 480px) {
  .index-box {
    padding: 10px;
  }
}

.index-box .title {
  font-size: 24px;
}

.index-box .title:after {
  content: '';
  display: block;
  width: 117px;
  height: 5px;
  background: #7ecef4;
  margin: 15px 0;
}

.index-box .title .sub-title {
  display: inline-block;
  font-size: 18px;
  color: #91bd2c;
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 1024px) {
  .index-box .title .sub-title {
    width: 100%;
    display: block;
    margin: 0;
  }
}

.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 60px;
  border-bottom: solid 1px #dfdfdf;
}

@media only screen and (max-width: 1440px) {
  .news-list li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 1024px) {
  .news-list li {
    height: 40px;
  }
}

.news-list li .date {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 1440px) {
  .news-list li .date {
    width: 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .news-list li .date {
    font-size: 15px;
  }
}

.news-list li .news-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media only screen and (max-width: 1440px) {
  .news-list li .news-name {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .news-list li .news-name {
    font-size: 15px;
  }
}

.tour-box {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #dfdfdf;
}

@media only screen and (max-width: 480px) {
  .tour-box {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}

.tour-box:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.tour-list {
  font-size: 0;
  padding: 30px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .tour-list {
    padding: 15px 0 0 0;
  }
}

.tour-list li {
  width: 22.75%;
  margin: 0 3% 20px 0;
  display: inline-block;
  vertical-align: top;
}

.tour-list li:nth-child(4n) {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .tour-list li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .tour-list li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}

.tour-list li .tour-img {
  width: 100%;
  height: 211px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .tour-list li .tour-img {
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .tour-list li .tour-img {
    height: 211px;
  }
}

@media only screen and (max-width: 480px) {
  .tour-list li .tour-img {
    height: 150px;
  }
}

.tour-list li .tour-img img {
  width: 330px;
  height: 211px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .tour-list li .tour-img img {
    width: 253px;
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .tour-list li .tour-img img {
    width: 330px;
    height: 211px;
  }
}

@media only screen and (max-width: 480px) {
  .tour-list li .tour-img img {
    width: 253px;
    height: 150px;
  }
}

.tour-list li .tour-img a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.tour-list li .tour-img a:before {
  content: 'VIEW';
  background: url("../images/magnifier.svg") no-repeat 0 center;
  background-size: 20px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 0 0 0 30px;
  text-indent: 0;
  font-size: 18px;
}

@media only screen and (max-width: 480px) {
  .tour-list li .tour-img a:before {
    background: url("../images/magnifier.svg") no-repeat 0 center;
    background-size: 15px;
    font-size: 15px;
    padding: 0 0 0 25px;
    right: 10px;
    bottom: 10px;
  }
}

.tour-list li .tour-img a:hover {
  background: rgba(1, 101, 161, 0.5);
}

.tour-list li .tour-img a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tour-list li:hover img {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.tour-list li .tour-en {
  color: #0068b1;
  font-size: 18px;
  font-style: italic;
  margin: 5px 0;
}

.tour-list li .date {
  color: #dc2e2e;
  font-size: 15px;
}

.tour-list li .date .delete {
  text-decoration: line-through;
}

.tour-list li .tour-name {
  font-size: 18px;
  margin: 8px 0;
  display: block;
  min-height: 54px;
}

@media only screen and (max-width: 1024px) {
  .tour-list li .tour-name {
    font-size: 15px;
  }
}

.tour-list li .tour-text {
  color: #808080;
  font-size: 15px;
  min-height: 67.5px;
  max-height: 135px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .tour-list li .tour-text {
    display: none;
  }
}

.tour-list li .det-more {
  font-size: 15px;
  color: #000;
  display: inline-block;
  margin: 10px 0 0 0;
}

.tour-list li .det-more:hover {
  text-decoration: underline;
}

.theme-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .theme-list {
    margin: 30px 0 0 0;
  }
}

.theme-list li {
  width: 48.8%;
  margin: 0 0 33px 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .theme-list li {
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 768px) {
  .theme-list li {
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 480px) {
  .theme-list li {
    width: 48%;
    margin: 0 0 15px 0;
  }
}

.theme-list li .theme-img {
  width: 100%;
  height: 424px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .theme-list li .theme-img {
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .theme-list li .theme-img {
    height: 200px;
  }
}

.theme-list li .theme-img .theme-no {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 48px;
  font-family: 'Voces', cursive;
  z-index: 4;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .theme-list li .theme-img .theme-no {
    top: 15px;
    left: 15px;
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .theme-list li .theme-img .theme-no {
    font-size: 18px;
    top: 10px;
    left: 10px;
  }
}

.theme-list li .theme-img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.theme-list li .theme-img img {
  width: 711px;
  height: 424px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .theme-list li .theme-img img {
    width: 503px;
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .theme-list li .theme-img img {
    width: 335px;
    height: 200px;
  }
}

.theme-list li .theme-img:before {
  content: '';
  display: block;
  background: -owg-linear-gradient(rgba(255, 255, 255, 0), black);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), black);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), black);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(rgba(255, 255, 255, 0), black);
  position: absolute;
  height: 50%;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.theme-list li .theme-img .theme-info {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 37px;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .theme-list li .theme-img .theme-info {
    padding: 15px;
  }
}

.theme-list li .theme-img .theme-info .theme-name {
  padding: 0 0 0 40px;
  background: url("../images/place.svg") no-repeat 0 center;
  background-size: 26px auto;
  display: block;
  color: #fff;
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  .theme-list li .theme-img .theme-info .theme-name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .theme-list li .theme-img .theme-info .theme-name {
    padding: 0;
    font-size: 15px;
    background: none;
  }
}

.theme-list li .theme-img .theme-info .theme-text {
  color: #e6e6e6;
  font-size: 15px;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .theme-list li .theme-img .theme-info .theme-text {
    display: none;
  }
}

.theme-list li .theme-img:hover img {
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

.theme-list li:nth-child(2n-1) {
  margin: -33px 0 0 0;
}

@media only screen and (max-width: 480px) {
  .theme-list li:nth-child(2n-1) {
    margin: 0;
  }
}

.theme-list li:last-child {
  margin: 0;
}

.about-bg {
  width: 100%;
  height: 508px;
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

@media only screen and (max-width: 1440px) {
  .about-bg {
    font-size: 18px;
  }
}

.about-bg .content {
  color: #fff;
  width: 900px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .about-bg .content {
    width: 80%;
  }
}

.about-bg .content .title {
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  .about-bg .content .title {
    font-size: 24px;
  }
}

.about-bg .content .text {
  font-size: 18px;
  line-height: 2;
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .about-bg .content .text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .about-bg .content .text .content-s {
    height: 150px;
  }
}

.about-bg .content .more {
  width: 253px;
  height: 54px;
  border-radius: 90px;
  background: #00b7ee;
  line-height: 54px;
  display: block;
  margin: auto;
  color: #fff;
}

/*表尾*/
footer {
  background: #2b2b2b;
  font-size: 16px;
}

footer .content {
  overflow: hidden;
  padding: 80px 50px 0 50px;
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  footer .content {
    padding: 40px 25px 0 25px;
  }
}

footer .content .company-info {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 1440px) {
  footer .content .company-info {
    width: 100%;
    float: none;
    overflow: hidden;
    padding: 0 0 50px 0;
  }
}

@media only screen and (max-width: 480px) {
  footer .content .company-info {
    text-align: center;
  }
}

footer .content .company-info .company-name {
  font-size: 24px;
}

footer .content .company-info .company-text {
  font-size: 15px;
}

@media only screen and (max-width: 480px) {
  footer .content .company-info .company-text {
    margin: 0 0 20px 0;
  }
}

footer .content .company-info .list {
  margin: 40px 0 0 0;
}

footer .content .company-info .list li {
  padding: 0 0 0 100px;
  margin: 0 0 30px 0;
  position: relative;
}

footer .content .company-info .list li:before {
  display: block;
  content: '';
  width: 80px;
  height: 1px;
  background: #5e5e5e;
  position: absolute;
  left: 0;
  top: 17px;
}

footer .content .company-info .list li .name {
  color: #c39f63;
  font-size: 24px;
  margin: 0 0 10px 0;
}

footer .content .company-info .list li span {
  display: block;
  font-size: 15px;
}

@media only screen and (max-width: 1440px) {
  footer .content .company-info .list li {
    padding: 0 30px 0 0;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .content .company-info .list li:before {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  footer .content .company-info .list li {
    width: 100%;
  }
}

footer .content .link {
  width: 50%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1440px) {
  footer .content .link {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  footer .content .link {
    display: none;
  }
}

footer .content .link .row {
  width: auto;
  margin: 0 0 20px 0;
}

footer .content .link .row h3 {
  color: #c39f63;
  font-size: 18px;
  margin: 0 0 20px 0;
}

footer .content .link .row a {
  color: #aeaeae;
  display: block;
  margin: 8px 0;
}

footer .content .link .row a:hover {
  color: #fff;
}

footer .content .link .row:nth-child(4) {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  footer .content .link .row {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  footer .content .link .row {
    width: 100%;
  }
}

footer .content .link .tour-row {
  width: auto;
}

@media only screen and (max-width: 768px) {
  footer .content .link .tour-row {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  footer .content .link .tour-row {
    width: 100%;
  }
}

footer .content .link .tour-row .list {
  width: 120px;
  float: left;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .content .link .tour-row2 {
  width: auto;
  min-width: 400px;
  max-width: 500px;
}

@media only screen and (max-width: 768px) {
  footer .content .link .tour-row2 {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
}

footer .content .link .tour-row2 .list {
  width: 50%;
  float: left;
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .btm {
  border-top: solid 1px #5e5e5e;
  color: #5e5e5e;
  line-height: 43px;
  min-height: 43px;
  position: relative;
  margin: 50px 0 0 0;
  padding: 0 0 0 50px;
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  footer .btm {
    padding: 0 0 0 25px;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  footer .btm {
    line-height: 180%;
    text-align: center;
    padding: 0 10px;
  }
}

footer .btm .copyright {
  display: inline-block;
  font-family: 'Voces', cursive;
}

footer .btm .e-work {
  display: inline-block;
  margin: 0 0 0 25px;
  font-family: 'Noto Sans TC';
}

footer .btm .e-work a {
  color: #5e5e5e;
}

footer .btm .e-work a:hover {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  footer .btm .e-work {
    margin: 0;
  }
}

footer .btm .top {
  height: 43px;
  width: 145px;
  display: none;
  text-align: center;
  color: #aeaeae;
  background: #4d4d4d;
  position: fixed;
  right: 0;
  bottom: 0;
  line-height: 43px;
  z-index: 9999;
}

@media only screen and (max-width: 1024px) {
  footer .btm .top {
    right: 10px;
    bottom: 100px;
    width: auto;
    height: auto;
    padding: 0 5px;
    line-height: inherit;
    border-radius: 5px;
  }
}

/*內頁*/
.page-banner {
  width: 100%;
  height: 352px;
  position: relative;
  overflow: hidden;
}

.page-banner img {
  display: block;
  width: 1672px;
  height: 350px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  position: absolute;
}

.page-banner .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.page-banner .title > div {
  text-align: center;
}

.page-banner .title h2 {
  font-weight: bold;
  font-size: 36px;
}

.page-banner .title .text {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .page-banner .title h2 {
    font-size: 24px;
  }
  .page-banner .title .text {
    font-size: 15px;
  }
}

.page-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .page-banner {
    height: 214px;
  }
  .page-banner img {
    width: 1024px;
    height: 214px;
  }
}

@media only screen and (max-width: 480px) {
  .page-banner {
    height: 150px;
  }
  .page-banner img {
    width: 713px;
    height: 150px;
  }
}

.content-bg2 {
  background: url("../images/bg.jpg") repeat;
  overflow: hidden;
  padding: 0 50px;
}

@media only screen and (max-width: 1440px) {
  .content-bg2 {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 480px) {
  .content-bg2 {
    padding: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .content-bg2 {
    padding: 10px 0;
  }
}

.content-bg2 #breadcrumb {
  padding: 18px 10px;
}

.content-bg2 #breadcrumb li {
  display: inline-block;
}

.content-bg2 #breadcrumb li a {
  color: #545454;
  display: block;
  padding: 0 15px;
  position: relative;
}

.content-bg2 #breadcrumb li a:after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background: #545454;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 0 0 0;
}

.content-bg2 #breadcrumb li a:hover {
  color: #000;
}

.content-bg2 #breadcrumb li:first-child a {
  padding: 0 15px 0 26px;
  background: url("../images/home.svg") no-repeat 0 2px;
  background-size: 18px;
}

.content-bg2 #breadcrumb li:last-child a:after {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .content-bg2 #breadcrumb li {
    display: none;
  }
  .content-bg2 #breadcrumb li a {
    padding: 0;
  }
  .content-bg2 #breadcrumb li a:after {
    display: none;
  }
  .content-bg2 #breadcrumb li:first-child, .content-bg2 #breadcrumb li:last-child {
    display: inline-block;
  }
}

.content-bg2 .page-box-about {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px 0;
}

.content-bg2 .page-box {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 1440px) {
  .content-bg2 .page-box {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
  }
}

@media only screen and (max-width: 480px) {
  .content-bg2 .page-box {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}

.content-bg2 .page-box .theme-list {
  margin: 33px 0 0 0;
}

.content-bg2 .page-box .page-det {
  padding: 0 50px;
}

@media only screen and (max-width: 1440px) {
  .content-bg2 .page-box .page-det {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 480px) {
  .content-bg2 .page-box .page-det {
    padding: 0 10px;
  }
}

.content-bg2 .page-box .page-det .det-title {
  background: url("../images/det-title-bg.jpg") no-repeat;
  width: 171px;
  padding: 21px 0 0 0;
  height: 66px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 1024px) {
  .content-bg2 .page-box .page-det .det-title {
    font-size: 18px;
  }
}

.content-bg2 .page-box .page-det .det-edit01 {
  font-size: 15px;
}

.content-bg2 .page-box .page-det .det-edit01 img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .content-bg2 .page-box .page-det .det-edit01 table {
    width: 100%;
  }
}

.content-bg2 .page-box .tag-btn {
  width: 100%;
  padding: 18px 0;
  font-size: 0;
  text-align: center;
  background: -owg-linear-gradient(#2ea4eb, #0165a1);
  background: -webkit-linear-gradient(#2ea4eb, #0165a1);
  background: -o-linear-gradient(#2ea4eb, #0165a1);
  background: -webkit-gradient(linear, left top, left bottom, from(#2ea4eb), to(#0165a1));
  background: linear-gradient(#2ea4eb, #0165a1);
}

.content-bg2 .page-box .tag-btn li {
  display: inline-block;
  padding: 0 18px;
}

.content-bg2 .page-box .tag-btn li a {
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .content-bg2 .page-box .tag-btn li {
    padding: 0 9px;
  }
  .content-bg2 .page-box .tag-btn li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .content-bg2 .page-box .tag-btn {
    text-align: left;
  }
  .content-bg2 .page-box .tag-btn li {
    width: 25%;
    padding: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}

.content-bg2 .page-box .page-row {
  padding: 30px 50px 0 50px;
}

@media only screen and (max-width: 1440px) {
  .content-bg2 .page-box .page-row {
    padding: 15px 25px 0 25px;
  }
}

.content-bg2 .page-box .page-row .sub-title {
  border-bottom: solid 1px #e2e2e2;
  min-height: 60px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
  .content-bg2 .page-box .page-row .sub-title {
    display: block;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    height: auto;
  }
}

.content-bg2 .page-box .page-row .sub-title .area-name {
  min-width: 215px;
  font-size: 24px;
}

.content-bg2 .page-box .page-row .sub-title .area-link li {
  display: inline-block;
}

.content-bg2 .page-box .page-row .sub-title .area-link li a {
  display: block;
  padding: 10px 27px;
  color: #000;
  font-size: 18px;
}

.content-bg2 .page-box .page-row .sub-title .area-link li a:hover {
  background: #2d8fcf;
  color: #fff;
}

.content-bg2 .page-box .page-row .sub-title .area-link .active a {
  background: #2d8fcf;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .content-bg2 .page-box .page-row .sub-title .area-link {
    padding: 10px 0;
  }
  .content-bg2 .page-box .page-row .sub-title .area-link li a {
    padding: 5px 14px;
    font-size: 15px;
  }
}

.content-bg2 .page-box .page-row .more {
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
  overflow: hidden;
}

.content-bg2 .page-box .page-row .more a {
  background: url("../images/more.svg") no-repeat right 10px center #2d8fcf;
  background-size: 18px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  width: 270px;
  height: 67px;
  line-height: 67px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  text-align: left;
}

.out-det-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0;
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .out-det-btn {
    display: block;
  }
}

.out-det-btn a {
  display: inline-block;
  width: 50%;
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
}

.out-det-btn a a {
  width: 50%;
}

.out-det-btn a.inquiry {
  color: #fff;
  background: #4282bd;
}

.out-det-btn a.inquiry:hover {
  background: #ffbd1d;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.out-det-btn a.back {
  color: #bfbfbf;
  background: #373737;
}

.out-det-btn a.back:hover {
  background: #000;
}

.tour-detail {
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 1440px) {
  .tour-detail {
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 480px) {
  .tour-detail {
    margin: 0 0 10px 0;
  }
}

.tour-detail .tour-info {
  background: #999;
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .tour-detail .tour-info {
    height: auto;
    padding: 0;
  }
}

.tour-detail .tour-info img {
  width: 1572px;
  height: 519px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  position: absolute;
}

.tour-detail .tour-info:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.tour-detail .tour-info .content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 519px;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .tour-detail .tour-info .content {
    padding: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .tour-detail .tour-info .content {
    height: auto;
  }
}

.tour-detail .tour-info .content .left {
  width: 55%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .tour-detail .tour-info .content .left {
    width: 100%;
    float: none;
  }
}

.tour-detail .tour-info .content .left .tour-name {
  padding: 20px 0;
  border-bottom: solid 1px #818181;
  font-size: 24px;
  color: #eacb4f;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .tour-detail .tour-info .content .left .tour-name {
    padding: 20px 0;
    font-size: 18px;
  }
}

.tour-detail .tour-info .content .left .tour-name span {
  display: block;
}

.tour-detail .tour-info .content .left .tour-name img {
  width: 40px;
  height: auto;
  position: inherit;
  margin: 0 0 0 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tour-detail .tour-info .content .left .tour-name .download-file {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  min-width: 65px;
}

.tour-detail .tour-info .content .left .date {
  background: url("../images/calendar.svg") no-repeat 0 center;
  background-size: 24px;
  padding: 0 0 0 33px;
  font-size: 18px;
  color: #eacb4f;
}

.tour-detail .tour-info .content .left .date-list {
  margin: 17px 0 0 0;
  font-family: 'Nova Slim', cursive;
  font-size: 18px;
  min-height: 50px;
}

.tour-detail .tour-info .content .left .date-list span {
  color: #fff;
  background: rgba(255, 69, 0, 0.8);
  padding: 5px 10px;
  display: inline-block;
}

.tour-detail .tour-info .content .left .date-list .delete {
  text-decoration: line-through;
}

.tour-detail .tour-info .content .left .tips {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .tour-detail .tour-info .content .left .tips {
    display: none;
  }
}

.tour-detail .tour-info .content .left .tips .content-s {
  height: 170px;
  max-height: 170px;
  overflow: hidden;
}

.tour-detail .tour-info .content .right {
  width: 40%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .tour-detail .tour-info .content .right {
    width: 100%;
    float: none;
  }
}

.tour-detail .tour-info .content .right .sub-text {
  color: #d1d1d1;
  font-size: 15px;
}

.tour-detail .tour-info .content .right .price {
  color: #fff;
  font-size: 36px;
  margin: 13px 0;
}

@media only screen and (max-width: 1024px) {
  .tour-detail .tour-info .content .right .price {
    font-size: 24px;
  }
}

.tour-detail .tour-info .content .right .tab-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour-detail .tour-info .content .right .tab-btn a {
  width: 49.8%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  line-height: 50px;
  text-align: center;
  margin: 0 1px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}

.tour-detail .tour-info .content .right .tab-btn a:nth-child(2n) {
  margin: 0 0 2px 0;
}

.tour-detail .tour-info .content .right .tab-btn a:hover {
  background: #4282bd;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .tour-detail .tour-info .content .right .tab-btn a {
    font-size: 15px;
  }
}

.tour-detail .tour-info .content .right .det-btn a {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .tour-detail .tour-info .content .right .det-btn {
    display: none;
  }
  .tour-detail .tour-info .content .right .det-btn a {
    width: 50%;
    display: inline-block;
  }
}

.tour-detail .tour-info .content .right .det-btn a.inquiry {
  color: #fff;
  background: #4282bd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tour-detail .tour-info .content .right .det-btn a.inquiry:hover {
  background: #ffbd1d;
}

.tour-detail .tour-info .content .right .det-btn a.back {
  color: #bfbfbf;
  background: #373737;
}

.tour-detail .tour-info .content .right .det-btn a.back:hover {
  background: #000;
}

.day-tips {
  margin: 0 0 20px 0;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

@media only screen and (max-width: 1440px) {
  .day-tips {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .day-tips {
    padding: 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .day-tips span {
    width: 50%;
    display: block;
  }
}

.day-tips .open-close {
  width: 134px;
  height: 45px;
  background: #4282bd;
  display: block;
  position: relative;
  margin: 0 0 0 10px;
}

.day-tips .open-close:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../images/arrow.svg") no-repeat;
  background-size: 15px;
  left: 10px;
  top: 50%;
  margin: -7.5px 0 0 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.day-tips .open-close:after {
  content: attr(data-close);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 10px;
}

.day-tips .open-close.active:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.day-tips .open-close.active:after {
  content: attr(data-open);
}

.day-row {
  margin: 0 0 30px 0;
  padding: 0 50px;
}

@media only screen and (max-width: 1440px) {
  .day-row {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .day-row {
    padding: 0;
  }
}

.day-row .day-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  border: solid 1px #e7e7e7;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.day-row .day-name dt {
  width: 140px;
  padding: 0 20px 0 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.day-row .day-name dt .big {
  font-size: 24px;
  font-weight: bold;
  color: #8abbe8;
  display: block;
}

.day-row .day-name dt .num {
  color: #4282bd;
  display: block;
  margin: 0 0 0 30px;
  font-size: 47.88px;
  font-family: 'Almendra', serif;
  line-height: 60%;
  height: 50px;
}

.day-row .day-name dd {
  width: 100%;
  font-size: 24px;
}

.day-row .day-name dd img {
  vertical-align: middle;
  margin: -3px 5px 0 5px;
}

@media only screen and (max-width: 1024px) {
  .day-row .day-name dd {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .day-row .day-name {
    display: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    height: auto;
    padding: 10px;
  }
  .day-row .day-name dt {
    width: 100%;
    padding: 0;
  }
  .day-row .day-name dt .big, .day-row .day-name dt .num {
    display: inline-block;
    font-size: 18px;
  }
  .day-row .day-name dt .num {
    font-size: 36px;
    margin: 0 0 0 10px;
    height: auto;
  }
  .day-row .day-name dd {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.day-row .day-content-box {
  height: 0 !important;
}

.day-row .day-content {
  overflow: hidden;
  /*景點板型2*/
  /*景點板型3*/
  /*景點板型3*/
}

.day-row .day-content .list {
  margin: 20px 0 0 0;
  overflow: hidden;
}

.day-row .day-content .list li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.day-row .day-content .list li .point-img {
  width: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .list li .point-img {
    width: 100%;
    z-index: 1;
  }
  .day-row .day-content .list li .point-img .cover {
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    z-index: 2;
  }
}

.day-row .day-content .list li .point-img img {
  position: relative;
  display: block;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .list li .point-img img {
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.day-row .day-content .list li .point-img:before, .day-row .day-content .list li .point-img:after {
  content: '';
  display: block;
  width: 95%;
  height: 95%;
  top: 2.5%;
  right: 2.5%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px transparent;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.day-row .day-content .list li .point-img:before {
  width: 0;
}

.day-row .day-content .list li .point-img:after {
  height: 0;
}

.day-row .day-content .list li:hover .point-img img {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.day-row .day-content .list li:hover .point-img:before {
  width: 95%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.day-row .day-content .list li:hover .point-img:after {
  height: 95%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .list li:hover .point-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .day-row .day-content .list li:hover .point-img:before, .day-row .day-content .list li:hover .point-img:after {
    display: none;
  }
}

.day-row .day-content .list li .point-info {
  background: #f3f3f3;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.day-row .day-content .list li .point-info .content {
  width: 85%;
}

.day-row .day-content .list li .point-info .content .name {
  font-size: 24px;
  font-weight: bold;
  color: #595959;
}

@media only screen and (max-width: 1024px) {
  .day-row .day-content .list li .point-info .content .name {
    font-size: 18px;
  }
}

.day-row .day-content .list li .point-info .content .text {
  margin: 20px 0 0 0;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .list li .point-info .content .text {
    display: none;
  }
}

.day-row .day-content .list li .point-info .content .text .content-s {
  height: 200px;
  max-height: 200px;
  overflow: hidden;
}

@media only screen and (max-width: 1229px) {
  .day-row .day-content .list li .point-info .content .text .content-s {
    height: 100px;
    max-height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .list li .point-info {
    width: 50%;
    max-width: 686px;
    margin: auto;
    float: none;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
  }
  .day-row .day-content .list li .point-info .content {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .list li .point-info {
    width: 100%;
    background: none;
    left: 0;
    z-index: 2;
    height: auto;
    bottom: 0;
    display: block;
    top: inherit;
  }
  .day-row .day-content .list li .point-info .content .name {
    color: #fff;
  }
}

.day-row .day-content .num2 li {
  width: 50%;
  position: relative;
  height: auto;
  float: left;
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .num2 li {
    width: 100%;
    float: none;
    height: auto;
  }
}

.day-row .day-content .num2 li .point-img {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num2 li .point-img {
    position: inherit;
  }
}

.day-row .day-content .num2 li .point-img .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num2 li .point-img .cover {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .num2 li .point-img .cover {
    display: block;
    top: inherit;
    height: 30%;
    background: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
}

.day-row .day-content .num2 li .point-info {
  width: 100%;
  position: absolute;
  z-index: 2;
  background: none;
  color: #fff;
}

.day-row .day-content .num2 li .point-info .content .name {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num2 li .point-info {
    position: inherit;
    color: #595959;
    background: #f3f3f3;
  }
  .day-row .day-content .num2 li .point-info .content .name {
    color: #595959;
  }
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .num2 li .point-info {
    position: absolute;
    background: none;
  }
  .day-row .day-content .num2 li .point-info .content .name {
    color: #fff;
  }
}

.day-row .day-content .num2 li:hover .point-img .cover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.day-row .day-content .num2 li:hover .point-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num2 li:hover .point-info {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.day-row .day-content .num3 li:nth-child(2), .day-row .day-content .num3 li:nth-child(3) {
  width: 50%;
  position: relative;
  height: auto;
  float: left;
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .num3 li:nth-child(2), .day-row .day-content .num3 li:nth-child(3) {
    width: 100%;
  }
}

.day-row .day-content .num3 li:nth-child(2) .point-img, .day-row .day-content .num3 li:nth-child(3) .point-img {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num3 li:nth-child(2) .point-img, .day-row .day-content .num3 li:nth-child(3) .point-img {
    height: 243px;
  }
  .day-row .day-content .num3 li:nth-child(2) .point-img img, .day-row .day-content .num3 li:nth-child(3) .point-img img {
    width: 334px;
    height: 243px;
  }
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .num3 li:nth-child(2) .point-img, .day-row .day-content .num3 li:nth-child(3) .point-img {
    height: auto;
  }
  .day-row .day-content .num3 li:nth-child(2) .point-img img, .day-row .day-content .num3 li:nth-child(3) .point-img img {
    width: 100%;
    height: auto;
  }
}

.day-row .day-content .num3 li:nth-child(2) .point-img .cover, .day-row .day-content .num3 li:nth-child(3) .point-img .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num3 li:nth-child(2) .point-img .cover, .day-row .day-content .num3 li:nth-child(3) .point-img .cover {
    top: inherit;
    height: 30%;
    background: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
}

.day-row .day-content .num3 li:nth-child(2) .point-info, .day-row .day-content .num3 li:nth-child(3) .point-info {
  width: 100%;
  position: absolute;
  z-index: 2;
  background: none;
  color: #fff;
  bottom: 0;
}

.day-row .day-content .num3 li:nth-child(2) .point-info .content .name, .day-row .day-content .num3 li:nth-child(3) .point-info .content .name {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num3 li:nth-child(2) .point-info, .day-row .day-content .num3 li:nth-child(3) .point-info {
    top: inherit;
    height: auto;
  }
  .day-row .day-content .num3 li:nth-child(2) .point-info .content .text, .day-row .day-content .num3 li:nth-child(3) .point-info .content .text {
    display: none;
  }
}

.day-row .day-content .num3 li:nth-child(2):hover .point-img .cover, .day-row .day-content .num3 li:nth-child(3):hover .point-img .cover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num3 li:nth-child(2):hover .point-img .cover, .day-row .day-content .num3 li:nth-child(3):hover .point-img .cover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.day-row .day-content .num3 li:nth-child(2):hover .point-info, .day-row .day-content .num3 li:nth-child(3):hover .point-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num3 li:nth-child(2):hover .point-info, .day-row .day-content .num3 li:nth-child(3):hover .point-info {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.day-row .day-content .num4 li {
  width: 50%;
  position: relative;
  height: auto;
  float: left;
}

@media only screen and (max-width: 480px) {
  .day-row .day-content .num4 li {
    width: 100%;
    height: auto;
    float: none;
  }
}

.day-row .day-content .num4 li .point-img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.day-row .day-content .num4 li .point-img .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num4 li .point-img .cover {
    top: inherit;
    height: 30%;
    background: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
}

.day-row .day-content .num4 li .point-info {
  width: 100%;
  position: absolute;
  z-index: 2;
  background: none;
  color: #fff;
  bottom: 0;
}

.day-row .day-content .num4 li .point-info .content .name {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num4 li .point-info {
    top: inherit;
    height: auto;
  }
  .day-row .day-content .num4 li .point-info .content .text {
    display: none;
  }
}

.day-row .day-content .num4 li:hover .point-img .cover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num4 li:hover .point-img .cover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.day-row .day-content .num4 li:hover .point-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .num4 li:hover .point-info {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.day-row .day-content .det-edit {
  padding: 20px 0;
}

.day-row .day-content .activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.day-row .day-content .activity li {
  width: 30%;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 18px;
}

.day-row .day-content .activity li:nth-child(3) {
  margin: 0;
}

.day-row .day-content .activity li:nth-child(4) {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .day-row .day-content .activity li {
    font-size: 15px;
  }
}

.day-row .day-content .activity li .icon {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-weight: bold;
  color: #fff;
  background: #4282bd;
  position: relative;
}

.day-row .day-content .activity li .icon img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.day-row .day-content .activity li .icon:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 0 12px;
  border-color: #4282bd transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -6px;
}

.day-row .day-content .activity li .icon-content {
  background: #f3f3f3;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flight-table {
  margin: 0 0 30px 0;
  width: 100%;
  font-size: 18px;
}

.flight-table th {
  background: #f3f3f3;
  height: 57px;
}

.flight-table td {
  height: 57px;
  text-align: center;
  border-bottom: solid 1px #dfdfdf;
}

@media only screen and (max-width: 999px) {
  .flight-table {
    font-size: 15px;
  }
  .flight-table th, .flight-table td {
    height: auto;
    padding: 10px 0;
  }
}

/*線上諮詢*/
.inquiry .tips {
  font-size: 15px;
}

@media only screen and (max-width: 999px) {
  .inquiry .tips {
    width: 70%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
}

.inquiry .list {
  font-size: 0;
}

.inquiry .list li {
  width: 48%;
  margin: 30px 4% 0 0;
  display: inline-block;
  font-size: 15px;
}

.inquiry .list li .sub-tit {
  width: 100%;
  margin: 0 0 10px 0;
}

.inquiry .list li .text {
  width: 100%;
  height: 54px;
  border: solid 1px #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  background: -owg-linear-gradient(#fff, #f2f2f2);
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: -o-linear-gradient(#fff, #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: linear-gradient(#fff, #f2f2f2);
}

.inquiry .list li .text2 {
  width: 100%;
  height: 183px;
  border: solid 1px #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: -owg-linear-gradient(#fff, #f2f2f2);
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: -o-linear-gradient(#fff, #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: linear-gradient(#fff, #f2f2f2);
}

.inquiry .list li .text3 {
  width: 150px;
  height: 54px;
  border: solid 1px #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  background: -owg-linear-gradient(#fff, #f2f2f2);
  background: -webkit-linear-gradient(#fff, #f2f2f2);
  background: -o-linear-gradient(#fff, #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: linear-gradient(#fff, #f2f2f2);
}

.inquiry .list li .text-area {
  width: 100%;
  height: 54px;
  line-height: 54px;
}

.inquiry .list li .text-area label {
  margin: 0 50px 0 0;
}

.inquiry .list li .text-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inquiry .list li .text-space .box {
  width: 48%;
}

.inquiry .list li:nth-child(2n) {
  margin: 30px 0 0 0;
}

.inquiry .list li:nth-child(5), .inquiry .list li:nth-child(6), .inquiry .list li:nth-child(7) {
  width: 100%;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 999px) {
  .inquiry .list li {
    width: 100%;
    margin: 0;
  }
  .inquiry .list li .text-space {
    display: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    height: auto;
    line-height: inherit;
    padding: 10px 0;
  }
  .inquiry .list li .text-space .box {
    width: 100%;
  }
}

.search .search-tabs {
  width: 100%;
  overflow: hidden;
}

.search .search-tabs li {
  width: 50%;
  float: left;
}

.search .search-tabs li a {
  background: #74bae6;
  display: block;
  height: 58px;
  text-align: center;
  line-height: 58px;
  font-size: 24px;
  color: #fff;
}

.search .search-tabs li a:hover {
  background: #0575bd;
}

.search .search-tabs li.active a {
  background: #0575bd;
}

@media only screen and (max-width: 1024px) {
  .search .search-tabs li a {
    font-size: 18px;
  }
}

.search .search-content {
  padding: 0 50px;
  font-size: 15px;
}

@media only screen and (max-width: 1440px) {
  .search .search-content {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 480px) {
  .search .search-content {
    padding: 0 10px;
  }
}

.search .search-content .search-form {
  overflow: hidden;
  margin: 20px 0;
}

.search .search-content .search-form .area1 {
  width: 30%;
  float: left;
  margin: 0 2.5% 0 0;
}

.search .search-content .search-form .area1 .box li .text {
  background: url("../images/drop-icon.jpg") no-repeat right 10px center;
}

.search .search-content .search-form .area2 {
  width: 35%;
  float: left;
  margin: 0 2.5% 0 0;
}

.search .search-content .search-form .area2 .box li .text {
  background: url("../images/calendar1.svg") no-repeat right 10px center;
  background-size: 15px;
}

.search .search-content .search-form .area2 .box li.icon {
  width: 10px;
}

.search .search-content .search-form .area3 {
  width: 17%;
  float: left;
  margin: 0 2.5% 0 0;
}

.search .search-content .search-form .area4 {
  width: 10.5%;
  float: left;
  margin: 0 0 0 0;
}

.search .search-content .search-form .sub-tit {
  height: 45px;
  line-height: 45px;
}

.search .search-content .search-form .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search .search-content .search-form .box li {
  width: 100%;
  margin: 0 18px 0 0;
}

.search .search-content .search-form .box li:last-child {
  margin: 0;
}

.search .search-content .search-form .box .text {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 20px;
  width: 100%;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
}

.search .search-content .search-form .box .btn {
  width: 100%;
  height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #ecb737;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: center;
  background: -owg-linear-gradient(#f8bc1b, #efb10a);
  background: -webkit-linear-gradient(#f8bc1b, #efb10a);
  background: -o-linear-gradient(#f8bc1b, #efb10a);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8bc1b), to(#efb10a));
  background: linear-gradient(#f8bc1b, #efb10a);
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .search .search-content .search-form .area1 {
    width: 100%;
  }
  .search .search-content .search-form .area2 {
    width: 100%;
    margin: 0;
  }
  .search .search-content .search-form .area3 {
    width: 100%;
    margin: 0;
  }
  .search .search-content .search-form .area3 .sub-tit {
    height: 10px;
  }
  .search .search-content .search-form .area4 {
    width: 100%;
    margin: 0;
  }
  .search .search-content .search-form .area4 .sub-tit {
    height: 10px;
  }
}

.search .search-content .tour-table {
  margin: 25px 0 0 0;
  width: 100%;
  font-size: 18px;
}

.search .search-content .tour-table tr {
  border-bottom: 1px solid #d6d6d6;
}

.search .search-content .tour-table tr th, .search .search-content .tour-table tr td {
  padding: 15px 10px;
  text-align: center;
}

.search .search-content .tour-table tr:nth-child(2n) {
  background: #f7f7f7;
}

.search .search-content .tour-table tr td.tour-name {
  text-align: left;
}

.search .search-content .tour-table tr td.tour-name a {
  font-size: 18px;
  color: #0575bd;
}

.search .search-content .tour-table tr td.tips {
  font-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .search .search-content .tour-table {
    font-size: 15px;
  }
  .search .search-content .tour-table tr th, .search .search-content .tour-table tr td {
    padding: 10px;
  }
  .search .search-content .tour-table tr td {
    text-align: left;
  }
  .search .search-content .tour-table tbody tr td:nth-child(1):before {
    float: left;
  }
  .search .search-content .tour-table tbody tr td:nth-child(3), .search .search-content .tour-table tbody tr td:nth-child(4), .search .search-content .tour-table tbody tr td:nth-child(5), .search .search-content .tour-table tbody tr td:nth-child(6), .search .search-content .tour-table tbody tr td:nth-child(7) {
    display: none;
  }
}

.search .search-content .all-tour-table {
  border: solid 1px #d3d3d3;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 50px 0 0 0;
}

.search .search-content .all-tour-table th {
  border: solid 1px #d3d3d3;
  padding: 15px 30px;
  width: 50%;
  text-align: left;
}

.search .search-content .all-tour-table th a {
  color: #0575bd;
}

.search .search-content .all-tour-table td {
  border: solid 1px #d3d3d3;
  padding: 15px 30px;
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .search .search-content .all-tour-table {
    margin: 25px 0 0 0;
  }
  .search .search-content .all-tour-table th, .search .search-content .all-tour-table td {
    padding: 7px 15px;
  }
  .search .search-content .all-tour-table th {
    width: 70%;
  }
  .search .search-content .all-tour-table td {
    width: 30%;
  }
}

.news {
  padding: 50px;
}

@media only screen and (max-width: 1440px) {
  .news {
    padding: 25px;
  }
}

.news .news-title {
  color: #0575bd;
  font-size: 24px;
}

.news .news-detail {
  border-top: solid 1px #dfdfdf;
  margin: 20px 0 0 0;
  padding: 25px 0 0 0;
  overflow: hidden;
}

.news .news-detail .left {
  float: left;
  width: 65%;
}

@media only screen and (max-width: 768px) {
  .news .news-detail .left {
    width: 100%;
    float: none;
  }
}

.news .news-detail .left .news-edit img {
  max-width: 100%;
  height: auto;
}

.news .news-detail .left .news-share {
  color: #cfcfcf;
  line-height: 32px;
  margin: 30px 0 0 0;
}

.news .news-detail .left .news-share img {
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.news .news-detail .right {
  float: right;
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .news .news-detail .right {
    display: none;
  }
}

.news .news-detail .right .related-news {
  background: #f1f1f1;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.news .news-detail .right .related-news .sub-title {
  color: #0575bd;
  font-size: 15px;
}

.news .news-detail .right .related-news .row {
  padding: 10px 0;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
}

.news .news-detail .right .related-news .row:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  height: 1px;
}

.news .news-detail .right .related-news .row a {
  color: #000;
}

.theme-tour {
  overflow: hidden;
  padding: 50px 50px 0 50px;
}

@media only screen and (max-width: 1440px) {
  .theme-tour {
    padding: 25px 25px 0 25px;
  }
}

@media only screen and (max-width: 480px) {
  .theme-tour {
    padding: 10px 10px 0 10px;
  }
}

.theme-tour .theme-top {
  width: 100%;
  position: relative;
}

.theme-tour .theme-top .theme-img {
  width: 52%;
  height: 424px;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-top .theme-img {
    display: none;
  }
}

.theme-tour .theme-top .theme-img img {
  position: absolute;
  width: 711px;
  height: 424px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.theme-tour .theme-top .theme-infor {
  width: 47%;
  float: right;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1440px) {
  .theme-tour .theme-top .theme-infor {
    width: 42%;
  }
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-top .theme-infor {
    width: 100%;
    float: none;
  }
}

.theme-tour .theme-top .theme-infor h2 {
  background: rgba(255, 255, 255, 0.9);
  color: #359fe7;
  padding: 30px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  left: -150px;
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .theme-tour .theme-top .theme-infor h2 {
    width: 90%;
    left: -250px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-top .theme-infor h2 {
    padding: 15px 15px 15px 0;
    left: 0;
    background: none;
  }
}

.theme-tour .theme-top .theme-infor .slogan {
  color: #5bb4f0;
  font-size: 18px;
}

.theme-tour .theme-top .theme-infor .text {
  margin: 30px 0 0 0;
  line-height: 24px;
}

.theme-tour .theme-top .theme-infor .text .content-s {
  height: 200px;
  max-height: 200px;
  overflow: hidden;
}

.theme-tour .theme-link {
  margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-link {
    text-align: center;
    font-size: 0;
  }
}

.theme-tour .theme-link li {
  display: inline-block;
  max-width: 190px;
  margin: 0 10px 10px 0;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .theme-tour .theme-link li {
    max-width: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-link li {
    max-width: 200px;
  }
  .theme-tour .theme-link li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 510px) {
  .theme-tour .theme-link li {
    max-width: 180px;
  }
}

@media only screen and (max-width: 400px) {
  .theme-tour .theme-link li {
    max-width: 150px;
  }
}

.theme-tour .theme-link li a {
  display: block;
  width: 100%;
  height: 50%;
  line-height: 50px;
  border-radius: 30px;
  border: solid 1px #359fe7;
  color: #359fe7;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .theme-tour .theme-link li a {
    font-size: 15px;
  }
}

.theme-tour .theme-link li a:hover {
  background: #359fe7;
  color: #fff;
}

.theme-tour .theme-link li.active a {
  background: #359fe7;
  color: #fff;
}

.theme-tour .theme-sub-link {
  background: #f8f8f8;
  padding: 15px;
}

.theme-tour .theme-sub-link li {
  display: inline-block;
  position: relative;
}

.theme-tour .theme-sub-link li a {
  display: block;
  padding: 0 20px;
  font-size: 18px;
}

@media only screen and (max-width: 1440px) {
  .theme-tour .theme-sub-link li a {
    font-size: 15px;
    padding: 0 10px;
  }
}

.theme-tour .theme-sub-link li a:hover {
  color: #359fe7;
}

.theme-tour .theme-sub-link li:before {
  background: #ededed;
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-tour .theme-sub-link li:last-child:before {
  display: none;
}

.theme-tour .theme-sub-link li.recommond-tour a {
  background: url("../images/placeholder.svg") no-repeat 20px center;
  color: #359fe7;
  background-size: 20px;
  padding: 0 45px;
}

@media only screen and (max-width: 1440px) {
  .theme-tour .theme-sub-link li.recommond-tour a {
    background: none;
    padding: 0 10px;
  }
}

.theme-tour .theme-area-info {
  padding: 20px 0;
}

.theme-tour .theme-row-list {
  font-size: 0;
  margin: 15px 0 0 0;
}

.theme-tour .theme-row-list li {
  width: 19.2%;
  display: inline-block;
  margin: 0 1% 10px 0;
  position: relative;
  vertical-align: top;
}

.theme-tour .theme-row-list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}

.theme-tour .theme-row-list li .theme-img {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-row-list li .theme-img {
    height: 264px;
  }
}

.theme-tour .theme-row-list li .theme-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.theme-tour .theme-row-list li .theme-img:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background: url("../images/search.svg") no-repeat center center #fff;
  background-size: 0;
  border: solid 0 rgba(53, 159, 231, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  border-radius: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.theme-tour .theme-row-list li .theme-img img {
  width: 283px;
  height: 340px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-row-list li .theme-img img {
    width: 220px;
    height: 264px;
  }
}

.theme-tour .theme-row-list li .theme-point-info {
  background: #f3f3f3;
  width: 100%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.theme-tour .theme-row-list li .theme-point-info:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27.5px 18px 27.5px;
  border-color: transparent transparent #f3f3f3;
  position: absolute;
  left: 50%;
  top: -18px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.theme-tour .theme-row-list li .theme-point-info h3 {
  font-size: 18px;
}

.theme-tour .theme-row-list li .theme-point-info .text {
  margin: 15px 0 0 0;
  font-size: 15px;
}

.theme-tour .theme-row-list li:hover .theme-img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.theme-tour .theme-row-list li:hover .theme-img:after {
  width: 63px;
  height: 63px;
  background: url("../images/search.svg") no-repeat center center #fff;
  background-size: 25px;
  border: solid 5px rgba(53, 159, 231, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.theme-tour .theme-row-list li:hover .theme-img img {
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

.theme-tour .theme-row-list li:hover .theme-point-info {
  background: #359fe7;
}

.theme-tour .theme-row-list li:hover .theme-point-info:before {
  border-color: transparent transparent #359fe7;
}

.theme-tour .theme-row-list li:hover .theme-point-info h3 {
  color: #fff;
}

.theme-tour .theme-row-list li:hover .theme-point-info .text {
  color: #c9e9ff;
}

.theme-tour .theme-row-list li:nth-child(5n) {
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 1440px) {
  .theme-tour .theme-row-list li {
    width: 24.25%;
  }
  .theme-tour .theme-row-list li:nth-child(5n) {
    margin: 0 1% 10px 0;
  }
  .theme-tour .theme-row-list li:nth-child(4n) {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 999px) {
  .theme-tour .theme-row-list li {
    width: 32.66667%;
  }
  .theme-tour .theme-row-list li:nth-child(5n) {
    margin: 0 1% 10px 0;
  }
  .theme-tour .theme-row-list li:nth-child(4n) {
    margin: 0 1% 10px 0;
  }
  .theme-tour .theme-row-list li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 544px) {
  .theme-tour .theme-row-list li {
    width: 49.5%;
  }
  .theme-tour .theme-row-list li:nth-child(5n) {
    margin: 0 1% 10px 0;
  }
  .theme-tour .theme-row-list li:nth-child(4n) {
    margin: 0 1% 10px 0;
  }
  .theme-tour .theme-row-list li:nth-child(3n) {
    margin: 0 1% 10px 0;
  }
  .theme-tour .theme-row-list li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}

.theme-tour .theme-detail {
  overflow: hidden;
}

.theme-tour .theme-detail .left {
  width: 68%;
  float: left;
}

@media only screen and (max-width: 999px) {
  .theme-tour .theme-detail .left {
    width: 100%;
    float: none;
  }
  .theme-tour .theme-detail .left .selectnav {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .theme-tour .theme-detail .left .selectnav {
    width: 50%;
  }
}

.theme-tour .theme-detail .left .theme-det-name {
  font-size: 30px;
  margin: 25px 0 0 0;
}

@media only screen and (max-width: 1024px) {
  .theme-tour .theme-detail .left .theme-det-name {
    font-size: 24px;
  }
}

.theme-tour .theme-detail .left .theme-det-name .en {
  color: #6dbff7;
  font-size: 15px;
  padding: 0 0 0 20px;
}

.theme-tour .theme-detail .left .theme-edit {
  padding: 20px 0;
}

.theme-tour .theme-detail .right {
  float: right;
  width: 28%;
}

@media only screen and (max-width: 999px) {
  .theme-tour .theme-detail .right {
    display: none;
  }
}

.theme-tour .theme-detail .right .other-tit {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 30px 0;
}

.theme-tour .theme-detail .right .row li {
  padding: 10px 0;
  border-bottom: dashed 1px #dfdfdf;
}

.theme-tour .theme-detail .right .row li a {
  font-size: 18px;
}

.theme-tour .theme-detail .right .row li .text {
  color: #868686;
  margin: 10px 0 0 0;
}

.theme-tour-bg {
  background: url("../images/theme-bg.jpg") no-repeat right top;
}

@media only screen and (max-width: 1440px) {
  .theme-tour-bg {
    background: url("../images/theme-bg.jpg") no-repeat right top;
    background-size: 100px auto;
  }
}

.theme-tour-bg .selectnav {
  color: #359fe7;
  background: url("../images/expand-button1.svg") no-repeat right 10px center;
  background-size: 10px;
}

.recommond-box {
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 1440px) {
  .recommond-box {
    padding: 25px;
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 480px) {
  .recommond-box {
    padding: 10px;
  }
}

.recommond-box .slick-prev, .recommond-box .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 10;
}

.recommond-box .slick-prev {
  background: url("../images/left.png") no-repeat;
  left: -35px;
}

.recommond-box .slick-next {
  background: url("../images/right.png") no-repeat;
  right: -35px;
}

.recommond-box .title {
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  .recommond-box .title {
    font-size: 18px;
  }
}

.recommond-box .responsive {
  border: solid 1px #dfdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

.recommond-box .row {
  display: inline-block;
}

.recommond-box .row .box {
  padding: 5%;
}

.recommond-box .row .tour-img {
  width: 100%;
  height: 211px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .recommond-box .row .tour-img {
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .recommond-box .row .tour-img {
    height: 211px;
  }
}

@media only screen and (max-width: 480px) {
  .recommond-box .row .tour-img {
    height: 150px;
  }
}

.recommond-box .row .tour-img img {
  width: 330px;
  height: 211px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .recommond-box .row .tour-img img {
    width: 253px;
    height: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .recommond-box .row .tour-img img {
    width: 330px;
    height: 211px;
  }
}

@media only screen and (max-width: 480px) {
  .recommond-box .row .tour-img img {
    width: 253px;
    height: 150px;
  }
}

.recommond-box .row .tour-img a {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.recommond-box .row .tour-img a:before {
  content: 'VIEW';
  background: url("../images/magnifier.svg") no-repeat 0 center;
  background-size: 20px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 0 0 0 30px;
  text-indent: 0;
  font-size: 18px;
}

@media only screen and (max-width: 480px) {
  .recommond-box .row .tour-img a:before {
    background: url("../images/magnifier.svg") no-repeat 0 center;
    background-size: 15px;
    font-size: 15px;
    padding: 0 0 0 25px;
    right: 10px;
    bottom: 10px;
  }
}

.recommond-box .row .tour-img a:hover {
  background: rgba(1, 101, 161, 0.5);
}

.recommond-box .row .tour-img a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.recommond-box .row:hover img {
  -webkit-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.recommond-box .row .tour-en {
  color: #0068b1;
  font-size: 18px;
  font-style: italic;
  margin: 5px 0 0 0;
}

.recommond-box .row .date {
  color: #6d6d6d;
  font-size: 15px;
}

.recommond-box .row .date .delete {
  text-decoration: line-through;
}

.recommond-box .row .tour-name {
  font-size: 18px;
  margin: 8px 0;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .recommond-box .row .tour-name {
    font-size: 15px;
  }
}

.recommond-box .row .tour-text {
  color: #464646;
  font-size: 15px;
  min-height: 67.5px;
  max-height: 135px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .recommond-box .row .tour-text {
    display: none;
  }
}

.contact {
  overflow: hidden;
  padding: 50px 50px 0 50px;
}

@media only screen and (max-width: 1440px) {
  .contact {
    padding: 25px 25px 0 25px;
  }
}

@media only screen and (max-width: 480px) {
  .contact {
    padding: 10px 10px 0 10px;
  }
}

.contact .map {
  float: left;
  width: 50%;
  height: 645px;
}

@media only screen and (max-width: 999px) {
  .contact .map {
    width: 100%;
    float: none;
  }
}

.contact .form-area {
  float: right;
  width: 45%;
  background: url("../images/contact-bg.jpg") no-repeat left top;
  padding: 66px 0 0 0;
}

@media only screen and (max-width: 999px) {
  .contact .form-area {
    width: 100%;
    float: none;
    background: url("../images/contact-bg.jpg") no-repeat left 20px;
    background-size: 50%;
  }
}

.contact .form-area .tips {
  border-top: solid 1px #dfdfdf;
  padding: 15px 0;
}

.contact .form-area .row {
  border: solid 1px #dfdfdf;
  overflow: hidden;
  padding: 15px 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact .form-area .row .sub-title {
  min-width: 100px;
}

.contact .form-area .row .text {
  padding: 0 0 0 35px;
  border: solid 1px #dfdfdf;
  border-width: 0 0 0 1px;
  height: 23px;
}

.contact .form-area .row .text2 {
  padding: 0 35px;
  border: solid 1px #dfdfdf;
  border-width: 0 0 0 1px;
  height: 87px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
}

.contact .form-area .row .text3 {
  padding: 0 0 0 35px;
  border: solid 1px #dfdfdf;
  border-width: 0 0 0 1px;
  height: 23px;
  width: 70px;
}

.contact .form-area .row .sex-choise {
  padding: 0 0 0 35px;
  border: solid 1px #dfdfdf;
  height: 23px;
  border-width: 0 0 0 1px;
  line-height: 23px;
}

.contact .form-area .row .sex-choise label {
  display: inline-block;
  margin: 0 20px 0 0;
}

.about {
  background: url("../images/about-img.jpg") no-repeat center top;
}

.about .about-top {
  height: 513px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1440px) {
  .about .about-top {
    padding: 0 0 0 5%;
  }
}

.about .about-top .slogan {
  color: #fff;
  width: 525px;
  text-shadow: 1px 1px 5px #000;
}

.about .about-top .slogan .tit1 {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .about .about-top .slogan .tit1 {
    font-size: 24px;
  }
}

.about .about-top .slogan .tit2 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.about .about-top .slogan .text {
  line-height: 30px;
}

.about .about-mid {
  height: 334px;
  padding: 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1440px) {
  .about .about-mid {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 999px) {
  .about .about-mid {
    height: auto;
    padding: 25px 5%;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

@media only screen and (max-width: 480px) {
  .about .about-mid {
    display: block;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

.about .about-mid .line {
  width: 1px;
  height: 200px;
  background: #d8d8d8;
}

@media only screen and (max-width: 480px) {
  .about .about-mid .line {
    display: none;
  }
}

.about .about-mid .row {
  width: 45%;
  height: 200px;
}

@media only screen and (max-width: 999px) {
  .about .about-mid .row {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .about .about-mid .row {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.about .about-mid .row .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.about .about-mid .row .text {
  line-height: 30px;
}

@media only screen and (max-width: 1440px) {
  .about .about-mid .row .text {
    line-height: 24px;
  }
}

.about .about-btm {
  background: url("../images/about-img2.jpg") no-repeat 8% center #01537d;
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 999px) {
  .about .about-btm {
    display: block;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    height: auto;
  }
}

.about .about-btm .row {
  color: #b5ddf1;
  width: 38%;
  margin: 0 0 0 8%;
}

@media only screen and (max-width: 1440px) {
  .about .about-btm .row {
    margin: 0 0 0 5%;
  }
}

@media only screen and (max-width: 999px) {
  .about .about-btm .row {
    width: 100%;
    margin: 0;
    padding: 25px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.about .about-btm .row .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.about .about-btm .row .text {
  line-height: 30px;
}

@media only screen and (max-width: 1440px) {
  .about .about-btm .row .text {
    line-height: 24px;
  }
}

.about .about-btm .team-img {
  width: 43%;
  color: #fff;
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 1440px) {
  .about .about-btm .team-img {
    margin: 0 5% 0 0;
  }
}

@media only screen and (max-width: 999px) {
  .about .about-btm .team-img {
    width: 100%;
    margin: 0;
    padding: 25px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.about .about-btm .team-img img {
  width: 100%;
  height: auto;
}

.about .service {
  padding: 50px 8%;
}

@media only screen and (max-width: 1440px) {
  .about .service {
    padding: 25px 5%;
  }
}

.about .service .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.about .service .tit span {
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 0 70px;
}

@media only screen and (max-width: 1440px) {
  .about .service .tit span {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.about .service .list {
  overflow: hidden;
}

.about .service .list .row {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about .service .list .row li {
  margin: 10px 0;
}

.about .traffic {
  background: url("../images/traffic-bg.jpg") repeat;
  padding: 50px 8% 80px 8%;
}

@media only screen and (max-width: 1440px) {
  .about .traffic {
    padding: 25px 5% 40px 5%;
  }
}

.about .traffic .tit {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.about .traffic .map {
  padding: 0 7%;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about .traffic .map .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  border-bottom: solid 1px #dfdfdf;
}

@media only screen and (max-width: 999px) {
  .about .traffic .map .row {
    display: block;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

.about .traffic .map .row:last-child {
  border-bottom: none;
}

.about .traffic .map .row .info {
  width: 40%;
}

@media only screen and (max-width: 999px) {
  .about .traffic .map .row .info {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.about .traffic .map .row .info .name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.about .traffic .map .row .info .text {
  color: #878686;
  width: 100%;
}

.about .traffic .map .row .info .text p {
  display: block;
  word-wrap: break-word;
}

.about .traffic .map .row img {
  max-width: 100%;
  height: auto;
}

.error {
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .error {
    padding: 20px 0 30px 0;
  }
}

.error .error-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 375px;
  margin: 40px 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.error .error-box .box {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .error .error-box .box {
    width: 90%;
    margin: auto;
    display: block;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
  }
  .error .error-box .box img {
    max-width: 80%;
    height: auto;
  }
  .error .error-box .box span {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.error .error-box .box a {
  color: #666;
  text-decoration: underline;
}
