.top-box {
  position: absolute;
  width: 100%;
  height: 66px;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1240px;
  height: 66px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 4;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #45505D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.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: 1240px;
  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: #45505D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.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: #000;
}
.top-box .hidden-header-box .header-right .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 36px;
  background: linear-gradient(272.84deg, #4f98fe 1.43%, #5e4ffe 78.26%, #894ffe 112.07%);
  border-radius: 77px;
}
.top-box .hidden-header-box .header-right .download-btn img {
  margin-right: 14px;
  width: 32px;
}
.top-box .hidden-header-box .header-right .download-btn span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
}
.top-box .hidden-header-box img {
  width: 40px;
  height: 40px;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 125px 0;
  background: linear-gradient(180deg, rgba(97, 190, 235, 0.25) -10.56%, rgba(255, 255, 255, 0.25) 80.1%);
}
.banner-box > img {
  width: 850px;
  height: auto;
}
.banner-box h1 {
  margin-top: 12px;
  color: #45505D;
  font-family: "Microsoft YaHei";
  font-size: 69.939px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box h1 + p {
  margin-top: 21px;
  color: #626870;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.21px;
}
.banner-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 316px;
  height: 78px;
  margin-top: 40px;
  gap: 12px;
  border-radius: 7px;
  border: 1px solid #89C0FF;
  background: linear-gradient(180deg, #51A6FF 13.24%, #2783FE 100%);
  transition: transform 0.5s ease;
}
.banner-box .download-btn:hover {
  transform: translateY(-12px);
}
.banner-box .download-btn > img {
  width: 19px;
  height: auto;
}
.banner-box .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 26.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .download-btn + p {
  margin-top: 16px;
  color: #808891;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.14px;
}
.banner-box > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1100px;
  gap: 16px;
  margin-top: 80px;
}
.banner-box > ul li {
  width: 350px;
  height: 138px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #B7B7B7;
  background: rgba(255, 255, 255, 0.26);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.banner-box > ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-box > ul li:hover {
  transform: translateY(-10px);
  box-shadow: 4px 4px 4px 1px rgba(30, 24, 148, 0.05);
}
.banner-box > ul li img {
  width: 80px;
  height: 80px;
}
.banner-box > ul li .intro-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner-box > ul li .intro-text h2 {
  color: #464646;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.18px;
}
.banner-box > ul li .intro-text p {
  width: 200px;
  color: #595959;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
}

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