@charset "UTF-8";
html {
  font-size: 10vw; }

.wordfont {
  font-family: "SimSun", "Microsoft YaHei UI Light", "Microsoft YaHei" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-appearance: none; }

html, body {
  width: 100%;
  height: 100%; }

.pointer {
  cursor: pointer; }

.btn-style-one {
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase; }

.btn-style-one:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #67b8f8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btn-style-one:hover:before,
.btn-style-one:focus:before,
.btn-style-one:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btn-style-one:hover {
  color: #ffffff !important;
  text-decoration: none;
  outline: none;
  -webkit-transition: .5s ease;
  transition: .5s ease; }

/* 设置主轴方向 */
.flex-row {
  display: flex;
  flex-direction: row; }

.flex-col {
  display: flex;
  flex-direction: column; }

/* 设置换行 */
.flex-wrap {
  flex-wrap: wrap; }

/* 设置主轴上的子元素排列方式 */
.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-around {
  justify-content: space-around; }

.justify-between {
  justify-content: space-between; }

/* 设置子元素在轴上的排序方式（多行） */
.content-center {
  align-content: center; }

.content-start {
  align-content: start; }

.content-space {
  align-content: space-around; }

/* 设置子元素在轴上的排序方式（单行） */
.items-center {
  align-items: center; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

/* CSS Document */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, td {
  margin: 0;
  padding: 0; }

body {
  font: 12px  "宋体";
  word-wrap: break-word; }

a, u, s, del {
  color: #000;
  text-decoration: none; }

a {
  display: block; }

fieldset, a img, .bor0 {
  border: 0; }

i, em, b {
  font-style: normal;
  font-weight: 100; }

li {
  list-style: none; }

img {
  vertical-align: middle; }

table {
  border-collapse: collapse; }

/*合并边框*/
textarea {
  resize: none;
  /*禁止拖动*/ }

.ind2 {
  text-indent: 2em; }

/*溢出隐藏*/
.over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*图片垂直对齐*/
.valign {
  text-align: center; }

.valign img {
  vertical-align: middle; }

.valign:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

/*万能清除法*/
.clear:before {
  content: "";
  display: table; }

/*阻止margin-top向上传递*/
.clear:after {
  content: "";
  display: block;
  clear: both; }

/*清除浮动*/
/*弹性盒水平垂直居中*/
.flexc {
  display: flex;
  justify-content: center;
  align-items: center; }

.margin {
  width: px2rem(1652);
  margin: auto; }

body {
  font-family: "微软雅黑"; }

.align-stretch {
  align-items: stretch; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

.self-stretch {
  align-self: stretch; }

.text12 {
  font-size: px2rem(12); }

.text14 {
  font-size: px2rem(14); }

.text16 {
  font-size: px2rem(16); }

.text18 {
  font-size: px2rem(18); }

.text20 {
  font-size: px2rem(20); }

.text22 {
  font-size: px2rem(22); }

.text24 {
  font-size: px2rem(24); }

.text26 {
  font-size: px2rem(26); }

.text28 {
  font-size: px2rem(28); }

.text30 {
  font-size: px2rem(30); }

.text32 {
  font-size: px2rem(32); }

/* ==================
         color
 ==================== */
.text-black,
.line-black,
.lines-black {
  color: #333333; }

.text-white,
.line-white,
.lines-white {
  color: #ffffff; }

/*  -- flex -- */
.flex {
  display: flex; }

.basis20 {
  flex-basis: 20%; }

.basis40 {
  flex-basis: 40%; }

.basis50 {
  flex-basis: 50%; }

.basis60 {
  flex-basis: 60%; }

.basis80 {
  flex-basis: 80%; }

/*  -- margin -- */
.margin-0 {
  margin: 0; }

.margin10 {
  margin: px2rem(10); }

.margin20 {
  margin: px2rem(20); }

.margin30 {
  margin: px2rem(30); }

.margin40 {
  margin: px2rem(40); }

.margin50 {
  margin: px2rem(50); }

.margin-top10 {
  margin-top: px2rem(10); }

.margin-top20 {
  margin-top: px2rem(20); }

.margin-top30 {
  margin-top: px2rem(30); }

.margin-top40 {
  margin-top: px2rem(40); }

.margin-top50 {
  margin-top: px2rem(50); }

.margin-right10 {
  margin-right: px2rem(10); }

.margin-right20 {
  margin-right: px2rem(20); }

.margin-right30 {
  margin-right: px2rem(30); }

.margin-right40 {
  margin-right: px2rem(40); }

.margin-right50 {
  margin-right: px2rem(50); }

.margin-bottom10 {
  margin-bottom: px2rem(10); }

.margin-bottom20 {
  margin-bottom: px2rem(20); }

.margin-bottom30 {
  margin-bottom: px2rem(30); }

.margin-bottom40 {
  margin-bottom: px2rem(40); }

.margin-bottom50 {
  margin-bottom: px2rem(50); }

.margin-left10 {
  margin-left: px2rem(10); }

.margin-left20 {
  margin-left: px2rem(20); }

.margin-left30 {
  margin-left: px2rem(30); }

.margin-left40 {
  margin-left: px2rem(40); }

.margin-left50 {
  margin-left: px2rem(50); }

.margin-lr10 {
  margin-left: px2rem(10);
  margin-right: px2rem(10); }

.margin-lr20 {
  margin-left: px2rem(20);
  margin-right: px2rem(20); }

.margin-lr30 {
  margin-left: px2rem(30);
  margin-right: px2rem(30); }

.margin-lr40 {
  margin-left: px2rem(40);
  margin-right: px2rem(40); }

.margin-lr50 {
  margin-left: px2rem(50);
  margin-right: px2rem(50); }

.margin-tb10 {
  margin-top: px2rem(10);
  margin-bottom: px2rem(10); }

.margin-tb20 {
  margin-top: px2rem(20);
  margin-bottom: px2rem(20); }

.margin-tb30 {
  margin-top: px2rem(30);
  margin-bottom: px2rem(30); }

.margin-tb40 {
  margin-top: px2rem(40);
  margin-bottom: px2rem(40); }

.margin-tb50 {
  margin-top: px2rem(50);
  margin-bottom: px2rem(50); }

.padding-0 {
  padding: 0; }

.padding10 {
  padding: px2rem(10); }

.padding20 {
  padding: px2rem(20); }

.padding30 {
  padding: px2rem(30); }

.padding40 {
  padding: px2rem(40); }

.padding50 {
  padding: px2rem(50); }

.padding-top10 {
  padding-top: px2rem(10); }

.padding-top20 {
  padding-top: px2rem(20); }

.padding-top30 {
  padding-top: px2rem(30); }

.padding-top40 {
  padding-top: px2rem(40); }

.padding-top50 {
  padding-top: px2rem(50); }

.padding-right10 {
  padding-right: px2rem(10); }

.padding-right20 {
  padding-right: px2rem(20); }

.padding-right30 {
  padding-right: px2rem(30); }

.padding-right40 {
  padding-right: px2rem(40); }

.padding-right50 {
  padding-right: px2rem(50); }

.padding-bottom10 {
  padding-bottom: px2rem(10); }

.padding-bottom20 {
  padding-bottom: px2rem(20); }

.padding-bottom30 {
  padding-bottom: px2rem(30); }

.padding-bottom40 {
  padding-bottom: px2rem(40); }

.padding-bottom50 {
  padding-bottom: px2rem(50); }

.padding-left10 {
  padding-left: px2rem(10); }

.padding-left20 {
  padding-left: px2rem(20); }

.padding-left30 {
  padding-left: px2rem(30); }

.padding-left40 {
  padding-left: px2rem(40); }

.padding-left50 {
  padding-left: px2rem(50); }

.padding-lr10 {
  padding-left: px2rem(10);
  padding-right: px2rem(10); }

.padding-lr20 {
  padding-left: px2rem(20);
  padding-right: px2rem(20); }

.padding-lr30 {
  padding-left: px2rem(30);
  padding-right: px2rem(30); }

.padding-lr40 {
  padding-left: px2rem(40);
  padding-right: px2rem(40); }

.padding-lr50 {
  padding-left: px2rem(50);
  padding-right: px2rem(50); }

.padding-tb10 {
  padding-top: px2rem(10);
  padding-bottom: px2rem(10); }

.padding-tb20 {
  padding-top: px2rem(20);
  padding-bottom: px2rem(20); }

.padding-tb30 {
  padding-top: px2rem(30);
  padding-bottom: px2rem(30); }

.padding-tb40 {
  padding-top: px2rem(40);
  padding-bottom: px2rem(40); }

.padding-tb50 {
  padding-top: px2rem(50);
  padding-bottom: px2rem(50); }

.cur {
  cursor: pointer; }

.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3); }

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }

  .animate__animated[class*=Out] {
    opacity: 0; } }
