@charset "UTF-8";
html {
  font-size: 10vw; }

.fsz-15 {
  font-size: 0.1578947368rem; }

.fsz-18 {
  font-size: 0.1894736842rem; }

.fsz-20 {
  font-size: 0.2105263158rem; }

.fsz-22 {
  font-size: 0.2315789474rem; }

.fsz-24 {
  font-size: 0.2526315789rem; }

.fsz-25 {
  font-size: 0.2631578947rem; }

.fsz-30 {
  font-size: 0.3157894737rem; }

.fsz-35 {
  font-size: 0.3684210526rem; }

.c_fc8485 {
  color: #fc8485; }

.c_727de9 {
  color: #727de9; }

.c_e19a62 {
  color: #e19a62; }

.c_c384e3 {
  color: #c384e3; }

.c_ea618b {
  color: #ea618b; }

.c_2ec4d3 {
  color: #2ec4d3; }

.c_895db2 {
  color: #895db2; }

.c_fb8484 {
  color: #fb8484; }

.c_83b3df {
  color: #83b3df; }

.c_e29a61 {
  color: #e29a61; }

.c_f0687c {
  color: #f0687c; }

.c_6ac8a6 {
  color: #6ac8a6; }

.c_7284d1 {
  color: #7284d1; }

.c_895db2 {
  color: #895db2; }

.indent {
  text-indent: 2em; }

.mar-btm {
  margin-bottom: 0.1052631579rem; }

.mar-top {
  margin-top: 0.1578947368rem; }

.width_index {
  width: 2.7631578947rem; }

.width_g {
  width: 2.9473684211rem; }

.width_z {
  width: 2.5263157895rem; }

.width_d {
  width: 2.2894736842rem; }

.width_y {
  width: 3.2736842105rem; }

.pad-l {
  padding-left: 0.3157894737rem; }

p {
  margin: 0; }

.wordfont {
  font-family: "SimSun", "Microsoft YaHei UI Light", "Microsoft YaHei" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/** {
  -webkit-appearance: none; }*/

html, body {
  width: 100%;
  height: 100%; }

.pointer {
  cursor: pointer; }

.btn-style-one {
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase; }

.btn-style-one:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #67b8f8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btn-style-one:hover:before,
.btn-style-one:focus:before,
.btn-style-one:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btn-style-one:hover {
  color: #ffffff !important;
  text-decoration: none;
  outline: none;
  -webkit-transition: .5s ease;
  transition: .5s ease; }

/* 设置主轴方向 */
.flex-row {
  display: flex;
  flex-direction: row; }

.flex-col {
  display: flex;
  flex-direction: column; }

/* 设置换行 */
.flex-wrap {
  flex-wrap: wrap; }

/* 设置主轴上的子元素排列方式 */
.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-around {
  justify-content: space-around; }

.justify-between {
  justify-content: space-between; }

/* 设置子元素在轴上的排序方式（多行） */
.content-center {
  align-content: center; }

.content-start {
  align-content: start; }

.content-space {
  align-content: space-around; }

/* 设置子元素在轴上的排序方式（单行） */
.items-center {
  align-items: center; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

/* CSS Document */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, td {
  margin: 0;
  padding: 0; }

body {
  font: 12px  "宋体";
  word-wrap: break-word; }

a, u, s, del {
  color: #000;
  text-decoration: none; }

a {
  display: block; }

fieldset, a img, .bor0 {
  border: 0; }

i, em, b {
  font-style: normal;
  font-weight: 100; }

li {
  list-style: none; }

img {
  vertical-align: middle; }

table {
  border-collapse: collapse; }

/*合并边框*/
textarea {
  resize: none;
  /*禁止拖动*/ }

.ind2 {
  text-indent: 2em; }

/*溢出隐藏*/
.over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*图片垂直对齐*/
.valign {
  text-align: center; }

.valign img {
  vertical-align: middle; }

.valign:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

/*万能清除法*/
.clear:before {
  content: "";
  display: table; }

/*阻止margin-top向上传递*/
.clear:after {
  content: "";
  display: block;
  clear: both; }

/*清除浮动*/
/*弹性盒水平垂直居中*/
.flexc {
  display: flex;
  justify-content: center;
  align-items: center; }

.margin {
  width: 8.6947368421rem;
  margin: auto; }

body {
  font-family: "微软雅黑"; }

.align-stretch {
  align-items: stretch; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

.self-stretch {
  align-self: stretch; }

.text12 {
  font-size: 0.0631578947rem; }

.text14 {
  font-size: 0.0736842105rem; }

.text16 {
  font-size: 0.0842105263rem; }

.text18 {
  font-size: 0.0947368421rem; }

.text20 {
  font-size: 0.1052631579rem; }

.text22 {
  font-size: 0.1157894737rem; }

.text24 {
  font-size: 0.1263157895rem; }

.text26 {
  font-size: 0.1368421053rem; }

.text28 {
  font-size: 0.1473684211rem; }

.text30 {
  font-size: 0.1578947368rem; }

.text32 {
  font-size: 0.1684210526rem; }

/* ==================
         color
 ==================== */
.text-black,
.line-black,
.lines-black {
  color: #333333; }

.text-white,
.line-white,
.lines-white {
  color: #ffffff; }

/*  -- flex -- */
.flex {
  display: flex; }

.basis20 {
  flex-basis: 20%; }

.basis40 {
  flex-basis: 40%; }

.basis50 {
  flex-basis: 50%; }

.basis60 {
  flex-basis: 60%; }

.basis80 {
  flex-basis: 80%; }

/*  -- margin -- */
.margin-0 {
  margin: 0; }

.margin10 {
  margin: 0.0526315789rem; }

.margin20 {
  margin: 0.1052631579rem; }

.margin30 {
  margin: 0.1578947368rem; }

.margin40 {
  margin: 0.2105263158rem; }

.margin50 {
  margin: 0.2631578947rem; }

.margin-top10 {
  margin-top: 0.0526315789rem; }

.margin-top20 {
  margin-top: 0.1052631579rem; }

.margin-top30 {
  margin-top: 0.1578947368rem; }

.margin-top40 {
  margin-top: 0.2105263158rem; }

.margin-top50 {
  margin-top: 0.2631578947rem; }

.margin-right10 {
  margin-right: 0.0526315789rem; }

.margin-right20 {
  margin-right: 0.1052631579rem; }

.margin-right30 {
  margin-right: 0.1578947368rem; }

.margin-right40 {
  margin-right: 0.2105263158rem; }

.margin-right50 {
  margin-right: 0.2631578947rem; }

.margin-bottom10 {
  margin-bottom: 0.0526315789rem; }

.margin-bottom20 {
  margin-bottom: 0.1052631579rem; }

.margin-bottom30 {
  margin-bottom: 0.1578947368rem; }

.margin-bottom40 {
  margin-bottom: 0.2105263158rem; }

.margin-bottom50 {
  margin-bottom: 0.2631578947rem; }

.margin-left10 {
  margin-left: 0.0526315789rem; }

.margin-left20 {
  margin-left: 0.1052631579rem; }

.margin-left30 {
  margin-left: 0.1578947368rem; }

.margin-left40 {
  margin-left: 0.2105263158rem; }

.margin-left50 {
  margin-left: 0.2631578947rem; }

.margin-lr10 {
  margin-left: 0.0526315789rem;
  margin-right: 0.0526315789rem; }

.margin-lr20 {
  margin-left: 0.1052631579rem;
  margin-right: 0.1052631579rem; }

.margin-lr30 {
  margin-left: 0.1578947368rem;
  margin-right: 0.1578947368rem; }

.margin-lr40 {
  margin-left: 0.2105263158rem;
  margin-right: 0.2105263158rem; }

.margin-lr50 {
  margin-left: 0.2631578947rem;
  margin-right: 0.2631578947rem; }

.margin-tb10 {
  margin-top: 0.0526315789rem;
  margin-bottom: 0.0526315789rem; }

.margin-tb20 {
  margin-top: 0.1052631579rem;
  margin-bottom: 0.1052631579rem; }

.margin-tb30 {
  margin-top: 0.1578947368rem;
  margin-bottom: 0.1578947368rem; }

.margin-tb40 {
  margin-top: 0.2105263158rem;
  margin-bottom: 0.2105263158rem; }

.margin-tb50 {
  margin-top: 0.2631578947rem;
  margin-bottom: 0.2631578947rem; }

.padding-0 {
  padding: 0; }

.padding10 {
  padding: 0.0526315789rem; }

.padding20 {
  padding: 0.1052631579rem; }

.padding30 {
  padding: 0.1578947368rem; }

.padding40 {
  padding: 0.2105263158rem; }

.padding50 {
  padding: 0.2631578947rem; }

.padding-top10 {
  padding-top: 0.0526315789rem; }

.padding-top20 {
  padding-top: 0.1052631579rem; }

.padding-top30 {
  padding-top: 0.1578947368rem; }

.padding-top40 {
  padding-top: 0.2105263158rem; }

.padding-top50 {
  padding-top: 0.2631578947rem; }

.padding-right10 {
  padding-right: 0.0526315789rem; }

.padding-right20 {
  padding-right: 0.1052631579rem; }

.padding-right30 {
  padding-right: 0.1578947368rem; }

.padding-right40 {
  padding-right: 0.2105263158rem; }

.padding-right50 {
  padding-right: 0.2631578947rem; }

.padding-bottom10 {
  padding-bottom: 0.0526315789rem; }

.padding-bottom20 {
  padding-bottom: 0.1052631579rem; }

.padding-bottom30 {
  padding-bottom: 0.1578947368rem; }

.padding-bottom40 {
  padding-bottom: 0.2105263158rem; }

.padding-bottom50 {
  padding-bottom: 0.2631578947rem; }

.padding-left10 {
  padding-left: 0.0526315789rem; }

.padding-left20 {
  padding-left: 0.1052631579rem; }

.padding-left30 {
  padding-left: 0.1578947368rem; }

.padding-left40 {
  padding-left: 0.2105263158rem; }

.padding-left50 {
  padding-left: 0.2631578947rem; }

.padding-lr10 {
  padding-left: 0.0526315789rem;
  padding-right: 0.0526315789rem; }

.padding-lr20 {
  padding-left: 0.1052631579rem;
  padding-right: 0.1052631579rem; }

.padding-lr30 {
  padding-left: 0.1578947368rem;
  padding-right: 0.1578947368rem; }

.padding-lr40 {
  padding-left: 0.2105263158rem;
  padding-right: 0.2105263158rem; }

.padding-lr50 {
  padding-left: 0.2631578947rem;
  padding-right: 0.2631578947rem; }

.padding-tb10 {
  padding-top: 0.0526315789rem;
  padding-bottom: 0.0526315789rem; }

.padding-tb20 {
  padding-top: 0.1052631579rem;
  padding-bottom: 0.1052631579rem; }

.padding-tb30 {
  padding-top: 0.1578947368rem;
  padding-bottom: 0.1578947368rem; }

.padding-tb40 {
  padding-top: 0.2105263158rem;
  padding-bottom: 0.2105263158rem; }

.padding-tb50 {
  padding-top: 0.2631578947rem;
  padding-bottom: 0.2631578947rem; }

.cur {
  cursor: pointer; }

.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.banner {
  height: 2.5157894737rem;
  background: url("../images/aboutUs/bg.jpg") no-repeat;
  background-size: cover; }
  .banner .left {
    padding-top: 0.1894736842rem; }
    .banner .left img {
      width: 0.2736842105rem;
      height: 0.2736842105rem;
      margin-right: 0.1052631579rem; }
    .banner .left .index-logo-title .cnTitle {
      font-size: 0.1894736842rem;
      color: #ffffff;
      font-size: 0.1894736842rem;
      font-weight: bold; }
    .banner .left .index-logo-title .enTitle {
      margin-top: 0.0210526316rem;
      font-size: 0.0631578947rem;
      font-weight: 400;
      color: #fff;
      line-height: 0.0631578947rem; }
  .banner .right {
    padding-top: 0.3526315789rem; }
    .banner .right .item {
      font-size: 0.0947368421rem;
      font-weight: bold;
      color: #000000;
      line-height: 0.0947368421rem;
      padding-bottom: 0.0842105263rem;
      text-align: center;
      width: 0.5157894737rem; }
      .banner .right .item:hover {
        cursor: pointer;
        color: #4894D0;
        border-bottom: 0.0105263158rem solid #4894D0; }
    .banner .right .te {
      border-bottom: 0.0105263158rem solid #4894D0;
      color: #4894D0; }

.contactMe {
  height: 0.7421052632rem;
  background: #2268AC; }
  .contactMe .contactMe-main {
    height: 0.7421052632rem; }
    .contactMe .contactMe-main .left .left-t {
      font-size: 0.1263157895rem;
      color: #F9F8F8;
      line-height: 0.1263157895rem; }
    .contactMe .contactMe-main .left .left-b {
      font-size: 0.0947368421rem;
      color: #F9F8F8;
      line-height: 0.0947368421rem;
      margin-top: 0.1263157895rem; }
    .contactMe .contactMe-main .right {
      width: 0.9105263158rem;
      background: #729ECA;
      border-radius: 0.0263157895rem;
      line-height: 0.2526315789rem;
      color: #fff;
      height: 0.2526315789rem;
      font-size: 0.0947368421rem;
      text-align: center;
      font-weight: bold; }
      .contactMe .contactMe-main .right:hover {
        box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91); }

.foot {
  height: 1.3473684211rem;
  background: #0a3a95;
  box-sizing: border-box; }
  .foot .main .left {
    padding-top: 0.3rem; }
    .foot .main .left div {
      font-size: 0.0947368421rem;
      color: #FFFFFF;
      line-height: 0.2315789474rem;
      opacity: 0.35; }
  .foot .main .right img {
    width: 0.8315789474rem;
    height: 0.8315789474rem;
    margin-top: 0.2105263158rem; }

.router {
  font-size: 0.0947368421rem;
  font-weight: 400;
  color: #373739;
  margin-top: 0.1894736842rem;
  margin-bottom: 0.3789473684rem; }

.baseWidth {
  width: auto;
  margin: 0 0.3333333333rem; }

.theme {
  text-align: center; }
.theme .name {
  font-size: 0.15rem;}
.theme .text {
  color: #b2b2b2;
  margin-top: 0.1666666667rem;
  font-size: 0.1566666667rem; }
@media screen and (min-width: 1000px) {
  .joinUsPage .joinUs {
    margin-bottom: 0.6382978723rem;
    margin-top: 0.4255319149rem;
    display: flex;
    justify-content: space-between; }
  .joinUsPage .joinUs .left {
    width: 1.3829787234rem; }
  .joinUsPage .joinUs .left > div {
    height: 0.3191489362rem;
    line-height: 0.3191489362rem;
    text-align: center;
    font-size: 0.0957446809rem; }
  .joinUsPage .joinUs .left .btn1 {
    color: #fff;
    background: #2986DF; }
  .joinUsPage .joinUs .left .btn2 {
    color: #000;
    background: #c9c9c9;
    opacity: .6; }
  .joinUsPage .joinUs .right {
    flex: 1;
    margin-left: 0.3191489362rem; } }
                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3); }

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }

  .animate__animated[class*=Out] {
    opacity: 0; } }
@-webkit-keyframes bounce {
  0%,20%,53%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
@keyframes bounce {
  0%,20%,53%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

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

@-webkit-keyframes shakeX {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shakeX {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
@keyframes shakeY {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.base-widthcomm {
  width: 6.2083333333rem;
  margin: auto; }
.base-width {
  width: 7.7789473684rem;
  margin: auto; }

.index .index-big-title {
  text-align: center;
  font-size: 0.1578947368rem;
  font-weight: bold;
  color: #3A3B39;
  line-height: 0.1578947368rem;
  padding-top: 0.5789473684rem;
  padding-bottom: 0.1578947368rem; }
.index .index-small-title {
  text-align: center;
  font-size: 0.0842105263rem;
  font-weight: 400;
  color: #656161;
  line-height: 0.0842105263rem;
  padding-bottom: 0.3157894737rem; }
.index .top {
  height: 3.3473684211rem;
  background: url("../images/index/bg.jpg") no-repeat;
  background-size: cover; }
  .index .top .left {
    padding-top: 0.1894736842rem; }
    .index .top .left img {
      width: 0.2736842105rem;
      height: 0.2736842105rem;
      margin-right: 0.1052631579rem; }
    .index .top .left .index-logo-title .cnTitle {
      font-size: 0.1894736842rem;
      color: #3B8BCA;
      font-size: 0.1894736842rem;
      font-weight: bold; }
    .index .top .left .index-logo-title .enTitle {
      margin-top: 0.0210526316rem;
      font-size: 0.0631578947rem;
      font-weight: 400;
      color: #5D5B5B;
      line-height: 0.0631578947rem; }
  .index .top .right {
    padding-top: 0.3526315789rem; }
    .index .top .right .item {
      font-size: 0.0947368421rem;
      font-weight: bold;
      color: #111111;
      line-height: 0.0947368421rem;
      padding-bottom: 0.0842105263rem;
      text-align: center;
      width: 0.5157894737rem; }
      .index .top .right .item:hover {
        cursor: pointer;
        color: #4894D0;
        border-bottom: 0.0105263158rem solid #4894D0; }
    .index .top .right .te {
      color: #4894D0;
      border-bottom: 0.0105263158rem solid #4894D0; }
  .index .top .form {
    margin-top: 0.3157894737rem;
    float: right;
    width: 1.9894736842rem;
    height: 2.3157894737rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91);
    border-radius: 0.1052631579rem;
    box-sizing: border-box;
    padding: 0 0.1684210526rem; }
    .index .top .form .name {
      text-align: center;
      font-size: 0.1052631579rem;
      font-weight: 400;
      color: #111111;
      line-height: 0.1052631579rem;
      padding-top: 0.1842105263rem;
      margin-bottom: 0.1578947368rem; }
    .index .top .form .form-content .input-box {
      margin-bottom: 0.1578947368rem; }
      .index .top .form .form-content .input-box img {
        margin-top: 10px;
        margin-left: 0.0842105263rem;
        width: 17px;
        height: 19px; }
      .index .top .form .form-content .input-box input {
        background: #F8F8F8;
        border-radius: 0.0736842105rem; }
      .index .top .form .form-content .input-box .el-input--prefix .el-input__inner {
        padding-left: 0.2631578947rem; }
    .index .top .form .form-content .btn {
      background: linear-gradient(-90deg, #2C87D8, #2893E1);
      border-radius: 0.1210526316rem;
      line-height: 0.2473684211rem;
      font-size: 0.0947368421rem;
      font-weight: 400;
      text-align: center;
      color: #FFFFFF;
      cursor: pointer; }
    .btn12 {
      width: 95%;
      height: 95%;
      border: 0px;
      background: linear-gradient(-90deg, #2C87D8, #2893E1);
      border-radius: 0.1210526316rem;
      line-height: 0.2473684211rem;
      font-size: 0.0947368421rem;
      font-weight: 400;
      text-align: center;
      color: #FFFFFF;
      cursor: pointer;
    }
    .index .top .form .form-content .forget {
      margin-top: 0.1842105263rem;
      font-size: 0.0736842105rem;
      font-weight: 400;
      line-height: 0.0789473684rem; }
      .index .top .form .form-content .forget .forget-l {
        color: #2991E0; }
      .index .top .form .form-content .forget .forget-r {
        color: #666666; }
.index .notice {
  height: 0.2526315789rem;
  background: #0a3a95; }
  .index .notice .notice-l {
    width: 0.7368421053rem;
    text-align: center;
    display: flex;
    align-items: center;
    height: 0.2526315789rem; }
    .index .notice .notice-l img {
      width: 0.5947368421rem;
      height: 0.1263157895rem; }
  .index .notice .notice-r {
    flex: 1;
    line-height: 0.2526315789rem;
    font-size: 0.0842105263rem;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden; }
    .index .notice .notice-r .item {
      margin-right: 0.5263157895rem; }
    .index .notice .notice-r .point {
      height: 0.0210526316rem;
      width: 0.0210526316rem;
      background: #fff;
      border-radius: 50%;
      margin-right: 0.0315789474rem; }
.index .number {
  height: 1.0947368421rem; }
  .index .number .number-l {
    flex: 1; }
    .index .number .number-l .name {
      font-size: 0.0947368421rem;
      font-weight: bold;
      color: #218FDF;
      line-height: 0.0947368421rem;
      padding-top: 0.2105263158rem;
      padding-bottom: 0.2105263158rem; }
    .index .number .number-l .number-l-main .item .text {
      font-size: 0.0842105263rem;
      font-weight: 400;
      color: #3A3B39;
      line-height: 0.0842105263rem; }
    .index .number .number-l .number-l-main .item .num {
      margin-top: 0.1052631579rem;
      font-size: 0.1894736842rem;
      font-weight: bold;
      color: #FB7614;
      line-height: 0.1894736842rem; }
  .index .number .number-r {
    width: 3.1210526316rem;
    height: 100%;
    background: url("../images/index/2.png") no-repeat;
    background-size: cover; }
    .index .number .number-r .number-r-main {
      margin-left: 1.5736842105rem;
      margin-top: 0.6263157895rem;
      padding: 0.0421052632rem 0.0736842105rem;
      background: #fff; }
      .index .number .number-r .number-r-main .number-r-main-l img {
        width: 0.2894736842rem;
        height: 0.2526315789rem;
        margin-right: 0.0263157895rem; }
      .index .number .number-r .number-r-main .number-r-main-r .phone {
        height: 0.0947368421rem;
        font-size: 0.1157894737rem;
        font-weight: bold;
        color: #41A5FF;
        line-height: 0.1421052632rem; }
      .index .number .number-r .number-r-main .number-r-main-r .text {
        margin-top: 0.0263157895rem;
        font-size: 0.0736842105rem;
        font-weight: 400;
        color: #7E7676;
        line-height: 0.0736842105rem;
        line-height: 0.1421052632rem; }
.index .bg-gray {
  background: #F9F8F8; }
  .index .bg-gray .serve-center .serve-center-main .item {
    width: 1.8157894737rem;
    height: 2.0157894737rem;
    background: #FFFFFF;
    border-radius: 0.0263157895rem;
    box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91);
    text-align: center; }
    .index .bg-gray .serve-center .serve-center-main .item img {
      width: 100%;
      height: 0.9631578947rem; }
    .index .bg-gray .serve-center .serve-center-main .item .item-big {
      font-size: 0.1263157895rem;
      font-weight: bold;
      color: #3A3B39;
      line-height: 0.1263157895rem;
      margin: 0.1421052632rem 0; }
    .index .bg-gray .serve-center .serve-center-main .item .item-small {
      margin: auto;
      width: 1.4315789474rem;
      height: 0.3631578947rem;
      font-size: 0.0842105263rem;
      font-weight: 400;
      color: #3A3B39;
      line-height: 0.1421052632rem;
      opacity: 0.75; }
    .index .bg-gray .serve-center .serve-center-main .item .detail {
      font-size: 0.0842105263rem;
      font-weight: 400;
      color: #2C87D8;
      line-height: 0.2210526316rem;
      width: 0.6631578947rem;
      height: 0.2210526316rem;
      border: 1px solid #fff;
      margin: auto;
      margin-top: 0.1578947368rem; }
    .index .bg-gray .serve-center .serve-center-main .item:hover .detail {
      width: 0.6631578947rem;
      height: 0.2210526316rem;
      border: 1px solid #BFBFBF;
      border-radius: 0.1105263158rem; }
  .index .bg-gray .info .info-main .info-big {
    font-size: 0.1263157895rem;
    font-weight: bold;
    color: #212121;
    line-height: 0.1421052632rem;
    border-left: 0.0105263158rem solid #218FDF;
    text-indent: 0.0631578947rem; }
  .index .bg-gray .info .info-main .info-small-box {
    margin-top: 0.1473684211rem;
    border-bottom: 1px solid #DAD8D8; }
    .index .bg-gray .info .info-main .info-small-box .more {
      font-size: 0.0842105263rem;
      font-weight: 400;
      color: #188BDE;
      cursor: pointer; }
  .index .bg-gray .info .info-main .info-small .info-small-item {
    font-size: 0.1052631579rem;
    font-weight: bold;
    color: #188BDE;
    line-height: 0.1052631579rem;
    padding: 0 0.0526315789rem 0.0842105263rem;
    border-bottom: 0.0105263158rem solid #fff; }
    .index .bg-gray .info .info-main .info-small .info-small-item:hover {
      border-bottom: 0.0105263158rem solid #218FDF; }
  .index .bg-gray .info .info-main .info-small .info-small-item-te {
    border-bottom: 0.0105263158rem solid #218FDF; }
  .index .bg-gray .info .info-main .info-l {
    margin-right: 0.0263157895rem;
    flex: 1; }
    .index .bg-gray .info .info-main .info-l .index-export .item {
      margin-top: 0.0631578947rem;
      position: relative;
      width: 1.9052631579rem;
      height: 1.0526315789rem;
      background: #ECEFF3;
      box-sizing: border-box;
      padding: 0 0.0842105263rem; }
      .index .bg-gray .info .info-main .info-l .index-export .item .name {
        height: 0.0947368421rem;
        font-size: 0.0947368421rem;
        font-weight: bold;
        color: #252525;
        line-height: 0.0947368421rem;
        padding-top: 0.1368421053rem; }
      .index .bg-gray .info .info-main .info-l .index-export .item .article {
        height: 0.2210526316rem;
        font-size: 0.0842105263rem;
        font-weight: 400;
        color: #252525;
        line-height: 0.1421052632rem;
        margin-top: 0.0947368421rem; }
      .index .bg-gray .info .info-main .info-l .index-export .item .btn {
        width: 0.5684210526rem;
        height: 0.1947368421rem;
        border: 1px solid #218FDF;
        border-radius: 0.1rem;
        font-size: 0.0842105263rem;
        font-weight: 400;
        color: #188BDE;
        line-height: 0.1947368421rem;
        text-align: center;
        cursor: pointer;
        position: absolute;
        right: 0.1052631579rem;
        bottom: 0.0947368421rem; }
  .index .bg-gray .info .info-main .info-r {
    flex: 1;
    margin-left: 0.0263157895rem; }
    .index .bg-gray .info .info-main .info-r .index-delivery .item {
      margin-top: 0.0631578947rem;
      position: relative;
      width: 1.9052631579rem;
      height: 1.0526315789rem;
      background: #ECEFF3;
      box-sizing: border-box;
      padding: 0 0.0842105263rem;
      position: relative; }
      .index .bg-gray .info .info-main .info-r .index-delivery .item .icon {
        position: absolute;
        right: 0.0894736842rem;
        top: 0.0684210526rem;
        width: 0.0947368421rem;
        height: 0.0947368421rem; }
      .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line {
        padding-top: 0.1368421053rem; }
        .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-l .dot-up {
          width: 0.0684210526rem;
          height: 0.0684210526rem;
          border: 1px solid #218FDF;
          border-radius: 50%; }
        .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-l .line {
          margin: 0.0315789474rem;
          width: 1px;
          height: 0.2052631579rem;
          border-left: 1px dashed #218FDF; }
        .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-l .dot-down {
          width: 0.0684210526rem;
          height: 0.0684210526rem;
          border: 1px solid #218FDF;
          border-radius: 50%; }
        .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-r {
          margin-left: 0.0315789474rem; }
          .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-r .start-name {
            font-size: 0.0947368421rem;
            font-weight: bold;
            color: #252525;
            line-height: 0.0947368421rem; }
          .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-r .start-text {
            font-size: 0.0736842105rem;
            font-weight: 400;
            color: #9D9B9B;
            line-height: 0.0736842105rem;
            margin-top: 0.0526315789rem; }
          .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-r .end-name {
            font-size: 0.0947368421rem;
            font-weight: bold;
            color: #252525;
            line-height: 0.0947368421rem;
            margin-top: 0.1263157895rem; }
          .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line .item-r .end-text {
            font-size: 0.0736842105rem;
            font-weight: 400;
            color: #9D9B9B;
            line-height: 0.0736842105rem;
            margin-top: 0.0526315789rem; }
        .index .bg-gray .info .info-main .info-r .index-delivery .item .delivery-line img {
          margin-top: 0.1578947368rem;
          margin-right: 0.0736842105rem;
          width: 0.3473684211rem;
          height: 0.3473684211rem; }
      .index .bg-gray .info .info-main .info-r .index-delivery .item .item-b {
        margin-top: 0.1052631579rem; }
        .index .bg-gray .info .info-main .info-r .index-delivery .item .item-b .item-b-l {
          height: 0.1rem;
          font-size: 0.0947368421rem;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: #9D9B9B;
          line-height: 0.1421052632rem; }
        .index .bg-gray .info .info-main .info-r .index-delivery .item .item-b .btn {
          width: 0.5684210526rem;
          height: 0.1947368421rem;
          border: 1px solid #218FDF;
          border-radius: 0.1rem;
          font-size: 0.0842105263rem;
          font-weight: 400;
          color: #188BDE;
          line-height: 0.1947368421rem;
          text-align: center;
          cursor: pointer;
          position: absolute;
          right: 0.1052631579rem;
          bottom: 0.0947368421rem; }
  .index .bg-gray .news .news-item {
    background: #fff;
    padding: 0.1578947368rem 0.2105263158rem 0; }
    .index .bg-gray .news .news-item .news-title {
      font-size: 0.1263157895rem;
      font-weight: bold;
      color: #111010;
      line-height: 0.1263157895rem;
      margin-bottom: 0.1263157895rem; }
    .index .bg-gray .news .news-item .news-text {
      text-align: justify;
      font-size: 0.0947368421rem;
      font-weight: 400;
      color: #73747A;
      line-height: 0.1578947368rem; }
  .index .bg-gray .news .news-main .left {
    width: 3.8210526316rem;
    margin-right: 0.1263157895rem; }
    .index .bg-gray .news .news-main .left .img-box {
      height: 2.4842105263rem;
      box-sizing: border-box;
      background: #fff;
      padding: 0.0526315789rem; }
      .index .bg-gray .news .news-main .left .img-box img {
        width: 100%;
        height: 100%; }
    .index .bg-gray .news .news-main .left .news-item {
      margin-top: 0.1315789474rem;
      padding-bottom: 0.2105263158rem; }
      .index .bg-gray .news .news-main .left .news-item .news-title {
        text-align: center; }
  .index .bg-gray .news .news-main .right {
    flex: 1; }
    .index .bg-gray .news .news-main .right .news-item {
      border-bottom: 0.0157894737rem solid #fff; }
      .index .bg-gray .news .news-main .right .news-item .news-time {
        margin-top: 0.1263157895rem;
        padding-bottom: 0.1263157895rem; }
        .index .bg-gray .news .news-main .right .news-item .news-time .time {
          font-size: 0.0947368421rem;
          font-weight: 400;
          color: #73747A;
          line-height: 0.0947368421rem;
          opacity: 0.47; }
        .index .bg-gray .news .news-main .right .news-item .news-time .more {
          font-size: 0.1052631579rem;
          font-weight: bold;
          color: #B6B6BD;
          line-height: 0.1052631579rem;
          cursor: pointer; }
          .index .bg-gray .news .news-main .right .news-item .news-time .more .dot {
            margin-left: 0.0631578947rem;
            background: #BBBCC2;
            width: 0.1052631579rem;
            height: 0.1052631579rem;
            background: #BBBCC2;
            border-radius: 50%; }
            .index .bg-gray .news .news-main .right .news-item .news-time .more .dot div {
              width: 0.0210526316rem;
              height: 0.0210526316rem;
              background: #FFFFFF;
              border-radius: 50%;
              margin: 1px; }
      .index .bg-gray .news .news-main .right .news-item:hover {
        border-bottom-color: #2268AC; }
        .index .bg-gray .news .news-main .right .news-item:hover .news-title {
          color: #2268AC; }
        .index .bg-gray .news .news-main .right .news-item:hover .more {
          color: #2268AC !important; }
          .index .bg-gray .news .news-main .right .news-item:hover .more .dot {
            background: #2268AC !important; }
    .index .bg-gray .news .news-main .right .te {
      border-bottom-color: #2268AC; }
      .index .bg-gray .news .news-main .right .te .news-title {
        color: #2268AC; }
      .index .bg-gray .news .news-main .right .te .more {
        color: #2268AC !important; }
        .index .bg-gray .news .news-main .right .te .more .dot {
          background: #2268AC !important; }
  .index .bg-gray .collaborate .collaborate-main .item {
    margin-bottom: 0.1894736842rem;
    width: 1.1526315789rem;
    height: 0.4894736842rem;
    box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .index .bg-gray .collaborate .collaborate-main .item img {
      max-height: 80%;
      max-width: 90%; }

.aboutUs .middle-title {
  height: 0.1578947368rem;
  font-size: 0.1578947368rem;
  font-weight: bold;
  color: #373739;
  line-height: 0.1578947368rem; }
.aboutUs .mini-title {
  font-size: 0.0842105263rem;
  font-weight: 400;
  color: #373739;
  line-height: 0.0842105263rem;
  margin-top: 0.1263157895rem; }
.aboutUs .sentence {
  font-size: 0.0842105263rem;
  font-weight: 400;
  color: #373739;
  line-height: 0.1894736842rem;
  margin-bottom: 0.4473684211rem;
  margin-top: 0.2421052632rem; }
.aboutUs .honor-box {
  margin-top: 0.1578947368rem;
  margin-bottom: 0.4315789474rem; }
  .aboutUs .honor-box img {
    width: 2.6368421053rem;
    height: 1.8368421053rem;
    margin-right: 0.5736842105rem; }
.aboutUs .collaborate {
  margin-top: 0.1578947368rem;
  margin-bottom: 0.4736842105rem; }
  .aboutUs .collaborate .collaborate-main .item {
    margin-bottom: 0.1894736842rem;
    width: 1.1526315789rem;
    height: 0.4894736842rem;
    box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .aboutUs .collaborate .collaborate-main .item img {
      max-height: 80%;
      max-width: 90%; }

.kuaJin {
  background: #F9F8F8; }
  .kuaJin .banner {
    background: url("../images/kuaJin/bg.jpg") no-repeat;
    background-size: cover; }
  .kuaJin .middle-title {
    text-align: center;
    height: 0.1578947368rem;
    font-size: 0.1578947368rem;
    font-weight: bold;
    color: #373739;
    line-height: 0.1578947368rem; }
  .kuaJin .point {
    margin-top: 0.3578947368rem;
    margin-bottom: 0.4631578947rem; }
    .kuaJin .point .item {
      flex: 1;
      padding-top: 0.2052631579rem;
      box-sizing: border-box;
      height: 1.2894736842rem; }
      .kuaJin .point .item img {
        width: 0.5263157895rem;
        height: 0.5263157895rem;
        margin: auto;
        margin-bottom: 0.1368421053rem; }
      .kuaJin .point .item .text {
        margin: auto;
        width: 1.7052631579rem;
        font-size: 0.0947368421rem;
        font-weight: 400;
        color: #373739;
        line-height: 0.1421052632rem; }
    .kuaJin .point .item1 {
      background: url("../images/kuaJin/1.png") no-repeat;
      background-size: cover; }
    .kuaJin .point .item2 {
      background: url("../images/kuaJin/2.png") no-repeat;
      background-size: cover; }
    .kuaJin .point .item3 {
      background: url("../images/kuaJin/1.png") no-repeat;
      background-size: cover; }
  .kuaJin .case {
    margin-top: 0.2631578947rem;
    margin-bottom: 0.4315789474rem; }
    .kuaJin .case .item {
      width: 1.7947368421rem;
      height: 1.7631578947rem;
      padding: 0.1052631579rem;
      box-sizing: border-box;
      text-align: center;
      box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91); }
      .kuaJin .case .item img {
        width: 100%;
        height: 0.8263157895rem; }
      .kuaJin .case .item .title {
        font-size: 0.1263157895rem;
        font-weight: bold;
        color: #373739;
        line-height: 0.1263157895rem;
        margin-top: 0.1578947368rem; }
      .kuaJin .case .item .text {
        margin-top: 0.0631578947rem;
        font-size: 0.0947368421rem;
        color: #373739;
        line-height: 0.1894736842rem; }
  .kuaJin .number {
    background: url("../images/kuaJin/7.png") no-repeat;
    background-size: cover;
    padding-top: 0.3157894737rem;
    padding-bottom: 0.2473684211rem;
    color: #fff; }
    .kuaJin .number .main .item {
      margin-top: 0.2631578947rem; }
      .kuaJin .number .main .item .bigNumber {
        font-size: 0.1894736842rem;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.1894736842rem;
        margin-bottom: 0.1578947368rem; }
      .kuaJin .number .main .item .text {
        font-size: 0.0842105263rem;
        color: #FFFFFF;
        margin-bottom: 0.0526315789rem; }
  .kuaJin .img-box-title {
    margin-top: 0.3947368421rem;
    margin-bottom: 0.2105263158rem; }
  .kuaJin .img-box {
    margin-bottom: 0.5789473684rem; }
    .kuaJin .img-box .item {
      padding: 4px;
      background: #fff;
      width: 1.6210526316rem;
      margin-right: 0.4210526316rem; }
      .kuaJin .img-box .item:hover {
        cursor: pointer; }
        .kuaJin .img-box .item:hover img {
          transform: scale(1.1);
          transition: transform 1s ease; }
      .kuaJin .img-box .item img {
        width: 1.6210526316rem;
        height: 0.9631578947rem; }
      .kuaJin .img-box .item .name {
        text-align: center;
        font-size: 0.0842105263rem;
        font-weight: 400;
        color: #2268AC;
        line-height: 0.2631578947rem; }
  .kuaJin .free {
    height: 0.9210526316rem;
    background: url("../images/kuaJin/10.png");
    background-size: cover; }
    .kuaJin .free .left {
      flex: 1;
      font-size: 0.1894736842rem;
      font-weight: bold;
      color: #F9F8F8;
      line-height: 0.9210526316rem; }
    .kuaJin .free .right {
      flex: 1; }
      .kuaJin .free .right .btn {
        width: 0.8947368421rem;
        height: 0.2578947368rem;
        background: #FFFFFF;
        border-radius: 0.1315789474rem;
        text-align: center;
        font-size: 0.0947368421rem;
        font-weight: bold;
        color: #373739;
        line-height: 0.2578947368rem;
        margin-left: 0.5263157895rem; }
        .kuaJin .free .right .btn:hover {
          background: #DF6D21;
          color: #fff;
          cursor: pointer;
          box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91); }

.commodity {
  background: #F9F8F8; }
  .commodity .banner {
    background: url("../images/commodity/bg.jpg") no-repeat;
    background-size: cover; }
  .commodity .input-box {
    width: 3.2263157895rem;
    margin: auto; }
    .commodity .input-box .el-input-group__append {
      cursor: pointer;
      background: #198FE4;
      color: #fff;
      border: 1px solid #198FE4; }
    .commodity .input-box .el-input__inner:focus {
      border: 1px solid #198FE4 !important; }
  .commodity .select {
    margin-top: 0.3157894737rem;
    margin-bottom: 0.2894736842rem;
    height: 0.3789473684rem;
    font-size: 0.0842105263rem;
    font-weight: 400;
    color: #373739;
    box-sizing: border-box; }
    .commodity .select .left {
      line-height: 0.3789473684rem;
      width: 0.5263157895rem;
      text-align: center; }
    .commodity .select .right {
      flex: 1; }
      .commodity .select .right .item {
        padding: 0.0210526316rem 0.1052631579rem;
        border-radius: 0.0157894737rem;
        line-height: 0.1578947368rem; }
        .commodity .select .right .item:hover {
          background: #198FE4;
          cursor: pointer;
          color: #fff; }
      .commodity .select .right .te {
        padding: 0.0210526316rem 0.1052631579rem;
        background: #198FE4;
        border-radius: 0.0157894737rem;
        line-height: 0.1578947368rem;
        color: #fff; }
  .commodity .list .item {
    width: 1.4895833333rem;
    height: 1.4895833333rem }
    .commodity .list .item:nth-child(5n) {
      margin-right: 0; }
    .commodity .list .item img {
      width: 1.3526315789rem;
      height: 1.0578947368rem; }
    .commodity .list .item .text {
      padding: 0 0.1578947368rem;
      box-sizing: border-box;
      height: 0.4947368421rem;
      width: 1.3526315789rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.0736842105rem;
      font-weight: 400;
      color: #373739;
      line-height: 0.1421052632rem; }

.page {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2421052632rem; }

.market {
  background: #F9F8F8; }
  .market .banner {
    background: url("../images/market/bg.jpg") no-repeat;
    background-size: cover; }
  .market .middle-title {
    font-size: 0.1263157895rem;
    font-weight: bold;
    color: #373739;
    line-height: 0.1263157895rem; }
  .market .main {
    margin-bottom: 0.9894736842rem; }
    .market .main .left {
      width: 5.7263157895rem; }
      .market .main .left .text {
        font-size: 0.0842105263rem;
        font-weight: 400;
        color: #373739;
        line-height: 0.1894736842rem;
        margin-top: 0.1789473684rem;
        margin-bottom: 0.2105263158rem; }
      .market .main .left .sequence {
        margin-top: 0.2263157895rem; }
        .market .main .left .sequence .item {
          height: 0.7315789474rem;
          background: url("../images/market/8.png") no-repeat;
          background-size: cover;
          box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91); }
          .market .main .left .sequence .item .item-l {
            height: 100%;
            width: 0.7684210526rem;
            background: url("../images/market/1.png") no-repeat;
            background-size: cover;
            text-align: center;
            box-sizing: border-box;
            padding-top: 0.1210526316rem; }
            .market .main .left .sequence .item .item-l img {
              width: 0.3157894737rem;
              height: 0.3157894737rem; }
            .market .main .left .sequence .item .item-l .name {
              margin-top: 0.1052631579rem;
              font-size: 0.0842105263rem;
              font-weight: bold;
              color: #F9F8F8;
              line-height: 0.0842105263rem; }
          .market .main .left .sequence .item .item-r {
            flex: 1;
            padding: 0 0.1684210526rem; }
            .market .main .left .sequence .item .item-r .item-r-item {
              margin: 0.0105263158rem 0; }
              .market .main .left .sequence .item .item-r .item-r-item .tit {
                font-size: 0.0842105263rem;
                font-weight: bold;
                color: #373739;
                line-height: 0.1263157895rem; }
              .market .main .left .sequence .item .item-r .item-r-item .txt {
                flex: 1;
                font-size: 0.0842105263rem;
                color: #373739;
                line-height: 0.1263157895rem; }
        .market .main .left .sequence .item1 .item-l {
          background: url("../images/market/1.png") no-repeat;
          background-size: cover; }
        .market .main .left .sequence .item2 .item-l {
          background: url("../images/market/2.png") no-repeat;
          background-size: cover; }
        .market .main .left .sequence .item3 .item-l {
          background: url("../images/market/3.png") no-repeat;
          background-size: cover; }
        .market .main .left .sequence .item4 .item-l {
          background: url("../images/market/4.png") no-repeat;
          background-size: cover; }
        .market .main .left .sequence .item5 .item-l {
          background: url("../images/market/5.png") no-repeat;
          background-size: cover; }
        .market .main .left .sequence .item6 .item-l {
          background: url("../images/market/6.png") no-repeat;
          background-size: cover; }
        .market .main .left .sequence .arrow {
          display: block;
          width: 0.1947368421rem;
          height: 0.1736842105rem;
          text-align: center;
          margin: auto;
          margin-top: 0.0684210526rem;
          margin-bottom: 0.0526315789rem; }
    .market .main .right {
      width: 1.6210526316rem; }
      .market .main .right .img-box {
        margin-top: 0.2105263158rem; }
        .market .main .right .img-box .item {
          padding: 0.0210526316rem;
          height: 1.2368421053rem;
          border: 1px solid #ECEBE9;
          margin-bottom: 0.2105263158rem;
          background: #fff;
          width: 1.6210526316rem;
          margin-right: 0.4210526316rem; }
          .market .main .right .img-box .item img {
            width: 1.6210526316rem;
            height: 0.9631578947rem; }
          .market .main .right .img-box .item .name {
            text-align: center;
            font-size: 0.0842105263rem;
            font-weight: 400;
            color: #2268AC;
            line-height: 0.2631578947rem; }

.shouHui {
  background: #F9F8F8; }
  .shouHui .banner {
    background: url("../images/shouHui/bg.jpg") no-repeat;
    background-size: cover; }
  .shouHui .middle-title {
    text-align: center;
    font-size: 0.1578947368rem;
    font-weight: bold;
    color: #373739;
    line-height: 0.1578947368rem; }
  .shouHui .mini-title {
    text-align: center;
    font-size: 0.0842105263rem;
    line-height: 0.0842105263rem;
    margin-top: 0.1263157895rem;
    font-weight: bold;
    color: #2C87D8; }
  .shouHui .above {
    margin-top: 0.2315789474rem; }
    .shouHui .above .left {
      flex: 1; }
      .shouHui .above .left .text {
        font-size: 0.0947368421rem;
        font-weight: 600;
        color: #3A3B39;
        line-height: 0.0947368421rem; }
.shouHui .above .left .textleft {
  font-size: 0.0947368421rem;
  font-weight: 400;
  color: #3A3B39;
  line-height: 0.2rem;
  float:left;
width:40%}
      .shouHui .above .left .txt-box {
        margin-top: 0.3263157895rem;
        margin-bottom: 0.3578947368rem; }
        .shouHui .above .left .txt-box .txt {
          font-size: 0.0842105263rem;
          font-weight: 400;
          color: #3A3B39;
          line-height: 0.1894736842rem; }
      .shouHui .above .left .btn {
        width: 0.9473684211rem;
        height: 0.2631578947rem;
        border: 1px solid #218FDF;
        border-radius: 0.1315789474rem;
        font-size: 0.0842105263rem;
        font-weight: bold;
        color: #218FDF;
        line-height: 0.2631578947rem; }
        .shouHui .above .left .btn img {
          width: 0.1105263158rem;
          height: 0.0263157895rem;
          margin-left: 0.0315789474rem; }
    .shouHui .above .right {
      flex: 1; }
      .shouHui .above .right .img-box {
        text-align: center; }
        .shouHui .above .right .img-box .img1 {
          margin-bottom: 0.1368421053rem;
          width: 2.9368421053rem;
          height: 1.6894736842rem; }
        .shouHui .above .right .img-box .img2 {
          width: 4.0789473684rem;
          height: 0.3315789474rem; }
  .shouHui .center {
    height: 0.9947368421rem;
    background: #1874B9;
    margin-top: 0.3rem;
    margin-bottom: 0.2315789474rem; }
    .shouHui .center .item .item-l {
      width: 0.5105263158rem;
      height: 0.5105263158rem;
      background: #FDFDFD;
      border-radius: 50%; }
      .shouHui .center .item .item-l img {
        width: 0.2894736842rem;
        height: 0.2894736842rem; }
    .shouHui .center .item .item-r {
      margin-left: 0.1368421053rem; }
      .shouHui .center .item .item-r .num {
        font-size: 0.2105263158rem;
        font-weight: bold;
        color: #FDFDFD;
        line-height: 0.2105263158rem; }
      .shouHui .center .item .item-r .name {
        margin-top: 0.1263157895rem;
        font-size: 0.1052631579rem;
        font-weight: bold;
        color: #FDFDFD;
        line-height: 0.1052631579rem; }
  .shouHui .bottom-list-box {
    position: relative;
    height: 3.1157894737rem;
    background: url("../images/shouHui/line.png") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 0.4526315789rem; }
    .shouHui .bottom-list-box .bottom-list .swiper-container {
      padding-bottom: 0.1052631579rem; }
    .shouHui .bottom-list-box .bottom-list .left {
      width: 3.2578947368rem;
      height: 2.2105263158rem;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 0.0526315789rem;
      margin-right: 0.7368421053rem;
      box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91); }
    .shouHui .bottom-list-box .bottom-list .right {
      width: 3.2578947368rem;
      height: 2.2105263158rem;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 0.0526315789rem;
      box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91); }
      .shouHui .bottom-list-box .bottom-list .right item {
        margin-bottom: 0.1263157895rem; }
    .shouHui .bottom-list-box .bottom-list .name {
      text-align: center;
      font-size: 0.0947368421rem;
      font-weight: bold;
      color: #423F3F;
      line-height: 0.0947368421rem;
      padding-top: 0.1894736842rem;
      padding-bottom: 0.1473684211rem; }
    .shouHui .bottom-list-box .bottom-list .list {
      text-align: center;
      font-size: 0.0842105263rem;
      font-weight: 400;
      color: #656161;
      line-height: 0.0842105263rem;
      padding: 0 0.1578947368rem;
      box-sizing: border-box;
      height: 300px;
      overflow: hidden; }
      .shouHui .bottom-list-box .bottom-list .list .item {
        margin-bottom: 0.1263157895rem; }
        .shouHui .bottom-list-box .bottom-list .list .item .item-l {
          flex: 1; }
        .shouHui .bottom-list-box .bottom-list .list .item .item-c {
          flex: 1; }
        .shouHui .bottom-list-box .bottom-list .list .item .item-r {
          flex: 1; }
        .shouHui .bottom-list-box .bottom-list .list .item img {
          width: 0.2526315789rem;
          height: 0.1894736842rem;
          margin-right: 0.1052631579rem; }
.shouHui .name {
  margin-bottom: 0.15625rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.15625rem;
  color: #373739;
  margin-top: 0.3229166667rem; }
.shouHui .time {
  font-weight: 400;
  font-size: 0.0833333333rem;
  color: #ABA8A8;
  line-height: 0.1875rem;
  text-align: center;
  margin-bottom: 0.3125rem; }
.shouHui img {
  max-width: 90% !important; }

.news {
  background: #F9F8F8; }
  .news .banner {
    background: url("../images/news/bg.jpg") no-repeat;
    background-size: cover; }
  .news .tab {
    display: flex;
    background: #E7E7EA;
    line-height: 0.3789473684rem; }
    .news .tab .item {
      flex: 1;
      font-size: 0.0947368421rem;
      font-weight: 400;
      color: #373739;
      text-align: center; }
      .news .tab .item:hover {
        background: #2268AC;
        color: #E7E7EA; }
    .news .tab .te {
      background: #2268AC;
      color: #E7E7EA; }
  .news .list .item {
    box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91);
    padding: 0.1578947368rem;
    margin-bottom: 0.2631578947rem; }
    .news .list .item .left {
      width: 5.6526315789rem;
      box-sizing: border-box; }
      .news .list .item .left .time {
        font-size: 0.0736842105rem;
        font-weight: bold;
        color: #1E1A17;
        line-height: 0.0736842105rem;
        margin-bottom: 0.1684210526rem; }
      .news .list .item .left .name .txt {
        font-size: 0.1263157895rem;
        font-weight: bold;
        color: #1E1A17;
        line-height: 0.1263157895rem;
        margin-bottom: 0.0789473684rem; }
      .news .list .item .left .name .line {
        width: 0.6473684211rem;
        height: 0.0210526316rem;
        background: #2268AC; }
      .news .list .item .left .text {
        margin-top: 0.1052631579rem;
        font-size: 0.0842105263rem;
        font-weight: 400;
        color: #1E1A17;
        line-height: 0.1578947368rem; }
    .news .list .item .right img {
      width: 1.4157894737rem;
      height: 0.9578947368rem; }

.comprehensive {
  background: #F9F8F8; }
  .comprehensive .banner {
    background: url("../images/comprehensive/bg.jpg") no-repeat;
    background-size: cover; }
  .comprehensive .list {
    margin-bottom: 0.5684210526rem; }
    .comprehensive .list .item {
      height: 1.8842105263rem;
      background: #FFFFFF;
      border-radius: 0.0157894737rem;
      overflow: hidden;
      box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91);
      margin-bottom: 0.3684210526rem; }
      .comprehensive .list .item .left {
        background: url("../images/comprehensive/1.png") no-repeat;
        background-size: cover;
        height: 1.8842105263rem;
        width: 1.6736842105rem; }
        .comprehensive .list .item .left .name {
          font-size: 0.1578947368rem;
          font-weight: bold;
          color: #DF6D21;
          line-height: 0.1578947368rem;
          padding-top: 0.2263157895rem;
          text-align: center; }
        .comprehensive .list .item .left .text {
          font-size: 0.0842105263rem;
          font-weight: 400;
          color: #373739;
          line-height: 0.1421052632rem;
          padding: 0 0.1736842105rem;
          margin-top: 0.1736842105rem;
          height: 0.8421052632rem; }
        .comprehensive .list .item .left .btn {
          width: 1.0578947368rem;
          height: 0.2842105263rem;
          background: #FFFFFF;
          border: 0.0105263158rem solid #DF6D21;
          border-radius: 0.1421052632rem;
          margin: auto;
          font-size: 0.0947368421rem;
          font-weight: bold;
          color: #DF6D21;
          line-height: 0.2842105263rem;
          text-align: center; }
          .comprehensive .list .item .left .btn:hover {
            background: #DF6D21;
            color: #fff;
            box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91); }
      .comprehensive .list .item .left2 {
        background: url("../images/comprehensive/2.png") no-repeat;
        background-size: cover; }
      .comprehensive .list .item .left3 {
        background: url("../images/comprehensive/3.png") no-repeat;
        background-size: cover; }
      .comprehensive .list .item .left4 {
        background: url("../images/comprehensive/4.png") no-repeat;
        background-size: cover; }
      .comprehensive .list .item .right {
        flex: 1;
        padding: 0.2578947368rem 0.3684210526rem 0; }
        .comprehensive .list .item .right .per {
          height: 50%;
          width: 48%; }
          .comprehensive .list .item .right .per .name {
            font-size: 0.0947368421rem;
            font-weight: bold;
            color: #373739;
            line-height: 0.0947368421rem; }
          .comprehensive .list .item .right .per .text {
            font-size: 0.0842105263rem;
            font-weight: 400;
            color: #373739;
            line-height: 0.1421052632rem;
            margin-top: 0.0789473684rem; }

.express {
  background: #F9F8F8; }
  .express .banner {
    background: url("../images/express/bg.jpg") no-repeat;
    background-size: cover; }
  .express .middle-title {
    font-size: 0.1263157895rem;
    font-weight: bold;
    color: #121212;
    line-height: 0.1263157895rem; }
  .express .above .left {
    box-shadow: 0rem 0.0526315789rem 0.2105263158rem 0 rgba(223, 223, 223, 0.91);
    flex: 1;
    border-radius: 0.0263157895rem;
    box-sizing: border-box;
    padding: 0.1842105263rem;
    background: #fff; }
    .express .above .left .tab .item {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.1052631579rem;
      font-weight: bold;
      color: #333333;
      line-height: 0.1052631579rem;
      padding-bottom: 0.0789473684rem;
      text-align: center;
      flex: 1;
      border-bottom: 0.0157894737rem solid #ECEFF3; }
      .express .above .left .tab .item img {
        width: 0.1526315789rem;
        height: 0.1526315789rem;
        margin-right: 0.0947368421rem; }
      .express .above .left .tab .item .img2 {
        display: none; }
      .express .above .left .tab .item:hover {
        cursor: pointer;
        color: #198FE4;
        border-bottom: 0.0157894737rem solid #198FE4; }
        .express .above .left .tab .item:hover .img1 {
          display: none; }
        .express .above .left .tab .item:hover .img2 {
          display: block; }
    .express .above .left .tab .te {
      color: #198FE4;
      border-bottom: 0.0157894737rem solid #198FE4; }
      .express .above .left .tab .te .img1 {
        display: none; }
      .express .above .left .tab .te .img2 {
        display: block; }
    .express .above .left .radio {
      margin-left: 14px;
      margin-top: 0.1684210526rem;
      margin-bottom: 0.1684210526rem;
      font-size: 0.0842105263rem;
      font-weight: 400;
      color: #333333; }
    .express .above .left .form-box {
      margin-top: 0.1066666667rem;
      display:flex;
      justify-content: space-between;
      align-items: center; }

    .express .above .left .form-box .select {
      display: flex;
      margin-top: 0.066666667rem;
      width: 25%;
      align-items: center; }
    .express .above .left .form-box .select .label {
      font-weight: 400;
      display: flex;
      font-size: 0.1066666667rem;
      color: #201D1D;
      width: 80px;
      margin-right: 0.0333333333rem; }
    .express .above .left .form-box .select .el-select {
      width: 1.5rem; }
    .express .above .left .form-box .btn {
      height: 0.2315789474rem;
      background: #218FDF;
      cursor: pointer;
      width: 15%;
      border-radius: 0.0157894737rem;
      font-size: 0.0947368421rem;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 0.2315789474rem;
      text-align: center; }
  .express .table-name {
    font-weight:bold;
    font-size: 0.1066666667rem;
    color: #979494;}
  .express .above .right {
   /* flex: 1;*/
    margin-left: 0.2105263158rem; }
    .express .above .right .list {
      margin-top: 0.1263157895rem;
      margin-bottom: 0.1631578947rem; }
      .express .above .right .list .item {
        width: 1.4473684211rem;
        height: 0.5684210526rem;
        background: #ECEFF3;
        border-radius: 0.0263157895rem;
        box-sizing: border-box;
        padding: 0.0842105263rem; }
        .express .above .right .list .item img {
          width: 0.2947368421rem;
          height: 0.2947368421rem;
          margin-right: 0.1263157895rem; }
        .express .above .right .list .item .item-r .name {
          font-size: 0.0947368421rem;
          font-weight: bold;
          color: #198FE4;
          line-height: 0.0947368421rem; }
        .express .above .right .list .item .item-r .text {
          font-size: 0.0736842105rem;
          font-weight: 400;
          color: #7C7979;
          line-height: 0.0947368421rem;
          margin-top: 0.0210526316rem; }
    .express .above .right .process {
      margin-top: 0.1052631579rem; }
      .express .above .right .process img {
        height: 0.5947368421rem;
        width: 100%; }
      .express .above .right .process .process-main {
        display: flex;
        font-size: 0.0842105263rem;
        font-weight: 400;
        color: #121212;
        line-height: 0.0842105263rem; }
        .express .above .right .process .process-main .item {
          margin-top: 0.1157894737rem; }
        .express .above .right .process .process-main .item1 {
          margin-left: 0.0210526316rem; }
        .express .above .right .process .process-main .item2 {
          margin-left: 0.8736842105rem; }
        .express .above .right .process .process-main .item3 {
          margin-left: 0.7368421053rem; }
        .express .above .right .process .process-main .item4 {
          margin-left: 0.8315789474rem; }
  .express .solve {
    margin-top: 0.5421052632rem;
    margin-bottom: 0.5684210526rem; }
    .express .solve .txt {
      margin-top: 0.2105263158rem;
      margin-bottom: 0.2105263158rem;
      font-size: 0.0842105263rem;
      font-weight: 400;
      color: #121212;
      line-height: 0.1578947368rem; }
    .express .solve .list .item {
      height: 2.7368421053rem;
      border: 1px solid #ECEBE9;
      margin-bottom: 0.2105263158rem;
      background: #fff;
      width: 2.4210526316rem; }
      .express .solve .list .item img {
        width: 100%; }
      .express .solve .list .item .name {
        padding: 0 0.2105263158rem;
        margin-top: 0.1052631579rem;
        margin-bottom: 0.0526315789rem;
        font-size: 0.1263157895rem;
        font-weight: bold;
        color: #2268AC;
        line-height: 0.2631578947rem; }
      .express .solve .list .item .text {
        padding: 0 0.2105263158rem;
        font-size: 0.0842105263rem;
        font-weight: 400;
        color: #121212;
        line-height: 0.1578947368rem; }

/*# sourceMappingURL=main.css.map */
