@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
body {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/640_sem/641-bg.png) no-repeat center fixed;
  background-size: cover;
}

.top-box {
  position: absolute;
  width: 100%;
  height: 64px;
}
.top-box .header-box {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .header-box img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  align-items: center;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  margin-bottom: 60px;
}
.banner-box h1 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.banner-box h1 span {
  margin-right: 20px;
  font-family: "Microsoft YaHei";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90deg, #5092F7 0%, #5478F6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box h2 {
  margin-top: 25px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box > img:last-of-type {
  width: 1000px;
}
.banner-box .download-btn {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 80px;
  margin-top: 52px;
  border-radius: 12px;
  background: linear-gradient(90deg, #5091F7 0%, #5479F6 100%);
  overflow: hidden;
  z-index: 2;
  text-decoration: none;
}
.banner-box .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 26.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  z-index: 2;
}
.banner-box .download-btn img {
  width: 36px;
  height: 36px;
  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;
}
.banner-box > div {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 391px;*/
  margin-top: 20px;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.bottom-message {
  width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  color: #5193F8;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.bottom-message::before {
  content: "";
  display: block;
  position: relative;
  bottom: 90px;
  width: 1200px;
  height: 1px;
  background: rgba(81, 147, 248, 0.25);
}

.footer-box {
  background: none !important;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.footer-box span {
  color: #5193F8 !important;
  font-size: 16px !important;
}
.footer-box span a {
  color: #5193F8 !important;
  font-size: 16px !important;
}

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