<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width: 1536px) {
  .banner_box {
    margin-top: 76px !important;
  }
}
@media (max-width: 1280px) {
  .banner_box {
    margin-top: 20px !important;
    height: 722px !important;
  }
  .b_right {
    width: 524px !important;
    margin-left: 10px !important;
  }
  .b_left {
    margin-left: 0 !important;
  }
}
body {
  min-width: 1400px;
}

.banner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 738px;
  background: linear-gradient(126.65deg, #2d82ff 28.67%, #ddedff 82.34%);
  margin-top: 117px;
}
.banner_box .b_left {
  margin-left: 150px;
}
.banner_box .b_left .tuijian {
  margin-bottom: 22px;
  width: 237px;
  height: 44px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/banner_tuijian.png) no-repeat center center;
}
.banner_box .b_left .tuijian span {
  margin-top: 2px;
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 47px;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #4d1f00 0%, #b34800 40.9%, #4d1f00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: 54px;
  z-index: 100;
}
.banner_box .b_left h1 {
  margin-bottom: 17px;
  font-family: "JiangChengHeiTi 700W";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 73px;
  color: #ffffff;
}
.banner_box .b_left .ms {
  margin-bottom: 18px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
.banner_box .b_left ul {
  margin-bottom: 35px;
  padding-left: 23px;
  box-sizing: border-box;
}
.banner_box .b_left ul li {
  position: relative;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 165%;
  color: #ffffff;
  opacity: 0.9;
}
.banner_box .b_left ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}
.banner_box .b_left .banner_down {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.banner_box .b_left .banner_down .show_qr {
  position: relative;
  width: fit-content;
}
.banner_box .b_left .banner_down .show_qr a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 34px;
  box-sizing: border-box;
  background-color: #2f7af7;
  box-shadow: inset 0px 4px 5.3px rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  position: relative;
  transition: all 0.3s;
}
.banner_box .b_left .banner_down .show_qr a:hover {
  transform: translateY(-8px);
}
.banner_box .b_left .banner_down .show_qr a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/down-bg.png) no-repeat center center/cover;
}
.banner_box .b_left .banner_down .show_qr a img {
  margin-right: 16px;
  width: 30px;
}
.banner_box .b_left .banner_down .show_qr a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
.banner_box .b_left .banner_down .show_qr:hover .qr_img_box {
  opacity: 1;
}
.banner_box .b_left .banner_down .show_qr .qr_img_box {
  opacity: 0;
  position: absolute;
  bottom: -186px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #ffffff;
  border: 1.08553px solid #eceff2;
  border-radius: 11.9408px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 165px;
  height: 182px;
  transition: 0.8s;
}
.banner_box .b_left .banner_down .show_qr .qr_img_box .recode-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.7px;
}
.banner_box .b_left .banner_down .show_qr .qr_img_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #a6a7a8;
}
.banner_box .b_left .banner_down &gt; a {
  margin-left: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 34px;
  box-sizing: border-box;
  border-radius: 30px;
  border: 2px solid #6a8bff;
  box-sizing: border-box;
  background-color: #fff;
}
.banner_box .b_left .banner_down &gt; a img {
  margin-right: 11px;
  width: 30px;
}
.banner_box .b_left .banner_down &gt; a img:nth-child(1) {
  display: block;
}
.banner_box .b_left .banner_down &gt; a img:nth-child(2) {
  display: none;
}
.banner_box .b_left .banner_down &gt; a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #2f7af7;
}
.banner_box .b_left .banner_down &gt; a:hover {
  background-color: #2f7af7;
  border-color: transparent;
}
.banner_box .b_left .banner_down &gt; a:hover span {
  color: #fff;
}
.banner_box .b_left .banner_down &gt; a:hover img:nth-child(2) {
  display: block;
}
.banner_box .b_left .banner_down &gt; a:hover img:nth-child(1) {
  display: none;
}
.banner_box .b_left .system {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.banner_box .b_right {
  margin-left: 83px;
  width: 722px;
}
.banner_box .b_right img {
  width: 100%;
}

.step01_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 108px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.step01_box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 638px;
  background: linear-gradient(178.96deg, #c8e5ff -14.06%, #eff7ff 49.72%, #ffffff 99.11%);
  border-radius: 37px;
}
.step01_box .content h2 {
  margin-bottom: 88px;
  position: relative;
  width: fit-content;
}
.step01_box .content h2 div {
  position: relative;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.05em;
  color: #061b55;
  z-index: 100;
}
.step01_box .content h2 div span {
  color: #2f7af7;
}
.step01_box .content h2 img {
  position: absolute;
  bottom: 0;
  right: -19px;
  width: 170px;
}
.step01_box .content &gt; img {
  width: 1067px;
}

.step02_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 108px;
  padding-bottom: 80px;
  box-sizing: border-box;
  /* 动画 */
}
.step02_box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step02_box .content h2 {
  margin-bottom: 88px;
  position: relative;
  width: fit-content;
}
.step02_box .content h2 div {
  position: relative;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.05em;
  color: #061b55;
  z-index: 100;
}
.step02_box .content h2 div span {
  color: #2f7af7;
}
.step02_box .content h2 img {
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 170px;
}
@keyframes animation {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 根据当前内容实际宽度来调整 */
    transform: translateX(-4675px);
  }
}
.step02_box .animation-box {
  width: 100%;
  overflow: hidden;
}
.step02_box .marquee {
  display: flex;
  align-items: center;
  animation: animation 25s linear infinite;
  cursor: pointer;
}
.step02_box .marquee:hover {
  animation-play-state: paused; /* 当鼠标悬停时暂停动画 */
}
.step02_box .marquee .item {
  width: 870px;
  height: 348px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 89px;
  flex-shrink: 0;
  background-color: pink;
  margin-right: 65px;
  box-sizing: border-box;
}
.step02_box .marquee .item h2 {
  margin-bottom: 37px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.05em;
  color: #061b55;
}
.step02_box .marquee .item p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.05em;
  color: #061b55;
}
.step02_box .marquee .item.one {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/swiper-slide-bg3.png) no-repeat center center/cover;
}
.step02_box .marquee .item.two {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/swiper-slide-bg4.png) no-repeat center center/cover;
}
.step02_box .marquee .item.three {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/swiper-slide-bg5.png) no-repeat center center/cover;
}
.step02_box .marquee .item.four {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/swiper-slide-bg1.png) no-repeat center center/cover;
}
.step02_box .marquee .item.five {
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/swiper-slide-bg2.png) no-repeat center center/cover;
}

