@charset "UTF-8";
body {
  min-width: 1200px;
}

.w-1200 {
  width: 1200px;
}

/* 头部banner */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.hidden-header-box.active {
  background-color: #ffffff;
}

.header-content {
  height: 64px;
  line-height: 64px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-content .download_btn {
  width: 175.526px;
  height: 45.432px;
  flex-shrink: 0;
  border-radius: 25px;
  box-sizing: border-box;
}
.header-content .download_btn img {
  width: 26.716px;
  height: 26.716px;
  flex-shrink: 0;
}
.header-content .download_btn span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 19.083px */
  margin-left: 15px;
}
.header-content .header-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-content .header-right .ms3 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.header-content .header-right .ms3 span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #000;
  display: inline-block;
  margin-left: 12px;
  margin-right: 24px;
  position: relative;
}
.header-content .header-right .ms3 span.show {
  /* 渐变 */
  background: linear-gradient(88.84deg, #5cff38 4.54%, #f9ff43 53.74%, #23ffbd 102.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header-content .header-right .ms3 span.show::after {
  background: linear-gradient(88.84deg, #51ffa4 4.54%, #45ffab 53.74%, #3bffaf 102.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header-content .header-right .ms3 span::after {
  content: "+";
  position: absolute;
  top: -8px;
  right: -17px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #000;
}
.header-content .header-right .ms3.hidden {
  color: #000;
}
.header-content .header-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  background: #28c77a;
  border-radius: 4px;
}
.header-content .header-right a img {
  margin-right: 8px;
  width: 24px;
}
.header-content .header-right a span {
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 0.54px;
}
.header-content .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-content .header-left img {
  width: 48px;
  margin-right: 16px;
}
.header-content .header-left span {
  color: #000 !important;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.header-content .header-left h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #0faa58;
  margin-left: 10px;
}
.header-content .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.add_adaptation {
  width: 100%;
}
.add_adaptation .w {
  height: 84px;
  line-height: 84px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.banner_wrapper .banner-box .banner-content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
}
.banner_wrapper .banner-box .banner-content-box img {
  position: relative;
  width: 886px;
  height: 521px;
}
.banner_wrapper .banner-box .banner-content-box .banner-content {
  margin-left: 8%;
  width: 366px;
  flex-shrink: 0;
}
.banner_wrapper .banner-box .banner-content-box .banner-content span {
  position: relative;
  right: 3px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_wrapper .banner-box .banner-content-box .banner-content .typed-cursor {
  position: relative;
  bottom: 2px;
}
.banner_wrapper .banner-box .banner-content-box .banner-content .small-title {
  margin-top: 24px;
  color: #36383e;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_wrapper .banner-box .banner-content-box .banner-content .download-box {
  display: flex;
  margin-top: 50px;
}
.banner_wrapper .banner-box .banner-content-box .banner-content .download-box a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 44px;
  border-radius: 4.889px;
  background: #28c77a;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_wrapper .banner-box .banner-content-box .banner-content .system-text {
  display: block;
  margin-top: 20px;
  color: #36383e;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.func-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.func-box h1 {
  text-align: center;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box .func-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1130px;
  height: 320px;
  margin: 80px auto 0 auto;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 0px 10px 4px rgba(212, 230, 221, 0.25);
}
.func-box .func-items ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.func-box .func-items ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 65px 30px 40px;
  color: #36383e;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.func-box .func-items ul li img {
  margin-bottom: 5px;
}

.intro-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.intro-box .intro-background {
  position: absolute;
  top: -160px;
  width: 100%;
  height: 573px;
  background: linear-gradient(180deg, #e2f9ee 0%, #fff 100%);
  z-index: 1;
}
.intro-box h1 {
  position: relative;
  margin-top: 150px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
}
.intro-box .intro-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 150px;
  margin: 80px auto 0 auto;
  z-index: 2;
}
.intro-box .intro-items .intro-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-box .intro-items .intro-content img {
  height: 471px;
}
.intro-box .intro-items .intro-content:nth-child(even) {
  flex-direction: row-reverse;
}
.intro-box .intro-items .intro-content:nth-child(odd) .intro-text {
  margin: 0 0 0 90px;
}
.intro-box .intro-items .intro-content:nth-child(odd) img {
  margin-left: 30px;
}
.intro-box .intro-items .intro-content:nth-child(even) .intro-text {
  margin: 0 90px 0 40px;
}
.intro-box .intro-items .intro-content .intro-text h2 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.intro-box .intro-items .intro-content .intro-text a {
  display: block;
  width: 150px;
  height: 40px;
}
.intro-box .intro-items .intro-content .intro-text p {
  width: 382px;
  margin-top: 14px;
  color: #36383e;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  opacity: 0.8;
}
.intro-box .intro-items .intro-content .intro-text .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin: 40px 0 0 0;
  border-radius: 4.889px;
  background: #28c77a;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 底部下载 */
.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/253_wm/bottom--download-background-index.png) no-repeat center center;
  background-size: cover;
}
.bottom-download-box h1 {
  margin-top: 60px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bottom-download-box p {
  margin-top: 23px;
  color: #36383e;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bottom-download-box a {
  margin: 31px 0 72px 0;
}
.bottom-download-box .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 4.889px;
  background: #28c77a;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* 用户评价 */
.assess-box {
  padding-top: 104px;
  background: linear-gradient(282deg, rgba(40, 199, 122, 0.11) 0.44%, rgba(241, 245, 255, 0) 88.64%);
}
.assess-box h1 {
  text-align: center;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.assess-box .swiper-container {
  padding-top: 83px;
  padding-bottom: 73px;
  box-sizing: border-box;
}
.assess-box .swiper-slide ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.assess-box .swiper-slide ul li {
  position: relative;
  width: 363px;
  height: 280px;
  padding: 39px 28px;
  box-sizing: border-box;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 0px 34px 0px rgba(208, 222, 214, 0.5);
}
.assess-box .swiper-slide ul li p {
  color: #757575;
  font-family: Microsoft YaHei;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-top: 33px;
  line-height: 24px;
}
.assess-box .swiper-slide ul li > img {
  position: absolute;
  right: 18px;
  top: 28px;
}

.assess-top {
  display: flex;
  align-items: center;
}

.assess-name {
  margin-left: 15px;
}
.assess-name h2 {
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
}

.swiper-pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 73px;
}

.swiper-pagination-bullet {
  width: 60px !important;
  height: 9px !important;
  border-radius: 40px !important;
  background: #999 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 41px !important;
  background: linear-gradient(142deg, #24bf7e 0%, #63cda1 100%), linear-gradient(90deg, #3080ee 0%, #4bc4ff 100%) !important;
}
.swiper-pagination-bullet:nth-child(2) {
  margin-left: 10px !important;
}

.aggregate_style {
  line-height: 1;
}
.aggregate_style img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 0 !important;
}
.aggregate_style .header-title h1 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.aggregate_style .header-title span {
  display: inline-block;
  margin-left: 10px;
}

.hidden-header-box .header-title h1,
.hidden-header-box .header-title span {
  color: #000;
}

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