@keyframes scanner-bar1 {
  0% {
    top: 95%;
  }
  100% {
    top: 0%;
  }
}
@keyframes scanner-bar1-back {
  0% {
    top: 0%;
  }
  100% {
    top: 95%;
  }
}
@keyframes scanner-bar2 {
  0% {
    top: 99%;
  }
  100% {
    top: -12px;
  }
}
@keyframes scanner-bar2-back {
  0% {
    top: -12px;
  }
  100% {
    top: 95%;
  }
}
@keyframes scanner-bar3 {
  0% {
    top: 99%;
  }
  100% {
    top: -74px;
  }
}
@keyframes scanner-bar3-back {
  0% {
    top: -74px;
  }
  100% {
    top: 99%;
  }
}
@keyframes spread {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.download-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.download-btn > i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: spread 1.5s infinite both;
  z-index: 1;
}

.banner-box {
  padding-bottom: 100px;
  padding-top: 118px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/250_wm/banner-bg.png") no-repeat center center;
  background-size: cover;
}
.banner-box-content {
  display: flex;
  justify-content: space-between;
  width: 1290px;
  margin: 0 auto;
  padding-top: 136px;
}
.banner-box-content-left h2 {
  font-family: "Microsoft YaHei";
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  font-style: normal;
  letter-spacing: 1.28px;
}
.banner-box-content-left h2 > span {
  background: linear-gradient(270deg, #42C5FF 0%, #4D7BFF 50%, #AA59FF 100%);
  font-family: "Microsoft YaHei";
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  letter-spacing: 1.28px;
}
.banner-box-content-left > span:first-of-type {
  font-family: "Microsoft YaHei";
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  color: #333;
  font-style: normal;
  letter-spacing: 1px;
}
.banner-box-content-left > span:last-of-type {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #666;
  font-style: normal;
  /* 14px */
}
.banner-box-content-left > p {
  margin: 50px 0 27px 0;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #717F94;
  font-style: normal;
  /* 140% */
  letter-spacing: 0.6px;
}
.banner-box-content-left ul {
  display: flex;
  align-items: center;
  gap: 13.1px;
}
.banner-box-content-left ul li {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9.173px 14.414px;
  box-sizing: border-box;
  border: 2px solid #25BAFF;
  border-radius: 6px;
}
.banner-box-content-left ul li span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(116deg, #25BAFF 19.51%, #1A94FF 70.4%);
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  /* 16px */
  white-space: nowrap;
  font-style: normal;
  letter-spacing: 0.48px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box-content-left .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16.67px;
  width: 300px;
  height: 72px;
  box-sizing: border-box;
  background: linear-gradient(270deg, #42C5FF 0%, #4D7BFF 50%, #AA59FF 100%);
  border-radius: 8px;
  margin: 54px 0 22px 0;
}
.banner-box-content-left .download-btn img {
  width: 33.333px;
  height: 33.333px;
}
.banner-box-content-left .download-btn span {
  font-family: "Microsoft YaHei";
  font-size: 27px;
  font-weight: 400;
  line-height: 100%;
  color: #FFF;
  font-style: normal;
  /* 27px */
  letter-spacing: 0.81px;
}
.banner-box-content-right {
  position: relative;
}
.banner-box-content-right > img:first-of-type {
  width: 780px;
  height: auto;
}
.banner-box-content-right .float-img {
  width: 100%;
  height: 100%;
}
.banner-box-content-right .float-box {
  position: absolute;
  right: -23px;
  bottom: 48px;
  width: 211.985px;
  height: 212.82px;
  overflow: hidden;
}
.banner-box-content-right .float-box .scanner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 174px;
  height: 174px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.banner-box-content-right .float-box .scanner1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 174px;
  height: 174px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.banner-box-content-right .float-box .scanner1.active {
  display: inline-block;
  animation: scanning 5s linear;
}
.banner-box-content-right .float-box .scanner1 > i:first-of-type {
  position: relative;
  left: 0;
  display: flex;
  width: 100%;
  height: 8px;
  background-color: #B2F0EB;
  border-radius: 20px;
}
.banner-box-content-right .float-box .scanner1 > i:first-of-type.forward {
  top: 0%;
  animation: scanner-bar1 5s linear;
}
.banner-box-content-right .float-box .scanner1 > i:first-of-type.back {
  top: 95%;
  animation: scanner-bar1-back 5s linear;
}
.banner-box-content-right .float-box .scanner1 > i:nth-of-type(2) {
  position: absolute;
  top: 54%;
  left: 0px;
  display: flex;
  width: 100%;
  height: 12px;
  background: linear-gradient(180deg, #BAF4E7 -16.25%, rgba(186, 244, 231, 0) 122.57%);
}
.banner-box-content-right .float-box .scanner1 > i:nth-of-type(2).forward {
  top: -12px;
  animation: scanner-bar2 5.3s linear;
}
.banner-box-content-right .float-box .scanner1 > i:nth-of-type(2).back {
  top: 95%;
  animation: scanner-bar2-back 5.2s linear;
}
.banner-box-content-right .float-box .scanner1 > i:nth-of-type(2).rotate {
  transform: rotate(180deg);
}
.banner-box-content-right .float-box .scanner1 > i:last-of-type {
  position: absolute;
  left: 25px;
  width: 126.465px;
  height: 74.314px;
  background: linear-gradient(180deg, #BAF4E7 0%, rgba(186, 244, 231, 0) 100%);
}
.banner-box-content-right .float-box .scanner1 > i:last-of-type.rotate {
  transform: rotate(180deg);
}
.banner-box-content-right .float-box .scanner1 > i:last-of-type.forward {
  top: -83px;
  animation: scanner-bar3 7.4s linear;
}
.banner-box-content-right .float-box .scanner1 > i:last-of-type.back {
  top: 95%;
  animation: scanner-bar3-back 7.4s linear;
}

.step-box .step-process {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  width: 55px;
  height: 406px;
}
.step-box .step-process i {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.step-box .step-process i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 3px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.step-box .step-process i.active {
  width: 20px;
  height: 20px;
  background-color: #3F80FF;
}
.step-box .step-process i.active::after {
  left: 8px !important;
}
.step-box .step-process i.active::before {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 18px solid rgba(57, 110, 250, 0.3);
  box-sizing: border-box;
}
.step-box .step-process i:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 8px;
  display: inline-block;
  width: 0px;
  border-right: 2.5px dashed #c0c0c0;
  height: 95px;
}

.user-assess-box {
  width: 100%;
  padding: 80px 0;
  background-color: #F8FBFF;
}
.user-assess-box .user-assess-content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.user-assess-box .user-assess-content h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #3C3C3C;
  letter-spacing: 0.02em;
}
.user-assess-box .user-assess-content h3::before {
  position: absolute;
  top: -20px;
  right: -30px;
  z-index: -1;
  width: 206px;
  height: 19px;
  background: linear-gradient(80deg, rgb(148, 175, 249) 0%, rgb(113, 252, 239) 60%, rgba(113, 252, 239, 0) 99%);
  border-radius: 12px;
  opacity: 0.6;
  content: "";
}
.user-assess-box .user-assess-content p {
  margin-bottom: 80px;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  color: #5A5D66;
  letter-spacing: 0.02em;
}
.user-assess-box .user-assess-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 1200px;
}
.user-assess-box .user-assess-content ul li {
  width: 379.984px;
  height: 230.805px;
  padding: 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 2px solid #EFF2F9;
  border-radius: 16px;
  text-align: left;
  transition: transform 0.3s ease;
}
.user-assess-box .user-assess-content ul li:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.user-assess-box .user-assess-content ul li .assess-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.user-assess-box .user-assess-content ul li .assess-top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.user-assess-box .user-assess-content ul li .assess-top .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.user-assess-box .user-assess-content ul li .assess-top .assess-info {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-left: 14px;
}
.user-assess-box .user-assess-content ul li .assess-top .assess-info .name {
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
.user-assess-box .user-assess-content ul li .assess-top .assess-info .role {
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #999999;
}
.user-assess-box .user-assess-content ul li .assess-top .quote-mark {
  width: 60px;
  height: 52px;
  margin-left: auto;
}
.user-assess-box .user-assess-content ul li .assess-desc {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #4B5563;
  letter-spacing: 0.02em;
}

.function-box {
  width: 100%;
  padding: 80px 0;
  background-color: #FFFFFF;
}
.function-box h3 {
  margin-bottom: 20px;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #3C3C3C;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.8px;
}
.function-box h3 > span {
  background: linear-gradient(270deg, #42C5FF 0%, #4D7BFF 99.99%, #AA59FF 100%);
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.8px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.function-box > p {
  margin-bottom: 121px;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  color: #5A5D66;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.52px;
}
.function-box > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 1200px;
  margin: 0 auto;
}
.function-box > ul .function-box-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 377px;
  height: 450px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #E4FFFF -14.3%, #FDFEFF 24.27%), #FFF;
  border-radius: 12px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.function-box > ul .function-box-item:nth-child(2) {
  background: linear-gradient(180deg, #E4E8FF -14.3%, #FDFEFF 20.01%), #FFF;
}
.function-box > ul .function-box-item:nth-child(3) {
  background: linear-gradient(180deg, #FFE4E4 -28.27%, #FDFEFF 20.01%), #FFF;
}
.function-box > ul .function-box-item:nth-child(4) {
  background: linear-gradient(180deg, #D4ECFF -14.3%, #FDFEFF 19.45%), #FFF;
}
.function-box > ul .function-box-item:nth-child(5) {
  background: linear-gradient(180deg, #F0E3FF -14.3%, #FDFEFF 19.64%), #FFF;
}
.function-box > ul .function-box-item:nth-child(6) {
  background: linear-gradient(180deg, #E4FFFF -14.3%, #FDFEFF 21.8%), #FFF;
}
.function-box > ul .function-box-item:hover {
  transform: translateY(-10px);
}
.function-box > ul .function-box-item .function-box-item-top {
  z-index: 2;
  padding: 16px 22px 0 22px;
}
.function-box > ul .function-box-item .function-box-item-top > p {
  margin-bottom: 16px;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 400;
  line-height: 22.393px;
  /* 149.287% */
  color: #4B5563;
  font-style: normal;
}
.function-box > ul .function-box-item .function-box-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.function-box > ul .function-box-item .function-box-item-title img {
  width: 65px;
  height: 65px;
}
.function-box > ul .function-box-item .function-box-item-title span {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 700;
  color: #1D2129;
}
.function-box > ul .function-box-item > p {
  display: -webkit-box;
  height: auto;
  margin-bottom: 20px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5563;
  text-align: left;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.function-box > ul .function-box-item .tags {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0;
}
.function-box > ul .function-box-item .tags li {
  padding: 8px 14px;
  background: #F6F8FF;
  border: 1px solid rgb(191, 205, 255);
  border-radius: 14px;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-weight: 400;
  color: #0C3CFD;
  white-space: nowrap;
}
.function-box > ul .function-box-item .function-box-item-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
}
.function-box > ul .function-box-item .function-box-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/250_wm/bottom-bg.png) no-repeat center center/cover;
}
.bottom-download-box h2 {
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #3C3C3C;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.8px;
}
.bottom-download-box h2 + span {
  margin: 32px 0 52px 0;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #5A5D66;
  font-style: normal;
  letter-spacing: 0.4px;
}
.bottom-download-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16.67px;
  width: 300px;
  height: 72px;
  box-sizing: border-box;
  background: linear-gradient(270deg, #42C5FF 0%, #4D7BFF 50%, #AA59FF 100%);
  border-radius: 8px;
}
.bottom-download-box .download-btn img {
  width: 33.333px;
  height: 33.333px;
}
.bottom-download-box .download-btn span {
  font-family: "Microsoft YaHei";
  font-size: 27px;
  font-weight: 400;
  line-height: 100%;
  color: #FFF;
  font-style: normal;
  /* 27px */
  letter-spacing: 0.81px;
}
.bottom-download-box > i {
  display: inline-block;
  margin-top: 28px;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  color: #6B7280;
  text-align: center;
  font-style: normal;
}

.trust-us-box {
  width: 100%;
  padding: 80px 0;
  background-color: #FFFFFF;
  text-align: center;
}
.trust-us-box h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #3C3C3C;
}
.trust-us-box h3 span {
  background: linear-gradient(270deg, #42C5FF 0%, #4D7BFF 0%);
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  letter-spacing: 0.8px;
}
.trust-us-box p {
  margin-bottom: 60px;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  color: #5A5D66;
}
.trust-us-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 1280px;
  margin: 0 auto 60px;
}
.trust-us-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 228px;
  background: linear-gradient(180deg, #E4F1FF 0%, #FDFEFF 100%);
  border-radius: 12px;
  box-shadow: 0px 7px 20px 0px rgba(42, 88, 141, 0.1);
  transition: transform 0.3s ease;
}
.trust-us-box ul li img {
  width: auto;
  height: 70px;
  margin-bottom: 14px;
  object-fit: contain;
}
.trust-us-box ul li:nth-child(2) img {
  height: 80px;
}
.trust-us-box ul li span:nth-of-type(1) {
  margin-bottom: 6px;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #0C70FD;
}
.trust-us-box ul li span:nth-of-type(2) {
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #4B5563;
}
.trust-us-box .trust-chart-img {
  display: block;
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

.step-box {
  padding: 80px 0 100px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/250_wm/step-bg.png) no-repeat center center;
  background-size: cover;
}
.step-box h3 {
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #3C3C3C;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.8px;
}
.step-box h3 span {
  background: linear-gradient(270deg, #42C5FF 0%, #4D7BFF 50%, #AA59FF 100%);
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  letter-spacing: 0.8px;
}
.step-box h3 + p {
  margin: 8px 0 100px 0;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  color: #5A5D66;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.52px;
}
.step-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
}
.step-box-content-left {
  display: flex;
  align-items: center;
  gap: 50px;
}
.step-box-content-left ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.step-box-content-left ul li {
  display: flex;
  flex-direction: column;
  gap: 4.5px;
  width: 479.206px;
  height: 100.549px;
  padding: 12px 12px 11px 22px;
  box-sizing: border-box;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.step-box-content-left ul li:first-of-type {
  padding: 22px 0 20px 22px;
}
.step-box-content-left ul li.active {
  background: rgba(93, 158, 255, 0.1);
  border: 1px solid #205EFF;
  border-radius: 10px;
}
.step-box-content-left ul li span {
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-weight: 700;
  line-height: 28.459px;
  /* 129.359% */
  color: #161F2D;
  font-style: normal;
}
.step-box-content-left ul li p {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 24.393px;
  color: #697484;
  font-style: normal;
  /* 152.459% */
}
.step-box-content-right img {
  display: none;
  width: 633.97px;
  height: 392.643px;
}
.step-box-content-right img.active {
  display: block;
}
.step-box .download-btn-box {
  display: flex;
  justify-content: flex-start;
  width: 1220px;
  margin: 0 auto;
}
.step-box .download-btn-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16.67px;
  width: 300px;
  height: 72px;
  box-sizing: border-box;
  background: linear-gradient(270deg, #42C5FF 0%, #4D7BFF 50%, #AA59FF 100%);
  border-radius: 8px;
  margin-top: 60px;
}
.step-box .download-btn-box .download-btn img {
  width: 33.333px;
  height: 33.333px;
}
.step-box .download-btn-box .download-btn span {
  font-family: "Microsoft YaHei";
  font-size: 27px;
  font-weight: 400;
  line-height: 100%;
  color: #FFF;
  font-style: normal;
  /* 27px */
  letter-spacing: 0.81px;
}

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