.top-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(200, 224, 240, 0.25);
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1110px;
  height: 80px;
  margin: 0 auto;
}
.top-box .header-box .header-left > a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.top-box .header-box .header-left > a > img {
  height: 68px;
  width: auto;
}
.top-box .header-box .header-left > a .word-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-box .header-box .header-left > a .word-box span {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-weight: 400;
}
.top-box .header-box .header-left > a .word-box p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.top-box .header-box .header-right > a {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-weight: 400;
}
.top-box .header-box .header-right > a:hover {
  color: #08F;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 999;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(200, 224, 240, 0.25);
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1110px;
  margin: 0 auto;
}
.top-box .hidden-header-box .hidden-header-content .header-left > a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.top-box .hidden-header-box .hidden-header-content .header-left > a > img {
  height: 68px;
  width: auto;
}
.top-box .hidden-header-box .hidden-header-content .header-left > a .word-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-box .hidden-header-box .hidden-header-content .header-left > a .word-box span {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-weight: 400;
}
.top-box .hidden-header-box .hidden-header-content .header-left > a .word-box p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-weight: 400;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover {
  color: #08F;
}

.home {
  height: 902px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/946_sem/banner.png) no-repeat center;
  background-size: cover;
  padding-top: 80px;
  overflow: hidden;
}
.home section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 76px;
  box-sizing: border-box;
}
.home section .home-title {
  display: flex;
  align-items: center;
}
.home section .home-title > p {
  font-family: "Microsoft YaHei";
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1.6px;
  background: linear-gradient(277deg, #0061E9 18.03%, #59C7FA 88.14%, #67E6FF 99.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home section .home-title > span {
  color: #2E2E2E;
  font-family: "Microsoft YaHei";
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.home section .home-subtitle {
  color: #525A5E;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-weight: 400;
}
.home section .btn-box {
  position: relative;
  width: 256px;
  height: 62px;
  margin-top: 63px;
}
.home section .btn-box .btn-tips {
  position: absolute;
  top: -22px;
  right: -15px;
  width: 88px;
  height: 31.565px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/946_sem/tips.png) no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 10;
}
.home section .btn-box .home-btn {
  position: relative;
  width: 256px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  background: linear-gradient(150deg, #69E8FF 0%, #59C7FA 25%, #0282EF);
  border-radius: 12px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 400;
  line-height: 157%;
  overflow: hidden;
}
.home section .btn-box .home-btn img {
  width: 18.287px;
  height: 16.477px;
}
.home section .btn-box .home-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: radiusauto 2.5s ease-out infinite;
}
@keyframes radiusauto {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.home section .home-system {
  color: #737A7D;
  leading-trim: both;
  text-edge: cap;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: 400;
  line-height: 157%;
  margin: 17px 0 18px;
}
.home section .home-img {
  height: 485px;
}

.issue {
  height: 795px;
  background: #FFF;
}
.issue section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 94px;
  box-sizing: border-box;
}
.issue section .issue-title {
  color: #2E2E2E;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 92px;
}
.issue section .issue-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1150px;
}
.issue section .issue-content .issue-item {
  width: 370px;
  height: 390px;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.issue section .issue-content .issue-item .issue-tips {
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/946_sem/bgcolor.png);
  background-size: cover;
  width: 130px;
  height: 41.752px;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 23.723px;
  font-weight: 700;
  letter-spacing: 1.898px;
  position: absolute;
  top: 0;
  left: 0;
}
.issue section .issue-content .issue-item > p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.2px;
  margin-top: 279px;
}
.issue section .issue-content .issue-item > div:last-child {
  color: #707070;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.76px;
  margin-top: 14px;
}
.issue section .issue-btn {
  width: 236px;
  height: 62px;
  margin-top: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 63px;
  background: linear-gradient(150deg, #69E8FF 0%, #59C7FA 25%, #0282EF);
  border-radius: 12px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 700;
  line-height: 157%;
  /* 31.4px */
}

.userneed {
  background: #F7FDFF;
  height: 992px;
}
.userneed section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 94px;
  box-sizing: border-box;
}
.userneed section .userneed-title {
  color: #2E2E2E;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 94px;
}
.userneed section .userneed-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 1200px;
}
.userneed section .userneed-content .userneed-item {
  width: 285px;
  height: 310px;
  border-radius: 8px;
  background: #FEFDFD;
  box-shadow: 0 0 6.8px 0 rgba(144, 144, 144, 0.27);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.userneed section .userneed-content .userneed-item .topbox {
  width: 285px;
  height: 180px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/946_sem/bluebg.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.userneed section .userneed-content .userneed-item .topbox > img {
  transform: scale(0.5);
  image-rendering: crisp-edges;
}
.userneed section .userneed-content .userneed-item > p {
  padding-left: 16px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.98px;
  margin-top: 16px;
}
.userneed section .userneed-content .userneed-item > span {
  color: #666768;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
  padding-left: 16px;
  margin-top: 10px;
}
.userneed section .userneed-content .userneed-item > a {
  margin-left: 16px;
  border-radius: 4px;
  background: linear-gradient(94deg, #1EB8FF -2.62%, #2788FF 62.98%), linear-gradient(94deg, #59C7FA -2.62%, #3BA5FE 62.98%);
  display: flex;
  height: 28px;
  width: 72px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.32px;
  margin-top: 18px;
}

.foolterdownload {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/946_sem/Group38212.png) no-repeat center;
  background-size: cover;
}
.foolterdownload > img {
  height: 248px;
  margin-right: 80px;
}
.foolterdownload section {
  display: flex;
  flex-direction: column;
}
.foolterdownload section > span {
  color: #3C3C3C;
  font-family: "Microsoft YaHei UI";
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
}
.foolterdownload section .btn-box {
  position: relative;
  width: 236px;
  height: 62px;
  margin: 50px 0 20px;
}
.foolterdownload section .btn-box .btn-tips {
  width: 88px;
  height: 31.565px;
  position: absolute;
  top: -22px;
  right: -15px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/946_sem/tips.png) no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 10;
}
.foolterdownload section .btn-box > a {
  position: relative;
  width: 236px;
  height: 62px;
  background: linear-gradient(150deg, #69E8FF 0%, #59C7FA 25%, #0282EF);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: 600;
  line-height: 157%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.5px;
  overflow: hidden;
}
.foolterdownload section .btn-box > a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: radiusauto 2.5s ease-out infinite;
}
@keyframes radiusauto {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.foolterdownload section .btn-box > a > img {
  height: 19.472px;
}
.foolterdownload section > p {
  color: #787878;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: 400;
  line-height: 157%;
  /* 21.98px */
}

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