.top-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 80px;
  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;
}
.top-box .header-box .header-left .logo {
  height: 60px;
  box-shadow: 0 1px 4px 0 rgba(143, 165, 242, 0.25);
  border-radius: 10px;
}
.top-box .header-box .header-left > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-box .header-box .header-left > div p {
  color: #009DFF;
  font-family: "Microsoft YaHei UI";
  font-size: 12px;
  font-weight: 550;
  font-style: normal;
  font-weight: 290;
  line-height: normal;
  letter-spacing: 3.84px;
}
.top-box .header-box .header-left > div span {
  color: #009DFF;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .header-box .header-right {
  width: 537px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-box .header-box .header-right a {
  color: #5A5A5A;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  transition: transform 0.2s, color 0.2s;
}
.top-box .header-box .header-right a:hover {
  color: #009AFF;
  transform: scale(1.12);
  font-weight: 700;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}
.top-box .hidden-header-box .footer-downloadBox {
  background: #FFF;
  box-shadow: 1px -2px 10px 0px rgba(158, 158, 158, 0.19);
  height: 80px;
  width: 100%;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left img {
  height: 60px;
  margin-right: 16px;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(143, 165, 242, 0.25);
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left > div p {
  color: #009DFF;
  font-family: "Microsoft YaHei UI";
  font-size: 12px;
  font-weight: 550;
  font-style: normal;
  font-weight: 290;
  line-height: normal;
  letter-spacing: 3.84px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left > div span {
  color: #009DFF;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .header-right {
  width: 537px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .header-right a {
  color: #5A5A5A;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  transition: transform 0.2s, color 0.2s;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .header-right a:hover {
  color: #009AFF;
  transform: scale(1.12);
  font-weight: 700;
}

.home {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/886_sem/bg.png) no-repeat;
  background-size: cover;
  height: 760px;
  padding-top: 115px;
  box-sizing: border-box;
}
.home .home-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
}
.home .home-content .left {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 510px;
}
.home .home-content .left .left-title {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 123, 237, 0.25);
  font-family: "Douyin Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 519px;
  white-space: nowrap;
  text-align: center;
}
.home .home-content .left .left-subtitle {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
  width: 483px;
}
.home .home-content .left .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
  height: 66px;
  width: 463px;
}
.home .home-content .left a {
  display: flex;
  width: 218px;
  justify-content: center;
  align-items: center;
  height: 66px;
  border-radius: 54.694px;
  border: 0.816px solid #2396FB;
  background: #FFF;
  box-shadow: 0 3.265px 8.163px 0 rgba(255, 255, 255, 0.25) inset, 0 1.633px 5.714px 0 rgba(0, 157, 255, 0.29);
}
.home .home-content .left a img {
  height: 20px;
}
.home .home-content .left a p {
  text-shadow: 0 3.265px 3.265px rgba(156, 232, 232, 0.25);
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(96deg, #0FBBFF -15.28%, #08F 66.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 13px;
}
.home .home-content .left a:hover {
  background: #D1E4FF;
}
.home .home-content .left .left-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 519px;
  margin-top: 80.3px;
}
.home .home-content .left .left-icon .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .home-content .left .left-icon .icon-item img {
  width: 70.213px;
  height: 70.213px;
}
.home .home-content .left .left-icon .icon-item span {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16.789px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16.7px;
}
.home .home-content .right {
  width: 700px;
  transform: translateX(10px);
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 91.1px;
  padding-bottom: 161.1px;
}
.banner .banner-title {
  display: flex;
  align-items: center;
}
.banner .banner-title p {
  color: #0D0B4A;
  font-family: "Douyin Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner .banner-title span {
  background: linear-gradient(90deg, #019FFF 61.06%, #0763FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Douyin Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner .banner-subtitle {
  color: #939393;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20.5px;
}

.func-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 830px;
}
.func-box h2 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Douyin Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box .func-tabs {
  display: flex;
  width: 1200px;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.func-box .func-tabs > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 400px;
  cursor: pointer;
}
.func-box .func-tabs > div span {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  background: #A3DFFF;
}
.func-box .func-tabs > div p {
  color: #939393;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.func-box .func-tabs > div.active {
  position: relative;
}
.func-box .func-tabs > div.active::after {
  content: "";
  position: absolute;
  bottom: -21px;
  width: 238px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #019dff, #71ceff);
}
.func-box .func-tabs > div.active span {
  width: 48px;
  height: 48px;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(155deg, #0FF 3.49%, #7A41FF 83.9%);
}
.func-box .func-tabs > div.active p {
  background: linear-gradient(161deg, #1B7EE9 35.51%, #6107B5 140.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.func-box .func-content {
  width: 1200px;
  margin: 80px auto 0;
}
.func-box .func-content .swiper-container {
  width: 100%;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.func-box .func-content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 952px;
  height: 558.069px;
}

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