@charset "utf-8";
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select {
  margin: 0;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  font-family: Montserrat, '思源黑体 CN', '苹方', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
  font-size: 1rem;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
img,
video {
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  user-select: none;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
input,
button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  border-style: solid;
  appearance: none;
  -webkit-appearance: none;
  padding: 4px 16px;
  color: inherit;
}
button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 0;
}
/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(/naked-eye-3d/build/8d7d79679b70dbe27172.woff2) format('woff2');
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(/naked-eye-3d/build/00b3e893aab5a8fd632d.woff2) format('woff2');
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(/naked-eye-3d/build/b71748ae4f80ec8c014d.woff2) format('woff2');
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(/naked-eye-3d/build/091b209546e16313fd4f.woff2) format('woff2');
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(/naked-eye-3d/build/7dbcc8a5ea2289d83f65.woff2) format('woff2');
}
:root {
  --plyr-range-fill-background: #ffffff;
  --plyr-range-track-height: 1px;
  --plyr-range-thumb-height: 0px;
  --plyr-video-control-background-hover: transparent;
  --plyr-control-icon-size: 32px;
}
.plyr__controls .plyr__controls__item:first-child { padding: 4px; }
.plyr__controls .plyr__controls__item.plyr__progress__container { margin-right: 24px; }

body {
  color: #333333;
}
/*
 * container
 */
.container {
  max-width: 1232px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
.section:not(.section-1, .section-2) {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/*
 * 弹窗 Popup-window
 */
.popup-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 100;
  padding: 12px;
  text-align: center;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition-duration: 300ms;
  font-size: 0;
}
.popup-window::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
}
.popup-window-content {
  background-color: #ffffff;
  border-radius: 12px 12px 2px 2px;
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: scale(0.25);
  text-align: initial;
}
.popup-window-header {
  display: flex;
  align-items: center;
  padding: 24px 24px 16px;
}
.popup-window-body {
  padding: 0px 2px 2px;
}
.popup-window-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  flex: 1 1 0%;
}
.popup-window-close-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: #2d3748;
  padding: 4px;
  border-width: 0;
  background-color: transparent;
  transition-property: background-color, box-shadow;
  transition-duration: 300ms;
  background-color: rgba(0, 0, 0, 0.03);
}
.popup-window-close-btn:hover,
.popup-window-close-btn:focus {
  background-color: rgba(0, 0, 0, 0.12);
}
.popup-window-close-btn:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 64, 255, 0.8);
}
.popup-window-close-icon {
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
}
.popup-window-video {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.popup-window.in {
  opacity: 1;
  visibility: visible;
}
.popup-window.in .popup-window-content {
  transform: none;
  opacity: 1;
}
/*
 * >>>>>>>>>> section 1 <<<<<<<<<<
 */
/*
 * banenr
 */
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  color: #ffffff;
}
.banner::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-subtitle,
.banner-title {
  text-align: center;
}
.banner-subtitle {
  font-size: 30px;
  font-weight: 500;
}
.banner-title {
  font-size: 112px;
  font-weight: 700;
}
.banner-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
 * banner splide
 */
.banner-splide .splide__arrow {
  width: 192px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  border-radius: initial;
  opacity: initial;
  font-size: 14px;
  transition-duration: 450ms;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.banner-splide .splide__arrow::before,
.banner-splide .splide__arrow::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  position: absolute;
}
.banner-splide .splide__arrow::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.banner-splide .splide__arrow::after {
  background-color: #ffffff;
  transform: scaleX(0);
  transition-duration: 450ms;
}
.banner-splide .splide__arrow:hover {
  color: #ffffff;
}
.banner-splide .splide__arrow:hover::after {
  transform: none;
}
.banner-splide .splide__arrow--prev {
  left: 0;
  justify-content: flex-end;
}
.banner-splide .splide__arrow--prev::after {
  transform-origin: 100% 50%;
}
.banner-splide .splide__arrow--next {
  right: 0;
  justify-content: flex-start;
}
.banner-splide .splide__arrow--next::after {
  transform-origin: 0% 50%;
}
.banner-splide .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 75%;
  height: 75%;
  max-width: 600px;
  max-height: 600px;
}
.banner-splide .progress-bar-circle {
  stroke-width: 1px;
  fill: none;
}
.banner-splide .progress-bar-circle-dark {
  stroke: rgba(255, 255, 255, 0.3);
}
.banner-splide .progress-bar-circle-light {
  stroke: #ffffff;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.banner-splide .arrow-button {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #ffffff;
  border-width: 0;
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin-left: -32px;
  padding: 8px;
  transition-duration: 300ms;
}
.banner-splide .arrow-button:hover,
.banner-splide .arrow-button:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
/*
 * >>>>>>>>>> section 1 <<<<<<<<<<
 * >>>>>>>>>> section 2 <<<<<<<<<<
 */
