.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.wrap-tit {
  color: #1c1c1c;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
header {
  position: absolute;
  top: 0;
  z-index: 9;
  background: transparent;
}
header .logo-black {
  display: none;
}
header .logo-white {
  display: block;
}
header .header-nav-link {
  color: #fff;
}
@media (max-width: 768px) {
  header {
    background: #fff;
    position: static;
  }
  header .logo-white {
    display: none;
  }
  header .logo-black {
    display: block;
  }
  header .header-nav-link {
    color: #2d374b;
  }
}
.banner {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: clamp(96px, 9.9vw, 190px) 0 clamp(120px, 12.2vw, 234px);
  background: url('../img/index/banner-pc.webp') no-repeat center / cover;
}
.banner .container {
  display: flex;
}
.banner .banner-mb {
  display: none;
}
.banner .banner-info {
  position: relative;
  z-index: 2;
  flex: 0 1 clamp(420px, 29.1vw, 558px);
  max-width: min(558px, 52vw);
}
.banner .banner-tip {
  display: flex;
  align-items: center;
}
.banner .banner-tip img {
  position: relative;
  z-index: 9;
}
.banner .banner-tip span {
  margin-left: -30px;
  padding: 6px 68px 6px 38px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(267.3999939px);
  color: #fff;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  line-height: 152%;
  /* 30.4px */
}
.banner h1 {
  margin-top: 32px;
  color: #fff;
  font-size: clamp(32px, 2.08vw, 40px);
  font-weight: 700;
  line-height: 151%;
  /* 60.4px */
}
.banner h1 span {
  color: #2af5db;
}
.banner .banner-desc {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 195%;
  /* 35.1px */
}
.banner .banner-img {
  position: absolute;
  top: clamp(64px, 4.9vw, 94px);
  right: clamp(24px, 4.17vw, 60px);
  width: clamp(400px, 46.5vw, 870px);
  max-width: 46vw;
}
.banner .banner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .banner-btn {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
}
.banner .banner-btn .banner-win {
  position: relative;
  width: 230px;
  height: 66px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px;
  border: 2px solid #fff;
  background: linear-gradient(0deg, #ff8e56 0%, #ff8e56 100%), #fff;
}
.banner .banner-btn .banner-win:hover .download-icon {
  transform: translateY(0px);
}
.banner .banner-btn .banner-win:hover .text-box {
  transform: translateY(70px);
}
.banner .banner-btn .banner-win .download-icon {
  position: absolute;
  top: 20%;
  left: 43%;
  width: 12%;
  height: auto;
  transform: translateY(-70px);
  transition: all 0.5s;
}
.banner .banner-btn .banner-win .text-box {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  flex-direction: column;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.banner .banner-btn .banner-win .text-box p {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.banner .banner-btn .banner-win .text-box p span:first-child {
  font: 600 18px / 21px 'Rubik';
  color: #fff;
}
.banner .banner-btn .banner-win .text-box p span:last-child {
  font: 300 12px / 14px 'Rubik';
  color: #fff;
  margin-top: 2px;
}
.banner .banner-btn .banner-win .text-box .img-box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-btn .banner-mac {
  position: relative;
  width: 230px;
  height: 66px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #fff;
}
.banner .banner-btn .banner-mac:hover .download-icon {
  transform: translateY(0px);
}
.banner .banner-btn .banner-mac:hover .text-box {
  transform: translateY(70px);
}
.banner .banner-btn .banner-mac .download-icon {
  position: absolute;
  top: 20%;
  left: 43%;
  width: 12%;
  height: auto;
  transform: translateY(-70px);
  transition: all 0.5s;
}
.banner .banner-btn .banner-mac .text-box {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  flex-direction: column;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.banner .banner-btn .banner-mac .text-box p {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.banner .banner-btn .banner-mac .text-box p span:first-child {
  font: 600 18px / 21px 'Rubik';
  color: #ff8c52;
}
.banner .banner-btn .banner-mac .text-box p span:last-child {
  font: 300 12px / 14px 'Rubik';
  color: #ff8c52;
  margin-top: 2px;
}
.banner .banner-btn .banner-mac .text-box .img-box {
  width: 28px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap1 {
  margin-top: 136px;
}
.wrap1 .wrap-desc {
  max-width: 926px;
  margin: 26px auto 0;
  color: #484848;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap1 .help-cont {
  margin-top: 44px;
}
.wrap1 .help-cont .help-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 54px 24px;
}
.wrap1 .help-cont .help-item {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: auto;
  min-height: 190px;
  padding: 40px 22px 26px;
  border-radius: 12px;
  border: 1px solid #f5f5f5;
  background: #fff;
  text-align: center;
}
.wrap1 .help-cont .help-item:hover .item-seal {
  transform: scale(0);
}
.wrap1 .help-cont .help-item:hover .item-text {
  transform: scale(1);
}
.wrap1 .help-cont .item-seal,
.wrap1 .help-cont .item-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap1 .help-cont .item-seal {
  transition: all 0.5s;
}
.wrap1 .help-cont .item-text {
  padding: 16px;
  transform: scale(0);
  transition: all 0.3s;
  background: #fff;
}
.wrap1 .help-cont .item-text p {
  text-align: center;
  font: lighter 14px / 24px 'Rubik';
  color: #2c2c2c;
}
.wrap1 .help-cont .help-tit {
  margin-top: 18px;
  color: #484848;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap1 .help-cont .help-scrollbar {
  display: none;
}
.wrap2 {
  margin-top: 126px;
  padding: 112px 0 78px;
  background: url('../img/index/wrap2-bg.webp') no-repeat center / cover;
}
.wrap2 .wrap-desc {
  max-width: 1008px;
  margin: 24px auto 0;
  color: #313131;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap2 .recover-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px 30px;
  margin-top: 46px;
}
.wrap2 .recover-list .recover-item {
  width: 514px;
  padding: 22px 30px 32px;
  border-radius: 14px;
  border: 1px solid rgba(14, 135, 188, 0.17);
  background: #fff;
  box-shadow: 0 4px 29.9px -14px rgba(13, 113, 156, 0.24);
}
.wrap2 .recover-list .recover-item.second .item-os {
  color: rgba(44, 178, 172, 0.62);
}
.wrap2 .recover-list .recover-item.second .item-btn {
  border-radius: 10px;
  border: 2px solid #1a82e8;
  background: #fff;
  color: #1a82e8;
}
.wrap2 .recover-list .item-top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.wrap2 .recover-list .item-tit {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 500;
  line-height: 149.4%;
  /* 39.88px */
}
.wrap2 .recover-list .item-os {
  color: rgba(26, 130, 232, 0.62);
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap2 .recover-list .item-desc {
  margin-top: 16px;
  min-height: 52px;
  padding-bottom: 14px;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  border-bottom: 2px solid #e2e2e2;
}
.wrap2 .recover-list .item-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 24px;
}
.wrap2 .recover-list .item-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.wrap2 .recover-list .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 0;
  margin-top: 32px;
  border-radius: 10px;
  background: linear-gradient(90deg, #0285ff 0%, #65c4ff 100%);
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.wrap2 .recover-list .item-btn img {
  transition: all 0.3s;
}
.wrap2 .recover-list .item-btn:hover img {
  transform: translateX(6px);
}
.wrap2 .wrap2-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 54px;
  padding: 20px 0;
}
.wrap2 .wrap2-swiper.is-marquee .swiper-wrapper {
  gap: 38px;
  width: max-content;
  animation: wrap2Marquee 40s linear infinite;
}
.wrap2 .wrap2-swiper.is-marquee .swiper-slide {
  flex: 0 0 138px;
}
.wrap2 .wrap2-swiper .swiper-slide {
  width: 138px;
  min-height: 122px;
  padding: 18px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #e9f5fb;
  background: #fff;
  box-shadow: 0 5.13px 15.391px 0 rgba(186, 228, 245, 0.42);
  text-align: center;
  box-sizing: border-box;
}
.wrap2 .wrap2-swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.wrap2 .wrap2-swiper .slide-tit {
  margin-top: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 199.4%;
  /* 35.804px */
}
@keyframes wrap2Marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--wrap2-marquee-distance)), 0, 0);
  }
}
.wrap3 {
  margin-top: 160px;
}
.wrap3 .wrap3-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
  gap: 34px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap3 .wrap3-swiper .swiper-slide {
  width: 340px;
  height: auto;
  padding: 30px 14px 20px;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
}
.wrap3 .wrap3-swiper .swiper-slide:hover {
  transform: translateY(-6px);
}
.wrap3 .wrap3-swiper .slide-tit {
  margin-top: 14px;
  color: #313131;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 199.4%;
  /* 39.88px */
}
.wrap3 .wrap3-swiper .slide-desc {
  margin-top: 8px;
  color: #484848;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 199.4%;
  /* 27.916px */
}
.wrap4 {
  margin-top: 146px;
}
.wrap4 .wrap-list {
  margin-top: 54px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
.wrap4 .wrap-list .wrap-item {
  flex: 1;
  border-radius: 16px;
  border: 1px solid #f5f5f5;
  background: #fff;
}
.wrap4 .wrap-list .wrap-item:hover img {
  transform: scale(1.1);
}
.wrap4 .wrap-list .item-img {
  overflow: hidden;
  border-radius: 16px;
}
.wrap4 .wrap-list .item-img img {
  border-radius: 16px;
  transition: all 0.3s;
  width: 100%;
  height: auto;
}
.wrap4 .wrap-list .item-info {
  padding: 20px 22px;
}
.wrap4 .wrap-list .item-tit {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 199.4%;
  /* 39.88px */
}
.wrap4 .wrap-list .item-desc {
  margin-top: 8px;
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  line-height: 199.4%;
  /* 27.916px */
}
.wrap5 {
  margin-top: 116px;
  padding: 100px 0 118px;
  background: url('../img/index/wrap5-pc.webp') no-repeat top center / cover;
}
.wrap5 .wrap-tit {
  color: #fff;
}
.wrap5 .wrap-desc {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap5 .step-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-top: 52px;
}
.wrap5 .step-list {
  flex: 0 0 354px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wrap5 .step-list .step-item {
  position: relative;
  padding: 18px 20px 16px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  cursor: pointer;
}
.wrap5 .step-list .step-item.active {
  background: #fff;
  box-shadow: 0 4px 10.2px 0 rgba(5, 78, 167, 0.44);
}
.wrap5 .step-list .step-item.active .step-bottom {
  max-height: 1000px;
  border-top: 1px solid #ebebeb;
  padding-top: 14px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  margin-top: 12px;
}
.wrap5 .step-list .step-item.active .step-tit {
  color: #1a82e8;
}
.wrap5 .step-list .step-tit {
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  /* 27.2px */
}
.wrap5 .step-list .step-desc {
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.wrap5 .step-list .step-num {
  position: absolute;
  top: 6px;
  right: 14px;
  background: linear-gradient(to bottom, #0381f0, #02bac3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  /* 27.72px */
  opacity: 0.2;
}
.wrap5 .step-list .step-bottom {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.wrap5 .step-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.wrap5 .step-swiper .swiper-slide {
  border-radius: 16px;
}
.wrap5 .step-swiper .swiper-slide img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 40.3px 3px rgba(65, 180, 252, 0.43);
}
.wrap5 .step-swiper .slide-info {
  display: none;
}
.wrap6 {
  margin-top: 146px;
}
.wrap6 .tech-list {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 42px;
}
.wrap6 .tech-list .tech-item {
  padding: 26px 34px 30px;
  flex: 0 0 454px;
  border-radius: 16px;
  background: #f9f9f9;
}
.wrap6 .tech-list .tech-item:last-child {
  flex: 1;
}
.wrap6 .tech-list .tech-tit {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 600;
  line-height: 143.4%;
  /* 34.416px */
}
.wrap6 .tech-list .tech-li {
  margin-top: 26px;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 41.846px */
}
.wrap6 .tech-list .tech-li p {
  margin-left: 30px;
  margin-top: 20px;
}
.wrap6 .tech-list .tech-li img {
  margin-right: 10px;
}
.group {
  background: url('../img/index/group-bg.webp') no-repeat bottom center;
  background-size: 100% auto;
  background-position: 0 270px;
}
.wrap7 {
  margin-top: 138px;
}
.wrap7 .wrap7-swiper {
  position: relative;
  margin-top: 44px;
  border-radius: 12px;
  border: 1px solid #f0eefb;
  background: #fff;
  box-shadow: 0 17px 29px -7px rgba(11, 151, 194, 0.23);
  overflow: hidden;
}
.wrap7 .wrap7-swiper .swiper-slide {
  height: auto;
}
.wrap7 .wrap7-swiper .item {
  display: flex;
  gap: 60px;
  height: 100%;
  padding: 50px 66px 44px;
  align-items: center;
  justify-content: center;
}
.wrap7 .wrap7-swiper .slide-desc {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 300;
  line-height: 211.5%;
  /* 33.84px */
}
.wrap7 .wrap7-swiper .slide-star {
  margin: 16px 0;
}
.wrap7 .wrap7-swiper .slide-name {
  color: #062d53;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap7 .logo-list {
  display: flex;
  align-items: center;
  height: 86px;
  overflow: hidden;
  border-radius: 0 0 13px 13px;
  background: #eaf8fc;
}
.wrap7 .logo-list .list-swiper {
  display: flex;
  align-items: center;
  gap: 42px;
  width: max-content;
  animation: wrap7LogoMarquee 40s linear infinite;
  will-change: transform;
}
.wrap7 .logo-list .list-swiper img {
  flex: 0 0 auto;
}
.wrap7 .media-box {
  position: relative;
}
.wrap7 .swiper-button-next {
  background: #fff;
  box-shadow: 0px 1px 31px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  color: #0dabdc;
  width: 59px;
  height: 59px;
  right: -30px;
  top: 40%;
  transition: all 0.3s;
}
.wrap7 .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.wrap7 .swiper-button-next:hover {
  background: linear-gradient(180deg, #219dfc 0%, #0bddec 100%), #0dabdc;
  color: #fff;
}
.wrap7 .swiper-button-prev {
  background: #fff;
  box-shadow: 0px 1px 31px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  color: #0dabdc;
  width: 59px;
  height: 59px;
  left: -30px;
  top: 40%;
  transition: all 0.3s;
}
.wrap7 .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.wrap7 .swiper-button-prev:hover {
  background: linear-gradient(180deg, #219dfc 0%, #0bddec 100%), #0dabdc;
  color: #fff;
}
@keyframes wrap7LogoMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--wrap7-logo-distance)), 0, 0);
  }
}
.wrap8 {
  margin-top: 180px;
}
.wrap8 .wrap-desc {
  margin-top: 20px;
  color: #313131;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap8 .faq-list {
  margin-top: 34px;
}
.wrap8 .faq-list .faq-item {
  padding: 20px 30px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
.wrap8 .faq-list .faq-item.active .faq-answer {
  max-height: 1000px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  margin-top: 12px;
}
.wrap8 .faq-list .faq-item.active .faq-arrow img {
  transform: rotate(0);
}
.wrap8 .faq-list .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.wrap8 .faq-list .faq-text {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
  line-height: 199.4%;
  /* 39.88px */
}
.wrap8 .faq-list .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap8 .faq-list .faq-arrow img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.wrap9 {
  margin-top: 114px;
  margin-bottom: 62px;
}
.wrap9 .wrap-tit {
  text-align: left;
}
.wrap9 .wrap-desc {
  text-align: left;
  margin-top: 14px;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 199.4%;
  /* 31.904px */
}
.wrap9 .wrap-btn {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wrap9 .swiper-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap9 .swiper-next:hover {
  background: linear-gradient(180deg, #219dfc 0%, #0bddec 100%), #0dabdc;
}
.wrap9 .swiper-next:hover path {
  fill: #fff;
}
.wrap9 .swiper-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap9 .swiper-prev:hover {
  background: linear-gradient(180deg, #219dfc 0%, #0bddec 100%), #0dabdc;
}
.wrap9 .swiper-prev:hover path {
  fill: #fff;
}
.wrap9 .wrap-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.wrap9 .wrap9-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  padding: 0 1px;
}
.wrap9 .wrap9-swiper .swiper-slide {
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #cacaca;
  background: #fff;
  overflow: hidden;
}
.wrap9 .wrap9-swiper .swiper-slide.yellow .slide-tip {
  background: #f7f6f3;
  color: #e68600;
}
.wrap9 .wrap9-swiper .swiper-slide.green .slide-tip {
  background: #ecf4ef;
  color: #0b8b31;
}
.wrap9 .wrap9-swiper .swiper-slide.blue .slide-tip {
  background: #dde4f0;
  color: #0356f0;
}
.wrap9 .wrap9-swiper .swiper-slide:hover .slide-img img {
  transform: scale(1.1);
}
.wrap9 .wrap9-swiper .slide-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.wrap9 .wrap9-swiper .slide-img .slide-tip {
  position: absolute;
  top: 12px;
  left: 14px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 199.4%;
  /* 23.928px */
  border-radius: 4px;
  z-index: 9;
}
.wrap9 .wrap9-swiper .slide-img img {
  width: 100%;
  height: 170px;
  transition: all 0.3s;
}
.wrap9 .wrap9-swiper .slide-info {
  padding: 14px 12px 16px;
}
.wrap9 .wrap9-swiper .slide-other {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wrap9 .wrap9-swiper .slide-time,
.wrap9 .wrap9-swiper .slide-read {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.wrap9 .wrap9-swiper .slide-tit {
  height: 52px;
  margin-top: 14px;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  /* 25.92px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap9 .wrap9-swiper .slide-desc {
  height: 74px;
  margin-top: 6px;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 400;
  line-height: 178%;
  /* 24.92px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap9 .wrap9-swiper .slide-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 2px solid #e4e4e4;
  color: #1ea7fa;
  font-size: 14px;
  font-weight: 600;
  line-height: 178%;
  /* 24.92px */
}
.wrap9 .wrap9-swiper .slide-btn img {
  display: inline-block;
  transition: all 0.3s;
}
.wrap9 .wrap9-swiper .slide-btn:hover img {
  transform: translateX(6px);
}
.wrap9 .wrap9-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}
.wrap9 .wrap9-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  background: rgba(27, 151, 253, 0.21);
  opacity: 1;
  transition: all 0.3s;
}
.wrap9 .wrap9-pagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 8px;
  background: #1b97fd;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .wrap7 .swiper-button-next {
    right: 0;
  }
  .wrap7 .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 996px) {
  .banner {
    padding: clamp(72px, 9vw, 110px) 0 clamp(54px, 7vw, 80px);
    background-position: center top;
  }
  .banner .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(24px, 5vw, 44px);
  }
  .banner .banner-info {
    flex: none;
    width: 100%;
    max-width: 680px;
  }
  .banner .banner-tip {
    justify-content: center;
  }
  .banner .banner-img {
    position: relative;
    top: auto;
    right: auto;
    width: min(76vw, 560px);
    max-width: 100%;
  }
  .banner .banner-btn {
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrap4 .wrap-list {
    margin: 28px auto 0;
    flex-direction: column;
    max-width: 340px;
  }
  .wrap5 .step-cont {
    gap: 20px;
  }
  .wrap6 .tech-list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 51px 0 0;
  }
  .banner .banner-tip {
    justify-content: left;
  }
  .banner .banner-tip img {
    width: 38px;
    height: 38px;
  }
  .banner .banner-tip span {
    margin-left: -28px;
    padding: 6px 62px 6px 34px;
    font-size: 18px;
  }
  .banner h1 {
    margin-top: 28px;
    font-size: 32px;
    text-align: left;
    line-height: 1.51;
  }
  .banner .banner-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
  .banner .banner-btn {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-top: 34px;
  }
  .banner .banner-btn .banner-win,
  .banner .banner-btn .banner-mac {
    width: min(162px, 100%);
    height: 46px;
    border-radius: 6px;
    border-width: 1px;
  }
  .banner .banner-btn .banner-win .text-box,
  .banner .banner-btn .banner-mac .text-box {
    padding: 0;
  }
  .banner .banner-btn .banner-win .text-box p,
  .banner .banner-btn .banner-mac .text-box p {
    margin-left: 8px;
  }
  .banner .banner-btn .banner-win .text-box p span:first-child,
  .banner .banner-btn .banner-mac .text-box p span:first-child {
    font-size: 12px;
    line-height: 1.2;
  }
  .banner .banner-btn .banner-win .text-box p span:last-child,
  .banner .banner-btn .banner-mac .text-box p span:last-child {
    font-size: 8px;
    margin-top: 0;
    text-align: left;
    line-height: 1.2;
  }
  .banner .banner-btn .banner-win .text-box .img-box {
    width: 22px;
    height: auto;
  }
  .banner .banner-btn .banner-mac .text-box .img-box {
    width: 19px;
    height: auto;
  }
  .banner .banner-img {
    width: min(86vw, 460px);
  }
  .banner .banner-img {
    display: none;
  }
  .banner .banner-mb {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 48px auto 0;
  }
  .wrap-tit {
    font-size: 32px;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #daedf5;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #0dabdc;
  }
  .wrap1 {
    margin-top: 102px;
  }
  .wrap1 .wrap-desc {
    font-size: 12px;
  }
  .wrap1 .help-cont {
    width: 340px;
    max-width: 100%;
    margin: 26px auto 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .wrap1 .help-cont .help-list {
    gap: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .wrap1 .help-cont .item-seal {
    padding: 0 16px;
  }
  .wrap1 .help-cont .help-item {
    box-sizing: border-box;
    width: 164px;
    height: auto;
    min-height: 125px;
    padding: 18px 12px 14px;
    border-radius: 8px;
  }
  .wrap1 .help-cont .item-text {
    padding: 10px;
  }
  .wrap1 .help-cont .item-text p {
    font-size: 10px;
    line-height: 1.2;
  }
  .wrap1 .help-cont .help-logo {
    width: auto;
    height: 52px;
    object-fit: contain;
  }
  .wrap1 .help-cont .help-tit {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.3;
  }
  .wrap1 .help-cont .help-logo {
    max-width: 46px;
    height: auto;
  }
  .wrap1 .help-cont .help-scrollbar {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100px;
    height: 8px;
    margin: 28px auto 0;
    background-color: #edf1f1;
    border-radius: 31px;
  }
  .wrap1 .help-cont .help-scrollbar .swiper-scrollbar-drag {
    background-color: #36c2df;
    border-radius: 31px;
  }
  .wrap2 {
    margin-top: 88px;
    padding: 48px 0 72px;
    background: #f4fbfe;
  }
  .wrap2 .wrap-desc {
    font-size: 12px;
    margin: 20px auto 0;
  }
  .wrap2 .recover-list {
    margin-top: 26px;
    gap: 32px;
  }
  .wrap2 .recover-list .recover-item {
    padding: 18px 24px 28px;
  }
  .wrap2 .recover-list .item-logo {
    width: 58px;
    height: 58px;
  }
  .wrap2 .recover-list .item-top {
    gap: 16px;
  }
  .wrap2 .recover-list .item-tit {
    font-size: 18px;
  }
  .wrap2 .recover-list .item-os {
    font-size: 14px;
  }
  .wrap2 .recover-list .item-desc {
    margin-top: 14px;
    font-size: 12px;
    min-height: 38px;
  }
  .wrap2 .recover-list .item-list {
    gap: 20px;
  }
  .wrap2 .recover-list .item-list li {
    gap: 10px;
    font-size: 12px;
  }
  .wrap2 .recover-list .item-list li img {
    width: 18px;
    height: 18px;
  }
  .wrap2 .recover-list .item-btn {
    padding: 13px 0;
    gap: 10px;
    font-size: 14px;
  }
  .wrap2 .recover-list .item-btn img {
    width: 20px;
    height: auto;
  }
  .wrap2 .wrap2-swiper {
    width: 340px;
    max-width: 100%;
    margin: 36px auto 0;
    padding-bottom: 48px;
  }
  .wrap2 .wrap2-swiper .swiper-wrapper {
    animation: none;
    gap: 0;
  }
  .wrap2 .wrap2-swiper .swiper-slide {
    width: 98px;
    min-height: 86px;
    padding: 12px 0 8px;
    border-radius: 10px;
  }
  .wrap2 .wrap2-swiper .swiper-slide img {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
  }
  .wrap2 .wrap2-swiper .slide-tit {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
  }
  .wrap2 .wrap2-swiper .wrap2-pagination {
    bottom: 0;
  }
  .wrap3 {
    margin-top: 80px;
  }
  .wrap3 .wrap3-swiper {
    margin: 40px auto 0;
    max-width: 345px;
    padding-bottom: 50px;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: stretch;
  }
  .wrap4 {
    margin-top: 108px;
  }
  .wrap5 {
    margin-top: 94px;
    padding: 56px 0 90px;
    background: url('../img/index/wrap5-mb.webp') no-repeat center / cover;
  }
  .wrap5 .wrap-desc {
    font-size: 12px;
  }
  .wrap5 .step-cont {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  .wrap5 .step-swiper {
    border-radius: 8px;
  }
  .wrap5 .step-swiper .swiper-slide {
    border-radius: 8px;
  }
  .wrap5 .step-swiper .swiper-slide img {
    border-radius: 8px;
    box-shadow: 0 2.076px 20.916px 1.557px rgba(65, 180, 252, 0.43);
  }
  .wrap5 .step-swiper .slide-info {
    display: block;
  }
  .wrap5 .step-swiper .slide-tit {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
    /* 27.2px */
  }
  .wrap5 .step-swiper .slide-desc {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
  }
  .wrap5 .step-list {
    display: none;
  }
  .wrap6 {
    margin-top: 126px;
  }
  .wrap6 .tech-list {
    margin-top: 36px;
    align-items: center;
  }
  .wrap6 .tech-list .tech-item {
    flex: none;
    max-width: 345px;
    width: 100%;
    padding: 22px 0 22px 22px;
  }
  .wrap6 .tech-list .tech-tit {
    font-size: 18px;
  }
  .wrap6 .tech-list .tech-li {
    margin-top: 20px;
    font-size: 12px;
  }
  .wrap6 .tech-list .tech-li p {
    margin-top: 16px;
  }
  .wrap7 {
    margin-top: 84px;
  }
  .wrap7 .logo-list {
    height: 56px;
  }
  .wrap7 .logo-list .list-swiper {
    gap: 20px;
  }
  .wrap7 .logo-list img {
    max-height: 30px;
  }
  .wrap7 .wrap7-swiper {
    margin-top: 30px;
  }
  .wrap7 .wrap7-swiper .item {
    gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 20px 86px;
  }
  .wrap7 .wrap7-swiper .slide-avatar {
    width: 74px;
    height: 74px;
  }
  .wrap7 .wrap7-swiper .slide-desc {
    min-height: 178px;
    font-size: 12px;
    text-align: center;
  }
  .wrap7 .wrap7-swiper .slide-star {
    width: 96px;
    height: auto;
    margin: 6px auto 14px;
  }
  .wrap7 .wrap7-swiper .desc-box {
    text-align: center;
  }
  .wrap7 .wrap7-swiper .slide-name {
    font-size: 14px;
  }
  .wrap7 .swiper-button-prev {
    width: 38px;
    height: 38px;
    left: 37%;
    bottom: 80px;
    top: auto;
  }
  .wrap7 .swiper-button-prev::after {
    font-size: 14px;
  }
  .wrap7 .swiper-button-next {
    width: 38px;
    height: 38px;
    right: 37%;
    bottom: 80px;
    top: auto;
  }
  .wrap7 .swiper-button-next::after {
    font-size: 14px;
  }
  .wrap9 .wrap-btn {
    display: none;
  }
  .wrap9 .wrap-tit {
    text-align: center;
  }
  .wrap9 .wrap-desc {
    font-size: 12px;
    text-align: center;
  }
  .wrap9 .wrap9-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(27, 151, 253, 0.21);
    opacity: 1;
  }
  .wrap9 .wrap9-pagination .swiper-pagination-bullet-active {
    width: 22px;
    height: 8px;
    background: #1b97fd;
  }
  .wrap9 .wrap9-swiper {
    margin-top: 24px;
    width: 100%;
    max-width: 345px;
  }
  .wrap8 .wrap-desc {
    font-size: 12px;
  }
  .wrap8 .faq-list .faq-item {
    padding: 12px 14px;
  }
  .wrap8 .faq-list .faq-item.active .faq-answer {
    padding-top: 10px;
  }
  .wrap8 .faq-list .faq-text {
    font-size: 16px;
    line-height: 161%;
  }
  .wrap8 .faq-list .faq-answer {
    font-size: 14px;
  }
}
