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

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* 渐变样式 */
  background: linear-gradient(285.12deg, #11ab5a 60.52%, #32e094 100%);
  border-radius: 16px;
  width: 420px;
  height: 132px;
  box-sizing: border-box;
}
.common-btn .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.common-btn .top img {
  margin-right: 20px;
  width: 48px;
}
.common-btn .top span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}
.common-btn .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-btn .bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.common-btn .bottom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-btn .bottom ul li img {
  margin-right: 10px;
  width: 20px;
}
.common-btn .bottom ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
.common-btn .bottom ul li + li {
  margin-left: 20px;
}

/* 头部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: rgba(236, 255, 246, 0.8);
  backdrop-filter: blur(5px);
}

.header-content {
  height: 60px;
  line-height: 60px;
  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 {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  background: linear-gradient(285.12deg, #11ab5a 60.52%, #32e094 100%);
  border-radius: 8px;
}
.header-content .header-right a img {
  margin-right: 8px;
  width: 24px;
}
.header-content .header-right a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.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: 40px;
  height: 40px;
}
.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: 60px;
  line-height: 60px;
  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;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/568_sem/bg01.png) no-repeat center center/cover;
  width: 100%;
  height: 960px;
}
.banner_wrapper .banner_box {
  margin-top: 73px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .banner_box .title {
  margin-bottom: 40px;
  position: relative;
  width: fit-content;
}
.banner_wrapper .banner_box .title h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  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;
}
.banner_wrapper .banner_box .title span {
  position: absolute;
  top: -14px;
  right: -122px;
  width: 120px;
  height: 40px;
  background: linear-gradient(290.6deg, #11ab5a 50.23%, #32e094 85.39%, #fbffa8 100.56%);
  border-radius: 20px 20px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.banner_wrapper .banner_box .ms1 {
  margin-bottom: 20px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.banner_wrapper .banner_box .ms2 {
  margin-bottom: 40px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.banner_wrapper .banner_box > .banner_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin-bottom: 68px;
}
.banner_wrapper .banner_box > .banner_ul > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 168px;
  background: linear-gradient(225deg, rgba(255, 255, 255, 0.0625) 0%, rgba(255, 255, 255, 0.125) 100%);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner_wrapper .banner_box > .banner_ul > a img {
  width: 120px;
  height: 120px;
}
.banner_wrapper .banner_box > .banner_ul > a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  /* 线条样式 */
  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;
}
.banner_wrapper .banner_box > .banner_ul > a:hover {
  transform: translateY(-12px);
}
.banner_wrapper .banner_box > .common-btn {
  margin-bottom: 30px;
}
.banner_wrapper .banner_box .ms3 {
  margin-bottom: 36px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/568_sem/p-bg.png) no-repeat 66px 12px;
}
.banner_wrapper .banner_box .ms3 span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  /* 渐变 */
  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;
  display: inline-block;
  margin-left: 12px;
  margin-right: 24px;
  position: relative;
}
.banner_wrapper .banner_box .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;
  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;
}
.banner_wrapper .banner_box .ms4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_wrapper .banner_box .ms4 p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
}
.banner_wrapper .banner_box .ms4 p + p {
  margin-left: 40px;
}

.step01_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/568_sem/xadsad-bg02.png) no-repeat center center;
}
.step01_box > .title {
  margin-bottom: 60px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #202823;
}
.step01_box .s_b_content {
  width: 1200px;
}
.step01_box .s_b_content .swiper-pagination-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.step01_box .s_b_content .swiper-pagination-custom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 844px;
  height: 62px;
  background: #f7f8fa;
  border-radius: 51px;
}
.step01_box .s_b_content .swiper-pagination-custom ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 0 38px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 40px;
  cursor: pointer;
}
.step01_box .s_b_content .swiper-pagination-custom ul li img {
  margin-right: 8px;
  width: 28px;
}
.step01_box .s_b_content .swiper-pagination-custom ul li img:nth-child(1) {
  display: block;
}
.step01_box .s_b_content .swiper-pagination-custom ul li img:nth-child(2) {
  display: none;
}
.step01_box .s_b_content .swiper-pagination-custom ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #666666;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active {
  background: linear-gradient(285.12deg, #11ab5a 60.52%, #32e094 100%);
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active img:nth-child(2) {
  display: block;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active img:nth-child(1) {
  display: none;
}
.step01_box .s_b_content .swiper-pagination-custom ul li.active span {
  color: #ffffff;
}
.step01_box .s_b_content .swiper {
  width: 1300px;
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide > img {
  width: 664px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title {
  margin-left: 56px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #202823;
  margin-bottom: 48px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > ul {
  margin-bottom: 49px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > ul li {
  display: flex;
  align-items: self-start;
  justify-content: start;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > ul li + li {
  margin-top: 29px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > ul li img {
  margin-right: 12px;
  width: 24px;
}
.step01_box .s_b_content .swiper .swiper-wrapper .swiper-slide .title > ul li span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #767676;
  display: inline-block;
  width: 543px;
}

.aggregate_style {
  line-height: 1;
}
.aggregate_style .header-title {
  line-height: 1;
}
.aggregate_style .header-title h1 {
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.aggregate_style .header-title span {
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
  color: #fff;
}

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

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