.section-2 {
  width: 100%;
  min-height: 896px;
  position: relative;
  background-color: #000000;
  opacity: 1 !important;
}
.section-2 .backstage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-2 .backstage::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-2 .backstage-wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-left: 56px;
  padding-right: 56px;
}
.section-2 .backstage-item {
  flex: 1 1 0%;
  padding: 0px 40px;
  opacity: 0;
}
.section-2 .backstage-item:nth-child(2n) {
  align-self: flex-end;
}
.section-2 .backstage img {
  display: block;
  width: 100%;
}
.section-2 .backstage img:nth-child(n + 2) {
  margin-top: 54px;
}
.section-2 .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 896px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.section-2 .title,
.section-2 .desc {
  text-align: center;
}
.section-2 .title {
  font-size: 60px;
  font-weight: 500;
}
.section-2 .desc {
  margin-top: 16px;
  line-height: 1.5;
}
.section-2 .splide__pagination {
  position: static;
}
/* section2 批改 */
.section-2 .splide__arrow--prev, .section-2 .splide__arrow--next {
  background-color: red;
  height: 100%;
  border-radius: 0;
  width: 33%;
  opacity: 0 !important;
}
.section-2 .dataview {
  margin-top: 48px;
  text-align: center;
}
.section-2 .dataview-source {
  padding-top: 48px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.section-2 .dataview-list {
  display: flex;
}
.section-2 .dataview-title {
  font-weight: 500;
  font-size: 72px;
}
.section-2 .dataview-item {
  width: 33.3333%;
}
.section-2 .dataview-stats {
  font-weight: 700;
}
.section-2 .dataview-label {
  margin-top: 4px;
}
/*
 * >>>>>>>>>> section 2 <<<<<<<<<<
 * >>>>>>>>>> section 3 <<<<<<<<<<
 */
.section-3 .container {
  max-width: 816px;
}
.section-3 .title,
.section-3 .desc {
  text-align: center;
}
.section-3 .image-title {
  text-align: center;
  margin-top: 128px;
}
.section-3 .image-title > img {
  display: inline-block;
}
.section-3 .title {
  font-size: 60px;
  font-weight: 500;
  margin-top: 12px;
}
.section-3 .desc {
  margin-top: 16px;
  line-height: 1.5;
  display: none;
}
.section-3 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 112px;
}
.section-3 .item {
  position: relative;
  width: 25%;
  overflow: hidden;
}
.section-3 .item::before {
  content: '';
  display: block;
  padding-top: 177.777778%;
}
.section-3 .item:hover .item-overlay {
  opacity: 0;
  visibility: hidden;
}
.section-3 .item:hover .item-btn {
  transform: none;
  opacity: 1;
}
.section-3 .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 48px 32px;
  color: #ffffff;
  transition-property: opacity, visibility;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.section-3 .item-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  max-width: none;
  object-fit: cover;
}
.section-3 .item-index {
  font-weight: 700;
  font-size: 20px;
}
.section-3 .item-title {
  font-size: 30px;
  margin-top: 8px;
  font-weight: 500;
}
.section-3 .item-title-en {
  font-size: 14px;
  position: absolute;
  left: 28px;
  bottom: 28px;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
}
.section-3 .item-btn {
  background-color: #1240ca;
  border-width: 0;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  transition-property: transform, background-color, opacity, box-shadow;
  will-change: transform, opacity, box-shadow;
  transition-duration: 450ms;
  transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
  padding: 4px;
}
.section-3 .item-btn:hover,
.section-3 .item-btn:focus {
  background-color: #0040ff;
}
.section-3 .item-btn:focus {
  box-shadow: 0px 0px 0px 4px rgba(0, 64, 255, 0.7);
}
.section-3 .item-btn-svg {
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*
 * >>>>>>>>>> section 3 <<<<<<<<<<
 * >>>>>>>>>> section 4 <<<<<<<<<<
 */
.section-4 {
  padding-top: 160px;
  padding-bottom: 112px;
  visibility: hidden;
}
.section-4 .container {
  max-width: 816px;
}
.section-4 .splide {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}
.section-4 .splide__progress {
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 440px;
  margin-right: 440px;
}
.section-4 .splide__progress__bar {
  background-color: #0939cd;
  height: 2px;
}
.section-4 .splide__arrow {
  top: calc((100% - 192px) * 0.5);
  margin-top: -24px;
}
.section-4 .splide__arrow--prev {
  left: 368px;
}
.section-4 .splide__arrow--next {
  right: 368px;
}
.section-4 .title,
.section-4 .desc {
  text-align: center;
}
.section-4 .title {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
}
.section-4 .desc {
  margin-top: 16px;
  line-height: 1.5;
  color: #8d8d8d;
}
.section-4 .case-media {
  display: block;
  width: 100%;
}
.section-4 .case-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-4 .case-title {
  font-size: 24px;
  font-weight: 500;
}
.section-4 .case-title-en {
  margin-top: 8px;
  font-weight: 700;
  color: #8d8d8d;
}
/*
 * >>>>>>>>>> section 4 <<<<<<<<<<
 * >>>>>>>>>> section 5 <<<<<<<<<<
 */
.section-5 {
  position: relative;
}
.section-5 ._title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 64px;
}
.section-5 .bg {
  display: block;
  width: 100%;
  max-height: 1024px;
  object-fit: cover;
}
.section-5 .container {
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: #ffffff;
  padding: 96px 192px;
  display: flex;
  align-items: flex-end;
}
.section-5 .content {
  max-width: 432px;
}
.section-5 .title {
  font-size: 60px;
  font-weight: 500;
}
.section-5 .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}
/*
 * >>>>>>>>>> section 5 <<<<<<<<<<
 * >>>>>>>>>> section 6 <<<<<<<<<<
 */
