@charset "UTF-8";
@keyframes spread {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.top-banner {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/633_wm/banner-background.png) center no-repeat, linear-gradient(217deg, #FFF 16.57%, #EEF2FD 81.74%);
  background-size: cover;
}

.top-box {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  z-index: 100;
  transition: all 0.3s;
}
.top-box:hover {
  background: #FFF;
}
.top-box .header-content {
  display: flex;
  justify-content: flex-start;
  min-width: 1200px;
  margin: 0 auto;
}
.top-box .header-content .banner-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 12px;
}
.top-box .header-content .banner-logo-link img {
  display: block;
  height: 40px;
  width: auto;
}
.top-box .header-content .header-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-box .header-content .header-left img {
  width: 48px;
  height: 48px;
}
.top-box .header-content .header-left h1 {
  margin-left: 16px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.top-box .header-content .header-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.top-box .header-content .header-right .top-desc {
  display: flex;
  gap: 28px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.top-box .header-content .header-right .top-desc a:hover {
  color: #1D58FC;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.top-box .header-content .header-right .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 148px;
  height: 40px;
  margin-left: 28px;
  background: linear-gradient(274deg, #1D58FC 0%, #0090FF 103.48%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48px;
  border-radius: 8px;
  overflow: hidden;
}
.top-box .header-content .header-right .download-btn img {
  width: 24px;
  height: 24px;
}
.top-box .header-content .header-right .download-btn i {
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
  pointer-events: none;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  height: 72px;
  line-height: 72px;
  background-color: #fff;
  z-index: 999;
}
.top-box .hidden-header-box .hiddent-header-content {
  display: flex;
  justify-content: space-between;
  min-width: 1200px;
  margin: 0 auto;
}
.top-box .hidden-header-box .header-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-box .hidden-header-box .header-left img {
  width: 48px;
  height: 48px;
}
.top-box .hidden-header-box .header-left h1 {
  margin-left: 16px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.top-box .hidden-header-box .header-right {
  display: flex;
  align-items: center;
}
.top-box .hidden-header-box .header-right .top-desc {
  display: flex;
  gap: 28px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.top-box .hidden-header-box .header-right .top-desc a {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.top-box .hidden-header-box .header-right .top-desc a:hover {
  color: #1D58FC;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.top-box .hidden-header-box .header-right .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 148px;
  height: 40px;
  margin-left: 28px;
  background: linear-gradient(274deg, #1D58FC 0%, #0090FF 103.48%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48px;
  border-radius: 8px;
  overflow: hidden;
}
.top-box .hidden-header-box .header-right .download-btn img {
  width: 24px;
  height: 24px;
}
.top-box .hidden-header-box .header-right .download-btn i {
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
  pointer-events: none;
}

.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 52px;
  background-size: cover;
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 1200px;
  padding-top: 100px;
  margin: 0 auto;
}
.banner-box .banner-content .banner-left {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-content .banner-left h1 {
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .banner-content .banner-left h1 .tips {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 306px;
  top: -23px;
  width: 100px;
  height: 45.232px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/633_wm/tips-background.png) center no-repeat;
  background-size: cover;
}
.banner-box .banner-content .banner-left h1 .tips span {
  position: relative;
  bottom: 3px;
}
.banner-box .banner-content .banner-left h1 + p {
  margin-top: 24px;
  color: #FF401C;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-left .banner-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 39px;
}
.banner-box .banner-content .banner-left .banner-list li {
  display: flex;
}
.banner-box .banner-content .banner-left .banner-list li p {
  width: 500px;
  margin-left: 10px;
  font-size: 20px;
}
.banner-box .banner-content .banner-left .banner-list li svg {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
}
.banner-box .banner-content .banner-left .banner-list li span:nth-of-type(odd) {
  color: #1D58FC;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.banner-box .banner-content .banner-left .banner-list li span:nth-of-type(even) {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.banner-box .banner-content .banner-left .banner-list li span:first-of-type {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.banner-box .banner-content .banner-left .download-box {
  position: relative;
  width: 300px;
  height: 72px;
  margin-top: 50px;
}
.banner-box .banner-content .banner-left .download-box .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 300px;
  height: 72px;
  background: linear-gradient(274deg, #1D58FC 0%, #0090FF 103.48%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 26.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  border-radius: 12px;
  overflow: hidden;
}
.banner-box .banner-content .banner-left .download-box .download-btn img {
  width: 27.667px;
  height: 25.931px;
}
.banner-box .banner-content .banner-left .download-box .download-btn i {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
  pointer-events: none;
}
.banner-box .banner-content .banner-left .download-box span {
  position: absolute;
  right: -125px;
  top: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 48px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 24px 32px 32px 0px;
  background: linear-gradient(97deg, #FF8D22 0%, #FF3D1B 92.41%);
}
.banner-box .banner-content .banner-left .banner-list2 {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 300px;
  margin-top: 13px;
}
.banner-box .banner-content .banner-left .banner-list2 li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.banner-box .banner-content .banner-left .banner-list2 li span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content .banner-left .banner-list2 ~ p {
  width: 300px;
  margin-top: 12px;
  text-align: center;
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .banner-content .banner-right img {
  width: 664.2px;
  height: 519.3px;
}
.banner-box .banner-content + p {
  margin-top: 86px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.2px;
}
.banner-box .banner-content + p span {
  color: #F51D1D;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

.func-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}
.func-box h1 {
  margin-top: 100px;
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
}
.func-box h1 > img:first-child {
  position: absolute;
  left: -117px;
  top: 11px;
  width: 95px;
  height: 17px;
}
.func-box h1 > img:last-child {
  position: absolute;
  right: -117px;
  top: 11px;
  width: 95px;
  height: 17px;
  transform: scaleX(-1);
}
.func-box .func-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.func-box .func-content .func-item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.func-box .func-content .func-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 100px;
}
.func-box .func-content .func-item .item-left h2 {
  color: #132350;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.func-box .func-content .func-item .item-left p {
  width: 560px;
  margin-top: 32px;
  color: #3F3737;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.func-box .func-content .func-item .item-left .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 284.333px;
  height: 68px;
  margin-top: 32px;
  border-radius: 11.333px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 25.185px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.756px;
  background: linear-gradient(274deg, #1D58FC 0%, #0090FF 103.48%);
  overflow: hidden;
}
.func-box .func-content .func-item .item-left .download-btn img {
  width: 26.191px;
  height: 24.49px;
}
.func-box .func-content .func-item .item-left .download-btn i {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
  pointer-events: none;
}
.func-box .func-content .func-item .item-right {
  width: 600px;
  height: 390px;
}
.func-box .func-content .func-item .item-right img {
  width: 100%;
  height: 100%;
}

/* 评价 */
.assess-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/633_wm/assess-background.png) center no-repeat;
  background-size: cover;
}
.assess-box h1 {
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
}
.assess-box h1 > img:first-child {
  position: absolute;
  left: -117px;
  top: 11px;
  width: 95px;
  height: 17px;
}
.assess-box h1 > img:last-child {
  position: absolute;
  right: -117px;
  top: 11px;
  width: 95px;
  height: 17px;
  transform: scaleX(-1);
}
.assess-box .assess-background1 {
  position: absolute;
  right: 95px;
  top: 121px;
  width: 448px;
  height: 448px;
  border-radius: 448px;
  opacity: 0.3;
  background: linear-gradient(125deg, #FFEDC8 8.59%, #FFFFED 88.91%);
  filter: blur(100px);
  pointer-events: none;
}
.assess-box .assess-background2 {
  position: absolute;
  left: 180px;
  bottom: 80px;
  width: 415px;
  height: 415px;
  border-radius: 415px;
  opacity: 0.3;
  background: linear-gradient(125deg, #BAFFB4 8.59%, #E9F2FF 88.91%);
  filter: blur(100px);
  pointer-events: none;
}

.assess-content {
  width: 1200px;
  margin: 100px auto 0 auto;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  background: #FEFDFF;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
}

.assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2d2856;
  margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 1000px;
  height: 1px;
  background: #ebeff3;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
  margin-top: 44px;
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #FEFDFF;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
}

.left1 {
  left: 80px;
}

.left2 {
  left: 280px;
}

.left3 {
  left: 479px;
}

.left4 {
  left: 678px;
}

.left5 {
  left: 877px;
}

.left6 {
  left: 1081px;
}

.assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}

.assess-content ul:nth-child(2) li img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid transparent;
}

.assess-content ul:nth-child(2) li.active img {
  border: 3px solid #006FFF;
}

.assess-content ul:nth-child(2) li p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: lowercase;
  color: #666473;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #283256;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 102px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/633_wm/bottom-background.png) center no-repeat;
  background-size: cover;
}
.bottom-download-box h1 {
  color: #1D58FC;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
}
.bottom-download-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 47px;
}
.bottom-download-box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 280px;
  height: 60px;
}
.bottom-download-box ul li span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 27.692px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.385px;
}
.bottom-download-box ul li img {
  width: 26px;
  height: 26px;
}
.bottom-download-box ul li:nth-of-type(1) {
  border-radius: 9.231px;
  background: linear-gradient(274deg, #FC7A1D 0%, #FFAE00 103.48%);
}
.bottom-download-box ul li:nth-of-type(2) {
  border-radius: 9.231px;
  background: linear-gradient(274deg, #FC1D64 0%, #FF00D0 103.48%);
}
.bottom-download-box ul li:nth-of-type(3) {
  border-radius: 9.231px;
  background: linear-gradient(180deg, #1BEC3B 0%, #1CD21F 100%);
}
.bottom-download-box .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 284.333px;
  height: 68px;
  margin-top: 60px;
  border-radius: 11.333px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 25.185px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.756px;
  background: linear-gradient(274deg, #1D58FC 0%, #0090FF 103.48%);
  overflow: hidden;
}
.bottom-download-box .download-btn img {
  width: 26.191px;
  height: 24.49px;
}
.bottom-download-box .download-btn i {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
}

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