/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.case-banner {
  width: 100%;
  position: relative;
}
.case-banner .banner-bg {
  width: 100%;
  height: auto;
  display: block;
}
.case-banner .case-banner-container {
  position: absolute;
  height: 100%;
  left: 14.25%;
  top: 0;
  display: flex;
  align-items: center;
}
.case-banner .case-banner-container .banner-name-cn {
  color: #fff;
  font-size: 0.34rem;
  margin-bottom: 0;
}
.case-banner .case-banner-container .banner-name-en {
  color: #247AE6;
  font-size: 0.3rem;
  margin-bottom: 0;
}
.case-banner .case-banner-container .banner-right-img-bg {
  position: absolute;
  right: 0;
  bottom: -0.8rem;
  width: 2.54rem;
  height: 2.13rem;
  border-radius: 0.05rem;
}
.case-banner .case-banner-container .banner-right-img {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  width: 2.54rem;
  height: 1.9rem;
  border-radius: 0.05rem;
}
.mobile-container .case-banner .case-banner-container {
  left: 5%;
}
.mobile-container .case-banner .child-container {
  width: 90%;
}
.mobile-container .case-banner .banner-right-img-bg {
  display: none;
}
.mobile-container .case-banner .banner-right-img {
  display: none;
}

.coupon-container {
  background-color: #d2d3fb;
}
.coupon-container .banner {
  position: relative;
}
.coupon-container .banner .bg {
  width: 100%;
}
.coupon-container .banner .bnt {
  position: absolute;
  top: 56.64%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 31.145%;
  cursor: pointer;
}
.coupon-container .platform {
  margin: 0 auto;
  width: 10.91rem;
}
.coupon-container .platform > div {
  position: relative;
  margin-top: 0.27rem;
}
.coupon-container .platform > div .bg {
  width: 100%;
}
.coupon-container .platform > div .bnt {
  position: absolute;
  top: 1.209rem;
  left: 6.391rem;
  width: 3.618rem;
  cursor: pointer;
}
.coupon-container .platform > div .bnt.gt {
  top: 1.254rem;
}
.coupon-container .solution {
  position: relative;
  margin: 0 auto;
  margin-top: 0.27rem;
  width: 10.91rem;
}
.coupon-container .solution .bg {
  width: 100%;
}
.coupon-container .solution .bnt {
  position: absolute;
  top: 4.845rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.49rem;
  cursor: pointer;
}
.coupon-container.mobile-container {
  background-color: #ffffff;
}

