.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.break-all {
  word-wrap: break-word;
  word-break: break-all;
}
.no-break {
  white-space: nowrap;
}
.font-hei {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", SimHei, sans-serif;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clearboth {
  clear: both;
}
.bold {
  font-weight: bold;
}
.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer-link {
  margin: 0 auto;
  line-height: 15px;
  text-align: center;
  color: #909090;
  font-size: 14px;
}
.footer-link .pc-footer {
  height: 175px;
  background: #404040;
  padding-top: 43px;
}
.footer-link a {
  position: relative;
  color: #909090;
  text-decoration: none;
}
.footer-link img.img-backup {
  position: absolute;
  width: 20px;
  top: -2px;
}
.footer-link .after-img {
  margin-left: 20px;
}
.mobile-device .footer-link {
  display: block;
  text-align: center;
  width: auto;
  margin: auto;
  padding-top: 18px;
  background-color: #FFFFFF;
  height: 58px;
  color: #999999;
  font-size: 12px;
}
.mobile-device .footer-link p {
  margin: 7px auto 0;
}
.mobile-device .footer-link a {
  color: #999999;
}
.fixed-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 54px;
  z-index: 1000;
  background: linear-gradient(90deg, rgba(255, 245, 207, 0.58) 0%, rgba(255, 250, 225, 0.42) 45%, rgba(221, 255, 240, 0.52) 100%);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.fixed-nav .nav-inner {
  width: 1120px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.fixed-nav .brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: #151515;
  text-decoration: none;
  white-space: nowrap;
}
.fixed-nav .brand img {
  display: block;
  width: 146px;
  height: 40px;
  object-fit: contain;
}
.fixed-nav .upgrade {
  width: 145px;
  height: 22px;
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(90deg, #fff691 0%, #d7ffb3 100%);
  color: #111;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.fixed-nav .links {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 16px;
}
.fixed-nav .links a {
  position: relative;
  display: flex;
  align-items: center;
  height: 54px;
  margin-left: 36px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.fixed-nav .links a.active {
  color: #111;
  font-weight: 600;
}
.fixed-nav .links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 24px;
  height: 8px;
  margin-left: -12px;
  background: url('./51630954-nav-active.png') no-repeat center / contain;
}
@media (max-width: 1279px) {
  .fixed-nav .nav-inner {
    width: 960px;
  }
  .fixed-nav .upgrade {
    display: none;
  }
  .fixed-nav .links a {
    margin-left: 25px;
    font-size: 15px;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #151515;
  font-family: MiSans, "PingFang SC", "Microsoft YaHei", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
}
.home-page {
  width: 100%;
  min-width: 1000px;
  background: url('./5a3ae8ba-home-wide-bg.png') no-repeat top center / 1920px auto, #ffffff;
  overflow-x: hidden;
}
.container {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
.section-anchor {
  scroll-margin-top: 72px;
}
.section-title {
  margin: 0;
  color: #111;
  font-size: 60px;
  line-height: 80px;
  font-weight: 520;
  letter-spacing: 0;
  text-align: center;
}
.section-subtitle {
  margin: 14px 0 0;
  color: #7A7A7A;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0.56px;
  text-align: center;
}
.seo-baike-link {
  position: absolute;
  pointer-events: none;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}
.hero {
  height: 759px;
  padding-top: 98px;
  position: relative;
}
.hero .hero-inner {
  height: 661px;
}
.hero .hero-copy {
  position: absolute;
  left: 0;
  top: 101px;
  width: 390px;
  height: 466px;
}
.hero .hero-title {
  width: 390px;
  margin: 0;
  font-size: 90px;
  line-height: 126px;
  letter-spacing: 10.8px;
  font-weight: 600;
  white-space: nowrap;
}
.hero .hero-tag {
  position: absolute;
  left: 2px;
  top: 124px;
  margin: 0;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 3px;
  font-weight: 500;
  white-space: nowrap;
}
.hero .hero-desc {
  position: absolute;
  left: 0;
  top: 191px;
  width: 390px;
  margin: 0;
  color: #6B6B6B;
  font-size: 14px;
  line-height: 24px;
}
.hero .hero-qr {
  position: absolute;
  left: 0;
  top: 278px;
  width: 150px;
}
.hero .hero-qr img {
  width: 150px;
  height: auto;
}
.hero .hero-visual {
  position: absolute;
  left: 497px;
  top: -71px;
  width: 766px;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 20px 60px rgba(51, 73, 144, 0.12));
}
.features {
  height: 1009px;
  padding-top: 70px;
}
.features .features-container {
  width: 1276px;
  margin: 0 auto;
  position: relative;
}
.feature-carousel {
  height: 620px;
  margin-top: 100px;
  position: relative;
  user-select: none;
}
.feature-carousel .feature-window {
  position: absolute;
  left: 78px;
  top: 0px;
  width: 1120px;
  height: 620px;
  overflow: hidden;
  cursor: grab;
}
.feature-carousel .feature-window:active {
  cursor: grabbing;
}
.feature-carousel .feature-track {
  height: 620px;
  display: flex;
  transition: transform 0.38s cubic-bezier(0.22, 0.8, 0.24, 1);
  will-change: transform;
}
.feature-carousel .feature-card {
  width: 360px;
  height: 620px;
  margin-right: 20px;
  flex: 0 0 360px;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}
.feature-carousel .feature-card:last-child {
  margin-right: 0;
}
.feature-carousel .feature-card-green {
  background: linear-gradient(205.13deg, #dbffb7 10.05%, #fdffbf 82.2%);
}
.feature-carousel .feature-card-blue {
  background: linear-gradient(205.13deg, #b8f0ff 10.05%, #c7ffed 82.2%);
}
.feature-carousel .feature-heading {
  height: 180px;
  padding-top: 27px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.feature-carousel .feature-heading h3 {
  margin: 0;
  color: #000;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}
.feature-carousel .feature-heading p {
  margin: 3px 0 0;
  color: #3A3A3A;
  font-size: 17px;
  line-height: 25px;
}
.feature-carousel .feature-tags {
  height: 27px;
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
.feature-carousel .feature-tags span {
  width: 116px;
  height: 26px;
  margin-left: 14px;
  border-radius: 18px;
  background: linear-gradient(90deg, #ffffff 8%, #fff67e 100%);
  color: #916500;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}
.feature-carousel .feature-tags span:first-child {
  margin-left: 0;
}
.feature-carousel .feature-tags span:nth-child(2) {
  background: linear-gradient(90deg, #ffffff 8%, #c7fdff 100%);
  color: #126D9E;
}
.feature-carousel .feature-tags-three span {
  width: 92px;
  margin-left: 7px;
}
.feature-carousel .feature-visual {
  height: 347px;
  position: static;
}
.feature-carousel .feature-visual .feature-poster {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  object-fit: fill;
  pointer-events: none;
}
.feature-carousel .feature-desc {
  height: 93px;
  margin: 0;
  padding: 32px 29px 0;
  position: relative;
  z-index: 1;
  background: url('./20e7fd1d-feature-desc-bg.svg') no-repeat center / 100% 100%;
  color: #151515;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: justify;
}
.feature-carousel .feature-arrow {
  position: absolute;
  top: 298px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 8;
}
.feature-carousel .feature-arrow img {
  width: 64px;
  height: 64px;
}
.feature-carousel .feature-arrow.is-disabled {
  opacity: 0.34;
  pointer-events: none;
}
.feature-carousel .feature-prev {
  left: 0;
}
.feature-carousel .feature-next {
  right: 0;
}
.feature-carousel .feature-progress {
  display: none;
}
.scene {
  height: 862px;
  padding-top: 94px;
}
.scene .scene-switcher {
  height: 492px;
  margin-top: 100px;
  position: relative;
}
.scene .scene-stage {
  width: 1120px;
  height: 492px;
  display: flex;
  align-items: flex-start;
}
.scene .scene-card {
  height: 492px;
  margin-left: 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04);
  transition: width 0.56s cubic-bezier(0.16, 1, 0.3, 1), flex-basis 0.56s cubic-bezier(0.16, 1, 0.3, 1), transform 0.56s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.56s cubic-bezier(0.16, 1, 0.3, 1);
}
.scene .scene-card:first-child {
  margin-left: 0;
}
.scene .scene-card.is-open {
  width: 604px;
  z-index: 2;
  transform: translateY(-1px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.08);
}
.scene .scene-card.is-close {
  width: 238px;
  z-index: 1;
}
.scene .scene-card:focus {
  outline: none;
}
.scene .scene-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.34s cubic-bezier(0.16, 1, 0.3, 1), transform 0.56s cubic-bezier(0.16, 1, 0.3, 1);
}
.scene .scene-img-open {
  opacity: 0;
  transform: scale(1.015);
}
.scene .scene-img-close {
  opacity: 1;
}
.scene .scene-card.is-open .scene-img-open {
  opacity: 1;
  transform: scale(1);
}
.scene .scene-card.is-open .scene-img-close {
  opacity: 0;
  transform: scale(1.008);
}
.scene .scene-card.is-open .scene-copy {
  opacity: 1;
}
.scene .scene-card.is-open .scene-role {
  opacity: 0;
}
.scene .scene-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  padding: 18px 38px 0;
  z-index: 1;
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.94) 46%, #000000 100%);
  opacity: 0;
  transition: opacity 0.32s;
}
.scene .scene-copy h3 {
  margin: 0 0 15px;
  font-size: 31px;
  line-height: 43px;
  font-weight: 600;
  white-space: nowrap;
}
.scene .scene-copy ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.scene .scene-copy li {
  width: 50%;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  font-size: 15px;
  line-height: 22px;
}
.scene .scene-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFE958;
  color: #111;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}
.scene .scene-role {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 1;
  color: #FFF;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  transition: opacity 0.25s;
}
.authority {
  height: 1074px;
  padding-top: 76px;
  position: relative;
  overflow: hidden;
}
.authority .container {
  z-index: 2;
}
.authority .section-subtitle {
  color: #7A7A7A;
}
.authority .stats-list {
  width: 1120px;
  margin-top: 76px;
  display: flex;
  justify-content: center;
}
.authority .stat-card {
  width: 250px;
  height: 182px;
  margin-left: 40px;
  padding-bottom: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('./806c9842-stats-bg.png') no-repeat center / 100% 100%;
}
.authority .stat-card:first-child {
  margin-left: 0;
}
.authority .stat-card .stat-number-copy {
  position: absolute;
  z-index: 0;
  margin-top: 24px;
  font-size: 54px;
  line-height: 54px;
  font-weight: 800;
  letter-spacing: -2px;
  opacity: 0;
}
.authority .stat-card sup {
  position: relative;
  top: -16px;
  font-size: 26px;
}
.authority .stat-card .stat-number-art {
  height: 54px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.authority .stat-card .stat-number-art .stat-number {
  width: auto;
  height: 48px;
}
.authority .stat-card .stat-number-art .stat-plus {
  width: 23px;
  height: 23px;
  margin: -6px 0 0 9px;
}
.authority .stat-card span {
  margin-top: 16px;
  color: #000;
  font-size: 25px;
  line-height: 32px;
}
.authority .cert-stage {
  position: absolute;
  left: 0;
  top: 186px;
  width: 100%;
  height: 875px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.authority .cert-shadow {
  position: absolute;
  left: 50%;
  top: 631px;
  width: 2272px;
  height: 295px;
  max-width: none;
  transform: translateX(-50%);
}
.authority .certificates {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1121px;
  height: 875px;
  overflow: hidden;
  transform: translateX(-50%);
}
.authority .certificates img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.authority .cert-labels {
  position: absolute;
  left: 50%;
  top: 903px;
  width: 1121px;
  margin: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
}
.authority .cert-labels .cert-label {
  width: 194px;
  height: 48px;
  position: relative;
}
.authority .cert-labels p {
  width: 150px;
  margin: 0;
  position: absolute;
  left: 22px;
  top: 0;
  color: #242424;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.authority .cert-labels p span {
  display: block;
}
.authority .cert-labels .cert-wheat {
  position: absolute;
  top: 3px;
  width: 25px;
  height: 41px;
}
.authority .cert-labels .cert-wheat-left {
  left: 0;
}
.authority .cert-labels .cert-wheat-right {
  right: 0;
  transform: scaleX(-1);
}
.group {
  height: 868px;
  padding-top: 118px;
  position: relative;
  overflow: hidden;
  background: #F5F8FF;
}
.group .group-inner {
  height: 696px;
}
.group .section-title {
  position: absolute;
  left: 50%;
  top: 0;
  width: 696px;
  margin-left: -348px;
  white-space: nowrap;
  z-index: 2;
}
.group .group-pattern {
  position: absolute;
  left: 50%;
  top: 101px;
  width: 1440px;
  height: auto;
  max-width: none;
  margin-left: -720px;
  z-index: 0;
  pointer-events: none;
}
.group .brand-arc {
  position: absolute;
  left: 50%;
  top: 172px;
  width: 1120px;
  height: 224px;
  margin-left: -560px;
  z-index: 2;
}
.group .brand-item {
  position: absolute;
  width: 80px;
  cursor: pointer;
  transition: transform 0.32s, filter 0.32s;
}
.group .brand-item img {
  width: 80px;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(80, 93, 128, 0.08));
}
.group .brand-item:hover,
.group .brand-item:focus {
  z-index: 8;
  outline: none;
  transform: translateY(-8px) scale(1.08);
  filter: drop-shadow(0 18px 28px rgba(71, 86, 135, 0.16));
}
.group .brand-arc.has-brand-motion .brand-item {
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  transition: opacity 0.48s cubic-bezier(0.16, 1, 0.3, 1), transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), filter 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}
.group .brand-arc.has-brand-motion.is-inview .brand-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.group .brand-arc.has-brand-motion.is-inview .brand-item:hover,
.group .brand-arc.has-brand-motion.is-inview .brand-item:focus {
  transform: translateY(-8px) scale(1.08);
}
.group .brand-arc.has-brand-motion.is-inview .b1 {
  transition-delay: 0s;
}
.group .brand-arc.has-brand-motion.is-inview .b2 {
  transition-delay: 0.042s;
}
.group .brand-arc.has-brand-motion.is-inview .b3 {
  transition-delay: 0.084s;
}
.group .brand-arc.has-brand-motion.is-inview .b4 {
  transition-delay: 0.126s;
}
.group .brand-arc.has-brand-motion.is-inview .b5 {
  transition-delay: 0.168s;
}
.group .brand-arc.has-brand-motion.is-inview .b6 {
  transition-delay: 0.21s;
}
.group .brand-arc.has-brand-motion.is-inview .b7 {
  transition-delay: 0.252s;
}
.group .brand-arc.has-brand-motion.is-inview .b8 {
  transition-delay: 0.294s;
}
.group .brand-arc.has-brand-motion.is-inview .b9 {
  transition-delay: 0.336s;
}
.group .brand-arc.has-brand-motion.is-inview .b10 {
  transition-delay: 0.378s;
}
.group .brand-arc.has-brand-motion.is-inview .b11 {
  transition-delay: 0.42s;
}
.group .b1 {
  left: 0;
  top: 119px;
}
.group .b2 {
  left: 104px;
  top: 80px;
}
.group .b3 {
  left: 208px;
  top: 53px;
}
.group .b4 {
  left: 312px;
  top: 25px;
}
.group .b5 {
  left: 416px;
  top: 14px;
}
.group .b6 {
  left: 520px;
  top: 0;
}
.group .b7 {
  left: 624px;
  top: 14px;
}
.group .b8 {
  left: 728px;
  top: 25px;
}
.group .b9 {
  left: 832px;
  top: 53px;
}
.group .b10 {
  left: 936px;
  top: 80px;
}
.group .b11 {
  left: 1040px;
  top: 119px;
}
.group .group-text {
  position: absolute;
  left: 50%;
  top: 471px;
  width: 1120px;
  margin-left: -560px;
  z-index: 2;
  color: #7A7A7A;
  text-align: center;
}
.group .group-text p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  white-space: nowrap;
}
.group .group-text .gap {
  margin-top: 20px;
}
.bottom-download-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transform: translateY(110%);
  transition: opacity 0.24s, transform 0.24s;
}
.bottom-download-bar.show {
  opacity: 1;
  transform: translateY(0);
}
.bottom-download-bar img {
  width: 1440px;
  height: 103px;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
}
.bottom-download-bar::before,
.bottom-download-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 55px;
  z-index: -1;
}
.bottom-download-bar::before {
  left: 0;
  background: #FFE16D;
}
.bottom-download-bar::after {
  right: 0;
  background: #FEFDD3;
}
.footer-link {
  color: #F3F3F3;
  font-size: 12px;
  line-height: 20px;
}
.footer-link .pc-footer {
  height: 261px;
  padding-top: 44px;
  background: #000;
}
.footer-link .pc-footer p:not(:last-child) {
  margin-bottom: 13px;
  margin-top: 0;
}
.footer-link a {
  color: #F3F3F3;
}
@media (min-width: 1920px) {
  .home-page {
    background-size: 100% auto;
  }
}
@media (max-width: 1279px) {
  .hero .hero-inner {
    width: 960px;
  }
  .hero .hero-visual {
    left: 385px;
    width: 700px;
  }
  .features .features-container {
    width: 1000px;
  }
  .feature-carousel .feature-window {
    left: 60px;
    width: 880px;
  }
  .feature-carousel .feature-card {
    width: 280px;
    height: 482px;
    flex-basis: 280px;
    border-radius: 28px;
  }
  .feature-carousel .feature-window,
  .feature-carousel .feature-track {
    height: 482px;
  }
  .feature-carousel .feature-visual .feature-poster {
    border-radius: 28px;
  }
  .feature-carousel .feature-prev {
    left: 0;
  }
  .feature-carousel .feature-next {
    right: 0;
  }
  .scene .container,
  .scene .scene-stage {
    width: 960px;
  }
  .scene .scene-card.is-open {
    width: 528px;
  }
  .scene .scene-card.is-close {
    width: 196px;
  }
  .scene .scene-copy h3 {
    font-size: 27px;
  }
}
