<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  min-width: 1200px;
}

@media (max-width: 1536px) {
  .banner_wrapper {
    margin-top: 86px !important;
    height: 600px !important;
  }
  .banner_wrapper .banner_box {
    margin-top: 55px !important;
  }
}
@media (max-width: 1280px) {
  .banner_wrapper .banner_box {
    margin-top: -20px !important;
    height: 762px !important;
  }
  .banner_wrapper .banner_box .b_left .ms2 {
    margin-bottom: 10px !important;
  }
  .banner_wrapper .banner_box .b_left .ms1 {
    margin-bottom: 17px !important;
  }
  .banner_wrapper .banner_box .b_right {
    width: 500px !important;
  }
  .banner_wrapper {
    height: 600px !important;
    margin-top: 90px !important;
  }
}
/* 头部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: #eef1ff;
}

.banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  margin-top: 116px;
  width: 100%;
  height: 762px;
  background: linear-gradient(180deg, rgba(79, 107, 254, 0.1) 0%, rgba(79, 107, 254, 0) 100%);
}
.banner_wrapper .banner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}
.banner_wrapper .banner_box .b_left {
  margin-right: 58px;
}
.banner_wrapper .banner_box .b_left .text {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
.banner_wrapper .banner_box .b_left .text h1 {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}
.banner_wrapper .banner_box .b_left .text .tuijian {
  position: absolute;
  top: -35px;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 16px 6px;
  background: linear-gradient(90deg, #ff7835 0%, #feb54f 100%);
  border-radius: 40px 40px 40px 0px;
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
  box-sizing: border-box;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 {
  margin-bottom: 6px;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li {
  display: flex;
  align-items: center;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 36px;
  color: #000;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li:nth-child(1) {
  background: linear-gradient(90deg, #ff6214 -8.05%, #feb54f 108.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner_wrapper .banner_box .b_left .ms1 {
  margin-bottom: 33px;
  font-family: "Alibaba PuHuiTi", "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
}
.banner_wrapper .banner_box .b_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 72px;
  background: linear-gradient(272.84deg, #4f98fe 1.43%, #5e4ffe 78.26%, #894ffe 112.07%);
  border-radius: 77px;
  margin-bottom: 21px;
}
.banner_wrapper .banner_box .b_left a img {
  margin-right: 14px;
  width: 32px;
}
.banner_wrapper .banner_box .b_left a span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}
.banner_wrapper .banner_box .b_left .ms2 {
  width: 360.56px;
  height: 28px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/572_sem/ms2_bg.png) no-repeat center center/cover;
}
.banner_wrapper .banner_box .b_left .ms2 span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  display: inline-block;
}
.banner_wrapper .banner_box .b_left .ms2 span:nth-child(1) {
  margin-right: 43px;
}
.banner_wrapper .banner_box .b_left .ms2 span:nth-child(2) {
  margin-right: 49px;
}
.banner_wrapper .banner_box .b_left .ms3 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner_wrapper .banner_box .b_left .ms3 span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343942;
  opacity: 0.8;
}
.banner_wrapper .banner_box .b_left .ms3 span + span {
  display: inline-block;
  margin-left: 15px;
}
.banner_wrapper .banner_box .b_right {
  width: 635px;
}
.banner_wrapper .banner_box .b_right img {
  width: 100%;
}

.step01_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 54px;
  padding-bottom: 30px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/572_sem/step01_box_bg.png) no-repeat center center/cover;
}
.step01_box h1 {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #000000;
  margin-bottom: 17px;
}
.step01_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
}
.step01_box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step01_box ul li img {
  padding-top: 5px;
  box-sizing: border-box;
  margin-right: 8px;
  width: 22px;
}
.step01_box ul li span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #00c198;
}
.step01_box ul li + li {
  margin-left: 34px;
}
.step01_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
  width: 340px;
  height: 72px;
  background: linear-gradient(271.9deg, #4f98fe 0.97%, #5e4ffe 57%, #894ffe 98.89%);
  border-radius: 77px;
}
.step01_box a img {
  margin-right: 14px;
  width: 36px;
}
.step01_box a span {
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.step01_box .stp1_ms3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step01_box .stp1_ms3 span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #222222;
  opacity: 0.8;
}
.step01_box .stp1_ms3 span + span {
  display: inline-block;
  margin-left: 15px;
}
.step01_box .mz {
  display: inline-block;
  margin-top: 43px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* or 167% */
  text-align: center;
  color: #666666;
}

.aggregate_style {
  line-height: 1;
}
.aggregate_style img {
  width: 40px !important;
  height: 40px !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;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>