@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; }

.banner {
  height: px2rem(478);
  background: url("../images/aboutUs/bg.jpg") no-repeat;
  background-size: cover; }
  .banner .left {
    padding-top: px2rem(36); }
    .banner .left img {
      width: px2rem(52);
      height: px2rem(52);
      margin-right: px2rem(20); }
    .banner .left .index-logo-title .cnTitle {
      font-size: px2rem(36);
      color: #ffffff;
      font-size: px2rem(36);
      font-weight: bold; }
    .banner .left .index-logo-title .enTitle {
      margin-top: px2rem(4);
      font-size: px2rem(12);
      font-weight: 400;
      color: #fff;
      line-height: px2rem(12); }
  .banner .right {
    padding-top: px2rem(67); }
    .banner .right .item {
      font-size: px2rem(18);
      font-weight: bold;
      color: #fff;
      line-height: px2rem(18);
      padding-bottom: px2rem(16);
      text-align: center;
      width: px2rem(98); }
      .banner .right .item:hover {
        cursor: pointer;
        color: #4894D0;
        border-bottom: px2rem(2) solid #4894D0; }
    .banner .right .te {
      border-bottom: px2rem(2) solid #4894D0;
      color: #4894D0; }

.contactMe {
  height: px2rem(141);
  background: #2268AC; }
  .contactMe .contactMe-main {
    height: px2rem(141); }
    .contactMe .contactMe-main .left .left-t {
      font-size: px2rem(24);
      color: #F9F8F8;
      line-height: px2rem(24); }
    .contactMe .contactMe-main .left .left-b {
      font-size: px2rem(18);
      color: #F9F8F8;
      line-height: px2rem(18);
      margin-top: px2rem(24); }
    .contactMe .contactMe-main .right {
      width: px2rem(173);
      background: #729ECA;
      border-radius: px2rem(5);
      line-height: px2rem(48);
      color: #fff;
      height: px2rem(48);
      font-size: px2rem(18);
      text-align: center;
      font-weight: bold; }
      .contactMe .contactMe-main .right:hover {
        box-shadow: px2rem(0) px2rem(10) px2rem(40) 0 rgba(223, 223, 223, 0.91); }

.foot {
  height: px2rem(256);
  background: #0a3a95;
  box-sizing: border-box; }
  .foot .main .left {
    padding-top: px2rem(57); }
    .foot .main .left div {
      font-size: px2rem(18);
      color: #FFFFFF;
      line-height: px2rem(44);
      opacity: 0.35; }
  .foot .main .right img {
    width: px2rem(158);
    height: px2rem(158);
    margin-top: px2rem(40); }

.router {
  font-size: px2rem(18);
  font-weight: 400;
  color: #373739;
  margin-top: px2rem(36);
  margin-bottom: px2rem(72); }

                /*!
* 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: 6.2083333333rem;
    margin: auto; }

  .router {
    font-weight: 400;
    font-size: 0.0833333333rem;
    color: #373739;
    line-height: 0.09375rem;
    margin-top: 0.1770833333rem;
    margin-bottom: 0.34375rem; }

  .big-title .big-text {
    font-weight: bold;
    font-size: 0.15625rem;
    color: #595959; }
  .big-title .small-text {
    font-size: 0.0833333333rem;
    color: #A5A0A0;
    margin-top: 0.03125rem; }

  .top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top .left {
      display: flex;
      align-items: center; }
      .top .left .logo {
        width: 0.2916666667rem;
        height: 0.2916666667rem;
        margin-top: 0.0677083333rem;
        margin-bottom: 0.0520833333rem;
        margin-right: 0.09375rem; }
      .top .left .text .big {
        font-weight: normal;
        font-size: 0.1510416667rem;
        color: #222121;
        line-height: 0.1510416667rem; }
      .top .left .text .small {
        font-weight: 400;
        font-size: 0.0677083333rem;
        color: #222121;
        line-height: 0.0677083333rem;
        opacity: 0.54;
        margin-top: 0.0520833333rem; }
    .top .right {
      display: flex;
      justify-content: center; }
      .top .right img {
        width: 0.1302083333rem;
        height: 0.1302083333rem;
        margin-right: 0.0625rem; }
      .top .right .login {
        height: 0.078125rem;
        font-weight: 400;
        font-size: 0.0833333333rem;
        color: #5E6063;
        margin-right: 0.09375rem; }
      .top .right .roll {
        height: 0.078125rem;
        font-weight: 400;
        font-size: 0.0833333333rem;
        color: #5E6063; }

  .header {
    height: 0.2395833333rem;
    background: #ECEEEF;
    display: flex;
    align-items: center; }
    .header > div {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header > div a {
        font-size: 0.09375rem;
        color: #3D3D3D; }
      .header > div .cur {
        color: #2DA2D3;
        font-weight: bold; }

  .banner {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 2.546875rem; }
    .banner .swiper-slide {
      height: 2.546875rem; }
    .banner .swiper-pagination {
      bottom: 0.2291666667rem !important; }
      .banner .swiper-pagination .swiper-pagination-bullet {
        width: 0.3385416667rem;
        height: 0.046875rem;
        background: #279ED0;
        border-radius: 0.0260416667rem;
        opacity: 1; }
      .banner .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }
    .banner .content {
      z-index: 99;
      position: absolute;
      left: 0;
      right: 0;
      top: 0.5208333333rem; }
      .banner .content img {
        margin-bottom: 0.3125rem; }
      .banner .content .btn {
        width: 0.7916666667rem;
        height: 0.234375rem;
        background: #FD5947;
        border-radius: 0.0260416667rem;
        line-height: 0.234375rem;
        text-align: center;
        color: #fff;
        font-size: 0.09375rem;
        cursor: pointer; }

  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8697916667rem;
    background: #F4F6F6; }
    .footer .left {
      display: flex;
      font-weight: 400;
      font-size: 0.0833333333rem;
      color: #5C6060;
      line-height: 0.2083333333rem;
      justify-content: center;
      align-items: center; }
      .footer .left img {
        margin-right: 0.15625rem;
        width: 0.6666666667rem;
        height: 0.6666666667rem; }
    .footer .right {
      display: flex;
      margin-left: 1.40625rem;
      font-weight: 400;
      font-size: 0.0833333333rem;
      color: #5C6060;
      line-height: 0.2083333333rem; }
      .footer .right img {
        margin-top: 0.0520833333rem;
        margin-right: 0.140625rem;
        width: 0.09375rem;
        height: 0.1041666667rem; }

  .index .statistic {
    background: #CCEAF3; }
    .index .statistic > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 0.6197916667rem; }
      .index .statistic > div .item {
        display: flex;
        justify-content: center;
        align-items: center; }
        .index .statistic > div .item img {
          width: 0.3125rem;
          height: 0.3125rem; }
        .index .statistic > div .item .right {
          margin-left: 0.0729166667rem; }
          .index .statistic > div .item .right .r-t {
            display: flex;
            align-items: flex-end; }
            .index .statistic > div .item .right .r-t .bigNumber {
              font-weight: bold;
              font-size: 0.15625rem;
              color: #2DA2D3; }
            .index .statistic > div .item .right .r-t .unit {
              margin-left: 0.0416666667rem;
              line-height: 0.125rem;
              font-size: 0.0729166667rem;
              color: #818181; }
          .index .statistic > div .item .right .text {
            font-size: 0.0729166667rem;
            color: #818181; }
  .index .solve {
    margin-top: 0.3645833333rem; }
    .index .solve .solve-main .tab {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 0.0208333333rem solid #ECEEEF; }
      .index .solve .solve-main .tab .item {
        cursor: pointer;
        font-size: 0.1041666667rem;
        text-align: center;
        flex: 1;
        line-height: 0.2708333333rem;
        color: #595959;
        margin-bottom: -0.0208333333rem; }
      .index .solve .solve-main .tab .cur {
        font-weight: bold;
        border-bottom: 0.0208333333rem solid #FD5947; }
    .index .solve .solve-main .tab-main {
      height: 2.5260416667rem;
      overflow: hidden; }
      .index .solve .solve-main .tab-main .tab-item {
        display: flex; }
        .index .solve .solve-main .tab-main .tab-item .left {
          position: relative;
          background: url("../images/index/5.png");
          background-size: cover;
          width: 1.5625rem;
          height: 2.5260416667rem;
          box-sizing: border-box;
          padding: 0.28125rem 0.1666666667rem; }
          .index .solve .solve-main .tab-main .tab-item .left .name {
            font-weight: bold;
            font-size: 0.0833333333rem;
            color: #FFFFFF;
            line-height: 0.1875rem; }
          .index .solve .solve-main .tab-main .tab-item .left .content {
            position: absolute;
            top: 1.3958333333rem; }
            .index .solve .solve-main .tab-main .tab-item .left .content .content-name {
              font-weight: bold;
              font-size: 0.09375rem;
              color: #FFFFFF;
              padding-bottom: 0.09375rem;
              border-bottom: 0.0052083333rem solid rgba(255, 255, 255, 0.6); }
            .index .solve .solve-main .tab-main .tab-item .left .content .text-box {
              margin-top: 0.1041666667rem; }
              .index .solve .solve-main .tab-main .tab-item .left .content .text-box .content-text {
                font-weight: 400;
                font-size: 0.0729166667rem;
                color: #D5CDCD;
                line-height: 0.1875rem;
                display: flex;
                align-items: center; }
                .index .solve .solve-main .tab-main .tab-item .left .content .text-box .content-text:before {
                  content: '';
                  display: block;
                  width: 0.0208333333rem;
                  height: 0.0208333333rem;
                  background: #fff;
                  border-radius: 50%;
                  margin-right: 0.0364583333rem; }
        .index .solve .solve-main .tab-main .tab-item .right {
          box-sizing: border-box;
          flex: 1;
          padding: 0.1302083333rem 0.1979166667rem;
          background: url("../images/index/21.png");
          background-size: cover; }
          .index .solve .solve-main .tab-main .tab-item .right .sequence {
            position: relative;
            margin-top: 0.15625rem;
            text-align: center;
            display: flex;
            justify-content: space-between; }
            .index .solve .solve-main .tab-main .tab-item .right .sequence .sequence-line {
              position: absolute;
              width: 100%;
              border-bottom: 0.0104166667rem dashed #D3D3D3;
              top: 0.4427083333rem; }
            .index .solve .solve-main .tab-main .tab-item .right .sequence .item {
              position: relative;
              z-index: 2;
              display: flex;
              flex-direction: column;
              align-items: center; }
              .index .solve .solve-main .tab-main .tab-item .right .sequence .item .imgBox {
                width: 0.328125rem;
                line-height: 0.328125rem;
                background: #FFFFFF;
                border-radius: 50%; }
                .index .solve .solve-main .tab-main .tab-item .right .sequence .item .imgBox img {
                  width: 0.2083333333rem;
                  height: 0.2083333333rem; }
              .index .solve .solve-main .tab-main .tab-item .right .sequence .item .dot {
                margin-top: 0.09375rem;
                width: 0.0572916667rem;
                height: 0.0572916667rem;
                background: #595959;
                border-radius: 50%; }
              .index .solve .solve-main .tab-main .tab-item .right .sequence .item .text1 {
                margin-top: 0.1145833333rem;
                font-size: 0.09375rem;
                color: #595959;
                line-height: 0.09375rem; }
              .index .solve .solve-main .tab-main .tab-item .right .sequence .item .text2 {
                margin-top: 0.0625rem;
                font-size: 0.09375rem;
                color: #595959;
                line-height: 0.09375rem; }
          .index .solve .solve-main .tab-main .tab-item .right .right-name {
            font-weight: bold;
            font-size: 0.09375rem;
            color: #464A4B;
            line-height: 0.1302083333rem;
            display: flex;
            margin-bottom: 0.1041666667rem; }
            .index .solve .solve-main .tab-main .tab-item .right .right-name:before {
              content: '';
              display: inline-block;
              width: 0.046875rem;
              height: 0.1302083333rem;
              background: #FD5947;
              border-radius: 0.0260416667rem;
              margin-right: 0.0677083333rem; }
      .index .solve .solve-main .tab-main .tab-item1 .right .output {
        margin-top: 0.15625rem; }
        .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-head {
          text-align: center;
          display: flex;
          justify-content: space-between;
          background: #B6E8F6;
          font-weight: bold;
          font-size: 0.0833333333rem;
          color: #595959;
          line-height: 0.1770833333rem; }
          .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-head .item {
           /* flex: 1;*/ }
        .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body {
          margin-top: 0.03125rem;
          text-align: center;
          font-weight: 400;
          font-size: 0.0833333333rem;
          color: #595959;
          line-height: 0.1875rem; }
          .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body .swiper-container {
            height: 0.625rem;
            overflow: hidden; }
            .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body .swiper-container .swiper-wrapper .swiper-slide {
              display: flex;
              justify-content: space-between; }
              .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body .swiper-container .swiper-wrapper .swiper-slide .item {
                /*flex: 1;*/ }
      .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item {
        width: 1.25rem;
        background: #fff;
        transform: skewX(-10deg);
        border-radius: 0.0260416667rem; }
        .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item > div {
          padding: 0.1041666667rem 0.1041666667rem 0.0520833333rem;
          transform: skewX(10deg); }
          .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item > div img {
            width: 0.2604166667rem;
            height: 0.2604166667rem;
            margin: auto; }
          .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item > div .text {
            margin-top: 0.0520833333rem;
            font-weight: 400;
            font-size: 0.0729166667rem;
            color: #373739;
            line-height: 0.125rem; }
      .index .solve .solve-main .tab-main .tab-item2 .right .case {
        margin-top: 0.15625rem; }
        .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box {
          margin-top: 0.1041666667rem; }
          .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item {
            width: 0.90625rem; }
            .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item img {
              width: 0.90625rem; }
            .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item .case-name {
              text-align: center;
              margin-top: 0.0833333333rem;
              font-weight: bold;
              font-size: 0.0833333333rem;
              color: #373739;
              line-height: 0.0833333333rem; }
            .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item .case-text {
              text-align: center;
              font-size: 0.0729166667rem;
              color: #373739;
              line-height: 0.1145833333rem;
              margin-top: 0.0520833333rem; }
      .index .solve .solve-main .tab-main .tab-item3 .scene {
        margin-top: 0.15625rem; }
        .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box {
          margin-top: 0.09375rem;
          display: flex;
          justify-content: space-between; }
          .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item {
            width: 2.0416666667rem; }
            .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item .scene-title {
              background: #279ED0;
              border-radius: 0.078125rem;
              font-weight: bold;
              font-size: 0.0833333333rem;
              color: #FFFFFF;
              line-height: 0.15625rem;
              padding: 0 0.140625rem; }
            .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item .scene-list {
              margin-top: 0.0625rem; }
              .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item .scene-list .scene-item {
                padding: 0 0.140625rem;
                font-weight: 400;
                font-size: 0.0729166667rem;
                color: #464A4B;
                line-height: 0.1875rem; }
      .index .solve .solve-main .tab-main .tab-item4 .right {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .index .solve .solve-main .tab-main .tab-item4 .right .item {
          width: 1.96875rem; }
          .index .solve .solve-main .tab-main .tab-item4 .right .item .item-name {
            font-weight: bold;
            font-size: 0.0833333333rem;
            color: #595959;
            line-height: 0.0833333333rem;
            text-align: center;
            margin-bottom: 0.1145833333rem; }
          .index .solve .solve-main .tab-main .tab-item4 .right .item .self-form {
            height: 0.8333333333rem;
            padding: 0 0.0729166667rem; }
            .index .solve .solve-main .tab-main .tab-item4 .right .item .self-form .el-form-item {
              margin-bottom: 0; }
          .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box {
            margin: 0.0833333333rem 0;
            display: flex;
            justify-content: space-between; }
            .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box > div {
              width: 0.7760416667rem;
              border-radius: 0.0260416667rem;
              font-weight: 400;
              font-size: 0.0729166667rem;
              color: #FFFFFF;
              text-align: center;
              line-height: 0.1458333333rem; }
            .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box .btn1 {
              background: #FD5947; }
            .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box .btn2 {
              background: #2DA2D3; }
          .index .solve .solve-main .tab-main .tab-item4 .right .item .res {
            margin-top: 0.1354166667rem;
            width: 1.96875rem;
            height: 0.9322916667rem;
            border-radius: 0.0260416667rem;
            border: 1px solid #B4B0B0;
            padding: 0 0.078125rem;
            box-sizing: border-box; }
            .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-name {
              background: #F4F6F6;
              font-size: 0.0729166667rem;
              color: #9DA0A1;
              line-height: 0.09375rem;
              margin-top: -0.046875rem;
              padding: 0 0.0208333333rem;
              width: 0.2916666667rem; }
            .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-box .res-item {
              display: flex;
              margin-bottom: 0.03125rem; }
              .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-box .res-item .res-label {
                width: 0.7291666667rem;
                font-size: 0.0729166667rem;
                color: #464A4B;
                line-height: 0.1875rem; }
              .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-box .res-item .res-content {
                text-indent: 0.0677083333rem;
                font-size: 0.0729166667rem;
                width: 1.0364583333rem;
                line-height: 0.1875rem;
                color: #868383;
                background: #EEEEEE; }
            .index .solve .solve-main .tab-main .tab-item4 .right .item .res .tip {
              font-weight: 400;
              font-size: 0.0729166667rem;
              color: #FD5947;
              line-height: 0.09375rem; }
        .index .solve .solve-main .tab-main .tab-item4 .right .line {
          height: 90%;
          border-left: 1px solid #fff; }
  .index .business {
    display: flex;
    justify-content: space-between;
    background: #ECEEEF;
    margin-top: 0.2760416667rem;
    padding-top: 0.3125rem; }
    .index .business .item {
      margin-top: 0.2291666667rem; }
      .index .business .item img {
        width: 2.984375rem;
        height: 1.65625rem; }
        .index .business .item img:hover {
          transform: scale(1.1);
          transition: transform ease 0.4s; }
      .index .business .item .text {
        padding: 0.0833333333rem 0.2291666667rem 0;
        box-sizing: border-box;
        width: 2.984375rem;
        height: 0.46875rem;
        background: #b6e8f6;
        font-weight: 400;
        font-size: 0.0833333333rem;
        color: #1F1E1E;
        line-height: 0.15625rem; }
  .index .news {
    margin-top: 0.3645833333rem; }
    .index .news .news-main {
      margin-top: 0.1822916667rem;
      display: flex;
      justify-content: space-between;
      align-content: center; }
      .index .news .news-main .left {
        width: 2.0052083333rem; }
        .index .news .news-main .left img {
          width: 2.0052083333rem;
          height: 1.3177083333rem; }
        .index .news .news-main .left .text {
          line-height: 0.265625rem;
          background: #b6e8f6;
          text-align: center;
          font-weight: 400;
          font-size: 0.09375rem;
          color: #595959; }
      .index .news .news-main .right {
        width: 4.0885416667rem; }
        .index .news .news-main .right .r-t {
          font-weight: bold;
          font-size: 0.09375rem;
          color: #595959;
          line-height: 0.09375rem; }
        .index .news .news-main .right .r-text {
          margin-top: 0.0520833333rem;
          font-weight: 400;
          font-size: 0.0833333333rem;
          color: #595959;
          line-height: 0.15625rem; }
        .index .news .news-main .right .r-b {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .index .news .news-main .right .r-b .time {
            height: 0.0625rem;
            font-size: 0.0833333333rem;
            color: #ABA8A8;
            line-height: 0.15625rem; }
          .index .news .news-main .right .r-b .btn {
            width: 0.5416666667rem;
            height: 0.15625rem;
            background: #FD5947;
            text-align: center;
            font-weight: 400;
            font-size: 0.0729166667rem;
            color: #FFFFFF;
            line-height: 0.15625rem;
            cursor: pointer; }
        .index .news .news-main .right .list {
          margin-top: 0.0520833333rem; }
          .index .news .news-main .right .list .item {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .index .news .news-main .right .list .item .dot {
              width: 0.015625rem;
              height: 0.015625rem;
              font-weight: 400;
              background: #595959;
              margin-left: 0.0208333333rem;
              margin-right: 0.03125rem; }
            .index .news .news-main .right .list .item .text {
              width: 3.3697916667rem;
              font-weight: 400;
              font-size: 0.0833333333rem;
              color: #595959;
              line-height: 0.1875rem; }
            .index .news .news-main .right .list .item .time {
              width: 0.5104166667rem;
              font-weight: 400;
              font-size: 0.0833333333rem;
              color: #ABA8A8;
              line-height: 0.1875rem; }
  .index .partner {
    margin-top: 0.3958333333rem;
    overflow: hidden; }
    .index .partner .swiper-partner {
      width: 6.2083333333rem; }
    .index .partner .swiper-wrapper {
      margin-top: 0.2291666667rem; }
      .index .partner .swiper-wrapper .swiper-slide {
        background: #FFFFFF;
        text-align: center; }
        .index .partner .swiper-wrapper .swiper-slide .img-box {
          border: 1px dashed #D2D4D5; }
        .index .partner .swiper-wrapper .swiper-slide img {
          height: 0.4427083333rem;
          width: auto; }
  .index .contact {
    margin-top: 0.4166666667rem;
    background: url("../images/index/20.png");
    background-size: cover; }
    .index .contact > div {
      height: 0.8541666667rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .index .contact > div .left .contactMe-big {
        font-weight: bold;
        font-size: 0.125rem;
        color: #F4F6F6;
        line-height: 0.125rem; }
      .index .contact > div .left .contactMe-small {
        margin-top: 0.1041666667rem;
        font-weight: bold;
        font-size: 0.09375rem;
        color: #F4F6F6;
        line-height: 0.09375rem; }
      .index .contact > div .right {
        cursor: pointer;
        width: 0.859375rem;
        height: 0.25rem;
        background: #F4F6F6;
        border-radius: 0.0520833333rem;
        text-align: center;
        line-height: 0.25rem;
        font-weight: bold;
        font-size: 0.09375rem;
        color: #FD5947; } }
@media screen and (max-width: 1200px) {
  .top {
    display: none; }

  .header {
    display: none; }

  .baseWidth {
    padding: 0 0.1666666667rem; }

  .router {
    display: none; }

  .big-title {
    text-align: center; }
    .big-title .big-text {
      font-weight: bold;
      font-size: 0.5rem;
      color: #595959; }
    .big-title .small-text {
      font-size: 0.2666666667rem;
      color: #A5A0A0;
      margin-top: 0.1rem; }

  .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 {
        width: 0.9333333333rem;
        height: 0.9333333333rem;
        margin-top: 0.2166666667rem;
        margin-bottom: 0.2166666667rem;
        margin-right: 0.3rem; }
      .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; }

  .banner {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 6.4833333333rem; }
    .banner .swiper-slide {
      height: 8.15rem; }
    .banner .swiper-pagination {
      bottom: 0.7333333333rem; }
      .banner .swiper-pagination .swiper-pagination-bullet {
        width: 1.0833333333rem;
        height: 0.15rem;
        background: #279ED0;
        border-radius: 0.0833333333rem;
        opacity: 1; }
      .banner .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }
    .banner .content {
      z-index: 99;
      position: absolute;
      left: 0;
      right: 0;
      top: 0.3333333333rem; }
      .banner .content img {
        width: 12rem;
        margin-bottom: 1rem; }
      .banner .content .btn {
        width: 2.5333333333rem;
        height: 0.75rem;
        background: #FD5947;
        border-radius: 0.0833333333rem;
        line-height: 0.75rem;
        text-align: center;
        color: #fff;
        font-size: 0.3rem;
        cursor: pointer; }

  .footer {
    padding: 0.5rem 0;
    background: #F4F6F6; }
    .footer > div {
      display: block; }
    .footer .left {
      display: flex;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #5C6060;
      line-height: 0.6666666667rem;
      justify-content: center;
      align-items: center; }
      .footer .left img {
        margin-right: 0.5rem;
        width: 2.1333333333rem;
        height: 2.1333333333rem; }
    .footer .right {
      margin-top: 0.3333333333rem;
      display: flex;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #5C6060;
      line-height: 0.6666666667rem;
      align-items: center;
      justify-content: center; }
      .footer .right img {
        width: 0.3rem;
        height: 0.3333333333rem;
        margin-right: 0.3333333333rem; }
      .footer .right .text {
        display: flex; }

  .index .statistic {
    background: #CCEAF3; }
    .index .statistic > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 1.9833333333rem; }
      .index .statistic > div .item {
        display: flex;
        justify-content: center;
        align-items: center; }
        .index .statistic > div .item img {
          width: 1rem;
          height: 1rem; }
        .index .statistic > div .item .right {
          margin-left: 0.2333333333rem; }
          .index .statistic > div .item .right .r-t {
            display: flex;
            align-items: flex-end; }
            .index .statistic > div .item .right .r-t .bigNumber {
              font-weight: bold;
              font-size: 0.5rem;
              color: #2DA2D3; }
            .index .statistic > div .item .right .r-t .unit {
              margin-left: 0.1333333333rem;
              line-height: 0.4rem;
              font-size: 0.2333333333rem;
              color: #818181; }
          .index .statistic > div .item .right .text {
            font-size: 0.2333333333rem;
            color: #818181; }
  .index .solve {
    margin-top: 1.1666666667rem; }
    .index .solve .solve-main .tab {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 0.0666666667rem solid #ECEEEF; }
      .index .solve .solve-main .tab .item {
        cursor: pointer;
        font-size: 0.3333333333rem;
        text-align: center;
        flex: 1;
        line-height: 0.8666666667rem;
        color: #595959;
        margin-bottom: -0.0666666667rem; }
      .index .solve .solve-main .tab .cur {
        font-weight: bold;
        border-bottom: 0.0666666667rem solid #FD5947; }
    .index .solve .solve-main .tab-main .tab-item {
      background: #fff;
      margin-top: 3px; }
      .index .solve .solve-main .tab-main .tab-item .left {
        position: relative;
        background: url("../images/index/5.png");
        background-size: cover;
        height: 5.4166666667rem;
        box-sizing: border-box;
        padding: 0.9rem 0.3666666667rem; }
        .index .solve .solve-main .tab-main .tab-item .left .name {
          font-weight: bold;
          font-size: 0.2666666667rem;
          color: #FFFFFF;
          line-height: 0.6rem; }
        .index .solve .solve-main .tab-main .tab-item .left .content {
          position: absolute;
          top: 1.9666666667rem; }
          .index .solve .solve-main .tab-main .tab-item .left .content .content-name {
            font-weight: bold;
            font-size: 0.3rem;
            color: #FFFFFF;
            padding-bottom: 0.3rem;
            border-bottom: 0.0166666667rem solid rgba(255, 255, 255, 0.6); }
          .index .solve .solve-main .tab-main .tab-item .left .content .text-box {
            margin-top: 0.3333333333rem; }
            .index .solve .solve-main .tab-main .tab-item .left .content .text-box .content-text {
              font-weight: 400;
              font-size: 0.2333333333rem;
              color: #D5CDCD;
              line-height: 0.6rem;
              display: flex;
              align-items: center; }
              .index .solve .solve-main .tab-main .tab-item .left .content .text-box .content-text:before {
                content: '';
                display: block;
                width: 0.0666666667rem;
                height: 0.0666666667rem;
                background: #fff;
                border-radius: 50%;
                margin-right: 0.1166666667rem; }
      .index .solve .solve-main .tab-main .tab-item .right {
        box-sizing: border-box;
        flex: 1;
        padding: 0.4166666667rem 0rem; }
        .index .solve .solve-main .tab-main .tab-item .right .sequence {
          position: relative;
          margin-top: 0.5rem;
          text-align: center;
          display: flex;
          justify-content: space-between; }
          .index .solve .solve-main .tab-main .tab-item .right .sequence .sequence-line {
            position: absolute;
            width: 100%;
            border-bottom: 0.0333333333rem dashed #D3D3D3;
            top: 1.4166666667rem; }
          .index .solve .solve-main .tab-main .tab-item .right .sequence .item {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center; }
            .index .solve .solve-main .tab-main .tab-item .right .sequence .item .imgBox {
              width: 1.05rem;
              line-height: 1.05rem;
              background: #FFFFFF;
              border-radius: 50%; }
              .index .solve .solve-main .tab-main .tab-item .right .sequence .item .imgBox img {
                width: 0.6666666667rem;
                height: 0.6666666667rem; }
            .index .solve .solve-main .tab-main .tab-item .right .sequence .item .dot {
              margin-top: 0.3rem;
              width: 0.1833333333rem;
              height: 0.1833333333rem;
              background: #595959;
              border-radius: 50%; }
            .index .solve .solve-main .tab-main .tab-item .right .sequence .item .text1 {
              margin-top: 0.3666666667rem;
              font-size: 0.3rem;
              color: #595959;
              line-height: 0.3rem; }
            .index .solve .solve-main .tab-main .tab-item .right .sequence .item .text2 {
              margin-top: 0.2rem;
              font-size: 0.3rem;
              color: #595959;
              line-height: 0.3rem; }
        .index .solve .solve-main .tab-main .tab-item .right .right-name {
          font-weight: bold;
          font-size: 0.3rem;
          color: #464A4B;
          line-height: 0.4166666667rem;
          display: flex;
          margin-bottom: 0.3333333333rem; }
          .index .solve .solve-main .tab-main .tab-item .right .right-name:before {
            content: '';
            display: inline-block;
            width: 0.15rem;
            height: 0.4166666667rem;
            background: #FD5947;
            border-radius: 0.0833333333rem;
            margin-right: 0.2166666667rem; }
    .index .solve .solve-main .tab-main .tab-item1 .right .output {
      margin-top: 0.5rem; }
      .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-head {
        text-align: center;
        display: flex;
        justify-content: space-between;
        background: #B6E8F6;
        font-weight: bold;
        font-size: 0.2666666667rem;
        color: #595959;
        line-height: 0.5666666667rem; }
        .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-head .item {
          flex: 1; }
      .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body {
        margin-top: 0.1rem;
        text-align: center;
        font-weight: 400;
        font-size: 0.2666666667rem;
        color: #595959;
        line-height: 0.6rem; }
        .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body .swiper-container {
          height: 2rem;
          overflow: hidden; }
          .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body .swiper-container .swiper-wrapper .swiper-slide {
            display: flex;
            justify-content: space-between; }
            .index .solve .solve-main .tab-main .tab-item1 .right .output .table .table-body .swiper-container .swiper-wrapper .swiper-slide .item {
              flex: 1; }
    .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item {
      width: 4rem;
      background: #fff;
      transform: skewX(-10deg);
      border-radius: 0.0833333333rem; }
      .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item > div {
        padding: 0.3333333333rem 0.3333333333rem 0.1666666667rem;
        transform: skewX(10deg); }
        .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item > div img {
          width: 0.8333333333rem;
          height: 0.8333333333rem;
          margin: auto; }
        .index .solve .solve-main .tab-main .tab-item2 .right .pain .point .item > div .text {
          margin-top: 0.1666666667rem;
          font-weight: 400;
          font-size: 0.2333333333rem;
          color: #373739;
          line-height: 0.4rem; }
    .index .solve .solve-main .tab-main .tab-item2 .right .case {
      margin-top: 0.5rem; }
      .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box {
        margin-top: 0.3333333333rem;
        flex-wrap: wrap; }
        .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item {
          width: 2.9rem;
          margin-bottom: 0.3333333333rem; }
          .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item img {
            width: 2.9rem; }
          .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item .case-name {
            text-align: center;
            margin-top: 0.2666666667rem;
            font-weight: bold;
            font-size: 0.2666666667rem;
            color: #373739;
            line-height: 0.2666666667rem; }
          .index .solve .solve-main .tab-main .tab-item2 .right .case .case-box .item .case-text {
            text-align: center;
            font-size: 0.2333333333rem;
            color: #373739;
            line-height: 0.3666666667rem;
            margin-top: 0.1666666667rem; }
    .index .solve .solve-main .tab-main .tab-item3 .scene {
      margin-top: 0.5rem; }
      .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box {
        margin-top: 0.3rem;
        display: flex;
        justify-content: space-between; }
        .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item {
          width: 6.5333333333rem; }
          .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item .scene-title {
            background: #279ED0;
            border-radius: 0.25rem;
            font-weight: bold;
            font-size: 0.2666666667rem;
            color: #FFFFFF;
            line-height: 0.5rem;
            padding: 0 0.45rem; }
          .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item .scene-list {
            margin-top: 0.2rem; }
            .index .solve .solve-main .tab-main .tab-item3 .scene .scene-box .item .scene-list .scene-item {
              padding: 0 0.45rem;
              font-weight: 400;
              font-size: 0.2333333333rem;
              color: #464A4B;
              line-height: 0.6rem; }
    .index .solve .solve-main .tab-main .tab-item4 .right .item .item-name {
      font-weight: bold;
      font-size: 0.2666666667rem;
      color: #595959;
      line-height: 0.2666666667rem;
      text-align: center;
      margin-bottom: 0.3666666667rem; }
    .index .solve .solve-main .tab-main .tab-item4 .right .item .self-form {
      padding: 0 0.2333333333rem; }
      .index .solve .solve-main .tab-main .tab-item4 .right .item .self-form .el-form-item {
        margin-bottom: 0; }
    .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box {
      margin: 0.2666666667rem 0;
      display: flex;
      justify-content: center; }
      .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box > div {
        margin: 0 0.3333333333rem;
        width: 2.4833333333rem;
        border-radius: 0.0833333333rem;
        font-weight: 400;
        font-size: 0.3rem;
        color: #FFFFFF;
        text-align: center;
        line-height: 0.8rem; }
      .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box .btn1 {
        background: #FD5947; }
      .index .solve .solve-main .tab-main .tab-item4 .right .item .btn-box .btn2 {
        background: #2DA2D3; }
    .index .solve .solve-main .tab-main .tab-item4 .right .item .res {
      margin: 1.3333333333rem auto;
      transform: scale(1.2);
      width: 6.3rem;
      height: 2.9833333333rem;
      border-radius: 0.0833333333rem;
      border: 1px solid #B4B0B0;
      padding: 0 0.25rem;
      box-sizing: border-box; }
      .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-name {
        background: #F4F6F6;
        font-size: 0.2333333333rem;
        color: #9DA0A1;
        line-height: 0.3rem;
        margin-top: -0.15rem;
        padding: 0 0.0666666667rem;
        width: 0.9333333333rem; }
      .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-box .res-item {
        display: flex;
        margin-bottom: 0.1rem; }
        .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-box .res-item .res-label {
          width: 2.3333333333rem;
          font-size: 0.2333333333rem;
          color: #464A4B;
          line-height: 0.6rem; }
        .index .solve .solve-main .tab-main .tab-item4 .right .item .res .res-box .res-item .res-content {
          text-indent: 0.2166666667rem;
          font-size: 0.2333333333rem;
          width: 3.3166666667rem;
          line-height: 0.6rem;
          color: #868383;
          background: #EEEEEE; }
      .index .solve .solve-main .tab-main .tab-item4 .right .item .res .tip {
        font-weight: 400;
        font-size: 0.2333333333rem;
        color: #FD5947;
        line-height: 0.3rem; }
    .index .solve .solve-main .tab-main .tab-item4 .right .line {
      display: none; }
  .index .business {
    padding-top: 1rem; }
    .index .business .business-box {
      display: block; }
    .index .business .item {
      margin-top: 0.7333333333rem; }
      .index .business .item img {
        width: 100%; }
      .index .business .item .text {
        padding: 0.2666666667rem 0.7333333333rem 0;
        box-sizing: border-box;
        width: 9.55rem;
        height: 1.5rem;
        background: #279ED0;
        font-weight: 400;
        font-size: 0.2666666667rem;
        color: #1F1E1E;
        line-height: 0.5rem; }
  .index .news {
    margin-top: 1.1666666667rem; }
    .index .news .news-main {
      margin-top: 0.5833333333rem; }
      .index .news .news-main .left img {
        width: 100%; }
      .index .news .news-main .left .text {
        line-height: 0.85rem;
        background: #279ED0;
        text-align: center;
        font-weight: 400;
        font-size: 0.3rem;
        color: #595959; }
      .index .news .news-main .right {
        margin-top: 0.3333333333rem; }
        .index .news .news-main .right .r-t {
          font-weight: bold;
          font-size: 0.3rem;
          color: #595959;
          line-height: 0.3rem; }
        .index .news .news-main .right .r-text {
          margin-top: 0.1666666667rem;
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #595959;
          line-height: 0.5rem; }
        .index .news .news-main .right .r-b {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .index .news .news-main .right .r-b .time {
            height: 0.2rem;
            font-size: 0.2666666667rem;
            color: #ABA8A8;
            line-height: 0.5rem; }
          .index .news .news-main .right .r-b .btn {
            width: 1.7333333333rem;
            height: 0.5rem;
            background: #FD5947;
            text-align: center;
            font-weight: 400;
            font-size: 0.2333333333rem;
            color: #FFFFFF;
            line-height: 0.5rem;
            cursor: pointer; }
        .index .news .news-main .right .list {
          margin-top: 0.1666666667rem; }
          .index .news .news-main .right .list .item {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .index .news .news-main .right .list .item .dot {
              width: 0.05rem;
              height: 0.05rem;
              font-weight: 400;
              background: #595959;
              margin-left: 0.0666666667rem;
              margin-right: 0.1rem; }
            .index .news .news-main .right .list .item .text {
              width: 8.6666666667rem;
              font-weight: 400;
              font-size: 0.2666666667rem;
              color: #595959;
              line-height: 0.6rem; }
            .index .news .news-main .right .list .item .time {
              width: 1.9666666667rem;
              font-weight: 400;
              font-size: 0.2666666667rem;
              color: #ABA8A8;
              line-height: 0.6rem; }
  .index .partner {
    margin-top: 1.2666666667rem;
    overflow: hidden; }
    .index .partner .swiper-partner {
      width: 19.8666666667rem; }
    .index .partner .swiper-wrapper {
      margin-top: 0.7333333333rem; }
      .index .partner .swiper-wrapper .swiper-slide {
        background: #FFFFFF;
        text-align: center; }
        .index .partner .swiper-wrapper .swiper-slide .img-box {
          border: 1px dashed #D2D4D5; }
        .index .partner .swiper-wrapper .swiper-slide img {
          height: 1.4166666667rem;
          width: auto; }
  .index .contact {
    margin-top: 1.3333333333rem;
    background: url("../images/index/20.png");
    background-size: cover; }
    .index .contact > div {
      height: 2.7333333333rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .index .contact > div .left .contactMe-big {
        font-weight: bold;
        font-size: 0.4rem;
        color: #F4F6F6;
        line-height: 0.5666666667rem; }
      .index .contact > div .left .contactMe-small {
        margin-top: 0.3333333333rem;
        font-weight: bold;
        font-size: 0.3rem;
        color: #F4F6F6;
        line-height: 0.6333333333rem; }
      .index .contact > div .right {
        cursor: pointer;
        width: 2.75rem;
        height: 0.8rem;
        background: #F4F6F6;
        border-radius: 0.1666666667rem;
        text-align: center;
        line-height: 0.8rem;
        font-weight: bold;
        font-size: 0.3rem;
        color: #FD5947; } }
@media screen and (min-width: 1200px) {
  .buyPage .buy-t .name {
    font-weight: bold;
    font-size: 0.15625rem;
    color: #0B0C0C;
    line-height: 0.15625rem;
    text-align: center; }
  .buyPage .buy-t .text {
    margin-top: 0.203125rem;
    font-weight: 400;
    font-size: 0.0833333333rem;
    color: #373739;
    line-height: 0.0833333333rem; }
  .buyPage .buy-t .buy-t-list {
    margin-top: 0.1875rem;
    display: flex;
    justify-content: space-between; }
    .buyPage .buy-t .buy-t-list .item {
      width: 1.9791666667rem;
      height: 1.2552083333rem;
      background: #FFFFFF;
      border-radius: 0.0520833333rem;
      overflow: hidden;
      box-shadow: 0 0 0.078125rem #d9d9d9; }
      .buyPage .buy-t .buy-t-list .item .item-t {
        background: #F3F4F5;
        height: 0.4791666667rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .buyPage .buy-t .buy-t-list .item .item-t .item-t-l {
          margin-left: 0.1770833333rem;
          width: 0.375rem;
          font-weight: 400;
          font-size: 0.125rem;
          color: #373739;
          line-height: 0.1875rem; }
        .buyPage .buy-t .buy-t-list .item .item-t .item-t-r img {
          margin-right: 0.1927083333rem;
          width: 0.3645833333rem;
          height: 0.40625rem; }
      .buyPage .buy-t .buy-t-list .item .item-b {
        padding: 0.1145833333rem;
        font-weight: 400;
        font-size: 0.078125rem;
        color: #373739;
        line-height: 0.1875rem; }
  .buyPage .buy-c {
    margin-top: 0.5729166667rem;
    background: #F4F6F6;
    padding: 0.2083333333rem 0; }
    .buyPage .buy-c .baseWidth {
      display: flex;
      justify-content: center;
      align-items: center; }
      .buyPage .buy-c .baseWidth .buy-c-l {
        width: 0.3489583333rem;
        height: 1.6614583333rem;
        background: #FFFFFF;
        box-sizing: border-box;
        padding: 0 0.1041666667rem;
        font-weight: bold;
        font-size: 0.1041666667rem;
        color: #2DA2D3;
        line-height: 0.1875rem;
        display: flex;
        justify-content: center;
        align-items: center; }
      .buyPage .buy-c .baseWidth .buy-c-r {
        flex: 1;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-left: 0.5052083333rem; }
        .buyPage .buy-c .baseWidth .buy-c-r .itemMargin {
          margin-top: 0.3125rem; }
        .buyPage .buy-c .baseWidth .buy-c-r .item {
          padding: 0.0416666667rem;
          box-sizing: border-box;
          width: 1.46875rem;
          height: 0.6822916667rem;
          background: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .buyPage .buy-c .baseWidth .buy-c-r .item .item-l {
            box-sizing: border-box;
            padding: 0 0.0520833333rem;
            width: 0.2604166667rem;
            text-align: center;
            height: 0.6041666667rem;
            background: #2DA2D3;
            font-weight: bold;
            font-size: 0.0833333333rem;
            color: #FFFFFF;
            line-height: 0.125rem;
            display: flex;
            justify-content: center;
            align-items: center; }
          .buyPage .buy-c .baseWidth .buy-c-r .item .item-r {
            margin-right: 0.0625rem;
            width: 0.9479166667rem;
            font-weight: 400;
            font-size: 0.0833333333rem;
            color: #0B0C0C;
            line-height: 0.15625rem; }
        .buyPage .buy-c .baseWidth .buy-c-r .arrow1 {
          position: absolute;
          left: 1.59375rem;
          top: 0.2604166667rem;
          transform: rotate(0deg); }
        .buyPage .buy-c .baseWidth .buy-c-r .arrow2 {
          position: absolute;
          left: 3.5625rem;
          top: 0.2604166667rem;
          transform: rotate(0deg); }
        .buyPage .buy-c .baseWidth .buy-c-r .arrow3 {
          position: absolute;
          left: 4.6041666667rem;
          top: 0.78125rem;
          transform: rotate(90deg); }
        .buyPage .buy-c .baseWidth .buy-c-r .arrow4 {
          position: absolute;
          left: 3.5625rem;
          top: 1.3020833333rem;
          transform: rotate(-180deg); }
        .buyPage .buy-c .baseWidth .buy-c-r .arrow5 {
          position: absolute;
          left: 1.59375rem;
          top: 1.3020833333rem;
          transform: rotate(-180deg); }
  .buyPage .buy-b .buy-b-name {
    margin-top: 0.5052083333rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
    font-size: 0.1041666667rem;
    color: #373739;
    line-height: 0.1041666667rem; }
  .buyPage .buy-b .table {
    border: 1px solid #EFEFEF; }
    .buyPage .buy-b .table .table-header {
      background: #2DA2D3;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .buyPage .buy-b .table .table-header .item {
        flex: 1;
        border: 1px solid #EFEFEF;
        font-weight: bold;
        font-size: 0.0833333333rem;
        color: #FFFFFF;
        line-height: 0.265625rem;
        text-align: center; }
      .buyPage .buy-b .table .table-header .item1 {
        max-width: 1.3020833333rem; }
    .buyPage .buy-b .table .table-body {
      display: flex; }
      .buyPage .buy-b .table .table-body .item {
        flex: 1; }
        .buyPage .buy-b .table .table-body .item .per {
          border: 1px solid #EFEFEF;
          font-weight: 400;
          font-size: 0.0729166667rem;
          color: #373739;
          line-height: 0.125rem;
          height: 0.3125rem;
          padding: 0 0.1041666667rem;
          display: flex;
          align-items: center; }
      .buyPage .buy-b .table .table-body .item1 {
        text-indent: 0.34375rem;
        max-width: 1.3020833333rem; }
        .buyPage .buy-b .table .table-body .item1 .per {
          color: #2DA2D3;
          font-weight: bold; }
  .buyPage .imgList {
    margin-top: 0.7291666667rem;
    margin-bottom: 0.5208333333rem; }
    .buyPage .imgList .swiper {
      width: 100%;
      overflow: hidden; }
    .buyPage .imgList .swiper-slide {
      text-align: center; }
      .buyPage .imgList .swiper-slide img {
        width: 1.9375rem; }
      .buyPage .imgList .swiper-slide .name {
        font-size: 0.0833333333rem;
        color: #373739;
        margin-top: 0.1197916667rem; } }
@media screen and (max-width: 1200px) {
  .buyPage .buy-t {
    margin-top: 1rem; }
    .buyPage .buy-t .name {
      font-weight: bold;
      font-size: 0.5rem;
      color: #0B0C0C;
      line-height: 0.5rem;
      text-align: center; }
    .buyPage .buy-t .text {
      margin-top: 0.65rem;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #373739;
      line-height: 0.6rem; }
    .buyPage .buy-t .buy-t-list {
      margin-top: 0.6rem; }
      .buyPage .buy-t .buy-t-list .item {
        margin: 0.6666666667rem auto;
        height: 4.0166666667rem;
        background: #FFFFFF;
        border-radius: 0.1666666667rem;
        overflow: hidden;
        box-shadow: 0 0 0.25rem #d9d9d9; }
        .buyPage .buy-t .buy-t-list .item .item-t {
          background: #F3F4F5;
          height: 1.5333333333rem;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .buyPage .buy-t .buy-t-list .item .item-t .item-t-l {
            margin-left: 0.5666666667rem;
            width: 1.2rem;
            font-weight: 400;
            font-size: 0.4rem;
            color: #373739;
            line-height: 0.6rem; }
          .buyPage .buy-t .buy-t-list .item .item-t .item-t-r img {
            margin-right: 0.6166666667rem;
            width: 1.1666666667rem;
            height: 1.3rem; }
        .buyPage .buy-t .buy-t-list .item .item-b {
          padding: 0.3666666667rem;
          font-weight: 400;
          font-size: 0.25rem;
          color: #373739;
          line-height: 0.6rem; }
  .buyPage .buy-c {
    margin-top: 1.8333333333rem;
    background: #F4F6F6;
    padding: 0.6666666667rem 0; }
    .buyPage .buy-c .baseWidth .buy-c-l {
      width: 50%;
      margin: auto;
      background: #FFFFFF;
      box-sizing: border-box;
      padding: 0 0.3333333333rem;
      font-weight: bold;
      font-size: 0.3333333333rem;
      color: #2DA2D3;
      line-height: 0.7666666667rem;
      display: flex;
      justify-content: center;
      align-items: center; }
    .buyPage .buy-c .baseWidth .buy-c-r {
      flex: 1;
      position: relative; }
      .buyPage .buy-c .baseWidth .buy-c-r .item {
        margin-top: 0.5rem;
        padding: 0.1333333333rem;
        box-sizing: border-box;
        height: 2.1833333333rem;
        background: #FFFFFF;
        display: flex;
        align-items: center; }
        .buyPage .buy-c .baseWidth .buy-c-r .item .item-l {
          box-sizing: border-box;
          padding: 0 0.1666666667rem;
          width: 0.8333333333rem;
          text-align: center;
          height: 1.9333333333rem;
          background: #2DA2D3;
          font-weight: bold;
          font-size: 0.2666666667rem;
          color: #FFFFFF;
          line-height: 0.4rem;
          display: flex;
          justify-content: center;
          align-items: center; }
        .buyPage .buy-c .baseWidth .buy-c-r .item .item-r {
          margin-left: 0.3333333333rem;
          margin-right: 0.2rem;
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #0B0C0C;
          line-height: 0.5rem; }
      .buyPage .buy-c .baseWidth .buy-c-r .arrow1 {
        display: none;
        position: absolute;
        left: 5.1rem;
        top: 0.8333333333rem;
        transform: rotate(0deg); }
      .buyPage .buy-c .baseWidth .buy-c-r .arrow2 {
        display: none;
        position: absolute;
        left: 11.4rem;
        top: 0.8333333333rem;
        transform: rotate(0deg); }
      .buyPage .buy-c .baseWidth .buy-c-r .arrow3 {
        display: none;
        position: absolute;
        left: 14.7333333333rem;
        top: 2.5rem;
        transform: rotate(90deg); }
      .buyPage .buy-c .baseWidth .buy-c-r .arrow4 {
        display: none;
        position: absolute;
        left: 11.4rem;
        top: 4.1666666667rem;
        transform: rotate(-180deg); }
      .buyPage .buy-c .baseWidth .buy-c-r .arrow5 {
        display: none;
        position: absolute;
        left: 5.1rem;
        top: 4.1666666667rem;
        transform: rotate(-180deg); }
  .buyPage .buy-b .buy-b-name {
    margin-top: 1.6166666667rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
    font-size: 0.3333333333rem;
    color: #373739;
    line-height: 0.3333333333rem;
    text-align: center; }
  .buyPage .buy-b .table {
    border: 1px solid #EFEFEF; }
    .buyPage .buy-b .table .table-header {
      background: #2DA2D3;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .buyPage .buy-b .table .table-header .item {
        flex: 1;
        border: 1px solid #EFEFEF;
        font-weight: bold;
        font-size: 0.2666666667rem;
        color: #FFFFFF;
        line-height: 0.85rem;
        text-align: center; }
      .buyPage .buy-b .table .table-header .item1 {
        max-width: 4.1666666667rem; }
    .buyPage .buy-b .table .table-body {
      display: flex; }
      .buyPage .buy-b .table .table-body .item {
        flex: 1; }
        .buyPage .buy-b .table .table-body .item .per {
          border: 1px solid #EFEFEF;
          font-weight: 400;
          font-size: 0.2333333333rem;
          color: #373739;
          line-height: 0.4rem;
          height: 2.6666666667rem;
          padding: 0 0.3333333333rem;
          display: flex;
          align-items: center; }
      .buyPage .buy-b .table .table-body .item1 {
        text-indent: 0.2666666667rem;
        max-width: 4.1666666667rem; }
        .buyPage .buy-b .table .table-body .item1 .per {
          color: #2DA2D3;
          font-weight: bold; }
  .buyPage .imgList {
    margin-top: 2.3333333333rem;
    margin-bottom: 1.6666666667rem; }
    .buyPage .imgList .swiper {
      width: 100%;
      overflow: hidden; }
    .buyPage .imgList .swiper-slide {
      text-align: center; }
      .buyPage .imgList .swiper-slide img {
        width: 6.2rem; }
      .buyPage .imgList .swiper-slide .name {
        font-size: 0.2666666667rem;
        color: #373739;
        margin-top: 0.3833333333rem; } }
@media screen and (min-width: 1200px) {
  .deliveryPage .delivery-main {
    overflow: hidden; }
    .deliveryPage .delivery-main .tab {
      display: flex;
      border-bottom: 0.0104166667rem solid #8D8B8B; }
      .deliveryPage .delivery-main .tab .item {
        cursor: pointer;
        text-align: center;
        padding-bottom: 0.1041666667rem;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.125rem;
        color: #8D8B8B;
        margin-bottom: -0.0104166667rem; }
        .deliveryPage .delivery-main .tab .item img {
          width: 0.2083333333rem;
          margin-right: 0.15625rem; }
      .deliveryPage .delivery-main .tab .cur {
        border-bottom: 0.0104166667rem solid #2DA2D3;
        font-weight: bold;
        color: #333; }
    .deliveryPage .delivery-main .form {
      margin-top: 0.2083333333rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .deliveryPage .delivery-main .form .select {
        display: flex;
        align-items: center; }
        .deliveryPage .delivery-main .form .select .label {
          font-weight: 400;
          font-size: 0.0833333333rem;
          color: #201D1D;
          margin-right: 0.1041666667rem; }
      .deliveryPage .delivery-main .form .btn {
        width: 0.78125rem;
        background: #279ED0;
        font-weight: 400;
        font-size: 0.0833333333rem;
        color: #FFFFFF;
        line-height: 0.1822916667rem;
        text-align: center; }
    .deliveryPage .delivery-main .table-name {
      margin-top: 0.3125rem;
      font-weight: bold;
      font-size: 0.0833333333rem;
      color: #979494;
      line-height: 0.0833333333rem;
      margin-bottom: 0.1041666667rem; }
    .deliveryPage .delivery-main .table {
      text-align: center; }
      .deliveryPage .delivery-main .table .table-headered .el-table__cell {
        text-align: center;
        color: #373739; }
    .deliveryPage .delivery-main .delivery-title {
      font-size: 0.15625rem;
      color: #595959;
      line-height: 0.15625rem;
      margin-top: 0.46875rem;
      margin-bottom: 0.2604166667rem;
      text-align: center; }
    .deliveryPage .delivery-main .explain .list {
      display: flex;
      justify-content: space-between;
      text-align: center; }
      .deliveryPage .delivery-main .explain .list .item {
        width: 1.5rem; }
        .deliveryPage .delivery-main .explain .list .item .img-box {
          box-shadow: 0 0 0.078125rem #d9d9d9;
          margin: auto;
          width: 0.6302083333rem;
          height: 0.6302083333rem;
          background: #FFFFFF;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .deliveryPage .delivery-main .explain .list .item .img-box img {
            width: 0.4583333333rem; }
        .deliveryPage .delivery-main .explain .list .item .name {
          margin-top: 0.0520833333rem;
          margin-bottom: 0.0729166667rem;
          font-weight: 400;
          font-size: 0.125rem;
          color: #373739;
          line-height: 0.125rem; }
        .deliveryPage .delivery-main .explain .list .item .text {
          font-weight: 400;
          font-size: 0.09375rem;
          color: #7C7C7F;
          line-height: 0.1875rem; }
    .deliveryPage .delivery-main .process .sequence {
      position: relative;
      margin-top: 0.15625rem;
      text-align: center;
      display: flex;
      justify-content: space-between; }
      .deliveryPage .delivery-main .process .sequence .sequence-line {
        position: absolute;
        width: 100%;
        border-bottom: 0.0104166667rem dashed #D3D3D3;
        top: 0.578125rem; }
      .deliveryPage .delivery-main .process .sequence .item {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .deliveryPage .delivery-main .process .sequence .item .imgBox {
          width: 0.4322916667rem;
          line-height: 0.4322916667rem;
          background: #FFFFFF;
          border-radius: 50%;
          box-shadow: 0 0 0.078125rem #d9d9d9; }
          .deliveryPage .delivery-main .process .sequence .item .imgBox img {
            width: 0.3125rem;
            height: 0.3125rem; }
        .deliveryPage .delivery-main .process .sequence .item .dot {
          margin-top: 0.125rem;
          width: 0.0572916667rem;
          height: 0.0572916667rem;
          background: #595959;
          border-radius: 50%; }
        .deliveryPage .delivery-main .process .sequence .item .text1 {
          margin-top: 0.1145833333rem;
          font-size: 0.09375rem;
          color: #595959;
          line-height: 0.09375rem; }
        .deliveryPage .delivery-main .process .sequence .item .text2 {
          margin-top: 0.0625rem;
          font-size: 0.09375rem;
          color: #595959;
          line-height: 0.09375rem; }
    .deliveryPage .delivery-main .case .swiper2 {
      margin-top: 0.5208333333rem;
      padding-bottom: 0.46875rem; }
      .deliveryPage .delivery-main .case .swiper2 .swiper-slide {
        box-shadow: 0 0 0.078125rem #d9d9d9;
        border-radius: 0.0260416667rem;
        text-align: center;
        padding-bottom: 0.2083333333rem; }
        .deliveryPage .delivery-main .case .swiper2 .swiper-slide img {
          width: 100%;
          height: auto; }
        .deliveryPage .delivery-main .case .swiper2 .swiper-slide .name {
          font-weight: bold;
          font-size: 0.0833333333rem;
          color: #404041;
          margin-top: 0.140625rem;
          margin-bottom: 0.1041666667rem; }
        .deliveryPage .delivery-main .case .swiper2 .swiper-slide .text {
          font-weight: 400;
          font-size: 0.0625rem;
          color: #404041;
          line-height: 0.0989583333rem;
          padding: 0 0.2083333333rem; }
      .deliveryPage .delivery-main .case .swiper2 .swiper-slide-next {
        transform: scale(1.3);
        transition: transform ease 0.4s; } }
@media screen and (max-width: 1200px) {
  .deliveryPage .delivery-main {
    margin-top: 0.5rem;
    overflow: hidden; }
    .deliveryPage .delivery-main .tab {
      display: flex;
      border-bottom: 0.0333333333rem solid #8D8B8B; }
      .deliveryPage .delivery-main .tab .item {
        cursor: pointer;
        text-align: center;
        padding-bottom: 0.3333333333rem;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.4rem;
        color: #8D8B8B;
        margin-bottom: -0.0333333333rem; }
        .deliveryPage .delivery-main .tab .item img {
          width: 0.6666666667rem;
          margin-right: 0.1666666667rem; }
      .deliveryPage .delivery-main .tab .cur {
        border-bottom: 0.0333333333rem solid #2DA2D3;
        font-weight: bold;
        color: #333; }
    .deliveryPage .delivery-main .form {
      margin-top: 0.6666666667rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .deliveryPage .delivery-main .form .select {
        display: flex;
        align-items: center; }
        .deliveryPage .delivery-main .form .select .label {
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #201D1D;
          margin-right: 0.3333333333rem; }
        .deliveryPage .delivery-main .form .select .el-select {
          width: 2.5rem; }
      .deliveryPage .delivery-main .form .btn {
        width: 1.6666666667rem;
        background: #279ED0;
        font-weight: 400;
        font-size: 0.2666666667rem;
        color: #FFFFFF;
        line-height: 0.5833333333rem;
        text-align: center; }
    .deliveryPage .delivery-main .table-name {
      margin-top: 1rem;
      font-weight: bold;
      font-size: 0.2666666667rem;
      color: #979494;
      line-height: 0.2666666667rem;
      margin-bottom: 0.3333333333rem; }
    .deliveryPage .delivery-main .table {
      text-align: center; }
      .deliveryPage .delivery-main .table .table-headered .el-table__cell {
        text-align: center;
        color: #373739; }
    .deliveryPage .delivery-main .delivery-title {
      font-size: 0.5rem;
      color: #595959;
      line-height: 0.5rem;
      margin-top: 1.5rem;
      margin-bottom: 0.8333333333rem;
      text-align: center; }
    .deliveryPage .delivery-main .explain .list {
      display: flex;
      justify-content: space-between;
      text-align: center; }
      .deliveryPage .delivery-main .explain .list .item {
        width: 4.8rem; }
        .deliveryPage .delivery-main .explain .list .item .img-box {
          box-shadow: 0 0 0.25rem #d9d9d9;
          margin: auto;
          width: 2.0166666667rem;
          height: 2.0166666667rem;
          background: #FFFFFF;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .deliveryPage .delivery-main .explain .list .item .img-box img {
            width: 1.4666666667rem; }
        .deliveryPage .delivery-main .explain .list .item .name {
          margin-top: 0.1666666667rem;
          margin-bottom: 0.2333333333rem;
          font-weight: 400;
          font-size: 0.4rem;
          color: #373739;
          line-height: 0.4rem; }
        .deliveryPage .delivery-main .explain .list .item .text {
          font-weight: 400;
          font-size: 0.3rem;
          color: #7C7C7F;
          line-height: 0.6rem; }
    .deliveryPage .delivery-main .process .sequence {
      position: relative;
      margin-top: 0.5rem;
      text-align: center;
      display: flex;
      justify-content: space-between; }
      .deliveryPage .delivery-main .process .sequence .sequence-line {
        position: absolute;
        width: 100%;
        border-bottom: 0.0333333333rem dashed #D3D3D3;
        top: 1.85rem; }
      .deliveryPage .delivery-main .process .sequence .item {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .deliveryPage .delivery-main .process .sequence .item .imgBox {
          width: 1.3833333333rem;
          line-height: 1.3833333333rem;
          background: #FFFFFF;
          border-radius: 50%;
          box-shadow: 0 0 0.25rem #d9d9d9; }
          .deliveryPage .delivery-main .process .sequence .item .imgBox img {
            width: 1rem;
            height: 1rem; }
        .deliveryPage .delivery-main .process .sequence .item .dot {
          margin-top: 0.4rem;
          width: 0.1833333333rem;
          height: 0.1833333333rem;
          background: #595959;
          border-radius: 50%; }
        .deliveryPage .delivery-main .process .sequence .item .text1 {
          margin-top: 0.3666666667rem;
          font-size: 0.3rem;
          color: #595959;
          line-height: 0.3rem; }
        .deliveryPage .delivery-main .process .sequence .item .text2 {
          margin-top: 0.2rem;
          font-size: 0.3rem;
          color: #595959;
          line-height: 0.3rem; }
    .deliveryPage .delivery-main .case .swiper2 {
      margin-top: 1.6666666667rem;
      padding-bottom: 1.5rem; }
      .deliveryPage .delivery-main .case .swiper2 .swiper-slide {
        box-shadow: 0 0 0.25rem #d9d9d9;
        border-radius: 0.0833333333rem;
        text-align: center;
        padding-bottom: 0.6666666667rem; }
        .deliveryPage .delivery-main .case .swiper2 .swiper-slide img {
          width: 100%;
          height: auto; }
        .deliveryPage .delivery-main .case .swiper2 .swiper-slide .name {
          font-weight: bold;
          font-size: 0.3333333333rem;
          color: #404041;
          margin-top: 0.45rem;
          margin-bottom: 0.3333333333rem; }
        .deliveryPage .delivery-main .case .swiper2 .swiper-slide .text {
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #404041;
          padding: 0 0.6666666667rem; } }
@media screen and (min-width: 1200px) {
  .promisePage .promise-main .promise-title {
    text-align: center;
    font-weight: bold;
    font-size: 0.15625rem;
    color: #373739;
    line-height: 0.15625rem;
    margin-top: 0.3229166667rem;
    margin-bottom: 0.3020833333rem; }
  .promisePage .promise-main .promise-name {
    font-weight: bold;
    font-size: 0.09375rem;
    color: #279ED0;
    line-height: 0.09375rem; }
  .promisePage .promise-main .promise-one {
    margin-top: 0.1770833333rem;
    display: flex;
    justify-content: space-between; }
    .promisePage .promise-main .promise-one img {
      width: 2.75rem;
      height: 2.078125rem; }
    .promisePage .promise-main .promise-one .right {
      width: 3.3489583333rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .promisePage .promise-main .promise-one .right .item {
        background: url("../images/promise/3.png");
        background-size: cover;
        height: 0.5260416667rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0.09375rem;
        transition: height ease 0.4s; }
        .promisePage .promise-main .promise-one .right .item .right-name {
          width: 3.1770833333rem;
          font-family: Microsoft YaHei;
          font-weight: bold;
          font-size: 0.0833333333rem;
          color: #373739;
          line-height: 0.0833333333rem; }
        .promisePage .promise-main .promise-one .right .item .right-text {
          display: none; }
      .promisePage .promise-main .promise-one .right .cur {
        background: url("../images/promise/2.png");
        background-size: cover;
        height: 0.9375rem; }
        .promisePage .promise-main .promise-one .right .cur .right-name {
          color: #fff; }
        .promisePage .promise-main .promise-one .right .cur .right-text {
          margin-top: 0.0520833333rem;
          display: block;
          width: 3.1822916667rem;
          font-weight: 400;
          font-size: 0.0833333333rem;
          color: #FFFFFF;
          line-height: 0.15625rem; }
  .promisePage .promise-main .promise-two {
    margin-top: 0.2604166667rem; }
    .promisePage .promise-main .promise-two .promise-two-name {
      margin-top: 0.1770833333rem;
      line-height: 0.2864583333rem;
      padding: 0 0.2083333333rem;
      font-weight: bold;
      font-size: 0.09375rem;
      color: #FFFFFF;
      background: #279ED0; }
    .promisePage .promise-main .promise-two .text-box {
      background: #F4F6F6;
      font-weight: 400;
      font-size: 0.0833333333rem;
      color: #373739;
      line-height: 0.1875rem;
      padding: 0.0520833333rem 0.2083333333rem; }
  .promisePage .promise-main .promise-three {
    margin-top: 0.2083333333rem; }
    .promisePage .promise-main .promise-three .promise-name {
      margin-bottom: 0.1875rem; }
    .promisePage .promise-main .promise-three .p {
      font-weight: 400;
      font-size: 0.0833333333rem;
      color: #373739;
      line-height: 0.1875rem; }
    .promisePage .promise-main .promise-three .text {
      text-indent: 2em;
      font-weight: 400;
      font-size: 0.0833333333rem;
      color: #373739;
      line-height: 0.1875rem; }
    .promisePage .promise-main .promise-three .imgBox {
      display: flex;
      justify-content: space-between;
      margin-top: 0.2083333333rem; }
      .promisePage .promise-main .promise-three .imgBox img {
        width: 2.53125rem; }
  .promisePage .promise-main .promise-fore {
    margin-top: 0.375rem; }
    .promisePage .promise-main .promise-fore .promise-fore-main {
      margin-top: 0.1979166667rem;
      display: flex;
      justify-content: space-between; }
      .promisePage .promise-main .promise-fore .promise-fore-main > div {
        width: 3.015625rem; }
        .promisePage .promise-main .promise-fore .promise-fore-main > div .name {
          width: 3.015625rem;
          height: 0.625rem;
          box-sizing: border-box;
          padding: 0.3645833333rem 0.2083333333rem 0;
          font-weight: bold;
          font-size: 0.125rem;
          color: #FFFFFF;
          line-height: 0.125rem; }
        .promisePage .promise-main .promise-fore .promise-fore-main > div .text-box {
          background: #F4F6F6;
          height: 1.1614583333rem;
          box-sizing: border-box;
          padding: 0.09375rem 0.1666666667rem;
          font-weight: 400;
          font-size: 0.0833333333rem;
          color: #373739;
          line-height: 0.1875rem; }
      .promisePage .promise-main .promise-fore .promise-fore-main .left .name {
        background: url("../images/promise/6.png");
        background-size: cover; }
      .promisePage .promise-main .promise-fore .promise-fore-main .right .name {
        background: url("../images/promise/7.png");
        background-size: cover; }
  .promisePage .promise-main .tip {
    font-weight: 400;
    font-size: 0.0833333333rem;
    color: #FE5848;
    line-height: 0.1875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.7447916667rem; } }
@media screen and (max-width: 1200px) {
  .promisePage .promise-main .promise-title {
    text-align: center;
    font-weight: bold;
    font-size: 0.5rem;
    color: #373739;
    line-height: 0.5rem;
    margin-top: 1.0333333333rem;
    margin-bottom: 0.9666666667rem; }
  .promisePage .promise-main .promise-name {
    font-weight: bold;
    font-size: 0.3rem;
    color: #279ED0;
    line-height: 0.3rem; }
  .promisePage .promise-main .promise-one {
    margin-top: 0.5666666667rem; }
    .promisePage .promise-main .promise-one img {
      width: 100%; }
    .promisePage .promise-main .promise-one .right {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .promisePage .promise-main .promise-one .right .item {
        background: url("../images/promise/3.png");
        background-size: cover;
        height: 1.6833333333rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0.3rem;
        transition: height ease 0.4s; }
        .promisePage .promise-main .promise-one .right .item .right-name {
          font-weight: bold;
          font-size: 0.2666666667rem;
          color: #373739;
          line-height: 0.3333333333rem; }
        .promisePage .promise-main .promise-one .right .item .right-text {
          display: none; }
      .promisePage .promise-main .promise-one .right .cur {
        background: url("../images/promise/2.png");
        background-size: cover;
        height: 3rem; }
        .promisePage .promise-main .promise-one .right .cur .right-name {
          color: #fff; }
        .promisePage .promise-main .promise-one .right .cur .right-text {
          margin-top: 0.1666666667rem;
          display: block;
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #FFFFFF;
          line-height: 0.5rem; }
  .promisePage .promise-main .promise-two {
    margin-top: 0.8333333333rem; }
    .promisePage .promise-main .promise-two .promise-two-name {
      margin-top: 0.5666666667rem;
      line-height: 0.9166666667rem;
      padding: 0 0.6666666667rem;
      font-weight: bold;
      font-size: 0.3rem;
      color: #FFFFFF;
      background: #279ED0; }
    .promisePage .promise-main .promise-two .text-box {
      background: #F4F6F6;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #373739;
      line-height: 0.6rem;
      padding: 0.1666666667rem 0.6666666667rem; }
  .promisePage .promise-main .promise-three {
    margin-top: 0.6666666667rem; }
    .promisePage .promise-main .promise-three .promise-name {
      margin-bottom: 0.6rem; }
    .promisePage .promise-main .promise-three .p {
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #373739;
      line-height: 0.6rem; }
    .promisePage .promise-main .promise-three .text {
      text-indent: 2em;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #373739;
      line-height: 0.6rem; }
    .promisePage .promise-main .promise-three .imgBox {
      margin-top: 0.6666666667rem; }
      .promisePage .promise-main .promise-three .imgBox img {
        width: 100%; }
  .promisePage .promise-main .promise-fore {
    margin-top: 1.2rem; }
    .promisePage .promise-main .promise-fore .promise-fore-main {
      margin-top: 0.6333333333rem; }
      .promisePage .promise-main .promise-fore .promise-fore-main > div {
        width: 9.65rem; }
        .promisePage .promise-main .promise-fore .promise-fore-main > div .name {
          height: 2rem;
          box-sizing: border-box;
          padding: 1.1666666667rem 0.6666666667rem 0;
          font-weight: bold;
          font-size: 0.4rem;
          color: #FFFFFF;
          line-height: 0.4rem; }
        .promisePage .promise-main .promise-fore .promise-fore-main > div .text-box {
          background: #F4F6F6;
          height: 3.7166666667rem;
          box-sizing: border-box;
          padding: 0.3rem 0.5333333333rem;
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #373739;
          line-height: 0.6rem; }
      .promisePage .promise-main .promise-fore .promise-fore-main .left .name {
        background: url("../images/promise/6.png");
        background-size: cover; }
      .promisePage .promise-main .promise-fore .promise-fore-main .right .name {
        background: url("../images/promise/7.png");
        background-size: cover; }
  .promisePage .promise-main .tip {
    font-weight: 400;
    font-size: 0.2666666667rem;
    color: #FE5848;
    line-height: 0.6rem;
    margin-top: 0.8rem;
    margin-bottom: 2.3833333333rem; } }
@media screen and (min-width: 1200px) {
  .aboutPage .about-main {
    display: flex;
    justify-content: space-between; }
    .aboutPage .about-main .left {
      width: 1.1145833333rem;
      border-radius: 0.0520833333rem;
      overflow: hidden; }
      .aboutPage .about-main .left .name {
        text-align: center;
        font-weight: bold;
        font-size: 0.1145833333rem;
        color: #FFFFFF;
        line-height: 0.3333333333rem;
        background: #2DA2D3; }
      .aboutPage .about-main .left .item-box {
        padding: 0.1041666667rem 0;
        background: #F4F5F5; }
        .aboutPage .about-main .left .item-box .item {
          cursor: pointer;
          font-weight: 400;
          font-size: 0.09375rem;
          color: #1E1F1F;
          line-height: 0.140625rem;
          display: flex;
          align-items: center;
          justify-content: center; }
          .aboutPage .about-main .left .item-box .item .text {
            line-height: 0.3125rem;
            width: 0.46875rem; }
          .aboutPage .about-main .left .item-box .item img {
            margin-left: 0.1979166667rem;
            width: 0.0572916667rem;
            height: 0.0677083333rem; }
    .aboutPage .about-main .right {
      width: 4.8802083333rem; }
      .aboutPage .about-main .right .name {
        font-weight: bold;
        font-size: 0.15625rem;
        color: #343535;
        line-height: 0.15625rem; }
      .aboutPage .about-main .right .text {
        margin: 0.1666666667rem 0;
        font-weight: 400;
        font-size: 0.0833333333rem;
        color: #373739;
        line-height: 0.1875rem; }
      .aboutPage .about-main .right .jiZhou img {
        width: 100%;
        margin-bottom: 0.2291666667rem; }
      .aboutPage .about-main .right .jiZhou .smallTitle {
        font-weight: bold;
        font-size: 0.09375rem;
        color: #373739;
        line-height: 0.09375rem; }
      .aboutPage .about-main .right .jiZhou .function {
        margin-top: 0.1666666667rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0.1041666667rem; }
        .aboutPage .about-main .right .jiZhou .function .item {
          margin-bottom: 0.0729166667rem;
          width: 1.171875rem;
          height: 0.4427083333rem;
          background: #F4F6F6;
          border: 1px solid #278ABB;
          display: flex;
          align-items: center; }
          .aboutPage .about-main .right .jiZhou .function .item .item-l {
            margin-left: 0.0729166667rem;
            width: 0.2083333333rem;
            line-height: 0.2083333333rem;
            background: #278ABB;
            border-radius: 50%;
            border: 1px solid #278ABB;
            text-align: center;
            font-weight: bold;
            font-size: 0.15625rem;
            color: #F4F6F6; }
          .aboutPage .about-main .right .jiZhou .function .item .item-r {
            margin-left: 0.0520833333rem;
            width: 0.75rem;
            font-weight: 400;
            font-size: 0.0833333333rem;
            color: #373739;
            line-height: 0.125rem; }
      .aboutPage .about-main .right .jiZhou .advantage {
        margin-bottom: 0.46875rem;
        margin-top: 0.1666666667rem; }
        .aboutPage .about-main .right .jiZhou .advantage .item {
          margin-bottom: 0.0520833333rem;
          display: flex; }
          .aboutPage .about-main .right .jiZhou .advantage .item .item-l {
            background: #278ABB;
            width: 0.65625rem;
            height: 0.421875rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 0.0833333333rem;
            color: #FFFFFF;
            text-align: center; }
          .aboutPage .about-main .right .jiZhou .advantage .item .item-r {
            background: #F4F6F6;
            width: 4.1979166667rem;
            height: 0.421875rem;
            display: flex;
            align-items: center;
            font-weight: 400;
            font-size: 0.0833333333rem;
            color: #373739;
            line-height: 0.15625rem;
            box-sizing: border-box;
            padding: 0 0.1041666667rem; }
      .aboutPage .about-main .right .baiGou {
        margin-bottom: 0.46875rem; }
        .aboutPage .about-main .right .baiGou img {
          max-width: 100%;
          margin-top: 0.2604166667rem; } }
@media screen and (max-width: 1200px) {
  .aboutPage .about-main {
    margin-top: 1rem; }
    .aboutPage .about-main .left {
      border-radius: 0.1666666667rem;
      overflow: hidden; }
      .aboutPage .about-main .left .name {
        display: none;
        text-align: center;
        font-weight: bold;
        font-size: 0.3666666667rem;
        color: #FFFFFF;
        line-height: 1.0666666667rem;
        background: #2DA2D3; }
      .aboutPage .about-main .left .item-box {
        padding: 0.3333333333rem 0;
        background: #F4F5F5;
        display: flex;
        justify-content: space-between; }
        .aboutPage .about-main .left .item-box .item {
          flex: 1;
          cursor: pointer;
          font-weight: 400;
          font-size: 0.3rem;
          color: #1E1F1F;
          line-height: 0.45rem;
          display: flex;
          align-items: center;
          justify-content: center; }
          .aboutPage .about-main .left .item-box .item .text {
            line-height: 1rem;
            width: 1.5rem; }
          .aboutPage .about-main .left .item-box .item img {
            margin-left: 0.6333333333rem;
            width: 0.1833333333rem;
            height: 0.2166666667rem;
            transform: rotate(90deg); }
    .aboutPage .about-main .right .name {
      text-align: center;
      margin-top: 0.5rem;
      font-weight: bold;
      font-size: 0.5rem;
      color: #343535;
      line-height: 0.5rem; }
    .aboutPage .about-main .right .text {
      margin: 0.5333333333rem 0;
      font-weight: 400;
      font-size: 0.2666666667rem;
      color: #373739;
      line-height: 0.6rem; }
    .aboutPage .about-main .right .jiZhou img {
      width: 100%;
      margin-bottom: 0.7333333333rem; }
    .aboutPage .about-main .right .jiZhou .smallTitle {
      text-align: center;
      font-weight: bold;
      font-size: 0.3rem;
      color: #373739;
      line-height: 0.3rem; }
    .aboutPage .about-main .right .jiZhou .function {
      margin-top: 0.5333333333rem;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 0.3333333333rem; }
      .aboutPage .about-main .right .jiZhou .function .item {
        margin: 0.2333333333rem;
        width: 3.75rem;
        height: 1.4166666667rem;
        background: #F4F6F6;
        border: 1px solid #278ABB;
        display: flex;
        align-items: center; }
        .aboutPage .about-main .right .jiZhou .function .item .item-l {
          margin-left: 0.2333333333rem;
          width: 0.6666666667rem;
          line-height: 0.6666666667rem;
          background: #278ABB;
          border-radius: 50%;
          border: 1px solid #278ABB;
          text-align: center;
          font-weight: bold;
          font-size: 0.5rem;
          color: #F4F6F6; }
        .aboutPage .about-main .right .jiZhou .function .item .item-r {
          margin-left: 0.1666666667rem;
          width: 2.4rem;
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #373739;
          line-height: 0.4rem; }
    .aboutPage .about-main .right .jiZhou .advantage {
      margin-bottom: 1.5rem;
      margin-top: 0.5333333333rem; }
      .aboutPage .about-main .right .jiZhou .advantage .item {
        margin-bottom: 0.1666666667rem;
        display: flex; }
        .aboutPage .about-main .right .jiZhou .advantage .item .item-l {
          background: #278ABB;
          width: 2.1rem;
          height: 1.35rem;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          font-size: 0.2666666667rem;
          color: #FFFFFF;
          text-align: center; }
        .aboutPage .about-main .right .jiZhou .advantage .item .item-r {
          background: #F4F6F6;
          width: 13.4333333333rem;
          height: 1.35rem;
          display: flex;
          align-items: center;
          font-weight: 400;
          font-size: 0.2666666667rem;
          color: #373739;
          line-height: 0.5rem;
          box-sizing: border-box;
          padding: 0 0.3333333333rem; }
    .aboutPage .about-main .right .baiGou {
      margin-bottom: 1.5rem; }
      .aboutPage .about-main .right .baiGou img {
        max-width: 100%;
        margin-top: 0.8333333333rem; } }
@media screen and (min-width: 1200px) {
  .contactPage .contact-main .name {
    text-align: center;
    font-weight: bold;
    font-size: 0.15625rem;
    color: #373739;
    margin-top: 0.3229166667rem;
    margin-bottom: 0.4166666667rem; }
  .contactPage .contact-main .box {
    margin-bottom: 1.3229166667rem;
    display: flex;
    align-items: center; }
    .contactPage .contact-main .box .left img {
      width: 2.90625rem;
      height: 1.875rem; }
    .contactPage .contact-main .box .right {
      flex: 1;
      margin-left: 0.5625rem; }
      .contactPage .contact-main .box .right .right-name {
        font-weight: 400;
        font-size: 0.125rem;
        color: #373739;
        line-height: 0.125rem; }
      .contactPage .contact-main .box .right .item {
        margin-top: 0.2916666667rem;
        display: flex;
        align-items: center; }
        .contactPage .contact-main .box .right .item .item-l {
          width: 0.28125rem;
          height: 0.28125rem;
          background: #F4F6F6;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .contactPage .contact-main .box .right .item .item-l .img {
            width: 0.1875rem;
            height: 0.1875rem; }
        .contactPage .contact-main .box .right .item .item-r {
          margin-left: 0.1197916667rem; }
          .contactPage .contact-main .box .right .item .item-r .item-r-t {
            font-weight: bold;
            font-size: 0.09375rem;
            color: #373739;
            line-height: 0.09375rem; }
          .contactPage .contact-main .box .right .item .item-r .item-r-b {
            margin-top: 0.03125rem;
            font-size: 0.0729166667rem;
            color: #5B5959; } }
@media screen and (max-width: 1200px) {
  .contactPage .contact-main .name {
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.5rem;
    color: #373739;
    margin-top: 1.0333333333rem; }
  .contactPage .contact-main .box {
    margin-bottom: 1.3333333333rem; }
    .contactPage .contact-main .box .left img {
      width: 100%; }
    .contactPage .contact-main .box .right {
      margin-top: 1rem;
      flex: 1;
      margin-left: 1.8rem; }
      .contactPage .contact-main .box .right .right-name {
        font-weight: 400;
        font-size: 0.4rem;
        color: #373739;
        line-height: 0.4rem; }
      .contactPage .contact-main .box .right .item {
        margin-top: 0.9333333333rem;
        display: flex;
        align-items: center; }
        .contactPage .contact-main .box .right .item .item-l {
          width: 0.9rem;
          height: 0.9rem;
          background: #F4F6F6;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .contactPage .contact-main .box .right .item .item-l .img {
            width: 0.6rem;
            height: 0.6rem; }
        .contactPage .contact-main .box .right .item .item-r {
          margin-left: 0.3833333333rem; }
          .contactPage .contact-main .box .right .item .item-r .item-r-t {
            font-weight: bold;
            font-size: 0.3rem;
            color: #373739;
            line-height: 0.3rem; }
          .contactPage .contact-main .box .right .item .item-r .item-r-b {
            margin-top: 0.1rem;
            font-size: 0.2333333333rem;
            color: #5B5959; } }
@media screen and (min-width: 1200px) {
  .newsPage .news-main {
    padding-bottom: 0.46875rem; }
    .newsPage .news-main .item {
      margin-bottom: 0.2083333333rem;
      display: flex;
      justify-content: space-between;
      padding: 0.1822916667rem 0.2239583333rem;
      box-shadow: 0 0 0.078125rem #d9d9d9;
      cursor: pointer; }
      .newsPage .news-main .item .left {
        min-width: 0.4166666667rem;
        text-align: right; }
        .newsPage .news-main .item .left .date {
          font-weight: bold;
          font-size: 0.15625rem;
          color: #279ED0; }
        .newsPage .news-main .item .left .year {
          font-size: 0.0833333333rem;
          color: #1E1A17;
          margin-top: 0.0833333333rem; }
      .newsPage .news-main .item .right {
        margin-left: 0.3125rem;
        display: flex;
        align-items: center; }
        .newsPage .news-main .item .right .text {
          width: 4.4322916667rem; }
          .newsPage .news-main .item .right .text .text-t {
            font-weight: bold;
            font-size: 0.1041666667rem;
            color: #1E1A17;
            line-height: 20px2rem 20; }
          .newsPage .news-main .item .right .text .text-b {
            margin-top: 0.09375rem;
            font-size: 0.0833333333rem;
            color: #1E1A17;
            line-height: 0.15625rem; }
        .newsPage .news-main .item .right .btn {
          margin-left: 0.21875rem;
          width: 0.296875rem;
          height: 0.296875rem;
          background: #D9DADE;
          border-radius: 50%;
          color: #fff;
          font-size: 0.125rem;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
      .newsPage .news-main .item:hover {
        cursor: pointer; }
        .newsPage .news-main .item:hover .btn {
          color: #fff;
          background: #279ED0; } }
@media screen and (max-width: 1200px) {
  .newsPage .news-main {
    margin-top: 1rem;
    padding-bottom: 1.5rem; }
    .newsPage .news-main .item {
      margin-bottom: 0.6666666667rem;
      display: flex;
      justify-content: space-between;
      padding: 0.5833333333rem 0.7166666667rem;
      box-shadow: 0 0 0.25rem #d9d9d9;
      cursor: pointer; }
      .newsPage .news-main .item .left {
        min-width: 1.3333333333rem;
        text-align: right; }
        .newsPage .news-main .item .left .date {
          font-weight: bold;
          font-size: 0.5rem;
          color: #279ED0; }
        .newsPage .news-main .item .left .year {
          font-size: 0.2666666667rem;
          color: #1E1A17;
          margin-top: 0.2666666667rem; }
      .newsPage .news-main .item .right {
        margin-left: 1rem;
        display: flex;
        align-items: center; }
        .newsPage .news-main .item .right .text {
          width: 4.1833333333rem; }
          .newsPage .news-main .item .right .text .text-t {
            font-weight: bold;
            font-size: 0.3333333333rem;
            color: #1E1A17;
            line-height: 20px2rem 20; }
          .newsPage .news-main .item .right .text .text-b {
            margin-top: 0.3rem;
            font-size: 0.2666666667rem;
            color: #1E1A17;
            line-height: 0.5rem; }
        .newsPage .news-main .item .right .btn {
          margin-left: 0.7rem;
          width: 0.95rem;
          height: 0.95rem;
          background: #D9DADE;
          border-radius: 50%;
          color: #fff;
          font-size: 0.4rem;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
      .newsPage .news-main .item:hover {
        cursor: pointer; }
        .newsPage .news-main .item:hover .btn {
          color: #fff;
          background: #279ED0; } }
@media screen and (min-width: 1200px) {
  .showPage .show-main .search {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: center; }
    .showPage .show-main .search .el-input-group__append {
      color: #fff;
      background: #279ED0;
      cursor: pointer; }
  .showPage .show-main .name-list {
    margin-top: 0.234375rem;
    margin-bottom: 0.1041666667rem;
    display: flex; }
    .showPage .show-main .name-list .item {
      font-weight: 400;
      font-size: 0.1041666667rem;
      color: #838383;
      margin-right: 0.2083333333rem; }
    .showPage .show-main .name-list .cur {
      border-bottom: 0.0104166667rem solid #63B7E6;
      padding-bottom: 0.0416666667rem;
      color: #63B7E6; }
  .showPage .show-main .list {
    display: flex;
    flex-wrap: wrap; }
    .showPage .show-main .list .item {
      margin-bottom: 0.1041666667rem;
      width: 1.4895833333rem;
      margin-right: 0.0625rem; }
      .showPage .show-main .list .item img {
        width: 1.4895833333rem;height: 1.4895833333rem; }
      .showPage .show-main .list .item .text {
        height: 0.3854166667rem;
        background: #F4F5F9;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 0.078125rem;
        color: #999999;
        line-height: 0.125rem;
        padding: 0 0.1145833333rem; }
    .showPage .show-main .list:nth-child(4n) {
      margin-right: 0; } }
@media screen and (max-width: 1200px) {
  .showPage .show-main {
    margin-top: 1rem; }
    .showPage .show-main .search {
      width: 80%;
      margin: auto;
      display: flex;
      justify-content: center; }
      .showPage .show-main .search .el-input-group__append {
        color: #fff;
        background: #279ED0;
        cursor: pointer; }
    .showPage .show-main .name-list {
      margin-top: 0.75rem;
      margin-bottom: 0.3333333333rem;
      display: flex;
      justify-content: center; }
      .showPage .show-main .name-list .item {
        font-weight: 400;
        font-size: 0.3333333333rem;
        color: #838383;
        margin-right: 0.3333333333rem; }
      .showPage .show-main .name-list .cur {
        border-bottom: 0.0333333333rem solid #63B7E6;
        padding-bottom: 0.1333333333rem;
        color: #63B7E6; }
    .showPage .show-main .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .showPage .show-main .list .item {
        margin-bottom: 0.3333333333rem;
        width: 4.6rem;
        margin-right: 0.2rem; }
        .showPage .show-main .list .item img {
          width: 4.6rem; }
        .showPage .show-main .list .item .text {
          height: 1.2333333333rem;
          background: #F4F5F9;
          display: flex;
          align-items: center;
          font-weight: 400;
          font-size: 0.25rem;
          color: #999999;
          line-height: 0.4rem;
          padding: 0 0.3666666667rem; }
      .showPage .show-main .list:nth-child(4n) {
        margin-right: 0; } }
@media screen and (min-width: 1200px) {
  .registerPage .register-main {
    background: #f4f6f6;
    padding: 0.2604166667rem 0; }
    .registerPage .register-main .baseWidth {
      background: #fff;
      padding: 0.2083333333rem; }
    .registerPage .register-main .register-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      font-weight: bold;
      font-size: 0.1041666667rem;
      line-height: 0.2708333333rem; }
      .registerPage .register-main .register-top .item {
        flex: 1;
        color: #9E9F9F;
        border-bottom: 0.0208333333rem solid #9E9F9F; }
      .registerPage .register-main .register-top .cur {
        color: #279ED0;
        border-bottom: 0.0208333333rem solid #279ED0; }
    .registerPage .register-main .form {
      margin-top: 0.2604166667rem; }
      .registerPage .register-main .form .code {
        display: flex; }
        .registerPage .register-main .form .code .codeInput {
          width: 0.5208333333rem; }
        .registerPage .register-main .form .code img {
          width: 0.5208333333rem;
          height: 0.2083333333rem;
          margin-left: 0.1041666667rem; }
      .registerPage .register-main .form .submitBtn {
        margin-top: 0.2083333333rem;
        width: 100%; } }
@media screen and (max-width: 1200px) {
  .registerPage .register-main {
    background: #f4f6f6;
    padding: 0.8333333333rem 0; }
    .registerPage .register-main .baseWidth {
      background: #fff;
      padding: 0.6666666667rem; }
    .registerPage .register-main .register-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      font-weight: bold;
      font-size: 0.3333333333rem;
      line-height: 0.8666666667rem; }
      .registerPage .register-main .register-top .item {
        flex: 1;
        color: #9E9F9F;
        border-bottom: 0.0666666667rem solid #9E9F9F; }
      .registerPage .register-main .register-top .cur {
        color: #279ED0;
        border-bottom: 0.0666666667rem solid #279ED0; }
    .registerPage .register-main .form {
      margin-top: 0.8333333333rem; }
      .registerPage .register-main .form .code {
        display: flex; }
        .registerPage .register-main .form .code .codeInput {
          width: 1.6666666667rem; }
        .registerPage .register-main .form .code img {
          width: 1.6666666667rem;
          height: 0.6666666667rem;
          margin-left: 0.3333333333rem; }
      .registerPage .register-main .form .submitBtn {
        margin-top: 0.6666666667rem;
        width: 100%; } }
@media screen and (min-width: 1200px) {
  .detailPage .name {
    margin-bottom: 0.15625rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.15625rem;
    color: #373739;
    margin-top: 0.3229166667rem; }
  .detailPage .time {
    font-weight: 400;
    font-size: 0.0833333333rem;
    color: #ABA8A8;
    line-height: 0.1875rem;
    text-align: center;
    margin-bottom: 0.3125rem; }
  .detailPage img {
    max-width: 90% !important; } }
@media screen and (max-width: 1200px) {
  .detailPage .name {
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.5rem;
    color: #373739;
    margin-top: 1.0333333333rem; }
  .detailPage .time {
    font-weight: 400;
    font-size: 0.2666666667rem;
    color: #ABA8A8;
    line-height: 0.6rem;
    text-align: center;
    margin-bottom: 1rem; }
  .detailPage img {
    max-width: 90% !important; } }

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