@charset "UTF-8";
.top-box {
  width: 100%;
  height: 66px;
  background: #fff;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 66px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  z-index: 4;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #4d5e90;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-box .header-box .header-right p {
  font-size: 16px;
  color: #585e68;
}
.top-box .header-box .header-right .download-btn {
  padding: 10px 25px;
  border-radius: 8px;
  border: 1px solid #0098fd;
  background-color: #fff;
}
.top-box .header-box .header-right .download-btn:hover {
  background: #0098fd;
}
.top-box .header-box .header-right .download-btn:hover span {
  color: #fff;
}
.top-box .header-box .header-right .download-btn span {
  position: relative;
  color: #0098fd;
  font-size: 16px;
  z-index: 2;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
.top-box .hidden-header-box .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 66px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #4d5e90;
  font-size: 18px;
}
.top-box .hidden-header-box .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-box .hidden-header-box .header-right p {
  font-size: 16px;
  color: #585e68;
}
.top-box .hidden-header-box .header-right .download-btn {
  padding: 10px 25px;
  border-radius: 8px;
  border: 1px solid #0098fd;
}
.top-box .hidden-header-box .header-right .download-btn span {
  position: relative;
  color: #0098fd;
  font-size: 16px;
  z-index: 2;
}
.top-box .hidden-header-box .header-right .download-btn:hover {
  background: #0098fd;
}
.top-box .hidden-header-box .header-right .download-btn:hover span {
  color: #fff;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

.banner-box {
  background: linear-gradient(90deg, #e2eeff 0%, #e7f8ff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto; /* 确保在大屏幕上水平居中 */
}
.banner-box .banner-left {
  margin-right: -83px;
  margin-top: 110px;
  z-index: 2;
}
.banner-box .banner-left h2 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
.banner-box .banner-left p {
  width: 566px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 39.6px */
  margin-bottom: 40px;
}
.banner-box .banner-left ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 42px;
}
.banner-box .banner-left ul li {
  display: flex;
  align-items: center;
}
.banner-box .banner-left ul li img {
  margin-right: 12px;
}
.banner-box .banner-left ul li span {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  opacity: 0.8;
}
.banner-box .banner-left .tag-list {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
.banner-box .banner-left .tag-list .tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-box .banner-left .tag-list .tag img {
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.banner-box .banner-left .tag-list .tag span {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  opacity: 0.5;
}
.banner-box .banner-right {
  position: relative;
  margin-top: 126px;
}
@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes wave1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.banner-box .banner-right .banner1 {
  width: 618.658px;
  height: 378px;
  border-radius: 3.712px;
  background: #fff;
  box-shadow: 0px 0px 33.6px 0px rgba(0, 0, 0, 0.2);
}
.banner-box .banner-right .scan {
  position: absolute;
  width: 79px;
  height: 79px;
  right: 212px;
  top: 151px;
  animation: revolve 2s linear infinite;
  transform-origin: 37px 45.5px;
}
@keyframes revolve {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-box .banner-right .banner2 {
  position: absolute;
  top: 208px;
  left: -80px;
  width: 335.021px;
  height: 235px;
  filter: drop-shadow(0px 0px 32.628px rgba(0, 0, 0, 0.2));
  border-radius: 4.204px;
  animation: wave 2s ease-in-out infinite;
}
.banner-box .banner-right .banner3 {
  position: absolute;
  top: 160px;
  right: -79px;
  width: 267.084px;
  height: 296.972px;
  border-radius: 3.815px;
  background: #fff;
  box-shadow: 0px 0px 33.002px 0px rgba(0, 0, 0, 0.2);
  animation: wave1 2s ease-in-out infinite;
}
@media (max-width: 1440px) {
  .banner-box .banner-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .banner-box .banner-left {
    margin-right: 0;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .banner-box .banner-left h2,
  .banner-box .banner-left p,
  .banner-box .banner-left ul {
    text-align: center;
  }
  .banner-box .banner-right {
    margin-top: 40px;
    width: 100%; /* 宽度占满容器 */
    max-width: 600px; /* 最大宽度限制 */
  }
  .banner-box .tag-list {
    justify-content: center;
  }
}
.banner-box .banner-bottom {
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 41px;
}
.banner-box .banner-bottom .system-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.banner-box .banner-bottom .system-info span {
  color: #585e68;
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
}
.banner-box .banner-bottom .count {
  display: flex;
  gap: 60px;
}
.banner-box .banner-bottom .count .user-count,
.banner-box .banner-bottom .count .download-count {
  display: flex;
  align-items: baseline;
  color: #343942;
  opacity: 0.8;
  font-size: 20px;
}
.banner-box .banner-bottom .count .user-count .label,
.banner-box .banner-bottom .count .download-count .label {
  margin-right: 8px;
}
.banner-box .banner-bottom .count .user-count .number,
.banner-box .banner-bottom .count .download-count .number {
  font-size: 30px;
  font-weight: 700;
  background: #017fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 4px;
  line-height: 100%;
}
.banner-box .banner-bottom .count .user-count .unit,
.banner-box .banner-bottom .count .download-count .unit {
  font-size: 20px;
}

.brand-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.brand-box h1 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  margin-bottom: 70px;
}
.brand-box .brand-content {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.brand-box .brand-content .download-li:nth-child(1) .img img {
  width: 29.867px;
  height: 29.867px;
}
.brand-box .brand-content .download-li:nth-child(2) .img img {
  width: 44.728px;
  height: 28px;
}
.brand-box .brand-content .download-li:nth-child(3) .img img {
  width: 66.082px;
  height: 31px;
}
.brand-box .brand-content .download-li:nth-child(4) .img img {
  width: 64px;
  height: 48px;
}
.brand-box .brand-content .download-li:nth-child(5) .img img {
  width: 52px;
  height: 26px;
}
.brand-box .brand-content .download-li:nth-child(6) .img img {
  width: 58px;
  height: 49px;
}
.brand-box .brand-content .download-li:nth-child(7) .img img {
  width: 60px;
  height: 38px;
}
.brand-box .brand-content .download-li:nth-child(8) .img img {
  width: 57px;
  height: 31.6px;
}
.brand-box .brand-content .download-li:nth-child(9) .img img {
  width: 58px;
  height: 44px;
}
.brand-box .brand-content .download-li:nth-child(10) .img img {
  width: 69px;
  height: 13px;
}
.brand-box .brand-content .download-li {
  display: flex;
  align-items: center;
  width: 199px;
  height: 80px;
  border-radius: 6px;
  border: 0.5px solid #f2f3fa;
  background: #f3f5f9;
  cursor: pointer;
}
.brand-box .brand-content .download-li:hover {
  border: 0.5px solid #017fff;
  background: rgba(1, 127, 255, 0.1);
}
.brand-box .brand-content .download-li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 48px;
  background: #fff;
  margin: 0 10px;
}
.brand-box .brand-content .download-li span {
  color: #1f2026;
  font-family: "Microsoft YaHei UI";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.steps-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.steps-box h1 {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  margin-bottom: 100px;
}
.steps-box .steps-content .nav {
  width: 1200px;
  border-bottom: 1px solid #dedede;
  display: flex;
  margin-bottom: 75px;
}
.steps-box .steps-content .nav li {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  gap: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
.steps-box .steps-content .nav li.active {
  border-bottom: 2px solid #017fff;
}
.steps-box .steps-content .nav li span {
  color: #017fff;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.steps-box .steps-content .nav li .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #017fff;
  box-sizing: border-box;
}
.steps-box .steps-content .nav li .circle span {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
}
.steps-box .steps-content .pic-list {
  display: flex;
  justify-content: center;
}
.steps-box .steps-content .pic-list img {
  display: none;
}
.steps-box .steps-content .pic-list img.active {
  display: block;
}

.choose-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}
.choose-box h1 {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  margin-top: 85px;
  margin-bottom: 70px;
}
.choose-box .choose-content {
  display: flex;
  gap: 44px;
}
.choose-box .choose-content li {
  width: 358px;
  height: 410px;
  border-radius: 14px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.choose-box .choose-content li .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #e6f2ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 57px;
}
.choose-box .choose-content li .icon img {
  width: 50px;
  height: 50px;
}
.choose-box .choose-content li span {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
  margin-bottom: 47px;
}
.choose-box .choose-content li p {
  width: 313px;
  color: #595959;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.download-wrapper {
  position: relative;
  display: inline-block;
  width: 228px;
  height: 54px;
  overflow: hidden;
}
.download-wrapper .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  background: #017fff;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
}
.download-wrapper .download-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), radial-gradient(60.2% 70.88% at -1.83% -4.11%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #15b5ff;
}
.download-wrapper .download-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), radial-gradient(60.2% 70.88% at -1.83% -4.11%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #15b5ff;
}
.download-wrapper .download-btn img.download-icon {
  width: 30px;
  height: 30px;
}
.download-wrapper .download-btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Microsoft YaHei UI";
}
@keyframes rippleExpand {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 306px;
    height: 306px;
  }
}
.download-wrapper .ripple-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rippleExpand 1s linear infinite;
  pointer-events: none;
  z-index: 1;
}

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