@-webkit-keyframes bounce {
  0%,20%,53%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
@keyframes bounce {
  0%,20%,53%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shakeX {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
@keyframes shakeY {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@media screen and (min-width: 1200px) {
  .mobile {
    display: none; }

  .baseWidth {
    width: 1476px;
    margin: auto; }

  .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px; }
    .top .left {
      display: flex;
      align-items: center; }
      .top .left .logo {
        width: 478px;
        height: 51px;
        margin-top: 9px; }
    .top .right {
      display: flex;
      justify-content: center;
      font-weight: 400;
      font-size: 18px;
      color: #181717;
      align-items: center; }
      .top .right .line {
        width: 1px;
        background: #181717;
        margin: 0 20px;
        height: 21px; }
      .top .right .login {
        cursor: pointer; }
        .top .right .login:hover {
          color: #4BAAFB; }
      .top .right .roll {
        cursor: pointer; }
        .top .right .roll:hover {
          color: #4BAAFB; }

  .header {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #1C1B1B;
    position: relative;
    z-index: 9999; }
    .header .baseWidth {
      display: flex;
      justify-content: space-between; }
      .header .baseWidth .item {
        cursor: pointer;
        padding-bottom: 13px;
        position: relative; }
        .header .baseWidth .item .box {
          display: none;
          position: absolute;
          top: 36px;
          background: #fff;
          box-shadow: 0 0 15px #d9d9d9;
          padding: 10px 14px;
          font-size: 18px;
          color: #35363D;
          line-height: 36px;
          margin-left: -28px; }
          .header .baseWidth .item .box > a {
            width: 108px;
            text-align: center;
            font-weight: normal; }
      .header .baseWidth .serve:hover .box {
        display: block; }
  .header .baseWidth .logisticsClass:hover .box {
    display: block; }
      .header .baseWidth .cur {
        border-bottom: 4px solid #4BAAFB;
        color: #4BAAFB; }

  .footer {
    margin-top: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 123px;
    background: #82807F; }
    .footer .baseWidth {
      display: flex;
      align-items: center; }
    .footer .left {
      display: flex;
      align-items: center; }
      .footer .left img {
        width: 49px;
        margin-right: 34px; }
      .footer .left .ch {
        line-height: 26px;
        font-size: 26px; }
      .footer .left .en {
        margin-top: 12px;
        font-weight: 400;
        font-size: 11px; }
    .footer .right {
      margin-left: 180px;
      font-weight: 400;
      font-size: 18px;
      color: #F6F9FE;
      line-height: 20px; }
      .footer .right .right-b {
        margin-top: 16px; }

  .banner .swiper {
    overflow: hidden;
    height: 496px;
    position: relative; }
  .banner .swiper-slide {
    height: 496px;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 139px; }
    .banner .swiper-slide .img1 {
      width: 604px;
      height: 139px; }
    .banner .swiper-slide .img2 {
      margin: auto;
      width: 1006px;
      height: 142px; }

  .index .main {
    margin-top: 50px; }
    .index .main .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 6px;
      border-bottom: 2px solid #E9EAEA; }
      .index .main .title .left {
        display: flex;
        align-items: center; }
        .index .main .title .left img {
          width: 30px;
          margin-right: 8px; }
        .index .main .title .left .text {
          font-weight: bold;
          font-size: 24px;
          color: #4BAAFB; }
      .index .main .title .right {
        cursor: pointer;
        font-weight: 400;
        font-size: 18px;
        color: #4A4747; }
    .index .main .productAndBusiness {
      display: flex;
      justify-content: space-between; }
      .index .main .productAndBusiness .product {
        width: 1023px; }
        .index .main .productAndBusiness .product .product-main {
          margin-top: 16px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          .index .main .productAndBusiness .product .product-main .item {
            margin-bottom: 32px;
            justify-content: space-between;
            box-shadow: 0 0 15px #d9d9d9;
            height: 180px;
            overflow: hidden; }
            .index .main .productAndBusiness .product .product-main .item .item-box {
              margin-top: 0px;
              transition: margin-top 0.6s ease; }
              .index .main .productAndBusiness .product .product-main .item .item-box:hover {
                margin-top: -180px; }
              .index .main .productAndBusiness .product .product-main .item .item-box .item-t {
                display: flex;
                height: 180px;
                padding: 34px 25px;
                box-sizing: border-box;
                align-items: center; }
                .index .main .productAndBusiness .product .product-main .item .item-box .item-t img {
                  width: 80px;
                  height: 80px;
                  margin-right: 20px; }
                .index .main .productAndBusiness .product .product-main .item .item-box .item-t .right .r-t {
                  margin-top: 12px;
                  width: 180px;
                  height: 24px;
                  font-weight: 400;
                  font-size: 24px;
                  color: #696566; }
                .index .main .productAndBusiness .product .product-main .item .item-box .item-t .right .r-b {
                  margin-top: 16px;
                  width: 180px;
                  font-weight: 400;
                  font-size: 14px;
                  line-height: 16px;
                  color: #B0ADAD; }
              .index .main .productAndBusiness .product .product-main .item .item-box .item-b {
                height: 180px;
                padding: 34px 25px;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                border-bottom: 8px solid #4BAAFB; }
                .index .main .productAndBusiness .product .product-main .item .item-box .item-b .item-b-t {
                  text-align: center;
                  font-weight: 400;
                  font-size: 24px;
                  color: #4BAAFB; }
                .index .main .productAndBusiness .product .product-main .item .item-box .item-b .item-b-b {
                  margin-top: 10px;
                  display: flex;
                  justify-content: center;
                  font-size: 20px;
                  line-height: 34px; }
                  .index .main .productAndBusiness .product .product-main .item .item-box .item-b .item-b-b .left {
                    margin: 0 10px; }
                  .index .main .productAndBusiness .product .product-main .item .item-box .item-b .item-b-b .right {
                    margin: 0 10px; }
      .index .main .productAndBusiness .business .business-main {
        margin-top: 16px; }
        .index .main .productAndBusiness .business .business-main .item {
          margin-bottom: 16px;
          width: 435px;
          height: 66px;
          font-weight: bold;
          font-size: 20px;
          color: #111111;
          line-height: 66px;
          padding-left: 33px;
          box-sizing: border-box; }
          .index .main .productAndBusiness .business .business-main .item span {
            color: #376ED6; }
        .index .main .productAndBusiness .business .business-main .item1 {
          background: url("../images/index/11.png") no-repeat center;
          background-size: contain; }
          .index .main .productAndBusiness .business .business-main .item1:hover {
            background: url("../images/index/11-1.png") no-repeat center;
            background-size: contain; }
        .index .main .productAndBusiness .business .business-main .item2 {
          background: url("../images/index/12.png") no-repeat center;
          background-size: contain; }
          .index .main .productAndBusiness .business .business-main .item2:hover {
            background: url("../images/index/12-1.png") no-repeat center;
            background-size: contain; }
        .index .main .productAndBusiness .business .business-main .item3 {
          background: url("../images/index/13.png") no-repeat center;
          background-size: contain; }
          .index .main .productAndBusiness .business .business-main .item3:hover {
            background: url("../images/index/13-1.png") no-repeat center;
            background-size: contain; }
        .index .main .productAndBusiness .business .business-main .item4 {
          background: url("../images/index/14.png") no-repeat center;
          background-size: contain; }
          .index .main .productAndBusiness .business .business-main .item4:hover {
            background: url("../images/index/14-1.png") no-repeat center;
            background-size: contain; }
	        .index .main .productAndBusiness .business .business-main .item5 {
          background: url("../images/index/24.png") no-repeat center;
          background-size: contain; }
          .index .main .productAndBusiness .business .business-main .item5:hover {
            background: url("../images/index/24-1.png") no-repeat center;
            background-size: contain; }
    .index .main .main-img-box {
      margin-top: 30px;
      margin-bottom: 50px;
      background: url("../images/index/15.png") no-repeat center;
      background-size: contain;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .index .main .main-img-box .text {
        margin-right: 70px;
        width: 685px;
        font-weight: 400;
        font-size: 20px;
        color: #424141;
        line-height: 36px; }
      .index .main .main-img-box .btn {
        margin-right: 40px;
        width: 130px;
        line-height: 40px;
        background: #4BAAFB;
        border-radius: 5px;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center; }
        .index .main .main-img-box .btn:hover {
          background: #fff;
          color: #4BAAFB; }
    .index .main .buy-sell {
      display: flex;
      justify-content: space-between; }
      .index .main .buy-sell .buy {
        width: 709px; }
        .index .main .buy-sell .buy .buy-main {
          margin-top: 33px; }
          .index .main .buy-sell .buy .buy-main .item {
            margin-bottom: 27px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .index .main .buy-sell .buy .buy-main .item .left img {
              margin-right: 20px;
              width: 159px;
              height: 90px; }
            .index .main .buy-sell .buy .buy-main .item .right {
              flex: 1;
              width: 0; }
              .index .main .buy-sell .buy .buy-main .item .right .name {
                width: 100%;
                font-weight: 400;
                font-size: 18px;
                line-height: 18px;
                color: #020202; }
              .index .main .buy-sell .buy .buy-main .item .right .text {
                width: 100%;
                margin-top: 20px;
                font-size: 18px;
                color: #747272;
                line-height: 18px; }
              .index .main .buy-sell .buy .buy-main .item .right .time {
                margin-top: 16px;
                font-size: 18px;
                color: #747272;
                line-height: 18px; }
    .index .main .delivery-price {
      display: flex;
      justify-content: space-between; }
      .index .main .delivery-price .delivery {
        width: 709px; }
        .index .main .delivery-price .delivery .delivery-main {
          margin-top: 27px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          .index .main .delivery-price .delivery .delivery-main .item {
            margin-bottom: 20px;
            padding: 32px 20px;
            box-sizing: border-box;
            width: 341px;
            height: 201px;
            background: #F5F5F5;
            position: relative;
            display: flex;
            justify-content: space-between; }
            .index .main .delivery-price .delivery .delivery-main .item .icon {
              position: absolute;
              top: 18px;
              right: 25px; }
              .index .main .delivery-price .delivery .delivery-main .item .icon img {
                width: 25px;
                height: 25px; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-t {
              display: flex; }
              .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l {
                width: 10px; }
                .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l .circular-t {
                  margin-top: 4px;
                  width: 10px;
                  height: 10px;
                  background: #F5F5F5;
                  border-radius: 50%;
                  border: 1px solid #4BAAFB; }
                .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l .line {
                  border-left: 2px dotted #524F4F;
                  margin: auto;
                  width: 0px;
                  height: 45px; }
                .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l .circular-b {
                  width: 10px;
                  height: 10px;
                  background: #F5F5F5;
                  border-radius: 50%;
                  border: 1px solid #4BAAFB; }
              .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r {
                margin-left: 6px; }
                .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r .left-t-r-b {
                  margin-top: 18px; }
                .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r .name {
                  font-size: 18px;
                  color: #524F4F;
                  line-height: 18px;
                  font-weight: bold; }
                .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r .text {
                  margin-top: 7px;
                  font-weight: 400;
                  font-size: 14px;
                  color: #524F4F;
                  line-height: 14px; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-b {
              margin-top: 27px;
              height: 20px;
              font-weight: 400;
              font-size: 18px;
              color: #524F4F; }
            .index .main .delivery-price .delivery .delivery-main .item .right img {
              margin-left: 50px;
              margin-top: 22px;
              width: 60px;
              height: 60px;
              border-radius: 50%;
              overflow: hidden; }
            .index .main .delivery-price .delivery .delivery-main .item .right .btn {
              cursor: pointer;
              margin-top: 30px;
              text-align: center;
              width: 108px;
              height: 37px;
              background: #F5F5F5;
              border-radius: 18px;
              border: 2px solid #4BAAFB;
              font-weight: 400;
              font-size: 18px;
              color: #4BAAFB;
              line-height: 37px; }
      .index .main .delivery-price .price {
        width: 709px; }
        .index .main .delivery-price .price .price-main {
          margin-top: 25px; }
          .index .main .delivery-price .price .price-main .table-header th {
            text-align: center;
            background: #F5F5F5; }
          .index .main .delivery-price .price .price-main td {
            line-height: 40px; }
    .index .main .news .news-main {
      margin-top: 30px;
      display: flex;
      justify-content: space-between; }
      .index .main .news .news-main .left .item {
        display: flex;
        justify-content: space-between;
        width: 756px;
        font-weight: 400;
        font-size: 16px;
        color: #111111;
        line-height: 40px; }
        .index .main .news .news-main .left .item .text {
          width: 80%; }
        .index .main .news .news-main .left .item .time {
          color: #898686; }
      .index .main .news .news-main .right {
        width: 624px;
        height: 362px;
        position: relative; }
        .index .main .news .news-main .right img {
          width: 100%;
          height: 100%; }
        .index .main .news .news-main .right .name {
          position: absolute;
          width: 100%;
          background: rgba(0, 0, 0, 0.6);
          font-weight: 400;
          font-size: 18px;
          color: #FFFFFF;
          text-align: center;
          line-height: 48px;
          bottom: 0; } }
@media screen and (max-width: 1200px) {
  .baseWidth {
    padding: 0 10px; }

  .top {
    display: none; }

  .header {
    display: none; }

  .mobile .mobile-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.1666666667rem; }
    .mobile .mobile-t .left {
      display: flex;
      align-items: center; }
      .mobile .mobile-t .left .logo {
        height: 0.8333333333rem;
        margin-top: 0.2166666667rem;
        margin-bottom: 0.2166666667rem; }
      .mobile .mobile-t .left .text .big {
        font-weight: normal;
        font-size: 0.4833333333rem;
        color: #222121;
        line-height: 0.4833333333rem; }
      .mobile .mobile-t .left .text .small {
        font-weight: 400;
        font-size: 0.2166666667rem;
        color: #222121;
        line-height: 0.2166666667rem;
        opacity: 0.54;
        margin-top: 0.1666666667rem; }
    .mobile .mobile-t .right > div {
      width: 0.8333333333rem;
      height: 0.1rem;
      background: #000;
      margin: 0.1666666667rem 0; }
  .mobile .list {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 39px;
    z-index: 99999999999; }
    .mobile .list a {
      color: #fff; }

  .footer {
    margin-top: 1.6666666667rem;
    color: #fff;
    display: flex;
    display: none;
    align-items: center;
    height: 2.05rem;
    background: #82807F; }
    .footer .baseWidth {
      display: flex;
      align-items: center; }
    .footer .left {
      display: flex;
      align-items: center; }
      .footer .left img {
        width: 0.8166666667rem;
        margin-right: 0.5666666667rem; }
      .footer .left .ch {
        line-height: 0.4333333333rem;
        font-size: 0.4333333333rem; }
      .footer .left .en {
        margin-top: 0.2rem;
        font-weight: 400;
        font-size: 0.1833333333rem; }
    .footer .right {
      margin-left: 3rem;
      font-weight: 400;
      font-size: 0.3rem;
      color: #F6F9FE;
      line-height: 0.3333333333rem; }
      .footer .right .right-b {
        margin-top: 0.2666666667rem; }

  .banner {
    overflow: hidden;
    height: 4rem; }
    .banner .swiper-slide {
      height: 4rem;
      background-size: cover;
      box-sizing: border-box;
      padding-top: 0.9833333333rem; }
      .banner .swiper-slide .img1 {
        height: 1.15rem; }
      .banner .swiper-slide .img2 {
        margin: auto;
        height: 1.3666666667rem; }

  .index .main {
    margin-top: 0.8333333333rem; }
    .index .main .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 0.1rem;
      border-bottom: 0.0333333333rem solid #E9EAEA; }
      .index .main .title .left {
        display: flex;
        align-items: center; }
        .index .main .title .left img {
          width: 0.5rem;
          margin-right: 0.1333333333rem; }
        .index .main .title .left .text {
          font-weight: bold;
          font-size: 0.4rem;
          color: #4BAAFB; }
      .index .main .title .right {
        cursor: pointer;
        font-weight: 400;
        font-size: 0.3rem;
        color: #4A4747; }
    .index .main .productAndBusiness .product .product-main {
      margin-top: 0.2666666667rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .index .main .productAndBusiness .product .product-main .item {
        margin-bottom: 0.5333333333rem;
        display: flex;
        padding: 0.5666666667rem 0.4166666667rem;
        justify-content: space-between;
        box-shadow: 0 0 0.25rem #d9d9d9; }
        .index .main .productAndBusiness .product .product-main .item:hover {
          animation: headShake 1s ease; }
        .index .main .productAndBusiness .product .product-main .item img {
          width: 0.6666666667rem;
          height: 0.6666666667rem;
          margin-right: 0.1666666667rem; }
        .index .main .productAndBusiness .product .product-main .item .right .r-t {
          margin-top: 0.2rem;
          width: 3rem;
          height: 0.4rem;
          font-weight: 400;
          font-size: 0.4rem;
          color: #696566; }
        .index .main .productAndBusiness .product .product-main .item .right .r-b {
          margin-top: 0.2666666667rem;
          width: 3rem;
          font-weight: 400;
          font-size: 0.2333333333rem;
          line-height: 0.2666666667rem;
          color: #B0ADAD;
          height: 0.5333333333rem; }
    .index .main .productAndBusiness .business .business-main {
      margin-top: 0.2666666667rem; }
      .index .main .productAndBusiness .business .business-main .item {
        margin: auto;
        margin-bottom: 0.3666666667rem;
        width: 7.25rem;
        height: 1.1rem;
        font-weight: bold;
        font-size: 0.3333333333rem;
        color: #111111;
        line-height: 1.1rem;
        padding-left: 0.55rem;
        box-sizing: border-box; }
        .index .main .productAndBusiness .business .business-main .item span {
          color: #376ED6; }
      .index .main .productAndBusiness .business .business-main .item1 {
        background: url("../images/index/11.png") no-repeat center;
        background-size: contain; }
        .index .main .productAndBusiness .business .business-main .item1:hover {
          background: url("../images/index/11-1.png") no-repeat center;
          background-size: contain; }
      .index .main .productAndBusiness .business .business-main .item2 {
        background: url("../images/index/12.png") no-repeat center;
        background-size: contain; }
        .index .main .productAndBusiness .business .business-main .item2:hover {
          background: url("../images/index/12-1.png") no-repeat center;
          background-size: contain; }
      .index .main .productAndBusiness .business .business-main .item3 {
        background: url("../images/index/13.png") no-repeat center;
        background-size: contain; }
        .index .main .productAndBusiness .business .business-main .item3:hover {
          background: url("../images/index/13-1.png") no-repeat center;
          background-size: contain; }
      .index .main .productAndBusiness .business .business-main .item4 {
        background: url("../images/index/14.png") no-repeat center;
        background-size: contain; }
        .index .main .productAndBusiness .business .business-main .item4:hover {
          background: url("../images/index/14-1.png") no-repeat center;
          background-size: contain; }
    .index .main .main-img-box {
      margin-top: 0.5rem;
      margin-bottom: 0.8333333333rem;
      background: url("../images/index/15.png") no-repeat center;
      background-size: cover;
      padding: 0.3333333333rem; }
      .index .main .main-img-box .text {
        font-weight: 400;
        font-size: 0.3333333333rem;
        color: #424141;
        line-height: 0.6rem;
        margin: auto; }
      .index .main .main-img-box .btn {
        margin: auto;
        width: 2.1666666667rem;
        line-height: 0.6666666667rem;
        background: #4BAAFB;
        border-radius: 0.0833333333rem;
        font-weight: 400;
        font-size: 0.3rem;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center; }
        .index .main .main-img-box .btn:hover {
          background: #fff;
          color: #4BAAFB; }
    .index .main .buy-sell .buy .buy-main {
      margin-top: 0.55rem; }
      .index .main .buy-sell .buy .buy-main .item {
        margin-bottom: 0.45rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .index .main .buy-sell .buy .buy-main .item .left img {
          margin-right: 0.3333333333rem;
          width: 2.65rem;
          height: 1.5rem; }
        .index .main .buy-sell .buy .buy-main .item .right {
          flex: 1;
          width: 0; }
          .index .main .buy-sell .buy .buy-main .item .right .name {
            width: 100%;
            font-weight: 400;
            font-size: 0.3rem;
            line-height: 0.3rem;
            color: #020202; }
          .index .main .buy-sell .buy .buy-main .item .right .text {
            width: 100%;
            margin-top: 0.3333333333rem;
            font-size: 0.3rem;
            color: #747272;
            line-height: 0.3rem; }
          .index .main .buy-sell .buy .buy-main .item .right .time {
            margin-top: 0.2666666667rem;
            font-size: 0.3rem;
            color: #747272;
            line-height: 0.3rem; }
    .index .main .delivery-price .delivery .delivery-main {
      margin-top: 0.45rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .index .main .delivery-price .delivery .delivery-main .item {
        margin-bottom: 0.3333333333rem;
        padding: 0.5333333333rem 0.3333333333rem;
        box-sizing: border-box;
        width: 4.6666666667rem;
        height: 3.35rem;
        background: #F5F5F5;
        position: relative;
        display: flex;
        justify-content: space-between; }
        .index .main .delivery-price .delivery .delivery-main .item .icon {
          position: absolute;
          top: 0.3rem;
          right: 0.4166666667rem; }
          .index .main .delivery-price .delivery .delivery-main .item .icon img {
            width: 0.4166666667rem;
            height: 0.4166666667rem; }
        .index .main .delivery-price .delivery .delivery-main .item .left .left-t {
          display: flex; }
          .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l {
            width: 0.1666666667rem; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l .circular-t {
              margin-top: 0.0666666667rem;
              width: 0.1666666667rem;
              height: 0.1666666667rem;
              background: #F5F5F5;
              border-radius: 50%;
              border: 1px solid #4BAAFB; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l .line {
              border-left: 2px dotted #524F4F;
              margin: auto;
              width: 0;
              height: 0.75rem; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-l .circular-b {
              width: 0.1666666667rem;
              height: 0.1666666667rem;
              background: #F5F5F5;
              border-radius: 50%;
              border: 1px solid #4BAAFB; }
          .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r {
            margin-left: 0.1rem; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r .left-t-r-b {
              margin-top: 0.3rem; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r .name {
              font-size: 0.3rem;
              color: #524F4F;
              line-height: 0.3rem;
              font-weight: bold; }
            .index .main .delivery-price .delivery .delivery-main .item .left .left-t .left-t-r .text {
              margin-top: 0.1166666667rem;
              font-weight: 400;
              font-size: 0.2333333333rem;
              color: #524F4F;
              line-height: 0.2333333333rem; }
        .index .main .delivery-price .delivery .delivery-main .item .left .left-b {
          margin-top: 0.45rem;
          height: 0.3333333333rem;
          font-weight: 400;
          font-size: 0.3rem;
          color: #524F4F; }
        .index .main .delivery-price .delivery .delivery-main .item .right img {
          margin-left: 0.8333333333rem;
          margin-top: 0.3666666667rem;
          width: 1rem;
          height: 1rem;
          border-radius: 50%;
          overflow: hidden; }
        .index .main .delivery-price .delivery .delivery-main .item .right .btn {
          cursor: pointer;
          margin-top: 0.5rem;
          text-align: center;
          width: 1.8rem;
          height: 0.6166666667rem;
          background: #F5F5F5;
          border-radius: 0.3rem;
          border: 0.0333333333rem solid #4BAAFB;
          font-weight: 400;
          font-size: 0.3rem;
          color: #4BAAFB;
          line-height: 0.6166666667rem; }
    .index .main .delivery-price .price .price-main {
      margin-top: 0.4166666667rem; }
      .index .main .delivery-price .price .price-main .table-header th {
        text-align: center;
        background: #F5F5F5; }
      .index .main .delivery-price .price .price-main td {
        line-height: 0.6666666667rem; }
    .index .main .news {
      padding-bottom: 0.6666666667rem;
      margin-top: 0.5rem; }
      .index .main .news .news-main {
        margin-top: 0.5rem; }
        .index .main .news .news-main .left .item {
          display: flex;
          justify-content: space-between;
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #111111;
          line-height: 0.6666666667rem; }
          .index .main .news .news-main .left .item .text {
            width: 80%; }
          .index .main .news .news-main .left .item .time {
            color: #898686; }
        .index .main .news .news-main .right {
          height: 6.0333333333rem;
          position: relative; }
          .index .main .news .news-main .right img {
            width: 100%;
            height: 100%; }
          .index .main .news .news-main .right .name {
            position: absolute;
            width: 100%;
            background: rgba(0, 0, 0, 0.6);
            font-weight: 400;
            font-size: 0.3rem;
            color: #FFFFFF;
            text-align: center;
            line-height: 0.8rem;
            bottom: 0; } }
@media screen and (min-width: 1200px) {
  .marketPage .banner {
    height: 516px; }
    .marketPage .banner .big {
      padding-top: 145px;
      font-weight: bold;
      font-size: 60px;
      color: #FFFFFF; }
    .marketPage .banner .small {
      padding-top: 66px;
      font-weight: 400;
      font-size: 30px;
      color: #fff; }
  .marketPage .marketPage-main .more {
    margin: auto;
    margin-bottom: 35px;
    width: 161px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #4BAAFB;
    font-weight: 400;
    font-size: 16px;
    color: #4BAAFB;
    line-height: 48px;
    text-align: center;
    cursor: pointer; }
  .marketPage .marketPage-main .router {
    padding-top: 42px;
    width: 208px;
    height: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #707070; }
  .marketPage .marketPage-main .main-title {
    padding-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    .marketPage .marketPage-main .main-title .main-title-l {
      display: flex;
      align-items: center; }
      .marketPage .marketPage-main .main-title .main-title-l .line {
        width: 6px;
        height: 40px;
        background: #4BAAFB;
        border-radius: 3px; }
      .marketPage .marketPage-main .main-title .main-title-l .name {
        margin-left: 18px;
        margin-right: 55px;
        font-weight: bold;
        font-size: 22px;
        color: #282727; }
      .marketPage .marketPage-main .main-title .main-title-l .tag {
        height: 19px;
        font-weight: 400;
        font-size: 18px;
        color: #020202; }
    .marketPage .marketPage-main .main-title .main-title-r {
      font-weight: 400;
      font-size: 18px;
      color: #020202; }
  .marketPage .marketPage-main .main-t {
    background: #F5F5F5; }
    .marketPage .marketPage-main .main-t .main-t-box {
      display: flex;
      justify-content: space-between; }
      .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l {
        padding-top: 10px;
        background: #4BAAFB;
        width: 178px;
        height: 445px;
        box-sizing: border-box; }
        .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l .item {
          width: 144px;
          margin: auto;
          text-indent: 10px;
          font-weight: 400;
          font-size: 18px;
          color: #FFFFFF;
          line-height: 45px; }
          .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l .item:hover {
            color: #262525;
            background: #F5F5F5; }
        .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l .cur {
          color: #262525;
          background: #F5F5F5; }
      .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r {
        flex: 1; }
        .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box {
          display: flex;
          /*justify-content: space-between;*/
          flex-wrap: wrap; }
          .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item {
            margin-left: 32px;
            margin-bottom: 32px;
            width: 292px;
            height: 206px;
            background: #FFFFFF;
            border-radius: 5px;
            box-shadow: 0 0 15px #d9d9d9;
            overflow: hidden;
            text-align: center; }
            .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item:hover {
              animation: headShake 1s ease; }
            .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item img {
              margin-top: 14px;
              width: 267px;
              height: 148px; }
            .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item .name {
              width: 267px;
              margin: auto;
              font-weight: 400;
              font-size: 16px;
              color: #020202;
              text-align: center;
              line-height: 44px; }
  .marketPage .marketPage-main .main-b .main-b-box {
    display: flex;
    justify-content: space-between; }
    .marketPage .marketPage-main .main-b .main-b-box .item {
      margin-bottom: 33px;
      width: 338px;
      background: #FFFFFF;
      border-radius: 5px;
      box-shadow: 0 0 15px #d9d9d9;
      overflow: hidden;
      position: relative;
      box-sizing: border-box;
      padding: 24px; }
      .marketPage .marketPage-main .main-b .main-b-box .item:hover {
        animation: headShake 1s ease; }
      .marketPage .marketPage-main .main-b .main-b-box .item .tab-box {
        position: absolute;
        transform: rotate(45deg) translateX(-120%) translateY(0%);
        width: 66px;
        height: 66px;
        background: #4BAAFB;
        color: #fff; }
        .marketPage .marketPage-main .main-b .main-b-box .item .tab-box .tag {
          position: absolute;
          right: 7px;
          bottom: 24px;
          transform: rotate(-45deg);
          font-size: 14px;
          color: #FFFFFF; }
      .marketPage .marketPage-main .main-b .main-b-box .item .name {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #4BAAFB;
        line-height: 30px; }
      .marketPage .marketPage-main .main-b .main-b-box .item .text {
        font-size: 16px;
        color: #262525;
        line-height: 28px; }
        .marketPage .marketPage-main .main-b .main-b-box .item .text span {
          font-weight: bold; } }
.detectionPage .banner {
  height: 516px; }
  .detectionPage .banner .big {
    padding-top: 145px;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF; }
  .detectionPage .banner .small {
    padding-top: 66px;
    font-weight: 400;
    font-size: 30px;
    color: #fff; }
.detectionPage .detectionPage-main .router {
  padding-top: 42px;
  height: 17px;
  font-weight: 400;
  font-size: 16px;
  color: #707070; }
.detectionPage .detectionPage-main .box {
  margin-top: 78px;
  display: flex; }
  .detectionPage .detectionPage-main .box .left .item {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #393333;
    line-height: 54px;
    width: 200px;
    text-indent: 30px;
    border-left: 8px solid #fff;
    background: #fff; }
    .detectionPage .detectionPage-main .box .left .item:hover {
      border-left: 8px solid #4BAAFB;
      background: linear-gradient(to right, rgba(75, 170, 251, 0.4), rgba(255, 255, 255, 0)); }
  .detectionPage .detectionPage-main .box .left .te {
    border-left: 8px solid #4BAAFB;
    background: linear-gradient(to right, rgba(75, 170, 251, 0.4), rgba(255, 255, 255, 0)); }
  .detectionPage .detectionPage-main .box .right .r-t {
    background: #F0F0F2;
    display: flex; }
    .detectionPage .detectionPage-main .box .right .r-t img {
      width: 484px;
      height: 363px; }
    .detectionPage .detectionPage-main .box .right .r-t .r-t-r {
      padding: 50px; }
      .detectionPage .detectionPage-main .box .right .r-t .r-t-r .name {
        width: 516px;
        font-weight: bold;
        font-size: 26px;
        color: #060606;
        line-height: 26px;
        margin-bottom: 30px; }
      .detectionPage .detectionPage-main .box .right .r-t .r-t-r .item {
        display: flex;
        margin-bottom: 10px; }
        .detectionPage .detectionPage-main .box .right .r-t .r-t-r .item .item-name {
          width: 90px;
          font-size: 16px;
          font-weight: bold;
          color: #060606;
          line-height: 30px; }
        .detectionPage .detectionPage-main .box .right .r-t .r-t-r .item .item-text {
          width: 594px;
          font-weight: 400;
          font-size: 16px;
          color: #393333;
          line-height: 30px; }
  .detectionPage .detectionPage-main .box .right .tab {
    display: flex;
    justify-content: space-between;
    margin-top: 42px; }
    .detectionPage .detectionPage-main .box .right .tab .item {
      flex: 1;
      font-weight: bold;
      font-size: 20px;
      color: #393333;
      line-height: 48px;
      border-bottom: 4px solid #D9D9D6;
      text-align: center; }
      .detectionPage .detectionPage-main .box .right .tab .item:hover {
        color: #4BAAFB;
        border-bottom: 4px solid #4BAAFB;
        cursor: pointer; }
    .detectionPage .detectionPage-main .box .right .tab .te {
      color: #4BAAFB;
      border-bottom: 4px solid #4BAAFB; }
  .detectionPage .detectionPage-main .box .right .content {line-height: 30px;font-size: 16px;padding: 10px 0px;}
  .detectionPage .detectionPage-main .box .right .content .font{font-size: 16px;}	  
  .detectionPage .detectionPage-main .box .right .content h3{font-size: 20px;line-height: 50px;margin-top: 10px;}	  	  
@media screen and (max-width: 1200px) {
  .marketPage {
    padding-bottom: 0.6666666667rem; }
    .marketPage .banner .big {
      padding-top: 0.75rem;
      font-weight: bold;
      font-size: 0.5rem;
      color: #FFFFFF; }
    .marketPage .banner .small {
      padding-top: 0.6rem;
      font-weight: 400;
      font-size: 0.3333333333rem;
      color: #fff; }
    .marketPage .marketPage-main .more {
      margin: auto;
      margin-bottom: 0.5833333333rem;
      width: 2.6833333333rem;
      height: 0.8rem;
      background: #FFFFFF;
      border-radius: 0.4rem;
      border: 1px solid #4BAAFB;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #4BAAFB;
      line-height: 0.8rem;
      text-align: center;
      cursor: pointer; }
    .marketPage .marketPage-main .router {
      padding-top: 0.7rem;
      width: 3.4666666667rem;
      height: 0.2833333333rem;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #707070; }
    .marketPage .marketPage-main .main-title {
      margin-top: 0.6666666667rem;
      margin-bottom: 0.3333333333rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .marketPage .marketPage-main .main-title .main-title-l {
        display: flex;
        align-items: center; }
        .marketPage .marketPage-main .main-title .main-title-l .line {
          width: 0.1rem;
          height: 0.6666666667rem;
          background: #4BAAFB;
          border-radius: 0.05rem; }
        .marketPage .marketPage-main .main-title .main-title-l .name {
          margin-left: 0.3rem;
          margin-right: 0.9166666667rem;
          font-weight: bold;
          font-size: 0.3666666667rem;
          color: #282727; }
        .marketPage .marketPage-main .main-title .main-title-l .tag {
          height: 0.3166666667rem;
          font-weight: 400;
          font-size: 0.3rem;
          color: #020202;}
      .marketPage .marketPage-main .main-title .main-title-r {
        font-weight: 400;
        font-size: 0.3rem;
        color: #020202; }
    .marketPage .marketPage-main .main-t {
      background: #F5F5F5;
      padding-bottom: 0.5rem; }
      .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l {
        padding-top: 0.1666666667rem;
        background: #4BAAFB;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l .item {
          width: 2.4rem;
          margin: auto;
          text-indent: 0.1666666667rem;
          font-weight: 400;
          font-size: 0.3rem;
          color: #FFFFFF;
          line-height: 0.75rem; }
          .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l .item:hover {
            color: #262525;
            background: #F5F5F5; }
        .marketPage .marketPage-main .main-t .main-t-box .main-t-box-l .cur {
          color: #262525;
          background: #F5F5F5; }
      .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0.5rem; }
        .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item {
          margin-bottom: 0.5333333333rem;
          width: 4.6666666667rem;
          height: 3.4333333333rem;
          background: #FFFFFF;
          border-radius: 0.0833333333rem;
          box-shadow: 0 0 0.25rem #d9d9d9;
          overflow: hidden;
          text-align: center; }
          .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item:hover {
            animation: headShake 1s ease; }
          .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item img {
            margin-top: 0.2333333333rem;
            width: 4.45rem;
            height: 2.4666666667rem; }
          .marketPage .marketPage-main .main-t .main-t-box .main-t-box-r .main-t-box-r-box .item .name {
            width: 4.45rem;
            margin: auto;
            font-weight: 400;
            font-size: 0.2666666667rem;
            color: #020202;
            text-align: center;
            line-height: 0.7333333333rem; }
    .marketPage .marketPage-main .main-b .main-b-box .item {
      margin-bottom: 0.55rem;
      background: #FFFFFF;
      border-radius: 0.0833333333rem;
      box-shadow: 0 0 0.25rem #d9d9d9;
      overflow: hidden;
      position: relative;
      box-sizing: border-box;
      padding: 0.4rem; }
      .marketPage .marketPage-main .main-b .main-b-box .item:hover {
        animation: headShake 1s ease; }
      .marketPage .marketPage-main .main-b .main-b-box .item .tab-box {
        position: absolute;
        transform: rotate(45deg) translateX(-120%) translateY(0%);
        width: 1.1rem;
        height: 1.1rem;
        background: #4BAAFB;
        color: #fff; }
        .marketPage .marketPage-main .main-b .main-b-box .item .tab-box .tag {
          position: absolute;
          right: 0.1166666667rem;
          bottom: 0.4rem;
          transform: rotate(-45deg);
          font-size: 0.2333333333rem;
          color: #FFFFFF; }
      .marketPage .marketPage-main .main-b .main-b-box .item .name {
        margin-bottom: 0.1666666667rem;
        font-weight: bold;
        font-size: 0.3rem;
        color: #4BAAFB;
        line-height: 0.5rem; }
      .marketPage .marketPage-main .main-b .main-b-box .item .text {
        font-size: 0.2666666667rem;
        color: #262525;
        line-height: 0.4666666667rem; }
        .marketPage .marketPage-main .main-b .main-b-box .item .text span {
          font-weight: bold; } }

@media screen and (min-width: 1200px) {
  .onePage .banner {
    height: 516px; }
  .onePage .banner .big {
    padding-top: 145px;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF; }
  .onePage .banner .small {
    padding-top: 66px;
    font-weight: 400;
    font-size: 30px;
    color: #fff; }
  .onePage .onePage-main .router {
    padding-top: 42px;
    width: 208px;
    height: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #707070; }
  .onePage .onePage-main .main-title {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
  .onePage .onePage-main .main-title .main-title-l {
    display: flex;
    align-items: center; }
  .onePage .onePage-main .main-title .main-title-l .line {
    width: 6px;
    height: 40px;
    background: #4BAAFB;
    border-radius: 3px; }
  .onePage .onePage-main .main-title .main-title-l .name {
    margin-left: 18px;
    margin-right: 55px;
    font-weight: bold;
    font-size: 22px;
    color: #282727; }
  .onePage .onePage-main .main-title .main-title-l .tag {
    height: 19px;
    font-weight: 400;
    font-size: 18px;
    color: #020202;
    font-style: italic; }
  .onePage .onePage-main .main-title .main-title-r {
    font-weight: 400;
    font-size: 18px;
    color: #020202;
    font-style: italic; }
  .onePage .onePage-main .catalog {
    padding: 22px 38px;
    box-sizing: border-box;
    height: 150px;
    background: linear-gradient(0deg, #ffffff, #f2f6fe);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    margin-top: 48px; }
  .onePage .onePage-main .catalog .catalogOne {
    margin-bottom: 20px; }
  .onePage .onePage-main .catalog .catalogOne .title {
    font-size: 14px;
    font-weight: 400;
    color: #3e3c3c;
    line-height: 22px;
    margin-right: 30px; }
  .onePage .onePage-main .catalog .catalogOne .form-main {
    flex: 1;
    line-height: 14px; }
  .onePage .onePage-main .catalog .catalogOne .form-main .ant-checkbox-wrapper {
    margin-bottom: 12px; }
  .onePage .onePage-main .catalog .catalogOne .form-main .text-box .item {
    font-size: 14px;
    line-height: 31px;
    font-weight: 400;
    color: #3e3c3c;
    margin-right: 40px;
    margin-bottom: 12px; }
  .onePage .onePage-main .catalog .catalogOne .button {
    cursor: pointer;
    width: 82px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #3e3c3c;
    line-height: 26px;
    text-align: center;
    margin-left: 64px; }
  .onePage .onePage-main .catalog .catalogOne .activeBox .ant-checkbox {
    display: none; }
  .onePage .onePage-main .catalog2 {
    margin-top: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #3e3c3c;
    line-height: 40px;
    background: linear-gradient(0deg, #ffffff, #f2f6fe);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 22px 38px;
    align-items: center; }
  .onePage .onePage-main .catalog2 .datalog2-l .l-item {
    width: 97px;
    height: 28px;
    line-height: 26px;
    background: #ffffff;
    border: 1px solid #b5b5b5;
    border-radius: 13px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer; }
  .onePage .onePage-main .catalog2 .datalog2-l .l-item .triangle {
    margin-left: 4px; }
  .onePage .onePage-main .catalog2 .datalog2-l .l-item .triangle .top {
    width: 0;
    height: 0;
    margin-bottom: 2px;
    border: 6px solid;
    border-color: transparent transparent #d9d9d9 transparent; }
  .onePage .onePage-main .catalog2 .datalog2-l .l-item .triangle .bottom {
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #2099fe transparent transparent transparent; }
  .onePage .onePage-main .catalog2 .datalog2-l .active {
    background: #2099fe;
    border: 1px solid #2099fe; }
  .onePage .onePage-main .catalog2 .datalog2-l .active-arrow .triangle .top {
    width: 0;
    height: 0;
    margin-bottom: 2px;
    border: 6px solid;
    border-color: transparent transparent #2099fe transparent; }
  .onePage .onePage-main .catalog2 .datalog2-l .active-arrow .triangle .bottom {
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #d9d9d9 transparent transparent transparent; }
  .onePage .onePage-main .catalog2 .datalog2-c .text {
    margin-right: 8px; }
  .onePage .onePage-main .catalog2 .button {
    cursor: pointer;
    width: 82px;
    height: 28px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-left: 64px;
    background: #2099fe;
    border: 1px solid #2099fe; }
  .onePage .onePage-main .main-b .main-b-box {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap; }
  .onePage .onePage-main .main-b .main-b-box .item {
    margin-right: 31px;
    margin-bottom: 32px;
    width: 345px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 15px #d9d9d9;
    overflow: hidden;
    text-align: center; }
  .onePage .onePage-main .main-b .main-b-box .item:hover {
    animation: headShake 1s ease; }
  .onePage .onePage-main .main-b .main-b-box .item img {
    margin-top: 14px;
    width: 309px;
    height: 171px; }
  .onePage .onePage-main .main-b .main-b-box .item .name {
    width: 267px;
    margin: auto;
    font-weight: 400;
    font-size: 16px;
    color: #020202;
    text-align: center;
    line-height: 44px; }
  .onePage .onePage-main .main-b .main-b-box .item:nth-child(4n) {
    margin-right: 0; } }


@media screen and (min-width: 1200px) {
  .twoPage .banner {
    height: 516px; }
  .twoPage .banner .big {
    padding-top: 145px;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF; }
  .twoPage .banner .small {
    padding-top: 66px;
    font-weight: 400;
    font-size: 30px;
    color: #fff; }
  .twoPage .twoPage-main .router {
    padding-top: 42px;
    width: 208px;
    height: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #707070; }
  .twoPage .twoPage-main .main-title {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
  .twoPage .twoPage-main .main-title .main-title-l {
    display: flex;
    align-items: center; }
  .twoPage .twoPage-main .main-title .main-title-l .line {
    width: 6px;
    height: 40px;
    background: #4BAAFB;
    border-radius: 3px; }
  .twoPage .twoPage-main .main-title .main-title-l .name {
    margin-left: 18px;
    margin-right: 55px;
    font-weight: bold;
    font-size: 22px;
    color: #282727; }
  .twoPage .twoPage-main .main-title .main-title-l .tag {
    height: 19px;
    font-weight: 400;
    font-size: 18px;
    color: #020202;
    font-style: italic; }
  .twoPage .twoPage-main .main-title .main-title-r {
    font-weight: 400;
    font-size: 18px;
    color: #020202;
    font-style: italic; }
  .twoPage .twoPage-main .catalog {
    padding: 22px 38px;
    box-sizing: border-box;
    height: 150px;
    background: linear-gradient(0deg, #ffffff, #f2f6fe);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    margin-top: 48px; }
  .twoPage .twoPage-main .catalog .catalogOne {
    margin-bottom: 20px; }
  .twoPage .twoPage-main .catalog .catalogOne .title {
    font-size: 14px;
    font-weight: 400;
    color: #3e3c3c;
    line-height: 22px;
    margin-right: 30px; }
  .twoPage .twoPage-main .catalog .catalogOne .form-main {
    flex: 1;
    line-height: 14px; }
  .twoPage .twoPage-main .catalog .catalogOne .form-main .ant-checkbox-wrapper {
    margin-bottom: 12px; }
  .twoPage .twoPage-main .catalog .catalogOne .form-main .text-box .item {
    font-size: 14px;
    line-height: 31px;
    font-weight: 400;
    color: #3e3c3c;
    margin-right: 40px;
    margin-bottom: 12px; }
  .twoPage .twoPage-main .catalog .catalogOne .button {
    cursor: pointer;
    width: 82px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #3e3c3c;
    line-height: 26px;
    text-align: center;
    margin-left: 64px; }
  .twoPage .twoPage-main .catalog .catalogOne .activeBox .ant-checkbox {
    display: none; }
  .twoPage .twoPage-main .catalog2 {
    margin-top: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #3e3c3c;
    line-height: 40px;
    background: linear-gradient(0deg, #ffffff, #f2f6fe);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 22px 38px;
    align-items: center; }
  .twoPage .twoPage-main .catalog2 .datalog2-l .l-item {
    width: 97px;
    height: 28px;
    line-height: 26px;
    background: #ffffff;
    border: 1px solid #b5b5b5;
    border-radius: 13px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer; }
  .twoPage .twoPage-main .catalog2 .datalog2-l .l-item .triangle {
    margin-left: 4px; }
  .twoPage .twoPage-main .catalog2 .datalog2-l .l-item .triangle .top {
    width: 0;
    height: 0;
    margin-bottom: 2px;
    border: 6px solid;
    border-color: transparent transparent #d9d9d9 transparent; }
  .twoPage .twoPage-main .catalog2 .datalog2-l .l-item .triangle .bottom {
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #2099fe transparent transparent transparent; }
  .twoPage .twoPage-main .catalog2 .datalog2-l .active {
    background: #2099fe;
    border: 1px solid #2099fe; }
  .twoPage .twoPage-main .catalog2 .datalog2-l .active-arrow .triangle .top {
    width: 0;
    height: 0;
    margin-bottom: 2px;
    border: 6px solid;
    border-color: transparent transparent #2099fe transparent; }
  .twoPage .twoPage-main .catalog2 .datalog2-l .active-arrow .triangle .bottom {
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #d9d9d9 transparent transparent transparent; }
  .twoPage .twoPage-main .catalog2 .datalog2-c .text {
    margin-right: 8px; }
  .twoPage .twoPage-main .catalog2 .button {
    cursor: pointer;
    width: 82px;
    height: 28px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-left: 64px;
    background: #2099fe;
    border: 1px solid #2099fe; }
  .twoPage .twoPage-main .main-b .main-b-box {
    margin-top: 60px;
    display: flex; }
  .twoPage .twoPage-main .main-b .main-b-box .item {
    margin-right: 40px;
    margin-bottom: 33px;
    width: 338px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 15px #d9d9d9;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 24px; }
  .twoPage .twoPage-main .main-b .main-b-box .item:nth-child(4n) {
    margin-right: 0; }
  .twoPage .twoPage-main .main-b .main-b-box .item:hover {
    animation: headShake 1s ease; }
  .twoPage .twoPage-main .main-b .main-b-box .item .tab-box {
    position: absolute;
    transform: rotate(45deg) translateX(-120%) translateY(0%);
    width: 66px;
    height: 66px;
    background: #4BAAFB;
    color: #fff; }
  .twoPage .twoPage-main .main-b .main-b-box .item .tab-box .tag {
    position: absolute;
    right: 7px;
    bottom: 24px;
    transform: rotate(-45deg);
    font-size: 14px;
    color: #FFFFFF; }
  .twoPage .twoPage-main .main-b .main-b-box .item .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #4BAAFB;
    line-height: 30px; }
  .twoPage .twoPage-main .main-b .main-b-box .item .text {
    font-size: 16px;
    color: #262525;
    line-height: 28px; }
  .twoPage .twoPage-main .main-b .main-b-box .item .text span {
    font-weight: bold; }
  .dialog-top {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    height: 105px;
    background: linear-gradient(0deg, #FEFFFF, #F3F6FE);
    box-shadow: 0px 5px 7px 0px rgba(4, 0, 0, 0.15);
    border-radius: 5px; }
  .dialog-top .item {
    flex: 1; }
  .dialog-top .item .item-t {
    font-weight: 400;
    font-size: 30px;
    color: #218FDF;
    line-height: 48px; }
  .dialog-top .item .item-b {
    font-weight: 400;
    font-size: 18px;
    color: #767778;
    line-height: 48px; }
  .dialog-top .line {
    width: 1px;
    height: 69px;
    background: #C9CDD0; }

  .remark-bottom {
    display: flex;
    justify-content: space-between; }
  .remark-bottom .left {
    width: 381px;
    height: 154px;
    background: #D3D7DA;
    padding: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #404244;
    line-height: 24px;
    box-sizing: border-box;
    overflow: auto; }
  .remark-bottom .right {
    width: 381px;
    height: 154px;
    box-sizing: border-box;
    border: 1px solid #D3D7DA; }
  .remark-bottom .right .right-t {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: #218FDF; }
  .remark-bottom .right .right-content {
    padding: 10px;
    line-height: 19px;
    max-height: 92px;
    overflow: auto; }

  .el-form--label-top .el-form-item__label {
    color: #218FDF; }

  .btn-box {
    display: flex;
    position: absolute;
    right: 40px;
    top: 210px; }
  .btn-box .btn {
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 141px;
    height: 35px;
    background: #F1F5FC;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #3C3838; }
  .btn-box .btn img {
    margin-right: 8px; } }

@media screen and (min-width: 1200px) {
  .threePage .banner {
    height: 516px; }
  .threePage .banner .big {
    padding-top: 145px;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF; }
  .threePage .banner .small {
    padding-top: 66px;
    font-weight: 400;
    font-size: 30px;
    color: #fff; }
  .threePage .supplyTwo {
    margin-bottom: 90px;
    margin-top: 80px; }
  .threePage .supplyTwo .article {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #5e5959;
    line-height: 28px;
    text-align: justify; }
  .threePage .supplyTwo .article img{
    max-width: 100%;
  }
  .threePage .supplyTwo .title {
    margin-top: 52px; }
  .threePage .supplyTwo .title .text {
    font-size: 30px;
    font-weight: bold;
    color: #232f3d;
    line-height: 30px; }
  .threePage .supplyTwo .title .text:after {
    margin-top: 24px;
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: #ff9900; }
  .threePage .supplyTwo .title .line {
    height: 1px;
    background: #bfbfbf;
    opacity: 0.38; }
  .threePage .supplyTwo .supplyTwo-t {
    margin-top: 16px; }
  .threePage .supplyTwo .supplyTwo-t .t-l {
    width: 515px; }
  .threePage .supplyTwo .supplyTwo-t .t-l .bigImg {
    width: 100%; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box {
    position: relative;
    padding: 0 22px;
    margin-top: 14px; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 {
    position: relative;
    width: 515px;
    box-sizing: border-box; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 .swiper-wrapper .swiper-slide img {
    border-radius: 5px;
    border: 2px solid #fff;
    width: 72px;
    height: 56px;
    margin-left: 2px; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 .swiper-wrapper .swiper-slide .te {
    border: 2px solid #fe9900; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper-button-prev {
    height: 20px;
    top: 72%;
    background-size: cover; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper-button-next {
    height: 20px;
    top: 72%;
    background-size: cover; }
  .threePage .supplyTwo .supplyTwo-t .t-c {
    flex-direction: column; }
  .threePage .supplyTwo .supplyTwo-t .t-c .bigT {
    font-size: 30px;
    font-weight: bold;
    color: #26303c;
    line-height: 30px;
    margin-left: 8px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .threePage .supplyTwo .supplyTwo-t .t-c .t-c-c {
    margin-left: 8px;
    font-size: 16px;
    color: #131212;
    line-height: 36px; }
  .threePage .supplyTwo .supplyTwo-t .t-r {
    width: 378px;
    background: linear-gradient(0deg, #ffffff, #eaf8f9);
    border: 1px solid #dcdcdc;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 22px; }
  .threePage .supplyTwo .supplyTwo-t .t-r .bigT {
    font-size: 18px;
    font-weight: bold;
    color: #26303c;
    line-height: 18px;
    margin-top: 34px; }
  .threePage .supplyTwo .supplyTwo-t .t-r .tag-box .tag {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #149cda;
    line-height: 22px;
    background: #eaf8f9;
    border-radius: 2px;
    padding: 0 5px;
    margin-right: 6px; }
  .threePage .supplyTwo .supplyTwo-t .t-r .smallT {
    font-size: 16px;
    font-weight: bold;
    color: #26303c;
    line-height: 16px;
    margin-top: 20px; }
  .threePage .supplyTwo .supplyTwo-t .t-r .text {
    font-size: 12px;
    font-weight: 400;
    color: #6a717a;
    line-height: 20px;
    margin-top: 10px; } }

@media screen and (max-width: 1200px) {
  .threePage .banner {
    height: 8.6rem; }
  .threePage .banner .big {
    padding-top: 2.4166666667rem;
    font-weight: bold;
    font-size: 1rem;
    color: #FFFFFF; }
  .threePage .banner .small {
    padding-top: 1.1rem;
    font-weight: 400;
    font-size: 0.5rem;
    color: #fff; }
  .threePage .supplyTwo {
    margin-bottom: 1.5rem;
    margin-top: 1.3333333333rem; }
  .threePage .supplyTwo .article {
    margin-top: 0.5333333333rem;
    font-size: 0.2666666667rem;
    font-weight: 400;
    color: #5e5959;
    line-height: 0.4666666667rem;
    text-align: justify; }
  .threePage .supplyTwo .article img{
    max-width: 100%;
  }
  .threePage .supplyTwo .title {
    margin-top: 0.8666666667rem; }
  .threePage .supplyTwo .title .text {
    font-size: 0.5rem;
    font-weight: bold;
    color: #232f3d;
    line-height: 0.5rem; }
  .threePage .supplyTwo .title .text:after {
    margin-top: 0.4rem;
    content: "";
    display: block;
    width: 2rem;
    height: 0.05rem;
    background: #ff9900; }
  .threePage .supplyTwo .title .line {
    height: 1px;
    background: #bfbfbf;
    opacity: 0.38; }
  .threePage .supplyTwo .supplyTwo-t {
    margin-top: 0.2666666667rem;
    display: block; }
  .threePage .supplyTwo .supplyTwo-t .t-l .bigImg {
    width: 100%; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box {
    position: relative;
    padding: 0 0.3666666667rem;
    margin-top: 0.2333333333rem; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 {
    position: relative;
    box-sizing: border-box; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 .swiper-wrapper .swiper-slide img {
    border-radius: 0.0833333333rem;
    border: 0.0333333333rem solid #fff;
    width: 1.2rem;
    height: 0.9333333333rem;
    margin-left: 0.0333333333rem; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper2 .swiper-wrapper .swiper-slide .te {
    border: 0.0333333333rem solid #fe9900; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper-button-prev {
    height: 0.3333333333rem;
    top: 95%;
    background-size: cover; }
  .threePage .supplyTwo .supplyTwo-t .t-l .swiper-box .swiper-button-next {
    height: 0.3333333333rem;
    top: 95%;
    background-size: cover; }
  .threePage .supplyTwo .supplyTwo-t .t-c {
    margin-top: 0.6666666667rem;
    flex-direction: column; }
  .threePage .supplyTwo .supplyTwo-t .t-c .bigT {
    font-size: 0.5rem;
    font-weight: bold;
    color: #26303c;
    line-height: 0.5rem;
    margin-left: 0.1333333333rem;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }
  .threePage .supplyTwo .supplyTwo-t .t-c .t-c-c {
    margin-left: 0.1333333333rem;
    font-size: 0.2666666667rem;
    color: #131212;
    line-height: 0.6rem; }
  .threePage .supplyTwo .supplyTwo-t .t-r {
    background: linear-gradient(0deg, #ffffff, #eaf8f9);
    border: 1px solid #dcdcdc;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.23);
    border-radius: 0.1666666667rem;
    box-sizing: border-box;
    padding: 0.3666666667rem; }
  .threePage .supplyTwo .supplyTwo-t .t-r .bigT {
    font-size: 0.3rem;
    font-weight: bold;
    color: #26303c;
    line-height: 0.3rem;
    margin-top: 0.5666666667rem; }
  .threePage .supplyTwo .supplyTwo-t .t-r .tag-box .tag {
    margin-top: 0.1666666667rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #149cda;
    line-height: 0.3666666667rem;
    background: #eaf8f9;
    border-radius: 0.0333333333rem;
    padding: 0 0.0833333333rem;
    margin-right: 0.1rem; }
  .threePage .supplyTwo .supplyTwo-t .t-r .smallT {
    font-size: 0.2666666667rem;
    font-weight: bold;
    color: #26303c;
    line-height: 0.2666666667rem;
    margin-top: 0.3333333333rem; }
  .threePage .supplyTwo .supplyTwo-t .t-r .text {
    font-size: 0.2rem;
    font-weight: 400;
    color: #6a717a;
    line-height: 0.3333333333rem;
    margin-top: 0.1666666667rem; } }


.deliverySevice {
  background: #F8F8FC;
  padding: 60px 0; }
.deliverySevice .form-box {
  width: 1482px;
  margin: auto;
  padding: 42px 80px;
  box-sizing: border-box;
  background: #fff; }
.deliverySevice .form-box .form-t {
  background: #F6F8FA;
  display: flex;
  height: 148px; }
.deliverySevice .form-box .form-t .item {
  flex: 1; }
.deliverySevice .form-box .form-t .item1 {
  background: #E1E9F7;
  text-align: center;
  height: 148px; }
.deliverySevice .form-box .form-t .item1 .item-t {
  height: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #093A97;
  line-height: 16px;
  padding-top: 26px; }
.deliverySevice .form-box .form-t .item1 .item1-b {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
.deliverySevice .form-box .form-t .item1 .item1-b img {
  margin-right: 30px; }
.deliverySevice .form-box .form-t .item1 .item1-b .item-b-r {
  height: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #595A5C; }
.deliverySevice .form-box .form-t .item2 {
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center; }
.deliverySevice .form-box .form-t .item2 .left img {
  margin-right: 15px;
  padding-left: 15px;}
.deliverySevice .form-box .form-t .item2 .right {
  display: flex;
  justify-content: center;
  align-items: center; }
.deliverySevice .form-box .form-t .item2 .right .step .circle {
  width: 10px;
  height: 10px;
  background: #F5F5F5;
  border-radius: 50%;
  border: 1px solid #4BAAFB;
  margin: auto; }
.deliverySevice .form-box .form-t .item2 .right .step .line {
  margin: auto;
  height: 53px;
  width: 0;
  border-right: 2px dashed #524F4F; }
.deliverySevice .form-box .form-t .item2 .right .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
  margin-left: 10px; }
.deliverySevice .form-box .form-t .item2 .right .text-box .text {
  font-weight: bold;
  font-size: 16px;
  color: #524F4F;
  line-height: 16px; }
.deliverySevice .form-box .form-t .text-item {
  display: flex;
  align-items: center;
  justify-content: center; }
.deliverySevice .form-box .form-t .text-item .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
  margin-left: 10px; }
.deliverySevice .form-box .form-t .text-item .text-box .text {
  font-size: 16px;
  color: #524F4F;
  line-height: 16px; }
.deliverySevice .form-box .input-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center; }
.deliverySevice .form-box .input-box .item {
  background: #F6F8FA;
  width: 251px; }
.deliverySevice .form-box .input-box .item .item-t {
  height: 62px;
  background: #093A97;
  border-radius: 6px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 62px; }
.deliverySevice .form-box .input-box .item .item-c {
  margin-top: 20px; }
.deliverySevice .form-box .input-box .item .item-b {
  font-weight: bold;
  font-size: 24px;
  color: #FB0A4D;
  line-height: 58px; }
.deliverySevice .form-box .name {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #093A97;
  line-height: 30px; }
.deliverySevice .form-box .iconList {
  display: flex;
  flex-wrap: wrap; }
.deliverySevice .form-box .iconList .item {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 87px;
  background: #F6F8FA;
  border-radius: 5px;
  border: 2px solid #CBD0D9;
  margin-right: 30px; }
.deliverySevice .form-box .iconList .item .imgBox {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
.deliverySevice .form-box .iconList .item .text {
  font-size: 16px;
  color: #767779;
  line-height: 16px; }
.deliverySevice .form-box .iconList .item .gou {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #038DFD;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  right: -17px;
  top: -17px;
  display: none; }
.deliverySevice .form-box .iconList .cur {
  border: 2px solid #093A97; }
.deliverySevice .form-box .iconList .cur .text {
  color: #093A97; }
.deliverySevice .form-box .iconList .cur .gou {
  display: flex; }
.deliverySevice .form-box .form-content {
  margin-top: 40px; }
.deliverySevice .form-box .form-content .item {
  display: flex; }
.deliverySevice .form-box .form-content .item .item-name {
  background: #093A97;
  width: 101px;
  height: 35px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px; }
.deliverySevice .form-box .table-header th {
  text-align: center;
  background: #093A97;
  color: #fff; }
.deliverySevice .form-box .el-table tr {
  background: #F6F8FA; }
.deliverySevice .form-box .all {
  display: flex;
  justify-content: space-between;
  padding: 0 38px;
  line-height: 38px;
  background: #D6DEED; }
.deliverySevice .form-box .all .left {
  font-weight: bold;
  font-size: 16px;
  color: #093A97; }
.deliverySevice .form-box .all .left span {
  color: #F70E1E; }
.deliverySevice .form-box .all .right {
  font-weight: 400;
  font-size: 15px;
  color: #454545; }
.deliverySevice .form-box .remark {
  margin-top: 3px;
  height: 65px;
  background: #F1F1F1;
  font-weight: 400;
  font-size: 14px;
  color: #595757;
  line-height: 24px;
  padding: 10px 34px; }
.deliverySevice .form-box .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 167px;
  justify-content: center;
  background: #F6F8FA;
  margin: 44px 0; }
.deliverySevice .form-box .submit .submit-b {
  margin-top: 40px;
  width: 155px;
  height: 44px;
  background: #093A97;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer; }

/*# sourceMappingURL=main.css.map */