.section-6 {
  position: relative;
  background-color: #000000;
  /* min-height: 1024px; */
  /* padding-top: 64px; */
  min-height: 768px;
  max-height: 1024px;
  /* padding-bottom: 64px; */
  overflow: hidden;
  opacity: 1 !important;
}
/* 批改处 */
.section-6::before {
  content: '';
  display: block;
  padding-top: 54%;
}
.section-6 .container {
  max-width: 688px;
  position: absolute;
  top: 50%; left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.section-6 .circle {
  position: relative;
  border-radius: 9999px;
  background-image: linear-gradient(225deg, #00e5e4, #0169de);
  width: 100%;
  padding-top: 100%;
}
.section-6 .circle::before {
  content: '';
  position: absolute;
  background-color: #000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 16.25%;
  border-radius: inherit;
}
.section-6 .bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: -64px;
  margin-right: -64px;
}
.section-6 .bg {
  display: block;
}
.section-6 .content {
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  width: auto;
  color: #ffffff;
  text-align: center;
}
.section-6 .title {
  font-size: 60px;
  font-weight: 500;
}
.section-6 .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  display: none;
}
.section-6 .btn {
  margin-top: 32px;
  border-radius: 9999px;
  background-color: #0939cd;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
  border-width: 0;
  /* transition-property: background-color, box-shadow; */
  transition-duration: 300ms;
  background-size: 200%;
  background-image: linear-gradient(90deg, #0939cd 51%, #26e4e2);
}
.section-6 .btn:hover {
  /* background-color: #0040ff; */
  background-size: 100%;
}
.section-6 .btn:focus {
  box-shadow: 0px 0px 0px 4px rgba(0, 64, 255, 0.5);
}
.section-6 .btn-icon {
  margin-top: 2px;
  margin-right: 10px;
}
/*
 * section 7
 */
.section-7 {
  overflow: hidden;
}
.section-7 .container {
  position: relative;
}
.section-7 .title {
  font-size: 60px;
  padding-top: 144px;
  padding-bottom: 96px;
  font-weight: 500;
  text-align: center;
}
.section-7 .bg {
  position: absolute;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-7 .user {
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.section-7 .user-review,
.section-7 .user-title {
  font-size: 20px;
  line-height: 1.8;
}
.section-7 .user-info {
  padding-top: 80px;
  padding-bottom: 104px;
}
.section-7 .user-subtitle {
  color: #8d8d8d;
}
.section-7 .logo-list {
  display: flex;
  animation: scrolling 45s linear infinite;
}
@keyframes scrolling {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.section-7 .logo-item {
  flex-grow: 0;
  flex-shrink: 0;
  width: 14.285714%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 .logo-item > img {
  height: 32px;
  display: block;
}
.section-7 .splide__arrow {
  top: 0;
}
.section-7 .splide__arrow--prev {
  left: 0;
}
.section-7 .splide__arrow--next {
  right: 0;
}
/*
 * section 8
 */
.section-8 {
  position: relative;
  color: #ffffff;
}
.section-8 .bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-8 .container {
  position: relative;
  height: 100%;
  padding-top: 8.88888889%;
  padding-bottom: 8.88888889%;
  display: flex;
  align-items: flex-start;
}
.section-8 .left-side {
  width: 50%;
  max-width: 448px;
  margin-right: auto;
}
.section-8 .right-side {
  width: 50%;
  max-width: 512px;
  margin-left: auto;
}
.section-8 .title {
  font-size: 60px;
  font-weight: 500;
}
.section-8 .desc {
  font-size: 1rem;
  margin-top: 1em;
  line-height: 1.5;
}
.section-8 .download-link {
  display: inline-flex;
  margin-top: 64px;
  align-items: center;
}
.section-8 .download-link-icon {
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0939cd;
  margin-right: 12px;
  transition-property: background-color;
  transition-duration: 300ms;
}
.section-8 .download-link-svg {
  fill: none;
  stroke-width: 1.5;
  stroke: #ffffff;
  margin-left: 2px;
}
.section-8 .download-link-label {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  transition-duration: 300ms;
}
.section-8 .download-link-label::before {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  transform: scaleX(0);
  transition-property: transform;
  will-change: transform;
  transition-duration: 300ms;
}
.section-8 .download-link:hover .download-link-icon,
.section-8 .download-link:focus .download-link-icon {
  background-color: #0040ff;
}
.section-8 .download-link:hover .download-link-label,
.section-8 .download-link:focus .download-link-label {
  color: #ffffff;
}
.section-8 .download-link:hover .download-link-label::before,
.section-8 .download-link:focus .download-link-label::before {
  transform: none;
}
.section-8 .input-box {
  position: relative;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
}
.section-8 .input-box::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: -2px;
  width: auto;
  height: auto;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MTInIGhlaWdodD0nNTInPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0nYScgeDE9Jy43NzMnIHkxPSctLjQxNycgeDI9Jy4xMDUnIHkyPScxLjU1NScgZ3JhZGllbnRVbml0cz0nb2JqZWN0Qm91bmRpbmdCb3gnPjxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0nIzAwZTVlNCcvPjxzdG9wIG9mZnNldD0nMScgc3RvcC1jb2xvcj0nIzAxNjlkZScvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGRhdGEtbmFtZT0n6Lev5b6EIDUzODEnIGQ9J00yNi41LTFoNDU2YTI5LjIgMjkuMiAwIDAgMSAxMC43IDIgMjcuNjI2IDI3LjYyNiAwIDAgMSA4Ljc0MiA1LjQ2MiAyNS40IDI1LjQgMCAwIDEgNS45IDguMTA1IDIzLjg2OCAyMy44NjggMCAwIDEgMCAxOS44NjEgMjUuNCAyNS40IDAgMCAxLTUuOSA4LjEwNUEyNy42MjYgMjcuNjI2IDAgMCAxIDQ5My4yIDQ4YTI5LjIgMjkuMiAwIDAgMS0xMC43IDJoLTQ1NmEyOS4yIDI5LjIgMCAwIDEtMTAuNy0yIDI3LjYyNSAyNy42MjUgMCAwIDEtOC43NDItNS40NjIgMjUuNCAyNS40IDAgMCAxLTUuOS04LjEwNSAyMy44NjggMjMuODY4IDAgMCAxIDAtMTkuODYxIDI1LjQgMjUuNCAwIDAgMSA1LjktOC4xMDVBMjcuNjI1IDI3LjYyNSAwIDAgMSAxNS44IDFhMjkuMiAyOS4yIDAgMCAxIDEwLjctMlptNDU2IDQ5LjExMWEyNy4wODggMjcuMDg4IDAgMCAwIDkuOTI4LTEuODU3IDI1LjYxMSAyNS42MTEgMCAwIDAgOC4xLTUuMDYzIDIzLjUyMSAyMy41MjEgMCAwIDAgNS40NjEtNy41MDUgMjIuMDg0IDIyLjA4NCAwIDAgMCAwLTE4LjM3MiAyMy41MjEgMjMuNTIxIDAgMCAwLTUuNDYxLTcuNTA1IDI1LjYxMSAyNS42MTEgMCAwIDAtOC4xLTUuMDYzQTI3LjA4OSAyNy4wODkgMCAwIDAgNDgyLjUuODg5aC00NTZhMjcuMDg4IDI3LjA4OCAwIDAgMC05LjkyOCAxLjg1NyAyNS42MTEgMjUuNjExIDAgMCAwLTguMSA1LjA2MyAyMy41MjEgMjMuNTIxIDAgMCAwLTUuNDYxIDcuNTA1IDIyLjA4NCAyMi4wODQgMCAwIDAgMCAxOC4zNzIgMjMuNTIxIDIzLjUyMSAwIDAgMCA1LjQ2MSA3LjUwNSAyNS42MTEgMjUuNjExIDAgMCAwIDguMSA1LjA2MyAyNy4wODggMjcuMDg4IDAgMCAwIDkuOTI4IDEuODU3WicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMS41IDEuNSknIHN0cm9rZT0ncmdiYSgwLDAsMCwwKScgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBmaWxsPSd1cmwoI2EpJy8+PC9zdmc+);
  background-size: 100% 100%;
  transition-duration: 300ms;
  opacity: 0;
}
.section-8 .input-box:focus-within::before {
  opacity: 1;
}
.section-8 .input-control {
  border-radius: 9999px;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border-width: 0;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 140px 14px 24px;
}
.section-8 .input-control::placeholder,
.section-8 .input-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.section-8 .btn {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  padding: 16px 24px;
  border-width: 0;
  width: 100%;
  background-image: linear-gradient(90deg, #0939cd 51%, #26e4e2);
  background-position: 0%;
  background-size: 200%;
  font-size: 14px;
  line-height: 20px;
  transition-duration: 450ms;
}
.section-8 .btn:hover,
.section-8 .btn:focus {
  background-size: 100%;
}
.section-8 .btn:focus {
  box-shadow: 0px 0px 0px 4px rgba(9, 57, 205, 0.5);
}
.section-8 .btn-svg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  margin-left: auto;
}
/*
 * section 9
 */
.section-9 .container {
  padding-top: 64px;
  padding-bottom: 32px;
}
.section-9 .content-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 12px;
  line-height: 16px;
}
.section-9 .content-box-2 {
  margin-top: 150px;
  align-items: flex-end;
}
.section-9 .left-side,
.section-9 .right-side {
  width: 50%;
}
.section-9 .content-box-2 .right-side {
  text-align: right;
}
.section-9 .content-box a {
  transition-duration: 150ms;
}
.section-9 .content-box a:hover,
.section-9 .content-box a:focus {
  color: #000000;
  text-decoration: underline;
}
.section-9 .media-links {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
.section-9 .media-link {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: background-color, box-shadow, color;
  transition-duration: 300ms;
  position: relative;
}
.section-9 .media-link:first-of-type {
  margin-left: 16px;
}
.section-9 .media-link:hover,
.section-9 .media-link:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}
.section-9 .media-link:focus {
  box-shadow: 0px 0px 0px 2px #0040ff;
}
.section-9 .media-link:hover .media-content,
.section-9 .media-link:focus .media-content {
  opacity: 1;
  visibility: visible;
}
.section-9 .media-content {
  transition-property: opacity, visibility;
  transition-duration: 300ms;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 300%;
  padding-top: 12px;
  top: 100%;
}
.section-9 .media-qrcode {
  display: block;
  width: 100%;
}
.section-9 .media-link > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.section-9 .back-btn {
  display: flex;
  align-items: center;
  width: 128px;
  margin-left: auto;
  padding: 4px 12px;
  color: rgba(0, 0, 0, 0.4);
  transition-duration: 300ms;
  background-color: transparent;
  border-width: 0;
  border-radius: 4px;
}
.section-9 .back-btn:hover,
.section-9 .back-btn:focus {
  color: #000000;
}
.section-9 .back-btn:focus {
  box-shadow: 0px 0px 0px 2px #0040ff;
}
.section-9 .back-btn-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-9 .back-btn-svg {
  width: 8px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  margin-left: 8px;
  transform: rotate(-90deg);
}
.section-9 .internal-link {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
}
.section-9 .internal-link:nth-child(n + 2) {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid currentColor;
}
.section-9 .contact-info {
  margin-top: 10px;
}
.section-9 .icp {
  color: rgba(0, 0, 0, 0.4);
}
/*
 * complex selectors
 */
.section-4 .splide__arrow,
.section-7 .splide-1 .splide__arrow {
  width: 48px;
  height: 48px;
  background-color: #f2f2f2;
  transform: none;
  opacity: 1;
  color: #a5a5a5;
  transition-property: color, background-color, box-shadow;
  transition-duration: 300ms;
}
.section-4 .splide__arrow svg,
.section-7 .splide-1 .splide__arrow svg {
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: none;
  stroke: currentColor;
}
.section-4 .splide__arrow:hover,
.section-4 .splide__arrow:focus,
.section-7 .splide-1 .splide__arrow:hover,
.section-7 .splide-1 .splide__arrow:focus {
  background-color: #0939cd;
  color: #ffffff;
}
.section-4 .splide__arrow:focus,
.section-7 .splide-1 .splide__arrow:focus {
  box-shadow: 0px 0px 0px 4px rgba(9, 57, 205, 0.5);
}
.section-4 .splide__arrow--prev svg,
.section-7 .splide-1 .splide__arrow--prev svg {
  right: 2px;
}
.section-4 .splide__arrow--next svg,
.section-7 .splide-1 .splide__arrow--next svg {
  left: 2px;
}
.section-2 .splide__pagination,
.section-4 .splide__pagination {
  position: static;
  margin-top: 32px;
}
.section-2 .splide__pagination__page,
.section-4 .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 4px 6px;
  opacity: 1;
  background-color: #f2f2f2;
  transition-property: background-color;
  transition-timing-function: ease;
  transition-duration: 300ms;
}
.section-2 .splide__pagination__page:hover,
.section-2 .splide__pagination__page:focus,
.section-4 .splide__pagination__page:hover,
.section-4 .splide__pagination__page:focus {
  background-color: #cccccc;
  transform: none;
}
.section-2 .splide__pagination__page.is-active,
.section-4 .splide__pagination__page.is-active {
  background-color: #0939cd;
  transform: none;
}

/*
 * 迎接视频
 */

.fullscreen {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 11;
  background-color: #000000;
  transition-duration: 1500ms;
}

.fullscreen > video {
  display: block;
  width: 100%; height: 100%;
  object-fit: contain;
  max-width: 920px;
  margin-left: auto; margin-right: auto;
}

/* 页头 */
.header {
  position: absolute;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 122;
  display: flex;
  padding: 48px;
  justify-content: space-between; align-items: center;
}

.header-brand, .header-brand > svg {
  display: block;
}

.header-brand > svg {
  height: 32px;
}

.header-cta {
  background-color: #0040ff;
  border-width: 0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 24px;
}

.header-cta-icon {
  fill: currentColor;
  height: 16px;
  margin-right: 12px;
}


/*
 * helpers
 */
.sliding-text {
  visibility: hidden;
}
.faded {
  opacity: 0;
}
html { cursor: none; }
#magicMouseCursor {
  position: fixed;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 9999;
  left: 0;
  top: 0;
  transition: transform 0.07s, width 0.3s, height 0.3s;
  pointer-events: none;
  z-index: 11;
}
#magicMouseCursor.cursor-square {
  border-radius: 0;
}
#magicPointer {
  height: 6px;
  width: 6px;
  top: 0;
  left: 0;
  position: fixed;
  border: 3px solid #0040ff;
  border-radius: 50%;
  pointer-events: none;
  transition: border-color 0.45s, width 0.45s, height 0.45s, box-shadow 0.45s;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#magicPointer.icon-within::before { visibility: hidden; }
