@font-face {
  font-family: "DingTalk JinBuTi";
  src: url("/font/DingTalk-JinBuTi.woff2") format("woff2");
}
@keyframes spread {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.top-box {
  position: absolute;
  width: 100%;
  height: 70px;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #222;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 36px;
}
.top-box .header-box .header-right > a {
  display: inline-flex;
  padding: 12px 24px 12px 22px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6.043px;
  border: 1px solid rgb(0, 120, 232);
}
.top-box .header-box .header-right > a span {
  color: #0078E8;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-right > a img {
  width: 22px;
  height: 22px;
}
.top-box .header-box .header-right > a img:first-of-type {
  display: block;
}
.top-box .header-box .header-right > a img:last-of-type {
  display: none;
}
.top-box .header-box .header-right > a:hover {
  padding: 13px 25px 13px 23px;
  border-radius: 6.043px;
  background: radial-gradient(142.05% 121.32% at 6.07% 8.73%, #44C7FF 0%, rgba(0, 95, 184, 0) 100%), #0078E8;
  border: none;
}
.top-box .header-box .header-right > a:hover img:first-of-type {
  display: none;
}
.top-box .header-box .header-right > a:hover img:last-of-type {
  display: block;
}
.top-box .header-box .header-right > a:hover span {
  color: #FFF;
}
.top-box .header-box .header-right > a:active {
  border-radius: 6.043px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), radial-gradient(142.05% 121.32% at 6.07% 8.73%, #44C7FF 0%, rgba(0, 95, 184, 0) 100%), #0078E8;
  border: none;
}
.top-box .header-box .header-right > a:active img:first-of-type {
  display: none;
}
.top-box .header-box .header-right > a:active img:last-of-type {
  display: block;
}
.top-box .header-box .header-right > a:active span {
  color: #FFF;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
  margin: 0 auto;
}
.top-box .hidden-header-box .hidden-header-content .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 36px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a {
  display: inline-flex;
  padding: 12px 24px 12px 22px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6.043px;
  border: 1px solid rgb(0, 120, 232);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a span {
  color: #0078E8;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a img {
  width: 22px;
  height: 22px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a img:first-of-type {
  display: block;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a img:last-of-type {
  display: none;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover {
  padding: 13px 25px 13px 23px;
  background: radial-gradient(142.05% 121.32% at 6.07% 8.73%, #44C7FF 0%, rgba(0, 95, 184, 0) 100%), #0078E8;
  border: none;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover img:first-of-type {
  display: none;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover img:last-of-type {
  display: block;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover span {
  color: #FFF;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), radial-gradient(142.05% 121.32% at 6.07% 8.73%, #44C7FF 0%, rgba(0, 95, 184, 0) 100%), #0078E8;
  border: none;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:active img:first-of-type {
  display: none;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:active img:last-of-type {
  display: block;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:active span {
  color: #FFF;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

.banner-box {
  background: url(/images/banner-bg-tiny.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  min-height: 880px;
  box-sizing: border-box;
  padding-top: 147px;
  padding-bottom: 33px;
}
.banner-box .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box .banner-content h1 {
  background: linear-gradient(90deg, #0078E8 26.49%, #00284D 66.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei UI";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.06px;
}
.banner-box .banner-content .banner-text > p {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
}
.banner-box .banner-content .banner-text > p:first-of-type {
  margin-top: 25px;
}
.banner-box .banner-content .banner-text > p:last-of-type {
  margin-top: 10px;
}
.banner-box .banner-content ul:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  gap: 60px;
  margin-top: 46px;
  padding: 24px 0;
  border-radius: 400px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.15) 50.48%, rgba(255, 255, 255, 0.06) 100%);
  backdrop-filter: blur(10px);
}
.banner-box .banner-content ul:first-of-type li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.banner-box .banner-content ul:first-of-type li img {
  width: auto;
  height: 50px;
}
.banner-box .banner-content ul:first-of-type li span {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
}
.banner-box .banner-content ul:last-of-type {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 17px 0 48px 0;
}
.banner-box .banner-content ul:last-of-type li {
  display: flex;
  gap: 4px;
  align-items: center;
}
.banner-box .banner-content ul:last-of-type li img {
  width: 22px;
  height: 22px;
}
.banner-box .banner-content ul:last-of-type li span {
  color: #666;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content ul:last-of-type ~ p {
  color: rgba(34, 34, 34, 0.45);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.banner-box .banner-content ul:last-of-type ~ p:first-of-type {
  margin-top: 48px;
}
.banner-box .banner-content .download-number {
  margin-top: 46px;
  color: #00284D;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .download-number span {
  margin: 0 10px;
  background: linear-gradient(105deg, #FF8228 18.88%, #FF5938 92.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box .banner-content .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 438px;
  height: 94px;
  margin-top: 29px;
  background: radial-gradient(156.29% 133.28% at -1% 4%, #44C7FF 0%, rgba(0, 95, 184, 0) 100%), #0078E8;
  border: 2px solid #72DCFF;
  border-radius: 10.8px;
}
.banner-box .banner-content .download-btn img {
  width: 30px;
  height: 30px;
}
.banner-box .banner-content .download-btn span:first-of-type {
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner-box .banner-content .download-btn span:last-of-type {
  position: absolute;
  right: -11px;
  top: 9px;
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  transform: rotate(44deg);
  z-index: 2;
}
.banner-box .banner-content .download-btn::after {
  position: absolute;
  right: -10px;
  top: -7px;
  width: 83.534px;
  height: 76.025px;
  content: "";
  background: url(/images/tips-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.banner-box .banner-content .download-btn > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 438px;
  height: 94px;
  overflow: hidden;
  pointer-events: none;
}
.banner-box .banner-content .download-btn > div i {
  position: absolute;
  bottom: -174px;
  width: 438px;
  height: 438px;
  background: rgba(255, 255, 255, 0.15);
  animation: spread 1.5s linear infinite;
  border-radius: 50%;
  z-index: -1;
}
.banner-box .banner-content .download-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), radial-gradient(142.05% 121.32% at 6.07% 8.73%, #44C7FF 0%, rgba(0, 95, 184, 0) 100%), #0078E8;
}
.banner-box .banner-content .download-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), radial-gradient(142.05% 121.32% at 6.07% 8.73%, #44C7FF 0%, rgba(0, 95, 184, 0) 100%), #0078E8;
}

.swiper-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 88px;
}
.swiper-box h1 {
  margin-top: 80px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.16px;
}
.swiper-box h1 span {
  font-family: "Microsoft YaHei UI";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.16px;
  background: linear-gradient(90deg, #329BFC 26.49%, #0078E8 66.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper-box h1 + p {
  margin-top: 11px;
  color: rgba(0, 0, 0, 0.35);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15rem;
}
.swiper-box ul {
  position: relative;
  display: flex;
  align-self: center;
  width: 1200px;
  margin-top: 94px;
  padding-bottom: 29px;
  justify-content: space-around;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 10px;
}
.swiper-box ul li {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.swiper-box ul li p {
  color: #1788F2;
  text-align: center;
  font-family: "Alibaba PuHuiTi";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0.96px;
}
.swiper-box ul li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: linear-gradient(180deg, #FFF 16.67%, #DAECFF 100%);
  text-align: center;
  font-family: "DingTalk JinBuTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.72px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.swiper-box ul li span::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: linear-gradient(200deg, #6ECAFF -0.66%, #0078E8 72.24%);
  border-radius: 50%;
  z-index: -1;
}
.swiper-box ul .blue-bar {
  position: absolute;
  bottom: -2px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(270deg, #6ECAFF -2.5%, #0078E8 97.58%);
  transition: all 0.3s ease-in-out;
}
.swiper-box .swiper-container {
  width: 1077px;
  height: 574px;
  margin-top: 50px;
  background: url(/images/swiper-bg-tiny.png) no-repeat center center;
  background-size: cover;
}
.swiper-box .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-box .swiper-container img {
  width: 800px;
  height: auto;
}

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