.banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 116px;
  padding-top: 35px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/540_wm/banner-bg-tiny.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.banner-box .banner-pic {
  max-width: 1000px;
  height: auto;
  margin: 60px 0 80px 0;
}
.banner-box .banner-pic img {
  max-width: 100%;
  height: auto;
}
.banner-box h1 {
  position: relative;
  margin-top: 88px;
  color: #010207;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  z-index: 2;
}
.banner-box h1 span {
  position: absolute;
  right: -1px;
  top: -24px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #4D1F00 0%, #B34800 40.9%, #4D1F00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.banner-box h1::after {
  position: absolute;
  right: -18px;
  top: -36px;
  content: "";
  width: 100px;
  height: 53.164px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/540_wm/tips-bg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.banner-box h2 {
  position: relative;
  margin-top: 16px;
  background: linear-gradient(91deg, #010207 5%, #1250FF 40.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}
.banner-box h2::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  content: "";
  width: 189px;
  height: 35px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/540_wm/banner-h2-bg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.banner-box ul {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 35px;
}
.banner-box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner-box ul li span {
  color: #010207;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
.banner-box .download-box {
  display: flex;
  gap: 32px;
  margin-top: 50px;
}
.banner-box .download-box > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 240px;
  height: 61px;
  border-radius: 30.6px;
  overflow: hidden;
}
.banner-box .download-box > a:first-of-type {
  background: #010101;
}
.banner-box .download-box > a:first-of-type i {
  position: absolute;
  top: -93px;
  width: 122.264px;
  height: 122.264px;
  flex-shrink: 0;
  border-radius: 122.264px;
  background: #3757DB;
  filter: blur(41.3915100098px);
  z-index: 1;
}
.banner-box .download-box > a:last-of-type {
  background: #009BFF;
}
.banner-box .download-box > a:last-of-type i {
  position: absolute;
  top: -93px;
  width: 122.264px;
  height: 122.264px;
  flex-shrink: 0;
  border-radius: 122.264px;
  background: #00EAFF;
  filter: blur(41.3915100098px);
  z-index: 1;
}
.banner-box .download-box > a span {
  position: relative;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20.377px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.611px;
  z-index: 2;
}
.banner-box .download-box > a img {
  position: relative;
  z-index: 2;
}
.banner-box .download-box + p {
  margin-top: 28px;
  color: #010207;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}

.func-box .func-item {
  padding: 55px 0 30px 0;
}
.func-box .func-item h1 {
  color: #A7CAE9;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
}
.func-box .func-item h1 + p {
  margin-top: 9px;
  color: #A7CAE9;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.func-box .func-item:nth-of-type(1) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/540_wm/func-bg1.png) no-repeat center;
  background-size: cover;
}
.func-box .func-item:nth-of-type(1) .func-content .func-left ul {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 39px;
}
.func-box .func-item:nth-of-type(1) .func-content .func-left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7.867px;
  background: linear-gradient(123deg, rgb(79, 255, 161), rgb(0, 251, 255), rgb(0, 148, 255), rgb(157, 0, 255));
  color: #00D4FF;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.9px;
}
.func-box .func-item:nth-of-type(1) .func-content .func-left ul li span {
  margin: 1px;
  padding: 10px 14px;
  box-sizing: border-box;
  border-radius: 7.867px;
  background: rgb(21, 21, 21);
}
.func-box .func-item:nth-of-type(2) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/540_wm/func-bg2.png) no-repeat center;
  background-size: cover;
}
.func-box .func-item:nth-of-type(2) .func-content {
  justify-content: space-evenly;
}
.func-box .func-item:nth-of-type(2) .func-content .func-left ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.func-box .func-item:nth-of-type(2) .func-content .func-left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 68px;
  border-radius: 36.397px;
  background: rgba(255, 255, 255, 0.13);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.05px;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.func-box .func-item:nth-of-type(2) .func-content .func-left ul li.active {
  background: linear-gradient(97deg, #0096FF 60.63%, #00D0FF 101.45%);
}
.func-box .func-item:nth-of-type(2) .func-content .func-right img {
  display: none;
}
.func-box .func-item:nth-of-type(2) .func-content .func-right img.active {
  display: block;
  width: 760px;
  height: 552px;
}
.func-box .func-item:nth-of-type(3) {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/540_wm/func-bg1.png) no-repeat center;
  background-size: cover;
}
.func-box .func-item:nth-of-type(3) .func-content .func-left ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.func-box .func-item:nth-of-type(3) .func-content .func-left ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75px;
  gap: 11px;
}
.func-box .func-item:nth-of-type(3) .func-content .func-left ul li img {
  width: 35.72px;
  height: 35.72px;
}
.func-box .func-item:nth-of-type(3) .func-content .func-left ul li span {
  color: #36ABFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.func-box .func-item:nth-of-type(3) .func-content .func-right img {
  width: 720px;
  height: auto;
}
.func-box .func-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 20px auto 0 auto;
}
.func-box .func-content .func-left h2 {
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(114deg, #07FFEA 2.37%, #36ABFF 30.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.func-box .func-content .func-left p {
  width: 379px;
  margin-top: 32px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  opacity: 0.7;
}

.assess-box {
  padding: 66px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/540_wm/bottom-bg-tiny.png) no-repeat center;
  background-size: cover;
}
.assess-box h1 {
  color: #A7CAE9;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
}
.assess-box h1 + p {
  margin-top: 9px;
  color: #A7CAE9;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.assess-box .swiper-container {
  width: 1200px;
  margin: 88px auto 0 auto;
}
.assess-box .swiper-slide ul {
  display: flex;
  justify-content: space-between;
}
.assess-box .swiper-slide ul li {
  width: 365px;
  height: 300px;
  box-sizing: border-box;
  padding: 40px 28px 0 28px;
  border-radius: 19px;
  border: 0.61px solid rgba(214, 252, 232, 0.55);
  background: linear-gradient(91deg, rgba(48, 48, 66, 0.45) 0.83%, rgba(48, 48, 66, 0.36) 47.83%, rgba(84, 56, 87, 0.18) 100%, rgba(48, 48, 66, 0.18) 100%);
  box-shadow: 0px 2.439px 2.439px 0px rgba(255, 255, 255, 0.33) inset;
  backdrop-filter: blur(12.1956281662px);
}
.assess-box .swiper-slide ul li .assess-item {
  display: flex;
  align-items: center;
}
.assess-box .swiper-slide ul li .assess-item > img {
  width: 74px;
  height: 74px;
}
.assess-box .swiper-slide ul li .assess-info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-left: 15px;
}
.assess-box .swiper-slide ul li .assess-info h2 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .swiper-slide ul li .assess-info img {
  width: 152px;
  height: 24px;
  flex-shrink: 0;
}
.assess-box .swiper-slide ul li p {
  padding-top: 50px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-box .bottom-download-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
}
.assess-box .bottom-download-box h2 {
  color: #010207;
  font-family: "Source Han Sans SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
.assess-box .bottom-download-box h2 span {
  position: relative;
  color: #1250FF;
  font-family: "Source Han Sans SC";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.38px;
}
.assess-box .bottom-download-box h2 span > img:last-of-type {
  position: absolute;
  right: -20px;
  top: -22px;
  width: 37.5px;
  height: 35px;
}
.assess-box .bottom-download-box .download-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 240px;
  height: 61px;
  border-radius: 30.6px;
  overflow: hidden;
  background: #010101;
}
.assess-box .bottom-download-box .download-btn i {
  position: absolute;
  top: -93px;
  width: 122.264px;
  height: 122.264px;
  flex-shrink: 0;
  border-radius: 122.264px;
  background: #3757DB;
  filter: blur(41.3915100098px);
  z-index: 1;
}
.assess-box .bottom-download-box .download-btn span {
  position: relative;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20.377px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.611px;
  z-index: 2;
}
.assess-box .bottom-download-box .download-btn > img {
  position: relative;
  z-index: 2;
}

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