.form .submit-btn {
  height: 48px;
  opacity: 0.96;
  background: linear-gradient(180deg, #ffcda4, #f69748 49%, #920ca9);
  border-radius: 4px;
  border-width: 0px;
}
.form .submit-btn span {
  width: 118px;
  height: 21px;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 2px;
}
.input-container .ant-input-prefix {
  margin-right: 10px;
}
.input-container .ant-input-group-addon {
  width: 30.952%;
}
.input-container .ant-input-group-addon .ant-input-search-button {
  border-width: 0px;
  padding: 0px;
  background: #e8f1ff;
  border-radius: 0px 2px 2px 0px;
  width: 100%;
}
.input-container .ant-input-group-addon .ant-input-search-button .ant-btn-loading-icon {
  display: none;
}
.input-container .ant-input-group-addon .ant-input-search-button span {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #247ae6;
  line-height: 22px;
}
.error-empty .ant-form-item-explain {
  display: contents;
}
.error-empty .ant-form-item-explain div {
  color: #f04042;
  position: absolute;
  top: 10px;
}
.error-warning .ant-form-item-explain {
  display: contents;
}
.error-warning .ant-form-item-explain div {
  color: #ff4d4f;
  background-color: #ffecec;
  position: absolute;
  top: 3px;
  padding: 6px 9px;
}
.input-style {
  border-radius: 4px;
  margin-bottom: 20px !important;
}
.item-input {
  border-radius: 4px;
  margin-bottom: 20px !important;
}
.item-input .ant-form-item-explain div {
  right: 8px;
}
.item-input-withicon {
  border-radius: 4px;
  margin-bottom: 20px !important;
}
.item-input-withicon .ant-form-item-explain div {
  right: 38px;
}
.item-input-withButton {
  border-radius: 4px;
  margin-bottom: 20px !important;
}
.item-input-withButton .ant-form-item-explain div {
  right: calc(6px + 30.952%);
}

.poster-container {
  background-color: #d2d3fb;
}
.poster-container .banner {
  position: relative;
  background-color: #234fe6;
  text-align: center;
  min-width: 1200px;
}
.poster-container .banner .bg {
  width: 100%;
  max-width: 1920px;
}
.poster-container .banner .form-title {
  position: absolute;
  top: 75px;
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
  font-weight: 800;
  text-align: left;
  color: #ffffff;
  line-height: 36px;
  text-shadow: 9px 7px 3px rgba(65, 33, 218, 0.34);
}
@media (max-width: 1920px) {
  .poster-container .banner .form-title {
    left: 68.729%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (min-width: 1921px) {
  .poster-container .banner .form-title {
    left: calc(50% + 302px);
  }
}
@media (max-width: 1440px) {
  .poster-container .banner .form-title {
    top: 45px;
  }
}
@media (max-width: 1350px) {
  .poster-container .banner .form-title {
    top: 10px;
  }
}
.poster-container .banner .form {
  text-align: left;
  position: absolute;
  width: 336px;
  top: 115px;
  left: 62.135%;
}
@media (max-width: 1440px) {
  .poster-container .banner .form {
    top: 75px;
  }
}
@media (max-width: 1350px) {
  .poster-container .banner .form {
    top: 45px;
  }
}
.poster-container .platform {
  margin: 0 auto;
  width: 10.91rem;
}
.poster-container .platform > div {
  position: relative;
  margin-top: 0.27rem;
}
.poster-container .platform > div .bg {
  width: 100%;
}
.poster-container .platform > div .bnt {
  position: absolute;
  top: 1.209rem;
  left: 6.391rem;
  width: 3.618rem;
  cursor: pointer;
}
.poster-container .platform > div .bnt.gt {
  top: 1.254rem;
}
.poster-container .solution {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.27rem;
  width: 10.91rem;
}
.poster-container .solution .bg {
  width: 100%;
}
.poster-container .solution .bnt {
  position: absolute;
  top: 4.845rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.49rem;
  cursor: pointer;
}
.poster-container.mobile-container {
  background-color: #ffffff;
}

.baidu-landing-register-form-h5 .submit-btn {
  height: 14.4vw;
  opacity: 0.96;
  background: linear-gradient(180deg, #ffcda4, #f69748 49%, #920ca9);
  border-radius: 0.533333vw;
  border-width: 0;
}
.baidu-landing-register-form-h5 .submit-btn span {
  font-size: 5.866667vw;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.266667vw;
}
.baidu-landing-register-form-h5 .prefix-icon {
  height: 4vw;
  width: 4vw;
  margin-right: 2.133333vw;
}
.baidu-landing-register-form-h5 .input-container {
  height: 12vw;
}
.baidu-landing-register-form-h5 .input-container .ant-select-selector {
  height: 12vw !important;
  align-items: center;
}
.baidu-landing-register-form-h5 .input-container .ant-input-wrapper {
  height: 12vw;
}
.baidu-landing-register-form-h5 .input-container .ant-input-wrapper input {
  height: 12vw;
}
.baidu-landing-register-form-h5 .input-container .ant-input-group-addon {
  width: 30.952%;
}
.baidu-landing-register-form-h5 .input-container .ant-input-group-addon .ant-input-search-button {
  border-width: 0;
  background: #e8f1ff;
  border-radius: 0 0.266667vw 0.266667vw 0;
  width: 100%;
}
.baidu-landing-register-form-h5 .input-container .ant-input-group-addon .ant-input-search-button .ant-btn-loading-icon {
  display: none;
}
.baidu-landing-register-form-h5 .input-container .ant-input-group-addon .ant-input-search-button span {
  font-size: 3.733333vw;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #247ae6;
  line-height: 2.933333vw;
}
.baidu-landing-register-form-h5 .error-empty .ant-form-item-explain {
  display: contents;
}
.baidu-landing-register-form-h5 .error-empty .ant-form-item-explain div {
  height: 90%;
  color: #f04042;
  position: absolute;
  top: 3.2vw;
}
.baidu-landing-register-form-h5 .error-warning .ant-form-item-explain {
  display: contents;
}
.baidu-landing-register-form-h5 .error-warning .ant-form-item-explain div {
  height: 90%;
  color: #ff4d4f;
  background-color: #ffecec;
  position: absolute;
  top: 0.4vw;
  padding: 2.4vw 1.2vw;
}
.baidu-landing-register-form-h5 .input-style {
  height: 12vw;
  border-radius: 0.533333vw;
  margin-bottom: 3.333333vw !important;
}
.baidu-landing-register-form-h5 .item-input {
  height: 12vw;
  border-radius: 0.533333vw;
  margin-bottom: 3.333333vw !important;
}
.baidu-landing-register-form-h5 .item-input .ant-form-item-explain div {
  right: 1.066667vw;
}
.baidu-landing-register-form-h5 .item-input-withicon {
  height: 12vw;
  border-radius: 0.533333vw;
  margin-bottom: 3.333333vw !important;
}
.baidu-landing-register-form-h5 .item-input-withicon .ant-form-item-explain div {
  right: 6.666667vw;
}
.baidu-landing-register-form-h5 .item-input-withButton {
  height: 12vw;
  border-radius: 0.533333vw;
  margin-bottom: 3.333333vw !important;
}
.baidu-landing-register-form-h5 .item-input-withButton .ant-form-item-explain div {
  right: calc(0.8vw + 30.952%);
}

.baiduad-media-advance {
  padding: 0.417rem 0.24rem;
  background-color: #ffffff;
}
.baiduad-media-advance .case-title {
  font-size: 0.283rem;
  font-weight: bold;
  color: #2b2b2b;
  text-align: center;
}
.baiduad-media-advance .content {
  margin-top: 0.425rem;
  display: flex;
  align-items: flex-start;
}
.baiduad-media-advance .content ul.left {
  position: relative;
  width: 1rem;
  background: url(/static/images/h5/baiduad_advance_group.png);
  background-size: 100% 100%;
  margin-top: 0.5rem;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.baiduad-media-advance .content ul.left li {
  padding: 0.339rem 0;
  margin: 0 0.03rem;
  font-size: 0.15rem;
  color: #2b2b2b;
  text-align: center;
  line-height: 0.25rem;
  list-style: none;
}
.baiduad-media-advance .content ul.left li.active {
  background: linear-gradient(0deg, #3fbbfe 0%, #a541ff 100%);
  color: #ffffff;
}
.baiduad-media-advance .content ul.left li:first-child.active {
  border-radius: 2vw 2vw 0 0;
}
.baiduad-media-advance .content ul.left li:last-child.active {
  border-radius: 0 0 2vw 2vw;
}
.baiduad-media-advance .content .right {
  flex: 1;
  margin-left: 0.283rem;
}
.baiduad-media-advance .content .right .logo {
  width: 1.2rem;
}
.baiduad-media-advance .content .right .logo.google {
  width: 1.183rem;
}
.baiduad-media-advance .content .right .logo.tiktok {
  width: 1.225rem;
}
.baiduad-media-advance .content .right > p {
  margin-top: 0.25rem;
  font-size: 0.167rem;
  color: #8c8c8c;
  text-align: left;
}
.baiduad-media-advance .content .right .pic {
  margin-top: 0.25rem;
  width: 4.1rem;
  max-width: 100%;
}
.baiduad-media-advance .sec-open-bnt {
  margin: 0 auto;
  margin-top: 0.416rem;
  width: 3.541rem;
  height: 0.583rem;
  background: url(/static/images/coupon/mobile/open_account_bnt.png) center no-repeat;
  background-size: 90% 90%;
}
.baiduad-media-advance .sec-open-bnt span {
  display: block;
  height: 0.583rem;
  font-size: 0.25rem;
  font-weight: 800;
  text-align: center;
  line-height: 0.583rem;
  background: linear-gradient(0deg, #b863f9 0%, #8231f4 55.37109375%, #5d00f9 90.99121094%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.baiduad-succcess-case {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 0.4rem;
}
.baiduad-succcess-case img.mobile-more-case {
  padding: auto;
  position: absolute;
  top: 0.425rem;
  right: -0.115rem;
  width: 1.108rem;
}
.baiduad-succcess-case .case-title {
  padding-top: 6.666667vw;
  font-size: 0.283rem;
  font-weight: bold;
  color: #2b2b2b;
  text-align: center;
}
.baiduad-succcess-case .content {
  margin-top: 0.575rem;
  padding: 0 0.3rem;
  display: flex;
}
.baiduad-succcess-case .content ul.left {
  position: relative;
  width: 1rem;
  background: url(/static/images/h5/baiduad_case_group.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  height: 6.24rem !important;
}
.baiduad-succcess-case .content ul.left li {
  padding: 0.373rem 0;
  margin: 0 0.03rem;
  font-size: 0.15rem;
  color: #2b2b2b;
  text-align: center;
  line-height: 0.25rem;
  list-style: none;
}
.baiduad-succcess-case .content ul.left li.active {
  background: linear-gradient(0deg, #3fbbfe 0%, #a541ff 100%);
  color: #ffffff;
}
.baiduad-succcess-case .content ul.left li:first-child.active {
  border-radius: 2vw 2vw 0 0;
}
.baiduad-succcess-case .content ul.left li:last-child.active {
  border-radius: 0 0 2vw 2vw;
}
.baiduad-succcess-case .content .right {
  flex: 1;
  margin-left: 0.283rem;
}
.baiduad-succcess-case .content .right .right-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.baiduad-succcess-case .content .right .right-title.effect {
  margin-top: 0.375rem;
}
.baiduad-succcess-case .content .right .right-title > img {
  width: 0.233rem;
}
.baiduad-succcess-case .content .right .right-title > span {
  margin-left: 0.533333vw;
  font-size: 0.164rem;
  font-weight: bold;
  color: #353535;
}
.baiduad-succcess-case .content .right > p.text {
  font-size: 0.164rem;
  color: #8c8c8c;
  text-align: left;
}
.baiduad-succcess-case .content .right .effect-targets {
  display: flex;
  align-items: center;
}
.baiduad-succcess-case .content .right .effect-targets > .target-img {
  width: 100%;
}
.baiduad-succcess-case .content .right .effect-targets .target {
  margin-right: 0.1rem;
  padding: 0.166rem 0.133rem 0.183rem 0.133rem;
  width: 25%;
  background: #fff5f4;
  border-radius: 0.167rem;
}
.baiduad-succcess-case .content .right .effect-targets .target .value {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.baiduad-succcess-case .content .right .effect-targets .target .value > .number {
  font-size: 0.271rem;
  font-weight: bold;
  color: #353535;
}
.baiduad-succcess-case .content .right .effect-targets .target .value > .unit {
  font-size: 0.133rem;
}
.baiduad-succcess-case .content .right .effect-targets .target .value > img {
  width: 0.15rem;
}
.baiduad-succcess-case .content .right .effect-targets .target .label {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: #8c8c8c;
  text-align: center;
}
.baiduad-succcess-case .content .right .effect-targets .target:last-child {
  margin-right: 0;
}
.baiduad-succcess-case .content .right > .case-pic {
  position: relative;
  margin-top: 0.267rem;
  width: 100%;
}
.baiduad-succcess-case .content .right > .case-pic > .case-bg {
  width: 100%;
}
.baiduad-succcess-case .content .right > .case-pic > .case-ex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.baiduad-succcess-case .content .right > .case-pic > .case-ex.case_home {
  max-height: 100%;
}
.baiduad-succcess-case .sec-open-bnt {
  margin: 0 auto;
  margin-top: 0.416rem;
  width: 3.541rem;
  height: 0.583rem;
  background: url(/static/images/coupon/mobile/open_account_bnt.png) center no-repeat;
  background-size: 90% 90%;
}
.baiduad-succcess-case .sec-open-bnt span {
  display: block;
  height: 0.583rem;
  font-size: 0.25rem;
  font-weight: 800;
  text-align: center;
  line-height: 0.583rem;
  background: linear-gradient(0deg, #b863f9 0%, #8231f4 55.37109375%, #5d00f9 90.99121094%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.baiduguanggao___2PUIY {
  padding-top: 12vw;
}
.baiduguanggao___2PUIY .bgImage___24wBU {
  width: 100%;
}
.baiduguanggao___2PUIY .form-wrap___20wrx {
  width: 80%;
  max-width: 80vw;
  position: absolute;
  left: 50%;
  top: 90vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.baiduguanggao___2PUIY .content-container___2WAGn {
  background-color: #d2d3fb;
  text-align: center;
}
.baiduguanggao___2PUIY .content-container___2WAGn .case-container___3yTgS {
  margin: auto;
  margin-top: 2.4vw;
  max-width: 93.6vw;
}
.baiduguanggao___2PUIY .content-container___2WAGn .platform-image___nTPJP {
  margin-top: 9.333333vw;
  max-width: 93.6vw;
}
.baiduguanggao___2PUIY .content-container___2WAGn .solution-image___HBS5l {
  margin-top: 2.133333vw;
  max-width: 93.6vw;
}
.baiduguanggao___2PUIY .content-container___2WAGn .footer-container___ucxtD {
  margin: auto;
  margin-top: 2.133333vw;
  max-width: 93.6vw;
  background-color: #ffffff;
}
.baiduguanggao___2PUIY .content-container___2WAGn .topBtn___1s3-u {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
}
.baiduguanggao___2PUIY .content-container___2WAGn .relative-container___2rd66 {
  position: relative;
}
.baiduguanggao___2PUIY .content-container___2WAGn .relative-container___2rd66 .btn1___3VqqP {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
  bottom: 65%;
}
.baiduguanggao___2PUIY .content-container___2WAGn .relative-container___2rd66 .btn2___1tscP {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
  bottom: 34%;
}
.baiduguanggao___2PUIY .content-container___2WAGn .relative-container___2rd66 .btn3___3Zx0H {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
  bottom: 2%;
}
.baiduguanggao___2PUIY .content-container___2WAGn .relative-container___2rd66 .btn4___3IYDg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
  bottom: 5%;
}

.baidubuild-succcess-case {
  position: relative;
  background-color: #ffffff;
}
.baidubuild-succcess-case .case-title {
  padding-top: 6.666667vw;
  font-size: 0.283rem;
  font-weight: bold;
  color: #2b2b2b;
  text-align: center;
}
.baidubuild-succcess-case .content {
  margin-top: 0.575rem;
  padding: 0 0.3rem;
  display: flex;
}
.baidubuild-succcess-case .content ul.left {
  position: relative;
  width: 1rem;
  background-image: linear-gradient(180deg, #ffab34 6%, #bf1ec9 95%);
  opacity: 0.69;
  border-radius: 2vw;
  height: 6.29rem !important;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.baidubuild-succcess-case .content ul.left li {
  padding: 0.36rem 0;
  margin: 0.032rem 0.03rem;
  font-size: 0.2rem;
  color: #2b2b2b;
  text-align: center;
  line-height: 0.25rem;
  list-style: none;
  background-color: #ffffff;
}
.baidubuild-succcess-case .content ul.left li.active {
  background: linear-gradient(180deg, #ffab34 4%, #bf1ec9);
  color: #ffffff;
}
.baidubuild-succcess-case .content ul.left li:first-child {
  margin-bottom: 0.033rem;
  border-radius: 1.6vw 1.6vw 0 0;
}
.baidubuild-succcess-case .content ul.left li:last-child {
  border-radius: 0 0 1.6vw 1.6vw;
}
.baidubuild-succcess-case .content .right {
  flex: 1;
  margin-left: 0.283rem;
}
.baidubuild-succcess-case .content .right .right-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.baidubuild-succcess-case .content .right .right-title.effect {
  margin-top: 0.375rem;
}
.baidubuild-succcess-case .content .right .right-title > img {
  width: 0.233rem;
}
.baidubuild-succcess-case .content .right .right-title > span {
  margin-left: 0.533333vw;
  font-size: 0.164rem;
  font-weight: bold;
  color: #353535;
}
.baidubuild-succcess-case .content .right > p.text {
  font-size: 0.164rem;
  color: #8c8c8c;
  text-align: left;
}
.baidubuild-succcess-case .content .right .effect-targets {
  display: flex;
  align-items: center;
}
.baidubuild-succcess-case .content .right .effect-targets > .target-img {
  width: 100%;
}
.baidubuild-succcess-case .content .right .effect-targets .target {
  margin-right: 0.1rem;
  padding: 0.166rem 0.133rem 0.183rem 0.133rem;
  width: 25%;
  background: #fff5f4;
  border-radius: 0.167rem;
}
.baidubuild-succcess-case .content .right .effect-targets .target .value {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.baidubuild-succcess-case .content .right .effect-targets .target .value > .number {
  font-size: 0.271rem;
  font-weight: bold;
  color: #353535;
}
.baidubuild-succcess-case .content .right .effect-targets .target .value > .unit {
  font-size: 0.133rem;
}
.baidubuild-succcess-case .content .right .effect-targets .target .value > img {
  width: 0.15rem;
}
.baidubuild-succcess-case .content .right .effect-targets .target .label {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: #8c8c8c;
  text-align: center;
}
.baidubuild-succcess-case .content .right .effect-targets .target:last-child {
  margin-right: 0;
}
.baidubuild-succcess-case .content .right > .case-pic {
  position: relative;
  margin-top: 0.267rem;
  width: 100%;
}
.baidubuild-succcess-case .content .right > .case-pic > .case-bg {
  width: 100%;
}
.baidubuild-succcess-case .content .right > .case-pic > .case-ex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.baidubuild-succcess-case .content .right > .case-pic > .case-ex.case_home {
  max-height: 100%;
}

.baidubuild___1kxON {
  padding-top: 12vw;
}
.baidubuild___1kxON .bgImage___1WNHC {
  width: 100%;
}
.baidubuild___1kxON .form-wrap___1Hz8N {
  width: 80%;
  max-width: 80vw;
  position: absolute;
  top: 85vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.baidubuild___1kxON .content-container___3hOOR {
  background-color: #ffffff;
  text-align: center;
}
.baidubuild___1kxON .content-container___3hOOR .case-container___3e1lc {
  margin: auto;
  margin-top: 2.4vw;
  max-width: 93.6vw;
}
.baidubuild___1kxON .content-container___3hOOR .image2___21sD4 {
  margin-top: 11.333333vw;
  max-width: 86.133333vw;
}
.baidubuild___1kxON .content-container___3hOOR .image3___32zSN {
  margin-top: 8.533333vw;
  max-width: 100vw;
}
.baidubuild___1kxON .content-container___3hOOR .image5___1NGie {
  margin-top: 7.866667vw;
  max-width: 100vw;
}
.baidubuild___1kxON .content-container___3hOOR .btn2___2pT8B {
  margin-top: 6.933333vw;
  max-width: 80.133333vw;
}
.baidubuild___1kxON .content-container___3hOOR .btn4___3FYMV {
  margin-top: 12.133333vw;
  max-width: 80.133333vw;
}
.baidubuild___1kxON .content-container___3hOOR .footer-container___2etlk {
  margin: auto;
  margin-top: 2.133333vw;
  max-width: 93.6vw;
  background-color: #ffffff;
}
.baidubuild___1kxON .content-container___3hOOR .relative-container___2PI8X {
  position: relative;
}
.baidubuild___1kxON .content-container___3hOOR .relative-container___2PI8X .btn3___1BVdc {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 8vw;
  max-width: 80.133333vw;
}
.baidubuild___1kxON .content-container___3hOOR .relative-container___2PI8X .btn5___3lwaO {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 10.8vw;
  max-width: 80.133333vw;
}

.card___1nVkB {
  margin: 0 auto;
  width: 100%;
  height: 85.333333vw;
  background: #ffffff;
  border-radius: 1.066667vw;
  border: 0.133333vw solid #dadcdd;
  position: relative;
  margin-bottom: 6.666667vw;
}
.card___1nVkB img {
  width: 100%;
  height: 50.666667vw;
  border-radius: 0.4vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.card___1nVkB section {
  padding: 4.533333vw 5.333333vw;
}
.card___1nVkB section .title___FQerB {
  font-size: 4vw;
  font-weight: 400;
  color: #000000;
  line-height: 4.8vw;
}
.card___1nVkB section p {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #9da0a3;
  line-height: 5.333333vw;
  margin-top: 3.2vw;
}
.card___1nVkB .card-icon___IhERa {
  position: absolute;
  bottom: 5.333333vw;
  right: 5.333333vw;
  width: 2.666667vw;
  height: 2.666667vw;
}

.result___3PSbZ {
  width: 100%;
  background: #eef4ff;
  margin-right: 1.333333vw;
  border-radius: 0.666667vw;
  padding: 1.733333vw 2.666667vw;
}
.result___3PSbZ:last-child {
  margin-right: 0;
}
.result___3PSbZ .numbers___3Yxgn {
  margin-bottom: 0;
}
.result___3PSbZ .numbers___3Yxgn span {
  height: 3.466667vw;
  font-size: 3.466667vw;
  color: #292a2d;
}
.result___3PSbZ .numbers___3Yxgn span i {
  font-style: normal;
  font-size: 3.466667vw;
  color: #292a2d;
  height: 3.466667vw;
  line-height: 3.466667vw;
}
.result___3PSbZ .numbers___3Yxgn .shape___3oPCX {
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 1.066667vw;
}
.result___3PSbZ .text___3Iso0 {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #76777b;
  line-height: 4vw;
  margin-bottom: 0;
}

.banner-container___13tJo {
  height: 90.666667vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 29.2vw 6.8vw;
}
.banner-container___13tJo h5 {
  width: 64vw;
  height: 15.466667vw;
  font-size: 6.133333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 7.733333vw;
  letter-spacing: 0.266667vw;
  margin-bottom: 4.133333vw;
}
.banner-container___13tJo h6 {
  height: 10.666667vw;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 5.333333vw;
  margin-bottom: 4.8vw;
}
.banner-container___13tJo .btn___1RDx3 {
  width: 34.133333vw;
  height: 9.066667vw;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%);
  border-radius: 0.533333vw;
  font-size: 3.2vw;
  font-weight: 600;
  color: #247ae6;
  line-height: 9.066667vw;
}

.footer-contariner___F-3FC {
  height: 44vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.6vw 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer-contariner___F-3FC .left___17QDR {
  width: 26.4vw;
}
.footer-contariner___F-3FC .left___17QDR img {
  width: 26.4vw;
  height: 26.666667vw;
}
.footer-contariner___F-3FC .left___17QDR h6 {
  font-size: 3.2vw;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.57);
  line-height: 4.4vw;
  text-align: center;
  margin-top: 1.2vw;
}
.footer-contariner___F-3FC .right___2YgZ0 {
  margin-left: 3.733333vw;
}
.footer-contariner___F-3FC .right___2YgZ0 h5 {
  font-size: 4.8vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6.4vw;
  margin-bottom: 7.733333vw;
}
.footer-contariner___F-3FC .right___2YgZ0 h6 {
  font-size: 4vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 4.266667vw;
  margin-bottom: 2.933333vw;
}
.footer-contariner___F-3FC .right___2YgZ0 p {
  font-size: 3.2vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 4.266667vw;
}

.am-list-header {
  padding: 15px 15px 9px 15px;
  font-size: 14px;
  color: #888;
  width: 100%;
  box-sizing: border-box;
}
.am-list-footer {
  padding: 9px 15px 15px 15px;
  font-size: 14px;
  color: #888;
}
.am-list-body {
  position: relative;
  background-color: #fff;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-top: none;
  }
  html:not([data-scale]) .am-list-body::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-list-body div:not(:last-child) .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-list-item {
  position: relative;
  display: flex;
  padding-left: 15px;
  min-height: 44px;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  transition: background-color 200ms;
  align-items: center;
  /* list左图片显示*/
}
.am-list-item .am-list-ripple {
  position: absolute;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.am-list-item .am-list-ripple.am-list-ripple-animate {
  background-color: hsla(0, 0%, 62%, 0.2);
  -webkit-animation: ripple 1s linear;
          animation: ripple 1s linear;
}
.am-list-item.am-list-item-top .am-list-line {
  align-items: flex-start;
}
.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
  margin-top: 2px;
}
.am-list-item.am-list-item-middle .am-list-line {
  align-items: center;
}
.am-list-item.am-list-item-bottom .am-list-line {
  align-items: flex-end;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra {
  color: #f50;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief {
  color: #f50;
}
.am-list-item.am-list-item-active {
  background-color: #ddd;
}
.am-list-item.am-list-item-disabled .am-list-line .am-list-content,
.am-list-item.am-list-item-disabled .am-list-line .am-list-extra {
  color: #bbb;
}
.am-list-item img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.am-list-item .am-list-thumb:first-child {
  margin-right: 15px;
}
.am-list-item .am-list-thumb:last-child {
  margin-left: 8px;
}
.am-list-item .am-list-line {
  position: relative;
  display: flex;
  flex: 1;
  align-self: stretch;
  padding-right: 15px;
  overflow: hidden;
  /* list左侧主内容*/
  /* list右补充内容*/
  /* 辅助性文字*/
  /* list右侧箭头*/
}
.am-list-item .am-list-line .am-list-content {
  flex: 1;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
  padding-bottom: 7px;
}
.am-list-item .am-list-line .am-list-extra {
  flex-basis: 36%;
  color: #888;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
  padding-bottom: 7px;
}
.am-list-item .am-list-line .am-list-title {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-brief {
  color: #888;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 6px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-arrow {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  visibility: hidden;
}
.am-list-item .am-list-line .am-list-arrow-horizontal {
  visibility: visible;
}
.am-list-item .am-list-line .am-list-arrow-vertical {
  visibility: visible;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.am-list-item .am-list-line .am-list-arrow-vertical-up {
  visibility: visible;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.am-list-item .am-list-line-multiple {
  padding: 12.5px 15px 12.5px 0;
}
.am-list-item .am-list-line-multiple .am-list-content {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-multiple .am-list-extra {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-wrap .am-list-content {
  white-space: normal;
}
.am-list-item .am-list-line-wrap .am-list-extra {
  white-space: normal;
}
.am-list-item select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.baiduguanggao___1gM1s {
  padding-top: 12vw;
}
.baiduguanggao___1gM1s .bgImage___2Cjkp {
  width: 100%;
}
.baiduguanggao___1gM1s .form-wrap___S0H9i {
  width: 80%;
  max-width: 80vw;
  position: absolute;
  left: 50%;
  top: 90vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.baiduguanggao___1gM1s .content-container___3GCbp {
  background-color: #d2d3fb;
  text-align: center;
  padding-top: 5.866667vw;
}
.baiduguanggao___1gM1s .content-container___3GCbp .case-container___2g3tr {
  margin: auto;
  margin-top: 2.4vw;
  max-width: 93.6vw;
}
.baiduguanggao___1gM1s .content-container___3GCbp .platform-image___3kbPP {
  margin-top: 2.133333vw;
  max-width: 93.6vw;
}
.baiduguanggao___1gM1s .content-container___3GCbp .solution-image___30OI- {
  margin-top: 2.133333vw;
  max-width: 93.6vw;
}
.baiduguanggao___1gM1s .content-container___3GCbp .footer-container___3nKoJ {
  margin: auto;
  margin-top: 2.133333vw;
  max-width: 93.6vw;
  background-color: #ffffff;
}
.baiduguanggao___1gM1s .content-container___3GCbp .topBtn___1pEJF {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
}
.baiduguanggao___1gM1s .content-container___3GCbp .relative-container___3zN5W {
  position: relative;
}
.baiduguanggao___1gM1s .content-container___3GCbp .relative-container___3zN5W .btn1___31ZMR {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
  bottom: 5%;
}
.baiduguanggao___1gM1s .content-container___3GCbp .relative-container___3zN5W .btn4___3bJBM {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10.666667vw;
  bottom: 5%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #247ae6;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #247ae6;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #247ae6;
  border-color: #247ae6;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #247ae6;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

.landing-overseas___3fRaQ {
  position: relative;
  background: linear-gradient(90deg, #9a22e8 0%, #7259f2 22%, #3a84f0 49%, #8451ee 100%);
  box-sizing: content-box;
  padding-bottom: 31.066667vw;
}
.landing-overseas___3fRaQ .logo___3Jz9q {
  padding: 4vw 0 0 8.133333vw;
  margin: 0;
}
.landing-overseas___3fRaQ .logo___3Jz9q img {
  width: 100%;
}
.landing-overseas___3fRaQ > div {
  text-align: center;
}
.landing-overseas___3fRaQ .w-680___suYY9 {
  width: 90.666667vw;
}
.landing-overseas___3fRaQ .w-690___2YL-V {
  width: 92vw;
}
.landing-overseas___3fRaQ .website___3zw4b {
  position: absolute;
  right: 3.866667vw;
  top: 3.866667vw;
  color: #fff;
  font-size: 3.2vw;
  font-weight: normal;
}
.landing-overseas___3fRaQ .row-center___1DSEZ {
  text-align: center;
}
.landing-overseas___3fRaQ .slogen1___1mPLJ {
  width: 57.733333vw;
}
.landing-overseas___3fRaQ .slogen2___L6VKU {
  width: 77.6vw;
}
.landing-overseas___3fRaQ .form-wrap____92yw {
  margin-left: auto;
  margin-right: auto;
  width: 77.333333vw;
  height: auto;
  text-align: center;
}
.landing-overseas___3fRaQ .form-wrap____92yw .code-row___2xz_d {
  position: relative;
}
.landing-overseas___3fRaQ .form-wrap____92yw .code-btn___1BtOj {
  position: absolute;
  right: 3.333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9c9ea4;
}
.landing-overseas___3fRaQ .form-wrap____92yw .code-btn___1BtOj.able___Z2Mlv {
  color: #247ae6;
}
.landing-overseas___3fRaQ .form-wrap____92yw a {
  color: #fff;
}
.landing-overseas___3fRaQ .form-wrap____92yw .ant-input {
  height: 12.266667vw !important;
  border-radius: 2.666667vw;
}
.landing-overseas___3fRaQ .form-wrap____92yw .ant-input:focus {
  border: 0.266667vw solid #78b2fd !important;
}
.landing-overseas___3fRaQ .form-wrap____92yw .ant-row {
  justify-content: center;
}
.landing-overseas___3fRaQ .form-wrap____92yw .ant-checkbox-wrapper {
  color: #fff;
  text-align: left;
}
.landing-overseas___3fRaQ .form-wrap____92yw .ant-btn {
  width: 53.333333vw;
  height: 10.666667vw;
  position: relative;
  opacity: 0.96;
  background: linear-gradient(180deg, #ffab34 4%, #bf1ec9);
  border-radius: 5.333333vw !important;
  border: none;
  color: #fff;
  font-size: 5.333333vw;
}
@-webkit-keyframes bounceIn___1EluC {
  50% {
    width: 56vw;
    height: 11.066667vw;
  }
  100% {
    width: 53.333333vw;
    height: 10.666667vw;
  }
}
@keyframes bounceIn___1EluC {
  50% {
    width: 56vw;
    height: 11.066667vw;
  }
  100% {
    width: 53.333333vw;
    height: 10.666667vw;
  }
}
.landing-overseas___3fRaQ .bottom-btn-wrap___2QgOF {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 8.4vw;
}
.landing-overseas___3fRaQ .bottom-btn___2UsnK {
  width: 92vw;
  height: 16vw;
  opacity: 1;
  background: linear-gradient(180deg, #fabd70, #b42dc8 100%);
  border-radius: 8vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  margin: 0 auto;
  line-height: 1.2;
}
.landing-overseas___3fRaQ .bottom-btn___2UsnK .tit___2zlff {
  font-size: 5.333333vw;
  font-weight: 600;
}
.landing-overseas___3fRaQ .bottom-btn___2UsnK .sub-tit___1lp4p {
  font-size: 3.2vw;
}
.modal-wrap___2qEcc {
  text-align: center;
  font-size: 4.266667vw;
}
.modal-wrap___2qEcc .ant-modal-body {
  padding: 5.333333vw 5.333333vw 3.333333vw 5.333333vw;
  font-size: 4.266667vw;
  line-height: 1.1;
}
.modal-wrap___2qEcc h3 {
  font-size: 4.8vw;
}
.modal-wrap___2qEcc .ant-modal-footer {
  text-align: center;
}
.modal-wrap___2qEcc .ant-modal-footer .ant-btn {
  font-size: 4.266667vw;
}
.modal-wrap___2qEcc .countdown___1Nc5a {
  color: #9c9ea4;
}

.toutiaoguanggao___2kn4x .bgImage___3jLb4 {
  width: 100%;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 {
  margin-left: auto;
  margin-right: auto;
  width: 77.333333vw;
  height: auto;
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .code-row___3OmKs {
  position: relative;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .code-btn___2FJXg {
  position: absolute;
  right: 3.333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9c9ea4;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .code-btn___2FJXg.able___1oW_8 {
  color: #247ae6;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 a {
  color: #fff;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-input {
  height: 12.266667vw !important;
  border-radius: 1.6vw;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-input:focus {
  border: 0.266667vw solid #78b2fd !important;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-row {
  justify-content: center;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-checkbox-wrapper {
  color: #fff;
  text-align: left;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-btn {
  position: relative;
  font-size: 5.333333vw;
  font-weight: 600;
  color: #214ab9;
  width: 100%;
  height: 13.6vw;
  background: linear-gradient(180deg, #fff257, #d7c90b);
  border: 0.4vw solid #fffddd;
  border-radius: 1.6vw;
  box-shadow: 0 1.066667vw 2.133333vw 0 rgba(25, 39, 70, 0.49);
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-select {
  width: 100%;
  height: 12.266667vw;
  border-radius: 1.6vw;
  text-align: left;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-select .ant-select-selector {
  height: 100%;
  border-radius: 1.6vw;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-select .ant-select-selector span {
  height: 100%;
  line-height: 12.266667vw;
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .ant-select .ant-select-arrow svg {
  height: 3.2vw;
  width: 3.2vw;
  color: #45474d;
}
@-webkit-keyframes bounceIn___21rvd {
  50% {
    width: 56vw;
    height: 11.066667vw;
  }
  100% {
    width: 53.333333vw;
    height: 10.666667vw;
  }
}
@keyframes bounceIn___21rvd {
  50% {
    width: 56vw;
    height: 11.066667vw;
  }
  100% {
    width: 53.333333vw;
    height: 10.666667vw;
  }
}
.toutiaoguanggao___2kn4x .form-wrap___2-uN9 .submit-button___bQyqn {
  width: 100%;
}
.toutiaoguanggao___2kn4x .bottom-btn___2B1gG {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.533333vw;
  font-size: 5.333333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 7.466667vw;
  text-shadow: 0 0.533333vw 1.066667vw 0 rgba(9, 17, 77, 0.53);
  width: 92vw;
  height: 16vw;
  background: linear-gradient(180deg, #ffd0aa, #d7540b);
  border-radius: 1.6vw;
  border-width: 0;
  box-shadow: 0 0.533333vw 1.066667vw 0 rgba(9, 17, 77, 0.53);
}
.toutiaoguanggao___2kn4x .bottom-btn___2B1gG div {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 4.4vw;
  letter-spacing: 0.266667vw;
  text-shadow: 0 0.533333vw 1.066667vw 0 rgba(9, 17, 77, 0.53);
}

.toutiaojianzhan____Gw2G .bgImage___16ep2 {
  width: 100%;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj {
  margin-left: auto;
  margin-right: auto;
  width: 77.333333vw;
  height: auto;
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .code-row___1dMm7 {
  position: relative;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .code-btn___1NwC_ {
  position: absolute;
  right: 3.333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9c9ea4;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .code-btn___1NwC_.able___2VvkQ {
  color: #247ae6;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj a {
  color: #fff;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-input {
  height: 12.266667vw !important;
  border-radius: 1.6vw;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-input:focus {
  border: 0.266667vw solid #78b2fd !important;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-row {
  justify-content: center;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-checkbox-wrapper {
  color: #fff;
  text-align: left;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-btn {
  position: relative;
  font-size: 5.333333vw;
  font-weight: 600;
  color: #214ab9;
  width: 100%;
  height: 13.6vw;
  background: linear-gradient(180deg, #fff257, #d7c90b);
  border: 0.4vw solid #fffddd;
  border-radius: 1.6vw;
  box-shadow: 0 1.066667vw 2.133333vw 0 rgba(25, 39, 70, 0.49);
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-select {
  width: 100%;
  height: 12.266667vw;
  border-radius: 1.6vw;
  text-align: left;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-select .ant-select-selector {
  height: 100%;
  border-radius: 1.6vw;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-select .ant-select-selector span {
  height: 100%;
  line-height: 12.266667vw;
}
.toutiaojianzhan____Gw2G .form-wrap___1DUzj .ant-select .ant-select-arrow svg {
  height: 3.2vw;
  width: 3.2vw;
  color: #45474d;
}
@-webkit-keyframes bounceIn___2bYLK {
  50% {
    width: 56vw;
    height: 11.066667vw;
  }
  100% {
    width: 53.333333vw;
    height: 10.666667vw;
  }
}
@keyframes bounceIn___2bYLK {
  50% {
    width: 56vw;
    height: 11.066667vw;
  }
  100% {
    width: 53.333333vw;
    height: 10.666667vw;
  }
}
.toutiaojianzhan____Gw2G .button-container___1Gd33 .btn2___2Geuw {
  margin-top: -28vw;
}
.toutiaojianzhan____Gw2G .button-container___1Gd33 .btn3___h7uGk {
  margin-top: -52vw;
}
.toutiaojianzhan____Gw2G .button-container___1Gd33 .jump-button___1nns5 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 5.333333vw;
  font-weight: 600;
  color: #214ab9;
  width: 75%;
  height: 13.6vw;
  background: linear-gradient(180deg, #fff257, #d7c90b);
  border: 0.4vw solid #fffddd;
  border-radius: 1.6vw;
  box-shadow: 0 1.066667vw 2.133333vw 0 rgba(25, 39, 70, 0.49);
}
.toutiaojianzhan____Gw2G .bottom-btn___2ANbY {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -18.133333vw;
  width: 92vw;
  height: 16vw;
  background: linear-gradient(180deg, #ffd0aa, #d7540b);
  border-radius: 1.6vw;
  border-width: 0;
  box-shadow: 0 0.533333vw 1.066667vw 0 rgba(9, 17, 77, 0.53);
  font-size: 5.333333vw;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #ffffff;
  line-height: 7.466667vw;
  text-shadow: 0 0.533333vw 1.066667vw 0 rgba(9, 17, 77, 0.53);
}

.details-container___tPiC_ {
  padding-top: 12vw;
  padding-bottom: 13.333333vw;
}
.details-container___tPiC_ h5 {
  width: 89.333333vw;
  margin: 0 auto;
  font-size: 8vw;
  color: #247ae6;
  text-align: center;
  padding-top: 6.666667vw;
}
.details-container___tPiC_ h6 {
  font-size: 4.8vw;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  margin-top: 8vw;
  font-weight: normal;
}
.details-container___tPiC_ section {
  width: 89.333333vw;
  margin: 0 auto;
}
.details-container___tPiC_ section img {
  width: 100% !important;
  height: auto !important;
}
.details-container___tPiC_ .bom___JdUIO {
  width: 89.333333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8vw;
}
.details-container___tPiC_ .bom___JdUIO .next___2-GDR,
.details-container___tPiC_ .bom___JdUIO .prev___3Bjpz {
  width: 6.666667vw;
  height: 6.666667vw;
  fill: #247ae6;
}
.details-container___tPiC_ .bom___JdUIO .prev___3Bjpz {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /*IE*/
  -webkit-filter: FlipH;
          filter: FlipH;
}
.details-container___tPiC_ .spin-box___1tDZB {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vw;
  width: 100%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
  line-height: unset;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #247ae6;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(36, 122, 230, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #247ae6;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #247ae6;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #247ae6;
}
.ant-radio-checked .ant-radio-inner::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: #595959;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: #595959;
}
.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #247ae6;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(36, 122, 230, 0.08);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #247ae6;
  background: #fff;
  border-color: #247ae6;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #247ae6;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #247ae6;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #4e9df2;
  border-color: #4e9df2;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #4e9df2;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #155cbf;
  border-color: #155cbf;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #155cbf;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(36, 122, 230, 0.08);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #247ae6;
  border-color: #247ae6;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #4e9df2;
  border-color: #4e9df2;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #155cbf;
  border-color: #155cbf;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(36, 122, 230, 0.08);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #4e9df2;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}

.banner-container___3ZL03 {
  height: 90.666667vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 29.2vw 6.8vw;
}
.banner-container___3ZL03 h5 {
  width: 64vw;
  font-size: 6.133333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 7.733333vw;
  letter-spacing: 0.266667vw;
  margin-bottom: 4.133333vw;
}
.banner-container___3ZL03 h6 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 4.8vw;
}
.banner-container___3ZL03 .btn___2xytg {
  width: 34.133333vw;
  height: 9.066667vw;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%);
  border-radius: 0.533333vw;
  font-size: 3.2vw;
  font-weight: 600;
  color: #247ae6;
  line-height: 9.066667vw;
}

.portal_box___uUamM {
  background: #fff;
  border-radius: 0.533333vw;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20%;
  width: 55.466667vw;
}
.mask___16mxX {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  top: 0;
  left: 0;
}
.mask___16mxX > svg {
  width: 8vw;
  height: 8vw;
  fill: #fff;
  position: absolute;
  top: 20%;
  margin-top: -8vw;
  left: calc(50% + 30vw);
  cursor: pointer;
}
.portal_regist___22FkB {
  padding: 5.866667vw 6vw;
  text-align: center;
}
.portal_regist___22FkB svg {
  width: 7.466667vw;
  height: 7.466667vw;
  display: block;
  margin: 0 auto;
}
.portal_regist___22FkB p {
  margin: 0;
}
.portal_regist___22FkB .title___18cdI {
  color: #242428;
  line-height: 4.266667vw;
  font-size: 4.8vw;
  font-weight: 600;
  margin: 2.133333vw 0 4.266667vw;
  margin-bottom: 5.333333vw;
}
.portal_regist___22FkB .ctitle___2OP96 {
  text-align: center;
  color: #242428;
  margin-bottom: 2.133333vw;
  font-size: 3.733333vw;
  font-weight: 400;
  line-height: 5.6vw;
}
.portal_regist___22FkB .des___1Ti6p {
  text-align: center;
  color: #242428;
  margin-bottom: 5.333333vw;
  font-size: 3.733333vw;
  font-weight: 400;
  line-height: 5.6vw;
}
.portal_regist___22FkB .time___2cGT- {
  font-size: 3.733333vw;
  font-weight: 400;
  text-align: center;
  color: #9da0a3;
  line-height: 5.6vw;
  margin: 2.666667vw 0 2.133333vw;
}
.portal_regist___22FkB .ant-btn {
  min-width: 22vw;
  padding: 0 2.133333vw;
  height: 8vw;
  background: linear-gradient(103deg, #247ae6 25%, #1f29b2 100%);
  font-size: 3.2vw;
  text-align: center;
}
.portal_login___tE5dY {
  padding: 5.866667vw;
  background: url('/static/images/pc/new_hand_modal_bg.png') no-repeat 0 0% 100%;
  text-align: center;
  color: #242428;
}
.portal_login___tE5dY .title___18cdI {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 4.266667vw;
  margin-bottom: 5.333333vw;
}
.portal_login___tE5dY .des___1Ti6p {
  font-size: 3.733333vw;
  font-weight: 400;
  line-height: 5.6vw;
  margin-bottom: 5.333333vw;
}
.portal_login___tE5dY .ant-btn {
  padding: 0 2.133333vw;
  height: 8vw;
  background: linear-gradient(103deg, #247ae6 25%, #1f29b2 100%);
  font-size: 3.2vw;
  min-width: 22vw;
  text-align: center;
}
.portal_login___tE5dY svg {
  position: absolute;
  width: 4.266667vw;
  height: 4.266667vw;
  fill: rgba(156, 158, 163);
  right: 3.2vw;
  top: 3.2vw;
  cursor: pointer;
}
.h5___3bwzD {
  width: 80%;
}

.portal_box___3ubbo {
  background: #fff;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20%;
  width: 416px;
}
.mask___1xbe6 {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  top: 0;
  left: 0;
}
.mask___1xbe6 > svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  position: absolute;
  top: 20%;
  margin-top: -40px;
  left: calc(50% + 225px);
  cursor: pointer;
}
.portal_regist___3mLSC {
  padding: 40px 44px;
  text-align: center;
}
.portal_regist___3mLSC svg {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto;
}
.portal_regist___3mLSC p {
  margin: 0;
}
.portal_regist___3mLSC .title___1upYE {
  font-weight: 600;
  color: #242428;
  line-height: 32px;
  font-size: 24px;
  margin: 16px 0 32px;
}
.portal_regist___3mLSC .ctitle___mpRUv {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #242428;
  line-height: 30px;
  margin-bottom: 13px;
}
.portal_regist___3mLSC .des____tLI0 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #242428;
  line-height: 30px;
  margin-bottom: 8px;
}
.portal_regist___3mLSC .time___VuVKF {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #9da0a3;
  line-height: 20px;
  margin: 32px 0 16px;
}
.portal_regist___3mLSC .ant-btn {
  width: 110px;
  height: 40px;
  background: linear-gradient(103deg, #247ae6 25%, #1f29b2 100%);
}
.portal_login___15SqZ {
  padding: 40px 44px;
  background: url('/static/images/pc/new_hand_modal_bg.png') no-repeat 0 0/100% 100%;
  text-align: center;
  color: #242428;
}
.portal_login___15SqZ .title___1upYE {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.portal_login___15SqZ .des____tLI0 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 32px 0;
}
.portal_login___15SqZ .ant-btn {
  height: 40px;
  background: linear-gradient(103deg, #247ae6 25%, #1f29b2 100%);
}
.portal_login___15SqZ > span {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.portal_login___15SqZ > span > svg {
  width: 20px;
  height: 20px;
  fill: rgba(156, 158, 163);
}
.h5___2p_Sy {
  width: 90%;
}

.banner-container___1Nzit {
  background: #247ae6;
  height: 90.666667vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-container {
  color: #fff;
  position: relative;
  background-color: #142b4c;
}
.header-container .primary-btn {
  color: #fff;
  background: #247ae6;
  font-size: 0.18rem;
  padding: 1.04% 4.86%;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  margin-bottom: 12.08%;
}
.header-container .banner-bg {
  z-index: -10;
  width: 100%;
  height: auto;
  display: block;
}
.header-container .banner-bg-opacity {
  position: relative;
  width: 100%;
  top: 0;
}
.header-container .ant-carousel {
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-carousel .slick-dots {
  margin-bottom: 30px;
  display: flex !important;
  justify-content: center;
}
.banner-carousel .slick-dots button {
  height: 6px !important;
}
.mobile-container .banner-carousel .slick-dots {
  margin-bottom: 10px;
}
.mobile-container .banner-carousel .slick-dots button {
  height: 3px !important;
}

.dataContainer {
  padding-bottom: 57px;
  position: relative;
}
.dataContainer .data-story {
  text-align: center;
  margin-top: 40px;
}
.dataContainer .data-story a {
  color: #262626;
}
.dataContainer .data-story a:hover {
  color: #247ae6;
}
.dataContainer .data-story .grayColor {
  color: #9da0a3;
  font-size: 0.14rem;
  text-align: left;
  width: 3.2rem;
  position: relative;
  left: 0.84rem;
  margin-top: 10px;
}
.dataContainer .data-count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 63px;
}
.dataContainer .data-count .medium-text {
  font-size: 0.3rem;
  color: #000;
  margin-right: 6px;
  width: 1rem;
  font-weight: bold;
}
.dataContainer .data-count .divider {
  width: 5.56%;
  border: 1px solid #cbcdd0;
  margin: 0 3.47%;
}

.solutionContainer {
  position: relative;
  display: flex;
  justify-content: center;
}
.solutionContainer .bgs {
  width: 100%;
  height: 8.6rem;
}
.solutionContainer .bgs .solution-bg {
  width: 100%;
  height: 8.6rem;
}
.solutionContainer .title {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 0.16rem;
}
.solutionContainer .title .chinese {
  color: #fff;
}
.solutionContainer .title .line {
  color: #fff;
}
.solutionContainer .solution-con {
  width: 100%;
  display: flex;
  justify-content: center;
}
.solutionContainer .explain {
  position: absolute;
  z-index: 10;
  top: 2.55rem;
  width: 7.15rem;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.0231rem;
}
.solutionContainer .explain svg {
  width: 0.32rem;
  height: 0.28rem;
  margin-right: 0.344rem;
  color: #3790ff;
}
.solutionContainer .explain p:nth-child(1) {
  color: #3790ff;
}
.solutionContainer .explain p:nth-child(2) {
  margin-left: 0.7rem;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  line-height: 0.44rem;
  letter-spacing: 0.014rem;
}
.solutionContainer .solution {
  display: flex;
  width: 75%;
  position: absolute;
  bottom: 8%;
  color: #fff;
  min-width: 1200px;
  justify-content: space-between;
}
.solutionContainer .solution .plane {
  position: absolute;
  width: 91%;
  top: 0.6rem;
  z-index: 9;
}
.solutionContainer .solution .solution-item {
  width: 20%;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.solutionContainer .solution .solution-item .hasbg {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  padding: 16px 0;
  border-radius: 10px;
}
.solutionContainer .solution .solution-item .solution-details {
  position: relative;
  padding: 0.1rem 0;
  border: 0.02rem solid rgba(255, 255, 255, 0);
}
.solutionContainer .solution .solution-item .solution-details .solution-detail {
  color: #fff;
  opacity: 0.6;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-bottom: 0;
}
.solutionContainer .solution .solution-item .solution-svg {
  margin: 0 auto;
  position: relative;
  width: 1.24rem;
  height: 1.24rem;
  z-index: 100;
}
.solutionContainer .solution .solution-item .solution-svg::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #5f9eec;
  width: 1rem;
  left: 0.12rem;
  top: 0.12rem;
  height: 1rem;
  transition: all 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.solutionContainer .solution .solution-item .solution-svg .svg-icon {
  border-radius: 50%;
  position: absolute;
  left: 0.28rem;
  top: 0.28rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #0c63cf;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.6s;
}
.solutionContainer .solution .solution-item .solution-svg .svg-icon svg {
  font-size: 0.36rem;
}
.solutionContainer .solution .solution-item .solution-svg::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 0.02rem solid rgba(255, 255, 255, 0.2);
  width: 1.24rem;
  left: 0;
  top: 0;
  height: 1.24rem;
  background: none;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.solutionContainer .solution .solution-item p {
  text-align: center;
}
.solutionContainer .solution .solution-item p img {
  width: 0.7rem;
}
.solutionContainer .solution .solution-item .solution-type {
  margin: 6px 0;
  margin-bottom: 0px;
  font-size: 0.18rem;
  color: #ffffff;
  margin-top: -0.1rem;
}
.solutionContainer .solution .solution-item .solution-title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ddebff;
  font-size: 0.14rem;
  opacity: 0;
  top: 0;
}
.solutionContainer .solution .solution-item:last-child {
  margin-right: 0;
}
.solutionContainer .solution .current-solution-item .bg {
  background-color: #247ae6;
  opacity: 0.7;
  position: absolute;
  z-index: 10;
  width: 80%;
  height: 2.6rem;
  left: 10%;
  top: 0;
  border-radius: 8px;
}
.solutionContainer .solution .current-solution-item .bg_2 {
  width: 90%;
  left: 5%;
}
.solutionContainer .solution .current-solution-item .solution-svg::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.solutionContainer .solution .current-solution-item .solution-svg .svg-icon {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.solutionContainer .solution .current-solution-item .solution-svg .svg-icon svg {
  color: #0c63cf;
  font-size: 0.3rem;
}
.solutionContainer .solution .current-solution-item .solution-svg .svg-icon .solution-title {
  position: relative;
  opacity: 1;
  color: #0c63cf;
  margin-top: 0.03rem;
}
.solutionContainer .solution .current-solution-item .solution-svg::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.solutionContainer .solution .current-solution-item .solution-details {
  position: relative;
  width: 100%;
}
.solutionContainer .solution .current-solution-item .solution-details .bg-details {
  opacity: 1;
  width: 100%;
}
.solutionContainer .solution .current-solution-item .solution-details .solution-detail {
  opacity: 1;
}
.solutionContainer .moreCase {
  position: absolute;
  z-index: 10;
  bottom: 4.5%;
  left: 0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.solutionContainer .moreCase:hover {
  color: #fff;
}

.landing-container {
  background-color: #ffffff;
}
.landing-container .banner {
  position: relative;
  background-color: #9943d9;
  text-align: center;
}
.landing-container .banner .bg {
  width: 100%;
  max-width: 1440px;
}
.landing-container .banner .form {
  text-align: left;
  position: absolute;
  top: 18.333%;
  max-width: 336px;
  width: 23.333%;
}
@media (max-width: 1440px) {
  .landing-container .banner .form {
    left: 65.903%;
  }
}
@media (min-width: 1441px) {
  .landing-container .banner .form {
    left: calc(50% + 231px);
  }
}
.landing-container .banner .gradient-bg {
  display: none;
}
@media (min-width: 1440px) {
  .landing-container .banner .gradient-bg {
    display: unset;
    position: absolute;
    width: 132px;
    height: 100%;
    top: 0;
    left: calc(50% + 709px);
    background: linear-gradient(90deg, #8566dc, #9943d9);
  }
}
.landing-container .to-top-button {
  z-index: 1;
  width: 380px;
  height: 64px;
  background: linear-gradient(180deg, #ffab34ca 4%, #bf1ec9ca) !important;
  border-radius: 4px;
  border-width: 0px;
  padding: 0px;
}
.landing-container .to-top-button span {
  line-height: 64px;
  font-size: 28px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.landing-container .btn-shadow {
  margin-top: -41px;
  width: 380px;
  height: 48px;
  background: #6f8ef0;
  border-radius: 8px;
  -webkit-filter: blur(14px);
          filter: blur(14px);
}
.landing-container .floor-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-container .floor-trial {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 815px;
}
.landing-container .floor-trial img {
  width: 84.444%;
  max-width: 1216px;
  margin-top: 68px;
  margin-bottom: 89px;
}
.landing-container .floor-problem {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 975px;
  background-color: #f3f7ff;
}
.landing-container .floor-problem img {
  width: 71.455%;
  max-width: 1029px;
  margin-top: 80px;
  margin-bottom: 31px;
}
.landing-container .floor-case {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 88px;
}
.landing-container .floor-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 838px;
  background-color: #f3f7ff;
}
.landing-container .floor-team img {
  width: 84.444%;
  max-width: 1216px;
  margin-top: 56px;
  margin-bottom: 67px;
}
.coupon-case-landing {
  position: relative;
  margin: 0 auto;
  margin-top: 0.27rem;
  margin-bottom: 0.18rem;
  width: 10.91rem;
  height: 5.71rem;
  background-color: #ffffff;
}
.coupon-case-landing .case-title {
  position: absolute;
  top: 0.363rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.327rem;
}
.coupon-case-landing .case-tabs {
  position: absolute;
  top: 1.109rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.09rem;
  height: 0.591rem;
  background-image: linear-gradient(97deg, #ffab34 6%, #bf1ec9 95%);
  border-radius: 30px;
}
.coupon-case-landing .case-tabs ul.tabs {
  display: flex;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 30px;
}
.coupon-case-landing .case-tabs ul.tabs li {
  width: 1.82rem;
  height: calc(0.591rem - 6px);
  font-size: 0.2rem;
  color: #2b2b2b;
  text-align: center;
  line-height: 0.591rem;
  list-style: none;
  cursor: pointer;
  border-radius: 30px;
}
.coupon-case-landing .case-tabs ul.tabs li.active {
  opacity: 0.69;
  background: linear-gradient(180deg, #ffab34 4%, #bf1ec9);
  color: #ffffff;
}
.coupon-case-landing .case-tabs ul.tabs li:hover {
  background: linear-gradient(180deg, #ffab3444 4%, #bf1ec944);
  color: #2b2b2b;
}
.coupon-case-landing .case-content {
  position: absolute;
  top: 2.254rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.381rem;
  height: 3.072rem;
}
.coupon-case-landing .case-content img {
  width: 100%;
}

.partner-cases-container {
  margin-top: 0.4rem !important;
  position: relative;
  z-index: 10;
}
.partner-cases-container .name-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -2.5rem;
  top: 0;
}
.partner-cases-container .name {
  font-size: 0.34rem;
  color: #262626;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.09rem;
  position: relative;
  z-index: 2;
  padding-top: 0.7rem;
}
.partner-cases-container .small-line {
  background: #595959;
  height: 0.02rem;
  width: 0.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.partner-cases-container .cases {
  border-radius: 3px 3px 0px 0px;
  border: 0.01rem solid rgba(228, 229, 231);
  margin-top: 0.29rem;
  margin-bottom: 0.54rem;
}
.mobile-container .partner-cases-container {
  width: 100%;
  padding: 0 0.2rem;
}
.mobile-container .partner-cases-container .name-bg {
  width: 4rem;
  margin-left: -2rem;
}
.mobile-container .partner-cases-container .name {
  font-size: 0.37rem;
}
.mobile-container .partner-cases-container .case {
  width: 100%;
}
.mobile-container .partner-cases-container .case .right {
  display: block;
}

.partner-case {
  display: flex;
  height: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.51rem;
  border-bottom: 0.01rem solid rgba(228, 229, 231);
  flex-wrap: nowrap;
}
.partner-case .img-box {
  width: 2rem;
  flex: 0 0 2rem;
  margin-right: 0.6rem;
}
.partner-case .img-box img {
  max-width: 90%;
}
.partner-case:last-of-type {
  border-bottom: none;
}
.mobile-container .partner-case {
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  height: auto;
  min-height: 3.4rem;
  padding: 0.3rem 0.51rem 0.2rem;
  font-size: 0.22rem;
  line-height: 0.35rem;
}
.mobile-container .partner-case .img-box {
  width: 100%;
  margin-bottom: 0.2rem;
  margin-right: 0;
}
.mobile-container .partner-case .img-box img {
  max-width: 80%;
}

.case_card_item___3ww13 p {
  margin: 0;
}
.case_card_item___3ww13 .ant-card {
  border-radius: 8px;
  overflow: hidden;
  height: 390px;
}
.case_card_item___3ww13 .ant-card:hover svg {
  display: initial;
  fill: #247AE6;
}
.cases_arrow___1v5fS {
  text-align: right;
}
.cases_arrow___1v5fS svg {
  display: none;
  width: 12px;
  height: 11px;
  fill: #DADCDD;
}
.cases_title___f4PNP {
  font-size: 18px;
  margin: 0 0 10px;
}
.cases_des___2YcDG {
  font-size: 16px;
  color: #9DA0A3;
}

.case_detail_container___2Jstr .case_detail_banner___3lbBI {
  background: url(/static/images/pc/register_bg.png) no-repeat 0 0 / 100% 100%;
  position: relative;
}
.case_detail_container___2Jstr .case_detail_banner___3lbBI .case_detail_content___3RMu- {
  position: relative;
  padding: 102px 0 82px;
}
.case_detail_container___2Jstr .case_detail_banner___3lbBI .case_detail_content___3RMu- .float_img___3VdN_ {
  width: 280px;
  position: absolute;
  border-radius: 3px;
  right: 72px;
  bottom: -30px;
}
.case_detail_container___2Jstr .case_detail_banner___3lbBI h1,
.case_detail_container___2Jstr .case_detail_banner___3lbBI p {
  margin: 0;
  color: #fff;
}
.case_detail_container___2Jstr .case_detail_banner___3lbBI h1 {
  font-size: 36px;
  font-weight: 600;
}
.case_detail_container___2Jstr h5 {
  color: #262626;
  border-left: 2px solid #595959;
  font-weight: 600;
  font-size: 20px;
  padding-left: 14px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 16px;
}
.case_detail_container___2Jstr section {
  padding: 38px 0;
  border-bottom: 1px solid #dadcdd;
}
.case_detail_container___2Jstr section .case_detail_des___3ApTY {
  font-size: 20px;
  color: #595959;
  line-height: 32px;
  padding-left: 14px;
}
.case_detail_container___2Jstr section .case_detail_int___1z5Gm {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  line-height: 30px;
}
.case_detail_container___2Jstr section .case_detail_content_img___5v-xX {
  width: 860px;
  margin: 40px auto 0;
  display: block;
}
.case_detail_container___2Jstr section .case_detail_help___2cpIM {
  margin-top: 38px;
}
.case_detail_container___2Jstr section .case_detail_help_p___1S7YK {
  font-weight: 400;
  color: #595959;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 26px;
}
.results___DhRA1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.results___DhRA1 .results_details___3Vxrg {
  flex: 1;
  display: flex;
  justify-content: center;
}
.results___DhRA1 .results_details___3Vxrg .results_details_item___1N6J- {
  background: #eef4ff;
  border-radius: 4px;
  padding: 13px 36px;
  font-size: 16px;
  color: #89a2c6;
  display: flex;
  justify-content: center;
}
.results___DhRA1 .results_details___3Vxrg .results_details_item___1N6J-:not(:last-child) {
  margin-right: 4px;
}
.results___DhRA1 .results_details___3Vxrg .results_details_item___1N6J- p {
  margin: 0;
}
.results___DhRA1 .results_details___3Vxrg .results_details_item___1N6J- svg {
  width: 14px;
  height: 16px;
  margin-left: 12px;
}
.results___DhRA1 .results_details___3Vxrg .results_details_item___1N6J- .results_details_item_t___ZoatU {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.case_detail_swiper___3thw8 {
  margin: 36px 0 -120px;
}
.case_detail_swiper___3thw8 h4 {
  font-size: 22px;
  position: relative;
  text-align: center;
}
.case_detail_swiper___3thw8 h4::after {
  content: '';
  display: block;
  background: #262626;
  width: 30px;
  height: 2px;
  position: absolute;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  left: 50%;
  margin-left: -15px;
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr {
  position: relative;
  margin-top: 36px;
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr .switch_step___F2fOa {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #dadcdd;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr .switch_step___F2fOa:hover {
  background: #e8f1ff;
  border: 1px solid #e8f1ff;
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr .switch_step___F2fOa:hover svg {
  fill: #247ae6;
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr .switch_step___F2fOa svg {
  width: 15px;
  height: 24px;
  fill: #cbcdd0;
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr .switch_step___F2fOa.next___1qymC {
  left: 0;
  -webkit-transform: translateX(-134px);
          transform: translateX(-134px);
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr .switch_step___F2fOa.prev___1fBXI {
  right: 0;
  -webkit-transform: translateX(134px);
          transform: translateX(134px);
}
.case_detail_swiper___3thw8 .swiper_wrap___1Rcwr .switch_item___1t_jV {
  padding: 0 8px 20px;
}
.open_account___A43fe {
  position: relative;
  text-align: center;
  margin: 56px 0;
}
.open_account___A43fe .primary-btn {
  position: absolute;
  top: 20px;
  border-radius: 6px;
  width: 160px;
  height: 46px;
  font-size: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #247ae6;
  color: #fff;
  line-height: 46px;
}
.open_account___A43fe img {
  width: 408px;
}
.case_bottom___3xH0k {
  width: 100%;
}

.cases_container___2Gqh1 {
  padding: 0 100px;
  padding-bottom: 20px;
}

.banner_row___3cl4N p {
  margin: 0;
}
.banner_row___3cl4N .banner_row_content___18bHF {
  color: #fff;
  display: flex;
  padding: 90px;
  justify-content: center;
}
.banner_row___3cl4N .banner_row_content___18bHF .title_left___GTUAI {
  font-size: 34px;
  font-weight: 600;
  border-right: 2px solid #fff;
  padding: 0 20px 25px 0;
}
.banner_row___3cl4N .banner_row_content___18bHF .title_right___2dGR6 {
  padding-left: 32px;
}
.banner_row___3cl4N .banner_row_content___18bHF .title_right___2dGR6 .title2___1b5qk {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.banner_row___3cl4N .banner_row_content___18bHF .title_right___2dGR6 .sub___ki6QY {
  font-size: 18px;
  font-weight: 400;
}

.case_banner___3w6jX {
  background: #247ae6 url(/static/images/pc/bannar-case.png) no-repeat  center / 1200px 260px !important;
}
.case_banner___3w6jX p {
  margin: 0;
}
.case_title___q6AeW {
  text-align: center;
}
.case_title___q6AeW img {
  width: 375px;
}
.about_banner_b___1IcBR {
  width: 100%;
}
.about_banner_box___2E6mS {
  position: relative;
}
.about_banner_box___2E6mS .ant-btn {
  background: #247ae6 !important;
  border-radius: 7px;
  border: 2px solid #ffffff !important;
  width: 171px;
  height: 46px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
  font-size: 18px;
  font-weight: 600;
}

.honor_container___3eCZ4 {
  padding: 93px 0 60px;
}
.honor_container___3eCZ4 .honor_title___1OQ2V {
  height: 106px;
  padding: 24px;
  background: url('/static/images/pc/partnertext2.png') no-repeat center / 95px 100%;
  text-align: center;
  margin-bottom: 40px;
}
.honor_container___3eCZ4 .honor_title___1OQ2V > img {
  height: 58px;
}
.honor_container___3eCZ4 p {
  margin: 0;
}
.honor_container___3eCZ4 .ant-card-body {
  height: 360px;
  padding-top: 0;
  box-shadow: 0px 12px 48px -15px rgba(0, 0, 0, 0.03), 0px -9px 28px -21px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
}
.honor_container___3eCZ4 .honor_card___Mtvfq p {
  margin-bottom: 8px;
  font-weight: 400;
  color: #242428;
  line-height: 22px;
  font-size: 14px;
}
.honor_container___3eCZ4 .honor_card_title___3jWeK {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  color: #6b3d1e;
  line-height: 28px;
  font-size: 20px;
}
.honor_container___3eCZ4 .honor_card_title___3jWeK svg {
  width: 84px;
  height: 154px;
  fill: #f6dbc5;
}

.modal_container___2WnYd {
  font-size: 14px;
}
.modal_container___2WnYd .ant-modal-body {
  background: url(/static/images/pc/cooperation_modal.png) no-repeat 0 0 /100% 100%;
}
.modal_container___2WnYd input {
  padding-top: 5px;
  height: 40px !important;
}
.modal_container___2WnYd .ant-select-selector {
  height: 40px !important;
  line-height: 40px;
}
.modal_container___2WnYd .ant-select-selection-item {
  line-height: 40px !important;
}
.modal_container___2WnYd .ant-select-selection-placeholder {
  line-height: 40px !important;
}
.model_form___2Ji5_ {
  padding: 15px 14px 0;
}
.model_form___2Ji5_ .form_title___2lRnp {
  font-weight: 600;
  color: #242428;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
}
.model_form___2Ji5_ .model_form_btn___NtRvc {
  text-align: center;
}
.model_form___2Ji5_ .model_form_btn___NtRvc .btn___3Zfq5 {
  background: linear-gradient(to right, #247ae6, #1f29b2);
  width: 200px;
  height: 38px;
}

.logo_box___2sF5r {
  padding: 64px 0;
}
.logo_box___2sF5r h1 {
  font-weight: 600;
  color: #262626;
  line-height: 48px;
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
}
.logo_box___2sF5r .logo_box_content___124PE {
  display: flex;
  align-items: center;
}
.logo_box___2sF5r .logo_box_content___124PE > img {
  width: 409px;
  margin-left: 76px;
}
.logo_box___2sF5r .logo_box_content___124PE .logo_left___1iQ9T {
  display: grid;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fill, 188px);
  grid-template-rows: repeat(auto-fill, 80px);
  flex: 1;
}
.logo_box___2sF5r .logo_box_content___124PE .logo_left___1iQ9T .logo___H45-Y {
  box-shadow: 0px 12px 48px -15px rgba(0, 0, 0, 0.03), 0px -9px 28px -21px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 80px;
}
.logo_box___2sF5r .logo_box_content___124PE .logo_left___1iQ9T .logo___H45-Y img {
  max-width: 130px;
  max-height: 35px;
}

.service_container___pttXL {
  padding: 96px 0 64px;
}
.service_container___pttXL p {
  margin: 0;
}
.service_container___pttXL h1 {
  margin: 0;
  font-weight: 600;
  color: #242428;
  line-height: 48px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.service_container___pttXL .service_content___eXNPH {
  display: flex;
}
.service_container___pttXL .service_content___eXNPH > img {
  width: 405px;
  align-self: center;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi {
  margin-right: 78px;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_btn___3oEBq {
  text-align: right;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_btn___3oEBq .ant-btn {
  width: 160px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 24px;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_btn___3oEBq .ant-btn span {
  text-shadow: initial !important;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_btn___3oEBq .ant-btn:hover {
  background: #0c58c3 !important;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_li___3mqCz {
  text-align: right;
  padding: 0 0 38px 0;
  display: flex;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_li___3mqCz .service_li_text___3IKUG {
  flex: 1;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_li___3mqCz .service_li_t___1XR4I {
  font-weight: 600;
  color: #242428;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 12px;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .service_li___3mqCz .serve_content_li_sub___2Wl_e {
  font-weight: 400;
  color: #242428;
  line-height: 24px;
  font-size: 16px;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .ball___10Dmy {
  margin-left: 24px;
}
.service_container___pttXL .service_content___eXNPH .service_left___YKShi .ball___10Dmy svg {
  width: 72px;
  height: 72px;
}

.solution_container___2Cxwu {
  padding: 96px 0 64px;
}
.solution_container___2Cxwu p {
  margin: 0;
}
.solution_container___2Cxwu h1 {
  font-weight: 600;
  color: #242428;
  line-height: 48px;
  font-size: 36px;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}
.solution_container___2Cxwu .solution_card_title___39S7f {
  font-weight: 600;
  color: #242428;
  line-height: 36px;
  font-size: 28px;
  text-align: center;
}
.solution_container___2Cxwu .solution_card_sub___3Y2L1 {
  font-weight: 400;
  color: #242428;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.solution_container___2Cxwu .solution_card___XoGna {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.solution_container___2Cxwu .solution_card___XoGna .solution_card_t___1uOJ- img {
  width: 60px;
  display: block;
  margin: 0 auto 24px;
}
.solution_container___2Cxwu .solution_card___XoGna .solution_card_b___234Ed {
  height: 55%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  text-align: center;
}
.solution_container___2Cxwu .solution_card___XoGna .solution_card_b___234Ed .icons___3SyN_ {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
  padding: 0 5px;
}
.solution_container___2Cxwu .solution_card___XoGna .solution_card_b___234Ed .icons___3SyN_ img,
.solution_container___2Cxwu .solution_card___XoGna .solution_card_b___234Ed .icons___3SyN_ svg {
  width: 20px;
  height: 20px;
}
.solution_container___2Cxwu .solution_card___XoGna .ant-btn {
  width: 160px;
  height: 40px;
}
.solution_container___2Cxwu .ant-card-body {
  height: 473px;
}
.solution_container___2Cxwu .ant-card-body:hover .ant-btn {
  background: #247ae6 !important;
  color: #fff;
}

.station_banner___2nnqp {
  padding: 101px 0 97px;
}
.station_banner___2nnqp .banner_content___3P_4B {
  max-width: 700px;
}
.station_banner___2nnqp h1,
.station_banner___2nnqp p {
  margin: 0;
}
.station_banner___2nnqp h1 {
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 7px;
  font-size: 36px;
  margin-bottom: 26px;
}
.station_banner___2nnqp p {
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 5px;
  font-size: 28px;
}
.station_banner___2nnqp .ant-btn {
  margin-top: 64px;
  width: 200px;
  height: 44px !important;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%) !important;
  border-radius: 4px;
  color: #247ae6 !important;
  line-height: 24px;
  font-size: 18px;
}
.station_banner___2nnqp .ant-btn span {
  text-shadow: initial !important;
}
.station_banner___2nnqp .ant-btn:hover {
  box-shadow: 0px 13px 15px #254898;
}

.serve_container___IBYv5 {
  padding: 96px 0 64px;
}
.serve_title___1Lp41 {
  font-weight: 600;
  color: #262626;
  line-height: 48px;
  text-align: center;
  font-size: 34px;
}
.serve_title___1Lp41 span {
  padding: 30px 0 30px 30px;
}
.serve_title___1Lp41 .serve_title_bg___1fU0X {
  background: url(/static/images/pc/station_title_bg.png) no-repeat left / 100px 100px;
}
.serve_content___1pRsi {
  margin: 46px 0 4px;
  display: flex;
  align-items: center;
}
.serve_content___1pRsi .serve_content_ul___bGvUv {
  margin-left: 16px;
}
.serve_content___1pRsi .serve_content_ul___bGvUv .ball___1vS9U {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serve_content___1pRsi .serve_content_ul___bGvUv .ball___1vS9U svg {
  width: 46px;
  height: 46px;
}
.serve_content___1pRsi .serve_content_li___dZAel {
  display: flex;
  align-items: center;
}
.serve_content___1pRsi .serve_content_li___dZAel:not(:last-child) {
  margin-bottom: 32px;
}
.serve_content___1pRsi .serve_content_li_text___1dniH p {
  margin: 0;
}
.serve_content___1pRsi .serve_content_li_text___1dniH .serve_content_li_t___YB5BH {
  font-weight: 600;
  color: #242428;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 12px;
}
.serve_content___1pRsi .serve_content_li_text___1dniH .serve_content_li_t___YB5BH + p {
  font-weight: 400;
  color: #595b61;
  line-height: 24px;
  font-size: 16px;
}
.serve_btn___1OfLK .ant-btn {
  width: 160px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 24px;
}
.serve_btn___1OfLK .ant-btn span {
  text-shadow: initial !important;
}
.serve_btn___1OfLK .ant-btn:hover {
  background: #0c58c3 !important;
}

.station___Z-FxU {
  padding: 96px 0 64px;
}
.station___Z-FxU h1,
.station___Z-FxU p {
  margin: 0;
}
.station___Z-FxU h1 {
  font-weight: 600;
  line-height: 48px;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}
.station___Z-FxU .station_btn___1r-4D {
  margin-top: 40px;
  text-align: center;
}
.station___Z-FxU .station_btn___1r-4D .ant-btn {
  width: 160px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 24px;
}
.station___Z-FxU .station_btn___1r-4D .ant-btn span {
  text-shadow: initial !important;
}
.station___Z-FxU .station_btn___1r-4D .ant-btn:hover {
  background: #0c58c3 !important;
}
.station_card___3wpCI {
  background: #247ae6;
  border-radius: 4px;
  padding: 40px 32px;
  min-height: 276px;
  height: 100%;
}
.station_card___3wpCI img {
  height: 62px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.station_card___3wpCI p {
  text-align: center;
  color: #fff;
}
.station_card___3wpCI .station_card_title___3NQGw {
  font-weight: 600;
  color: #ffffff;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 16px;
}
.station_card___3wpCI .station_card_sub___39Zc5 {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
}

.station_case_container___3-TKK {
  padding: 96px 0 88px;
}
.station_case_container___3-TKK h1 {
  margin: 0;
  font-weight: 600;
  color: #242428;
  line-height: 48px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.station_case_container___3-TKK .station_case_card___3gS11 {
  display: flex;
}
.station_case_container___3-TKK .station_case_card___3gS11 p {
  margin: 0;
}
.station_case_container___3-TKK .station_case_card___3gS11 img {
  margin-right: 36px;
  width: 364px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_r___2g7Di {
  display: flex;
  flex-flow: column;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_t___1s9vf {
  font-weight: 400;
  color: #242428;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_t___1s9vf > span {
  background: #e8f1ff;
  font-weight: 400;
  color: #242428;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
  padding: 4px 8px;
  margin-right: 8px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_t___1s9vf > span:first-child {
  margin-left: 16px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_sub___201ih {
  font-weight: 600;
  color: #242428;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 8px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_des___2OzxB {
  font-weight: 400;
  color: #242428;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 16px;
  flex: 1;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_box___39yjP {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_box___39yjP b {
  font-weight: 600;
  color: #242428;
  line-height: 28px;
  font-size: 20px;
  margin-right: 24px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_box___39yjP .card_box___2y99V {
  background: #e8f1ff;
  border-radius: 4px;
  width: 162px;
  text-align: center;
  font-size: 16px;
  padding: 12px 0;
  margin-right: 8px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_box___39yjP .card_box___2y99V p {
  font-weight: 600;
  color: #242428;
  line-height: 24px;
  vertical-align: middle;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_box___39yjP .card_box___2y99V span {
  font-weight: 600;
  color: #66a4f3;
  line-height: 24px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_card_box___39yjP .card_box___2y99V svg {
  width: 12px;
  height: 16px;
  margin-left: 4px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_btn___CR4F0 .ant-btn {
  width: 160px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 24px;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_btn___CR4F0 .ant-btn span {
  text-shadow: initial !important;
}
.station_case_container___3-TKK .station_case_card___3gS11 .station_case_btn___CR4F0 .ant-btn:hover {
  background: #0c58c3 !important;
}
.station_case_container___3-TKK .ant-card {
  box-shadow: 0px 5px 8px 0px rgba(181, 183, 188, 0.22);
  border-radius: 4px;
}

.station_introduce___1ATMr {
  padding: 64px 0;
}
.station_introduce___1ATMr h1,
.station_introduce___1ATMr p {
  margin: 0;
}
.station_introduce___1ATMr .station_introduce_content___22ogU {
  display: flex;
  justify-content: center;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 {
  flex: 1;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 > h1 {
  margin: 0;
  font-weight: 600;
  color: #242428;
  line-height: 48px;
  font-size: 36px;
  margin-bottom: 25px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 > h1 img {
  width: 106px;
  height: 121px;
  margin-right: 7px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 > p {
  margin: 0;
  margin-bottom: 58px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 .question___2Hzns {
  padding-left: 42px;
  display: flex;
  margin-bottom: 48px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 .question___2Hzns img {
  width: 44px;
  margin-right: 20px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 .question___2Hzns .question_t___1n260 {
  font-weight: 600;
  color: #242428;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 12px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 .question___2Hzns .question_t___1n260 span {
  font-size: 28px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 .question___2Hzns .question_t___1n260 + p {
  font-weight: 600;
  line-height: 40px;
  font-size: 24px;
}
.station_introduce___1ATMr .station_introduce_left___1LXA6 .question___2Hzns .question_t___1n260 + p span {
  font-size: 28px;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW {
  background: #ffffff;
  box-shadow: 0px 12px 48px -15px rgba(0, 0, 0, 0.03), 0px -9px 28px -21px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 40px 44px;
  flex: 1;
  border-style: solid;
  border-width: 7px 0 0;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .station_introduce_card_t___3ZbDI {
  font-weight: 600;
  color: #247ae6;
  line-height: 48px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .intro___2K-58 {
  padding-bottom: 24px;
  border-bottom: 1px dashed #e5e6e9;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .intro___2K-58 ul,
.station_introduce___1ATMr .station_introduce_card___zYUmW .intro___2K-58 li {
  list-style: none;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .intro___2K-58 li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
  color: #242428;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .intro___2K-58 li .icon-r {
  width: 18px;
  height: 18px;
  fill: #247ae6;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .intro___2K-58 li .name___1UTe0 .icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .intro___2K-58 li .name___1UTe0 span {
  color: #9c9ea4;
  vertical-align: middle;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .cost___2gxET {
  text-align: center;
  padding-top: 23px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .cost___2gxET .ant-btn {
  width: 210px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 24px;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .cost___2gxET .ant-btn span {
  text-shadow: initial !important;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .cost___2gxET .ant-btn:hover {
  background: #0c58c3 !important;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .cost___2gxET .money___28-G0 {
  color: #ff4d4f;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .cost___2gxET .money___28-G0 span {
  font-size: 16px;
  vertical-align: top;
  font-weight: initial;
  margin-left: 2px;
}
.station_introduce___1ATMr .station_introduce_card___zYUmW .cost___2gxET del {
  margin-bottom: 24px;
}

.station_banner___1WAlo {
  padding: 43px 230px;
}
.station_banner___1WAlo h1,
.station_banner___1WAlo p {
  margin: 0;
}
.station_banner___1WAlo h1 {
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 7px;
  font-size: 36px;
}
.station_banner___1WAlo p {
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 5px;
  font-size: 28px;
}
.station_banner___1WAlo .ant-btn {
  width: 200px;
  height: 44px;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%);
  margin-top: 24px;
  border-radius: 4px;
  font-weight: 600;
  color: #247ae6;
  line-height: 24px;
  font-size: 18px;
}
.exclusive_card___1f86l h1 {
  color: #fff;
}
.exclusive_card___1f86l .station_card {
  background: #247ae6;
  color: #fff;
  border: 1px solid #9db0f5;
}
.brand_card___1BWEt .station_card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fe 100%);
}
.brand_card___1BWEt .station_card .station_card_title {
  color: #242428;
}
.brand_card___1BWEt .station_card_sub {
  color: #595b61;
}

.cooperation___u5qTE {
  padding: 86px 0;
  color: #fff;
  background: url(/static/images/pc/register_bg.png) no-repeat 0 0 / 100% 100% !important;
}
.cooperation___u5qTE .cooperation_box___2bzDG {
  display: flex;
  justify-content: center;
}
.cooperation___u5qTE .cooperation_box___2bzDG .cooperation_qrcode___3EIUZ {
  border-right: 2px solid #fff;
  padding-right: 32px;
  text-align: center;
}
.cooperation___u5qTE .cooperation_box___2bzDG .cooperation_qrcode___3EIUZ img {
  width: 117px;
  margin: 4px 0 8px;
}
.cooperation___u5qTE .cooperation_box___2bzDG .cooperation_name___1ZiUl {
  padding-left: 32px;
  font-size: 24px;
  font-weight: 600;
}
.cooperation___u5qTE .cooperation_box___2bzDG .cooperation_name___1ZiUl .cooperation_name_t___2lMHJ {
  margin-bottom: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: 48px;
  font-size: 36px;
}
.cooperation___u5qTE .cooperation_box___2bzDG .cooperation_name___1ZiUl p {
  margin: 0;
}

.ant-card {
  border-radius: 4px !important;
}
.ant-btn {
  border-radius: 4px !important;
}

.banner_container___2oHh4 {
  padding-top: 56px;
  margin-top: -56px;
  position: relative;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 {
  position: relative;
  min-height: 440px;
  margin-top: -56px;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 a {
  display: block !important;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_item___1SnSB {
  height: 440px;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_item___1SnSB img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ {
  width: 315px;
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(285px);
          transform: translateX(285px);
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .ant-card {
  background: #ffffff linear-gradient(324deg, #fff1d5 0%, #ffffff 50%);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.06);
  height: 320px;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .ant-card .ant-card-body {
  height: 100%;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .banner_float_btn___1sHfW {
  margin: 0 -16px;
  margin-bottom: -20px;
  border-radius: 6px;
  position: relative;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .banner_float_btn___1sHfW img {
  width: 100%;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .banner_float_btn___1sHfW .banner_float_light___3At02 {
  position: absolute;
  left: 11px;
  top: 7px;
  width: 278px;
  height: 42px;
  overflow: hidden;
  border-radius: 4px;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .banner_float_btn___1sHfW .banner_float_light___3At02::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 50px;
  background: linear-gradient(transparent 10%, rgba(255, 255, 255, 0.6), transparent 90%);
  top: -20px;
  left: -150px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: light___1alig 2s ease infinite;
          animation: light___1alig 2s ease infinite;
}
@-webkit-keyframes light___1alig {
  from {
    left: -40px;
  }
  to {
    left: 300px;
  }
}
@keyframes light___1alig {
  from {
    left: -40px;
  }
  to {
    left: 300px;
  }
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .free_text___2p7Ic {
  width: 150px;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .free_threat___3DQ52 {
  width: 46px;
  float: right;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .free_radar___-hk6M {
  text-align: center;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_float___1sTHZ .banner_float_content___1LDvr .free_radar___-hk6M img {
  width: 155px;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_prev___VvdLJ,
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_next___1gCY5 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  cursor: pointer;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_prev___VvdLJ svg,
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_next___1gCY5 svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_prev___VvdLJ {
  -webkit-transform: translate(-662px, -50%);
          transform: translate(-662px, -50%);
}
.banner_container___2oHh4 .banner_carousel___1XcF6 .banner_next___1gCY5 {
  -webkit-transform: translate(624px, -50%);
          transform: translate(624px, -50%);
}
.banner_container___2oHh4 .banner_carousel___1XcF6:hover .banner_next___1gCY5,
.banner_container___2oHh4 .banner_carousel___1XcF6:hover .banner_prev___VvdLJ {
  display: flex;
}

.cooperationt_container___3zVpd {
  padding-top: 62px;
}
.cooperationt_container___3zVpd .cooperationt_title___3yo-K {
  text-align: center;
  padding-bottom: 20px;
}
.cooperationt_container___3zVpd .cooperationt_title___3yo-K h1 {
  font-size: 34px;
  margin: 0;
  position: relative;
}
.cooperationt_container___3zVpd .cooperationt_title___3yo-K h1 img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.cooperationt_container___3zVpd .cooperationt_title___3yo-K p {
  color: #595B61;
  position: relative;
}
.cooperationt_container___3zVpd .cooperationt_title___3yo-K p::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -7px;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja {
  overflow: hidden;
  padding: 150px 0 30px;
  height: 370px;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips {
  width: 1240px;
  height: 200px;
  border-radius: 100%;
  border-top: 1px solid #dde7f9;
  margin-left: -20px;
  position: relative;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips:not(:first-child) {
  margin-top: -160px;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot {
  width: 20px;
  height: 20px;
  left: 610px;
  top: 90px;
  position: absolute;
  background-color: rgba(36, 122, 230, 0.4);
  border-radius: 50px;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot::after {
  content: ' ';
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  z-index: 1;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot .pulse,
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot .pulse1 {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(36, 122, 230, 0.6);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot .logo {
  position: absolute;
  background: #E8F1FF;
  bottom: 38px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot .logo .icon {
  width: 44px;
  height: 44px;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot .logo::after {
  content: ' ';
  display: block;
  position: absolute;
  border-width: 14px 12px;
  border-style: solid;
  border-color: #E8F1FF transparent transparent transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
          transform: translate(-50%, 80%);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot:hover .pulse,
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot.active .pulse {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.5;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot:hover .pulse1,
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot.active .pulse1 {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot:hover .logo,
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .ellips .dot.active .logo {
  bottom: 44px;
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot9 {
  -webkit-transform: translate(398.52831801px, -76.60444431px);
          transform: translate(398.52831801px, -76.60444431px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot8 {
  -webkit-transform: translate(299.52981156px, -87.55582313px);
          transform: translate(299.52981156px, -87.55582313px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot7 {
  -webkit-transform: translate(189.30211857px, -95.22478853px);
          transform: translate(189.30211857px, -95.22478853px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot6 {
  -webkit-transform: translate(71.97760676px, -99.32383577px);
          transform: translate(71.97760676px, -99.32383577px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot5 {
  -webkit-transform: translate(-48.04530082px, -99.69929412px);
          transform: translate(-48.04530082px, -99.69929412px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot4 {
  -webkit-transform: translate(-166.26701991px, -96.33708786px);
          transform: translate(-166.26701991px, -96.33708786px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot3 {
  -webkit-transform: translate(-278.25549172px, -89.36326403px);
          transform: translate(-278.25549172px, -89.36326403px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot2 {
  -webkit-transform: translate(-379.81233802px, -79.03926695px);
          transform: translate(-379.81233802px, -79.03926695px);
}
.cooperationt_container___3zVpd .cooperationt_rainbow___3FJja .dot1 {
  -webkit-transform: translate(-467.13025572px, -65.75213686px);
          transform: translate(-467.13025572px, -65.75213686px);
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l {
  padding-bottom: 81px;
  color: #247AE6;
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l .cooperationt_log___238bG {
  padding: 18px 26px;
  height: 80px;
  border: 1px solid #E2E3E5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l .cooperationt_log___238bG img {
  max-width: 130px;
  max-height: 35px;
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l .cooperationt_log___238bG span {
  vertical-align: middle;
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l .cooperationt_log___238bG svg {
  width: 10px;
  height: 18px;
  fill: #247AE6;
  vertical-align: middle;
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l .cooperationt_log_a___UATM8:hover {
  background: #247ae6;
  cursor: pointer;
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l .cooperationt_log_a___UATM8:hover span {
  color: #fff;
}
.cooperationt_container___3zVpd .cooperationt_logs___orL7l .cooperationt_log_a___UATM8:hover svg {
  fill: #fff;
}
.register_bg___3fdcK {
  background: #247ae6 url(/static/images/pc/register_bg.png) no-repeat   center / 1200px 100% !important;
}
.cooperationt_register___G66nK {
  text-align: center;
  padding: 85px 0;
}
.cooperationt_register___G66nK p {
  color: #fff;
  font-size: 32px;
  margin-bottom: 26px;
  font-weight: 600;
}
.cooperationt_register___G66nK .ant-btn {
  width: 200px;
  height: 44px !important;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%) !important;
  border-radius: 4px;
  color: #247ae6 !important;
  line-height: 24px;
  font-size: 18px;
}
.cooperationt_register___G66nK .ant-btn span {
  text-shadow: initial !important;
}
.cooperationt_register___G66nK .ant-btn:hover {
  box-shadow: 0px 13px 15px #254898;
}
.home_logo1___3U17g {
  height: 82px;
  cursor: pointer;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-item:empty {
  display: none;
}
.ant-space-rtl {
  direction: rtl;
}

.title_container___2-aQu {
  text-align: center;
}
.title_container___2-aQu h1 {
  font-size: 32px;
}
.title_container___2-aQu p,
.title_container___2-aQu h1 {
  margin: 0;
}
.title_container___2-aQu .subheading {
  font-size: 18px;
}

.data_container___1Zl-d {
  padding-top: 52px;
}
.data_container___1Zl-d .data_count___1bGkl {
  margin: 54px 0 40px;
  display: flex;
  justify-content: space-between;
}
.data_container___1Zl-d .data_count___1bGkl .data_num___3GePD {
  font-size: 30px;
  font-weight: normal;
  color: #247ae6;
}
.data_container___1Zl-d .data_count___1bGkl .data_num_text___1baLp {
  font-size: 14px;
}
.data_container___1Zl-d .data_num_img___37JDX {
  height: 223px;
  -o-object-fit: cover;
     object-fit: cover;
}
.data_container___1Zl-d .data_num_img2___1hp9v {
  height: 223px;
}
.data_container___1Zl-d .data_btn___2kPjp {
  margin-top: 45px;
  text-align: center;
}
.data_container___1Zl-d .data_btn___2kPjp .ant-btn {
  font-size: 16px;
}
.data_container___1Zl-d .data_content___2kkx1 p {
  margin: 0;
}
.data_container___1Zl-d .data_content___2kkx1 .data_tags___3JDje {
  margin-bottom: 10px;
}
.data_container___1Zl-d .data_content___2kkx1 .data_tags___3JDje span {
  padding: 2px 8px;
  background: #e8f1ff;
  border-radius: 2px;
}
.data_container___1Zl-d .data_content___2kkx1 .data_subtitle___1BDbM {
  font-size: 16px;
}
.data_container___1Zl-d .data_content___2kkx1 .data_title___1BAM_ {
  margin: 16px 0 4px;
  font-size: 20px;
  font-weight: 600;
  color: #242428;
}
.data_container___1Zl-d .data_content___2kkx1 .data_introduce___1vJv3 {
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #242428;
  line-height: 22px;
}
.data_container___1Zl-d .data_content___2kkx1 .data_effect___2fUP5 {
  margin: 16px 0 8px;
  color: #9c9ea4;
}
.data_container___1Zl-d .data_content___2kkx1 .data_results___2B7rD {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.data_container___1Zl-d .data_content___2kkx1 .data_results___2B7rD .data_con___1pIQN {
  font-size: 20px;
  color: #242428;
  font-weight: 600;
}
.data_container___1Zl-d .data_content___2kkx1 .data_results___2B7rD .data_con___1pIQN svg {
  margin-left: 4px;
  width: 14px;
  height: 18px;
}
.data_container___1Zl-d .data_content___2kkx1 .data_results___2B7rD .data_con___1pIQN img {
  width: 13px;
  vertical-align: middle;
  margin-left: 4px;
}
.data_container___1Zl-d .data_content___2kkx1 .data_results___2B7rD span {
  color: #9c9ea4;
  font-size: 14px;
}
.data_container___1Zl-d .data_card2___2RMOP {
  cursor: initial !important;
}
.btn___16it7 {
  width: 200px;
  height: 40px !important;
}
.btn___16it7:hover {
  background: #247ae6 !important;
  color: #fff !important;
}

.float___UM5NJ {
  position: fixed;
  bottom: 0px;
  right: 90px;
  background: #fff;
  padding: 0 16px;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-weight: 600;
  color: #242428;
  line-height: 22px;
  font-size: 14px;
  z-index: 1;
}
.float___UM5NJ .title___1Foqu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0;
  color: #242428;
}
.float___UM5NJ .float_line___3mq8a {
  width: 268px;
  transition: width 0.3s;
}
.float___UM5NJ .float_line___3mq8a.active___2KfLd {
  width: 368px;
}
.float___UM5NJ .float_line___3mq8a.active___2KfLd svg {
  -webkit-animation: initial !important;
          animation: initial !important;
}
.float___UM5NJ .float_line___3mq8a.active___2KfLd .float_content___3C74N {
  height: 199px;
  width: 368px;
}
.float___UM5NJ .float_line___3mq8a .float_line_arrow___2cvAo {
  position: absolute;
  right: 10px;
  top: -25px;
  width: 40px;
  height: 25px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px -30px 28px 9px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.float___UM5NJ .float_line___3mq8a .float_line_arrow___2cvAo:hover svg {
  fill: #247ae6;
  -webkit-animation: initial;
          animation: initial;
}
.float___UM5NJ .float_line___3mq8a .float_line_arrow___2cvAo svg {
  -webkit-animation: move___1wkL6 0.3s infinite alternate;
          animation: move___1wkL6 0.3s infinite alternate;
  display: block;
  width: 30px;
  height: 15px;
}
.float___UM5NJ .float_line___3mq8a .float_line_arrow___2cvAo .reverse___1F1pg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.float___UM5NJ .float_line___3mq8a .float_line_arrow___2cvAo span {
  display: block;
}
@-webkit-keyframes move___1wkL6 {
  from {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@keyframes move___1wkL6 {
  from {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.float___UM5NJ .float_content___3C74N {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.float___UM5NJ .float_content_time___3MYFE {
  font-weight: 600;
  color: #242428;
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}
.float___UM5NJ .float_content_time___3MYFE .sub___2iW3g {
  font-weight: 400;
  color: #595b61;
}
.float___UM5NJ .float_content_time___3MYFE .day___1_sBV {
  margin: 0 16px;
}
.float___UM5NJ .float_content_time___3MYFE .time_t___2OMcg {
  background: #f0f6ff;
  color: #247ae6;
  padding: 4px 8px;
  border-radius: 4px;
}
.float___UM5NJ .float_content_time___3MYFE em {
  list-style: none;
  margin: 0 4px;
  font-style: normal;
}
.float___UM5NJ .line___2u_dd {
  padding: 16px 0;
}
.float___UM5NJ .line___2u_dd:not(:last-child) {
  border-bottom: 1px solid #e5e6e9;
}
.float___UM5NJ .float_content_live___K_p9U {
  display: flex;
}
.float___UM5NJ .float_content_live___K_p9U .float_content_item___1-HHX {
  flex: 1;
  overflow: hidden;
}
.float___UM5NJ .float_content_live___K_p9U .img___1jqb6 {
  width: 113px;
  margin-right: 8px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}
.float___UM5NJ .float_content_live___K_p9U .img1___2PHML {
  width: 100%;
  height: 68px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.float___UM5NJ .float_content_live___K_p9U .item_title___1YWKK {
  font-weight: 600;
  color: #242428;
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1em;
}
.float___UM5NJ .float_content_live___K_p9U .item_description___1H0sd {
  margin-top: -6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.float___UM5NJ .float_content_live___K_p9U .float_content_btn___11db5 {
  width: 72px;
  height: 24px;
  background: linear-gradient(90deg, #1f29b2 0%, #247ae6 100%);
  border-radius: 4px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.news_tabs___2AZkW {
  display: flex;
  padding: 26px 0 16px;
  border-bottom: 1px solid #e5e6e9;
}
.news_tabs___2AZkW .news_tab___3XOeG {
  width: 100%;
  display: flex;
  padding-left: 67px;
  cursor: pointer;
  position: relative;
}
.news_tabs___2AZkW .news_tab___3XOeG span {
  font-weight: 400;
}
.news_tabs___2AZkW .news_tab___3XOeG > svg {
  width: 53px;
  height: 53px;
  margin-right: 35px;
}
.news_tabs___2AZkW .news_tab___3XOeG > div {
  flex: 1;
}
.news_tabs___2AZkW .news_tab___3XOeG:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 10%;
  content: '';
  display: block;
  height: 80%;
  width: 1px;
  background: #e5e6e9;
}
.news_tabs___2AZkW .news_tab___3XOeG .btn___1e6TR {
  background: #f0f6ff;
  border-color: #f0f6ff;
  color: #247ae6;
  font-size: 16px;
  border-width: 0px;
  height: 24px;
  padding: 0;
  width: 69px;
  text-align: center;
  border-radius: 4px;
}
.news_tabs___2AZkW .news_tab___3XOeG .btn___1e6TR svg {
  fill: #247ae6;
  width: 16px;
  height: 11px;
  vertical-align: baseline;
  margin-left: 5px;
}
.news_tabs___2AZkW .news_tab___3XOeG:hover .btn___1e6TR {
  background-color: #247ae6;
  color: #fff;
}
.news_tabs___2AZkW .news_tab___3XOeG:hover .btn___1e6TR svg {
  fill: #fff;
}
.news_tabs___2AZkW > img {
  width: 51px;
  margin-right: 36px;
}
.news_tabs___2AZkW p {
  margin: 0;
  margin-bottom: 5px;
}
.news_tabs___2AZkW .title___12kif {
  font-weight: 600;
  color: #242428;
  line-height: 24px;
  font-size: 22px;
}
.news_tabs___2AZkW .info___1KLbz {
  font-size: 16px;
  color: #242428;
  font-weight: 400;
}
.news_tabs___2AZkW .arrowg___3fDB9 {
  width: 16px;
  margin-left: 6px;
  vertical-align: baseline;
}
.news_bulletin___1uYDs {
  color: #595b61;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.news_bulletin___1uYDs .news_carousel_tt___2UJrw {
  white-space: nowrap;
  margin-right: 70px;
}
.news_bulletin___1uYDs .news_carousel_tt___2UJrw span,
.news_bulletin___1uYDs .news_carousel_tt___2UJrw svg {
  vertical-align: middle;
}
.news_bulletin___1uYDs .news_carousel_tt___2UJrw svg {
  fill: #9c9ea4;
  width: 16px;
  height: 14px;
  margin-right: 6px;
}
.news_bulletin___1uYDs .news_carousel_list___1RG3X {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news_bulletin___1uYDs .news_carousel_list___1RG3X .news_carousel_item___XHuVT {
  position: relative;
  padding-left: 18px;
  flex: 0 0 31%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
}
.news_bulletin___1uYDs .news_carousel_list___1RG3X .news_carousel_item___XHuVT a {
  color: #595b61;
}
.news_bulletin___1uYDs .news_carousel_list___1RG3X .news_carousel_item___XHuVT a:hover {
  color: #247ae6;
}
.news_bulletin___1uYDs .news_carousel_list___1RG3X .news_carousel_item___XHuVT::after {
  display: block;
  content: ' ';
  background: #9c9ea4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #dcdcde;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}
.news_bulletin___1uYDs .news_carousel_list___1RG3X div {
  flex: 1;
}

.pay_container___2uDCN {
  padding: 107px 0 55px;
}
.pay_container___2uDCN p {
  margin: 0;
}
.pay_container___2uDCN .pay_accordion___2Kbaq {
  height: 488px;
  display: flex;
  margin-top: 54px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz {
  display: flex;
  height: 100%;
  width: 184px;
  transition: width 0.7s;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .left___uqQQz {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 184px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .left___uqQQz .left_icon___2tVQE {
  width: 60px;
  height: 60px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .left___uqQQz svg {
  width: 26px;
  height: 18px;
  fill: #fff;
  margin-bottom: 16px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .left___uqQQz::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(15, 46, 110, 0.8);
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .left___uqQQz span {
  position: relative;
  z-index: 1;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .left___uqQQz span .arrowg___1_xwB {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G {
  background: #f5f5f7;
  position: relative;
  padding: 32px 0;
  width: 0;
  overflow: hidden;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G > div {
  display: flex;
  width: 648px;
  height: 100%;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G::after {
  content: ' ';
  display: block;
  position: absolute;
  border-width: 14px 17px;
  border-style: solid;
  border-color: transparent #f5f5f7 transparent transparent;
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .intro___2uS8x {
  padding: 0 32px;
  border-right: 1px solid #e5e6e9;
  height: 100%;
  flex: 1;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .intro___2uS8x ul,
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .intro___2uS8x li {
  list-style: none;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .intro___2uS8x li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
  color: #242428;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .intro___2uS8x li .icon-r {
  width: 18px;
  height: 18px;
  fill: #cfa980;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .intro___2uS8x li .name___14tGA .icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .intro___2uS8x li .name___14tGA span {
  color: #9c9ea4;
  vertical-align: middle;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .cost___3Bin7 {
  width: 274px;
  text-align: center;
  padding: 0 32px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .cost___3Bin7 .ant-btn {
  width: 210px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 24px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .cost___3Bin7 .ant-btn span {
  text-shadow: initial !important;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .cost___3Bin7 .ant-btn:hover {
  background: #0c58c3 !important;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .cost___3Bin7 .money___HUGln {
  color: #ff4d4f;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .cost___3Bin7 .money___HUGln span {
  font-size: 16px;
  vertical-align: top;
  font-weight: initial;
  margin-left: 2px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz .open___2lf0G .cost___3Bin7 del {
  margin-bottom: 24px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz.active___11mEg {
  width: 847px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz.active___11mEg .left___uqQQz::after {
  background: linear-gradient(180deg, #247ae6 0%, rgba(36, 122, 230, 0.75) 50%, #247ae6 100%) !important;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz.active___11mEg .left___uqQQz span::after {
  content: ' ';
  display: block;
  width: 32px;
  background: #fff;
  height: 2px;
  margin: 16px auto 0;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz.active___11mEg .open___2lf0G {
  width: 663px;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz:nth-child(1) .left___uqQQz {
  background: url('/static/images/pc/1.png') no-repeat 0 0 / 100% 100%;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz:nth-child(1) .left___uqQQz::after {
  background: #0f2e6e;
  opacity: 0.89;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz:nth-child(2) .left___uqQQz {
  background: url('/static/images/pc/2.png') no-repeat 0 0 / 100% 100%;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz:nth-child(2) .left___uqQQz::after {
  background: #2f54eb;
  opacity: 0.89;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz:nth-child(3) .left___uqQQz {
  background: url('/static/images/pc/3.png') no-repeat 0 0 / 100% 100%;
}
.pay_container___2uDCN .pay_accordion___2Kbaq .pay_accordion_item___2PUXz:nth-child(3) .left___uqQQz::after {
  background: #13a8a8;
  opacity: 0.89;
}
.transition___h_ptC {
  transition: width 0.7s;
}

.sino_container___3vNQy {
  padding-top: 56px;
}
.sino_container___3vNQy .ant-card-body {
  padding: 16px;
}
.sino_container___3vNQy .sino_live___1A6B_ {
  margin-bottom: 32px;
}
.sino_container___3vNQy .sino_title___1D-dp {
  font-size: 18px;
  font-weight: 600;
  color: #242428;
  margin-bottom: 10px;
}
.sino_container___3vNQy .sino_title___1D-dp svg {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 5px;
}
.sino_container___3vNQy .sino_img___2Di1j {
  margin-bottom: 16px;
  position: relative;
}
.sino_container___3vNQy .sino_img___2Di1j img {
  width: 100%;
}
.sino_container___3vNQy .sino_img___2Di1j .big_img___3IXUM {
  border-radius: 4px 4px 0 0;
}
.sino_container___3vNQy .sino_img___2Di1j .tag___1tT_i {
  position: absolute;
  top: 0;
  left: 0;
}
.sino_container___3vNQy .sino_img___2Di1j .tag___1tT_i .timer___1lndC {
  height: 26px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 4px 0px;
  color: #fff;
  line-height: 26px;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
}
.sino_container___3vNQy .sino_img___2Di1j .tag_img___39uQB {
  width: auto;
  height: 26px;
}
.sino_container___3vNQy .sino_introduce___20xTh {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  font-weight: 600;
  color: #242428;
  line-height: 24px;
  font-size: 18px;
}
.sino_container___3vNQy .sino_data___2mY8S {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 4px;
  color: #595b61;
}
.sino_container___3vNQy .sin_card_title___129Tm {
  font-weight: 600;
  color: #242428;
  font-size: 18px;
  border-bottom: 1px solid #e5e6e9;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.sino_container___3vNQy .sin_card_title___129Tm svg {
  width: 22px;
  height: 18px;
  margin-right: 16px;
  vertical-align: middle;
}
.sino_container___3vNQy .sin_card_title___129Tm span {
  vertical-align: middle;
}
.sino_container___3vNQy .sin_ul___20JDg {
  margin: 0;
  padding: 0;
}
.sino_container___3vNQy .sin_ul___20JDg li {
  line-height: 22px;
  list-style: none;
}
.sino_container___3vNQy .sin_ul___20JDg li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  color: #595b61;
}
.sino_container___3vNQy .sin_ul___20JDg li a:hover {
  color: #247ae6;
}
.sino_container___3vNQy .sin_ul___20JDg li:not(:last-child) {
  margin-bottom: 8px;
}
.sino_container___3vNQy .sino_btn___2uV-k {
  text-align: center;
  padding: 2px 0 65px;
  margin-top: 35px;
}
.sino_container___3vNQy .sino_btn___2uV-k .ant-btn {
  font-size: 16px;
}
.sino_container___3vNQy .liveing_tag___1bx6n {
  width: 82px;
  height: 26px;
  background: linear-gradient(90deg, #cd001c 0%, #fb3600 100%);
  border-radius: 4px 0px 4px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.sino_container___3vNQy .liveing_tag___1bx6n .liveing_tag_bor___34jTR {
  height: 12px;
  background: #fff;
  width: 2px;
  border-radius: 2px;
  position: relative;
  margin-right: 12px;
  margin-left: 16px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: mymove___2f9XH 0.5s 0.2s infinite linear alternate;
          animation: mymove___2f9XH 0.5s 0.2s infinite linear alternate;
}
.sino_container___3vNQy .liveing_tag___1bx6n .liveing_tag_bor___34jTR::after,
.sino_container___3vNQy .liveing_tag___1bx6n .liveing_tag_bor___34jTR::before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 2px;
  height: 12px;
  border-radius: 2px;
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.sino_container___3vNQy .liveing_tag___1bx6n .liveing_tag_bor___34jTR::after {
  left: -5px;
  -webkit-animation: mymove___2f9XH 0.5s 0s infinite linear alternate;
          animation: mymove___2f9XH 0.5s 0s infinite linear alternate;
}
.sino_container___3vNQy .liveing_tag___1bx6n .liveing_tag_bor___34jTR::before {
  right: -5px;
  -webkit-animation: mymove___2f9XH 0.5s 0.3s infinite linear alternate;
          animation: mymove___2f9XH 0.5s 0.3s infinite linear alternate;
}
@-webkit-keyframes mymove___2f9XH {
  0% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes mymove___2f9XH {
  0% {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.btn___1v8pt {
  width: 200px;
  height: 40px !important;
}
.btn___1v8pt:hover {
  background: #247ae6 !important;
  color: #fff !important;
}

.solution_container___2pVC1 {
  padding: 28px 0 56px;
}
.solution_container___2pVC1 h1 {
  font-size: 32px;
}
.solution_container___2pVC1 p,
.solution_container___2pVC1 h1 {
  margin: 0;
}
.solution_container___2pVC1 .solution_subheading___2lAJt {
  font-size: 18px;
}
.solution_container___2pVC1 .solution_content___2VQ66 {
  max-width: 1200px;
  margin: 40px auto 0;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt {
  height: 513px;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .ant-card-body {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ {
  flex: 1;
  margin-top: 8px;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ h1 {
  margin-bottom: 48px;
  position: relative;
  font-size: 32px;
  line-height: 36px;
  vertical-align: middle;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ h1 em {
  margin-right: 6px;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ h1 img {
  width: 36px;
  margin-right: 14px;
  vertical-align: middle;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ h1 .tag___2qD48 {
  text-align: center;
  position: absolute;
  width: 52px;
  height: 24px;
  background: #ff4d4f;
  box-shadow: 0px 6px 10px 0px rgba(240, 64, 66, 0.25);
  border-radius: 8px 12px 12px 0;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .solution_li___18ZfB {
  display: flex;
  padding: 0 18px;
  margin: 0;
  margin-bottom: 24px;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .solution_li___18ZfB .ball___3bVI4 {
  width: 14px;
  height: 14px;
  margin: 7px 16px 7px 0;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .solution_li___18ZfB .solution_li_right___15hcf {
  flex: 1;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .solution_li___18ZfB .solution_li_right___15hcf span {
  color: #595b61;
  font-size: 14px;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .solution_li___18ZfB .solution_li_right___15hcf .solution_li_title___33k3I {
  margin: 0;
  color: #242428;
  font-size: 18px;
  font-weight: 600;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .icons___3FJk0 {
  display: flex;
  justify-content: space-around;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .icons___3FJk0 img,
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt .solution_text___20DyQ .icons___3FJk0 svg {
  width: 20px;
  height: 20px;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_card___3CiMt:hover .solution_btn___39d6K {
  color: #fff;
  background: #247ae6 !important;
}
.solution_container___2pVC1 .solution_content___2VQ66 .solution_btn___39d6K {
  width: 100%;
  height: 40px;
  font-size: 16px;
}

.about_banner___19trQ {
  background: #247ae6 url(/static/images/pc/bannar-case@2x.png) no-repeat  center / 1200px 265px !important;
}
.about_company___1pdIR {
  padding: 42px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_company___1pdIR p {
  margin: 0;
}
.about_company___1pdIR > img {
  width: 250px;
}
.about_company___1pdIR .about_company_right___3Lsb- > img {
  width: 455px;
}
.about_company___1pdIR .about_company_right___3Lsb- p {
  margin-left: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #595959;
  line-height: 32px;
}
.about_company_img___2JduT {
  margin-bottom: 56px;
  width: 1092px;
}
.about_address___ENvuk {
  display: flex;
  padding: 62px 0 18px;
}
.about_address___ENvuk > div {
  flex: 1;
  display: flex;
  justify-content: center;
}
.about_address___ENvuk > div:not(:last-child) {
  border-right: 1px solid #dadcdd;
}
.about_address___ENvuk > div p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
}
.about_address___ENvuk > div span {
  font-weight: 300;
  color: #595959;
  line-height: 26px;
  font-size: 16px;
}
.about_des___1uZEG {
  color: #b9bbbe;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
  margin: 0;
}
.about_des___1uZEG em {
  font-style: normal;
  margin-left: 30px;
}
.about_des___1uZEG span {
  font-size: 16px;
  margin-right: 16px;
}
.about_banner_b___813Vb {
  width: 100%;
}
.about_banner_box___3SlsG {
  position: relative;
}
.about_banner_box___3SlsG .ant-btn {
  background: #247ae6 !important;
  border-radius: 7px;
  border: 2px solid #ffffff !important;
  width: 171px;
  height: 46px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15%;
  font-size: 18px;
  font-weight: 600;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: #595959;
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #595959;
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: #595959;
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

.news_detail_container___1uFIh {
  padding: 20px 0 40px;
}
.news_detail_container___1uFIh h1 {
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  margin: 0;
  padding: 64px 0;
}
.news_detail_container___1uFIh .time {
  color: #595b61;
  font-size: 14px;
}
.news_detail_container___1uFIh .share_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.news_detail_container___1uFIh .share_box .share {
  font-size: 21px;
  color: #666666;
  font-weight: 600;
}
.news_detail_container___1uFIh .share_box .share span,
.news_detail_container___1uFIh .share_box .share svg {
  vertical-align: middle;
}
.news_detail_container___1uFIh .share_box .share svg {
  width: 24px;
  height: 24px;
}
.news_detail_container___1uFIh .share_box_right___1AokH {
  color: #666666;
  word-break: break-all;
  text-align: right;
  font-size: 20px;
  width: 50%;
}
.news_detail_container___1uFIh .share_box_right___1AokH a {
  color: #666666;
}
.news_detail_container___1uFIh .share_box_right___1AokH .click_box___zKYFZ {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.news_detail_container___1uFIh .share_box_right___1AokH .click_box___zKYFZ p {
  margin: 0;
}
.news_detail_container___1uFIh .share_box_right___1AokH svg {
  width: 20px;
  height: 20px;
  color: #1892ea;
  margin-left: 10px;
  flex-shrink: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', 'Microsoft Jhenghei', 'Hiragino Sans GB', 'Source Han Sans', 'Noto Sans CJK Sc', sans-serif !important;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #595959;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus-visible,
.ant-pagination-item:hover {
  border-color: #247ae6;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a,
.ant-pagination-item:hover a {
  color: #247ae6;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #247ae6;
}
.ant-pagination-item-active a {
  color: #247ae6;
}
.ant-pagination-item-active:focus-visible,
.ant-pagination-item-active:hover {
  border-color: #4e9df2;
}
.ant-pagination-item-active:focus-visible a,
.ant-pagination-item-active:hover a {
  color: #4e9df2;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #247ae6;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: #595959;
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', 'Microsoft Jhenghei', 'Hiragino Sans GB', 'Source Han Sans', 'Noto Sans CJK Sc', sans-serif !important;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: #595959;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #4e9df2;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #247ae6;
  border-color: #247ae6;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #595959;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #4e9df2;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #4e9df2;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(36, 122, 230, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #247ae6;
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-size-changer {
  top: 0px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #247ae6;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #247ae6;
  border-radius: 100%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation-name: antRotateRtl;
          animation-name: antRotateRtl;
}
@-webkit-keyframes antRotateRtl {
  to {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes antRotateRtl {
  to {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

.banner___2Ho5f {
  height: 330;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.333333vw 5.333333vw;
}
.banner___2Ho5f .title___2FqDz {
  font-size: 5.333333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 7.466667vw;
  margin-bottom: 4.133333vw;
}
.banner___2Ho5f .bom___2Rhxg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner___2Ho5f .bom___2Rhxg div {
  margin-bottom: 0;
  position: relative;
  padding-left: 1.333333vw;
}
.banner___2Ho5f .bom___2Rhxg div::before {
  content: '';
  height: 100%;
  width: 0.266667vw;
  background: #ffffff;
  position: absolute;
  left: -1.333333vw;
  top: 0.666667vw;
}
.banner___2Ho5f .bom___2Rhxg div h5,
.banner___2Ho5f .bom___2Rhxg div h6 {
  margin-bottom: 0;
}
.banner___2Ho5f .bom___2Rhxg div h5 {
  font-size: 4.533333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6.4vw;
  margin-bottom: 2.133333vw;
}
.banner___2Ho5f .bom___2Rhxg div h6 {
  font-size: 2.933333vw;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 4vw;
}

.details-container___34cp3 {
  padding-top: 12vw;
}
.details-container___34cp3 .con___2GN__ {
  width: 89.333333vw;
  margin: 0 auto;
  padding-top: 6.666667vw;
}
.details-container___34cp3 .con___2GN__ section h4,
.details-container___34cp3 .con___2GN__ section h5 {
  height: 3.466667vw;
  font-size: 3.466667vw;
  font-weight: 400;
  color: #262626;
  line-height: 3.466667vw;
  margin-bottom: 2.933333vw;
  position: relative;
}
.details-container___34cp3 .con___2GN__ section h4::before,
.details-container___34cp3 .con___2GN__ section h5::before {
  content: '';
  position: absolute;
  left: -1.866667vw;
  width: 0.4vw;
  height: 3.466667vw;
  background: #595959;
}
.details-container___34cp3 .con___2GN__ .intro___3tUeN {
  padding-bottom: 4vw;
  border-bottom: 0.133333vw solid #dadcdd;
  margin-bottom: 5.333333vw;
}
.details-container___34cp3 .con___2GN__ .intro___3tUeN p {
  font-size: 3.2vw;
  font-weight: 400;
  color: #595959;
  line-height: 5.066667vw;
}
.details-container___34cp3 .con___2GN__ .results___286Jl {
  padding-bottom: 6.666667vw;
}
.details-container___34cp3 .con___2GN__ .results___286Jl .results-details___3CCTA {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-container___34cp3 .con___2GN__ .target___2j0DX p {
  margin-bottom: 4vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #595959;
  line-height: 5.066667vw;
}
.details-container___34cp3 .con___2GN__ .target___2j0DX img {
  width: 100%;
}
.details-container___34cp3 .con___2GN__ .help___1EJ7P {
  margin-top: 5.333333vw;
}
.details-container___34cp3 .con___2GN__ .help___1EJ7P p {
  font-size: 3.2vw;
  font-weight: 400;
  color: #595959;
  line-height: 5.066667vw;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH {
  margin-top: 6.666667vw;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .name___3ab9h {
  text-align: center;
  position: relative;
  font-weight: normal;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .name___3ab9h::after {
  position: absolute;
  content: '';
  width: 4.8vw;
  height: 0.266667vw;
  background: #595959;
  left: 50%;
  margin-left: -2.4vw;
  bottom: -0.666667vw;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .more-cases-container___388xi {
  width: 73.333333vw;
  margin: 0 auto;
  position: relative;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .more-cases-container___388xi .switch-step {
  position: absolute;
  width: 9.333333vw;
  height: 9.333333vw;
  line-height: 9.333333vw;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  top: 33.333333vw;
  cursor: pointer;
  border: 0.133333vw solid #dadcdd;
  background: #ffffff;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .more-cases-container___388xi .prev {
  left: -10.666667vw;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .more-cases-container___388xi .next {
  right: -10.666667vw;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .more-cases-container___388xi .arrow-icon {
  width: 2.666667vw;
  height: 2.666667vw;
  fill: #cbcdd0;
}
.details-container___34cp3 .con___2GN__ .more-case___3b0HH .more-cases-container___388xi div {
  width: 100%;
}

.case-container___FSCtn {
  padding-top: 12vw;
}
.case-container___FSCtn .title___1Ik-6 {
  height: 16.933333vw;
  width: 48.8vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-size: 5.333333vw;
  color: #262626;
  margin-top: 2.666667vw;
  margin-bottom: 8vw;
  position: relative;
}
.case-container___FSCtn .title___1Ik-6 h5 {
  position: absolute;
  bottom: -4vw;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 5.333333vw;
  color: #242428;
  font-weight: 600;
}
.case-container___FSCtn .title___1Ik-6::after {
  content: '';
  width: 5.333333vw;
  height: 0.533333vw;
  background: #000;
  position: absolute;
  bottom: -4vw;
  left: 50%;
  margin-left: -2.666667vw;
}
.case-container___FSCtn .cards___Af35J {
  width: 89.333333vw;
  margin: 0 auto;
  margin-top: 2.666667vw;
}

.about-container___3_2R7 {
  padding-top: 12vw;
}
.about-container___3_2R7 .title___2zjFM {
  height: 12vw;
  width: 46.666667vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-size: 5.333333vw;
  color: #262626;
  margin-top: 2.666667vw;
  margin-bottom: 8vw;
  position: relative;
}
.about-container___3_2R7 .title___2zjFM h5 {
  position: absolute;
  bottom: -4vw;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 5.333333vw;
  color: #242428;
  font-weight: 600;
}
.about-container___3_2R7 .title___2zjFM::after {
  content: '';
  width: 5.333333vw;
  height: 0.533333vw;
  background: #000;
  position: absolute;
  bottom: -4vw;
  left: 50%;
  margin-left: -2.666667vw;
}
.about-container___3_2R7 .about-con___3PDph {
  width: 89.333333vw;
  margin: 0 auto;
  padding: 4vw 0;
  padding-bottom: 10.666667vw;
}
.about-container___3_2R7 img {
  margin: 2.666667vw auto;
  width: 100%;
}
.about-container___3_2R7 .company-container___3esOU {
  margin-top: 6.666667vw;
}
.about-container___3_2R7 .company-container___3esOU h4 {
  font-size: 3.733333vw;
}
.about-container___3_2R7 .company-container___3esOU h4 .footer-icon___27NAq {
  width: 4vw;
  height: 4vw;
  margin-left: 1.333333vw;
}
.about-container___3_2R7 .company-container___3esOU p {
  color: #595959;
  font-size: 3.2vw;
  margin-bottom: 2.666667vw;
}

.card___3F23B {
  width: 89.333333vw;
  height: 129.733333vw;
  margin: 0 auto;
  margin-bottom: 6.666667vw;
  background: #ffffff;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  border-radius: 1.333333vw;
  position: relative;
}
.card___3F23B .bg-img___HJ75x {
  height: 41.6vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.333333vw;
  flex-shrink: 0;
}
.card___3F23B section {
  padding: 5.333333vw;
}
.card___3F23B section .title___3Huiv {
  font-size: 4.8vw;
  font-weight: 600;
  color: #247ae6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.card___3F23B section .time___3rWOf {
  color: #666666;
  font-size: 3.733333vw;
  margin-bottom: 2.666667vw;
  line-height: 6.4vw;
}
.card___3F23B section p {
  margin-bottom: 0;
  color: #666666;
  font-size: 3.733333vw;
  text-align: justify;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.card___3F23B .card-icon-box___5ywo4 {
  position: absolute;
  bottom: 5.333333vw;
  right: 5.333333vw;
  width: 14.933333vw;
  height: 6.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card___3F23B .card-icon-box___5ywo4 .card-icon___1L7KT {
  width: 6.4vw;
  flex: 0 0 6.4vw;
  height: 4.266667vw;
  fill: #247ae6;
}

.news-container___xCr3e {
  padding-top: 12vw;
}
.news-container___xCr3e .cards___2g77s {
  margin-top: 6.666667vw;
}
.news-container___xCr3e .spin-box___1KTAE {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vw;
  width: 100%;
}

.block-card___d0cBe {
  position: relative;
}
.block-card___d0cBe .block-card-icon___YJsIl {
  width: 9.333333vw;
  height: 9.333333vw;
  display: block;
  margin: 0 auto;
  margin-bottom: 5.333333vw;
}
.block-card___d0cBe .encircle___tBYc6 {
  border: 0.133333vw solid #dadcdd;
  border-radius: 0.4vw;
  padding: 4vw 2.666667vw;
  height: 33.333333vw;
  position: relative;
  margin-top: 0.533333vw;
}
.block-card___d0cBe .encircle___tBYc6 h4 {
  font-size: 3.2vw;
  color: #000000;
  position: absolute;
  top: -2.666667vw;
  width: calc(100% - 5.333333vw);
  background: #fff;
  text-align: center;
}
.block-card___d0cBe .encircle___tBYc6 p {
  color: #595959;
  font-size: 2.933333vw;
  line-height: 3.466667vw;
  margin: 0;
  font-weight: normal;
  text-align: left;
}
.block-card___d0cBe .encircle___tBYc6 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 2.666667vw;
}

.module-title___3QfbK h2 {
  text-align: center;
  margin: 4vw auto;
  line-height: 13.333333vw;
}
.module-title___3QfbK h2 span {
  font-size: 4.933333vw;
  position: relative;
  color: #262626;
  font-weight: normal;
  z-index: 1;
}
.module-title___3QfbK h2 span .title-icon___2yvuV {
  position: absolute;
  width: 13.333333vw;
  height: 13.333333vw;
  z-index: -1;
  left: -7.333333vw;
}
.module-title___3QfbK h2 small {
  font-size: 3.2vw;
  color: #595959;
  margin-left: 5.333333vw;
}
.module-title___3QfbK p {
  text-align: left;
  line-height: 5.333333vw;
  font-size: 3.2vw;
  margin-top: 5.333333vw;
  margin-bottom: 5.333333vw;
}

.creative-container___3JvGJ {
  width: 89.333333vw;
  margin: 0 auto;
  padding-bottom: 13.333333vw;
  margin-top: 0;
  padding-top: 5.333333vw;
}
.creative-container___3JvGJ .creative-bottom___1fXcu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.creative-container___3JvGJ .creative-bottom___1fXcu .item___ootcG {
  width: 49%;
  margin-bottom: 2.666667vw;
}

.custom-container___2mYRO {
  width: 89.333333vw;
  margin: 0 auto;
  padding-bottom: 16vw;
  margin-top: 0;
  padding-top: 5.333333vw;
}
.custom-container___2mYRO .custom-bottom___3zEwM {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-container___2mYRO .custom-bottom___3zEwM .item___2Ei-g {
  width: 49%;
  margin-bottom: 2.666667vw;
}

.li-card___1QUAR {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 2.666667vw;
  background: #ffffff;
  height: 26.666667vw;
  padding: 3.333333vw 5.333333vw;
  margin-bottom: 5.333333vw;
}
.li-card___1QUAR:last-of-type {
  margin-bottom: 0;
}
.li-card___1QUAR .li-icon___3tr06 {
  flex: 0 0 9.333333vw;
  height: 9.333333vw;
}
.li-card___1QUAR .li-r___2eQ-N {
  margin-left: 2.666667vw;
  border-left: 0.133333vw solid #dadcdd;
  padding-left: 2.666667vw;
}
.li-card___1QUAR .li-r___2eQ-N h4 {
  font-size: 3.2vw;
  color: #000000;
  text-align: left;
  margin-bottom: 1.333333vw;
}
.li-card___1QUAR .li-r___2eQ-N p {
  color: #595959;
  font-size: 2.933333vw;
  line-height: 3.466667vw;
  margin: 0;
  font-weight: normal;
  text-align: left;
}

.new-user-container___3guxt {
  background: #f8f8fa;
  padding: 4vw 0;
  margin-top: 0;
  padding-bottom: 13.333333vw;
}
.new-user-container___3guxt .new-user-con___1p_Q7 {
  width: 89.333333vw;
  margin: 4vw auto;
}

.result-container___YTWuz {
  background: #f8f8fa;
  padding: 4vw 0;
  margin-top: 0;
  padding-top: 5.333333vw;
  padding-bottom: 13.333333vw;
}
.result-container___YTWuz .result-con___x9Fpw {
  width: 89.333333vw;
  margin: 4vw auto;
}

.start-container___1p3dy {
  width: 89.333333vw;
  margin: 0 auto;
  padding-top: 13.333333vw;
  padding-bottom: 13.333333vw;
}
.start-container___1p3dy .start-bottom___6N5L5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.start-container___1p3dy .start-bottom___6N5L5 .start-bottom-li___3QNRl {
  width: 49%;
  margin-bottom: 5.333333vw;
}
.start-container___1p3dy .start-bottom___6N5L5 .start-bottom-li___3QNRl:nth-of-type(3) {
  margin-bottom: 0;
}
.start-container___1p3dy .start-bottom___6N5L5 .start-bottom-li___3QNRl:nth-of-type(4) {
  margin-bottom: 0;
}

.sinoads-container___3ofqc {
  padding-top: 12vw;
}

.news_banner___1-krw {
  background: url(/static/images/pc/register_bg.png) no-repeat 0 0 / 100% 100% !important;
}
.news_banner___1-krw p {
  margin: 0;
}
.news_banner___1-krw .news_banner_content___20LiN {
  color: #fff;
  display: flex;
  padding: 100px;
  justify-content: center;
}
.news_banner___1-krw .news_banner_content___20LiN .title_left____5Uy7 {
  font-size: 34px;
  font-weight: 600;
  border-right: 2px solid #fff;
  padding: 0 20px 25px 0;
}
.news_banner___1-krw .news_banner_content___20LiN .title_right___3nX5u {
  padding-left: 32px;
}
.news_banner___1-krw .news_banner_content___20LiN .title_right___3nX5u .title2___3gKqH {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.news_banner___1-krw .news_banner_content___20LiN .title_right___3nX5u .sub___2q_M5 {
  font-size: 18px;
  font-weight: 400;
}
.news_cards___2bRrd {
  padding: 62px 0;
}
.news_cards___2bRrd .Spin___2usNq {
  padding: 30px;
  text-align: center;
}
.news_cards___2bRrd .ant-card {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
}
.news_cards___2bRrd .ant-card:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.news_cards___2bRrd .ant-card:hover .icon1 {
  display: none;
}
.news_cards___2bRrd .ant-card:hover .ant-btn {
  display: flex;
}
.news_cards___2bRrd .ant-card .ant-card-cover img {
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_cards___2bRrd .ant-card-body {
  box-shadow: 0px 5px 8px 0px rgba(181, 183, 188, 0.22);
  height: calc(100% - 156px);
  display: flex;
  flex-flow: column;
}
.news_cards___2bRrd .pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_cards___2bRrd .news_card_title___1R5Hv {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.news_cards___2bRrd .news_card_time___1xCi4 {
  font-size: 12px;
  color: #9c9ea4;
  margin-bottom: 16px;
}
.news_cards___2bRrd .news_card_detail___j83XG {
  font-size: 14px;
  font-weight: 400;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}
.news_cards___2bRrd .icon {
  width: 24px;
  height: 16px;
}
.news_cards___2bRrd .icon.icon1 {
  float: right;
  fill: #247ae6;
  margin: 4px 16px;
}
.news_cards___2bRrd .icon:last-child {
  fill: #fff;
}
.news_cards___2bRrd .ant-btn {
  width: 56px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  justify-content: center;
  align-items: center;
  float: right;
  display: none;
}
.news_cards___2bRrd .news_card_btn___2xMrv {
  margin-top: 28px;
  height: 24px;
}
.news_pagination___13kko .ant-pagination-item-active {
  border-color: #247ae6;
  background: #247ae6;
}
.news_pagination___13kko .ant-pagination-item-active a {
  color: #fff !important;
}
.news_pagination___13kko .ant-pagination-item {
  border-radius: 50%;
  border-color: transparent;
}
.news_pagination___13kko .ant-pagination-next,
.news_pagination___13kko .ant-pagination-prev {
  display: none;
}

.succ___2YFgF {
  padding: 16px 0 40px;
}
.succ___2YFgF .succ_content___1I5BM {
  background: #fff;
  height: 600px;
  text-align: center;
  padding-top: 82px;
}
.succ___2YFgF .succ_content___1I5BM p {
  margin: 0;
}
.succ___2YFgF .succ_content___1I5BM .succ_title___kCGcl {
  font-weight: 600;
  color: #242428;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 26px;
}
.succ___2YFgF .succ_content___1I5BM .succ_title___kCGcl span {
  vertical-align: middle;
}
.succ___2YFgF .succ_content___1I5BM .succ_title___kCGcl svg {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  vertical-align: middle;
}
.succ___2YFgF .succ_content___1I5BM .succ_sub___8AVF_ {
  font-weight: 600;
  color: #242428;
  line-height: 24px;
  font-size: 16px;
}
.succ___2YFgF .succ_content___1I5BM .succ_sub___8AVF_ a {
  font-weight: 600;
  margin-left: 16px;
}

.container___K45il {
  padding-top: 24px;
  margin: 0 40px;
}
.container___K45il .ant-row {
  margin-bottom: 20px;
}
.container___K45il .banner___2JZV6 {
  padding: 57px 0;
  background: #247ae6 url('/static/images/pc/questionnaire_banner.png') no-repeat 0 0 /100% 100%;
}
.container___K45il .banner___2JZV6 h1,
.container___K45il .banner___2JZV6 p {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.container___K45il .banner___2JZV6 h1 {
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 7px;
  font-size: 36px;
  margin-bottom: 16px;
}
.container___K45il .banner___2JZV6 .banner_sub___17hu5 {
  line-height: 40px;
  letter-spacing: 5px;
  font-weight: 400;
  font-size: 28px;
}
.container___K45il .content___3fkho {
  padding: 0 40px 64px;
  background: #fff;
}
.container___K45il .content___3fkho .form___IhoyY {
  margin-top: 24px;
}
.container___K45il .content___3fkho .form___IhoyY p {
  margin: 0;
}
.container___K45il .content___3fkho .form___IhoyY p:not(:last-child) {
  margin-bottom: 10px;
}
.container___K45il .content___3fkho [role='alert'] {
  margin-top: 8px;
}
.container___K45il .title_box___2OB_H {
  border-bottom: 1px solid #e5e6e9;
  padding: 64px 0 24px;
}
.container___K45il .title_box___2OB_H h1 {
  font-weight: 600;
  color: #242428;
  line-height: 48px;
  font-size: 36px;
  text-align: center;
}
.container___K45il .title_box___2OB_H .title_box_sub___10j2w {
  font-weight: 400;
  color: #242428;
  line-height: 22px;
  font-size: 16px;
}
.container___K45il .remark___3Qdw4 {
  width: 283px;
}
.btn___35zUb {
  width: 160px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 24px;
  font-size: 16px;
  margin-top: 40px;
}
.btn___35zUb span {
  text-shadow: initial !important;
}
.btn___35zUb:hover {
  background: #0c58c3 !important;
}

.sinoads_banner___3RKdf {
  background: #247AE6 url(/static/images/pc/sinoads-banner.png) no-repeat  center / 1200px 265px !important;
}
.sinoads_row_rookie___2Pt00 {
  margin-top: 16px;
}
.sinoads_row_right___13qF0 + p {
  margin: 28px 30px 32px;
  color: #595959;
  font-size: 20px;
  line-height: 32px;
}
.sinoads_rookie___3b-9_ {
  background: url(/static/images/pc/soluticon2@2x.png) no-repeat left / 100px 100px;
}
.sinoads_promote___2wc9H {
  background: url(/static/images/pc/soluticon4@2x.png) no-repeat left / 100px 100px;
}
.sinoads_row_promote___kpaaI {
  margin-top: 56px;
}
.sinoads_zero_top___3J-iw {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  align-items: center;
}
.sinoads_zero_top___3J-iw .sinoads_zero_left___8pqBI {
  background: url(/static/images/pc/sinoads_arrow.png) no-repeat left / 100px 100px;
}
.sinoads_zero_top___3J-iw .sinoads_zero_left___8pqBI + p {
  font-size: 20px;
  color: #595959;
  line-height: 32px;
  padding: 40px 0 0 30px;
  font-weight: 300;
}
.sinoads_zero_top___3J-iw .sinoads_optimize_left___2nCm0 {
  background: url(/static/images/pc/soluticon3@2x.png) no-repeat left / 100px 100px;
}
.sinoads_zero_top___3J-iw .sinoads_client_left___2Wbtv {
  background: url(/static/images/pc/soluticon5@2x.png) no-repeat left / 100px 100px;
}
.sinoads_zero_top___3J-iw .sinoads_zero_right___2tyff {
  width: 363px;
  margin: 0 84px;
}
.sinoads_optimize_right___jV8rA {
  width: 466px;
  margin-left: 30px;
}
.sinoads_client_right___VQSPq {
  width: 433px;
  margin-left: 60px;
}
.sinoads_optimize_card___3cZTn {
  padding-left: 30px;
}
.sinoads_optimize_card___3cZTn .sinoads_card {
  height: auto;
}
.process_img___mtb7f {
  text-align: center;
  padding: 32px 0;
  border-bottom: 1px solid #E5E6E9;
}
.process_img___mtb7f img {
  width: 758px;
}

.sinobuild_banner___2qX5z {
  background: url(/static/images/pc/sinobuild_banner.png) no-repeat  center / 1200px 100%;
}
.sinobuild_banner_content___1OjAF {
  padding: 60px 0 46px;
}
.sinobuild_banner_content___1OjAF h1,
.sinobuild_banner_content___1OjAF p {
  margin: 0;
}
.sinobuild_banner_content___1OjAF h1 {
  font-size: 50px;
  line-height: 56px;
  color: #fff;
}
.sinobuild_banner_content___1OjAF h1 em {
  font-weight: bold;
  font-style: normal;
}
.sinobuild_banner_content___1OjAF .sinobuild_banner_sub___1g34R {
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
}
.sinobuild_banner_content___1OjAF .sinobuild_banner_des___3p6Nh {
  font-weight: 400;
  color: #00effe;
  line-height: 30px;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.sinobuild_banner_content___1OjAF .sinobuild_banner_des___3p6Nh::after {
  content: '';
  display: block;
  width: 1px;
  background: #00effe;
  height: 76px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sinobuild_banner_content___1OjAF .ant-btn {
  width: 200px;
  height: 44px !important;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%) !important;
  border-radius: 4px;
  color: #247ae6 !important;
  line-height: 24px;
  font-size: 18px;
  margin-top: 26px;
}
.sinobuild_banner_content___1OjAF .ant-btn span {
  text-shadow: initial !important;
}
.sinobuild_banner_content___1OjAF .ant-btn:hover {
  box-shadow: 0px 13px 15px #254898;
}

.sinoops_banner___1Aum3 {
  background: url(/static/images/pc/sinoops_banner.png) no-repeat 100% 100% / 100% 100% !important;
}
.sinoops_banner_content___eBN5d {
  padding: 72px 0 38px;
}
.sinoops_banner_content___eBN5d h1,
.sinoops_banner_content___eBN5d p {
  margin: 0;
}
.sinoops_banner_content___eBN5d h1 {
  font-size: 50px;
  color: #fff;
}
.sinoops_banner_content___eBN5d h1 em {
  font-style: normal;
  font-weight: bold;
}
.sinoops_banner_content___eBN5d .sinoops_banner_sub___1nT-E {
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}
.sinoops_banner_content___eBN5d .sinoops_banner_des___1KO5b {
  font-weight: 400;
  color: #00effe;
  line-height: 30px;
  letter-spacing: 2px;
  font-size: 20px;
  padding-left: 26px;
  margin-top: 36px;
  position: relative;
}
.sinoops_banner_content___eBN5d .sinoops_banner_des___1KO5b::after {
  content: '';
  display: block;
  width: 1px;
  background: #00effe;
  height: 46px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sinoops_banner_content___eBN5d .ant-btn {
  width: 200px;
  height: 44px !important;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%) !important;
  border-radius: 4px;
  color: #247ae6 !important;
  line-height: 24px;
  font-size: 18px;
  margin-top: 36px;
}
.sinoops_banner_content___eBN5d .ant-btn span {
  text-shadow: initial !important;
}
.sinoops_banner_content___eBN5d .ant-btn:hover {
  box-shadow: 0px 13px 15px #254898;
}
.sinoops_banner_bottom___1-HVg {
  background: #247ae6 url(/static/images/pc/Opspix10@2x.png) no-repeat center  / 1200px 100% !important;
  height: 260px;
  font-size: 24px;
}
.sinoops_banner_bottom___1-HVg .sinoops_banner_bottom_c___214Hd {
  padding: 50px 0 64px 230px;
}
.sinoops_banner_bottom___1-HVg .sinoops_banner_bottom_c___214Hd p {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.sinoops_banner_bottom___1-HVg .sinoops_banner_bottom_sub___2fy39 {
  margin-top: 30px;
}
.sinoops_banner_bottom___1-HVg .ant-btn {
  width: 200px;
  height: 44px !important;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%) !important;
  border-radius: 4px;
  color: #247ae6 !important;
  line-height: 24px;
  font-size: 18px;
  margin-top: 36px;
}
.sinoops_banner_bottom___1-HVg .ant-btn span {
  text-shadow: initial !important;
}
.sinoops_banner_bottom___1-HVg .ant-btn:hover {
  box-shadow: 0px 13px 15px #254898;
}

.poster-container {
  background-color: #d2d3fb;
}
.poster-container .banner {
  position: relative;
  background-color: #234fe6;
  text-align: center;
  min-width: 1200px;
}
.poster-container .banner .bg {
  width: 100%;
  max-width: 1920px;
}
.poster-container .banner .form-title {
  position: absolute;
  top: 75px;
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
  font-weight: 800;
  text-align: left;
  color: #ffffff;
  line-height: 36px;
  text-shadow: 9px 7px 3px rgba(65, 33, 218, 0.34);
}
@media (max-width: 1920px) {
  .poster-container .banner .form-title {
    left: 68.729%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media (min-width: 1921px) {
  .poster-container .banner .form-title {
    left: calc(50% + 302px);
  }
}
@media (max-width: 1440px) {
  .poster-container .banner .form-title {
    top: 45px;
  }
}
@media (max-width: 1350px) {
  .poster-container .banner .form-title {
    top: 10px;
  }
}
.poster-container .banner .form {
  text-align: left;
  position: absolute;
  width: 336px;
  top: 115px;
  left: 62.135%;
}
@media (max-width: 1440px) {
  .poster-container .banner .form {
    top: 75px;
  }
}
@media (max-width: 1350px) {
  .poster-container .banner .form {
    top: 45px;
  }
}
.poster-container .platform {
  margin: 0 auto;
  width: 10.91rem;
}
.poster-container .platform > div {
  position: relative;
  margin-top: 0.27rem;
}
.poster-container .platform > div .bg {
  width: 100%;
}
.poster-container .platform > div .bnt {
  position: absolute;
  top: 1.209rem;
  left: 6.391rem;
  width: 3.618rem;
  cursor: pointer;
}
.poster-container .platform > div .bnt.gt {
  top: 1.254rem;
}
.poster-container .solution {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.27rem;
  width: 10.91rem;
}
.poster-container .solution .bg {
  width: 100%;
}
.poster-container .solution .bnt {
  position: absolute;
  top: 4.845rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.49rem;
  cursor: pointer;
}
.poster-container.mobile-container {
  background-color: #ffffff;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 10px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 10px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ant-dropdown-placement-topCenter > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-dropdown-placement-topCenter > .ant-dropdown-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-dropdown-placement-bottomCenter > .ant-dropdown-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: #595959;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > a > .anticon:first-child,
.ant-dropdown-menu-submenu-title > a > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
  vertical-align: -0.1em;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: #595959;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-submenu-title > a:hover {
  color: #595959;
}
.ant-dropdown-menu-item > .anticon + span > a,
.ant-dropdown-menu-submenu-title > .anticon + span > a {
  color: #595959;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon + span > a:hover,
.ant-dropdown-menu-submenu-title > .anticon + span > a:hover {
  color: #595959;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #247ae6;
  background-color: #f0f9ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled > .anticon + span > a,
.ant-dropdown-menu-submenu-title-disabled > .anticon + span > a,
.ant-dropdown-menu-item-disabled > a,
.ant-dropdown-menu-submenu-title-disabled > a {
  position: relative;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.ant-dropdown-menu-item-disabled > .anticon + span > a::after,
.ant-dropdown-menu-submenu-title-disabled > .anticon + span > a::after,
.ant-dropdown-menu-item-disabled > a::after,
.ant-dropdown-menu-submenu-title-disabled > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  content: '';
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #247ae6;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #247ae6;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  width: 0;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: #595959;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: #595959;
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: #595959;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #595959;
  background: #fff;
}
.ant-layout-rtl {
  direction: rtl;
}

.ant-card {
  border-radius: 4px !important;
}
.ant-btn {
  border-radius: 4px !important;
}
.mixin-transition {
  transition: all 0.3s linear;
}
.sino-menu {
  padding: 0;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 56px !important;
  line-height: 56px;
}
.sino-menu__content-box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #242428;
}
.sino-menu__login-box {
  display: flex;
  align-items: center;
}
.sino-menu__login-box .ant-space-item {
  display: flex;
  align-items: center;
}
.sino-menu__login-box .ant-space-item > a {
  display: inline-flex;
}
.sino-menu__login-box .register {
  min-width: 70px;
  text-align: center;
  border-radius: 4px;
  border-width: 0px;
  box-shadow: initial;
  transition: inherit;
  background: linear-gradient(to right, #247ae6, #225bd2) !important;
}
.sino-menu__login-box .register:hover,
.sino-menu__login-box .register:focus {
  background: linear-gradient(to right, #1f81fb, #2145c4) !important;
}
.sino-menu__login-box .register.default-btn {
  border-color: transparent;
}
.sino-menu__login-box .user-box {
  font-size: 14px;
}
.sino-menu__login-box .user-box .ant-dropdown-link {
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0 40px 0 15px;
  position: relative;
}
.sino-menu__login-box .user-box .ant-dropdown-link .username {
  width: 30px;
  height: 30px;
  border: 1px solid #262626;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}
.sino-menu__login-box .user-box .ant-dropdown-link .anticon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sino-menu__login-box .user-box a {
  color: #262626;
}
.sino-menu__login-box .user-box .a-link {
  position: relative;
}
.sino-menu__login-box .user-box .a-link:hover {
  color: #247ae6;
}
.sino-menu__menu-box {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0;
}
.sino-menu__menu-box a,
.sino-menu__menu-box span {
  color: #fff;
}
.sino-menu__menu-box > li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}
.sino-menu__menu-box > li a,
.sino-menu__menu-box > li span {
  position: relative;
}
.sino-menu__menu-box > li a::after,
.sino-menu__menu-box > li span::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: ' ';
  width: 100%;
  height: 0;
  border-bottom: 2px solid transparent;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  transition: all 0.3s linear;
}
.sino-menu__menu-box > li a:hover::after,
.sino-menu__menu-box > li span:hover::after {
  border-color: #fff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sino-menu__menu-box > li.selected > a,
.sino-menu__menu-box > li.selected span {
  color: #fff;
}
.sino-menu__menu-box > li.selected > a::after,
.sino-menu__menu-box > li.selected span::after {
  border-color: #fff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sino-menu__menu-box .ant-dropdown-menu-item {
  background: unset;
}
.sino-menu__menu-box .ant-dropdown-menu-item-active:hover {
  background: unset;
}
.sino-menu--transparent {
  background-color: transparent;
  color: #fff;
}
.sino-menu--transparent .a-link:hover::after {
  border-color: #fff !important;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sino-menu--transparent .sino-menu__menu-box a {
  color: #fff;
}
.sino-menu--transparent .sino-menu__login-box .user-box a {
  color: #fff;
}
.sino-menu--transparent .sino-menu__login-box .user-box .ant-dropdown-link {
  background-color: transparent;
  color: #fff;
}
.sino-menu--transparent .sino-menu__login-box .user-box .ant-dropdown-link .username {
  border: 1px solid #fff;
}
.sino-menu--transparent .sino-menu__login-box .user-box .ant-dropdown-link:hover {
  background-color: transparent;
}
.sino-menu--transparent .sino-menu__login-box .user-box .a-link {
  color: #fff !important;
}
.sino-menu--transparent .default-btn {
  color: #fff !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: unset;
}
.sino-menu--transparent .default-btn:hover {
  color: #fff !important;
  border-color: #fff !important;
}
.sino-menu--white {
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.sino-menu--white .sino-menu__menu-box a,
.sino-menu--white .sino-menu__menu-box span {
  color: #262626;
}
.sino-menu--white .sino-menu__menu-box a:hover,
.sino-menu--white .sino-menu__menu-box span:hover {
  color: #247ae6;
}
.sino-menu--white .sino-menu__menu-box a:hover::after,
.sino-menu--white .sino-menu__menu-box span:hover::after {
  border-color: #247ae6;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sino-menu--white .default-btn {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}
.sino-menu--white .default-btn:hover {
  color: #247ae6 !important;
  border-color: #247ae6 !important;
}
.sino-menu--white li.selected a,
.sino-menu--white li.selected span {
  color: #262626;
}
.sino-menu--white li.selected a::after,
.sino-menu--white li.selected span::after {
  border-color: #247ae6;
}
.sino-menu--blue {
  background: #247ae6;
}
.sino-menu--blue .sino-menu__menu-box a:hover::after {
  border-color: #fff;
}
.sino-menu--blue .sino-menu__menu-box > li.selected > a,
.sino-menu--blue .sino-menu__menu-box > li.selected span {
  color: #fff;
}
.sino-menu--blue .sino-menu__menu-box > li.selected > a::after,
.sino-menu--blue .sino-menu__menu-box > li.selected span::after {
  border-color: #fff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.sino-menu--blue .sino-menu__login-box .ant-btn {
  background: transparent;
  border-color: #fff;
}
.sino-menu--blue .sino-menu__login-box .ant-btn.default-btn {
  border-color: transparent;
}
.sino-menu--blue .sino-menu__login-box .user-box a {
  color: #fff;
}
.sino-menu--blue .sino-menu__login-box .user-box .ant-dropdown-link {
  background-color: #1e73df;
  color: #fff;
}
.sino-menu--blue .sino-menu__login-box .user-box .ant-dropdown-link:hover {
  background-color: #0c58c3;
}
.sino-menu--blue .sino-menu__login-box .user-box .a-link:hover::after {
  border-color: #fff;
}
.sino-menu__logo {
  margin: 0 90px 0 0;
}
.sino-menu__logo a {
  display: flex;
  align-items: center;
}
.sino-menu__logo img {
  width: 170px;
}
.sino-menu__sub-menu {
  border-radius: 4px;
  font-size: 14px;
  top: 56px !important;
  left: -20px !important;
}
.sino-menu__sub-menu .ant-dropdown-menu {
  border: 0;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: initial;
}
.sino-menu__sub-menu .ant-dropdown-menu-item {
  border: 0;
  padding: 0 40px;
  margin: 8px 0;
  box-shadow: initial;
}
.sino-menu__sub-menu .ant-dropdown-menu-item-active {
  background-color: #f0f6ff;
}
.sino-menu__sub-menu .ant-dropdown-menu-item-active a {
  color: #247ae6 !important;
}
.sino-menu__sub-menu .ant-dropdown-menu a {
  color: #262626;
}
.sino-menu__sub-menu .ant-dropdown-menu a::after {
  border: 0;
}
.sino-menu__sub-menu.horizontal {
  width: 100vw;
  top: 56px !important;
}
.sino-menu__sub-menu.horizontal .ant-dropdown-menu {
  padding-left: 212px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.sino-menu__sub-menu.horizontal .ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 0;
  margin-right: 48px;
  line-height: 20px;
  font-size: 16px;
  display: inline-block;
}
.register-popover {
  top: 44px !important;
}
.register-popover .ant-popover-inner-content {
  padding: 6px 12px;
}

.case {
  width: 29%;
  margin-right: 2%;
  margin-left: 2%;
  border: 0.01rem solid #DADCDD;
  border-radius: 8px;
  margin-bottom: 0.38rem;
  background-color: #fff;
}
.case .image {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.case .introduce {
  padding: 0.17rem 0.24rem;
  position: relative;
}
.case .introduce h6 {
  font-size: 0.18rem;
  color: #000000;
}
.case .introduce p {
  font-size: 0.16rem !important;
  color: #9DA0A3;
  line-height: 0.24rem;
  margin-top: 0.12rem;
  height: 0.8rem;
  margin-bottom: 0.13rem;
}
.case .introduce .right {
  position: absolute;
  font-size: 0.12rem;
  right: 0.28rem;
  bottom: 0.17rem;
  padding-bottom: 0;
  line-height: initial;
  display: none;
}
.case:hover {
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.case:hover .right {
  display: block;
}
.mobile-container .case .introduce h6 {
  font-size: 0.24rem !important;
  color: #000000;
}
.mobile-container .case .introduce p {
  font-size: 0.22rem !important;
  line-height: 0.3rem;
}

.case-details-content .intro {
  border-bottom: 0.01rem solid #DADCDD;
  position: relative;
  margin-top: 0.45rem;
}
.case-details-content .intro .left-img {
  position: absolute;
  left: 0;
  width: 0.38rem;
}
.case-details-content .intro h5 {
  font-size: 0.2rem;
  color: #262626;
  border-left: 2px solid #595959;
  padding-left: 0.13rem;
  line-height: 0.2rem;
}
.case-details-content .intro p {
  font-size: 0.2rem !important;
  margin-top: 0.2rem;
  color: #595959;
  margin-bottom: 0.45rem !important;
  padding-left: 0.17rem;
}
.case-details-content .results {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.58rem;
}
.case-details-content .results h4 {
  font-size: 0.2rem;
  color: #262626;
  border-left: 2px solid #595959;
  padding-left: 0.13rem;
  line-height: 0.2rem;
  width: 1rem;
}
.case-details-content .results .results-details {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-items: center;
  justify-content: center;
}
.case-details-content .target {
  margin-top: 0.56rem;
}
.case-details-content .target h4 {
  font-size: 0.2rem;
  color: #262626;
  border-left: 2px solid #595959;
  padding-left: 0.13rem;
  line-height: 0.2rem;
}
.case-details-content .target p {
  margin-top: 0.21rem;
  font-size: 0.16rem !important;
  color: #595959;
  line-height: 0.3rem;
  padding-left: 0.17rem;
}
.case-details-content .target .content-img {
  width: 7.66rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.4rem;
}
.case-details-content .help {
  margin-top: 0.7rem;
  margin-top: 0.56rem;
}
.case-details-content .help h4 {
  font-size: 0.2rem;
  color: #262626;
  border-left: 2px solid #595959;
  padding-left: 0.13rem;
  line-height: 0.2rem;
}
.case-details-content .help p {
  margin-top: 0.21rem;
  font-size: 0.16rem !important;
  color: #595959;
  padding-left: 0.17rem;
  line-height: 0.3rem;
}
.case-details-content .out-figure {
  margin-top: 0.35rem;
  position: relative;
}
.case-details-content .out-figure .out-figure-img {
  display: block;
  margin: 0 auto;
  width: 4.08rem;
}
.case-details-content .out-figure .primary-btn {
  width: 1.6rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #247AE6;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}
.case-details-content .more-case {
  border-top: 0.01rem solid #DADCDD;
  margin-top: 0.69rem;
  padding-top: 0.45rem;
  position: relative;
  z-index: 10;
}
.case-details-content .more-case .name {
  font-size: 0.22rem;
  color: #262626;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.09rem;
}
.case-details-content .more-case .small-line {
  background: #595959;
  height: 0.02rem;
  width: 0.3rem;
  margin: 0 auto;
}
.case-details-content .more-case .cases {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.29rem;
}
.case-details-content .more-cases-container {
  margin-top: 0.29rem;
  width: 99%;
  position: relative;
}
.case-details-content .more-cases-container .case {
  width: 97%;
  display: block;
  border-top: 0;
}
.case-details-content .more-cases-container .switch-step {
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  line-height: 0.65rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  top: 4.8rem;
  cursor: pointer;
  border: 1px solid #DADCDD;
  background: #FFFFFF;
}
.case-details-content .more-cases-container .switch-step svg {
  font-size: 0.24rem;
  text-align: center;
  color: #CBCDD0;
}
.case-details-content .more-cases-container .switch-step:hover {
  background: #E8F1FF;
  border: 1px solid #E8F1FF;
}
.case-details-content .more-cases-container .switch-step:hover svg {
  color: #247AE6;
}
.case-details-content .more-cases-container .prev {
  left: -1.3rem;
  top: 50%;
  margin-top: -0.65rem;
  z-index: 10;
}
.case-details-content .more-cases-container .next {
  right: -1.3rem;
  top: 50%;
  z-index: 10;
  margin-top: -0.65rem;
}
.mobile-container .case-details-content {
  width: 90%;
}
.mobile-container .case-details-content .intro h5 {
  font-size: 0.24rem !important;
}
.mobile-container .case-details-content .intro p {
  font-size: 0.22rem !important;
  line-height: 0.35rem;
}
.mobile-container .case-details-content .results {
  display: block;
}
.mobile-container .case-details-content .results .result {
  width: 100%;
}
.mobile-container .case-details-content .results h4 {
  font-size: 0.24rem !important;
  margin-bottom: 0.2rem;
}
.mobile-container .case-details-content .target h4 {
  font-size: 0.24rem !important;
}
.mobile-container .case-details-content .target p {
  font-size: 0.22rem !important;
  line-height: 0.35rem;
}
.mobile-container .case-details-content .help h4 {
  font-size: 0.24rem !important;
}
.mobile-container .case-details-content .help p {
  font-size: 0.22rem !important;
  line-height: 0.35rem !important;
}
.mobile-container .case-details-content .content-img {
  width: 100%;
}
.mobile-container .case-details-content .out-figure {
  display: none;
}
.mobile-container .case-details-content .more-case .name {
  font-size: 0.26rem !important;
}
.mobile-container .case-details-content .more-case .more-cases-container {
  width: 75%;
  margin: 0.2rem auto;
}
.mobile-container .case-details-content .more-case .more-cases-container .next {
  right: -0.8rem;
}
.mobile-container .case-details-content .more-case .more-cases-container .prev {
  left: -0.8rem;
}

.result {
  width: 1.52rem;
  height: 0.74rem;
  border-radius: 0.05rem;
  margin: 0 0.025rem;
  padding: 0.148rem 0.19rem;
}
.result .top {
  height: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0 !important;
}
.result .top span {
  font-size: 0.18rem;
}
.result .top img {
  width: 0.147rem;
  margin-left: 0.17rem;
  margin-bottom: 0.05rem;
}
.result .bom {
  font-size: 0.16rem;
  color: #89A2C6;
  margin-bottom: 0;
}

.successCase {
  position: relative;
  color: #595959;
  padding: 0 2.44rem;
}
.successCase .item-title {
  margin-top: 0.42rem;
  font-size: 0.18rem;
  color: #595959;
  text-align: left;
}
.successCase .slick-slide {
  height: 100%;
}
.successCase .current-step {
  margin-top: 1rem;
}
.successCase .current-step span {
  width: 20%;
  background: #f5f5f7;
  height: 0.56rem;
  line-height: 0.56rem;
  display: inline-block;
  border-right: 2px solid #fff;
  text-align: center;
}
.successCase .current-step .step-btn {
  cursor: pointer;
  font-size: 0.16rem;
}
.successCase .current-step .step-btn:hover {
  color: #247ae6;
}
.successCase .current-step .current {
  color: #fff;
  background: #247ae6;
}
.successCase .current-step .current:hover {
  color: #fff;
}
.successCase .switch-step {
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  line-height: 0.65rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  top: 4.8rem;
  cursor: pointer;
  border: 1px solid #dadcdd;
  background: #ffffff;
}
.successCase .switch-step svg {
  font-size: 0.24rem;
  text-align: center;
  color: #cbcdd0;
}
.successCase .switch-step:hover {
  background: #e8f1ff;
  border: 1px solid #e8f1ff;
}
.successCase .switch-step:hover svg {
  color: #247ae6;
}
.successCase .prev {
  left: 1.2rem;
}
.successCase .next {
  right: 1.2rem;
}
.successCase .title {
  color: #b9bbbe;
  position: relative;
  font-size: 0.16rem;
}
.successCase .title .chinese {
  color: #262626;
}
.successCase .ant-carousel .slick-slide {
  text-align: center;
  height: auto;
  overflow: hidden;
}
.successCase .success-infos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 0.16rem;
  margin-top: 0.3rem;
}
.successCase .success-infos .success-left .block {
  margin-top: 0.17rem;
}
.successCase .success-infos .success-left svg {
  font-size: 24px;
  margin-right: 0.17rem;
}
.successCase .success-infos .success-right {
  position: absolute;
  right: 0;
  z-index: 5;
  overflow: hidden;
  border-radius: 12px;
}
.successCase .success-infos .success-right img {
  width: 4.24rem;
  transition: all 0.2s;
}
.successCase .success-infos p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.03rem;
  color: #000;
}
.successCase .success-infos .success-result {
  display: flex;
  padding-left: 0.03rem;
}
.successCase .success-infos .success-result .count {
  width: 1.5rem;
  height: 0.72rem;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.08rem;
}
.successCase .success-infos .success-result .count div p {
  text-align: center;
}
.successCase .success-infos .success-result .count div p:nth-child(2) {
  font-size: 0.2rem;
}
.successCase .success-infos .success-result .count div svg {
  height: 0.72rem;
  width: 0.4rem;
  margin-right: 0;
}
.successCase .success-infos .success-result .count div:nth-child(1) {
  width: 1rem;
  padding-left: 0.2rem;
}
.successCase .success-infos .success-result .buy-count {
  background: #247ae6;
}
.successCase .success-infos .success-result .cpa-count {
  background: #1d55b8;
}
.successCase .success-infos .success-result .plus-count {
  background: #3ec266;
}
.successCase .success-infos .success-result .roas-count {
  background: #009580;
}
.successCase .item {
  position: relative;
  height: 4.62rem;
}
.successCase .item .results-block {
  position: absolute;
  bottom: 0;
  left: 0;
}
.successCase .carousel-box .item:hover .success-right img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.successCase .carousel-box .item .success-right img {
  width: 4.65rem;
  height: 2.68rem;
}
.successCase .carousel-box .item2 .success-right img {
  width: 3.92rem;
  height: 2.8rem;
}
.successCase .carousel-box .item3 .title-bold {
  margin-top: 0.358rem;
}
.successCase .carousel-box .item3 .success-right img {
  width: 3.68rem;
  height: 3.2rem;
}
.successCase .carousel-box .item4 .success-right img {
  width: 4.71rem;
  height: 2.6rem;
}
.successCase .carousel-box .item5 .success-right img {
  width: 4.42rem;
  height: 2.55rem;
}

.sinoContainer {
  position: relative;
  background: #f5f5f7;
  height: 8.6rem;
}
.sinoContainer .title {
  color: #b9bbbe;
  font-size: 0.16rem;
}
.sinoContainer .title .chinese {
  color: #262626;
}
.sinoContainer .dian {
  margin-right: 0.05rem;
}
.sinoContainer .bg-picture {
  background: #f5f5f7;
  height: 4.6rem;
  z-index: -1;
  padding-top: 0.8rem;
  padding: 0.8rem;
}
.sinoContainer .footer-link {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.9rem;
}
.sinoContainer .sino-info {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  top: 2.09rem;
  justify-content: center;
}
.sinoContainer .sino-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
  margin-bottom: 0 !important;
}
.sinoContainer .sino-info .title-big {
  font-size: 0.2rem;
  color: #262626;
  margin-bottom: 0.12rem;
  font-weight: normal;
}
.sinoContainer .sino-info .title-big img {
  font-size: 0.24rem;
  margin-right: 0.14rem;
  position: relative;
  top: -2px;
}
.sinoContainer .sino-info a {
  color: #595959;
  font-size: 0.15rem;
}
.sinoContainer .sino-info a:hover {
  color: #247ae6;
}
.sinoContainer .sino-info section {
  width: 3.8rem;
  font-size: 0.15rem;
}
.sinoContainer .sino-info section div {
  background: #fff;
  margin-right: 4px;
  margin-bottom: 4px;
  height: 2.38rem;
  padding: 0.44rem 0.25rem;
  border-radius: 4px;
}
.sinoContainer .sino-info section div .btn {
  font-size: 0.12rem;
  color: #fff;
  background: #247ae6;
  width: 0.7rem;
  height: 0.3;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  float: right;
}
.sinoContainer .sino-info section:nth-child(3) {
  width: 4.32rem;
  font-size: 20px;
}
.sinoContainer .sino-info p {
  line-height: 0.3rem;
}
.sinoContainer .sino-info .teacher img {
  width: 100%;
}
.sinoContainer .sino-info .teacher .btn {
  display: none;
  font-size: 0.12rem;
  color: #fff;
  background: #247ae6;
  width: 0.7rem;
  height: 0.3rem;
  text-align: center;
  border-radius: 5px;
}
.sinoContainer .sino-info .teacher:hover .btn {
  display: block;
}

.MediaContainer {
  position: relative;
  height: 7.3rem;
  display: flex;
  justify-content: center;
}
.MediaContainer .title {
  color: #b9bbbe;
  position: relative;
  font-size: 0.16rem;
}
.MediaContainer .title .chinese {
  color: #262626;
}
.MediaContainer .bg-picture {
  z-index: -1;
  position: absolute;
  top: 0.64rem;
  width: 11.4rem;
}
.MediaContainer .media {
  position: absolute;
  top: 1.89rem;
  text-align: center;
  width: 100%;
}
.MediaContainer .media .media-info {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.MediaContainer .media .media-info div {
  width: 1.6rem;
  font-size: 0.16rem;
  text-align: center;
}
.MediaContainer .media .media-info div .logo-info {
  height: 0.7rem;
  line-height: 0.7rem;
  margin-bottom: 0.23rem;
}
.MediaContainer .media .media-info div .logo-info img {
  font-size: 0.7rem;
}
.MediaContainer .media .media-info div:nth-child(1) {
  margin-right: 0.48rem;
}
.MediaContainer .media .media-info div:nth-child(2) {
  margin-right: 0.34rem;
}
.MediaContainer .media .media-info div:nth-child(3) {
  margin-right: 0.15rem;
}
.MediaContainer .media .media-info div:last-child {
  width: 2.2rem;
}
.MediaContainer .media .media-type {
  margin-top: 0.65rem;
}
.MediaContainer .media .media-type img {
  font-size: 0.45rem;
  padding: 0 0.275rem;
}
.MediaContainer .btn {
  margin-top: 0.71rem;
}
.MediaContainer .btn .primary-btn {
  color: #fff;
  background: #247ae6;
  font-size: 0.18rem;
  border-radius: 4px;
  width: 2.2rem;
  height: 0.52rem;
  display: inline-block;
  line-height: 0.52rem;
}

.customerContainer {
  position: relative;
}
.customerContainer .title {
  top: 0.64rem;
}
.customerContainer .customer .customer-info {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 2rem;
}
.customerContainer .customer .customer-info div {
  width: 3.9rem;
  height: 4.5rem;
  background: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 0.16rem;
  color: #b9bbbe;
  padding: 0 0.44rem;
  border-radius: 4px;
}
.customerContainer .customer .customer-info div img {
  margin-top: 0.35rem;
  width: 1.2rem;
}
.customerContainer .customer .customer-info div .name {
  font-size: 0.24rem;
  margin-bottom: 0.14rem;
  color: #262626;
}
.customerContainer .customer .customer-info div .describe {
  font-size: 0.18rem;
  color: #595959;
  margin-top: 0.36rem;
  line-height: 0.3rem;
}
.customerContainer .customer .customer-info div:last-child {
  margin-right: 0;
}
.customerContainer .btn {
  display: flex;
  justify-content: center;
}
.customerContainer .btn a {
  border: 2px solid #ffffff;
  border-radius: 8px;
  width: 2.2rem;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0.46rem;
}

.partnerContainer {
  position: relative;
  height: 5.1rem;
  width: 11.1rem;
  margin: auto;
}
.partnerContainer .title {
  color: #b9bbbe;
  position: relative;
  top: 0.76rem;
}
.partnerContainer .title .chinese {
  color: #262626;
  position: relative;
}
.partnerContainer .title .chinese .block-line-bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.2rem;
}
.partnerContainer .partner {
  margin-top: 1.05rem;
  width: 100%;
  cursor: pointer;
}
.partnerContainer .partner .partner-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.52rem;
}
.partnerContainer .partner .partner-item .partner-imgs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.partnerContainer .partner .partner-item .partner-imgs span {
  display: block;
  width: 20%;
  text-align: center;
}
.partnerContainer .partner .partner-item .partner-imgs span img {
  max-width: 90%;
}

.contactContainer {
  position: relative;
  color: #fff;
  height: 4.4rem;
}
.contactContainer .contact {
  position: absolute;
  top: 1.61rem;
  width: 100%;
  text-align: center;
}
.contactContainer .contact .contact-form {
  width: 50%;
  min-width: 900px;
  margin: 0 auto;
}
.contactContainer .contact .contact-form .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.contactContainer .contact .contact-form .form-item .item {
  width: 45%;
  border-bottom: 1px solid #fff;
  position: relative;
  font-size: 0.16rem;
  height: 0.4rem;
}
.contactContainer .contact .contact-form .form-item .item label {
  position: absolute;
  left: 0;
  line-height: 0.4rem;
}
.contactContainer .contact .contact-form .form-item .item .err-form {
  position: absolute;
  right: 0;
  top: 0.45rem;
  background: #f55949;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.14rem;
  transition: all 0.3 linear;
}
.contactContainer .contact .contact-form .form-item .item .focus-border {
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  width: 0;
  height: 0.02rem;
  background-color: #fff;
  transition: 0.4s;
}
.contactContainer .contact .contact-form .form-item .item input::-webkit-input-placeholder {
  color: #75b1fa;
  font-size: 0.14rem;
}
.contactContainer .contact .contact-form .form-item .item input {
  background: none;
  border: 0;
  width: 100%;
  outline: medium;
  height: 100%;
  padding-left: 0.5rem;
}
.contactContainer .contact .contact-form .form-item .item .con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.contactContainer .contact .contact-form .form-item .focused .focus-border {
  width: 100%;
  transition: 0.4s;
}
.contactContainer .contact .contact-form .form-item .purpose-select {
  background: none;
  height: 100%;
  width: 1.1rem;
  flex: 0 0 1.1rem;
  margin-left: 0.8rem;
  font-size: 0.16rem;
}
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-selection--single {
  width: 100%;
  height: 100%;
}
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-selector,
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-selection {
  background: none !important;
  border: none;
}
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-selection-item {
  height: 100%;
  line-height: 0.4rem;
  color: #fff;
}
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-selection__rendered {
  height: 100%;
  line-height: 0.4rem;
}
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-selection__rendered .ant-select-selection-item,
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-selection__rendered .ant-select-selection-selected-value {
  height: 100%;
  color: #fff;
}
.contactContainer .contact .contact-form .form-item .purpose-select .ant-select-arrow {
  color: #fff;
}
.contactContainer .contact .contact-form .form-item .item4 input {
  padding-left: 0;
}
.contactContainer .contact .contact-form .form-item .purpose-select-dropdown {
  width: calc(100% - 0.8rem) !important;
  right: 0 !important;
  top: 0 !important;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 0.01rem solid #fff;
  border-radius: 5px;
}
.contactContainer .contact .contact-form .form-item .purpose-select-dropdown .ant-select-dropdown-menu {
  background-color: #3086e4;
  border-radius: 5px;
  padding: 0;
}
.contactContainer .contact .contact-form .form-item .purpose-select-dropdown .ant-select-dropdown-menu-item {
  background-color: #3086e4;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.16rem;
  padding: 0.08rem 0.16rem;
}
.contactContainer .contact .contact-form .form-item .purpose-select-dropdown .ant-select-dropdown-menu-item-selected {
  color: #fff;
  font-weight: 600;
  background-color: #247ae6;
  font-weight: 400 !important;
}
.contactContainer .contact .btn {
  margin-top: 0.42rem;
}
.contactContainer .contact .btn a {
  width: 2.2rem;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #247ae6;
  text-align: center;
  border-radius: 0.08rem;
  display: block;
  margin: auto;
  font-size: 0.18rem;
  background: #ffffff;
}
.contactContainer .contact .btn a:hover {
  background: #ddebff;
}
.concat-content {
  margin-top: 18px;
}
.concat-content .info-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  z-index: 11;
}
.concat-content .info-title .left-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.concat-content .mid {
  position: relative;
  height: 140px;
}
.concat-content .mid .bg {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 181px;
  height: 173px;
  margin-left: -90px;
  z-index: 10;
}
.concat-content .mid .con {
  z-index: 11;
  position: absolute;
  width: 100%;
  margin-top: 40px;
  font-size: 14px;
  color: #262626;
}
.concat-content .mid .con p {
  width: 238px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.concat-content .btn {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 11;
  font-size: 14px;
}
.input-err {
  border-bottom: 1px #f55949 solid !important;
}

.gray-bg {
  background: #f2f3f5;
}
.companyContainer {
  display: flex;
  padding: 0.35rem 0;
  justify-content: center;
  width: 12rem;
  padding-bottom: 0.6rem;
  margin: auto;
  border-bottom: 1px solid #dadcdd;
}
.companyContainer .company-left {
  display: flex;
  justify-content: space-between;
  width: 4.4rem;
  display: inline-block;
  margin-right: 1.31rem;
}
.companyContainer .company-left .company-qrcode {
  display: flex;
  justify-content: space-between;
  margin-top: 0.36rem;
}
.companyContainer .company-left .company-qrcode .qrcode {
  width: 1.2rem;
}
.companyContainer .company-left .company-qrcode div {
  font-size: 0.12rem;
  color: #9da0a3;
}
.companyContainer .company-left .company-qrcode div:nth-child(1) {
  width: 1.9rem;
  text-align: center;
}
.companyContainer .company-right {
  display: flex;
  font-size: 0.14rem;
  color: #9da0a3;
  line-height: 0.28rem;
  width: 16.72rem;
  justify-content: space-between;
}
.companyContainer .company-right .title-type {
  color: #000;
  font-size: 0.16rem;
  margin-bottom: 0.18rem;
}
.companyContainer .company-right a {
  color: #9da0a3;
}
.companyContainer .company-right a:hover {
  color: #1890ff;
}
.record-no {
  font-size: 0.14rem;
  height: 0.76rem;
  line-height: 0.76rem;
  color: #9da0a3;
}
.record-no span,
.record-no a {
  padding: 0 16px;
  color: #9da0a3;
}
.record-no span img,
.record-no a img {
  width: 0.15rem;
  margin-right: 0.06rem;
}
.record-no a:hover {
  color: #247ae6;
}

.banner-bg {
  width: 100%;
  height: auto;
  display: block;
}
.bom-bg {
  width: 100%;
  position: relative;
  margin-top: -0.01rem;
}

.cases-container {
  margin-top: 0.4rem !important;
  position: relative;
  z-index: 10;
}
.cases-container .name-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -1.78rem;
  top: 0;
}
.cases-container .name {
  font-size: 0.34rem;
  color: #262626;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.09rem;
  position: relative;
  z-index: 2;
  padding-top: 0.7rem;
}
.cases-container .small-line {
  background: #595959;
  height: 0.02rem;
  width: 0.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cases-container .des {
  font-size: 0.16rem;
  color: #B9BBBE;
  text-align: center;
  font-weight: normal;
  margin-top: 0.11rem;
}
.cases-container .cases {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.29rem;
}
.mobile-container .cases-container {
  width: 100%;
  padding: 0 0.2rem;
}
.mobile-container .cases-container .name {
  font-size: 0.37rem;
}
.mobile-container .cases-container .name-bg {
  width: 3rem;
  margin-left: -1.5rem;
}
.mobile-container .cases-container .case {
  width: 100%;
}
.mobile-container .cases-container .case .right {
  display: block;
}

.case-bom-open-account {
  position: relative;
  top: -6px;
  margin-bottom: -12px;
}
.case-bom-open-account .img {
  width: 100%;
}
.case-bom-open-account .primary-btn {
  position: absolute;
  right: 15%;
  top: 50%;
  margin-top: -0.225rem;
  height: 0.45rem;
  width: 1.71rem;
  line-height: 0.45rem;
  background: #247AE6;
  border: 1px solid #FFFFFF;
  border-radius: 6.5px;
  color: #fff;
  text-align: center;
}

.about-container .aboutus-container {
  display: flex;
  justify-content: center;
  padding: 1.36rem 0 0.5rem;
}
.about-container .aboutus-container .picture img {
  width: 2.5rem;
  height: auto;
}
.about-container .aboutus-container .aboutus {
  width: 5.24rem;
  margin-left: 0.53rem;
  font-size: 0.18rem;
}
.about-container .aboutus-container .aboutus img {
  position: absolute;
  z-index: -1;
  top: 0.77rem;
  margin-left: -0.53rem;
}
.about-container .aboutus-container .aboutus h2 {
  font-size: 0.34rem;
  color: #262626;
}
.about-container .aboutus-container .aboutus .line {
  margin: 0;
  margin-left: 0.5rem;
  margin-bottom: 0.15rem;
}
.about-container .organization {
  text-align: center;
  background: #F1F6FF;
  padding-bottom: 0.57rem;
}
.about-container .organization img {
  width: 10.68rem;
  height: auto;
}
.about-container .company-container {
  display: flex;
  justify-content: center;
  padding-top: 0.65rem;
  padding-bottom: 0.19rem;
}
.about-container .company-container div {
  border-left: 1px solid #B9BBBE;
  padding: 0.03rem 0.41rem;
  font-size: 0.16rem;
  line-height: 26px;
  font-weight: 300;
}
.about-container .company-container div h4 {
  font-size: 0.18rem;
  color: #000000;
  margin-bottom: 0.09rem;
}
.about-container .company-container div h4 svg {
  margin-left: 0.15rem;
}
.about-container .company-container div:first-child {
  border-left: 0;
}
.about-container .head-office {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #B9BBBE;
  font-weight: normal;
  margin-bottom: 0.3rem;
}
.about-container .head-office h4 {
  font-size: 0.16rem;
  color: #B9BBBE;
  font-weight: normal;
  margin-right: 0.17rem;
}
.about-container .head-office span {
  font-size: 0.14rem;
}
.mobile-container .about-container {
  width: 90%;
  margin: 0 auto;
}
.mobile-container .about-container .aboutus-container {
  display: block;
  padding-top: 0.02rem;
}
.mobile-container .about-container .picture {
  width: 100%;
  display: none;
}
.mobile-container .about-container .picture img {
  width: 100%;
}
.mobile-container .about-container .aboutus {
  position: relative;
  margin-top: 1rem;
  margin-left: 0;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.mobile-container .about-container .aboutus .aboutus-img {
  width: 3rem;
  left: 50%;
  margin-left: -1.5rem;
  top: -0.5rem;
}
.mobile-container .about-container .aboutus h2 {
  text-align: center;
  font-size: 0.37rem;
}
.mobile-container .about-container .aboutus .line {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.mobile-container .about-container .organization {
  width: 100%;
}
.mobile-container .about-container .organization img {
  width: 100%;
}
.mobile-container .about-container .company-container {
  display: block;
}
.mobile-container .about-container .company-container div {
  border-left: none;
  padding: 0;
}
.mobile-container .about-container .company-container div h4 {
  font-size: 0.24rem;
}
.mobile-container .about-container .company-container div p {
  font-size: 0.22rem;
}
.mobile-container .about-container .head-office {
  display: block;
}
.mobile-container .about-container .head-office span {
  display: block;
  font-size: 0.22rem;
}
.mobile-container .about-container .head-office h4 {
  font-size: 0.24rem;
}

.container {
  position: relative;
}
.container .banner-bg {
  width: 100%;
  height: auto;
}
.bom-bg {
  width: 100%;
  margin-top: -0.2rem;
  z-index: -1;
}

.banner-bg {
  width: 100%;
  height: auto;
  display: block;
}
.bom-bg {
  width: 100%;
  position: relative;
  margin-top: -0.5rem;
}

.shoplaza-dialog .ant-modal-header {
  border-bottom: none;
}
.shoplaza-dialog .ant-modal-close-x {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.shoplaza-dialog .ant-modal-body {
  padding-top: 0;
}
.shoplaza-dialog h3 {
  font-size: 0.14rem;
}
.shoplaza-dialog .login-info {
  margin-top: 0.2rem;
}
.shoplaza-dialog .login-info .login-info-item label {
  color: #000;
}
.shoplaza-dialog .login-info .login-info-item span {
  color: #247AE6;
}
.shoplaza-dialog .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.12rem;
}
.shoplaza-dialog .btns .close {
  margin-right: 0.1rem;
}

.mobile-banner-container {
  position: relative;
}
.mobile-banner-container .mobile-banner {
  width: 100%;
}
.mobile-banner-container .bom-shade {
  position: absolute;
  bottom: -1vw;
  width: 100%;
  z-index: 10;
  left: 0;
}
.mobile-banner-container .swiper-container-horizontal > .swiper-pagination-bullets,
.mobile-banner-container .swiper-pagination-custom,
.mobile-banner-container .swiper-pagination-fraction {
  bottom: 0.5rem;
}
.mobile-banner-container .swiper-pagination-bullet {
  opacity: 0.24;
  background: #fff;
}
.mobile-banner-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #247AE6;
}

.mobile-data-container {
  width: 100%;
  padding: 0 0.5rem;
  padding-top: 0.2rem;
}
.mobile-data-container .items-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-data-container .items-box .item {
  width: 48%;
  height: 0.875rem;
  background: linear-gradient(180deg, #ffffff 0%, #e2effe 100%);
  border-radius: 8px;
  text-align: center;
  line-height: 0.875rem;
  font-size: 0.2rem;
}
.mobile-data-container .items-box .item .number {
  font-size: 0.4rem;
  color: #247ae6;
  font-weight: 600;
}
.mobile-data-container .items-box .item .number sup {
  margin-left: 0.05rem;
}
.mobile-data-container .items-box .item .text {
  margin-left: 0.075rem;
  color: #292a2d;
}
.mobile-data-container .des {
  margin-top: 0.3rem;
  font-size: 0.25rem;
  line-height: 0.4rem;
  color: #444547;
}

.mobile-solution-container {
  padding-top: 0.83rem;
  overflow: hidden;
}
.mobile-solution-container .rotate {
  margin-top: 0.25rem;
  margin-bottom: 15vw;
  position: relative;
}
.mobile-solution-container .rotate .bg {
  width: 100%;
}
.mobile-solution-container .rotate .rotate-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap {
  transition: all 400ms ease 0s;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap .name {
  opacity: 0;
  transition: all 300ms ease 0s;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="0"] {
  top: 34vw;
  left: 48vw;
  width: 20vw;
  height: 20vw;
  margin-left: -8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="0"] .logo {
  width: 100%;
  height: 100%;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="0"] .name {
  position: absolute;
  display: block;
  text-align: center;
  width: 130%;
  left: -15%;
  bottom: -8vw;
  color: #000;
  opacity: 1;
  font-size: 4.5vw;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="1"] {
  top: 34vw;
  left: 76vw;
  width: 12.8vw;
  height: 12.8vw;
  margin-left: -8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="1"] .logo {
  width: 100%;
  height: 100%;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="1"] .name {
  position: absolute;
  display: block;
  text-align: center;
  width: 160%;
  left: -30%;
  bottom: -7vw;
  color: #96999F;
  font-size: 3.7vw;
  opacity: 1;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="4"] {
  top: 34vw;
  left: 27vw;
  width: 12.8vw;
  height: 12.8vw;
  margin-left: -8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="4"] .logo {
  width: 100%;
  height: 100%;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="4"] .name {
  position: absolute;
  display: block;
  text-align: center;
  width: 160%;
  left: -30%;
  bottom: -7vw;
  color: #96999F;
  font-size: 3.7vw;
  opacity: 1;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="2"] {
  top: 20vw;
  left: 68vw;
  width: 8vw;
  height: 8vw;
  margin-left: -8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="2"] .logo {
  width: 100%;
  height: 100%;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="2"] .name {
  position: absolute;
  display: block;
  text-align: center;
  width: 240%;
  left: -70%;
  bottom: -4.7vw;
  color: #96999F;
  font-size: 2.5vw;
  opacity: 1;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="3"] {
  top: 20vw;
  left: 40vw;
  width: 8vw;
  height: 8vw;
  margin-left: -8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="3"] .logo {
  width: 100%;
  height: 100%;
}
.mobile-solution-container .rotate .rotate-content .logo__wrap[data-order="3"] .name {
  position: absolute;
  display: block;
  text-align: center;
  width: 240%;
  left: -70%;
  bottom: -4.7vw;
  color: #96999F;
  font-size: 2.5vw;
  opacity: 1;
}
.mobile-solution-container .solution-con {
  width: 100%;
  height: 3.8rem;
}
.mobile-solution-container .solution-con .swiper-container {
  height: 3.5rem;
  width: 84%;
  margin: 0 auto;
  overflow: inherit;
}
.mobile-solution-container .solution-con .swiper-container .swiper-slide {
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.mobile-solution-container .solution-con .swiper-container .swiper-slide .solution-item-bg {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  bottom: 5%;
  display: block;
}
.mobile-solution-container .solution-con .swiper-container .swiper-slide .des-box {
  display: block;
}
.mobile-solution-container .solution-con .swiper-container .swiper-slide .open-account {
  display: block;
}
.mobile-solution-container .solution-con .swiper-container .solution-item-box {
  position: relative;
  width: 100%;
  padding-top: 0.3rem;
}
.mobile-solution-container .solution-con .swiper-container .solution-item-box .solution-item {
  width: 100%;
  height: 100%;
  padding-top: 0.65rem;
  box-shadow: 0.02rem 0.02rem 0.12rem 0.02rem rgba(0, 0, 0, 0.06);
}
.mobile-solution-container .solution-con .swiper-container .solution-item-box .line-bg {
  position: absolute;
  width: 80%;
  height: 0.29rem;
  left: 10%;
  top: 0rem;
}
.mobile-solution-container .solution-con .swiper-container .solution-item-box .top {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-transform: translateY(-0.46rem) rotate(45deg);
          transform: translateY(-0.46rem) rotate(45deg);
  box-shadow: -0.06rem -0.06rem 0.12rem rgba(0, 0, 0, 0.06);
  left: 50%;
  margin-left: -0.15rem;
  top: 0.65rem;
  background: #fff;
}
.mobile-solution-container .solution-con .des-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.mobile-solution-container .solution-con .des-box .des-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.1rem;
  line-height: 0.3rem;
}
.mobile-solution-container .solution-con .des-box .des-item .icon {
  width: 0.36rem;
  height: 0.29rem;
}
.mobile-solution-container .solution-con .des-box .des-item span {
  margin-left: 0.25rem;
  font-size: 0.25rem;
}
.mobile-solution-container .solution-con .des-box .des-item3 {
  line-height: 0.6rem;
}
.mobile-solution-container .solution-con .open-account {
  position: absolute;
  bottom: 0.275rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.25rem;
  z-index: 11;
}

.mobile-success-case-container {
  padding: 0 0.25rem;
  padding-top: 0.75rem;
}
.mobile-success-case-container .items {
  margin-top: 0.5rem;
}
.mobile-success-case-container .items .item {
  width: 100%;
  margin-bottom: 0.25rem;
  padding: 0.28rem 0.25rem;
  border-radius: 8px;
}
.mobile-success-case-container .items .item:nth-of-type(1) {
  background: rgba(191, 204, 244, 0.7);
}
.mobile-success-case-container .items .item:nth-of-type(2) {
  background: rgba(247, 220, 215, 0.7);
}
.mobile-success-case-container .items .item:nth-of-type(3) {
  background: rgba(207, 211, 215, 0.7);
}
.mobile-success-case-container .items .item .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mobile-success-case-container .items .item .top .left {
  width: 38%;
  border-radius: 0.06rem;
  margin-right: 0.25rem;
}
.mobile-success-case-container .items .item .top .left img {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}
.mobile-success-case-container .items .item .top .right {
  width: 57%;
  color: #6F6F70;
  font-size: 0.2rem;
}
.mobile-success-case-container .items .item .top .right .name {
  color: #000;
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}
.mobile-success-case-container .items .item .bom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.28rem;
}
.mobile-success-case-container .items .item .bom .con {
  font-size: 0.33rem;
  color: #292A2D;
  font-weight: bold;
}
.mobile-success-case-container .items .item .bom .con .small {
  font-size: 0.23rem;
  color: #292A2D;
  margin-left: 0.02rem;
}
.mobile-success-case-container .items .item .bom .name {
  font-size: 0.18rem;
}
.mobile-success-case-container .more {
  text-align: center;
  font-size: 0.25rem;
  color: #292A2D;
  margin-top: 0.66rem;
}
.mobile-success-case-container .more .more-icon {
  color: #292A2D;
}

.mobile-sino-container {
  padding: 0 0.25rem;
  padding-top: 0.875rem;
}
.mobile-sino-container img {
  width: 100%;
  border-radius: 0.07rem;
}
.mobile-sino-container .des {
  background: #F9F9F9;
  border-bottom-left-radius: 0.07rem;
  border-bottom-right-radius: 0.07rem;
  padding: 0.25rem;
}
.mobile-sino-container .des .des-title {
  color: #292A2D;
  font-size: 0.23rem;
  margin-bottom: 0.16rem;
}
.mobile-sino-container .des .item {
  margin-top: 0.07rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-sino-container .des .item .left {
  display: flex;
  align-items: center;
}
.mobile-sino-container .des .item .left .icon {
  width: 0.19rem;
  height: 0.19rem;
}
.mobile-sino-container .des .item .left .name {
  margin-right: 0.09rem;
  margin-left: 0.09rem;
  font-size: 0.23rem;
}
.mobile-sino-container .des .item .left .lecturer {
  color: #96999F;
  font-size: 0.18rem;
}
.mobile-sino-container .des .item .right {
  color: #247AE6;
  font-size: 0.23rem;
}
.mobile-sino-container .des .item .right .icon {
  margin-left: 0.1rem;
}

.mobile-media-container {
  padding-top: 0.8rem;
}
.mobile-media-container .des {
  width: 100%;
  text-align: center;
  color: #96999f;
  margin-top: 0.1rem;
  font-size: 0.24rem;
}
.mobile-media-container .con {
  position: relative;
}
.mobile-media-container .con .bg {
  width: 100%;
}
.mobile-media-container .con .item {
  position: absolute;
}
.mobile-media-container .con .item img {
  width: 100%;
}
.mobile-media-container .con .item .name {
  width: 100%;
  text-align: center;
  color: #292a2d;
  font-size: 0.2rem;
  font-weight: 600;
  margin-top: -0.1rem;
  line-height: 0.275rem;
}
.mobile-media-container .con .item1 {
  width: 1.3rem;
  top: -1%;
  left: 43%;
}
.mobile-media-container .con .item2 {
  width: 1.3rem;
  left: 5%;
  top: 25%;
}
.mobile-media-container .con .item3 {
  width: 1rem;
  left: 35.2%;
  top: 30%;
}
.mobile-media-container .con .item4 {
  width: 0.98rem;
  left: 54%;
  top: 35%;
}
.mobile-media-container .con .item5 {
  width: 1.3rem;
  right: 6.4%;
  top: 21%;
}
.mobile-media-container .con .item6 {
  width: 0.98rem;
  left: 15.2%;
  top: 58%;
}
.mobile-media-container .con .item7 {
  width: 1.9rem;
  left: 32.4%;
  top: 49%;
}
.mobile-media-container .con .item7 img {
  display: block;
  width: 1.3rem;
  margin: 0 auto;
}
.mobile-media-container .con .item8 {
  width: 0.98rem;
  right: 9%;
  top: 58%;
}
.mobile-media-container .con .item9 {
  width: 0.98rem;
  right: 22%;
  top: 77%;
}

.mobile-partner-container {
  padding: 0 0.25rem;
  padding-top: 0.8rem;
}
.mobile-partner-container .des {
  width: 100%;
  text-align: center;
  color: #96999F;
  margin-top: 0.1rem;
  font-size: 0.24rem;
}
.mobile-partner-container .con {
  margin-top: 0.1rem;
  width: 100%;
  position: relative;
}
.mobile-partner-container .con .bg {
  width: 100%;
}
.mobile-partner-container .con .partner {
  position: absolute;
  width: 90%;
  bottom: 20%;
  left: 5%;
}

.mobile-home-container .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mobile-home-container .title-box .cn {
  width: 100%;
  text-align: center;
  font-size: 0.37rem;
  font-weight: bold;
}
.mobile-home-container .title-box .line {
  width: 0.41rem;
  height: 0.05rem;
  margin-top: 0.08rem;
}

.partner-container .banner-bg {
  width: 100%;
  height: auto;
  display: block;
}
.partner-container .bom-bg {
  width: 100%;
  position: relative;
  margin-top: -0.5rem;
}

.custom-container {
  margin: 1.2rem 0 1.37rem;
}
.custom-container .custom-top {
  display: flex;
  justify-content: center;
}
.custom-container .custom-top .title-top .detail {
  width: 6.42rem;
  margin-top: 0.5rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 300;
}
.custom-container .custom-top .picture {
  margin-left: 1.11rem;
}
.custom-container .custom-top .picture img {
  width: 486px;
}
.custom-container .custom-bottom {
  text-align: center;
  display: flex;
  margin: auto;
  width: 11.68rem;
  justify-content: flex-start;
  margin-top: -0.2rem;
  margin-bottom: 0.75rem;
}
.custom-container .custom-bottom svg {
  font-size: 0.64rem;
}
.custom-container .custom-bottom .custom-li:first-child {
  width: 4.01rem;
}
.custom-container .custom-bottom .custom-li:last-child {
  width: 4.74rem;
}
.custom-container .custom-bottom .encircle {
  border: 1px solid #DADCDD;
  border-radius: 3px;
  padding: 0.17rem 0.25rem;
  position: relative;
  margin-top: 0.5rem;
  margin-right: 0.2rem;
  height: 1.2rem;
}
.custom-container .custom-bottom .encircle h4 {
  position: absolute;
  top: -0.13rem;
  width: calc(100% - 1.4rem);
  margin: 0 0.5rem;
  background: #fff;
  color: #000;
}
.custom-container .custom-bottom .encircle div {
  font-size: 0.16rem;
  font-weight: 300;
  text-align: left;
  margin-top: 0.12rem;
  line-height: 0.26rem;
}
.mobile-container .custom-container {
  width: 100%;
  padding: 0.3rem 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.mobile-container .custom-container .custom-top {
  width: 100%;
}
.mobile-container .custom-container .custom-top .title-top {
  width: 100%;
}
.mobile-container .custom-container .custom-top .title-top h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 0.37rem;
}
.mobile-container .custom-container .custom-top .title-top .detail {
  width: 98%;
  margin: 0 auto;
  margin-top: 0.2rem;
  text-align: left;
  color: #595959;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.mobile-container .custom-container .custom-top .picture {
  display: none;
}
.mobile-container .custom-container .custom-bottom {
  width: 100%;
  margin-bottom: 0;
}
.mobile-container .custom-container .custom-bottom .custom-li {
  margin-top: 0.5rem;
  width: 50%;
  padding: 0 0.1rem;
}
.mobile-container .custom-container .custom-bottom .custom-li .encircle {
  margin-right: 0;
  height: 2.8rem;
  padding-top: 0.2rem;
}
.mobile-container .custom-container .custom-bottom .custom-li .encircle h4 {
  font-size: 0.24rem;
  width: calc(100% - 0.4rem);
  margin: 0 auto;
}
.mobile-container .custom-container .custom-bottom .custom-li .encircle div {
  margin-top: 0.4rem;
  font-size: 0.22rem;
}
.mobile-container .custom-container .openUser {
  display: none;
}

.new-container {
  background: #F8F8FA;
  padding: 1.14rem 0 0.775rem;
}
.new-container .new-start-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0.34rem;
}
.new-container .new-start-container .new-user-left img {
  width: 391px;
  margin-top: 0.3rem;
}
.new-container .new-start-container .new-user-right {
  width: 6.81rem;
  z-index: 1;
  margin-left: 0.6rem;
}
.new-container .new-start-container .new-user-right .right-top {
  position: relative;
}
.new-container .new-start-container .new-user-right .right-top .top-content {
  margin-top: 0.28rem;
  font-size: 0.2rem;
  font-weight: 300;
  color: #595959;
}
.new-container .new-start-container .new-user-right .right-bottom {
  margin-top: 0.32rem;
}
.new-container .new-start-container .new-user-right .right-bottom .right-li {
  height: 1.3rem;
  background-color: #fff;
  margin-bottom: 0.16rem;
  border-radius: 4px;
  display: flex;
  padding: 0.2rem 0.34rem;
  align-items: center;
}
.new-container .new-start-container .new-user-right .right-bottom .right-li svg {
  font-size: 0.45rem;
  margin-right: 0.34rem;
}
.new-container .new-start-container .new-user-right .right-bottom .right-li .li-r {
  padding-left: 0.2rem;
  border-left: 1px solid #DADCDD;
}
.new-container .new-start-container .new-user-right .right-bottom .right-li .li-r h4 {
  font-size: 0.18rem;
  color: #000;
}
.new-container .new-start-container .new-user-right .right-bottom .right-li .li-r div {
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 0.26rem;
  margin-top: 0.12rem;
}
.mobile-container .new-container {
  width: 100%;
  padding: 0.3rem 0.2rem;
  margin-top: 0.2rem;
}
.mobile-container .new-container .new-start-container .new-user-left {
  display: none;
}
.mobile-container .new-container .new-start-container .new-user-right {
  width: 100%;
  margin-left: 0;
}
.mobile-container .new-container .new-start-container .new-user-right .title-top {
  left: 0;
  width: 100%;
  text-align: center;
}
.mobile-container .new-container .new-start-container .new-user-right .title-top h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 0.37rem;
}
.mobile-container .new-container .new-start-container .new-user-right .title-top .top-content {
  width: 95%;
  margin: 0 auto;
  text-align: left;
  color: #595959;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  line-height: 0.4rem;
}
.mobile-container .new-container .new-start-container .new-user-right .right-bottom {
  margin: 0 auto;
  width: 98%;
  margin-top: 0.3rem;
}
.mobile-container .new-container .new-start-container .new-user-right .right-li {
  height: 2rem;
  margin-bottom: 0.2rem;
}
.mobile-container .new-container .new-start-container .new-user-right .right-li .li-l {
  width: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.26rem;
}
.mobile-container .new-container .new-start-container .new-user-right .right-li .li-l svg {
  font-size: 0.45rem;
  margin-right: 0;
}
.mobile-container .new-container .new-start-container .new-user-right .right-li .li-r h4 {
  font-size: 0.24rem;
}
.mobile-container .new-container .new-start-container .new-user-right .right-li .li-r div {
  font-size: 0.22rem;
}
.mobile-container .new-container .openUser {
  display: none;
}

.start-container {
  width: 11.5rem;
  margin: auto;
  margin-top: 1.09rem;
  margin-bottom: 1.1rem;
}
.start-container .start-top {
  display: flex;
  justify-content: space-between;
  padding-right: 1.05rem;
}
.start-container .start-top .start-top1 {
  position: relative;
  left: 0.44rem;
}
.start-container .start-top .start-detail {
  width: 5.6rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.31rem;
}
.start-container .start-bottom {
  display: flex;
  text-align: center;
  margin-bottom: 0.63rem;
  margin-top: -0.4rem;
  position: relative;
  z-index: 10;
}
.start-container .start-bottom .start-bottom-li {
  width: 2.82rem;
  margin-left: 0.2rem;
}
.start-container .start-bottom .start-bottom-li .encircle {
  border: 1px solid #dadcdd;
  border-radius: 3px;
  padding: 0.15rem 0.2rem;
  height: 2rem;
  position: relative;
  margin-top: 0.4rem;
}
.start-container .start-bottom .start-bottom-li .encircle h4 {
  font-size: 0.18rem;
  color: #000000;
  position: absolute;
  top: -0.15rem;
  width: calc(100% - 0.4rem);
  background: #fff;
}
.start-container .start-bottom .start-bottom-li .encircle div {
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin: 0.12rem 0 0.19rem;
  font-weight: 300;
  text-align: left;
}
.start-container .start-bottom .start-bottom-li svg {
  font-size: 0.64rem;
}
.start-container .start-bottom .start-bottom-li:nth-of-type(1) {
  padding: 0.12rem;
  margin-top: -0.12rem;
}
.start-container .start-bottom .start-bottom-li:nth-of-type(1):hover {
  box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
  border-radius: 0.12rem;
}
.mobile-container .start-container {
  width: 100%;
  padding: 0 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.mobile-container .start-container .start-top {
  justify-content: center;
  width: 100%;
  padding-right: 0;
}
.mobile-container .start-container .start-top .start-top1 {
  left: 0;
  width: 100%;
  text-align: center;
}
.mobile-container .start-container .start-top .start-top1 h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 0.37rem;
}
.mobile-container .start-container .start-top .start-top1 .start-detail {
  width: 95%;
  margin: 0 auto;
  text-align: left;
  line-height: 0.4rem;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.mobile-container .start-container .start-top .des-img {
  display: none;
}
.mobile-container .start-container .start-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.mobile-container .start-container .start-bottom .start-bottom-li {
  width: 50%;
  margin-left: 0;
  padding: 0 0.1rem;
  margin-top: 0.2rem;
}
.mobile-container .start-container .start-bottom .start-bottom-li .encircle {
  height: 3rem;
}
.mobile-container .start-container .start-bottom .start-bottom-li .encircle h4 {
  font-size: 0.24rem;
}
.mobile-container .start-container .start-bottom .start-bottom-li .encircle div {
  font-size: 0.22rem;
  margin-top: 0.4rem;
}
.mobile-container .start-container .start-bottom .start-bottom-li .encircle img {
  width: 100%;
}
.mobile-container .start-container .openUser {
  display: none;
}
@media screen and (max-width: 360px) {
  .mobile-container .start-container .start-bottom .start-bottom-li .encircle {
    height: 3.2rem;
  }
  .mobile-container .start-container .start-bottom .start-bottom-li .encircle div {
    margin-top: 0.48rem;
  }
}

.banner-bg {
  width: 100%;
}
.title-top {
  position: relative;
}
.title-top .top-content {
  margin-top: 0.28rem;
  font-size: 0.2rem;
  font-weight: 300;
  color: #595959;
}
.title-top h2 {
  font-size: 0.34rem;
  color: #262626;
  line-height: 1rem;
}
.title-top h2 .h2-title {
  position: relative;
}
.title-top h2 .h2-title svg {
  position: absolute;
  font-size: 1rem;
  z-index: -1;
  top: -0.25rem;
  left: -0.44rem;
}
.title-top h2 small {
  font-size: 0.14rem;
  color: #595959;
  margin-left: 0.4rem;
}
.title-top svg {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: -0.4rem;
  z-index: -1;
}
.bom-bg {
  width: 100%;
  z-index: -1;
  margin-top: 0.01rem;
  margin-bottom: -0.07rem;
}

.btn___IUcfo {
  text-align: center;
}

.diagnosis-container___2zSNr {
  padding-top: 12vw;
}
.diagnosis-container___2zSNr .start___3XTGF .banner___2kiWo {
  width: 100%;
  height: 34.666667vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10.266667vw 0;
}
.diagnosis-container___2zSNr .start___3XTGF .banner___2kiWo h5 {
  font-size: 4.8vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6.666667vw;
  letter-spacing: 0.933333vw;
  text-align: center;
  margin-bottom: 2.133333vw;
}
.diagnosis-container___2zSNr .start___3XTGF .banner___2kiWo h6 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 5.333333vw;
  letter-spacing: 0.666667vw;
  text-align: center;
}
.diagnosis-container___2zSNr .start___3XTGF .con___2s-TY {
  padding: 12vw 7.066667vw;
}
.diagnosis-container___2zSNr .start___3XTGF .con___2s-TY h5 {
  font-size: 4.8vw;
  font-weight: 600;
  color: #242428;
  line-height: 6.4vw;
  margin-bottom: 4.533333vw;
}
.diagnosis-container___2zSNr .start___3XTGF .con___2s-TY p {
  width: 75.733333vw;
  height: 10.666667vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #242428;
  line-height: 5.333333vw;
  margin: 0 auto;
  margin-bottom: 9.066667vw;
}
.diagnosis-container___2zSNr .start___3XTGF .con___2s-TY h6 {
  font-size: 4vw;
  font-weight: 400;
  color: #242428;
  line-height: 5.333333vw;
  text-align: center;
}
.diagnosis-container___2zSNr .start___3XTGF .con___2s-TY .btn___129OS {
  width: 64vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  margin: 0 auto;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  position: fixed;
  bottom: 18.666667vw;
  left: 50%;
  margin-left: -32vw;
}
.diagnosis-container___2zSNr .pc-component___1ZYDf .pc-icon___1eRM_ {
  width: 21.333333vw;
  height: 14.666667vw;
  fill: #247ae6;
  display: block;
  margin: 0 auto;
  margin-top: 9.466667vw;
}
.diagnosis-container___2zSNr .pc-component___1ZYDf h5 {
  margin-top: 13.333333vw;
  width: 100%;
  text-align: center;
}
.diagnosis-container___2zSNr .step___1VYE0 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 5.333333vw;
  padding: 2.666667vw 5.333333vw;
}
.diagnosis-container___2zSNr .step___1VYE0 h6 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 5.333333vw;
  margin-bottom: 4.266667vw;
}
.diagnosis-container___2zSNr .step___1VYE0 h5 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 5.333333vw;
  margin-bottom: 6.133333vw;
}
.diagnosis-container___2zSNr .step___1VYE0 .input___2dJW7 {
  width: 45.333333vw;
}
.diagnosis-container___2zSNr .step___1VYE0 .ant-row {
  margin-bottom: 3.2vw;
}
.diagnosis-container___2zSNr .step___1VYE0 .has-error-input___2a4k9 {
  border-color: #ff4d4f;
}
.diagnosis-container___2zSNr .step___1VYE0 .has-error-input___2a4k9:focus {
  border-color: #ff7875;
  outline: 0;
  box-shadow: 0 0 0 0.266667vw #ff4d4f33;
}
.diagnosis-container___2zSNr .step___1VYE0 .btn___129OS {
  width: 64vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  margin: 0 auto;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  position: fixed;
  left: 50%;
  margin-left: -32vw;
  bottom: 18.666667vw;
}
.diagnosis-container___2zSNr .success___1mYBm {
  padding-top: 9.6vw;
}
.diagnosis-container___2zSNr .success___1mYBm .suc-icon___2JfE1 {
  width: 9.333333vw;
  height: 9.333333vw;
  text-align: center;
  margin-bottom: 2.8vw;
}
.diagnosis-container___2zSNr .success___1mYBm h5 {
  font-size: 5.333333vw;
  font-weight: 600;
  color: #000000;
  line-height: 7.466667vw;
  letter-spacing: 0.266667vw;
  margin-bottom: 8.266667vw;
  text-align: center;
}
.diagnosis-container___2zSNr .success___1mYBm h6 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 5.333333vw;
  text-align: center;
  margin-bottom: 5.6vw;
}
.diagnosis-container___2zSNr .success___1mYBm h6 span {
  color: #247ae6;
}
.diagnosis-container___2zSNr .success___1mYBm p {
  font-size: 2.133333vw;
  font-weight: 600;
  color: #242428;
  line-height: 3.2vw;
  text-align: center;
}
.diagnosis-container___2zSNr .success___1mYBm p span {
  font-size: 2.133333vw;
  font-weight: 600;
  color: #247ae6;
  line-height: 3.2vw;
  margin-left: 2.133333vw;
}
.diagnosis-container___2zSNr .success___1mYBm .btn___129OS {
  width: 64vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  margin: 0 auto;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  position: fixed;
  bottom: 18.666667vw;
  left: 50%;
  margin-left: -32vw;
}

.banner-container___3J2-1 {
  height: 90.666667vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 29.2vw 6.8vw;
}
.banner-container___3J2-1 h5 {
  width: 64vw;
  height: 15.466667vw;
  font-size: 6.133333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 7.733333vw;
  letter-spacing: 0.266667vw;
  margin-bottom: 4.133333vw;
}
.banner-container___3J2-1 h6 {
  height: 10.666667vw;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 5.333333vw;
  margin-bottom: 4.8vw;
}
.banner-container___3J2-1 .btn___2r5j7 {
  width: 34.133333vw;
  height: 9.066667vw;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%);
  border-radius: 0.533333vw;
  font-size: 3.2vw;
  font-weight: 600;
  color: #247ae6;
  line-height: 9.066667vw;
}

.brand-container___MLRJ0 {
  padding-top: 16vw;
}
.brand-container___MLRJ0 h6 {
  font-size: 4vw;
  font-weight: 400;
  color: #000000;
  line-height: 6.4vw;
  text-align: center;
  margin-bottom: 0;
}
.brand-container___MLRJ0 h5 {
  font-size: 4.8vw;
  font-weight: 600;
  color: #000000;
  line-height: 6.4vw;
  text-align: center;
  position: relative;
}
.brand-container___MLRJ0 h5::after {
  content: '';
  position: absolute;
  width: 6.666667vw;
  height: 0.666667vw;
  background: #247ae6;
  left: 50%;
  margin-left: -3.333333vw;
  bottom: -3.466667vw;
}
.brand-container___MLRJ0 .list___3AR6d {
  margin-top: 10.8vw;
  padding: 8.4vw 17.066667vw;
  width: 100%;
  padding-bottom: 11.466667vw;
  padding-top: 11.066667vw;
  position: relative;
}
.brand-container___MLRJ0 .list___3AR6d .list-bg___2APrV {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.brand-container___MLRJ0 .list___3AR6d .list-item___1NzzG {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8.533333vw;
}
.brand-container___MLRJ0 .list___3AR6d .list-item___1NzzG:last-of-type {
  margin-bottom: 0;
}
.brand-container___MLRJ0 .list___3AR6d .list-item___1NzzG .icon-box___2dV0R {
  flex: 0 0 12vw;
  width: 12vw;
  height: 12vw;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-right: 4.266667vw;
}
.brand-container___MLRJ0 .list___3AR6d .list-item___1NzzG .icon-box___2dV0R .left-icon___2Kr5e {
  width: 8.533333vw;
  height: 8.533333vw;
}
.brand-container___MLRJ0 .list___3AR6d .list-item___1NzzG .right___2EPY5 h6 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  margin-bottom: 2.666667vw;
  text-align: left;
}
.brand-container___MLRJ0 .list___3AR6d .list-item___1NzzG .right___2EPY5 p {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #595b61;
  line-height: 4.533333vw;
  margin-bottom: 0;
  width: 46.4vw;
  text-align: left;
}
.brand-container___MLRJ0 .btn___2upPQ {
  width: 70.666667vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  margin: 0 auto;
  margin-top: 16vw;
}

.module-title___ChSHD h3 {
  font-size: 5.333333vw;
  color: #242428;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.module-title___ChSHD h3::after {
  content: '';
  position: absolute;
  height: 0.666667vw;
  width: 6.666667vw;
  background: #247ae6;
  left: 50%;
  margin-left: -3.333333vw;
  bottom: -2.666667vw;
}
.module-title___ChSHD h5 {
  font-size: 3.466667vw;
  margin-top: 5.733333vw;
  text-align: center;
  color: #9c9ea4;
  font-weight: 400;
}
.white-module-title___248Tn h3 {
  font-size: 5.333333vw;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.white-module-title___248Tn h3::after {
  content: '';
  position: absolute;
  height: 0.666667vw;
  width: 6.666667vw;
  background: #247ae6;
  left: 50%;
  margin-left: -3.333333vw;
  bottom: -2.666667vw;
}
.white-module-title___248Tn h5 {
  font-size: 3.466667vw;
  margin-top: 5.733333vw;
  text-align: center;
  color: #ffffff;
}

.help-container___Oqx4E {
  padding-top: 16vw;
}
.help-container___Oqx4E .title___3MGRT {
  height: 6.4vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #000000;
  line-height: 6.4vw;
  text-align: center;
}
.help-container___Oqx4E .list___20aQA {
  margin-bottom: 6.666667vw;
  margin-top: 8.533333vw;
}
.help-container___Oqx4E .list___20aQA section {
  margin: 0 auto;
  width: 89.333333vw;
  height: 30.933333vw;
  background: #ffffff;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  border-radius: 1.333333vw;
  margin-bottom: 5.333333vw;
  display: flex;
  align-items: center;
  padding: 4vw 5.333333vw;
}
.help-container___Oqx4E .list___20aQA section:last-child {
  margin-bottom: 0;
}
.help-container___Oqx4E .list___20aQA section .help-icon___2Iz-K {
  width: 11.733333vw;
  height: 11.733333vw;
  flex: 0 0 11.733333vw;
  margin-right: 5.333333vw;
}
.help-container___Oqx4E .list___20aQA section h5 {
  height: 4.266667vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  margin-bottom: 2.133333vw;
}
.help-container___Oqx4E .list___20aQA section h6 {
  height: 10.666667vw;
  font-size: 2.933333vw;
  font-weight: 400;
  color: #595b61;
  line-height: 5.333333vw;
}
.help-container___Oqx4E .btn___qofht {
  width: 64vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  margin: 0 auto;
  color: #fff;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
}

.am-tabs {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.am-tabs * {
  box-sizing: border-box;
}
.am-tabs-content-wrap {
  display: flex;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.am-tabs-content-wrap-animated {
  transition: left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform, left, top;
}
.am-tabs-pane-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow-y: auto;
}
.am-tabs-tab-bar-wrap {
  flex-shrink: 0;
}
.am-tabs-horizontal .am-tabs-pane-wrap-active {
  height: auto;
}
.am-tabs-horizontal .am-tabs-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.am-tabs-vertical .am-tabs-content-wrap {
  flex-direction: column;
}
.am-tabs-vertical .am-tabs-tab-bar-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap-active {
  overflow: auto;
}
.am-tabs-vertical .am-tabs-pane-wrap-inactive {
  overflow: hidden;
}
.am-tabs-top,
.am-tabs-bottom {
  flex-direction: column;
}
.am-tabs-left,
.am-tabs-right {
  flex-direction: row;
}
.am-tabs-default-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.am-tabs-default-bar-tab {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 43.5px;
  line-height: 43.5px;
}
.am-tabs-default-bar-tab .am-badge .am-badge-text {
  top: -13px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.am-tabs-default-bar-tab .am-badge .am-badge-dot {
  top: -6px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.am-tabs-default-bar-tab-active {
  color: #108ee9;
}
.am-tabs-default-bar-underline {
  position: absolute;
  border: 1px #108ee9 solid;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.am-tabs-default-bar-animated .am-tabs-default-bar-content {
  transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.am-tabs-default-bar-animated .am-tabs-default-bar-underline {
  transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
}
.am-tabs-default-bar-top,
.am-tabs-default-bar-bottom {
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-content,
.am-tabs-default-bar-bottom .am-tabs-default-bar-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-prevpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.am-tabs-default-bar-top .am-tabs-default-bar-nextpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 59px;
  height: 100%;
  content: ' ';
  z-index: 999;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab,
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  padding: 8px 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-underline,
.am-tabs-default-bar-bottom .am-tabs-default-bar-underline {
  bottom: 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab {
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab {
    border-bottom: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
    border-top: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-left,
.am-tabs-default-bar-right {
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-content,
.am-tabs-default-bar-right .am-tabs-default-bar-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab,
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  padding: 0 8px;
}
.am-tabs-default-bar-left .am-tabs-default-bar-underline {
  right: 0;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab {
  border-right: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab {
    border-right: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    -webkit-transform: scaleX(0.33);
            transform: scaleX(0.33);
  }
}
.am-tabs-default-bar-right .am-tabs-default-bar-underline {
  left: 0;
}
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  border-left: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab {
    border-left: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    -webkit-transform: scaleX(0.33);
            transform: scaleX(0.33);
  }
}

.honor-container___22k5T {
  padding-top: 16.4vw;
}
.honor-container___22k5T .title___3HFjD {
  text-align: center;
  font-size: 5.333333vw;
  font-weight: 600;
  color: #242428;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.honor-container___22k5T .title___3HFjD .left-icon___3uC03,
.honor-container___22k5T .title___3HFjD .right-icon___CE3YT {
  height: 14.933333vw;
  width: 14.933333vw;
  display: block;
  fill: #ccc;
}
.honor-container___22k5T .tabs-con___102Xc {
  margin-top: 3.866667vw;
  height: 74.666667vw;
  margin-bottom: 5.333333vw;
}
.honor-container___22k5T .tabs-con___102Xc .am-tabs-default-bar-content {
  justify-content: center;
}
.honor-container___22k5T .tabs-con___102Xc .am-tabs-default-bar-tab {
  width: 21.333333vw !important;
  height: 8.533333vw !important;
  margin-right: 2vw;
  background: #e5e6e9;
  color: #9c9ea4;
  border-radius: 4.266667vw;
}
.honor-container___22k5T .tabs-con___102Xc .am-tabs-default-bar-tab::after {
  height: 0 !important;
}
.honor-container___22k5T .tabs-con___102Xc .am-tabs-default-bar-tab-active {
  background: #247ae6;
  color: #ffffff;
}
.honor-container___22k5T .tabs-con___102Xc .am-tabs-default-bar-tab-active svg:last-of-type {
  fill: #fff;
}
.honor-container___22k5T .tabs-con___102Xc .am-tabs-default-bar-underline {
  border: 0;
}
.honor-container___22k5T .tabs-con___102Xc .tab-con___25-3O {
  padding: 5.333333vw 4vw;
  width: 90.666667vw;
  background: #ffffff;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  border-radius: 1.333333vw;
  margin: 0 auto;
  margin-top: 5.6vw;
}
.honor-container___22k5T .tabs-con___102Xc .tab-con___25-3O ul {
  margin: 0 auto;
  padding-left: 0;
}
.honor-container___22k5T .tabs-con___102Xc .tab-con___25-3O ul li {
  list-style: none;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #595b61;
  line-height: 5.333333vw;
  margin-bottom: 4vw;
}
.honor-container___22k5T .tabs-con___102Xc .tab-con___25-3O ul li:last-child {
  margin-bottom: 0;
}

.partner-modal-wrap .am-modal {
  height: 119.6vw;
  width: 85.333333vw;
}
.partner-modal-wrap .am-modal .am-modal-content {
  padding: 0;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body {
  padding: 0;
  padding: 5.333333vw 7.333333vw;
  position: relative;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form {
  margin-top: 4.666667vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-input {
  width: 70.666667vw;
  height: 9.6vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-input::-webkit-input-placeholder {
  font-size: 3.2vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-input::-moz-placeholder {
  font-size: 3.2vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-input::-ms-input-placeholder {
  font-size: 3.2vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-input::placeholder {
  font-size: 3.2vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-select {
  width: 70.666667vw;
  height: 9.6vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-select .ant-select-selector {
  text-align: left;
  font-size: 3.2vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-form .ant-form-item-explain {
  text-align: left;
  font-size: 3.2vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .close-icon___3qAOy {
  position: absolute;
  font-size: 5.333333vw;
  right: 4.133333vw;
  top: 2.666667vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body .sub-btn___8lUNA {
  width: 70.666667vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.266667vw;
  font-size: 4.266667vw;
}
.partner-modal-wrap .am-modal .am-modal-content .am-modal-body h5 {
  font-size: 4vw;
  font-weight: 600;
  color: #242428;
  line-height: 3.733333vw;
}

.partners-container___3XZeT {
  height: 112.8vw;
  width: 100%;
  padding-top: 16vw;
}
.partners-container___3XZeT h5 {
  height: 6.4vw;
  font-size: 4.533333vw;
  font-weight: 600;
  color: #262626;
  line-height: 6.4vw;
  text-align: center;
}
.partners-container___3XZeT .img___1Alfk {
  width: 86.8vw;
  height: 67.466667vw;
  display: block;
  margin: 0 auto;
  margin-top: 8.533333vw;
}

.solution-container____lPgp {
  margin-top: 16vw;
  overflow: hidden;
}
.solution-container____lPgp .rotate___1p8MR {
  position: relative;
  margin-bottom: 22.666667vw;
}
.solution-container____lPgp .rotate___1p8MR .bg___271Qx {
  width: 100%;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F {
  transition: all 400ms ease 0s;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F .name___2S3dn {
  opacity: 0;
  transition: all 300ms ease 0s;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='0'] {
  left: 39.2vw;
  top: 23.866667vw;
  width: 20vw;
  height: 20vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='0'] .logo___2emIT {
  width: 100%;
  height: 100%;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='0'] .name-cn___3sidF,
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='0'] .name-en___3ac_O {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='0'] .name-en___3ac_O {
  font-size: 4.533333vw;
  top: 20vw;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='0'] .name-cn___3sidF {
  top: 26.8vw;
  font-size: 4.266667vw;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='1'] {
  top: 17.333333vw;
  left: 75.066667vw;
  width: 12.8vw;
  height: 12.8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='1'] .logo___2emIT {
  width: 100%;
  height: 100%;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='1'] .name-cn___3sidF,
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='1'] .name-en___3ac_O {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #b5b7bc;
  font-weight: 600;
  left: -2.933333vw;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='1'] .name-en___3ac_O {
  font-size: 3.733333vw;
  top: 13.333333vw;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='1'] .name-cn___3sidF {
  top: 18.8vw;
  font-size: 3.733333vw;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='2'] {
  top: 17.333333vw;
  left: 9.066667vw;
  width: 12.8vw;
  height: 12.8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='2'] .logo___2emIT {
  width: 100%;
  height: 100%;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='2'] .name-cn___3sidF,
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='2'] .name-en___3ac_O {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #b5b7bc;
  font-weight: 600;
  left: -2.933333vw;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='2'] .name-en___3ac_O {
  font-size: 3.733333vw;
  top: 13.333333vw;
}
.solution-container____lPgp .rotate___1p8MR .rotate-content___2ep-3 .logo__wrap___SSy2F[data-order='2'] .name-cn___3sidF {
  top: 18.8vw;
  font-size: 3.733333vw;
}
.solution-container____lPgp .solution-con___6Jqur {
  width: 100%;
}
.solution-container____lPgp .solution-con___6Jqur .slick-list {
  width: 100%;
  height: 81.333333vw;
  overflow: visible;
}
.solution-container____lPgp .solution-con___6Jqur .slick-list .slick-track {
  height: 100%;
}
.solution-container____lPgp .solution-con___6Jqur .slick-list .slick-track .slick-slide {
  height: 100%;
}
.solution-container____lPgp .solution-con___6Jqur .slick-list .slick-track .slick-slide > div {
  margin: 0 1.866667vw;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId {
  position: relative;
  width: 100%;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .solution-item___7hzVl {
  width: 100%;
  height: 78.666667vw;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 8vw 6.4vw;
  border-radius: 1.066667vw;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .solution-item___7hzVl::before {
  content: '';
  width: 6.666667vw;
  height: 6.666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
  box-shadow: 0.533333vw -0.533333vw 2vw rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -2vw;
  left: 50%;
  margin-left: -4.666667vw;
  z-index: 1;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .solution-item___7hzVl::after {
  position: absolute;
  top: 0.133333vw;
  left: 50%;
  margin-left: -6vw;
  content: '';
  width: 9.333333vw;
  height: 6.666667vw;
  background: #ffffff;
  z-index: 2;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .solution-line-bg___2WaNP {
  position: absolute;
  top: -5.333333vw;
  width: 69.333333vw;
  height: 4.266667vw;
  left: 7.333333vw;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .sub___o9ucX {
  font-size: 3.733333vw;
  font-weight: 600;
  color: #242428;
  line-height: 5.333333vw;
  text-align: center;
  margin-bottom: 4.666667vw;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .detail___2fjLI {
  font-size: 3.466667vw;
  font-weight: 400;
  color: #595b61;
  line-height: 6.666667vw;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .img___2jMlh {
  width: 100%;
  margin-top: 6.8vw;
}
.solution-container____lPgp .solution-con___6Jqur .solution-item-box___2hKId .btn___ijr7r {
  position: absolute;
  bottom: 11.466667vw;
  width: 64vw;
  left: 50%;
  margin-left: -32vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.533333vw;
  height: 10.666667vw;
  line-height: 10.666667vw;
}

.support-container___w5rSo {
  height: 130vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8.266667vw 6.666667vw;
}
.support-container___w5rSo h5,
.support-container___w5rSo h6 {
  margin-bottom: 0;
}
.support-container___w5rSo .title___16HmT {
  height: 7.733333vw;
  font-size: 6.133333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 7.733333vw;
  text-align: center;
  margin-bottom: 1.866667vw;
}
.support-container___w5rSo .sub-title___3sFv1 {
  height: 4.266667vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 4.266667vw;
  text-align: center;
}
.support-container___w5rSo .list___fqAZw {
  padding-top: 5.333333vw;
}
.support-container___w5rSo .list___fqAZw section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8vw;
}
.support-container___w5rSo .list___fqAZw section .support-icon-box___2yjXK {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 12vw;
  height: 12vw;
  flex: 0 0 12vw;
  margin-right: 2.666667vw;
}
.support-container___w5rSo .list___fqAZw section .support-icon-box___2yjXK .support-icon___2Bxn0 {
  flex: 0 0 6.4vw;
  width: 6.4vw;
  height: 6.4vw;
}
.support-container___w5rSo .list___fqAZw section .right___1BNEu h5 {
  height: 6vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6vw;
  margin-bottom: 2.666667vw;
}
.support-container___w5rSo .list___fqAZw section .right___1BNEu h6 {
  height: 10.666667vw;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 5.333333vw;
}
.support-container___w5rSo .btn___1KMeC {
  width: 64vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  margin: 0 auto;
  color: #fff;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
}

.content___21Umf {
  padding-top: 12vw;
}

.card___1Q6F1 {
  background: #f9f9f9;
  border-radius: 1.066667vw;
  width: 100%;
}
.card___1Q6F1 .top___36Aza {
  width: 100%;
  height: 54.666667vw;
  border-radius: 1.066667vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.card___1Q6F1 .top___36Aza .angle___17Pxa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  border-top-left-radius: 1.333333vw;
}
.card___1Q6F1 .top___36Aza .angle___17Pxa .left___2wV3s {
  min-width: 12.8vw;
  padding: 0.666667vw 2.666667vw;
  height: 5.2vw;
  background: linear-gradient(90deg, #4b0029 0%, #e10856 100%);
  border-radius: 1.066667vw 0 0 0;
  font-size: 2.533333vw;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.card___1Q6F1 .top___36Aza .angle___17Pxa .left___2wV3s .clock___1oUse {
  width: 2.533333vw;
  height: 2.533333vw;
  margin-right: 0.8vw;
  color: #fff;
  display: block;
}
.card___1Q6F1 .top___36Aza .angle___17Pxa .left___2wV3s .clock___1oUse:last-of-type {
  fill: #fff;
}
.card___1Q6F1 .top___36Aza .angle___17Pxa .right___mekz- {
  min-width: 22.666667vw;
  height: 5.2vw;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  font-size: 2.666667vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 5.2vw;
  text-align: center;
  padding: 0 0.666667vw;
  border-bottom-right-radius: 1.066667vw;
}
.card___1Q6F1 .top___36Aza img {
  width: 89.066667vw;
  height: 54.666667vw;
  border-radius: 1.066667vw;
}
.card___1Q6F1 .bom___2s8ny {
  width: 100%;
  height: 26.533333vw;
  padding: 4.133333vw 4vw;
}
.card___1Q6F1 .bom___2s8ny h5 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #292a2d;
  line-height: 4.8vw;
  width: 80vw;
  height: 4.8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card___1Q6F1 .bom___2s8ny .lecturer___3magp {
  margin-top: 2.666667vw;
}
.card___1Q6F1 .bom___2s8ny .lecturer___3magp .icon___3iUuq {
  width: 3.466667vw;
  height: 3.466667vw;
  margin-right: 1.066667vw;
}
.card___1Q6F1 .bom___2s8ny .lecturer___3magp .icon___3iUuq:last-of-type {
  fill: #96999f;
}
.card___1Q6F1 .bom___2s8ny .lecturer___3magp .name___35c8p {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #292a2d;
  line-height: 4.8vw;
}
.card___1Q6F1 .bom___2s8ny .lecturer___3magp .name-text___1RNvT {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #96999f;
  line-height: 4vw;
  margin-left: 2.666667vw;
}
.card___1Q6F1 .bom___2s8ny .des___3l8g3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card___1Q6F1 .bom___2s8ny .des___3l8g3 .left___2wV3s .icon___3iUuq {
  margin-right: 0.8vw;
  width: 3.066667vw;
  height: 3.066667vw;
}
.card___1Q6F1 .bom___2s8ny .des___3l8g3 .left___2wV3s .icon___3iUuq:last-of-type {
  fill: #96999f;
}
.card___1Q6F1 .bom___2s8ny .des___3l8g3 .left___2wV3s .date___2diUN {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #292a2d;
  line-height: 4.8vw;
}
.card___1Q6F1 .bom___2s8ny .des___3l8g3 .left___2wV3s .time___354i0 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #292a2d;
  line-height: 4.8vw;
  margin-left: 2.666667vw;
}
.card___1Q6F1 .bom___2s8ny .des___3l8g3 .right___mekz- {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #247ae6;
  line-height: 3.466667vw;
  margin-right: 2.666667vw;
  display: flex;
  align-items: center;
}
.card___1Q6F1 .bom___2s8ny .des___3l8g3 .right___mekz- .icon___3iUuq {
  width: 3.466667vw;
  height: 3.466667vw;
  margin-left: 2.666667vw;
}

.academy-container___25eLe {
  margin-top: 16vw;
  min-height: 161.6vw;
}
.academy-container___25eLe .con___3KnPs {
  margin-top: 3.066667vw;
}
.academy-container___25eLe .con___3KnPs .space-carousel___23dAN {
  padding: 0 5.333333vw;
  padding-left: 0;
  overflow: hidden;
  height: 82.666667vw;
}
.academy-container___25eLe .con___3KnPs .space-carousel___23dAN .slick-list {
  width: 100%;
  overflow: visible;
}
.academy-container___25eLe .con___3KnPs .space-carousel___23dAN .slick-list .slick-track {
  height: 100%;
}
.academy-container___25eLe .con___3KnPs .space-carousel___23dAN .slick-list .slick-track .slick-slide {
  height: 82.666667vw;
}
.academy-container___25eLe .con___3KnPs .space-carousel___23dAN .slick-list .slick-track .slick-slide > div {
  margin: 0 2.666667vw;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw {
  margin-top: 6.666667vw;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .c-tab-con___11zAF {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 3.733333vw;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .tab-icon___3UrIG {
  width: 3.733333vw;
  height: 3.733333vw;
  margin-right: 2.133333vw;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .tab-icon___3UrIG:last-of-type {
  fill: #595b61;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .am-tabs-default-bar-content {
  justify-content: center;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .am-tabs-default-bar-tab {
  width: 29.333333vw !important;
  height: 8.533333vw !important;
  margin-right: 2vw;
  background: #e5e6e9;
  color: #9c9ea4;
  border-radius: 4.266667vw;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .am-tabs-default-bar-tab::after {
  height: 0;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .am-tabs-default-bar-tab-active {
  background: #247ae6;
  color: #ffffff;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .am-tabs-default-bar-tab-active svg:last-of-type {
  fill: #fff;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .am-tabs-default-bar-underline {
  border: 0;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .tab-con___2nTW9 {
  padding: 5.333333vw 0;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .tab-con___2nTW9 ul {
  width: 90.133333vw;
  margin: 0 auto;
  padding-left: 0;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .tab-con___2nTW9 ul li {
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 3.466667vw;
  font-weight: 400;
  color: #595b61;
  line-height: 5.333333vw;
  margin-bottom: 2.533333vw;
}
.academy-container___25eLe .con___3KnPs .tabs-con___3kjFw .tab-con___2nTW9 ul li a {
  color: #595b61;
  width: 100%;
  line-height: 5.333333vw;
}
.academy-container___25eLe .more-btn___nBD5o {
  margin: 0 auto;
  width: 70.666667vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  border: 0 solid #247ae6;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
}

.banner-container___3E5p7 {
  background-color: #247ae6;
  height: 90.666667vw;
  width: 100%;
}
.banner-container___3E5p7 .mobile-banner___r4-Fw {
  height: 100%;
  width: 100%;
}
.banner-container___3E5p7 .slick-list {
  width: 100%;
  height: 90.666667vw;
}
.banner-container___3E5p7 .slick-list .slick-track {
  height: 90.666667vw;
}
.banner-container___3E5p7 .slick-list .slick-track .slick-slide {
  height: 90.666667vw;
}
.banner-container___3E5p7 .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}
.banner-container___3E5p7 .slick-list .slick-track .slick-slide > div a {
  display: block;
  width: 100%;
  height: 100%;
}

.build-modal-wrap .am-modal {
  height: 121.2vw;
  width: 85.333333vw;
}
.build-modal-wrap .am-modal .am-modal-content {
  padding: 0;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body {
  padding: 0;
  padding: 5.333333vw 7.333333vw;
  position: relative;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel {
  margin-top: 11.466667vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms {
  padding-top: 20vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-list {
  z-index: 1;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-list .slick-slide div {
  padding: 5.333333vw 1.333333vw;
  position: relative;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-list .block {
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  padding: 6.666667vw !important;
  padding-top: 9.333333vw !important;
  position: absolute;
  width: 80vw;
  height: 53.333333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-list .block-0::before {
  content: '';
  width: 6.666667vw;
  height: 6.666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
  box-shadow: 0.533333vw -0.533333vw 2vw rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -2.666667vw;
  left: 10.666667vw;
  z-index: 2;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-list .block-0::after {
  position: absolute;
  top: 0;
  left: 9.333333vw;
  content: '';
  width: 12vw;
  height: 8vw;
  background: #ffffff;
  z-index: 3;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-list .block-1::before {
  content: '';
  width: 6.666667vw;
  height: 6.666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
  box-shadow: 0.533333vw -0.533333vw 2vw rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -2.666667vw;
  right: 13.333333vw;
  z-index: 2;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-list .block-1::after {
  position: absolute;
  top: 0;
  right: 9.333333vw;
  content: '';
  width: 12vw;
  height: 8vw;
  background: #ffffff;
  z-index: 3;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .slick-slider {
  padding-top: 20vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .platforms .btn___3xqDZ {
  padding: 0 !important;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .slick-dots {
  top: 0;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
  z-index: 0;
  padding: 0 9.333333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .slick-dots li {
  height: 17.466667vw;
  width: 17.866667vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .slick-dots li:first-of-type {
  width: 14.8vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .slick-dots li:nth-last-of-type(2) {
  width: 9.733333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .ant-carousel .slick-dots li img {
  height: 100%;
  display: block;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body ul li {
  font-size: 3.2vw;
  font-weight: 400;
  color: #b5b7bc;
  line-height: 4.533333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .block___29ihs {
  margin-bottom: 13.333333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .block___29ihs:first-of-type {
  margin-top: 6.266667vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .block___29ihs:last-of-type {
  margin-bottom: 0;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .block___29ihs img {
  margin-bottom: 4vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .block___29ihs img:nth-of-type(1) {
  width: 26.666667vw;
  height: 7.733333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .block___29ihs img:nth-of-type(2) {
  width: 18.8vw;
  height: 7.733333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .block___29ihs img:nth-of-type(3) {
  width: 40vw;
  height: 7.733333vw;
}
.build-modal-wrap .am-modal .am-modal-content .am-modal-body .btn___3xqDZ {
  width: 53.333333vw;
  height: 10.666667vw;
  margin: 0 auto;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.266667vw;
  margin-top: 5.333333vw;
  padding: 0;
}
.build-modal-wrap .am-modal .am-modal-content h5 {
  font-size: 4vw;
  font-weight: 600;
  color: #242428;
  line-height: 3.733333vw;
  position: relative;
}
.build-modal-wrap .am-modal .am-modal-content h5 .close-icon___3QDkt {
  position: absolute;
  font-size: 5.333333vw;
  right: 0;
  top: -0.666667vw;
}

.global-container___FIuzi {
  height: 117.733333vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 14.666667vw;
  padding-bottom: 12vw;
}
.global-container___FIuzi .slider-box___3uSFU {
  margin-top: 8.266667vw;
}
.global-container___FIuzi .slick-list {
  width: 100%;
  height: 56.933333vw;
}
.global-container___FIuzi .slick-list .slick-track {
  height: 100%;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide {
  height: 100%;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide > div {
  margin: 0 1.866667vw;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .slider-con___3ctcs {
  height: 56.933333vw;
  background-color: #fff;
  background: #ffffff;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  border-radius: 1.066667vw;
  padding-top: 6.8vw;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .slider-con___3ctcs .btn___1ldpC {
  width: 21.866667vw;
  height: 4.8vw;
  font-size: 4vw;
  font-weight: 400;
  color: #247ae6;
  line-height: 3.466667vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .slider-con___3ctcs .btn___1ldpC .more-icon___2HDg9 {
  width: 3.466667vw;
  height: 3.466667vw;
  margin-left: 1.333333vw;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y {
  height: 37.2vw;
  width: 62.666667vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y .angle___1Xews {
  width: 10.933333vw;
  height: 5.066667vw;
  background: #ff4d4f;
  box-shadow: 0 0.8vw 1.333333vw 0 rgba(240, 64, 66, 0.25);
  border-radius: 10.666667vw 13.333333vw 13.333333vw 0;
  position: absolute;
  right: -4.666667vw;
  color: #ffff;
  text-align: center;
  top: -2.666667vw;
  line-height: 5.066667vw;
  font-size: 3.2vw;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y h5 {
  height: 8.533333vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  position: relative;
  text-align: center;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y h5::after {
  content: '';
  position: absolute;
  bottom: 1.333333vw;
  width: 2.666667vw;
  height: 0.533333vw;
  left: 50%;
  margin-left: -1.333333vw;
  background: #1e73df;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y ul {
  height: 21.333333vw;
  font-size: 3.466667vw;
  font-weight: 400;
  color: #595b61;
  line-height: 5.333333vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  width: 100%;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y ul .icon-list___1cZ-U {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -2.666667vw;
  margin-bottom: 3.6vw;
  width: 100%;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y ul .icon-list___1cZ-U img {
  height: 6vw;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con___X_h4Y .ul-box___bGHky {
  margin: 0 auto;
}
.global-container___FIuzi .slick-list .slick-track .slick-slide .has-bg-con-2___D-uZF {
  width: 70.666667vw;
}
.global-container___FIuzi .slick-dots {
  bottom: -10.666667vw !important;
}
.global-container___FIuzi .slick-dots li {
  list-style: none;
  width: 3.2vw;
  height: 3.2vw;
  position: relative;
  margin: 0 1.333333vw;
}
.global-container___FIuzi .slick-dots li button {
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 0;
  border-radius: 50%;
  background: #428eed;
  opacity: 0.6;
}
.global-container___FIuzi .slick-dots li button::before {
  width: 3.2vw;
  height: 3.2vw;
  background: #428eed;
  opacity: 0.6;
  border-radius: 50%;
  color: transparent;
}
.global-container___FIuzi .slick-dots .slick-active {
  width: 3.2vw !important;
  height: 3.2vw;
}
.global-container___FIuzi .slick-dots .slick-active button {
  width: 3.2vw;
  height: 3.2vw;
}
.global-container___FIuzi .slick-dots .slick-active button::before {
  background: #ffffff;
  opacity: 1;
}

.partner-container___P--u6 {
  padding-top: 16vw;
  padding-bottom: 13.333333vw;
}
.partner-container___P--u6 h5 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 6.4vw;
  text-align: center;
}
.partner-container___P--u6 h6 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #242428;
  line-height: 4.266667vw;
  margin-top: 4.666667vw;
  text-align: center;
}
.partner-container___P--u6 .sass-bg___2cwLi {
  background-repeat: no-repeat;
  background-size: cover;
  height: 25.6vw;
  width: 86.933333vw;
  margin: 0 auto;
  margin-top: 4vw;
}
.partner-container___P--u6 .payment-bg___K0CUo {
  background-repeat: no-repeat;
  background-size: cover;
  height: 40.266667vw;
  width: 86.933333vw;
  margin: 0 auto;
  margin-top: 4vw;
}

.am-accordion {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion {
    border-top: none;
  }
  html:not([data-scale]) .am-accordion::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion::before {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-accordion-anim-active {
  transition: all 0.2s ease-out;
}
.am-accordion .am-accordion-item .am-accordion-header {
  position: relative;
  color: #000;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 30px;
  border-bottom: 1PX solid #ddd;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-header i {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate(-5809.000000%2C%20-8482.000000)%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.am-accordion .am-accordion-item .am-accordion-header[aria-expanded~="true"] i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.am-accordion .am-accordion-item .am-accordion-content {
  overflow: hidden;
  background: #fff;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
  font-size: 15px;
  color: #333;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body {
  border-top: 0;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body:before {
  display: none !important;
}
.am-accordion .am-accordion-item .am-accordion-content.am-accordion-content-inactive {
  display: none;
}

.build-container___3UXOE {
  margin-top: 16vw;
}
.build-container___3UXOE .accordion___1hFTI {
  width: 91.866667vw;
  margin: 0 auto;
  margin-top: 5.333333vw;
}
.build-container___3UXOE .accordion___1hFTI .header-bg___NF_tG {
  width: 91.866667vw;
  height: 23.866667vw;
  background: #0f2e6e;
  position: relative;
  color: #fff;
}
.build-container___3UXOE .accordion___1hFTI .header-bg___NF_tG .bg___20cNd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.build-container___3UXOE .accordion___1hFTI .header-bg___NF_tG .title-box___MVauZ {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  height: 100%;
}
.build-container___3UXOE .accordion___1hFTI .header-bg___NF_tG .title-box___MVauZ h6 {
  width: 100%;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6.666667vw;
  margin-bottom: 1.066667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.build-container___3UXOE .accordion___1hFTI .header-bg___NF_tG .title-box___MVauZ h6 .left-icon___3lQ93 {
  width: 8vw;
  height: 8vw;
  fill: #ffffff;
  margin-right: 2.4vw;
}
.build-container___3UXOE .accordion___1hFTI .header-bg___NF_tG .title-box___MVauZ .arrow-icon___28mbz {
  width: 3.2vw;
  height: 3.2vw;
  fill: #ffffff;
}
.build-container___3UXOE .accordion___1hFTI .am-accordion-item .am-accordion-header {
  padding: 0;
  height: 23.866667vw;
  text-align: center;
  line-height: 23.866667vw;
  color: #ffffff;
}
.build-container___3UXOE .accordion___1hFTI .am-accordion-item .am-accordion-header i {
  display: none;
}
.build-container___3UXOE .accordion___1hFTI .am-accordion-item .am-accordion-header::after {
  height: 0 !important;
}
.build-container___3UXOE .accordion___1hFTI .am-accordion-item .am-accordion-content {
  position: relative;
}
.build-container___3UXOE .accordion___1hFTI .am-accordion-item .am-accordion-content::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.666667vw 2.666667vw;
  border-color: transparent transparent #ffffff;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.6), 0.666667vw 0.666667vw 0.666667vw);
          filter: drop-shadow(rgba(0, 0, 0, 0.6), 0.666667vw 0.666667vw 0.666667vw);
  position: absolute;
  top: -2.666667vw;
  left: 50%;
  margin-left: -3.333333vw;
  z-index: 1;
}
.build-container___3UXOE .accordion___1hFTI .am-accordion-item .am-accordion-content-active {
  overflow: initial;
}
.build-container___3UXOE .accordion___1hFTI .am-accordion-item .am-accordion-anim .am-accordion-content-box {
  opacity: 0;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 {
  padding-top: 8vw;
  border-left: 0.133333vw solid #e5e6e9;
  border-right: 0.133333vw solid #e5e6e9;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .item___WtLRV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.333333vw;
  padding: 0 5.333333vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .item___WtLRV .left___3uQiZ .icon {
  width: 4.266667vw;
  height: 4.266667vw;
  margin-right: 2.666667vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .item___WtLRV .left___3uQiZ .title___TJokF {
  height: 3.2vw;
  font-size: 4vw;
  font-weight: 400;
  color: #242428;
  line-height: 3.2vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .item___WtLRV .left___3uQiZ .title___TJokF span {
  height: 2.933333vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 2.933333vw;
  margin-left: 1.333333vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .item___WtLRV .right___z38aG {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #242428;
  line-height: 3.2vw;
  text-align: left;
  flex: 0 0 20vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .item___WtLRV .right___z38aG .icon {
  width: 3.733333vw;
  height: 2.933333vw;
  fill: #c3a781;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .item___WtLRV .right___z38aG .right-icon___1sm8o {
  width: 3.733333vw;
  height: 2.933333vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .bom___1jbGY {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.4vw 5.333333vw;
  border-top: 0.133333vw solid #e5e6e9;
  margin-top: 16vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .bom___1jbGY .bom-left___2UTyk .price___1D3eL {
  height: 6.4vw;
  font-size: 7.2vw;
  font-weight: 600;
  color: #ff4d4f;
  line-height: 6.4vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .bom___1jbGY .bom-left___2UTyk .price___1D3eL span {
  height: 6.4vw;
  font-size: 4.533333vw;
  line-height: 6.4vw;
  font-weight: 400;
  margin-right: 0.266667vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .bom___1jbGY .bom-left___2UTyk .original-price___1uc1D {
  height: 3.2vw;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 3.2vw;
  margin-top: 2.666667vw;
}
.build-container___3UXOE .accordion___1hFTI .panel-con___1J8P2 .bom___1jbGY .bom-right___2819b .btn___2Bhkg {
  width: 42.666667vw;
  height: 10.666667vw;
  background: linear-gradient(90deg, #fadb14 0%, #fdbe2d 100%, #fdbe2d 100%);
  border-radius: 8.8vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #6a1600;
  border: none;
  line-height: 10.666667vw;
}

.result___2Qt-v .numbers___W-350 span {
  height: 5.333333vw;
  font-size: 5.333333vw;
  color: #292a2d;
}
.result___2Qt-v .numbers___W-350 span i {
  font-style: normal;
  font-size: 3.733333vw;
  color: #292a2d;
  height: 5.066667vw;
  line-height: 4.533333vw;
}
.result___2Qt-v .numbers___W-350 .shape___CVGxJ {
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 1.066667vw;
}
.result___2Qt-v .text___1_Ldf {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #76777b;
  line-height: 4vw;
}

.card-content___zhUax {
  width: 89.333333vw;
  height: 48vw;
  border-radius: 1.066667vw;
  padding: 3.066667vw 4.533333vw;
  margin: 0 auto;
  margin-bottom: 4vw;
}
.card-content___zhUax .top___2usnH {
  height: 25.733333vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card-content___zhUax .top___2usnH .left___2Bxyf {
  width: 31.2vw;
  height: 21.866667vw;
  flex: 0 0 31.2vw;
}
.card-content___zhUax .top___2usnH .left___2Bxyf img {
  width: 100%;
  height: 100%;
}
.card-content___zhUax .top___2usnH .right___2KbMK {
  margin-left: 3.733333vw;
}
.card-content___zhUax .top___2usnH .right___2KbMK h5 {
  font-size: 4.533333vw;
  font-weight: 600;
  color: #000000;
  line-height: 6.4vw;
}
.card-content___zhUax .top___2usnH .right___2KbMK h6 {
  font-size: 3.2vw;
  font-weight: 400;
  color: #6f6f70;
  line-height: 4.4vw;
  margin-top: 0.266667vw;
}
.card-content___zhUax .top___2usnH .right___2KbMK p {
  font-size: 3.2vw;
  font-weight: 400;
  color: #6f6f70;
  line-height: 4.4vw;
  margin-top: 1.333333vw;
}
.card-content___zhUax .bom___2Vfnm {
  margin-top: 4.8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-data-content___3aAN2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5.333333vw 10.666667vw;
  padding-bottom: 4vw;
}
.case-data-content___3aAN2 .case-data-item___C0Y2y {
  width: 29.866667vw;
  margin-bottom: 4vw;
}
.case-data-content___3aAN2 .case-data-item___C0Y2y .title___2390P {
  color: #247ae6;
  font-size: 4.8vw;
  height: 6.666667vw;
  line-height: 6.666667vw;
  font-weight: 600;
  letter-spacing: 0.066667vw;
  margin-bottom: 1.066667vw;
}
.case-data-content___3aAN2 .case-data-item___C0Y2y .title___2390P b {
  font-style: italic;
  font-weight: 700;
}
.case-data-content___3aAN2 .case-data-item___C0Y2y .title___2390P i {
  margin-right: 1.066667vw;
}
.case-data-content___3aAN2 .case-data-item___C0Y2y .des___2lJP4 {
  font-size: 3.2vw;
  color: #9c9ea4;
  margin-top: 1.333333vw;
}
.case-data-content___3aAN2 .case-data-item___C0Y2y:nth-of-type(3),
.case-data-content___3aAN2 .case-data-item___C0Y2y:nth-of-type(4) {
  margin-bottom: 0;
}

.case-container___3dcnR {
  margin-top: 16vw;
}
.case-container___3dcnR .btn___3dAi_ {
  width: 70.666667vw;
  height: 10.666667vw;
  line-height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  border: 0 solid #247ae6;
  margin: 0 auto;
  margin-top: 8vw;
  color: #ffffff;
  font-weight: 400;
  font-size: 4.266667vw;
}

.channel-container___3Gllg {
  margin-top: 16vw;
  margin-bottom: 16vw;
}
.channel-container___3Gllg .con___-RT9H {
  position: relative;
  width: 92.8vw;
  height: 52.266667vw;
  margin: 0 auto;
  margin-top: 4.133333vw;
}
.channel-container___3Gllg .con___-RT9H .channel-img___2D97t {
  width: 84.266667vw;
  height: 26.666667vw;
  margin: 0 auto;
  display: block;
  z-index: 100;
  position: relative;
  margin-top: 4.533333vw;
}
.channel-container___3Gllg .btn___33MiQ {
  width: 70.666667vw;
  height: 10.666667vw;
  line-height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  border: 0 solid #247ae6;
  margin: 0 auto;
  margin-top: 8vw;
  color: #ffffff;
  font-weight: 400;
  font-size: 4.266667vw;
}

.solution-container___UrbSx {
  margin-top: 16vw;
  overflow: hidden;
}
.solution-container___UrbSx .rotate___2PVH8 {
  position: relative;
  margin-bottom: 22.666667vw;
}
.solution-container___UrbSx .rotate___2PVH8 .bg___2S2-P {
  width: 100%;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq {
  transition: all 400ms ease 0s;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq .name___2HbQJ {
  opacity: 0;
  transition: all 300ms ease 0s;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='0'] {
  left: 39.2vw;
  top: 23.866667vw;
  width: 20vw;
  height: 20vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='0'] .logo___3MJD0 {
  width: 100%;
  height: 100%;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='0'] .name-cn___1np1s,
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='0'] .name-en___3yhpM {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='0'] .name-en___3yhpM {
  font-size: 4.533333vw;
  top: 20vw;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='0'] .name-cn___1np1s {
  top: 26.8vw;
  font-size: 4.266667vw;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='1'] {
  top: 17.333333vw;
  left: 75.066667vw;
  width: 12.8vw;
  height: 12.8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='1'] .logo___3MJD0 {
  width: 100%;
  height: 100%;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='1'] .name-cn___1np1s,
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='1'] .name-en___3yhpM {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #b5b7bc;
  font-weight: 600;
  left: -2.933333vw;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='1'] .name-en___3yhpM {
  font-size: 3.733333vw;
  top: 13.333333vw;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='1'] .name-cn___1np1s {
  top: 18.8vw;
  font-size: 3.733333vw;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='2'] {
  top: 17.333333vw;
  left: 9.066667vw;
  width: 12.8vw;
  height: 12.8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='2'] .logo___3MJD0 {
  width: 100%;
  height: 100%;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='2'] .name-cn___1np1s,
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='2'] .name-en___3yhpM {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #b5b7bc;
  font-weight: 600;
  left: -2.933333vw;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='2'] .name-en___3yhpM {
  font-size: 3.733333vw;
  top: 13.333333vw;
}
.solution-container___UrbSx .rotate___2PVH8 .rotate-content___39wZP .logo__wrap___fyFNq[data-order='2'] .name-cn___1np1s {
  top: 18.8vw;
  font-size: 3.733333vw;
}
.solution-container___UrbSx .solution-con___1BtjA {
  width: 100%;
}
.solution-container___UrbSx .solution-con___1BtjA .slick-list {
  width: 100%;
  height: 93.333333vw;
  overflow: visible;
}
.solution-container___UrbSx .solution-con___1BtjA .slick-list .slick-track {
  height: 100%;
}
.solution-container___UrbSx .solution-con___1BtjA .slick-list .slick-track .slick-slide {
  height: 100%;
}
.solution-container___UrbSx .solution-con___1BtjA .slick-list .slick-track .slick-slide > div {
  margin: 0 1.866667vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr {
  position: relative;
  width: 100%;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .solution-item___fOL1i {
  width: 100%;
  height: 90.666667vw;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 8vw 6.4vw;
  border-radius: 1.066667vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .solution-item___fOL1i::before {
  content: '';
  width: 6.666667vw;
  height: 6.666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
  box-shadow: 0.533333vw -0.533333vw 2vw rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -2vw;
  left: 50%;
  margin-left: -4.666667vw;
  z-index: 1;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .solution-item___fOL1i::after {
  position: absolute;
  top: 0.133333vw;
  left: 50%;
  margin-left: -6vw;
  content: '';
  width: 9.333333vw;
  height: 9.333333vw;
  background: #ffffff;
  z-index: 2;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .solution-line-bg___4NgZk {
  position: absolute;
  top: -5.333333vw;
  width: 69.333333vw;
  height: 4.266667vw;
  left: 7.333333vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .tag___IbWzn {
  position: absolute;
  right: 4.266667vw;
  width: 12.266667vw;
  height: 5.6vw;
  background: #ff4d4f;
  box-shadow: 0 1.466667vw 2.4vw 0 rgba(240, 64, 66, 0.25);
  border-radius: 17.333333vw 23.6vw 23.6vw 0;
  text-align: center;
  color: #ffffff;
  line-height: 5.6vw;
  font-size: 3.333333vw;
  font-weight: 600;
  top: 4vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  height: 100%;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .des-item___1d3TZ {
  margin-bottom: 2.266667vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .des-item___1d3TZ span {
  display: block;
  padding-left: 7.066667vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .des-item___1d3TZ .des-title___1HFH_ {
  font-size: 4vw;
  font-weight: 600;
  color: #242428;
  line-height: 5.333333vw;
  height: 5.333333vw;
  position: relative;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .des-item___1d3TZ .des-title___1HFH_::before {
  position: absolute;
  content: '';
  width: 3.2vw;
  height: 3.2vw;
  left: 0;
  top: 1.066667vw;
  background: linear-gradient(137deg, #ffffff 0%, #ffffff 22%, #4196fb 100%);
  border-radius: 50%;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .des-item___1d3TZ .des-title___1HFH_::after {
  position: absolute;
  content: '';
  width: 1.6vw;
  height: 1.6vw;
  background: #fff;
  border-radius: 1.6vw;
  left: 0.8vw;
  top: 1.866667vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .des-item___1d3TZ .des___2qc-s {
  font-size: 3.2vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 4.266667vw;
  height: 8.533333vw;
  margin-top: 1.066667vw;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .des-img___3u2aa {
  width: 56vw;
  height: 4vw;
  margin: 0 auto;
  display: block;
}
.solution-container___UrbSx .solution-con___1BtjA .solution-item-box___1gWcr .des-box___3DsK3 .btn___1lgc1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.533333vw;
  height: 10.666667vw;
  line-height: 10.666667vw;
}

.content___uvkdl {
  padding-top: 12vw;
}
.content___uvkdl .banners___TD5uj {
  height: 90.666667vw;
  width: 100%;
  background: #247ae6;
}
.content___uvkdl .description-card___2Jt1d {
  margin: 0 auto;
  margin-top: 5.333333vw;
  width: 89.333333vw;
  padding-top: 2.933333vw;
  padding-bottom: 2.933333vw;
  background: #ffffff;
  box-shadow: 0 2.8vw 11.333333vw -3.6vw rgba(0, 0, 0, 0.03), 0 -2.133333vw 6.666667vw -4.933333vw rgba(0, 0, 0, 0.05), 0 1.466667vw 3.733333vw -1.866667vw rgba(0, 0, 0, 0.08);
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .am-list-body::after,
.content___uvkdl .description-card___2Jt1d .list___fIpLv .am-list-body::before {
  height: 0;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .am-list-item {
  height: 15.866667vw;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .am-list-item .am-list-extra {
  width: 5.333333vw;
  flex-basis: auto;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .am-list-item .am-list-thumb {
  display: flex;
  align-items: center;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .am-list-item .am-list-line::after {
  left: auto;
  right: 4.533333vw;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .left-icon___sLGDZ {
  width: 9.066667vw;
  height: 9.066667vw;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .right-icon____9YMD {
  width: 3.066667vw;
  height: 3.066667vw;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .card-title___3xiQn {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
}
.content___uvkdl .description-card___2Jt1d .list___fIpLv .subtitle___2uSxU {
  font-size: 3.2vw;
  font-weight: 400;
  color: #9c9ea4;
  margin-left: 2.133333vw;
}
.content___uvkdl p {
  margin-bottom: 0;
}
.sider-bar___2auqn {
  position: fixed;
  top: 12vw;
  width: 100%;
  z-index: 997;
}
.sider-bar___2auqn ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 9.6vw;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0 1.2vw 3.733333vw 1.066667vw rgba(0, 0, 0, 0.05), 0 0.8vw 2.133333vw 0 rgba(0, 0, 0, 0.08), 0 0.4vw 0.8vw -0.533333vw rgba(0, 0, 0, 0.12);
  width: 100%;
}
.sider-bar___2auqn ul li {
  list-style: none;
  width: 25%;
  display: block;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.79);
  line-height: 9.6vw;
  cursor: pointer;
  height: 100%;
}
.activeLink {
  background: #247ae6;
}
.am-list-item.am-list-item-active {
  background-color: transparent !important;
}

.products-container___1Mtcs {
  padding-top: 16vw;
  padding-bottom: 16vw;
}
.products-container___1Mtcs .accordion___3XrYD {
  width: 89.333333vw;
  margin: 0 auto;
  margin-top: 5.333333vw;
}
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT {
  width: 89.333333vw;
  height: 24vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT .bg___1VLe_ {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT .up-icon___2t36F,
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT .down-icon___1Ik2S {
  fill: #ffffff;
  width: 4vw;
  height: 4vw;
  position: absolute;
  right: 4.8vw;
  top: 50%;
  margin-top: -2vw;
}
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT .down-icon___1Ik2S {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT .title-box___1s_lv {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  height: 100%;
}
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT .title-box___1s_lv h6 {
  width: 100%;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6.666667vw;
  margin-bottom: 1.066667vw;
}
.products-container___1Mtcs .accordion___3XrYD .header-bg___2TLnT .title-box___1s_lv .arrow-icon___2C4G1 {
  width: 3.2vw;
  height: 3.2vw;
  fill: #ffffff;
}
.products-container___1Mtcs .accordion___3XrYD .am-accordion-item .am-accordion-header {
  padding: 0;
  height: 23.866667vw;
  text-align: center;
  line-height: 23.866667vw;
  color: #ffffff;
}
.products-container___1Mtcs .accordion___3XrYD .am-accordion-item .am-accordion-header i {
  display: none;
}
.products-container___1Mtcs .accordion___3XrYD .am-accordion-item .am-accordion-content-active {
  overflow: initial;
}
.products-container___1Mtcs .accordion___3XrYD .am-accordion-item .am-accordion-content {
  position: relative;
}
.products-container___1Mtcs .accordion___3XrYD .am-accordion-item .am-accordion-content::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.666667vw 2.666667vw;
  border-color: transparent transparent #ffffff;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.6), 0.666667vw 0.666667vw 0.666667vw);
          filter: drop-shadow(rgba(0, 0, 0, 0.6), 0.666667vw 0.666667vw 0.666667vw);
  position: absolute;
  top: -2.666667vw;
  left: 50%;
  margin-left: -3.333333vw;
  z-index: 1;
}
.products-container___1Mtcs .accordion___3XrYD .am-accordion-item .am-accordion-anim .am-accordion-content-box {
  opacity: 0;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd {
  padding-top: 8vw;
  border-left: 0.133333vw solid #e5e6e9;
  border-right: 0.133333vw solid #e5e6e9;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .item___7lvZK {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.333333vw;
  padding: 0 5.333333vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .item___7lvZK .left___1kN-9 .left-icon___1M_yK {
  width: 4.266667vw;
  height: 4.266667vw;
  margin-right: 2.666667vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .item___7lvZK .left___1kN-9 .title___3MA3M {
  height: 3.2vw;
  font-size: 4vw;
  font-weight: 400;
  color: #242428;
  line-height: 3.2vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .item___7lvZK .left___1kN-9 .subTitle___2eQR6 {
  height: 2.933333vw;
  font-size: 1.866667vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 2.933333vw;
  margin-left: 4vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .item___7lvZK .right___3aHcp {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #242428;
  line-height: 3.2vw;
  text-align: left;
  flex: 0 0 4vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .item___7lvZK .right___3aHcp .right-icon___1jErl {
  width: 3.733333vw;
  height: 2.933333vw;
  fill: #c3a781;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .tag___2nwO5 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1.6vw;
  height: 6.4vw;
  background: #fff1f0;
  border-radius: 0.533333vw;
  text-align: center;
  line-height: 6.4vw;
  font-weight: 400;
  color: #ff4c00;
  margin-left: 11.466667vw;
  margin-top: 8vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .bom___1vDBp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.066667vw 2.666667vw;
  border-top: 0.133333vw solid #e5e6e9;
  margin-top: 14.666667vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .bom___1vDBp .bom-left___Y8Qqv p {
  margin-bottom: 0;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .bom___1vDBp .bom-left___Y8Qqv .price___2zn-H {
  height: 6.4vw;
  font-size: 7.2vw;
  font-weight: 600;
  color: #ff4d4f;
  line-height: 6.4vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .bom___1vDBp .bom-left___Y8Qqv .price___2zn-H span {
  height: 6.4vw;
  font-size: 4.533333vw;
  line-height: 6.4vw;
  font-weight: 400;
  margin-right: 0.266667vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .bom___1vDBp .bom-left___Y8Qqv .original-price___TFZnA {
  height: 3.2vw;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 3.2vw;
  margin-top: 2.666667vw;
}
.products-container___1Mtcs .accordion___3XrYD .panel-con___2GiEd .bom___1vDBp .bom-right___1Q8s_ .btn___2jvRD {
  width: 42.666667vw;
  height: 10.666667vw;
  line-height: 10.666667vw;
  background: linear-gradient(90deg, #fadb14 0%, #fdbe2d 100%, #fdbe2d 100%);
  border-radius: 8.8vw;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #6a1600;
  border: none;
}

.list-container___1HTdd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.list-container___1HTdd .left-icon___1fOb_ {
  width: 8.533333vw;
  height: 8.533333vw;
}
.list-container___1HTdd .right___3bxyc {
  border-bottom: 0.133333vw solid #e5e6e9;
  padding-top: 5.333333vw;
  padding-bottom: 2.666667vw;
  margin-left: 3.733333vw;
}
.list-container___1HTdd .right___3bxyc h5 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  margin-bottom: 2.666667vw;
}
.list-container___1HTdd .right___3bxyc p {
  font-size: 3.466667vw;
  font-weight: 400;
  color: #96999f;
  line-height: 4.933333vw;
  margin-bottom: 0;
  width: 67.466667vw;
}
.list-container___1HTdd:first-of-type .right___3bxyc {
  padding-top: 0;
}
.list-container___1HTdd:last-child .right___3bxyc {
  border-bottom: 0;
}

.start-module-container___2z4v4 {
  width: 100%;
  height: 186.666667vw;
  background: #e8f1ff;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 16vw;
  overflow: hidden;
}
.start-module-container___2z4v4 .ant-carousel {
  margin-top: 5.333333vw;
}
.start-module-container___2z4v4 .slick-slider .slick-list {
  width: 100%;
}
.start-module-container___2z4v4 .slick-slider .slick-list .slick-slide {
  padding: 0 4.666667vw;
}
.start-module-container___2z4v4 .slick-slider .slick-dots {
  bottom: -9.333333vw;
}
.start-module-container___2z4v4 .slick-slider .slick-dots li {
  width: 14.533333vw;
  height: 1.866667vw;
}
.start-module-container___2z4v4 .slick-slider .slick-dots li button {
  width: 14.533333vw;
  background: #428eed;
  height: 1.866667vw;
  opacity: 0.4;
}
.start-module-container___2z4v4 .slick-slider .slick-dots li button::before {
  width: 14.533333vw;
  height: 1.866667vw;
  content: '';
  background: #428eed;
}
.start-module-container___2z4v4 .slick-slider .slick-dots .slick-active button {
  background: #428eed;
  opacity: 1;
}
.start-module-container___2z4v4 .slick-slider .slick-dots .slick-active button::before {
  background: #428eed;
  opacity: 1;
}
.start-module-container___2z4v4 .card___RBpDg {
  width: 89.333333vw;
  height: 107.2vw;
  background: #ffffff;
  box-shadow: 0 2.8vw 11.333333vw -3.6vw rgba(0, 0, 0, 0.03), 0 -2.133333vw 6.666667vw -4.933333vw rgba(0, 0, 0, 0.05), 0 1.466667vw 3.733333vw -1.866667vw rgba(0, 0, 0, 0.08);
  border-radius: 1.333333vw;
  padding: 8vw 5.333333vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.start-module-container___2z4v4 .btn___2iszC {
  width: 70.666667vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  margin: 0 auto;
  margin-top: 13.333333vw;
  margin-bottom: 0;
}

.result___1_tGW .numbers___1ExZb {
  margin-bottom: 1.2vw;
}
.result___1_tGW .numbers___1ExZb span {
  height: 5.333333vw;
  font-size: 5.333333vw;
  color: #292a2d;
  font-weight: 600;
}
.result___1_tGW .numbers___1ExZb span i {
  font-style: normal;
  font-size: 3.733333vw;
  color: #292a2d;
  height: 5.066667vw;
  line-height: 4.533333vw;
}
.result___1_tGW .numbers___1ExZb .shape___3jLqI {
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 1.066667vw;
}
.result___1_tGW .text___3yA7C {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #76777b;
  line-height: 4vw;
}

.success-case-module___3PD4x {
  padding-top: 16vw;
}
.success-case-module___3PD4x .card___OiILE {
  width: 89.333333vw;
  background: #ffffff;
  box-shadow: 0 0.8vw 1.333333vw 0 rgba(181, 183, 188, 0.22);
  border: 0.133333vw solid #e5e6e9;
  border-radius: 1.333333vw;
  margin: 0 auto;
  margin-top: 8.533333vw;
}
.success-case-module___3PD4x .card___OiILE:last-child {
  margin-top: 5.333333vw;
}
.success-case-module___3PD4x .card___OiILE .img___2g0aM {
  width: 100%;
  height: 42.666667vw;
  position: relative;
}
.success-case-module___3PD4x .card___OiILE .img___2g0aM img {
  width: 100%;
  height: 100%;
}
.success-case-module___3PD4x .card___OiILE .img___2g0aM .bg-tag___1DJi5 {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  padding: 1.333333vw 2.266667vw;
  background: linear-gradient(103deg, #247ae6 0%, #1f29b2 100%) #247ae6;
  background: #247ae6;
  border-radius: 0.666667vw;
  color: #ffffff;
}
.success-case-module___3PD4x .card___OiILE .top___1zugu {
  padding: 5.333333vw 1.733333vw;
  padding-left: 5.333333vw;
  padding-bottom: 1.333333vw;
}
.success-case-module___3PD4x .card___OiILE .top___1zugu p {
  font-size: 3.2vw;
  font-weight: 400;
  color: #242428;
  line-height: 4.4vw;
  padding-top: 2.666667vw;
  padding-right: 5.333333vw;
}
.success-case-module___3PD4x .card___OiILE .top___1zugu h6 {
  font-size: 4vw;
  font-weight: 600;
  color: #000000;
  line-height: 5.6vw;
  margin-top: 5.333333vw;
}
.success-case-module___3PD4x .card___OiILE .top___1zugu ul {
  margin-left: 0;
  padding-left: 0;
  width: 75.466667vw;
  margin-bottom: 9.333333vw;
  margin-top: 1.6vw;
}
.success-case-module___3PD4x .card___OiILE .top___1zugu ul li {
  list-style: none;
  position: relative;
  font-size: 3.2vw;
  font-weight: 600;
  color: #9c9ea4;
  line-height: 4vw;
  margin-bottom: 2.666667vw;
}
.success-case-module___3PD4x .card___OiILE .top___1zugu ul li b {
  color: #242428;
}
.success-case-module___3PD4x .card___OiILE .top___1zugu ul li:last-of-type {
  margin-bottom: 0;
}
.success-case-module___3PD4x .card___OiILE .bom___3K1sO {
  border-top: 0.266667vw solid #e5e6e9;
  padding: 5.333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 21.333333vw;
}

.sino-build-container___HD5ER {
  padding-top: 12vw;
}

.meetbot-container___QCiDQ {
  padding-top: 16vw;
  background: #e8f1ff;
  padding-bottom: 16vw;
}
.meetbot-container___QCiDQ .list___sw5Iu {
  margin-top: 11.466667vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 9.6vw;
  flex-direction: row;
  padding-left: 9.733333vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section h5,
.meetbot-container___QCiDQ .list___sw5Iu section p {
  margin-bottom: 0;
}
.meetbot-container___QCiDQ .list___sw5Iu section .left-or-right-icon___JOvUH {
  margin-right: 7.066667vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section:nth-of-type(1) .left-or-right-icon___JOvUH {
  width: 16vw;
  height: 16.4vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section:nth-of-type(2) .left-or-right-icon___JOvUH {
  width: 20.4vw;
  height: 16.133333vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section:nth-of-type(3) .left-or-right-icon___JOvUH {
  width: 20.8vw;
  height: 14.933333vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section:nth-of-type(4) .left-or-right-icon___JOvUH {
  width: 26vw;
  height: 16.266667vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section:nth-of-type(5) .left-or-right-icon___JOvUH {
  width: 20.8vw;
  height: 15.066667vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section h5 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  position: relative;
  margin-bottom: 4vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section h5::after {
  content: '';
  width: 4vw;
  height: 0.666667vw;
  background: #247ae6;
  position: absolute;
  left: 0;
  bottom: -2.4vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section p {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #595b61;
  line-height: 4.533333vw;
}
.meetbot-container___QCiDQ .list___sw5Iu section:nth-child(even) .left-or-right-icon___JOvUH {
  order: 2;
  margin-left: 6.666667vw;
}
.meetbot-container___QCiDQ .btn___17tA3 {
  width: 64vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  margin: 0 auto;
  color: #fff;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  margin-top: 17.733333vw;
}

.ops-container___1RsdD {
  padding-top: 16vw;
  padding-bottom: 8vw;
  overflow: hidden;
}
.ops-container___1RsdD .rotate___ljtMd {
  position: relative;
  margin-bottom: 22.666667vw;
}
.ops-container___1RsdD .rotate___ljtMd .bg___3BNvI {
  width: 100%;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K {
  transition: all 400ms ease 0s;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K .name___e5RX- {
  opacity: 0;
  transition: all 300ms ease 0s;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='0'] {
  left: 40.133333vw;
  top: 30.666667vw;
  width: 19.2vw;
  height: 19.2vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='0'] .logo___3IB0H {
  width: 100%;
  height: 100%;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='0'] .name-en___1fZqm {
  position: absolute;
  display: block;
  width: 26.933333vw;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 4.533333vw;
  left: -3.866667vw;
  top: 20vw;
  line-height: 4.533333vw;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='1'] {
  top: 32vw;
  left: 68vw;
  width: 12.8vw;
  height: 12.8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='1'] .logo___3IB0H {
  width: 100%;
  height: 100%;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='1'] .name-en___1fZqm {
  position: absolute;
  display: block;
  width: 21.333333vw;
  text-align: center;
  color: #96999f;
  font-weight: 400;
  left: -4.4vw;
  font-size: 4vw;
  top: 13.333333vw;
  line-height: 4vw;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='2'] {
  top: 16vw;
  left: 59.466667vw;
  width: 8.666667vw;
  height: 8.666667vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='2'] .logo___3IB0H {
  width: 100%;
  height: 100%;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='2'] .name-en___1fZqm {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #b5b7bc;
  font-weight: 600;
  left: -4.933333vw;
  line-height: 3.2vw;
  font-size: 3.2vw;
  top: 9.333333vw;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='3'] {
  top: 16vw;
  left: 31.066667vw;
  width: 8vw;
  height: 8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='3'] .logo___3IB0H {
  width: 100%;
  height: 100%;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='3'] .name-en___1fZqm {
  position: absolute;
  display: block;
  width: 18.666667vw;
  text-align: center;
  color: #b5b7bc;
  font-weight: 600;
  left: -4.933333vw;
  line-height: 3.2vw;
  font-size: 3.2vw;
  top: 9.333333vw;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='4'] {
  top: 32vw;
  left: 18.4vw;
  width: 12.8vw;
  height: 12.8vw;
  z-index: 98;
  position: absolute;
  background: transparent;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='4'] .logo___3IB0H {
  width: 100%;
  height: 100%;
}
.ops-container___1RsdD .rotate___ljtMd .rotate-content___Mj-tM .logo__wrap___1YE1K[data-order='4'] .name-en___1fZqm {
  position: absolute;
  display: block;
  width: 21.333333vw;
  text-align: center;
  color: #96999f;
  font-weight: 400;
  left: -4.4vw;
  font-size: 4vw;
  top: 13.333333vw;
  line-height: 4vw;
}
.ops-container___1RsdD .solution-con___1Z9pB {
  width: 100%;
}
.ops-container___1RsdD .solution-con___1Z9pB .slick-list {
  width: 100%;
  height: 80vw;
  overflow: visible;
}
.ops-container___1RsdD .solution-con___1Z9pB .slick-list .slick-track {
  height: 100%;
}
.ops-container___1RsdD .solution-con___1Z9pB .slick-list .slick-track .slick-slide {
  height: 100%;
}
.ops-container___1RsdD .solution-con___1Z9pB .slick-list .slick-track .slick-slide > div {
  margin: 0 1.866667vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae {
  position: relative;
  width: 100%;
  padding: 7.333333vw 6.4vw;
  height: 72vw;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .solution-item___24yc3 {
  width: 100%;
  height: 37.2vw;
  background-color: #fff;
  border-radius: 1.066667vw;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 3.466667vw;
  color: #595b61;
  line-height: 5.333333vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .solution-item___24yc3 .card-title___3rII2 {
  text-align: center;
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 5.333333vw;
  margin-bottom: 4vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .solution-item___24yc3::before {
  content: '';
  width: 6.666667vw;
  height: 6.666667vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #ffffff;
  box-shadow: 0.533333vw -0.533333vw 2vw rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -2vw;
  left: 50%;
  margin-left: -4.666667vw;
  z-index: 1;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .solution-item___24yc3::after {
  position: absolute;
  top: 0.133333vw;
  left: 50%;
  margin-left: -6vw;
  content: '';
  width: 9.333333vw;
  height: 4.666667vw;
  background: #ffffff;
  z-index: 2;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .solution-line-bg___3F6ed {
  position: absolute;
  top: -5.333333vw;
  width: 69.333333vw;
  height: 4.266667vw;
  left: 7.333333vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .tag___3sZ-l {
  position: absolute;
  right: 4.266667vw;
  width: 12.266667vw;
  height: 5.6vw;
  background: #ff4d4f;
  box-shadow: 0 1.466667vw 2.4vw 0 rgba(240, 64, 66, 0.25);
  border-radius: 17.333333vw 23.6vw 23.6vw 0;
  text-align: center;
  color: #ffffff;
  line-height: 5.6vw;
  font-size: 3.333333vw;
  font-weight: 600;
  top: 4vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .des-box___3BXgP {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  height: 100%;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .des-box___3BXgP .des-item___5gn8_ {
  margin-bottom: 2.266667vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .des-box___3BXgP .des-item___5gn8_ span {
  display: block;
  padding-left: 7.066667vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .des-box___3BXgP .des-item___5gn8_ .des-title___7VhQD {
  font-size: 4vw;
  font-weight: 600;
  color: #242428;
  line-height: 5.333333vw;
  height: 5.333333vw;
  position: relative;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .des-box___3BXgP .des-item___5gn8_ .des-title___7VhQD::before {
  position: absolute;
  content: '';
  width: 3.2vw;
  height: 3.2vw;
  left: 0;
  top: 1.066667vw;
  background: linear-gradient(137deg, #ffffff 0%, #ffffff 22%, #4196fb 100%);
  border-radius: 50%;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .des-box___3BXgP .des-item___5gn8_ .des-title___7VhQD::after {
  position: absolute;
  content: '';
  width: 1.6vw;
  height: 1.6vw;
  background: #fff;
  border-radius: 1.6vw;
  left: 0.8vw;
  top: 1.866667vw;
}
.ops-container___1RsdD .solution-con___1Z9pB .solution-item-box___14Cae .des-box___3BXgP .des-item___5gn8_ .des___2AA93 {
  font-size: 3.2vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 4.266667vw;
  height: 8.533333vw;
  margin-top: 1.066667vw;
}
.ops-container___1RsdD .btn___3NsEU {
  width: 64vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  margin: 0 auto;
  margin-top: 8vw;
}

.solution-container___1h2tl {
  padding-top: 16vw;
  padding-bottom: 8vw;
}
.solution-container___1h2tl h4 {
  font-size: 5.333333vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  text-align: center;
  margin-bottom: 5.333333vw;
}
.solution-container___1h2tl .list-con___1GB4m {
  padding-top: 8.533333vw;
}
.solution-container___1h2tl section {
  height: 24vw;
  width: 89.333333vw;
  margin: 0 auto;
  margin-bottom: 4vw;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 6.666667vw;
}
.solution-container___1h2tl section .left-icon___3T988 {
  width: 13.6vw;
  height: 13.6vw;
}
.solution-container___1h2tl section h5 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 4.266667vw;
  margin-left: 4vw;
}
.solution-container___1h2tl section h6 {
  font-size: 3.466667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 4.933333vw;
  margin-left: 2.666667vw;
}
.solution-container___1h2tl section h6:last-of-type {
  margin-left: 1.333333vw;
}

.result___BUu0O .numbers___3WvwT {
  margin-bottom: 1.2vw;
}
.result___BUu0O .numbers___3WvwT span {
  height: 5.333333vw;
  font-size: 5.333333vw;
  color: #292a2d;
  font-weight: 600;
}
.result___BUu0O .numbers___3WvwT span i {
  font-style: normal;
  font-size: 3.733333vw;
  color: #292a2d;
  height: 5.066667vw;
  line-height: 4.533333vw;
}
.result___BUu0O .numbers___3WvwT .shape___302B6 {
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 1.066667vw;
}
.result___BUu0O .text___3VoW6 {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #76777b;
  line-height: 4vw;
}

.success-case-module___3Ce6P {
  padding-top: 16vw;
  padding-bottom: 8vw;
}
.success-case-module___3Ce6P .card___2l0Re {
  width: 89.333333vw;
  background: #ffffff;
  box-shadow: 0 0.8vw 1.333333vw 0 rgba(181, 183, 188, 0.22);
  border: 0.133333vw solid #e5e6e9;
  margin: 0 auto;
  margin-top: 7.6vw;
}
.success-case-module___3Ce6P .card___2l0Re .img___2qpIo {
  width: 100%;
  height: 42.666667vw;
  position: relative;
}
.success-case-module___3Ce6P .card___2l0Re .img___2qpIo img {
  width: 100%;
  height: 100%;
}
.success-case-module___3Ce6P .card___2l0Re .img___2qpIo .bg-tag___2myhl {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  padding: 1.333333vw 2.266667vw;
  background: linear-gradient(103deg, #247ae6 0%, #1f29b2 100%) #247ae6;
  background: #247ae6;
  border-radius: 0.666667vw;
  color: #ffffff;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e {
  padding: 5.333333vw 2.666667vw;
  padding-right: 0;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e p {
  font-size: 3.2vw;
  font-weight: 400;
  color: #000000;
  line-height: 5.333333vw;
  padding-left: 4vw;
  padding-right: 3.066667vw;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e h6 {
  font-size: 4vw;
  font-weight: 600;
  color: #000000;
  line-height: 5.6vw;
  margin-bottom: 2.666667vw;
  padding-left: 4vw;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e ul {
  margin-left: 0;
  padding-left: 3.333333vw;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e ul li {
  list-style: none;
  position: relative;
  padding-left: 2.666667vw;
  padding-right: 5.866667vw;
  margin-bottom: 2.666667vw;
  font-size: 3.2vw;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e ul li:last-of-type {
  margin-bottom: 0;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e ul li::before {
  position: absolute;
  content: '';
  width: 1.866667vw;
  height: 1.866667vw;
  left: 0;
  top: 1.866667vw;
  background: linear-gradient(137deg, #ffffff 0%, #ffffff 22%, #4196fb 100%);
  border-radius: 50%;
}
.success-case-module___3Ce6P .card___2l0Re .top___2Os8e ul li::after {
  position: absolute;
  content: '';
  width: 0.8vw;
  height: 0.8vw;
  background: #fff;
  border-radius: 1.066667vw;
  left: 0.4vw;
  top: 2.466667vw;
}
.success-case-module___3Ce6P .card___2l0Re .bom___1riOk {
  border-top: 0.266667vw solid #e5e6e9;
  padding: 5.333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 22.8vw;
}

.sino-ops-container___25UXP {
  padding-top: 12vw;
}
.sino-ops-container___25UXP .footer-info___y9CkN {
  width: 100%;
  height: 44vw;
  padding: 10.4vw 9.2vw;
  background: linear-gradient(90deg, #247ae6 0%, #1f29b2 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.sino-ops-container___25UXP .footer-info___y9CkN h5 {
  font-size: 4.533333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6.4vw;
  margin-bottom: 0.533333vw;
}
.sino-ops-container___25UXP .footer-info___y9CkN h6 {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 5.333333vw;
  margin-bottom: 4.266667vw;
}
.sino-ops-container___25UXP .footer-info___y9CkN .btn___GiNQ_ {
  width: 32vw;
  height: 7.466667vw;
  background: linear-gradient(90deg, #ffffff 0%, #d2e6ff 100%);
  border-radius: 0.533333vw;
  font-size: 3.2vw;
  font-weight: 600;
  color: #247ae6;
  line-height: 7.466667vw;
}

.result___1H7Jv .numbers___2Xc0y {
  margin-bottom: 1.2vw;
}
.result___1H7Jv .numbers___2Xc0y span {
  height: 5.333333vw;
  font-size: 5.333333vw;
  color: #292a2d;
  font-weight: 600;
}
.result___1H7Jv .numbers___2Xc0y span i {
  font-style: normal;
  font-size: 3.733333vw;
  color: #292a2d;
  height: 5.066667vw;
  line-height: 4.533333vw;
}
.result___1H7Jv .numbers___2Xc0y .shape___3zwzn {
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 1.066667vw;
}
.result___1H7Jv .text___3dbrS {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #76777b;
  line-height: 4vw;
}

.case-container___20o0Q {
  padding-top: 16vw;
  padding-bottom: 16vw;
}
.case-container___20o0Q .card___3iXPT {
  width: 89.333333vw;
  background: #ffffff;
  box-shadow: 0 0.8vw 1.333333vw 0 rgba(181, 183, 188, 0.22);
  border: 0.133333vw solid #e5e6e9;
  margin: 0 auto;
  margin-top: 9.2vw;
  border-radius: 1.333333vw;
}
.case-container___20o0Q .card___3iXPT .img___2jZ6_ {
  width: 100%;
  height: 42.666667vw;
  position: relative;
}
.case-container___20o0Q .card___3iXPT .img___2jZ6_ img {
  width: 100%;
  height: 100%;
}
.case-container___20o0Q .card___3iXPT .img___2jZ6_ .bg-tag___3ffXG {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  padding: 1.333333vw 2.266667vw;
  background: linear-gradient(103deg, #247ae6 0%, #1f29b2 100%) #247ae6;
  background: #247ae6;
  border-radius: 0.666667vw;
  color: #ffffff;
}
.case-container___20o0Q .card___3iXPT .top___28DLe {
  padding: 4vw 1.6vw 1.333333vw 5.333333vw;
}
.case-container___20o0Q .card___3iXPT .top___28DLe h5 {
  font-size: 4vw;
  font-weight: 600;
  color: #000000;
  line-height: 5.6vw;
  margin-bottom: 2.666667vw;
}
.case-container___20o0Q .card___3iXPT .top___28DLe p {
  font-size: 3.2vw;
  font-weight: 400;
  color: #6f6f70;
  line-height: 4.4vw;
  margin-bottom: 3.333333vw;
}
.case-container___20o0Q .card___3iXPT .top___28DLe ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.case-container___20o0Q .card___3iXPT .top___28DLe ul li {
  list-style: none;
  position: relative;
  padding: 0 2vw;
  height: 6.666667vw;
  background: #e8f1ff;
  border-radius: 0.4vw;
  margin-right: 2.666667vw;
  line-height: 6.666667vw;
  text-align: center;
  color: #242428;
  font-size: 2.533333vw;
}
.case-container___20o0Q .card___3iXPT .bom___1YGcx {
  border-top: 0.266667vw solid #e5e6e9;
  padding: 5.333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 22.8vw;
}
.case-container___20o0Q .btn___2JlIw {
  width: 70.666667vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  margin: 0 auto;
  margin-top: 8vw;
}

.one-container___1XWYa {
  padding-top: 12vw;
  padding-bottom: 13.333333vw;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.one-container___1XWYa .top___2UC_I {
  display: flex;
  align-items: center;
}
.one-container___1XWYa .top___2UC_I .title-icon___1yt78 {
  width: 16.533333vw;
  height: 16.533333vw;
  margin-left: 28.666667vw;
}
.one-container___1XWYa .top___2UC_I h5 {
  font-size: 4.8vw;
  margin-left: 3.2vw;
  font-weight: 600;
  color: #242428;
  line-height: 6.4vw;
  margin-bottom: 0;
}
.one-container___1XWYa .middle___1inoS {
  margin-top: 5.333333vw;
  padding-left: 12vw;
}
.one-container___1XWYa .middle___1inoS .con___Ltc6R {
  margin-bottom: 4vw;
}
.one-container___1XWYa .middle___1inoS .con___Ltc6R .con-top___13zu6 {
  display: flex;
  align-items: flex-start;
  font-size: 3.2vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  margin-bottom: 1.6vw;
}
.one-container___1XWYa .middle___1inoS .con___Ltc6R .con-top___13zu6 .left-icon___V5LzM {
  width: 4.266667vw;
  height: 4.266667vw;
  margin-right: 2.133333vw;
  fill: #9c9ea4;
}
.one-container___1XWYa .middle___1inoS .con___Ltc6R .con-top___13zu6 span {
  font-weight: 600;
  font-size: 3.733333vw;
  margin-right: 1.333333vw;
}
.one-container___1XWYa .middle___1inoS .con___Ltc6R p {
  font-size: 3.733333vw;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffa820;
  line-height: 5.333333vw;
  padding-left: 6.4vw;
}
.one-container___1XWYa .middle___1inoS .con___Ltc6R p span {
  font-weight: 600;
  font-size: 3.733333vw;
  margin-right: 1.333333vw;
}
.one-container___1XWYa .card___Fg2Ua {
  border-top-width: 2.666667vw;
  border-style: solid;
  border-radius: 1.333333vw;
  border-bottom-left-radius: 0.666667vw;
  border-bottom-right-radius: 0.666667vw;
  width: 89.333333vw;
  background: #ffffff;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  border-left: 0 solid #e5e6e9;
  border-right: 0 solid #e5e6e9;
  border-bottom: 0 solid #e5e6e9;
  margin: 0 auto;
  margin-top: 8vw;
}
.one-container___1XWYa .card___Fg2Ua h5 {
  font-size: 5.333333vw;
  font-weight: 600;
  color: #247ae6;
  line-height: 6.4vw;
  padding-top: 6.4vw;
  text-align: center;
  margin-bottom: 0;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u {
  padding-top: 8vw;
  border-left: 0.133333vw solid #e5e6e9;
  border-right: 0.133333vw solid #e5e6e9;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7.333333vw;
  padding: 0 5.333333vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx:first-child {
  margin-top: 0;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx .left___3XWp- .icon {
  width: 4.266667vw;
  height: 4.266667vw;
  margin-right: 2.666667vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx .left___3XWp- .title___2zktZ {
  height: 3.2vw;
  font-size: 4vw;
  font-weight: 400;
  color: #242428;
  line-height: 3.2vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx .left___3XWp- .title___2zktZ span {
  height: 2.933333vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 2.933333vw;
  margin-left: 1.333333vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx .right___3P8_i {
  font-size: 3.733333vw;
  font-weight: 400;
  color: #242428;
  line-height: 3.2vw;
  text-align: left;
  flex: 0 0 20vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx .right___3P8_i .icon {
  width: 3.733333vw;
  height: 2.933333vw;
  fill: #c3a781;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .item___26-Xx .right___3P8_i .right-icon___1n1Dd {
  width: 3.733333vw;
  height: 2.933333vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .bom___3bkJc {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 4.4vw 5.333333vw;
  border-top: 0.133333vw solid #e5e6e9;
  margin-top: 15.333333vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .bom___3bkJc p {
  margin-bottom: 0;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .bom___3bkJc .bom-left___tgOA7 .price___wvaJF {
  height: 6.4vw;
  font-size: 7.2vw;
  font-weight: 600;
  color: #ff4d4f;
  line-height: 6.4vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .bom___3bkJc .bom-left___tgOA7 .price___wvaJF span {
  height: 6.4vw;
  font-size: 4.533333vw;
  line-height: 6.4vw;
  font-weight: 400;
  margin-right: 0.266667vw;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .bom___3bkJc .bom-left___tgOA7 .original-price___1o6Pj {
  height: 3.2vw;
  font-size: 3.733333vw;
  font-weight: 400;
  color: #9c9ea4;
  line-height: 3.2vw;
  margin-top: 2.666667vw;
  text-decoration: line-through;
}
.one-container___1XWYa .card___Fg2Ua .panel-con___3rt3u .bom___3bkJc .bom-right___2UWkf .btn___1DRKL {
  width: 42.666667vw;
  height: 10.666667vw;
  background: linear-gradient(90deg, #fadb14 0%, #fdbe2d 100%, #fdbe2d 100%);
  border-radius: 8.8vw;
  font-size: 4.266667vw;
  line-height: 10.666667vw;
  font-weight: 600;
  color: #6a1600;
  border: none;
}

.promotion-container___3DREV {
  padding-top: 18.666667vw;
}
.promotion-container___3DREV h6 {
  font-size: 4vw;
  font-weight: 400;
  color: #000000;
  line-height: 6.4vw;
  text-align: center;
  margin-bottom: 0;
}
.promotion-container___3DREV h5 {
  font-size: 4.8vw;
  font-weight: 600;
  color: #000000;
  line-height: 6.4vw;
  text-align: center;
  position: relative;
}
.promotion-container___3DREV h5::after {
  content: '';
  position: absolute;
  width: 6.666667vw;
  height: 0.666667vw;
  background: #247ae6;
  left: 50%;
  margin-left: -3.333333vw;
  bottom: -3.466667vw;
}
.promotion-container___3DREV .list___25N1K {
  margin-top: 13.2vw;
}
.promotion-container___3DREV .list___25N1K .list-item___1x7uY {
  width: 63.066667vw;
  margin: 0 auto;
  margin-bottom: 8.4vw;
}
.promotion-container___3DREV .list___25N1K .list-item___1x7uY .top-icon___3Dxsx {
  width: 8vw;
  height: 8vw;
  margin: 0 auto;
  display: block;
}
.promotion-container___3DREV .list___25N1K .list-item___1x7uY .title___3exMd {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  margin-top: 4vw;
  margin-bottom: 2.666667vw;
  text-align: center;
}
.promotion-container___3DREV .list___25N1K .list-item___1x7uY p {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #595b61;
  line-height: 4.533333vw;
  margin-bottom: 0;
  text-align: center;
}
.promotion-container___3DREV .btn___2zpzX {
  width: 70.666667vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  margin: 0 auto;
  margin-top: 8vw;
}

.serve-container___1M3Ap {
  width: 89.333333vw;
  margin: 0 auto;
  margin-top: 9.333333vw;
}
.serve-container___1M3Ap .top-bg___OTXv0 {
  background-color: #1755a4;
  color: #fff;
  padding-top: 10.8vw;
  padding-bottom: 17.066667vw;
  background-repeat: no-repeat;
  background-size: cover;
}
.serve-container___1M3Ap .top-bg___OTXv0 h6 {
  font-size: 4vw;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  line-height: 6.4vw;
  margin-bottom: 2vw;
}
.serve-container___1M3Ap .top-bg___OTXv0 h5 {
  font-size: 5.333333vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 6.4vw;
  margin-bottom: 0;
  text-align: center;
}
.serve-container___1M3Ap .list___cfB1p {
  padding: 7.6vw 6.266667vw;
  background: #ffffff;
  box-shadow: 0 0.666667vw 2vw 0.666667vw rgba(0, 0, 0, 0.06);
  border: 0.133333vw solid #e5e6e9;
}
.serve-container___1M3Ap .list___cfB1p > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 6.666667vw;
}
.serve-container___1M3Ap .list___cfB1p > div .left-icon___3LsqZ {
  width: 8.933333vw;
  height: 8.933333vw;
  margin-right: 6.533333vw;
}
.serve-container___1M3Ap .list___cfB1p > div section h5 {
  font-size: 4.266667vw;
  font-weight: 600;
  color: #242428;
  line-height: 4.266667vw;
  margin-bottom: 2.666667vw;
}
.serve-container___1M3Ap .list___cfB1p > div section p {
  font-size: 2.933333vw;
  font-weight: 400;
  color: #242428;
  line-height: 4.533333vw;
  margin-bottom: 0;
}
.serve-container___1M3Ap .btn___1KYuC {
  width: 70.666667vw;
  height: 10.666667vw;
  background: #247ae6;
  border-radius: 0.533333vw;
  font-size: 4.266667vw;
  font-weight: 400;
  color: #ffffff;
  line-height: 10.666667vw;
  letter-spacing: 0.533333vw;
  margin: 0 auto;
  margin-top: 8vw;
}

.stationone-container___2quPt {
  padding-top: 12vw;
}

.stationthree-container___1ixWi {
  padding-top: 12vw;
}

.stationtwo-container___2SZIH {
  padding-top: 12vw;
}