.step03_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 170px;
  box-sizing: border-box;
}
.step03_box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 437px;
  background: #f6fbff;
  border-radius: 10.5395px;
}
.step03_box .item + .item {
  margin-top: 84px;
}
.step03_box .item .text h2 {
  margin-bottom: 30px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.05em;
  color: #061b55;
}
.step03_box .item .text p {
  margin-bottom: 49px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.05em;
  color: rgba(6, 27, 85, 0.6);
}
.step03_box .item .text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 60px;
  background-color: #2f7af7;
  border-radius: 60px;
  position: relative;
}
.step03_box .item .text a &gt; img {
  margin-right: 16px;
  width: 30px;
}
.step03_box .item .text a &gt; span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
.step03_box .item .text a:hover .qr_img_box {
  opacity: 1;
}
.step03_box .item .text a .qr_img_box {
  opacity: 0;
  position: absolute;
  bottom: -186px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #ffffff;
  border: 1.08553px solid #eceff2;
  border-radius: 11.9408px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 165px;
  height: 182px;
  transition: 0.3s;
}
.step03_box .item .text a .qr_img_box .recode-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.7px;
}
.step03_box .item .text a .qr_img_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #a6a7a8;
}

.step04_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 295px;
  background: linear-gradient(126.65deg, #2d82ff 28.67%, #ddedff 82.34%);
}
.step04_box &gt; div {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 43px;
  font-family: "DingTalk JinBuTi";
  font-style: italic;
  font-weight: 400;
  font-size: 33px;
  line-height: 40px;
  color: #ffffff;
  transform: matrix(1, 0, 0.12, 0.99, 0, 0);
}
.step04_box &gt; div p {
  width: 294px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/step04-div-bg01.png) no-repeat center center/cover;
  font-family: "DingTalk JinBuTi";
  font-weight: 400;
  font-size: 50px;
  line-height: 105px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-right: 5px;
  position: relative;
}
.step04_box &gt; div p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  width: 25px;
  height: 28px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/121_wm/xxxxxxx.png) no-repeat center center/cover;
}
.step04_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 215px;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
}
.step04_box a &gt; img {
  margin-right: 16px;
  width: 30px;
}
.step04_box a &gt; span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #2f7af7;
}
.step04_box a:hover .qr_img_box {
  opacity: 1;
}
.step04_box a .qr_img_box {
  opacity: 0;
  position: absolute;
  bottom: -186px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #ffffff;
  border: 1.08553px solid #eceff2;
  border-radius: 11.9408px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 165px;
  height: 182px;
  transition: 0.3s;
  z-index: 100;
}
.step04_box a .qr_img_box .recode-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.7px;
}
.step04_box a .qr_img_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #a6a7a8;
}

/* 评价 */
.assess-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.assess-box h1 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 70px;
}
.assess-box h1 div {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.05em;
  color: #000;
}
.assess-box h1 div span {
  color: #2f7af7;
}
.assess-box h1 img {
  position: absolute;
  bottom: -12px;
  right: -24px;
}

.assess-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.assess-content .mark_box {
  position: absolute;
  bottom: 205px;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  height: 40px;
  background-color: #fff;
  z-index: 100;
}

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

.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 {
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  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;
  box-shadow: 0px 0px 14px rgba(186, 186, 186, 0.25);
}

.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 #93d2ff;
}

.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;
}

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