@charset "UTF-8";
@import "../js/ali-iconfont/iconfont.css";
.text_overflow_ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.height_nocollapse {
  clear: both;
}
.height_nocollapse:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 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: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.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-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !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-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -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);
  }
  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-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -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);
  }
  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;
  -ms-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-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
}

@-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;
  -ms-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-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-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

@-webkit-keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
  }
}
@keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.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: 0.75s;
  animation-duration: 0.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: 0.75s;
  animation-duration: 0.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-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -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);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -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);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animate__animated.animate__flip {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

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

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.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% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  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% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  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 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.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 {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -ms-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-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 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;
  -ms-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% {
    -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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInDown {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInLeft {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInRight {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
@keyframes zoomInUp {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}
.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% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
@keyframes zoomOutDown {
  40% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-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;
  -ms-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;
  -ms-transform-origin: right center;
      transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
@keyframes zoomOutUp {
  40% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-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 {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

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

:root {
  --animate-duration:2s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.layui-layer-loading {
  text-align: center;
}
.layui-layer-loading .layui-layer-loading2 {
  display: inline-block;
}

.swiper {
  position: relative;
}
.swiper .swiper-button-next {
  right: 40px;
}
.swiper .swiper-button-prev {
  left: 40px;
}

html, body {
  overflow-x: hidden;
}

body {
  height: 100%;
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  background-color: #fff;
}

a, a:hover {
  color: inherit;
}

.img_dom {
  display: block;
  width: 100%;
}

.util-color2 {
  color: #fd6d4c;
}

.layui-form-label {
  padding: 8px 15px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}

.tool_text_center {
  text-align: center !important;
}

.tool_text_l {
  text-align: left !important;
}

.tool_text_r {
  text-align: right !important;
}

.tool_position_rel {
  position: relative;
}

.tool_a1 {
  text-decoration: underline;
  color: #f16e0b;
}
.tool_a1:hover {
  color: #f16e0b;
}

.util-a1 {
  cursor: pointer;
  color: #f16e0b;
}
.util-a1:hover {
  color: #f16e0b;
}

.layui-table[lay-skin=line] {
  border: 0;
}
.layui-table[lay-skin=line] th {
  border: 0;
  line-height: 0.4rem;
  text-align: center;
}
.layui-table[lay-skin=line] td {
  line-height: 0.5rem;
  text-align: center;
}

/*常用属性*/
.util-f-l {
  float: left !important;
}

.util-f-r {
  float: right !important;
}

.util-f-center {
  margin: 0 auto;
}

.util-f-clear {
  float: none;
  clear: both;
}

.util-hide {
  display: none;
}

.util-show {
  display: block;
}

.util-text-l {
  text-align: left !important;
}

.util-text-r {
  text-align: right !important;
}

.util-text-c {
  text-align: center !important;
}

.util-v-t {
  vertical-align: top !important;
}

.util-v-b {
  vertical-align: bottom !important;
}

.util-v-m {
  vertical-align: middle !important;
}

.util-p-l-0 {
  padding-left: 0px !important;
}

.util-p-l-2 {
  padding-left: 2px !important;
}

.util-p-l-4 {
  padding-left: 4px !important;
}

.util-p-l-6 {
  padding-left: 6px !important;
}

.util-p-l-8 {
  padding-left: 8px !important;
}

.util-p-l-10 {
  padding-left: 10px !important;
}

.util-p-l-12 {
  padding-left: 12px !important;
}

.util-p-l-14 {
  padding-left: 14px !important;
}

.util-p-l-16 {
  padding-left: 16px !important;
}

.util-p-l-18 {
  padding-left: 18px !important;
}

.util-p-l-20 {
  padding-left: 20px !important;
}

.util-p-l-22 {
  padding-left: 22px !important;
}

.util-p-l-24 {
  padding-left: 24px !important;
}

.util-p-l-26 {
  padding-left: 26px !important;
}

.util-p-l-28 {
  padding-left: 28px !important;
}

.util-p-l-30 {
  padding-left: 30px !important;
}

.util-p-r-0 {
  padding-right: 0px !important;
}

.util-p-r-2 {
  padding-right: 2px !important;
}

.util-p-r-4 {
  padding-right: 4px !important;
}

.util-p-r-6 {
  padding-right: 6px !important;
}

.util-p-r-8 {
  padding-right: 8px !important;
}

.util-p-r-10 {
  padding-right: 10px !important;
}

.util-p-r-12 {
  padding-right: 12px !important;
}

.util-p-r-14 {
  padding-right: 14px !important;
}

.util-p-r-16 {
  padding-right: 16px !important;
}

.util-p-r-18 {
  padding-right: 18px !important;
}

.util-p-r-20 {
  padding-right: 20px !important;
}

.util-p-r-22 {
  padding-right: 22px !important;
}

.util-p-r-24 {
  padding-right: 24px !important;
}

.util-p-r-26 {
  padding-right: 26px !important;
}

.util-p-r-28 {
  padding-right: 28px !important;
}

.util-p-r-30 {
  padding-right: 30px !important;
}

.util-p-t-0 {
  padding-top: 0px !important;
}

.util-p-t-2 {
  padding-top: 2px !important;
}

.util-p-t-4 {
  padding-top: 4px !important;
}

.util-p-t-6 {
  padding-top: 6px !important;
}

.util-p-t-8 {
  padding-top: 8px !important;
}

.util-p-t-10 {
  padding-top: 10px !important;
}

.util-p-t-12 {
  padding-top: 12px !important;
}

.util-p-t-14 {
  padding-top: 14px !important;
}

.util-p-t-16 {
  padding-top: 16px !important;
}

.util-p-t-18 {
  padding-top: 18px !important;
}

.util-p-t-20 {
  padding-top: 20px !important;
}

.util-p-t-22 {
  padding-top: 22px !important;
}

.util-p-t-24 {
  padding-top: 24px !important;
}

.util-p-t-26 {
  padding-top: 26px !important;
}

.util-p-t-28 {
  padding-top: 28px !important;
}

.util-p-t-30 {
  padding-top: 30px !important;
}

.util-p-t-32 {
  padding-top: 32px !important;
}

.util-p-t-34 {
  padding-top: 34px !important;
}

.util-p-t-36 {
  padding-top: 36px !important;
}

.util-p-t-38 {
  padding-top: 38px !important;
}

.util-p-t-40 {
  padding-top: 40px !important;
}

.util-p-t-42 {
  padding-top: 42px !important;
}

.util-p-t-44 {
  padding-top: 44px !important;
}

.util-p-t-46 {
  padding-top: 46px !important;
}

.util-p-t-48 {
  padding-top: 48px !important;
}

.util-p-t-50 {
  padding-top: 50px !important;
}

.util-p-t-52 {
  padding-top: 52px !important;
}

.util-p-t-54 {
  padding-top: 54px !important;
}

.util-p-t-56 {
  padding-top: 56px !important;
}

.util-p-t-58 {
  padding-top: 58px !important;
}

.util-p-t-60 {
  padding-top: 60px !important;
}

.util-p-b-0 {
  padding-bottom: 0px !important;
}

.util-p-b-2 {
  padding-bottom: 2px !important;
}

.util-p-b-4 {
  padding-bottom: 4px !important;
}

.util-p-b-6 {
  padding-bottom: 6px !important;
}

.util-p-b-8 {
  padding-bottom: 8px !important;
}

.util-p-b-10 {
  padding-bottom: 10px !important;
}

.util-p-b-12 {
  padding-bottom: 12px !important;
}

.util-p-b-14 {
  padding-bottom: 14px !important;
}

.util-p-b-16 {
  padding-bottom: 16px !important;
}

.util-p-b-18 {
  padding-bottom: 18px !important;
}

.util-p-b-20 {
  padding-bottom: 20px !important;
}

.util-p-b-22 {
  padding-bottom: 22px !important;
}

.util-p-b-24 {
  padding-bottom: 24px !important;
}

.util-p-b-26 {
  padding-bottom: 26px !important;
}

.util-p-b-28 {
  padding-bottom: 28px !important;
}

.util-p-b-30 {
  padding-bottom: 30px !important;
}

.util-p-b-32 {
  padding-bottom: 32px !important;
}

.util-p-b-34 {
  padding-bottom: 34px !important;
}

.util-p-b-36 {
  padding-bottom: 36px !important;
}

.util-p-b-38 {
  padding-bottom: 38px !important;
}

.util-p-b-40 {
  padding-bottom: 40px !important;
}

.util-p-b-42 {
  padding-bottom: 42px !important;
}

.util-p-b-44 {
  padding-bottom: 44px !important;
}

.util-p-b-46 {
  padding-bottom: 46px !important;
}

.util-p-b-48 {
  padding-bottom: 48px !important;
}

.util-p-b-50 {
  padding-bottom: 50px !important;
}

.util-p-b-52 {
  padding-bottom: 52px !important;
}

.util-p-b-54 {
  padding-bottom: 54px !important;
}

.util-p-b-56 {
  padding-bottom: 56px !important;
}

.util-p-b-58 {
  padding-bottom: 58px !important;
}

.util-p-b-60 {
  padding-bottom: 60px !important;
}

.util-m-l-0 {
  margin-left: 0px !important;
}

.util-m-l-2 {
  margin-left: 2px !important;
}

.util-m-l-4 {
  margin-left: 4px !important;
}

.util-m-l-6 {
  margin-left: 6px !important;
}

.util-m-l-8 {
  margin-left: 8px !important;
}

.util-m-l-10 {
  margin-left: 10px !important;
}

.util-m-l-12 {
  margin-left: 12px !important;
}

.util-m-l-14 {
  margin-left: 14px !important;
}

.util-m-l-16 {
  margin-left: 16px !important;
}

.util-m-l-18 {
  margin-left: 18px !important;
}

.util-m-l-20 {
  margin-left: 20px !important;
}

.util-m-l-22 {
  margin-left: 22px !important;
}

.util-m-l-24 {
  margin-left: 24px !important;
}

.util-m-l-26 {
  margin-left: 26px !important;
}

.util-m-l-28 {
  margin-left: 28px !important;
}

.util-m-l-30 {
  margin-left: 30px !important;
}

.util-m-r-0 {
  margin-right: 0px !important;
}

.util-m-r-2 {
  margin-right: 2px !important;
}

.util-m-r-4 {
  margin-right: 4px !important;
}

.util-m-r-6 {
  margin-right: 6px !important;
}

.util-m-r-8 {
  margin-right: 8px !important;
}

.util-m-r-10 {
  margin-right: 10px !important;
}

.util-m-r-12 {
  margin-right: 12px !important;
}

.util-m-r-14 {
  margin-right: 14px !important;
}

.util-m-r-16 {
  margin-right: 16px !important;
}

.util-m-r-18 {
  margin-right: 18px !important;
}

.util-m-r-20 {
  margin-right: 20px !important;
}

.util-m-r-22 {
  margin-right: 22px !important;
}

.util-m-r-24 {
  margin-right: 24px !important;
}

.util-m-r-26 {
  margin-right: 26px !important;
}

.util-m-r-28 {
  margin-right: 28px !important;
}

.util-m-r-30 {
  margin-right: 30px !important;
}

.util-m-t-0 {
  margin-top: 0px !important;
}

.util-m-t-2 {
  margin-top: 2px !important;
}

.util-m-t-4 {
  margin-top: 4px !important;
}

.util-m-t-6 {
  margin-top: 6px !important;
}

.util-m-t-8 {
  margin-top: 8px !important;
}

.util-m-t-10 {
  margin-top: 10px !important;
}

.util-m-t-12 {
  margin-top: 12px !important;
}

.util-m-t-14 {
  margin-top: 14px !important;
}

.util-m-t-16 {
  margin-top: 16px !important;
}

.util-m-t-18 {
  margin-top: 18px !important;
}

.util-m-t-20 {
  margin-top: 20px !important;
}

.util-m-t-22 {
  margin-top: 22px !important;
}

.util-m-t-24 {
  margin-top: 24px !important;
}

.util-m-t-26 {
  margin-top: 26px !important;
}

.util-m-t-28 {
  margin-top: 28px !important;
}

.util-m-t-30 {
  margin-top: 30px !important;
}

.util-m-t-32 {
  margin-top: 32px !important;
}

.util-m-t-34 {
  margin-top: 34px !important;
}

.util-m-t-36 {
  margin-top: 36px !important;
}

.util-m-t-38 {
  margin-top: 38px !important;
}

.util-m-t-40 {
  margin-top: 40px !important;
}

.util-m-t-42 {
  margin-top: 42px !important;
}

.util-m-t-44 {
  margin-top: 44px !important;
}

.util-m-t-46 {
  margin-top: 46px !important;
}

.util-m-t-48 {
  margin-top: 48px !important;
}

.util-m-t-50 {
  margin-top: 50px !important;
}

.util-m-t-52 {
  margin-top: 52px !important;
}

.util-m-t-54 {
  margin-top: 54px !important;
}

.util-m-t-56 {
  margin-top: 56px !important;
}

.util-m-t-58 {
  margin-top: 58px !important;
}

.util-m-t-60 {
  margin-top: 60px !important;
}

.util-m-b-0 {
  margin-bottom: 0px !important;
}

.util-m-b-2 {
  margin-bottom: 2px !important;
}

.util-m-b-4 {
  margin-bottom: 4px !important;
}

.util-m-b-6 {
  margin-bottom: 6px !important;
}

.util-m-b-8 {
  margin-bottom: 8px !important;
}

.util-m-b-10 {
  margin-bottom: 10px !important;
}

.util-m-b-12 {
  margin-bottom: 12px !important;
}

.util-m-b-14 {
  margin-bottom: 14px !important;
}

.util-m-b-16 {
  margin-bottom: 16px !important;
}

.util-m-b-18 {
  margin-bottom: 18px !important;
}

.util-m-b-20 {
  margin-bottom: 20px !important;
}

.util-m-b-22 {
  margin-bottom: 22px !important;
}

.util-m-b-24 {
  margin-bottom: 24px !important;
}

.util-m-b-26 {
  margin-bottom: 26px !important;
}

.util-m-b-28 {
  margin-bottom: 28px !important;
}

.util-m-b-30 {
  margin-bottom: 30px !important;
}

.util-m-b-32 {
  margin-bottom: 32px !important;
}

.util-m-b-34 {
  margin-bottom: 34px !important;
}

.util-m-b-36 {
  margin-bottom: 36px !important;
}

.util-m-b-38 {
  margin-bottom: 38px !important;
}

.util-m-b-40 {
  margin-bottom: 40px !important;
}

.util-m-b-42 {
  margin-bottom: 42px !important;
}

.util-m-b-44 {
  margin-bottom: 44px !important;
}

.util-m-b-46 {
  margin-bottom: 46px !important;
}

.util-m-b-48 {
  margin-bottom: 48px !important;
}

.util-m-b-50 {
  margin-bottom: 50px !important;
}

.util-m-b-52 {
  margin-bottom: 52px !important;
}

.util-m-b-54 {
  margin-bottom: 54px !important;
}

.util-m-b-56 {
  margin-bottom: 56px !important;
}

.util-m-b-58 {
  margin-bottom: 58px !important;
}

.util-m-b-60 {
  margin-bottom: 60px !important;
}

.util-f-12 {
  font-size: 12px !important;
}

.util-f-14 {
  font-size: 14px !important;
}

.util-f-16 {
  font-size: 16px !important;
}

.util-f-18 {
  font-size: 18px !important;
}

.util-f-20 {
  font-size: 20px !important;
}

.util-f-22 {
  font-size: 22px !important;
}

.util-f-24 {
  font-size: 24px !important;
}

.util-f-26 {
  font-size: 26px !important;
}

.util-f-28 {
  font-size: 28px !important;
}

.util-f-30 {
  font-size: 30px !important;
}

.util-f-32 {
  font-size: 32px !important;
}

.util-w-0 {
  width: 0px !important;
}

.util-w-10 {
  width: 10px !important;
}

.util-w-20 {
  width: 20px !important;
}

.util-w-30 {
  width: 30px !important;
}

.util-w-40 {
  width: 40px !important;
}

.util-w-50 {
  width: 50px !important;
}

.util-w-60 {
  width: 60px !important;
}

.util-w-70 {
  width: 70px !important;
}

.util-w-80 {
  width: 80px !important;
}

.util-w-90 {
  width: 90px !important;
}

.util-w-100 {
  width: 100px !important;
}

.util-w-110 {
  width: 110px !important;
}

.util-w-120 {
  width: 120px !important;
}

.util-w-130 {
  width: 130px !important;
}

.util-w-140 {
  width: 140px !important;
}

.util-w-150 {
  width: 150px !important;
}

.util-w-160 {
  width: 160px !important;
}

.util-w-170 {
  width: 170px !important;
}

.util-w-180 {
  width: 180px !important;
}

.util-w-190 {
  width: 190px !important;
}

.util-w-200 {
  width: 200px !important;
}

.util-w-210 {
  width: 210px !important;
}

.util-w-220 {
  width: 220px !important;
}

.util-w-230 {
  width: 230px !important;
}

.util-w-240 {
  width: 240px !important;
}

.util-w-250 {
  width: 250px !important;
}

.util-w-260 {
  width: 260px !important;
}

.util-w-270 {
  width: 270px !important;
}

.util-w-280 {
  width: 280px !important;
}

.util-w-290 {
  width: 290px !important;
}

.util-w-300 {
  width: 300px !important;
}

.util-w-310 {
  width: 310px !important;
}

.util-w-320 {
  width: 320px !important;
}

.util-w-330 {
  width: 330px !important;
}

.util-w-340 {
  width: 340px !important;
}

.util-w-350 {
  width: 350px !important;
}

.util-w-360 {
  width: 360px !important;
}

.util-w-370 {
  width: 370px !important;
}

.util-w-380 {
  width: 380px !important;
}

.util-w-390 {
  width: 390px !important;
}

.util-w-400 {
  width: 400px !important;
}

.util-w-410 {
  width: 410px !important;
}

.util-w-420 {
  width: 420px !important;
}

.util-w-430 {
  width: 430px !important;
}

.util-w-440 {
  width: 440px !important;
}

.util-w-450 {
  width: 450px !important;
}

.util-w-460 {
  width: 460px !important;
}

.util-w-470 {
  width: 470px !important;
}

.util-w-480 {
  width: 480px !important;
}

.util-w-490 {
  width: 490px !important;
}

.util-w-500 {
  width: 500px !important;
}

.util-w-510 {
  width: 510px !important;
}

.util-w-520 {
  width: 520px !important;
}

.util-w-530 {
  width: 530px !important;
}

.util-w-540 {
  width: 540px !important;
}

.util-w-550 {
  width: 550px !important;
}

.util-w-560 {
  width: 560px !important;
}

.util-w-570 {
  width: 570px !important;
}

.util-w-580 {
  width: 580px !important;
}

.util-w-590 {
  width: 590px !important;
}

.util-w-600 {
  width: 600px !important;
}

.util-w-610 {
  width: 610px !important;
}

.util-w-620 {
  width: 620px !important;
}

.util-w-630 {
  width: 630px !important;
}

.util-w-640 {
  width: 640px !important;
}

.util-w-650 {
  width: 650px !important;
}

.util-w-660 {
  width: 660px !important;
}

.util-w-670 {
  width: 670px !important;
}

.util-w-680 {
  width: 680px !important;
}

.util-w-690 {
  width: 690px !important;
}

.util-w-700 {
  width: 700px !important;
}

.util-w-710 {
  width: 710px !important;
}

.util-w-720 {
  width: 720px !important;
}

.util-w-730 {
  width: 730px !important;
}

.util-w-740 {
  width: 740px !important;
}

.util-w-750 {
  width: 750px !important;
}

.util-w-760 {
  width: 760px !important;
}

.util-w-770 {
  width: 770px !important;
}

.util-w-780 {
  width: 780px !important;
}

.util-w-790 {
  width: 790px !important;
}

.util-w-800 {
  width: 800px !important;
}

.util-h-0 {
  height: 0px !important;
}

.util-h-10 {
  height: 10px !important;
}

.util-h-20 {
  height: 20px !important;
}

.util-h-30 {
  height: 30px !important;
}

.util-h-40 {
  height: 40px !important;
}

.util-h-50 {
  height: 50px !important;
}

.util-h-60 {
  height: 60px !important;
}

.util-h-70 {
  height: 70px !important;
}

.util-h-80 {
  height: 80px !important;
}

.util-h-90 {
  height: 90px !important;
}

.util-h-100 {
  height: 100px !important;
}

.util-h-110 {
  height: 110px !important;
}

.util-h-120 {
  height: 120px !important;
}

.util-h-130 {
  height: 130px !important;
}

.util-h-140 {
  height: 140px !important;
}

.util-h-150 {
  height: 150px !important;
}

.util-h-160 {
  height: 160px !important;
}

.util-h-170 {
  height: 170px !important;
}

.util-h-180 {
  height: 180px !important;
}

.util-h-190 {
  height: 190px !important;
}

.util-h-200 {
  height: 200px !important;
}

.util-h-210 {
  height: 210px !important;
}

.util-h-220 {
  height: 220px !important;
}

.util-h-230 {
  height: 230px !important;
}

.util-h-240 {
  height: 240px !important;
}

.util-h-250 {
  height: 250px !important;
}

.util-h-260 {
  height: 260px !important;
}

.util-h-270 {
  height: 270px !important;
}

.util-h-280 {
  height: 280px !important;
}

.util-h-290 {
  height: 290px !important;
}

.util-h-300 {
  height: 300px !important;
}

.util-h-310 {
  height: 310px !important;
}

.util-h-320 {
  height: 320px !important;
}

.util-h-330 {
  height: 330px !important;
}

.util-h-340 {
  height: 340px !important;
}

.util-h-350 {
  height: 350px !important;
}

.util-h-360 {
  height: 360px !important;
}

.util-h-370 {
  height: 370px !important;
}

.util-h-380 {
  height: 380px !important;
}

.util-h-390 {
  height: 390px !important;
}

.util-h-400 {
  height: 400px !important;
}

.util-lineheight-16 {
  line-height: 16px !important;
}

.util-lineheight-18 {
  line-height: 18px !important;
}

.util-lineheight-20 {
  line-height: 20px !important;
}

.util-lineheight-22 {
  line-height: 22px !important;
}

.util-lineheight-24 {
  line-height: 24px !important;
}

.util-lineheight-26 {
  line-height: 26px !important;
}

.util-lineheight-28 {
  line-height: 28px !important;
}

.util-lineheight-30 {
  line-height: 30px !important;
}

.util-lineheight-32 {
  line-height: 32px !important;
}

.util-lineheight-34 {
  line-height: 34px !important;
}

.util-lineheight-36 {
  line-height: 36px !important;
}

.util-lineheight-38 {
  line-height: 38px !important;
}

.util-lineheight-40 {
  line-height: 40px !important;
}

.util-lineheight-42 {
  line-height: 42px !important;
}

.util-lineheight-44 {
  line-height: 44px !important;
}

.util-lineheight-46 {
  line-height: 46px !important;
}

.util-lineheight-48 {
  line-height: 48px !important;
}

.util-lineheight-50 {
  line-height: 50px !important;
}

.util-w-auto {
  width: auto !important;
}

.util-text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.util-position-r {
  position: relative;
}

.util-position-a {
  position: absolute;
}

.util-position-f {
  position: fixed;
}

.util-bold {
  font-weight: bold;
}

.util-bolder {
  font-weight: bolder;
}

.util-pointer {
  cursor: pointer;
}

.util-dis-inlineblock {
  display: inline-block;
}

.util-dis-block {
  display: block;
}

.util-dis-inline {
  display: inline;
}

.util-border-none {
  border: none !important;
}

.util-date-icon2 {
  position: relative;
}
.util-date-icon2:after {
  content: url("../image/common/input_icon1.png");
  position: absolute;
  height: 24px;
  width: 24px;
  top: 8px;
  right: 4px;
  z-index: 100;
}

.color333 {
  color: #333;
}

.layui-input, .layui-select, .layui-textarea {
  height: 36px;
}

#cbDivContent, .cbDivContent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}

.util-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 4000;
  overflow-y: auto;
}
.util-tc .btn1 {
  padding: 0 15px;
  background-color: #8fc6ff;
  color: #fff;
  line-height: 26px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.util-tc .tc-con {
  width: 550px;
  z-index: 1000;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  margin-top: 50px !important;
  border-radius: 3px;
}
.util-tc .tc-con .layui-form {
  padding: 0 59px 13px;
}
.util-tc .tc-con .layui-form::-webkit-scrollbar {
  width: 6px;
  /*height: 4px;*/
}
.util-tc .tc-con .layui-form::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.util-tc .tc-con .layui-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.util-tc .tc-con .tc-header {
  width: 100%;
  line-height: 50px;
  padding-top: 28px;
  font-weight: bold;
  margin-bottom: 13px;
}
.util-tc .tc-con .tc-header .tc-title {
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}
.util-tc .tc-con .tc-header .tc-close, .util-tc .tc-con .tc-header .tc-guanbi, .util-tc .tc-con .tc-header .tc-chahao {
  font-size: 16px;
  float: right;
  line-height: 50px;
  position: absolute;
  right: 14px;
  top: 0px;
  line-height: 50px;
  cursor: pointer;
  color: #b2b2b2;
}
.util-tc .tc-con .tc-header .tc-close:hover, .util-tc .tc-con .tc-header .tc-guanbi:hover, .util-tc .tc-con .tc-header .tc-chahao:hover {
  color: #b2b2b2;
}
.util-tc .tc-con .tc-bodyer {
  margin-top: 20px;
  padding: 0 30px;
}
.util-tc .tc-con .tc-bodyer .font1 {
  color: #999;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}
.util-tc .tc-con .tc-bodyer .font2 {
  color: #999;
  line-height: 20px;
  font-size: 12px;
}
.util-tc .tc-con .tc-bodyer .font3 {
  color: #333;
  line-height: 22px;
  font-size: 14px;
}
.util-tc .tc-con .tc-footer {
  width: 100%;
  height: 50px;
  padding-top: 10px;
  font-size: 0;
  text-align: center;
}
.util-tc .tc-con .tc-footer .tc-btn-ok, .util-tc .tc-con .tc-footer .tc-btn-queding {
  display: inline-block;
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  min-width: 90px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #f28521;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #f28521;
  width: 120px;
  margin-left: 10px;
}
.util-tc .tc-con .tc-footer .tc-btn-ok:hover, .util-tc .tc-con .tc-footer .tc-btn-queding:hover {
  color: #fff;
  border: 1px solid #f28521;
}
.util-tc .tc-con .tc-footer .tc-btn-no, .util-tc .tc-con .tc-footer .tc-btn-quxiao {
  display: inline-block;
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  min-width: 90px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #ffeee6;
  color: #f27829;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #ffeee6;
  margin-left: 10px;
  width: 120px;
}
.util-tc .tc-con .tc-footer .tc-btn-no:hover, .util-tc .tc-con .tc-footer .tc-btn-quxiao:hover {
  color: #f27829;
  border: 1px solid #ffeee6;
}
.util-tc .tc-con.scroll {
  position: relative;
}
.util-tc .tc-con.scroll .tc-footer {
  position: absolute;
  bottom: -61px;
  background-color: #fff;
  left: 0;
  border-top: 1px #e6e6e6 solid;
}
.util-tc.small .tc-con {
  width: 380px;
}
.util-tc.small .tc-footer {
  height: 50px;
}
.util-tc.small .tc-footer .tc-btn-ok, .util-tc.small .tc-footer .tc-btn-queding {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  min-width: 90px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #f16e0b;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  box-sizing: border-box;
}
.util-tc.small .tc-footer .tc-btn-ok:hover, .util-tc.small .tc-footer .tc-btn-queding:hover {
  color: #ffffff;
  background-color: #f27b23;
}
.util-tc.small .tc-footer .tc-btn-no, .util-tc.small .tc-footer .tc-btn-quxiao {
  display: inline-block;
  box-sizing: border-box;
  height: 32px;
  line-height: 30px;
  min-width: 90px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #fff;
  color: #555;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.util-tc.small .tc-footer .tc-btn-no:hover, .util-tc.small .tc-footer .tc-btn-quxiao:hover {
  color: #f27b23;
  border: 1px solid #f27b23;
}

.header_component_box {
  z-index: 1000;
  clear: both;
  padding-top: 10px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px #ccc solid;
}
.header_component_box:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.header_component_box .logo_img {
  float: left;
  margin-left: 1.65rem;
  width: 130px;
}
.header_component_box .right_div {
  float: right;
  padding-top: 16px;
  padding-right: 1.08rem;
}
.header_component_box .right_div .input_div {
  margin-left: 0.57rem;
  margin-top: 11px;
  float: right;
  width: 103px;
  border: 1px #606060 solid;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  -ms-border-radius: 22px;
  position: relative;
}
.header_component_box .right_div .input_div input {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  padding-right: 32px;
}
.header_component_box .right_div .input_div i {
  position: absolute;
  font-size: 16px;
  color: #606060;
  top: 2px;
  right: 14px;
}
.header_component_box .right_div .nav_item {
  float: right;
  margin-left: 0.3rem;
  padding: 0 5px;
}
.header_component_box .right_div .nav_item .link_title {
  cursor: pointer;
  line-height: 44px;
  height: 50px;
  box-sizing: border-box;
  font-size: 0.22rem;
  font-weight: bold;
  color: #1a1a1a;
  display: block;
  border-bottom: 6px #fff solid;
}
.header_component_box .right_div .nav_item.action .link_title, .header_component_box .right_div .nav_item:hover .link_title {
  color: #00a7ea;
  border-color: #00a7ea;
}
.header_component_box .right_div .nav_item .sub_nab_div {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: rgba(0, 157, 212, 0.9);
  padding: 30px;
  line-height: 26px;
  clear: both;
  box-sizing: border-box;
  font-size: 16px;
  color: #323030;
}
.header_component_box .right_div .nav_item .sub_nab_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.header_component_box .right_div .nav_item .sub_nab_div .sub_nab_item {
  float: right;
  margin-left: 53px;
}
.header_component_box .right_div .nav_item .sub_nab_div .sub_nab_item.action, .header_component_box .right_div .nav_item .sub_nab_div .sub_nab_item:hover {
  color: #fff;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev {
  padding-right: 839px;
  padding-top: 45px;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div {
  float: right;
  width: 440px;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item {
  position: relative;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item .one_level_title {
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 25px;
  display: block;
  font-weight: bold;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item .one_level_title i {
  display: none;
  float: right;
  font-size: 20px;
  margin-right: 25px;
  top: 10px;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item .two_level_div {
  display: none;
  position: absolute;
  top: -5px;
  right: -451px;
  width: 401px;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item .two_level_div .two_level_item {
  margin-bottom: 18px;
  border-bottom: 1px #323030 solid;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item .two_level_div .two_level_item .two_level_title {
  line-height: 30px;
  display: block;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item.action .one_level_title {
  background-color: #d7d7d7;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item.action .one_level_title i {
  display: block;
}
.header_component_box .right_div .nav_item .sub_nab_div.more_level_dev .one_level_div .one_level_item.action .two_level_div {
  display: block;
}
.header_component_box .right_div .nav_item:hover .sub_nab_div {
  display: block;
}

.footer_component_box {
  background-color: #222222;
  padding: 1.09rem 0 1.3rem;
  position: relative;
}
.footer_component_box .qr_code {
  position: absolute;
  width: 1.21rem;
  top: 0.88rem;
  right: 1.45rem;
}
.footer_component_box .img_dom {
  width: 300px;
  margin: 0 auto 30px;
}
.footer_component_box .nav_div {
  text-align: center;
  line-height: 0.4rem;
  color: #c2c3c3;
  font-size: 0.22rem;
}
.footer_component_box .nav_div a {
  margin: 0 0.2rem;
}
.footer_component_box.product_footer_component_box {
  background-color: #3d3e3e;
  padding: 0.75rem 0 0.83rem;
}
.footer_component_box.product_footer_component_box .nav_div {
  text-align: left;
}
.footer_component_box.product_footer_component_box .nav_div .nav_item {
  float: left;
}
.footer_component_box.product_footer_component_box .nav_div .nav_item .title {
  color: #d0d0d0;
  line-height: 0.5rem;
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.footer_component_box.product_footer_component_box .nav_div .nav_item .link_div {
  line-height: 0.32rem;
}
.footer_component_box.product_footer_component_box .nav_div .nav_item .link_div a {
  color: #a8a9a9;
  font-size: 0.17rem;
  margin: 0;
}

.product_item_introduce_component_box .a_link {
  padding: 0 13px;
  line-height: 28px;
  font-size: 16px;
  background-color: #fff;
  color: #00a7ea;
  display: inline-block;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  -ms-border-radius: 28px;
}
.product_item_introduce_component_box .img_has_hover_item {
  height: 6.51rem;
  margin-bottom: 0.25rem;
  background: url("../image/page/index/img13.jpg") no-repeat;
  background-size: 100% 6.51rem;
  position: relative;
}
.product_item_introduce_component_box .img_has_hover_item .text_div {
  height: 6.51rem;
  background-color: rgba(0, 175, 236, 0.9);
  display: none;
}
.product_item_introduce_component_box .img_has_hover_item .text_div .text_dom {
  padding-top: 2.47rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.44rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.14rem;
}
.product_item_introduce_component_box .img_has_hover_item.action .text_div {
  display: block;
}

.company_structure_component_box {
  padding: 0.82rem 2rem;
  background-color: rgba(212, 212, 212, 0.4);
}
.company_structure_component_box .company_structure_inner_div {
  background-color: rgba(212, 212, 212, 0.6);
  padding: 0.7rem 0.81rem 0.83rem;
}
.company_structure_component_box .company_structure_inner_div .nav_div {
  padding-left: 2.06rem;
  clear: both;
  margin-bottom: 0.98rem;
}
.company_structure_component_box .company_structure_inner_div .nav_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.company_structure_component_box .company_structure_inner_div .nav_div .nav_item {
  float: left;
  padding: 0 0.06rem;
  line-height: 0.6rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #727272;
  cursor: pointer;
  border-bottom: 0.02rem transparent solid;
}
.company_structure_component_box .company_structure_inner_div .nav_div .nav_item.action {
  border-color: #00a7ea;
  color: #3f3a3a;
}
.company_structure_component_box .company_structure_inner_div .content_item {
  display: none;
}
.company_structure_component_box .company_structure_inner_div .content_item.action {
  display: block;
}
.company_structure_component_box .company_structure_inner_div .content_item .nav_div1 {
  clear: both;
  margin-bottom: 0.51rem;
}
.company_structure_component_box .company_structure_inner_div .content_item .nav_div1:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.company_structure_component_box .company_structure_inner_div .content_item .nav_div1 .nav_item {
  float: left;
  width: 1.88rem;
  height: 0.68rem;
  color: #727272;
  cursor: pointer;
  background-color: #e8e8e8;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  text-align: center;
  margin-right: 0.38rem;
}
.company_structure_component_box .company_structure_inner_div .content_item .nav_div1 .nav_item .text01 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  padding-top: 0.12rem;
}
.company_structure_component_box .company_structure_inner_div .content_item .nav_div1 .nav_item .text02 {
  font-size: 0.17rem;
  line-height: 0.23rem;
}
.company_structure_component_box .company_structure_inner_div .content_item .nav_div1 .nav_item.action {
  background-color: #00a7ea;
  color: #3f3a3a;
}
.company_structure_component_box .company_structure_inner_div .content_item .content_item1 {
  padding: 0 0.26rem 10px;
  font-size: 0.14rem;
  display: none;
  line-height: 19px;
  background-color: #00a7ea;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  color: #3f3a3a;
}
.company_structure_component_box .company_structure_inner_div .content_item .content_item1 .title {
  padding-top: 10px;
  line-height: 0.34rem;
  margin-bottom: 0.08rem;
}
.company_structure_component_box .company_structure_inner_div .content_item .content_item1.action {
  display: block;
}

.org_info_footer_component_box {
  background-color: #222222;
}
.org_info_footer_component_box .foot_di {
  width: 16rem;
  font-size: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0rem auto;
  padding: 0.3rem 0;
  line-height: 0.4rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}

.index_page_box .top_banner_div .top_banner_item {
  position: relative;
}
.index_page_box .top_banner_div .top_banner_item img {
  display: block;
  width: 100%;
}
.index_page_box .top_banner_div .top_banner_item .text_div {
  line-height: 1.16rem;
  position: absolute;
  top: 3.8rem;
  left: 0;
  font-size: 0.44rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.9rem;
}
.index_page_box .top_banner_div .swiper-button-next, .index_page_box .top_banner_div .swiper-button-prev {
  color: #999;
}
.index_page_box .top_banner_div .swiper-button-next:hover, .index_page_box .top_banner_div .swiper-button-prev:hover {
  color: #00a7ea;
}
.index_page_box .a_link {
  padding: 0 13px;
  line-height: 28px;
  font-size: 16px;
  background-color: #fff;
  color: #00a7ea;
  display: inline-block;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  -ms-border-radius: 28px;
}
.index_page_box .illustrate_div {
  background-color: #121112;
  padding: 0.67rem 1.9rem 0.59rem;
}
.index_page_box .illustrate_div .text_div1 {
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 0.68rem;
  color: #02abd8;
  margin-bottom: 0.22rem;
}
.index_page_box .illustrate_div .text_div2 {
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #fff;
}
.index_page_box .introduce_div {
  height: 7.31rem;
  background: url("../image/page/index/img18.jpg") no-repeat;
  background-size: 100% auto;
  margin-bottom: 1.1rem;
  position: relative;
}
.index_page_box .introduce_div .text_div {
  width: 5.56rem;
  position: absolute;
  top: 1.13rem;
  left: 12.14rem;
}
.index_page_box .introduce_div .text_div .title1 {
  line-height: 0.76rem;
  font-size: 0.62rem;
  color: #10beee;
  font-weight: bold;
}
.index_page_box .introduce_div .text_div .title1.title2 {
  margin-bottom: 0.25rem;
  line-height: 0.64rem;
  font-size: 0.48rem;
}
.index_page_box .introduce_div .text_div .text_dom {
  line-height: 0.32rem;
  font-size: 0.22rem;
  margin-bottom: 0.28rem;
  color: #727272;
}
.index_page_box .introduce_div .text_div .a_link {
  color: #fff;
  background-color: #727272;
}
.index_page_box .title_p_div {
  padding-left: 1.9rem;
}
.index_page_box .title_p_div .title1 {
  line-height: 0.76rem;
  font-size: 0.62rem;
  color: #494a4b;
  font-weight: bold;
}
.index_page_box .title_p_div .title1.title2 {
  margin-bottom: 0.25rem;
  line-height: 0.64rem;
  font-size: 0.5rem;
}
.index_page_box .num_info_div {
  margin: 0 1.2rem 0.7rem;
}
.index_page_box .num_info_div .num_info_item {
  margin-bottom: 0.3rem;
  text-align: center;
}
.index_page_box .num_info_div .num_info_item .text1 {
  line-height: 0.82rem;
}
.index_page_box .num_info_div .num_info_item .text1 span {
  color: #00a7ea;
  font-size: 0.52rem;
  font-weight: bold;
}
.index_page_box .num_info_div .num_info_item .text2 {
  line-height: 0.26rem;
  font-size: 0.18rem;
  color: #727272;
}
.index_page_box .video_div {
  margin-bottom: 34px;
  position: relative;
}
.index_page_box .video_div .play_dom {
  position: absolute;
  width: 1.41rem;
  left: 8.8rem;
  top: 4.04rem;
}
.index_page_box .show_div {
  clear: both;
  margin-bottom: 30px;
}
.index_page_box .show_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.index_page_box .show_div .show_item {
  float: left;
  width: 25%;
}
.index_page_box .show_div .show_item .img_dom {
  height: 3.18rem;
}
.index_page_box .show_div .show_item .text_div {
  background-color: rgba(220, 220, 220, 0.9);
  color: #494a4b;
  font-size: 12px;
  padding: 0.21rem 0.52rem 0.35rem;
}
.index_page_box .show_div .show_item .text_div .time {
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 11px;
}
.index_page_box .show_div .show_item .text_div .title {
  line-height: 26px;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.index_page_box .show_div .show_item .text_div .text {
  line-height: 30px;
  font-size: 0.18rem;
}
.index_page_box .show_div .show_item:hover .text_div, .index_page_box .show_div .show_item.action .text_div {
  background-color: #222222;
}
.index_page_box .show_div .show_item:hover .text_div .time, .index_page_box .show_div .show_item.action .text_div .time {
  color: #fff;
}
.index_page_box .show_div .show_item:hover .text_div .title, .index_page_box .show_div .show_item.action .text_div .title {
  color: #00b0eb;
}
.index_page_box .show_div .show_item:hover .text_div .text, .index_page_box .show_div .show_item.action .text_div .text {
  color: #fff;
}

.brief_introduction_page_box {
  color: #595a5a;
}
.brief_introduction_page_box .title_div01 {
  margin-top: 74px;
  line-height: 0.9rem;
  font-size: 0.52rem;
  font-weight: bold;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.brief_introduction_page_box .image_text_div {
  clear: both;
  padding-left: 1.8rem;
}
.brief_introduction_page_box .image_text_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.brief_introduction_page_box .image_text_div .left_div {
  float: left;
  width: 5.6rem;
}
.brief_introduction_page_box .image_text_div .left_div .text_div {
  line-height: 0.34rem;
  font-size: 0.2rem;
  margin-bottom: 0.35rem;
}
.brief_introduction_page_box .image_text_div .img {
  float: right;
  width: 10.22rem;
}
.brief_introduction_page_box .show_div {
  clear: both;
  margin-bottom: 0.65rem;
  margin-left: 1.91rem;
  width: 15.9rem;
}
.brief_introduction_page_box .show_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.brief_introduction_page_box .show_div .text_div {
  float: left;
  height: 4.35rem;
  width: 6.88rem;
  text-align: center;
  background-color: #00a7ea;
  color: #fff;
}
.brief_introduction_page_box .show_div .text_div .text1 {
  line-height: 0.98rem;
  font-weight: bold;
  font-size: 0.72rem;
  padding-top: 1.28rem;
}
.brief_introduction_page_box .show_div .text_div .text2 {
  line-height: 0.36rem;
  font-size: 0.3rem;
  padding-top: 0.1rem;
}
.brief_introduction_page_box .show_div .text_div.action {
  background-color: #053a95;
}
.brief_introduction_page_box .show_div .img {
  float: left;
  width: 8.3rem;
}
.brief_introduction_page_box .year_info_div {
  position: relative;
  height: 8.01rem;
  background: url("../image/page/briefIntroduction/img04.jpg") no-repeat;
  background-size: 100% auto;
}
.brief_introduction_page_box .year_info_div .title_div {
  padding-top: 1.02rem;
  line-height: 1.12rem;
  text-align: center;
  font-size: 0.52rem;
  font-weight: bold;
  color: #fff;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div {
  height: 1px;
  background-color: #00a7ea;
  color: #00a7ea;
  width: 15.08rem;
  position: absolute;
  top: 3.81rem;
  left: 1.96rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .option_btn {
  width: 31px;
  cursor: pointer;
  position: absolute;
  top: -15px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .option_btn.prev_btn {
  left: -52px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .option_btn.next_btn {
  right: -52px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item {
  cursor: pointer;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item .point_dom {
  top: -8px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -8px;
  background-color: #00a7ea;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -o-border-radius: 17px;
  -ms-border-radius: 17px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item .action_img {
  display: none;
  top: -20px;
  width: 41px;
  position: absolute;
  left: -20px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item .info_div {
  width: 261px;
  left: 0;
  margin-left: -130px;
  text-align: center;
  position: absolute;
  box-sizing: border-box;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item .info_div.year {
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  top: -59px;
  padding-left: 10px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item .info_div.year img {
  height: 16px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item .info_div.info {
  display: none;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  top: 67px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.action .point_dom {
  display: none;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.action .action_img {
  display: block;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.action .info_div.year {
  line-height: 70px;
  font-size: 44px;
  font-weight: bold;
  top: -104px;
  padding-left: 0px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.action .info_div.year img {
  display: none;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.action .info_div.info {
  display: block;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item01 {
  left: 8px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item01 .info_div {
  left: 10px;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item02 {
  left: 1.67rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item03 {
  left: 3.36rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item04 {
  left: 5.02rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item05 {
  left: 6.69rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item06 {
  left: 8.36rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item07 {
  left: 10.03rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item08 {
  left: 11.7rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item09 {
  left: 13.37rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item10 {
  left: 15.06rem;
  margin-left: -0.06rem;
}
.brief_introduction_page_box .year_info_div .year_info_inner_div .year_info_item_div .year_info_item.item10 .info_div {
  right: -12px;
}
.brief_introduction_page_box .honorary_witness_div {
  height: 8.72rem;
  background: url("../image/page/briefIntroduction/img05.jpg") no-repeat;
  background-size: 100% auto;
}
.brief_introduction_page_box .honorary_witness_div .title_dom {
  line-height: 0.8rem;
  padding-top: 0.86rem;
  text-align: center;
  font-size: 0.54rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.72rem;
}
.brief_introduction_page_box .honorary_witness_div .inner_div {
  width: 15.26rem;
  margin: 0 auto;
  background-color: #fff;
  height: 4.02rem;
  padding-top: 0.01rem;
}
.brief_introduction_page_box .honorary_witness_div .inner_div .inner_item_div {
  width: 11.88rem;
  padding: 0 0.6rem;
  overflow: hidden;
  margin: 0.5rem auto 0;
}
.brief_introduction_page_box .honorary_witness_div .inner_div .inner_item_div .swiper-button-prev {
  left: 0rem;
}
.brief_introduction_page_box .honorary_witness_div .inner_div .inner_item_div .swiper-button-next {
  right: 0rem;
}
.brief_introduction_page_box .honorary_witness_div .inner_div .inner_item_div .inner_item {
  clear: both;
}
.brief_introduction_page_box .honorary_witness_div .inner_div .inner_item_div .inner_item:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.brief_introduction_page_box .honorary_witness_div .inner_div .inner_item_div .inner_item .img_div {
  float: left;
  width: 4.5rem;
  padding: 0 0.72rem;
}
.brief_introduction_page_box .vision_div .title_dom {
  line-height: 1rem;
  text-align: center;
  padding-top: 0.98rem;
  font-size: 0.52rem;
  font-weight: bold;
  color: #595a5a;
  margin-bottom: 0.66rem;
}
.brief_introduction_page_box .vision_div .vision_item_div {
  margin-bottom: 1.32rem;
  clear: both;
  padding-left: 1.86rem;
}
.brief_introduction_page_box .vision_div .vision_item_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.brief_introduction_page_box .vision_div .vision_item_div .vision_item {
  box-shadow: 0 0 20px 2px #eef0f2;
  -webkit-box-shadow: 0 0 20px 2px #eef0f2;
  -o-box-shadow: 0 0 20px 2px #eef0f2;
  -moz-box-shadow: 0 0 20px 2px #eef0f2;
  -ms-box-shadow: 0 0 20px 2px #eef0f2;
  float: left;
  width: 4.5rem;
  margin-right: 0.45rem;
}
.brief_introduction_page_box .vision_div .vision_item_div .vision_item .text_div {
  padding-top: 1.44rem;
  height: 3.86rem;
  box-sizing: border-box;
  background-color: #cdcdcd;
  text-align: center;
  color: #505051;
}
.brief_introduction_page_box .vision_div .vision_item_div .vision_item .text_div .text_dom {
  line-height: 0.54rem;
  font-size: 0.36rem;
  font-weight: bold;
}
.brief_introduction_page_box .vision_div .vision_item_div .vision_item:hover .text_div, .brief_introduction_page_box .vision_div .vision_item_div .vision_item.action .text_div {
  background-color: #00a7ea;
  color: #FFF;
}

.core_competencies_page_box .top_banner_div {
  height: 8.75rem;
  background: url("../image/page/coreCompetencies/img01.png") no-repeat;
  background-size: auto 8.75rem;
  margin-bottom: 1.46rem;
}
.core_competencies_page_box .top_banner_div .text_div {
  padding-top: 3.28rem;
  padding-left: 2.1rem;
  color: #fff;
}
.core_competencies_page_box .top_banner_div .text_div .text1 {
  line-height: 0.98rem;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.04rem;
}
.core_competencies_page_box .top_banner_div .text_div .text2 {
  line-height: 0.54rem;
  font-size: 0.36rem;
}
.core_competencies_page_box .a_link {
  padding: 0 13px;
  line-height: 28px;
  font-size: 16px;
  background-color: #434343;
  color: #fff;
  display: inline-block;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  -ms-border-radius: 28px;
}
.core_competencies_page_box .image_text_div {
  padding-left: 1.88rem;
  margin-bottom: 1.45rem;
}
.core_competencies_page_box .image_text_div .image_text_item_div {
  clear: both;
}
.core_competencies_page_box .image_text_div .image_text_item_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.core_competencies_page_box .image_text_div .image_text_item_div .image_text_item_item {
  height: 4.29rem;
  width: 7.63rem;
  float: left;
}
.core_competencies_page_box .image_text_div .image_text_item_div .image_text_item_item.text_item {
  background-color: rgba(213, 213, 213, 0.7);
  box-sizing: border-box;
  padding: 0.82rem 1.16rem 0 0.4rem;
  color: #595a5a;
}
.core_competencies_page_box .image_text_div .image_text_item_div .image_text_item_item.text_item .title {
  line-height: 0.46rem;
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.core_competencies_page_box .image_text_div .image_text_item_div .image_text_item_item.text_item .text_dom {
  line-height: 0.3rem;
  font-size: 0.16rem;
  margin-bottom: 0.26rem;
}
.core_competencies_page_box .image_text_div .image_text_item_div .image_text_item_item.text_item .text_dom .text {
  margin-bottom: 0.06rem;
}
.core_competencies_page_box.core_competencies02_page_box .top_banner_div {
  margin-bottom: 1.1rem;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div {
  clear: both;
  padding-bottom: 0.4rem;
  color: #595a5a;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div .left_div {
  float: left;
  padding-left: 1.9rem;
  width: 3.2rem;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div .left_div .title {
  line-height: 0.72rem;
  font-size: 0.56rem;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div .left_div .title01 {
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: bold;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div .left_div .text {
  line-height: 0.38rem;
  font-size: 0.24rem;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div .right_div {
  float: right;
  width: 11rem;
  margin-right: 2.35rem;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div .right_div .text_div {
  line-height: 0.32rem;
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div.illustrate_text_div01 .left_div {
  width: 5.2rem;
}
.core_competencies_page_box.core_competencies02_page_box .illustrate_text_div.illustrate_text_div01 .right_div {
  float: right;
  width: 9.25rem;
  margin-right: 1.65rem;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div {
  height: 8.7rem;
  padding-top: 0.08rem;
  background-color: #cdcdcd;
  position: relative;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div {
  overflow: hidden;
  width: 16.6rem;
  margin: 1.6rem auto 0;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .swiper-button-next, .core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .swiper-button-prev {
  width: 17px;
  height: 31px;
  color: #474343;
  margin-top: -15px;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .swiper-button-next:after, .core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .swiper-button-prev:after {
  font-size: 30px;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .swiper-button-prev {
  left: 0.2rem;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .swiper-button-next {
  right: 0.2rem;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .slide_item_div .slide_item .inner_dom {
  padding: 1.23rem 0.62rem;
  background-color: #e9e9e9;
  box-sizing: border-box;
  margin: 0 0.7rem;
  width: auto;
}
.core_competencies_page_box.core_competencies02_page_box .swiper_div .swiper_inner_div .slide_item_div .slide_item .inner_dom .img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.cooperative_partner_page_box .top_banner_div {
  height: 8.75rem;
  background: url("../image/page/cooperativePartner/img01.png") no-repeat;
  background-size: auto 8.75rem;
  margin-bottom: 0.8rem;
}
.cooperative_partner_page_box .top_banner_div .text_div {
  padding-top: 3.28rem;
  padding-left: 2.1rem;
  color: #fff;
  width: 8.35rem;
  float: right;
}
.cooperative_partner_page_box .top_banner_div .text_div .text1 {
  line-height: 0.98rem;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.34rem;
}
.cooperative_partner_page_box .top_banner_div .text_div .text2 {
  line-height: 0.34rem;
  font-size: 0.24rem;
  width: 6.5rem;
}
.cooperative_partner_page_box .image_text_item {
  margin-bottom: 0.9rem;
  float: left;
}
.cooperative_partner_page_box .image_text_item .img {
  display: block;
  margin: 0 auto;
}
.cooperative_partner_page_box .image_text_item .img.img1 {
  width: 1.35rem;
  margin-bottom: 0.17rem;
}
.cooperative_partner_page_box .image_text_item .img.img2 {
  width: 3.45rem;
}
.cooperative_partner_page_box .image_text_item .title {
  line-height: 0.42rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #595a5a;
  text-align: center;
}
.cooperative_partner_page_box .image_text_item .text {
  line-height: 0.34rem;
  color: #595a5a;
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 0.27rem;
}

.product_center_page_box .top_banner_div {
  margin-bottom: 0.77rem;
}
.product_center_page_box .top_banner_div .top_banner_item {
  position: relative;
}
.product_center_page_box .top_banner_div .top_banner_item img {
  display: block;
  width: 100%;
}
.product_center_page_box .top_banner_div .top_banner_item .text_div {
  line-height: 1.16rem;
  position: absolute;
  top: 3.8rem;
  left: 0;
  font-size: 0.44rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.9rem;
}
.product_center_page_box .title_p_div {
  text-align: center;
  margin-bottom: 1.12rem;
}
.product_center_page_box .title_p_div .title1 {
  line-height: 1.04rem;
  font-size: 0.66rem;
  color: #00a7ea;
  font-weight: bold;
  margin-bottom: 0.07rem;
}
.product_center_page_box .title_p_div .text {
  margin-bottom: 0.25rem;
  line-height: 0.54rem;
  font-size: 0.36rem;
  color: #585757;
}

.join_taide_page_box .top_tap_div {
  padding-top: 1.13rem;
  padding-left: 5.08rem;
  margin-bottom: 0.73rem;
  clear: both;
}
.join_taide_page_box .top_tap_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.join_taide_page_box .top_tap_div .top_tap_item {
  float: left;
  margin-right: 1.38rem;
  width: 3.74rem;
  background-color: #d9d9d9;
  text-align: center;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  cursor: pointer;
  padding-top: 0.02rem;
  padding-bottom: 0.06rem;
}
.join_taide_page_box .top_tap_div .top_tap_item i {
  color: #626262;
  font-size: 0.52rem;
}
.join_taide_page_box .top_tap_div .top_tap_item .text {
  color: #727272;
  line-height: 0.38rem;
  font-weight: bold;
  font-size: 0.28rem;
}
.join_taide_page_box .top_tap_div .top_tap_item.action {
  background-color: #00a7ea;
}
.join_taide_page_box .top_tap_div .top_tap_item.action i {
  color: #fff;
}
.join_taide_page_box .top_tap_div .top_tap_item.action .text {
  color: #fff;
}
.join_taide_page_box .title_div {
  line-height: 1.2rem;
  text-align: center;
  margin-bottom: 0.3rem;
  font-size: 0.68rem;
  font-weight: bold;
  color: #505051;
}
.join_taide_page_box .talent_div .talent_item_div {
  height: 11.22rem;
  padding-top: 2.12rem;
  box-sizing: border-box;
  padding-left: 1.92rem;
  clear: both;
  background: url("../image/page/joinTaide/img01.jpg") no-repeat;
  background-size: 19.05rem auto;
  background-position: 50% 50%;
}
.join_taide_page_box .talent_div .talent_item_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.join_taide_page_box .talent_div .talent_item_div .talent_item {
  float: left;
  width: 4.1rem;
  height: 2.85rem;
  margin-right: 1.41rem;
  margin-bottom: 1.25rem;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0.22rem;
  -webkit-border-radius: 0.22rem;
  -moz-border-radius: 0.22rem;
  -o-border-radius: 0.22rem;
  -ms-border-radius: 0.22rem;
  box-sizing: border-box;
  padding-top: 0.44rem;
  text-align: center;
  color: #494849;
}
.join_taide_page_box .talent_div .talent_item_div .talent_item i {
  font-size: 0.92rem;
  color: #393839;
  font-weight: bold;
}
.join_taide_page_box .talent_div .talent_item_div .talent_item .title {
  margin-top: 0.22rem;
  line-height: 0.44rem;
  font-weight: bold;
  font-size: 0.34rem;
}
.join_taide_page_box .talent_div .talent_item_div .talent_item .text {
  line-height: 0.3rem;
  font-size: 0.2rem;
}
.join_taide_page_box .talent_div .talent_item_div .talent_item.action, .join_taide_page_box .talent_div .talent_item_div .talent_item:hover {
  background-color: #00a7ea;
  color: #fff;
}
.join_taide_page_box .talent_div .talent_item_div .talent_item.action i, .join_taide_page_box .talent_div .talent_item_div .talent_item:hover i {
  color: #fff;
}
.join_taide_page_box .recruit_div .text_div {
  line-height: 0.52rem;
  font-size: 0.3rem;
  text-align: center;
  color: #505051;
  margin-top: 0.92rem;
  margin-bottom: 0.85rem;
}
.join_taide_page_box .recruit_div .layui-table td, .join_taide_page_box .recruit_div .layui-table th {
  padding: 0;
  padding-left: 0.4rem;
  padding-right: 0.44rem;
  border-width: 0.09rem;
  border-right-color: #fff;
}
.join_taide_page_box .recruit_div .layui-table td:last-child, .join_taide_page_box .recruit_div .layui-table th:last-child {
  border-color: transparent;
}
.join_taide_page_box .recruit_div .layui-table th {
  line-height: 0.69rem;
  font-size: 0.29rem;
  font-weight: bold;
  color: #fff;
  background-color: #2f2f2f;
  border-top: 0;
}
.join_taide_page_box .recruit_div .layui-table td {
  background-color: #fff;
  border-width: 0 0.09rem 0 0.09rem;
  line-height: 0.66rem;
  font-size: 0.22rem;
  color: #6c6c6c;
}
.join_taide_page_box .recruit_div .layui-table tbody {
  border-top: 0.13rem transparent solid;
}
.join_taide_page_box .recruit_div .layui-table tbody tr.has_color td {
  background-color: #e4e4e3;
}
.join_taide_page_box .recruit_div .layui-table tbody tr:hover {
  background-color: inherit;
}
.join_taide_page_box .recruit_div .page_table_div {
  background-color: transparent;
}
.join_taide_page_box .recruit_div .contact_div {
  clear: both;
  margin-bottom: 0.78rem;
  padding-left: 1.92rem;
}
.join_taide_page_box .recruit_div .contact_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.join_taide_page_box .recruit_div .contact_div .contact_item {
  float: left;
  width: 5.72rem;
  color: #505051;
}
.join_taide_page_box .recruit_div .contact_div .contact_item .addr_dom {
  line-height: 0.96rem;
  font-size: 0.56rem;
  font-weight: bold;
  margin-bottom: 0.17rem;
}
.join_taide_page_box .recruit_div .contact_div .contact_item .text_dom {
  line-height: 0.44rem;
  font-size: 0.2rem;
}
.join_taide_page_box .recruit_div .contact_div .contact_item .text_dom i {
  font-size: 0.34rem;
  color: #2f2c2b;
  vertical-align: middle;
}

.contact_us_page_box {
  background-color: #e5e4e4;
  padding-bottom: 0.01rem;
}
.contact_us_page_box .content_div {
  width: 14rem;
  margin: 0.66rem auto 1.5rem;
  background-color: #fff;
  padding: 0.3rem 0.3rem 0.01rem;
  box-sizing: border-box;
  color: #585757;
}
.contact_us_page_box .content_div .title_dom01 {
  line-height: 0.42rem;
  border-bottom: 1px #585757 solid;
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
}
.contact_us_page_box .content_div .title_dom02 {
  line-height: 0.4rem;
  font-size: 0.18rem;
}
.contact_us_page_box .content_div .content_item {
  margin-bottom: 0.09rem;
  font-size: 0.16rem;
  background-color: #e5e4e4;
}
.contact_us_page_box .content_div .content_item .left_dom {
  float: left;
  width: 6.7rem;
  border-right: 1px #a3a2a2 solid;
  box-sizing: border-box;
  padding-left: 0.3rem;
  line-height: 0.9rem;
}
.contact_us_page_box .content_div .content_item .right_dom {
  float: left;
  width: 6.7rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  line-height: 0.24rem;
  padding-top: 0.12rem;
}
.contact_us_page_box .content_div .content_item.content_item01 {
  margin-bottom: 0;
}
.contact_us_page_box .content_div .content_item.content_item01 .left_dom {
  line-height: 0.64rem;
}
.contact_us_page_box .content_div .content_item.content_item01 .right_dom {
  line-height: 0.64rem;
  padding-top: 0rem;
}
.contact_us_page_box .content_div .content_item.content_item01.bg_fff {
  background-color: #fff;
}

.investor_relations_page_box .title_div {
  line-height: 1.12rem;
  font-size: 0.66rem;
  font-weight: bold;
  color: #3f3a3a;
  margin-bottom: 0.17rem;
}
.investor_relations_page_box .text_div01 {
  line-height: 0.46rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #4e4f4f;
  margin-bottom: 0.28rem;
}
.investor_relations_page_box .text_div02 {
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #595a5a;
  margin-bottom: 0.45rem;
}
.investor_relations_page_box .stock_code_div {
  margin: 0 auto 1.35rem;
  width: 14.97rem;
  height: 3.16rem;
  background: url("../image/page/investorRelations/img07.jpg") no-repeat;
  background-size: 14.97rem 3.16rem;
  position: relative;
}
.investor_relations_page_box .stock_code_div .text {
  line-height: 0.82rem;
  position: absolute;
  top: 1.13rem;
  font-size: 0.52rem;
  font-weight: bold;
  color: #fff;
}
.investor_relations_page_box .stock_code_div .text.text1 {
  left: 2.56rem;
}
.investor_relations_page_box .stock_code_div .text.text2 {
  right: 2.56rem;
}
.investor_relations_page_box .download_div {
  clear: both;
  padding-left: 2rem;
  margin-bottom: 0.73rem;
}
.investor_relations_page_box .download_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.investor_relations_page_box .download_div .download_item {
  width: 4.75rem;
  margin-right: 0.35rem;
  float: left;
}
.investor_relations_page_box .download_div .download_item .title_i {
  font-size: 0.96rem;
  color: #00a7ea;
}
.investor_relations_page_box .download_div .download_item .title {
  line-height: 0.78rem;
  font-size: 0.44rem;
  color: #3f3a3a;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.investor_relations_page_box .download_div .download_item .download_dom {
  height: 3.8rem;
  background-color: rgba(212, 212, 212, 0.4);
  position: relative;
  box-sizing: border-box;
  padding: 0.37rem 0.35rem 0 0.28rem;
}
.investor_relations_page_box .download_div .download_item .download_dom .download_item_dom {
  clear: both;
  margin-bottom: 0.15rem;
}
.investor_relations_page_box .download_div .download_item .download_dom .download_item_dom:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.investor_relations_page_box .download_div .download_item .download_dom .download_item_dom .text {
  float: left;
  font-size: 0.2rem;
  line-height: 0.46rem;
  color: #3f3a3a;
  font-weight: bold;
}
.investor_relations_page_box .download_div .download_item .download_dom .download_item_dom a {
  float: right;
  margin-top: 0.05rem;
}
.investor_relations_page_box .download_div .download_item .download_dom .download_item_dom a i {
  font-size: 0.36rem;
  color: #777474;
}
.investor_relations_page_box .download_div .download_item .download_dom .a_link {
  padding: 0 13px;
  line-height: 28px;
  font-size: 14px;
  background-color: #00a7ea;
  color: #fff;
  position: absolute;
  bottom: 0.5rem;
  left: 0.26rem;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  -ms-border-radius: 28px;
}
.investor_relations_page_box .investment_exchange_div {
  margin-top: 1.36rem;
  margin-bottom: 1.5rem;
  clear: both;
}
.investor_relations_page_box .investment_exchange_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.investor_relations_page_box .investment_exchange_div .left_div {
  width: 6.6rem;
  float: left;
  margin-left: 2rem;
  color: #3f3a3a;
}
.investor_relations_page_box .investment_exchange_div .left_div .title_i {
  font-size: 1.12rem;
  color: #00a7ea;
}
.investor_relations_page_box .investment_exchange_div .left_div .title {
  line-height: 1.16rem;
  font-size: 0.56rem;
  font-weight: bold;
}
.investor_relations_page_box .investment_exchange_div .left_div .text {
  line-height: 0.46rem;
  font-size: 0.22rem;
  font-weight: bold;
}
.investor_relations_page_box .investment_exchange_div .right_div {
  float: right;
  width: 7.5rem;
  margin-right: 1.9rem;
  margin-top: 0.95rem;
}
.investor_relations_page_box .title_div02 {
  padding-top: 1.25rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.investor_relations_page_box .title_div02 i {
  font-size: 1.06rem;
  color: #00a7ea;
}
.investor_relations_page_box .title_div02 .text {
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 0.66rem;
  color: #3f3a3a;
}
.investor_relations_page_box .file_download_div .file_download_item {
  line-height: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.12rem;
  clear: both;
  font-size: 0.22rem;
  font-weight: bold;
  color: #3f3a3a;
  background-color: rgba(212, 212, 212, 0.4);
}
.investor_relations_page_box .file_download_div .file_download_item:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.investor_relations_page_box .file_download_div .file_download_item .time {
  float: left;
  margin-left: 2rem;
}
.investor_relations_page_box .file_download_div .file_download_item .text {
  float: left;
  margin-left: 1.9rem;
}
.investor_relations_page_box .file_download_div .file_download_item a {
  float: right;
  margin-right: 2.78rem;
}
.investor_relations_page_box .file_download_div .file_download_item a i {
  font-size: 0.5rem;
  color: #575454;
}
.investor_relations_page_box .file_download_div .file_download_item:hover {
  background-color: #00a7ea;
}
.investor_relations_page_box .year_nav_div {
  width: 10.5rem;
  overflow: hidden;
  margin: 0.55rem auto;
  line-height: 0.7rem;
}
.investor_relations_page_box .year_nav_div .swiper-button-next, .investor_relations_page_box .year_nav_div .swiper-button-prev {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.15rem;
}
.investor_relations_page_box .year_nav_div .swiper-button-next:after, .investor_relations_page_box .year_nav_div .swiper-button-prev:after {
  font-size: 0.3rem;
  color: #00a7ea;
}
.investor_relations_page_box .year_nav_div .year_nav_item {
  text-align: center;
}
.investor_relations_page_box .year_nav_div .year_nav_item.swiper-slide-active {
  color: ;
}
.investor_relations_page_box .title_div03 {
  line-height: 0.46rem;
  font-size: 0.3rem;
  text-align: center;
  color: #717171;
  margin-bottom: 0.29rem;
}
.investor_relations_page_box .submit_form_div {
  width: 14rem;
  margin: 0 auto 0.77rem;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
}
.investor_relations_page_box .submit_form_div input, .investor_relations_page_box .submit_form_div textarea {
  background-color: #dcdddd;
}
.investor_relations_page_box .submit_form_div .input_div {
  clear: both;
  margin-bottom: 0.33rem;
}
.investor_relations_page_box .submit_form_div .input_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.investor_relations_page_box .submit_form_div .input_div .input {
  width: 6.08rem;
}
.investor_relations_page_box .submit_form_div .submit_btn {
  padding: 0 0.23rem;
  line-height: 0.46rem;
  font-size: 0.28rem;
  height: 0.46rem;
  display: inline-block;
  color: #fff;
  background-color: #00a7ea;
  cursor: pointer;
}
.investor_relations_page_box .submit_form_div .submit_btn span {
  border: 0.14rem transparent solid;
  border-left-color: #fff;
  border-left-width: 0.22rem;
  border-right: 0;
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -0.03rem;
}
.investor_relations_page_box .questions_answers_div {
  background-color: rgba(212, 212, 212, 0.4);
  padding: 0.8rem 2.52rem;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div {
  background-color: #fff;
  padding: 0.4rem 0.56rem 0.01rem;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div .questions_answers_item {
  padding-top: 0.6rem;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div .questions_answers_item .item_div {
  margin-bottom: 0.34rem;
  clear: both;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div .questions_answers_item .item_div:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div .questions_answers_item .item_div i {
  float: left;
  font-size: 0.6rem;
  position: relative;
  top: -0.1rem;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div .questions_answers_item .item_div i.questions {
  color: #19b2e9;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div .questions_answers_item .item_div i.answers {
  color: #053a95;
}
.investor_relations_page_box .questions_answers_div .questions_answers_inner_div .questions_answers_item .item_div .text {
  float: left;
  margin-left: 0.2rem;
  width: 11.86rem;
  box-sizing: border-box;
  padding: 0.1rem 0.4rem 0.1rem 0.2rem;
  line-height: 16px;
  font-size: 12px;
  color: #4b4646;
  background-color: #eeeeee;
  word-wrap: break-word;
  word-break: break-all;
}