#magicPointer::before {
  content: '';
  width: 6px; height: 6px;
  background-color: #0040ff;
  border-radius: 9999px;
}
#magicPointer.is-hover {
  background: red;
}
#magicPointer.pointer-blur {
  height: 50px;
  width: 50px;
  background: none;
  border: px solid #fff;
  box-shadow: 0px 0px 15px -5px white;
}
#magicPointer.pointer-overlay {
  height: 128px;
  width: 128px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* mix-blend-mode: difference; */
  background-color: rgba(0, 0, 0, 0);
}
.magic-hover {
  transition: all 0.2s;
}
.magic-hover:hover, .plyr__poster:hover {
  cursor: none;
}
#magicMouseCursor {
  background-color: #0939cd !important;
  border-color: #0939cd !important;
}

/* 批改处 */

@media screen and (max-width: 1440px) {
  .section-4 .splide__arrow--next { right: 168px; }
  .section-4 .splide__arrow--prev { left: 168px; }
  .section-4 .splide__progress { margin-left: 240px; margin-right: 240px; }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 4.266667vw;
  }
  /**
   * section 1
   *
   */
  .banner {
    min-height: auto;
  }
  .banner-title {
    font-size: 2.25rem;
  }
  .banner-subtitle {
    font-size: 1rem;
  }
  .banner-splide .splide__arrow {
    width: 6rem;
    font-size: 0.75rem;
    top: 90%;
  }
  .banner-splide .arrow-button {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    bottom: 35%;
  }
  .banner-splide .arrow-button > svg {
    width: 12px;
    height: 16px;
  }
  /**
   * section 2
   *
   */
  .section-2 {
    min-height: auto;
    height: 75vh;
  }
  .section-2 .title {
    font-size: 1.5rem;
  }
  .section-2 .desc {
    font-size: 0.875rem;
  }
  .section-2 .dataview-title {
    font-size: 1.25rem;
  }
  .section-2 .dataview-label,
  .section-2 .dataview-source {
    font-size: 0.75rem;
  }
  .section-2 .backstage {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-2 .backstage-wrapper {
    padding-left: 0;
    padding-right: 0;
    /* 批改处 */
    transform: rotate(45deg) translateX(-17%) translateY(25%);
    width: 200%;
  }
  .section-2 .backstage-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .section-2 .backstage-item img:nth-child(n + 2) {
    margin-top: 0.75rem;
  }
  /**
   * section 3
   */
  .section-3 .image-title {
    margin-top: 6rem;
  }
  .section-3 .desc {
    margin-bottom: 3rem;
  }
  .section-3 .image-title > img {
    width: 20%;
  }
  .section-3 .title {
    font-size: 1.5rem;
  }
  .section-3 .desc {
    font-size: 0.875rem;
  }
  .section-3 .item {
    width: 50%;
  }
  .section-3 .item-btn {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
  }
  .section-3 .item-overlay {
    padding: 0.75rem;
  }
  .section-3 .item-title {
    font-size: 1rem;
  }
  .section-3 .item-index,
  .section-3 .item-title-en {
    font-size: 0.75rem;
  }
  .section-3 .item-title-en {
    left: 0.75rem;
    bottom: 0.75rem;
  }
  /**
   * section 4
   */
  .section-4 {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .section-4 .title {
    font-size: 1.5rem;
  }
  .section-4 .desc {
    font-size: 0.875rem;
  }
  .section-4 .case-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .section-4 .case-title {
    font-size: 0.875rem;
  }
  .section-4 .case-title-en {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
  .section-4 .splide {
    margin-top: 3rem;
  }
  .section-4 .splide__arrow {
    display: none;
  }
  .section-4 .splide__progress {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  /**
   * section 5
   */

  .section-5 ._title { font-size: 1.5rem; margin-bottom: 3rem; }

  .section-5 .bg {
    min-height: 24rem;
    object-fit: cover;
  }
  .section-5 .container {
    padding: 1.5rem;
  }
  .section-5 .title {
    font-size: 1.5rem;
  }
  .section-5 .desc {
    font-size: 0.875rem;
    margin-top: 1em;
  }
  /**
   * section 6
   */
  .section-6 {
    min-height: 75vh;
  }
  .section-6 .bg-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .section-6 .title {
    font-size: 1.5rem;
  }
  .section-6 .desc,
  .section-6 .btn {
    font-size: 0.75rem;
  }
  .section-6 .btn {
    padding: 0.5rem 1.25rem;
    margin-top: 1.5rem;
  }
  .section-6 .content {
    bottom: -3rem;
  }
  /**
   * section 7
   */
  .section-7 .title {
    font-size: 1.5rem;
    padding: 4rem 0px 3rem;
  }
  .section-7 .user {
    padding-left: 0;
    padding-right: 0;
  }
  .section-7 .splide__arrow {
    width: 32px !important;
    height: 32px !important;
  }
  .section-7 .user-review,
  .section-7 .user-title {
    font-size: 0.875rem;
  }
  .section-7 .user-subtitle {
    font-size: 0.75rem;
  }
  .section-7 .user-info {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .section-7 .bg {
    top: 7.5rem;
    width: 12.5rem;
    height: 7.5rem;
    margin-top: 0;
  }
  .section-7 .splide__arrow {
    display: none;
  }
  .section-7 .logo-list {
    animation-duration: 10s;
  }
  .section-7 .logo-item {
    width: 33.333333%;
  }
  /**
   * section 8
   */
  .section-8 .container {
    flex-wrap: wrap;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section-8 .left-side,
  .section-8 .right-side {
    width: 100%;
  }
  .section-8 .title {
    font-size: 1.5rem;
  }
  .section-8 .desc {
    font-size: 0.875rem;
  }
  .section-8 .download-link {
    margin-top: 1.5rem;
  }
  .section-8 .right-side {
    margin-top: 4rem;
  }
  .section-8 .input-control {
    padding: 0.625rem 1rem;
  }
  /**
   * section 9
   */
  .section-9 .content-box-1 .left-side,
  .section-9 .content-box-1 .right-side,
  .section-9 .content-box-2 .left-side,
  .section-9 .content-box-2 .right-side {
    width: 100%;
  }
  .section-9 .container {
    padding-top: 32px;
  }
  .section-9 .media-link {
    margin-left: auto;
    margin-right: auto;
    width: 36px;
    height: 36px;
  }
  .section-9 .back-btn {
    margin-left: -12px;
  }
  .section-9 .content-box-2 {
    margin-top: 6rem;
  }
  .section-9 .content-box-2 .right-side {
    margin-top: 10px;
    text-align: left;
  }
  /**
   * Popup-window - 弹出窗口
   */
  .popup-window-title {
    font-size: 1rem;
    line-height: 1.5;
  }
  .popup-window-header {
    padding: 0.75rem 1rem 0.25rem;
  }
  .section-2 .splide__pagination__page,
  .section-4 .splide__pagination__page {
    width: 8px;
    height: 8px;
  }

  /* 页头 */

  .header { padding: 24px; }

  .header-brand > svg {
    height: 16px;
  }

  .header-cta {
    padding: 10px 20px;
    font-size: 0.75rem;
  }

  .header-cta-icon { height: 12px; margin-right: 8px; }
}

.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover{opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{background:#ccc;height:3px}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination,.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
<!--耗时1772548076.3678秒-->