@font-face {
  font-family: "Douyin Sans";
  src: local("Microsoft YaHei UI");
}

@keyframes spread {
  from {
    scale: 0;
  }

  to {
    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: #0e0e0e;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 49px;
}

.top-box .header-box .header-right>a {
  color: #3d3d3d;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-box .header-box img {
  height: 35px;
  width: auto;
}

.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: #0e0e0e;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 49px;
}

.top-box .hidden-header-box .hidden-header-content .header-right>a {
  color: #3d3d3d;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-box .hidden-header-box img {
  height: 35px;
  width: auto;
}

.banner-box .download-box {
  display: flex;
  gap: 100px;
}

.func-box .download-box {
  display: flex;
  gap: 40px;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  background: #e7f1ff;
}

.banner-box .banner-title {
  position: relative;
  display: flex;
  gap: 10px;
}

.banner-box .banner-title img {
  height: 77px;
  width: auto;
}

.banner-box .banner-title h1 {
  color: #222;
  text-align: center;
  font-family: "Douyin Sans";
  font-size: 78px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: 7.8px;
}

.banner-box .banner-title span {
  position: absolute;
  right: -63px;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127.5px;
  height: 39px;
  border-radius: 12px 12px 12px 0;
  background: linear-gradient(0deg, #217eff 0%, #217eff 100%), linear-gradient(91deg, #31b0ff 0.89%, #7442ff 121.04%);
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-box h2 {
  margin-top: 34px;
  color: #333;
  text-align: center;
  font-family: "Douyin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner-box ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 15px 32px;
  margin-top: 45px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.4%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

.banner-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}

.banner-box ul li img {
  width: 46px;
  height: 46px;
}

.banner-box ul li p {
  color: #666;
  font-family: "Alibaba PuHuiTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-box>img {
  width: 1200px;
}

.banner-box .download-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  width: 320px;
  height: 80px;
  margin-top: 75px;
  border-radius: 16px;
  background: linear-gradient(90deg, #5091f7 0%, #5479f6 100%);
  overflow: hidden;
  z-index: 2;
}

.banner-box .download-btn:active {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #5b76fe;
}

.banner-box .download-btn span {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 2;
}

.banner-box .download-btn img {
  width: 32px;
  height: 32px;
  z-index: 2;
}

.banner-box .download-btn i {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgb(70, 115, 255);
  animation: spread 2s ease-in-out infinite;
  z-index: 1;
}

.func-box .func-item {
  width: 100%;
}

.func-box .func-item .func-content-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0;
}

.func-box .func-item .func-content-box>img {
  height: 460px;
  width: auto;
}

.func-box .func-item .func-content {
  width: 473px;
  height: 258px;
  padding-top: 75px;
}

.func-box .func-item .func-content h1 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5px;
}

.func-box .func-item .func-content h1 span {
  color: #5b76fe;
  font-family: "Microsoft YaHei UI";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5px;
}

.func-box .func-item .func-content p {
  width: 95%;
  margin-top: 12px;
  color: #666;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.func-box .func-item .func-content .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 223px;
  height: 68px;
  margin-top: 86px;
  border-radius: 16px;
  background: #5b76fe;
}

.func-box .func-item .func-content .download-btn img {
  width: 29px;
  height: 29px;
}

.func-box .func-item .func-content .download-btn span {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.func-box .func-item .func-content .download-btn:hover {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #5b76fe;
}

.func-box .func-item .func-content .download-btn:active {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #5b76fe;
}

.func-box .func-item:nth-of-type(2) {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4ff 100%);
  background-size: cover;
}

.func-box .func-item:nth-of-type(4) {
  background: linear-gradient(180deg, #f3f7ff 0%, #e9efff 100%);
  background-size: cover;
}

.bottom-box p {
  width: 1200px;
  margin: 24px auto;
  color: #999;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Download progress overlay */
.download-progress-panel {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 18, 38, 0.58);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.download-progress-panel.show {
  opacity: 1;
  visibility: visible;
}

.download-progress-card {
  width: 520px;
  padding: 44px 46px 38px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.download-progress-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(180deg, #F3F7FF 0%, #E8F0FF 100%);
}

.download-progress-icon img {
  max-width: 80px;
  max-height: 60px;
  object-fit: contain;
}

.download-progress-title {
  font-size: 30px;
  line-height: 38px;
  color: #133C8A;
  font-weight: 700;
  margin-bottom: 10px;
}

.download-progress-desc {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-bottom: 30px;
}

.download-progress-bar {
  width: 100%;
  height: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: #EDF1F8;
}

.download-progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0754BA 0%, #4F52C1 100%);
  transition: width 0.2s ease;
}

.download-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  color: #666;
  font-size: 16px;
}

.download-progress-percent {
  color: #0754BA;
  font-size: 24px;
  font-weight: 700;
}

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