@charset "UTF-8";
@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
* {
  box-sizing: border-box;
}

/* banner */
.banner-box {
  width: 100%;
  height: 780px;
  background: url(https://res.callmysoft.com/wm-static-resource/430wm-yuyinzhuanhuan/backgroundimg.png) no-repeat center center;
  margin-top: 116px;
  background-size: cover;
}

.banner-content {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-box .banner-rightImg img {
  width: 739px;
  height: 522.754px;
}

.banner-rightImg {
  margin-left: 10px;
}

.banner-text {
  margin-top: 35px;
}

.banner-text-left {
  color: #7658F6;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: 98.6px;
  height: 89.6px;
  /* 106.4px */
  letter-spacing: 6.08px;
  text-transform: uppercase;
}

.banner-text-right {
  font-family: "Microsoft YaHei UI";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 89.6px;
  height: 89.6px;
  /* 89.6px */
  letter-spacing: 5.12px;
  background: linear-gradient(92deg, #7658F6 5.72%, #3367F6 97.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-text p:nth-child(2) {
  width: 374px;
  height: 36px;
  flex-shrink: 0;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 42px */
  margin-top: 8px;
}

.banner-text p:nth-child(5) {
  color: #666;
  text-align: left;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  margin-top: 4px;
}

.banner-text ul {
  width: 304px;
  height: 85px;
  padding-left: 20px;
  margin-top: 31px;
}

.banner-text ul li {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  /* 31.68px */
  list-style: disc !important;
}

.banner-text a {
  display: flex;
  width: 230px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #6B64FF 0%, #2565FF 100%);
  color: #FFFFFF;
  padding: 0;
  margin-top: 56px;
}

.banner-text a:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, #6B64FF 0%, #2565FF 100%);
}

.banner-text a:active {
  background: linear-gradient(0deg, rgba(100, 100, 100, 0.2) 0%, rgba(100, 100, 100, 0.2) 100%), linear-gradient(90deg, #6B64FF 0%, #2565FF 100%);
}

.banner-text a span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  width: 95px;
  flex-shrink: 0;
}

.banner-text a img {
  width: 40px;
  height: 40px;
}

.tab-box {
  width: 100%;
  background: white;
}

.tab-content {
  width: 1186px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.tab-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-list-item-heard {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.tab-list-item-heard div {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 42px */
  text-align: left;
  width: 100%;
  margin: 20px 0px 25px;
}

.tab-list-item {
  box-sizing: border-box;
  width: 339px;
  height: 251px;
  border-radius: 16px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, #F4EDFD 0%, #FFF 100%);
  box-shadow: 0 1px 7.1px 0 rgba(120, 120, 120, 0.25);
  display: flex;
  flex-direction: column;
  padding: 12px 19px;
}

.tab-list-item-heard img {
  width: 121.516px;
  height: 109.958px;
  position: absolute;
  top: -40px;
  right: -5px;
}

.tab-list-item p {
  color: #696969;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 36.3px */
}

.offline-box {
  width: 100%;
  height: 1428;
  background: rgb(255, 255, 255);
}

.offline-content {
  width: 1186px;
  height: 689px;
  display: flex;
  flex-direction: column;
  margin: 77px auto 46px;
}

.offline-title-sub {
  color: #555;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  /* 29.7px */
  text-align: center;
}

.tab-colorfont {
  font-family: "Source Han Sans CN";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 64.4px */
  background: linear-gradient(90deg, #7558F6 0%, #635DF6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-blackfont {
  font-family: "Source Han Sans CN";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 64.4px;
}

.offline-list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offline-list-box > img {
  width: 635.846px;
}

.offline-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  align-self: stretch;
}

.offline-list {
  display: flex;
  width: 511px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.offline-list-text span {
  align-self: stretch;
  color: #333;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.offline-list-text div {
  align-self: stretch;
  color: #696969;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}

.mt14 {
  margin-top: 14px;
}

.slideshow-box {
  background: linear-gradient(181deg, #EAF4FF -1.66%, #FFF 99.15%);
  height: 906px;
  padding-top: 77px;
  /* border: 1px solid red; */
}

.slideshow-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slideshow-title-sub {
  color: #555;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  /* 29.7px */
  text-align: center;
}

.slideshow——changeTab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 1038px;
  height: 62px;
  margin-top: 74px;
}

.slideshow——changeTab-item {
  width: 222px;
  height: 62px;
  border-radius: 100px;
  background: #FFF;
  display: flex;
  padding: 0 9px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slideshow——changeTab-item-hide,
.slideshow——changeTab-item-hide span {
  background: none;
  color: #444 !important;
}

.slideshow——changeTab-item-hide img {
  padding-top: 2px;
}

.slideshow——changeTab-item img {
  width: 52px;
  height: 52px;
  margin-right: 12px;
}

.slideshow——changeTab-item span {
  color: #3267F6;
  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 36.4px */
}

.slideshow-imgBox {
  width: 1201px;
  height: 464px;
  margin-top: 52px;
  fill: #FFF;
  filter: drop-shadow(0 0 34px rgba(231, 239, 255, 0.8));
  display: flex;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 76px;
}

.slideshow-imgBox img {
  width: 649px;
  height: 464px;
}

.slideshow-imgBox div:nth-child(1) {
  flex: 1;
  background: white;
  height: 464px;
}

.slideshow-imgBox div p:nth-child(1) {
  color: #444;
  font-family: "PingFang SC";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 58.8px */
  margin: 61px 0 0 68px;
}

.slideshow-imgBox div p:nth-child(2) {
  width: 426px;
  color: #444;
  font-family: "PingFang SC";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 41.6px */
  margin: 27px 0 0 68px;
}

.slideshow-imgBox div p:nth-child(3) {
  color: #3267F6;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 33.6px */
  margin-left: 68px;
  position: absolute;
  bottom: 52px;
  cursor: pointer;
}

.slideshow-imgBox-hide {
  display: none;
}

/* 评价区域 */
.assess-box {
  width: 100%;
}

.assess-content {
  width: 1186px;
  margin: 0 auto;
  padding-top: 70px;
}

.assess-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 99px;
  margin-bottom: 139px;
}

.assess-flex > div {
  width: 363px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 34px 0 rgba(231, 239, 255, 0.8);
}

.assess-flex > div .assess-heard {
  width: 307px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.assess-heard text {
  color: #333;
  font-family: "PingFang SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
  margin-top: 14.82px;
}

.assess-heard img:nth-child(1) {
  width: 42.831px;
  height: 29.182px;
  flex-shrink: 0;
  fill: #eff6fe;
  margin-left: auto;
  margin-top: 16px;
}

.assess-foot {
  display: flex;
  margin: 15px 0 0 21px;
}

.assess-foot img {
  width: 74px;
  height: 74px;
  border-radius: 74px;
  margin-right: 15px;
}

.assess-foot-text p:nth-child(1) {
  color: #444;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
}

.assess-foot-text p:nth-child(2) {
  color: #757575;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
}

.download-box {
  width: 100%;
  height: 409px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm_430/dwonLoadbg.png") no-repeat;
  background-size: cover;
  /* 图片覆盖整个容器 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-content {
  width: 1186px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 37px;
}

.download-content-left {
  width: 800px;
}

.download-btn {
  display: flex;
  width: 230px;
  height: 64px;
  padding: 14px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #6B64FF 0%, #4865FF 50%, #2565FF 100%);
}

.download-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, #6B64FF 0%, #2565FF 100%);
}

.download-btn:active {
  background: linear-gradient(0deg, rgba(100, 100, 100, 0.2) 0%, rgba(100, 100, 100, 0.2) 100%), linear-gradient(90deg, #6B64FF 0%, #2565FF 100%);
}

.download-btn img {
  width: 36px;
  height: 36px;
}

.download-btn text {
  width: 95px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.download-content-left-heard {
  display: flex;
  width: 800px;
  height: 82px;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.download-content-left-heard > img {
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-right: 26.45px;
}

.download-content-left-heard text {
  color: #333;
  font-family: "Source Han Sans CN";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 42px */
  letter-spacing: 1.26px;
}

.download-content-left div:nth-child(2) {
  color: #555;
  font-family: "Source Han Sans CN";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 28px */
  letter-spacing: 0.56px;
  margin-top: 37.94px;
}

.problem_box {
  width: 100%;
  height: 1366px;
  background: linear-gradient(245deg, #CAE2FF -10.23%, #FFF 46.11%, #D6E0FF 108.78%);
}

.problem-content {
  width: 1117px;
  margin: 0 auto;
  padding-top: 76px;
}

.problem-title {
  display: flex;
  height: 45.635px;
  justify-content: center;
  align-items: center;
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 64.4px */
}

.problem-item {
  width: 1117px;
  height: 230px;
  background: white;
  border-radius: 16px;
  filter: drop-shadow(0 1px 11.7px rgba(139, 147, 255, 0.25));
  margin-top: 56px;
}

.problem-item p {
  color: #666;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  padding: 0 35px;
  line-height: 160%;
  /* 38.4px */
}

.problem-item-text {
  position: absolute;
}

.problem-item-text img {
  width: 100px;
  height: 100px;
  position: relative;
  left: -22px;
  top: -25px;
}

.problem-item-text span {
  color: #444;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 42px */
  margin-left: -7px;
}

.problem-item-text p {
  margin-top: 22px;
}

.problem-item-one {
  margin-top: 76px;
}

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