*,
::after,
::before {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  font-size: 625%;
}
body {
  font-size: 16rem;
  background-color: #fff;
}
#container {
  font-size: 0.14rem;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.14rem;
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: none;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fit {
  max-width: 100%;
  width: 100%;
}
.border-box {
  box-sizing: border-box;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.align-justify:after {
  content: '.';
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.z--1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-7 {
  z-index: 7;
}
.z-8 {
  z-index: 8;
}
.z-9 {
  z-index: 9;
}
.z-10 {
  z-index: 10;
}
@media screen and (min-width: $sm) {
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-top-0 {
    top: 0;
  }
  .sm-right-0 {
    right: 0;
  }
  .sm-bottom-0 {
    bottom: 0;
  }
  .sm-left-0 {
    left: 0;
  }
}
@media screen and (min-width: $md) {
  .md-relative {
    position: relative;
  }
  .md-absolute {
    position: absolute;
  }
  .md-fixed {
    position: fixed;
  }
  .md-top-0 {
    top: 0;
  }
  .md-right-0 {
    right: 0;
  }
  .md-bottom-0 {
    bottom: 0;
  }
  .md-left-0 {
    left: 0;
  }
}
@media screen and (min-width: $lg) {
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-top-0 {
    top: 0;
  }
  .lg-right-0 {
    right: 0;
  }
  .lg-bottom-0 {
    bottom: 0;
  }
  .lg-left-0 {
    left: 0;
  }
}
.col {
  float: left;
  box-sizing: border-box;
}
.col-right {
  float: right;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333334%;
}
.col-2 {
  width: 16.666666666666668%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333333333336%;
}
.col-5 {
  width: 41.666666666666664%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
.debug-grid {
  background-position: calc(50% - 4px) top;
  background-size: 8px 8px;
}
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (max-width: $sm) {
  .xs-hide {
    display: none !important;
  }
}
@media screen and (min-width: $sm) and (max-width: $md) {
  .sm-hide {
    display: none !important;
  }
}
@media screen and (min-width: $md) and (max-width: $lg) {
  .md-hide {
    display: none !important;
  }
}
@media screen and (min-width: $lg) {
  .lg-hide {
    display: none !important;
  }
}
.display-none {
  display: none;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.m-0px {
  margin: 0;
}
.mt-0px {
  margin-top: 0;
}
.mr-0px {
  margin-right: 0;
}
.mb-0px {
  margin-bottom: 0;
}
.ml-0px {
  margin-left: 0;
}
.mx-0px {
  margin-left: 0;
  margin-right: 0;
}
.my-0px {
  margin-top: 0;
  margin-bottom: 0;
}
.m-5px {
  margin: 5px;
}
.mt-5px {
  margin-top: 5px;
}
.mr-5px {
  margin-right: 5px;
}
.mb-5px {
  margin-bottom: 5px;
}
.ml-5px {
  margin-left: 5px;
}
.mx-5px {
  margin-left: 5px;
  margin-right: 5px;
}
.my-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-10px {
  margin: 10px;
}
.mt-10px {
  margin-top: 10px;
}
.mr-10px {
  margin-right: 10px;
}
.mb-10px {
  margin-bottom: 10px;
}
.ml-10px {
  margin-left: 10px;
}
.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}
.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-15px {
  margin: 15px;
}
.mt-15px {
  margin-top: 15px;
}
.mr-15px {
  margin-right: 15px;
}
.mb-15px {
  margin-bottom: 15px;
}
.ml-15px {
  margin-left: 15px;
}
.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}
.my-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-20px {
  margin: 20px;
}
.mt-20px {
  margin-top: 20px;
}
.mr-20px {
  margin-right: 20px;
}
.mb-20px {
  margin-bottom: 20px;
}
.ml-20px {
  margin-left: 20px;
}
.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}
.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-25px {
  margin: 25px;
}
.mt-25px {
  margin-top: 25px;
}
.mr-25px {
  margin-right: 25px;
}
.mb-25px {
  margin-bottom: 25px;
}
.ml-25px {
  margin-left: 25px;
}
.mx-25px {
  margin-left: 25px;
  margin-right: 25px;
}
.my-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-30px {
  margin: 30px;
}
.mt-30px {
  margin-top: 30px;
}
.mr-30px {
  margin-right: 30px;
}
.mb-30px {
  margin-bottom: 30px;
}
.ml-30px {
  margin-left: 30px;
}
.mx-30px {
  margin-left: 30px;
  margin-right: 30px;
}
.my-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-50px {
  margin: 50px;
}
.mt-50px {
  margin-top: 50px;
}
.mr-50px {
  margin-right: 50px;
}
.mb-50px {
  margin-bottom: 50px;
}
.ml-50px {
  margin-left: 50px;
}
.mx-50px {
  margin-left: 50px;
  margin-right: 50px;
}
.my-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-100px {
  margin: 100px;
}
.mt-100px {
  margin-top: 100px;
}
.mr-100px {
  margin-right: 100px;
}
.mb-100px {
  margin-bottom: 100px;
}
.ml-100px {
  margin-left: 100px;
}
.mx-100px {
  margin-left: 100px;
  margin-right: 100px;
}
.my-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}
.p-0px {
  padding: 0;
}
.pt-0px {
  padding-top: 0;
}
.pr-0px {
  padding-right: 0;
}
.pb-0px {
  padding-bottom: 0;
}
.pl-0px {
  padding-left: 0;
}
.px-0px {
  padding-left: 0;
  padding-right: 0;
}
.py-0px {
  padding-top: 0;
  padding-bottom: 0;
}
.p-5px {
  padding: 5px;
}
.pt-5px {
  padding-top: 5px;
}
.pr-5px {
  padding-right: 5px;
}
.pb-5px {
  padding-bottom: 5px;
}
.pl-5px {
  padding-left: 5px;
}
.px-5px {
  padding-left: 5px;
  padding-right: 5px;
}
.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-10px {
  padding: 10px;
}
.pt-10px {
  padding-top: 10px;
}
.pr-10px {
  padding-right: 10px;
}
.pb-10px {
  padding-bottom: 10px;
}
.pl-10px {
  padding-left: 10px;
}
.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-15px {
  padding: 15px;
}
.pt-15px {
  padding-top: 15px;
}
.pr-15px {
  padding-right: 15px;
}
.pb-15px {
  padding-bottom: 15px;
}
.pl-15px {
  padding-left: 15px;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-20px {
  padding: 20px;
}
.pt-20px {
  padding-top: 20px;
}
.pr-20px {
  padding-right: 20px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pl-20px {
  padding-left: 20px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-25px {
  padding: 25px;
}
.pt-25px {
  padding-top: 25px;
}
.pr-25px {
  padding-right: 25px;
}
.pb-25px {
  padding-bottom: 25px;
}
.pl-25px {
  padding-left: 25px;
}
.px-25px {
  padding-left: 25px;
  padding-right: 25px;
}
.py-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-30px {
  padding: 30px;
}
.pt-30px {
  padding-top: 30px;
}
.pr-30px {
  padding-right: 30px;
}
.pb-30px {
  padding-bottom: 30px;
}
.pl-30px {
  padding-left: 30px;
}
.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-50px {
  padding: 50px;
}
.pt-50px {
  padding-top: 50px;
}
.pr-50px {
  padding-right: 50px;
}
.pb-50px {
  padding-bottom: 50px;
}
.pl-50px {
  padding-left: 50px;
}
.px-50px {
  padding-left: 50px;
  padding-right: 50px;
}
.py-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-70px {
  padding: 70px;
}
.pt-70px {
  padding-top: 70px;
}
.pr-70px {
  padding-right: 70px;
}
.pb-70px {
  padding-bottom: 70px;
}
.pl-70px {
  padding-left: 70px;
}
.px-70px {
  padding-left: 70px;
  padding-right: 70px;
}
.py-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}
.p-100px {
  padding: 100px;
}
.pt-100px {
  padding-top: 100px;
}
.pr-100px {
  padding-right: 100px;
}
.pb-100px {
  padding-bottom: 100px;
}
.pl-100px {
  padding-left: 100px;
}
.px-100px {
  padding-left: 100px;
  padding-right: 100px;
}
.py-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}
@charset "UTF-8";
.anim .a {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.anim .a.i {
  animation-iteration-count: infinite;
}
.anim .a.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
.anim .a.bounce-in {
  animation-duration: 0.75s;
  animation-name: bounce-in;
}
.anim .a.bounce-in-down {
  animation-name: bounce-in-down;
}
.anim .a.bounce-in-left {
  animation-name: bounce-in-left;
}
.anim .a.bounce-in-right {
  animation-name: bounce-in-right;
}
.anim .a.bounce-in-up {
  animation-name: bounce-in-up;
}
.anim .a.bounce-out {
  animation-duration: 0.75s;
  animation-name: bounce-out;
}
.anim .a.bounce-out-down {
  animation-name: bounce-out-down;
}
.anim .a.bounce-out-left {
  animation-name: bounce-out-left;
}
.anim .a.bounce-out-right {
  animation-name: bounce-out-right;
}
.anim .a.bounce-out-up {
  animation-name: bounce-out-up;
}
.anim .a.fade-in {
  animation-name: fade-in;
}
.anim .a.fade-in60 {
  animation-name: fade-in60;
}
.anim .a.fade-in-down {
  animation-name: fade-in-down;
}
.anim .a.fade-in-left {
  animation-name: fade-in-left;
}
.anim .a.fade-in-right {
  animation-name: fade-in-right;
}
.anim .a.fade-in-up {
  animation-name: fade-in-up;
}
.anim .a.fade-in-up2 {
  animation-name: fade-in-up2;
}
.anim .a.fade-in-up3 {
  animation-name: fade-in-up3;
}
.anim .a.fade-out {
  animation-name: fade-out;
}
.anim .a.fade-out-down {
  animation-name: fade-out-down;
}
.anim .a.fade-out-left {
  animation-name: fade-out-left;
}
.anim .a.fade-out-right {
  animation-name: fade-out-right;
}
.anim .a.fade-out-up {
  animation-name: fade-out-up;
}
.anim .a.flash {
  animation-name: flash;
}
.anim .a.pulse {
  animation-name: pulse;
}
.anim .a.rubber-band {
  animation-name: rubber-band;
}
.anim .a.shake {
  animation-name: shake;
}
.anim .a.head-shake {
  animation-timing-function: ease-in-out;
  animation-name: head-shake;
}
.anim .a.swing {
  transform-origin: top center;
  animation-name: swing;
}
.anim .a.tada {
  animation-name: tada;
}
.anim .a.wobble {
  animation-name: wobble;
}
.anim .a.jello {
  animation-name: jello;
  transform-origin: center;
}
.anim .a.heart-beat {
  animation-name: heart-beat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
.anim .a.flip {
  backface-visibility: visible;
  animation-name: flip;
}
.anim .a.flip-in-x {
  backface-visibility: visible !important;
  animation-name: flip-in-x;
}
.anim .a.flip-in-y {
  backface-visibility: visible !important;
  animation-name: flip-in-y;
}
.anim .a.roll-in {
  animation-name: roll-in;
}
.anim .a.roll-out {
  backface-visibility: visible;
  animation-name: roll-out;
}
.anim .a.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
.anim .a.jack {
  animation-name: jack;
}
.anim .a.zoom-in {
  animation-name: zoom-in;
}
.anim .a.zoom-in-up {
  animation-name: zoom-in-up;
}
.anim .a.zoom-in-down {
  animation-name: zoom-in-down;
}
.anim .a.zoom-in-left {
  animation-name: zoom-in-left;
}
.anim .a.zoom-in-right {
  animation-name: zoom-in-right;
}
.anim .a.rotate-in {
  animation-name: rotate-in;
}
.anim .a.rotate-in-down-left {
  animation-name: rotate-in-down-left;
}
.anim .a.rotate-in-down-right {
  animation-name: rotate-in-down-right;
}
.anim .a.rotate-in-up-left {
  animation-name: rotate-in-up-left;
}
.anim .a.rotate-in-up-right {
  animation-name: rotate-in-up-right;
}
.anim .a.rotation {
  animation: rotation 3s linear infinite;
}
.anim .a.wave {
  animation: wave 1.4s linear infinite;
}
.anim .a.d2000 {
  animation-duration: 2s;
}
.anim .a.d1500 {
  animation-duration: 1.5s;
}
.anim .a.d1000 {
  animation-duration: 1s;
}
.anim .a.d500 {
  animation-duration: 0.5s;
}
.anim .a.dl3000 {
  animation-delay: 2s;
}
.anim .a.dl2750 {
  animation-delay: 2s;
}
.anim .a.dl2500 {
  animation-delay: 2s;
}
.anim .a.dl2250 {
  animation-delay: 2s;
}
.anim .a.dl2000 {
  animation-delay: 2s;
}
.anim .a.dl1750 {
  animation-delay: 1.75s;
}
.anim .a.dl1500 {
  animation-delay: 1.5s;
}
.anim .a.dl1250 {
  animation-delay: 1.25s;
}
.anim .a.dl1000 {
  animation-delay: 1s;
}
.anim .a.dl750 {
  animation-delay: 0.75s;
}
.anim .a.dl500 {
  animation-delay: 0.5s;
}
.anim .a.dl250 {
  animation-delay: 0.25s;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in60 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes wave {
  0% {
    background-color: #fff;
    width: 0px;
    height: 0px;
    left: 50% top 50%;
  }
  100% {
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes wave {
  0% {
    background-color: #fff;
    width: 0px;
    height: 0px;
    left: 50% top 50%;
  }
  100% {
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@-o-keyframes wave {
  0% {
    background-color: #fff;
    width: 0px;
    height: 0px;
    left: 50% top 50%;
  }
  100% {
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@keyframes wave {
  0% {
    background-color: #fff;
    width: 0px;
    height: 0px;
    left: 50% top 50%;
  }
  100% {
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@-moz-keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-moz-keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes bounce-in-up {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounce-in-up {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounce-in-up {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce-in-up {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes bounce-out {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes bounce-out {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-o-keyframes bounce-out {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounce-out {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-moz-keyframes bounce-out-down {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes bounce-out-down {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@-o-keyframes bounce-out-down {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounce-out-down {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@-moz-keyframes bounce-out-left {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes bounce-out-left {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-o-keyframes bounce-out-left {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounce-out-left {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-moz-keyframes bounce-out-right {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes bounce-out-right {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-o-keyframes bounce-out-right {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounce-out-right {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-moz-keyframes bounce-out-up {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes bounce-out-up {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-o-keyframes bounce-out-up {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounce-out-up {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-moz-keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-in-up2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-webkit-keyframes fade-in-up2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-o-keyframes fade-in-up2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes fade-in-up2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-moz-keyframes fade-in-up3 {
  from {
    opacity: 0.5;
    transform: translate3d(0, -5%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-webkit-keyframes fade-in-up3 {
  from {
    opacity: 0.5;
    transform: translate3d(0, -5%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-o-keyframes fade-in-up3 {
  from {
    opacity: 0.5;
    transform: translate3d(0, -5%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes fade-in-up3 {
  from {
    opacity: 0.5;
    transform: translate3d(0, -5%, 0) scale(2);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out-down {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fade-out-down {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes fade-out-down {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fade-out-down {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes fade-out-left {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fade-out-left {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes fade-out-left {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-out-left {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes fade-out-right {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fade-out-right {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes fade-out-right {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fade-out-right {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes fade-out-up {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fade-out-up {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes fade-out-up {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fade-out-up {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes flash {
  to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes flash {
  to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes rubber-band {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubber-band {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes rubber-band {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubber-band {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@-o-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@-moz-keyframes head-shake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@-webkit-keyframes head-shake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@-o-keyframes head-shake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes head-shake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@-moz-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-o-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-moz-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-o-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-moz-keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@-webkit-keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@-o-keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@-moz-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
@-moz-keyframes roll-in {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes roll-in {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes roll-in {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes roll-in {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes roll-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-webkit-keyframes roll-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-o-keyframes roll-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes roll-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-moz-keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-moz-keyframes jack {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes jack {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes jack {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jack {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoom-in-up {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoom-in-up {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoom-in-up {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoom-in-up {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoom-in-down {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoom-in-down {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoom-in-down {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoom-in-down {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoom-in-left {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoom-in-left {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoom-in-left {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoom-in-left {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes zoom-in-right {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoom-in-right {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoom-in-right {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoom-in-right {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-moz-keyframes rotate-in {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 360deg) scale(2);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0, 0deg) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rotate-in {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 360deg) scale(2);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0, 0deg) scale(1);
    opacity: 1;
  }
}
@-o-keyframes rotate-in {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 360deg) scale(2);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0, 0deg) scale(1);
    opacity: 1;
  }
}
@keyframes rotate-in {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 360deg) scale(2);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0, 0deg) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes rotate-in-down-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate-in-down-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes rotate-in-down-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotate-in-down-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes rotate-in-down-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate-in-down-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes rotate-in-down-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotate-in-down-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes rotate-in-up-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate-in-up-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes rotate-in-up-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotate-in-up-left {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes rotate-in-up-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate-in-up-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes rotate-in-up-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotate-in-up-right {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes flip-in-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flip-in-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-o-keyframes flip-in-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip-in-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-moz-keyframes flip-in-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flip-in-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-o-keyframes flip-in-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip-in-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-moz-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  background-color: #fff;
  letter-spacing: 1px;
  overflow-x: hidden;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body .l-yh-1 {
  font-size: 30px;
  font-weight: bold;
}
body .r-yh-1 {
  font-size: 30px;
  font-weight: bold;
}
.bg-white {
  background: #fff;
}
.pic-text {
  line-height: 80px;
}
.pic-text strong {
  font-size: 50px;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: #333;
  letter-spacing: 1px;
}
.contact a {
  border-radius: 30px;
  background-color: #b09364;
  padding: 10px;
  padding-left: 50px;
  background-image: url("../ui/link.png");
  background-position: 15px 50%;
  background-repeat: no-repeat;
  color: #fff;
}
.h-100px {
  height: 100px;
  line-height: 100px;
}
.h-80px {
  height: 80px;
}
.h-100 {
  height: 100%;
}
.h-90 {
  height: 90%;
}
.h-50px {
  height: 50px;
  line-height: 50px;
}
.w-800px {
  width: 8rem;
}
.w-1000px {
  width: 10rem;
}
.w-1300px {
  width: 13rem;
}
.w-1600px {
  width: 16rem;
}
.w-100 {
  width: 100%;
}
.logo {
  height: 40px;
}
.sm-show {
  display: none;
}
.col-b45 {
  width: 45%;
}
.col-b10 {
  width: 10%;
}
.top-nav {
  border-bottom: 1px solid rgba(255,255,255,0.376);
  background-color: rgba(0,0,0,0.376);
  z-index: 100;
  height: 80px;
}
.top-nav .link .bg {
  background-color: #333f51;
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 0;
  bottom: 0;
  z-index: -1;
}
.top-nav .link .kid-menu {
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.922);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.top-nav .link .kid-menu img {
  transition: all 1s;
  transform: scale(0.5);
}
.top-nav .link:hover img {
  transform: scale(1);
}
.top-nav .link:hover .bg {
  height: 100%;
  opacity: 1;
}
.top-nav .link:hover .kid-menu {
  height: 300px;
  opacity: 1;
}
.top-nav .link:hover .kid-menu .title {
  font-size: 28px;
  padding-bottom: 30px;
}
.top-nav .link:hover .kid-menu ul {
  z-index: 1;
  margin-left: -0.2rem;
  max-width: 7rem;
}
.top-nav .link:hover .kid-menu ul li {
  width: 3rem;
  margin-right: 0;
  margin-left: 0.3rem;
  transition: all 0.5s;
}
.top-nav .link:hover .kid-menu ul li a {
  font-size: 16px;
  display: block;
}
.top-nav .link:hover .kid-menu ul li:hover {
  padding-left: 0.2rem;
  background-color: #fff;
}
.top-nav .menu {
  padding-right: 180px;
}
.top-nav .table {
  height: 100%;
}
.top-nav .table .table-cell {
  vertical-align: middle;
}
.top-nav .a {
  width: 100px;
  height: 80px;
  position: relative;
}
.top-nav .a a {
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}
.top-nav .a a:hover,
.top-nav .a a.on {
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.search-ico {
  background-image: url("../ui/search-ico.png");
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
}
.oa {
  position: absolute;
  height: 80px;
  line-height: 80px;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.oa a {
  color: #333f51;
}
.oa a.en {
  color: #fff;
}
.oa .btn {
  display: inline-block;
  background-color: rgba(255,255,255,0.314);
  height: 80px;
  width: 120px;
  line-height: 80px;
  margin-left: 20px;
}
.oa .btn:hover {
  color: #333f51;
  background-color: rgba(255,255,255,0.922);
}
.oa .btn:hover .out-links {
  display: block;
  background-color: rgba(255,255,255,0.922);
}
.oa span {
  color: #fff;
  font-size: 16px;
  padding-left: 5px;
  font-size: 10px;
}
.stock-bar {
  height: 50px;
  background-color: rgba(0,0,0,0.329);
  z-index: 1000;
  bottom: 0;
  width: 100%;
  color: #fff;
  position: absolute;
  line-height: 50px;
  font-size: 16px;
}
.stock-bar span {
  font-size: 16px;
}
.stock-bar .more {
  color: #fff;
}
.stock-bar .stock-up-down {
  color: #00b500;
  width: 20px;
  height: 20px;
}
.stock-bar .stock-up-down.on {
  color: #f00;
}
.swiper-find {
  width: 600px;
  height: 450px;
}
.swiper-find .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.banner-box .swiper-pagination {
  bottom: 100px;
  right: 30px;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}
.banner-box .swiper-slide.swiper-slide-active .img {
  transition: all 30s;
  transform: scale(1.2);
}
.banner-box .swiper-button-prev {
  background-image: url("../ui/left-4.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  left: auto;
  right: 30px !important;
  margin-top: -50px;
}
.banner-box .swiper-button-next {
  background-image: url("../ui/right-4.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  right: 30px !important;
  margin-top: 50px;
}
.business-box .info {
  position: absolute;
  z-index: 200;
  top: 0;
  width: 100%;
  height: 100%;
}
.business-box .info .table {
  height: 100%;
}
.business-box .info .cn {
  font-size: 0.6rem;
  color: #333f51;
  display: block;
}
.business-box .info .en {
  font-size: 20px;
  color: #333f51;
  display: block;
}
.business-box .info .dot {
  background-color: #333f51;
  height: 2px;
  width: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
}
.media-box {
  background-image: url("../ui/news-bg.png");
  background-size: contain;
  text-align: center;
}
.media-box .cn {
  font-size: 40px;
}
.media-box .dot {
  background-color: #333f51;
  height: 2px;
  width: 50px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
}
.media-box .en {
  font-size: 20px;
  color: #333f51;
  display: block;
}
.media-box .links {
  font-size: 18px;
  background-color: #fff;
  margin-top: 50px;
  cursor: pointer;
}
.media-box .links a {
  padding: 5px;
}
.media-box .links a.on {
  color: #00b500;
  border-bottom: 2px solid #00b500;
}
.news-box .item {
  transition: all 1s;
  background-color: #f9f9f9;
}
.news-box .item:hover {
  background-color: #fff;
}
.news-box .item:hover .link-btn .icon {
  background-image: url("../ui/link-btn-on.png");
  width: 200px;
}
.news-box .item:hover .link-btn .bg {
  width: 200px;
}
.news-box .item .date {
  height: 50px;
  line-height: 50px;
}
.news-box .item .dot {
  background-color: #333f51;
  height: 2px;
  width: 20px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0;
}
.news-box .item .title {
  font-size: 18px;
  height: 100px;
  display: block;
  padding-top: 30px;
  color: #333f51;
  font-weight: bold;
}
.news-box .item .desc {
  height: 200px;
  color: #666;
}
.news-box .item .link-btn {
  height: 50px;
  width: 200px;
  cursor: pointer;
}
.news-box .item .link-btn .icon {
  position: absolute;
  line-height: 50px;
  height: 50px;
  width: 100px;
  transition: all 1s;
  background-image: url("../ui/link-btn.png");
  background-repeat: no-repeat;
  background-position: 50%;
}
.news-box .item .link-btn .bg {
  width: 0;
  background-color: #00b500;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  transition: all 1s;
  position: absolute;
}
.news-box .item .link-btn:hover .bg {
  width: 200px;
}
.links .box {
  background-color: #fff;
  position: relative;
  height: 160px;
  border: 1px solid #f3f3f3;
}
.links .box:hover {
  box-shadow: 2px 2px 5px #999;
}
.links .box .img {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.links .box .title {
  border-top: 1px solid #f3f3f3;
  position: absolute;
  text-align: center;
  display: block;
  bottom: 0;
  width: 100%;
  font-size: 16px;
}
.about-box .info {
  height: 50vh;
}
.about-box .info .title {
  color: #fff;
  font-size: 30px;
}
.about-box .info .desc {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.about-box .contact-btn {
  border: 1px solid rgba(255,255,255,0.376);
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("../ui/map-dot.png");
  background-repeat: no-repeat;
  background-position: 10px;
  height: 50px;
  line-height: 50px;
  color: rgba(255,255,255,0.376);
  font-size: 12px;
  display: block;
}
.about-box .map-btn {
  bottom: 230px;
  right: 0;
}
.banner {
  position: relative;
}
.banner .pic img {
  width: 100%;
}
.banner .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.banner .box.box-1 {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.banner .info .cn {
  font-size: 50px;
  color: #fff;
}
.banner .info .dot {
  width: 0.38rem;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2px;
  background-color: #fff;
  display: inline-block;
}
.banner .info .en {
  font-size: 24px;
  color: #fff;
}
.banner .bar {
  background-color: rgba(0,0,0,0.314);
  margin-top: -60px;
  position: absolute;
  width: 100%;
  height: 60px;
}
.banner .bar .kid-menu {
  background-color: $blue;
  text-align: center;
  height: 50px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}
.banner .bar .kid-menu a {
  color: #fff;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  width: 120px;
  transition: all 0.5s;
  font-size: 16px;
}
.banner .bar .kid-menu a.on {
  background-color: #b09364;
}
.banner .bar .kid-menu a:hover {
  background-color: rgba(176,147,100,0.502);
}
.crumbs {
  text-align: right;
  line-height: 50px;
}
.crumbs a {
  color: #999;
}
.crumbs .home {
  background-image: url("../ui/home.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.crumbs .cm {
  background-image: url("../ui/cm.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.page-title {
  height: 100px;
  margin-top: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  z-index: -1;
}
.page-title .cn {
  color: #375168;
  font-size: 40px;
  text-align: center;
  position: relative;
  z-index: -1;
}
.page-title .en {
  color: #eee;
  font-size: 40px;
  text-align: center;
  position: relative;
  margin-top: -79px;
  z-index: -2;
}
.data .icon {
  width: 100px;
  height: 100px;
}
.data .en {
  position: relative;
  font-size: 30px;
  color: $blue;
}
.data .desc {
  background-image: url("../ui/yellow-circle.png");
  height: 100px;
  background-repeat: no-repeat;
  position: relative;
}
.data .desc .text {
  position: relative;
  padding-top: 50px;
  font-size: 30px;
  padding-left: 50px;
  color: $blue;
}
.data .title {
  color: $blue;
  font-size: 30px;
  line-height: 100px;
}
.data .content {
  margin-bottom: 50px;
}
.data img {
  max-width: 100%;
}
.logo-pic {
  position: relative;
}
.logo-pic .logo {
  background-image: url("../ui/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 20vw;
  margin-left: 0;
  height: 40vw;
}
.xin {
  background-image: url("../ui/xin.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  width: 471px;
  height: 170px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -85px;
  opacity: 0.5;
}
.chao {
  position: absolute;
  background-image: url("../ui/chao.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  height: 160px;
  width: 767px;
  right: 0;
  top: -100px;
  opacity: 0.5;
}
.p {
  text-align: center;
}
.p p {
  color: #666;
  font-size: 18px;
  line-height: 50px;
}
.p-white p {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.p-black {
  color: #666;
  font-size: 18px;
  line-height: 50px;
}
.p-black p {
  color: #666;
  font-size: 18px;
  line-height: 50px;
}
.group {
  display: inline-block;
}
.group .cn {
  color: #211f4b;
  font-size: 30px;
}
.group .en {
  font-size: 20px;
  color: #211f4b;
}
.master {
  background-color: #b09364;
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.master.top {
  background-color: #211f4b;
}
.master:hover .info {
  display: block;
}
.master .title {
  color: #fff;
  font-size: 18px;
  display: inline-block;
}
.master .tit {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  vertical-align: bottom;
}
.master .info {
  position: absolute;
  border: 1px solid #333f51;
  background-color: #fff;
  width: 400px;
  padding: 20px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -50px;
  display: none;
  color: #999;
  letter-spacing: 1px;
  margin-top: 20px;
}
.master .info .an {
  margin-top: -40px;
  position: absolute;
  margin-left: 164px;
  width: 20px;
  height: 10px;
  background-image: url("../ui/an.png");
  background-repeat: no-repeat;
}
.master .info .title {
  color: #333f51;
}
.master .info .dot {
  border-top: 1px solid #999;
  width: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.master .info .tit {
  color: #333f51;
}
.bg-1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}
.bg-2 {
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.green-1 {
  background-color: #64ce99;
}
.col-b {
  width: 12.5%;
}
.gray-1 {
  background-color: #d8d8d8;
}
.gray-2 {
  background-color: #f3f3f3;
}
.gray-3 {
  background-color: #f9f9f9;
}
.bottom {
  letter-spacing: 1px;
  background-color: #fff;
  background: #f9f9f9;
}
.bottom .logo {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #d8d8d8;
}
.bottom p {
  line-height: 50px;
  height: 50px;
}
.bottom .share-wrap {
  text-align: center;
}
.bottom .share-wrap a {
  margin: 0 !important;
  float: unset;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: center center;
}
.bottom .sina {
  border: 1px solid #b09364;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 25px;
  background-image: url("../ui/sina.png") !important;
}
.bottom .wx {
  background-image: url("../ui/wx.png") !important;
  border: 1px solid #6fbf3f;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 28px;
}
.bottom .phone {
  background-image: url("../ui/phone-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 365px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  font-size: 16px;
  color: #333f51;
}
.bottom .phone img {
  margin-right: 20px;
}
.bottom .fax {
  color: #5ca725;
}
.links {
  background-color: #f9f9f9;
}
.more-btn {
  width: 200px;
  text-align: center;
  background-color: #5ca725;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  color: #fff;
}
.more-btn:hover {
  background-color: #6fbf3f;
}
.more-btn:hover img {
  transform: translateX(10px);
}
.more-btn img {
  transition: all 0.5s;
  width: 30px;
  margin-left: 20px;
}
.screen {
  width: 100vw;
  height: 100vh;
}
.job-filter {
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.2rem;
}
.job-filter select {
  border: 1px solid #e6e6e6;
  height: 0.4rem;
}
.job {
  margin-bottom: 0.5rem;
}
.job .bar {
  border-bottom: 1px dashed #d8d8d8;
  height: 0.5rem;
  line-height: 0.5rem;
}
.job .bar .btn-open {
  width: 50px;
  height: 50px;
  background-image: url("../ui/up-1.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.job .bar .btn-open.open {
  background-image: url("../ui/down-1.png");
}
.job .desc {
  padding: 0.2rem;
  padding-top: 13px;
}
.join-bg {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}
.join-bg .info {
  border-top: 1px solid #00b500;
  background-color: rgba(51,63,81,0.502);
  position: absolute;
  bottom: 0;
  height: 300px;
}
.join-bg .info .title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.join-bg .info .desc {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}
.btn {
  background-color: #00b500;
  width: 1.2rem;
  height: 0.4rem;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  border: 1px solid #333;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #6fbf3f !important;
}
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: contain;
}
.swiper-slide .img {
  width: 100vw;
  height: 100vh;
  background-size: cover;
}
.swiper-slide img {
  max-width: 100%;
}
.swiper-slide .info {
  position: absolute;
  z-index: 10000;
  overflow: hidden;
  left: 50%;
  margin-left: -650px;
}
.swiper-slide .info .cn {
  font-size: 0.6rem;
  color: #fff;
  display: block;
  text-align: left;
}
.swiper-slide .info .en {
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: left;
}
.swiper-slide .info .dot {
  background-color: #fff;
  height: 2px;
  width: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
}
.calender {
  border: 2px solid #6fbf3f;
  height: 0.7rem;
  width: 0.64rem;
}
.calender .day {
  margin-top: 0.05rem;
  text-align: center;
  font-size: 0.24rem;
  color: #6fbf3f;
}
.calender .year-month {
  text-align: center;
  font-size: 0.1rem;
  color: #6fbf3f;
}
.download-pdf {
  margin-top: 50px;
  background-image: url("../ui/download-pdf.png");
  width: 300px;
  height: 50px;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.download .table {
  height: 80px;
}
.download .table .title {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.download .pdf {
  background-image: url("../ui/pdf.png");
  width: 120px;
  height: 80px;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.download .item {
  background-color: #f9f9f9;
}
.download .calender {
  border: 1px solid #333f51;
}
.download .calender .day {
  color: #333f51;
}
.download .calender .year-month {
  color: #333f51;
}
.rich .box {
  width: 360px;
  height: 200px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  left: 50%;
  top: 50%;
}
.rich .box .title {
  color: #fff;
  font-size: 50px;
}
.rich .box .dot {
  background-color: #fff;
  height: 2px;
  width: 50px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
}
.rich .box .desc {
  color: #fff;
  font-size: 14px;
}
.rich .box .play {
  transition: all 1s;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -33px;
  background-image: url("../ui/play-2.png");
  background-size: cover;
  width: 67px;
  height: 67px;
}
.rich .box .play i {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
.rich .item {
  transition: all 1s;
}
.rich .item .info {
  transition: all 1s;
}
.rich .item:hover {
  background-color: #f9f9f9;
}
.rich .item:hover .info {
  background-image: url("../ui/rich-bg.png");
}
.rich .item:hover .info .title {
  color: #b09364;
  text-decoration: underline;
}
.rich .item:hover .img {
  transform: scale(1.1);
}
.rich .item:hover .img .play {
  background-image: url("../ui/play-1.png");
}
.rich .border {
  border: 1px solid #d8d8d8;
}
.rich .img {
  width: 100%;
  height: 180px;
  background-size: cover;
  overflow: hidden;
  transition: all 1s;
  position: relative;
}
.rich .img .play {
  transition: all 1s;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -33px;
  background-image: url("../ui/play-2.png");
  background-size: cover;
  width: 67px;
  height: 67px;
}
.rich .img .play i {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
}
.rich .info {
  padding: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.rich .info .title {
  font-size: 18px;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
  height: 80px;
}
.pointer {
  cursor: pointer;
}
.swiper-business-banner .swiper-button-prev {
  background-image: url("../ui/left-5.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
}
.swiper-business-banner .swiper-button-next {
  background-image: url("../ui/right-5.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
}
.news-top .img {
  width: 100%;
  height: 350px;
}
.news-top .swiper-button-prev {
  background-image: url("../ui/left-5.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  left: -100px !important;
}
.news-top .swiper-button-next {
  background-image: url("../ui/right-5.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  right: -100px !important;
}
.news-top .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.news-top .date {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.news-top .desc {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  line-height: 30px;
  margin-bottom: 20px;
}
.news-top .a {
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #fff;
  transition: all 1s;
  background-color: #00b500;
}
.news.poster .img {
  height: 165px;
}
.news.poster .info .desc {
  padding-top: 10px;
}
.news .item {
  margin-bottom: 10px;
}
.news .item:hover {
  background-color: #f9f9f9;
}
.news .item:hover .img {
  transform: scale(1.1);
}
.news .item:hover .a {
  color: #fff;
  background-color: #00b500;
}
.news .date {
  font-size: 14px;
  color: #333f51;
  font-weight: bold;
}
.news .dot {
  background-color: #333f51;
  height: 2px;
  width: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
}
.news .img {
  width: 100%;
  height: 180px;
  background-size: cover;
  overflow: hidden;
  transition: all 1s;
}
.news .info {
  padding: 5px;
}
.news .info .title {
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
}
.news .info .desc {
  padding-top: 30px;
  font-size: 14px;
  color: #666;
  letter-spacing: 1px;
  height: 100px;
}
.news .info .a {
  border: 1px solid #d8d8d8;
  padding: 10px;
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #d8d8d8;
  transition: all 1s;
}
.resp .swiper-container {
  overflow: auto;
}
.resp .swiper-pagination {
  top: 700px;
}
.resp .swiper-slide .info {
  position: relative;
}
.resp .swiper-button-prev {
  background-image: url("../ui/left-4.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  left: 20px !important;
  top: 200px !important;
}
.resp .swiper-button-next {
  background-image: url("../ui/right-4.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  right: 20px !important;
  top: 200px !important;
}
.resp .img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 468px;
}
.resp .img .info {
  left: unset;
}
.resp .img .info .cn {
  color: #fff;
  text-align: center;
  font-size: 50px;
}
.resp .img .info .en {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.resp .content {
  margin-top: -50px;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
}
.resp .content p {
  line-height: 50px;
}
.dnum {
  font-size: 50px;
  font-weight: bold;
}
.active1 {
  margin-top: 100px;
}
.active1 .item img {
  transition: all 0.5s;
  transform: scale(1);
}
.active1 .item:hover img {
  transform: scale(1.1);
}
.active1 .item:hover a {
  color: #b09364;
}
.history-bg {
  width: 100%;
  height: 50%;
  background-image: url("../ui/history-bg.jpg");
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.history-ruler {
  border-bottom: 1px solid #6fbf3f;
  width: 100%;
  top: 0;
  position: absolute;
  height: 50%;
}
.w-1300px .swiper-button-next {
  background-image: url("../ui/right-1.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  right: -25px;
}
.w-1300px .swiper-button-prev {
  background-image: url("../ui/left-1.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  left: -25px;
}
.culture .title {
  color: #b09364;
  font-size: 40px;
  margin-bottom: 50px;
}
.culture p {
  line-height: 40px;
  color: #666;
  font-size: 18px;
}
.culture p strong {
  font-size: 20px;
  padding-top: 30px;
  display: block;
}
.culture p em {
  color: #b09364;
  font-size: 20px;
  font-weight: bold;
}
.culture p u {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  background-color: #b09364;
  color: #fff;
  text-decoration: none;
}
.culture .chao {
  top: auto !important;
}
.honer .tab {
  display: inline-block;
}
.honer .tab .tab-btn {
  background-image: url("../ui/tab.png");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 200px;
  height: 75px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}
.honer .tab .tab-btn.on,
.honer .tab .tab-btn:hover {
  background-image: url("../ui/tab-on.png");
  color: #fff;
}
.honer .bg {
  margin-top: -25px;
  padding-bottom: 50px;
  z-index: -1;
}
.honer .panel .year {
  color: #fff;
  background-color: #6fbf3f;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
  transition: all 1s;
  vertical-align: top;
}
.honer .panel .item {
  background-image: url("../ui/dot-2.png");
  background-repeat: no-repeat;
  background-position-y: -193px;
  padding-left: 50px;
  min-height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.chao {
  top: unset !important;
  bottom: 0;
}
.history {
  width: 100%;
  overflow-x: hidden;
}
.history .top-line {
  margin-left: 100px;
}
.history .evt.top {
  padding-bottom: 100px;
}
.history .evt .pic {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.history .evt .text {
  width: 250px;
  height: 200px;
  background-color: #fff;
}
.history .evt .line {
  height: 80px;
  border-left: 1px solid #6fbf3f;
  position: absolute;
  margin-top: -80px;
  margin-left: 100px;
}
.history .evt .line.top {
  margin-top: 200px;
  margin-left: 219px;
}
.history .evt .year {
  color: #fff;
  background-color: #d8d8d8;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 1s;
}
.history .evt .year.top {
  margin-top: 279px;
  margin-left: 160px;
}
.history .evt .year.under {
  margin-top: -121px;
  margin-left: 40px;
}
.history .evt:hover .year {
  background-color: #00b500;
}
.out-links {
  display: none;
}
.out-links.pc {
  background: rgba(255,255,255,0.376);
  line-height: 30px;
  transition: all 1s;
}
.out-links.pc a {
  background-color: transparent;
}
.out-links.pc a:hover {
  background-color: #fff;
  color: #333f51;
}
.col-5b {
  width: 20%;
  vertical-align: top;
}
.zoom {
  transition: all 1s;
  transform: scale(1);
}
.zoom:hover {
  transform: scale(1.1);
}
.page {
  padding: 40px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  height: 35px;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.page ul li:hover,
.page ul li.on {
  background: #333f51;
}
.page ul li:hover a,
.page ul li.on a {
  color: #fff;
}
.page ul li a {
  font-size: 14px;
  color: #666;
  line-height: 35px;
  padding: 0 15px;
}
.img100 {
  width: 100%;
}
.title {
  font-size: 20px;
}
.desc p {
  font-size: 14px;
  text-align: left;
}
.hidd {
  display: none;
}
.hamburger {
  background-image: url("../ui/hamburger.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 80px;
  width: 50px;
  transition: all 1s;
}
.hamburger.close {
  background-image: url("../ui/close-black.png");
}
.num-box {
  background-color: #f9f9f9;
  width: 300px;
  height: 150px;
  display: inline-block;
}
.num-box .num {
  font-size: 40px;
}
.num-box .unit {
  vertical-align: middle;
  display: inline-block;
  margin-top: 14px;
}
.find-bg {
  width: 100%;
  background: url("/xc/html/out/s/ui/010.png");
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
}
.find-bg .swiper-button-prev {
  background-image: url("../ui/left-2.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  left: 10px !important;
}
.find-bg .swiper-button-next {
  background-image: url("../ui/right-2.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  right: 10px !important;
}
.adv-bg {
  width: 100%;
  background: url("/xc/html/out/s/ui/adv-bg.jpg");
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.adv-bg .bg {
  background-color: rgba(28,58,84,0.839);
  position: absolute;
  width: 70%;
  height: 800px;
  right: 0;
}
.adv-bg .cn {
  font-size: 30px;
  margin-bottom: 20px;
}
.adv-bg .en {
  font-size: 20px;
  margin-bottom: 20px;
}
.adv-bg .content p {
  font-size: 18px;
  line-height: 30px;
}
.adv-bg .swiper-button-prev {
  background-image: url("../ui/left-5.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  left: 50px !important;
}
.adv-bg .swiper-button-next {
  background-image: url("../ui/right-5.png") !important;
  height: 50px !important;
  width: 50px !important;
  background-size: cover;
  right: 100px !important;
}
.adv-bg .swiper-pagination {
  position: absolute;
  margin-top: 180px;
  bottom: 150px !important;
  margin-left: -180px;
}
.adv-bg .swiper-pagination .swiper-pagination-bullet {
  border-bottom: 1px solid #fff;
  font-size: 30px;
  background-color: transparent !important;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  height: 40px;
  border-radius: unset;
  vertical-align: bottom !important;
  border: 0;
}
.adv-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent !important;
  color: #00b500;
  font-weight: bold;
  font-size: 40px;
  border-bottom: 2px solid #00b500;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-1 {
    margin-left: 0px;
  }
}
.map {
  height: 740px;
}
.map .pos {
  position: absolute;
  left: 250px;
  top: 300px;
  width: 200px;
  height: 30px;
}
.map .pos .ico {
  background-image: url("../ui/pos.png");
  background-position: 50% 50%;
  height: 30px;
  width: 30px;
  display: inline-block;
}
.map .pos .bg {
  background-image: url("../ui/pos-bg.png");
  display: inline-block;
  height: 41px;
  width: 232px;
  position: absolute;
  margin-top: -5px;
}
.map .pos .country {
  background-position: 50% 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 25px;
  margin-top: 6px;
}
.map .pos .info {
  color: #fff;
  display: inline-block;
  height: 34px;
  line-height: 40px;
  padding-left: 10px;
}
.map img {
  width: 100%;
}
.win {
  position: absolute;
  top: 0;
  background-color: rgba(0,0,0,0.565);
  z-index: 1002;
  left: 0;
}
.win .box {
  width: 100%;
  max-width: 9rem;
  background-color: #3e3a3a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.win .box .close {
  background-image: url("../ui/close.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  margin-top: -50px;
  right: 0;
  cursor: pointer;
}
.win .box .ls {
  position: absolute;
  bottom: -0.5rem;
  text-align: center;
  width: 100%;
}
.win .box .ls .small {
  display: inline-block;
  width: 0.5rem;
  padding: 0.1rem;
}
.content .title {
  font-size: 28px;
}
video {
  width: 100%;
}
.content .title {
  color: #333f51;
}
.content .line {
  border-bottom: 1px solid #f9f9f9;
  margin-top: 30px;
}
.content .date {
  padding-right: 20px;
  font-size: 14px;
  line-height: 50px;
}
.content .date span {
  color: #666;
}
.content .source {
  padding-right: 20px;
  font-size: 14px;
  line-height: 50px;
}
.content .source span {
  color: #666;
}
.content .share {
  font-size: 40px;
  line-height: 50px;
}
.content .data p {
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.content .other {
  line-height: 40px;
}
.content .other span {
  font-size: 18px;
  color: #999;
}
.content .other a {
  font-size: 18px;
  color: #333;
}
.content .ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.content .ico.sina {
  background-image: url("../ui/sina-1.jpg");
}
.content .ico.wx {
  background-image: url("../ui/wx-1.jpg");
}
.content .ico.print {
  background-image: url("../ui/print-1.jpg");
}
.act-1 .swiper-container {
  width: 100%;
  height: 500px;
}
.act-1 .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1.6);
}
.act-1 .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.act-1 .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9);
  z-index: -1;
}
.act-1 .swiper-slide .bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  background-color: rgba(0,0,0,0.376);
  color: #fff;
  font-size: 12px;
}
.act-2 .swiper-pagination {
  width: 100%;
  padding-top: 20px;
}
.act-2 .swiper-button-prev {
  background-image: url("../ui/left-5.png") !important;
  height: 50px !important;
  width: 50px !important;
}
.act-2 .swiper-button-next {
  background-image: url("../ui/right-5.png") !important;
  height: 50px !important;
  width: 50px !important;
}
.act-2 .swiper-container {
  width: 100%;
  height: 100%;
}
.act-2 .swiper-slide {
  text-align: center;
  font-size: 18px;
/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.act-2 .swiper-slide:hover .bar {
  transform: translateY(0%);
}
.act-2 .swiper-slide .bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  background-color: rgba(0,0,0,0.376);
  color: #fff;
  transform: translateY(100%);
  transition: all 0.5s;
}
.act-2 .swiper-slide .bar .title {
  font-size: 20px;
  text-align: left;
}
.act-2 .swiper-slide .bar .dot {
  background-color: #fff;
  height: 2px;
  width: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
}
.act-2 .swiper-slide .bar .date {
  text-align: left;
  font-size: 14px;
}
#search-iframe {
  margin-top: -100px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .map {
    height: auto;
  }
  .map .pos {
    left: 19vw;
    top: 22vw;
  }
}
@media screen and (max-width: 1200px) {
  .w-1600px {
    width: 100%;
  }
  .w-1300px {
    width: 100%;
  }
  .w-1000px {
    width: 90%;
  }
  .w-800px {
    width: 80%;
  }
  .md-hide {
    display: none;
  }
  .md-block {
    display: block;
  }
  .md-inline-block {
    display: inline-block;
  }
  .md-col-3 {
    width: 33.333%;
  }
  .md-col-2 {
    width: 50%;
  }
  .culture .title {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .culture p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .sm-t-150px {
    transform: translateX(150px);
  }
  .sm-t--150px {
    transform: translateX(-150px);
  }
  .sm-to-block {
    display: block !important;
    width: 100% !important;
    float: unset !important;
  }
  .logo {
    height: 30px;
    margin-left: 20px;
  }
  .sm-float-clear {
    float: unset;
  }
  .sm-h100 {
    height: 100% !important;
  }
  .sm-w100 {
    width: 100% !important;
    display: block;
    clear: both;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  .sm-w40 {
    width: 40%;
  }
  .top-nav {
    background-color: #fff !important;
  }
  .top-nav .menu {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #f9f9f9;
    top: 80px;
    width: 100%;
  }
  .top-nav .menu .a {
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  .top-nav .menu .a a {
    color: #333f51;
    display: block;
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    text-align: left;
  }
  .top-nav .menu .kid-menu-btn {
    width: 10%;
    height: 50px;
    color: #333f51;
    background-color: #fff;
    background-image: url("../ui/up-1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .top-nav .menu .kid-menu-btn.on {
    background-image: url("../ui/down-1.png");
  }
  .top-nav .menu .link:hover .kid-menu {
    height: auto;
  }
  .top-nav .menu .link .kid-menu {
    position: relative;
  }
  .top-nav .menu .link .kid-menu ul {
    display: block;
    background-color: #f9f9f9;
  }
  .top-nav .menu .link .kid-menu a {
    display: block;
    padding: 40px;
    padding: 10px;
    padding-left: 40px;
  }
  .sm-hide {
    display: none !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-pl-0 {
    padding: 0 !important;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-p-25px {
    padding: 25px !important;
  }
  .sm-p-10px {
    padding: 10px !important;
  }
  .sm-pt-10px {
    padding-top: 10px !important;
  }
  .sm-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sm-p-20px {
    padding: 20px !important;
  }
  .sm-py-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm-pt-50px {
    padding-top: 50px !important;
  }
  .sm-m-10px {
    margin: 10px;
  }
  .sm-mb-10px {
    margin-bottom: 10px;
  }
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .sm-show {
    display: block !important;
    box-sizing: unset;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-2 {
    width: 16.666666666666668%;
  }
  .sm-block {
    display: block !important;
  }
  .sm-relative {
    position: relative !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-col {
    float: left;
  }
  .sm-col-9 {
    width: 90% !important;
  }
  .master .info {
    margin-left: -52%;
    width: 94%;
    transform: translateX(3%);
    left: 52%;
  }
  .banner {
    margin-top: 80px;
  }
  .banner .bar {
    height: auto;
  }
  .banner .info .cn {
    font-size: 20px;
  }
  .banner .info .dot {
    margin-top: unset;
    margin-bottom: unset;
  }
  .banner .info .en {
    font-size: 14px;
  }
  .banner .pic {
    overflow: hidden;
  }
  .banner .pic img {
    height: 200px;
  }
  .chao {
    width: 100%;
    height: 134px;
  }
  .news-top .img {
    height: 250px;
  }
  .news .img {
    height: 100px;
  }
  .news .info .title {
    font-size: 14px;
  }
  .news .info .desc {
    font-size: 12px;
  }
  .rich .box {
    width: 200px;
    height: 80px;
    top: 30%;
  }
  .rich .box .title {
    font-size: 20px;
  }
  .rich .box .dot {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rich .box .play {
    height: 20px;
    width: 20px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .rich .img {
    height: 100px;
  }
  .rich .img .play {
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .culture .title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .culture p {
    font-size: 14px;
  }
  .page-title {
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .page-title .cn {
    font-size: 28px;
  }
  .page-title .en {
    font-size: 20px;
    margin-top: -50px;
  }
  .crumbs {
    background-color: #f9f9f9;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
  }
  .hamburger {
    right: 10px;
  }
  .media-box .cn {
    font-size: 20px;
    margin-top: 80px;
    display: inline-block;
    padding-left: 20px;
    float: left;
  }
  .media-box .dot {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .media-box .en {
    font-size: 14px;
    margin-top: 0;
  }
  .media-box .links {
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 80px;
    display: inline-block;
    padding-right: 20px;
    float: right;
  }
  .business-box .img,
  .swiper-slide .img {
    background-position-x: 41%;
  }
  .business-box .info,
  .swiper-slide .info {
    left: 0;
    margin-left: 0;
    text-align: center;
  }
  .business-box .info .icon,
  .swiper-slide .info .icon {
    margin-bottom: 20px;
  }
  .business-box .info .cn,
  .swiper-slide .info .cn {
    font-size: 20px;
  }
  .business-box .info .dot,
  .swiper-slide .info .dot {
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
  }
  .business-box .info .en,
  .swiper-slide .info .en {
    font-size: 14px;
  }
  .about-box .map-btn {
    left: -50%;
    transform: translateX(50%);
  }
  .sm-t-10px {
    top: 10px;
  }
  .swiper-find {
    width: 100% !important;
  }
  .content .title {
    padding-top: 30px;
    font-size: 20px;
  }
  .content .line {
    border-bottom: 1px solid #f9f9f9;
    margin-top: 20px;
  }
  .content .date {
    padding-left: 30px;
    line-height: 40px;
  }
  .content .source {
    padding-right: 20px;
    line-height: 40px;
  }
  .content .data p {
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .content .other {
    line-height: 40px;
  }
  .content .other span {
    font-size: 14px;
    color: #999;
  }
  .content .other a {
    font-size: 14px;
    color: #333;
  }
  .search-ico {
    background-image: url("../ui/search-ico-2.png");
  }
  .join-bg .info .title {
    font-size: 20px;
  }
  .act-1 .swiper-container {
    height: 400px;
  }
  .act-1 .swiper-container .swiper-slide {
    transform: scale(1);
  }
  .act-1 .swiper-container .swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
  }
  .act-2 .swiper-button-next {
    right: 0;
  }
  .act-2 .swiper-button-prev {
    left: 0;
  }
  .info {
    right: 0;
  }
  .info .an {
    display: none;
  }
  .bg-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-white p {
    line-height: 30px;
    font-size: 14px;
  }
  .p-black p {
    line-height: 30px;
    font-size: 14px;
  }
  .honer .tab .tab-btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .download .table,
  .download .title {
    font-size: 14px !important;
    padding-left: 10px;
  }
  .title {
    font-size: 14px;
  }
  .adv-bg {
    height: auto;
  }
  .adv-bg .bg {
    width: 100%;
    height: 100%;
  }
  .adv-bg .content {
    width: 100%;
  }
  .adv-bg .content p {
    font-size: 14px;
  }
  .history .evt .pic {
    width: 180px !important;
  }
  .history .evt .text {
    width: 180px !important;
  }
  .history .evt .line.top {
    margin-left: 202px;
  }
  .history .evt .year {
    background-color: #00b500;
  }
  .history .evt .year.top {
    margin-left: 140px;
  }
  .history-ruler {
    top: 149px;
  }
  .p p {
    font-size: 14px;
    line-height: 30px;
  }
  .find-bg {
    height: auto;
  }
  .num-box {
    height: 100px;
    margin-bottom: 10px;
  }
  .resp .img .info .cn {
    font-size: 30px;
  }
  .resp .img .info .en {
    font-size: 14px;
  }
  .resp .content p {
    line-height: 30px;
  }
  .dnum {
    font-size: 20px;
  }
  #search-iframe {
    margin-top: 0px;
    background-color: #fff;
  }
  .news-box .item .title {
    padding-top: 0;
    height: auto;
  }
  .news-box .item .desc {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
  }
  .num-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    top: 20px;
    padding-bottom: 50px;
  }
}
