@keyframes diffusion {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .banner_box .top {
    margin-top: 10px !important;
  }
  .banner_box .top .b_b_left .title_box {
    margin-bottom: 20px !important;
  }
  .banner_box .top .b_b_left .ms1 {
    margin-bottom: 20px !important;
  }
  .banner_box .top .b_b_left .ms2 {
    margin-bottom: 20px !important;
  }
  .banner_box .top .b_b_right {
    width: 700px !important;
  }
}
.btn_a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 25.93px;
  font-style: normal;
  font-weight: 500;
  line-height: 157%; /* 40.71px */
  width: 305px;
  height: 70px;
  border-radius: 11px;
  background: #fff;
  background: linear-gradient(96deg, #20f094 -10.75%, #11d681 29.36%, #08c675 100%);
  cursor: pointer !important;
}
.btn_a img {
  margin-right: 12px;
  width: 36px;
}
.btn_a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

@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);
  }
}
.top_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
  transition: all 0.3s;
}
.top_box:hover {
  background-color: #ffffff;
}
.top_box .header-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 150px;
  height: 60px;
  line-height: 60px;
  min-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;
}
.top_box .header-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_box .header-content a img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
}
.top_box .header-content a > h1 {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.top_box .header-content a .header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.top_box .header-content a .header-title h1 {
  margin-bottom: 7px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.top_box .header-content a .header-title span {
  line-height: 100%;
  font-size: 16px;
}
.top_box .header-content a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}
.top_box .header-content .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_box .header-content .header-right span {
  margin-right: 30px;
  color: #3c3c3c;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top_box .header-content .header-right a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 40px;
  margin-right: 0;
  background-color: #006fff;
  border-radius: 8px;
}
.top_box .header-content .header-right a img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.top_box .header-content .header-right a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  margin-right: 0 !important;
}
.top_box .header-content .header-right a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}
.top_box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}
.top_box .hidden-header-box .hhb_content {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_box .hidden-header-box .hhb_content .h_left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_box .hidden-header-box .hhb_content .h_left img {
  margin-right: 12px;
  width: 40px;
}
.top_box .hidden-header-box .hhb_content .h_left span {
  font-size: 16px;
  color: #000;
  font-family: "microsoft yahei";
  font-weight: 700;
}
.top_box .hidden-header-box .hhb_content .h_left.header-left {
  line-height: 1;
}
.top_box .hidden-header-box .hhb_content .h_left.header-left h1 {
  margin-bottom: 7px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.top_box .hidden-header-box .hhb_content .h_left.header-left span {
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
}
.top_box .hidden-header-box .hhb_content .h_right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_box .hidden-header-box .hhb_content .h_right span {
  margin-right: 30px;
  color: #3c3c3c;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top_box .hidden-header-box .hhb_content .h_right a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 40px;
  margin-right: 0;
  background-color: #006fff;
  border-radius: 8px;
}
.top_box .hidden-header-box .hhb_content .h_right a img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.top_box .hidden-header-box .hhb_content .h_right a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  margin-right: 0 !important;
}
.top_box .hidden-header-box .hhb_content .h_right a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

.banner_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 858px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/618_sem/bg-banner.png) no-repeat center center/cover;
}
.banner_box .top {
  margin-top: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_box .top .b_b_left .title_box {
  width: fit-content;
  margin-bottom: 32px;
  position: relative;
}
.banner_box .top .b_b_left .title_box h1 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_box .top .b_b_left .title_box span {
  position: absolute;
  top: -28px;
  right: -95px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/618_sem/title_box_span_bg.png) no-repeat center center;
  width: 100px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}
.banner_box .top .b_b_left .ms1 {
  width: 460px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 40px;
  background: linear-gradient(187deg, #e5f0ff 6.04%, #cae1ff 95.62%);
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006fff;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner_box .top .b_b_left .ms2 {
  margin-bottom: 56px;
}
.banner_box .top .b_b_left .ms2 li {
  display: flex;
  align-items: center;
}
.banner_box .top .b_b_left .ms2 li img {
  margin-right: 10px;
  width: 24px;
}
.banner_box .top .b_b_left .ms2 li span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
}
.banner_box .top .b_b_left .ms2 li + li {
  margin-top: 22px;
}
.banner_box .top .b_b_left .common_btn {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}
.banner_box .top .b_b_left .common_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 72px;
  flex-shrink: 0;
  background-color: #006fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.banner_box .top .b_b_left .common_btn a img {
  margin-right: 16px;
  width: 33px;
}
.banner_box .top .b_b_left .common_btn a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 26.667px */
  letter-spacing: 0.8px;
}
.banner_box .top .b_b_left .common_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: diffusion 1.3s linear infinite;
}
.banner_box .top .b_b_left .common_btn > span {
  position: absolute;
  top: -20px;
  right: 0;
  text-align: center;
  width: 186px;
  height: 48px;
  line-height: 48px;
  flex-shrink: 0;
  border-radius: 32px 32px 32px 0px;
  background: linear-gradient(97deg, #ff8d22 0%, #ff3d1b 92.41%);
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.banner_box .top .b_b_left .ms3 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 41px;
  box-sizing: border-box;
}
.banner_box .top .b_b_left .ms3 li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_box .top .b_b_left .ms3 li img {
  margin-right: 8px;
  width: 18px;
}
.banner_box .top .b_b_left .ms3 li span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.banner_box .top .b_b_left .ms3 li + li {
  margin-left: 24px;
}
.banner_box .top .b_b_left .ms4 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: fit-content;
}
.banner_box .top .b_b_left .ms4 p {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.banner_box .top .b_b_left .ms4 p + p {
  margin-top: 12px;
}
.banner_box .top .b_b_right {
  width: 750px;
  margin-left: 72px;
}
.banner_box .top .b_b_right img {
  width: 100%;
}
.banner_box .bottom {
  margin-top: 65px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.2px;
}
.banner_box .bottom span {
  color: #f51d1d;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

.step03_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
}
.step03_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.step03_box .title img {
  width: 161px;
}
.step03_box .title span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 18px;
}
.step03_box ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.step03_box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 279px;
  height: 279px;
  flex-shrink: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.step03_box ul li:nth-child(n+5) {
  margin-top: 40px;
}
.step03_box ul li:hover {
  border-radius: 18px;
  border: 1px solid rgba(0, 111, 255, 0.25);
  background: rgba(0, 111, 255, 0.05);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.step03_box ul li:hover img:nth-child(2) {
  display: block;
}
.step03_box ul li:hover img:nth-child(1) {
  display: none;
}
.step03_box ul li img {
  margin-bottom: 32px;
  width: 120px;
}
.step03_box ul li img:nth-child(1) {
  display: block;
}
.step03_box ul li img:nth-child(2) {
  display: none;
}
.step03_box ul li span {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step02_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/618_sem/step02_box_bg.png) no-repeat center center/cover;
}
.step02_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.step02_box .title img {
  width: 161px;
}
.step02_box .title span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  margin: 0 18px;
}
.step02_box .detail_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 804px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #fff;
  margin-bottom: 32px;
  overflow: hidden;
}
.step02_box .detail_box li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 268px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 40px;
  background-color: #fff;
  color: #006fff;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 28px */
  letter-spacing: 1.4px;
  cursor: pointer;
}
.step02_box .detail_box li.active {
  background: linear-gradient(90deg, #4294ff 0%, #006fff 100%);
  color: #fff;
}
.step02_box .swiper_box {
  width: 977px;
  height: 720px;
  overflow: hidden;
}
.step02_box .swiper_box .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.step01_box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fff 0%, #f2f8ff 100%);
}
.step01_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.step01_box .title img {
  width: 161px;
}
.step01_box .title span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 18px;
}
.step01_box > ul {
  margin: 0 auto;
}
.step01_box > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step01_box > ul > li + li {
  margin-top: 100px;
}
.step01_box > ul > li:nth-child(odd) > img {
  margin-left: 106px;
}
.step01_box > ul > li:nth-child(even) > img {
  margin-right: 106px;
}
.step01_box > ul > li .text .top {
  margin-bottom: 48px;
  width: 352px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 46px;
  background: linear-gradient(90deg, #6bacff 0%, #006fff 100%);
}
.step01_box > ul > li .text .top img {
  margin-right: 12px;
  width: 40px;
}
.step01_box > ul > li .text .top span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 28px */
}
.step01_box > ul > li .text .bottom {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.step01_box > ul > li .text .bottom li {
  width: 617px;
  display: flex;
  align-items: flex-start;
  justify-self: start;
  color: #3f3737;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 28px;
}
.step01_box > ul > li .text .bottom li::before {
  content: "";
  margin-right: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #006fff;
  margin-top: 8px;
  flex-shrink: 0;
}
.step01_box > ul > li > img {
  width: 480px;
}

.step04_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
}
.step04_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step04_box .item + .item {
  margin-top: 118px;
}
.step04_box .item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.step04_box .item .title img {
  width: 161px;
}
.step04_box .item .title span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 18px;
}
.step04_box .item ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step04_box .item ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step04_box .item ul li + li {
  margin-left: 57px;
}
.step04_box .item ul li img {
  margin-bottom: 8px;
  width: 100px;
}
.step04_box .item ul li span {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step05_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 142px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #eaf3ff 0%, #fff 100%);
}
.step05_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.step05_box .title img {
  width: 161px;
}
.step05_box .title span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 18px;
}
.step05_box .swiper_box {
  width: fit-content;
  width: 1200px;
}
.step05_box .swiper_box .text_box {
  width: 100%;
  height: 307px;
  border-radius: 30px;
  background: #fefdff;
  filter: drop-shadow(0px 0px 20px rgba(175, 191, 212, 0.25));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step05_box .swiper_box .text_box .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  border-bottom: 1px solid rgba(177, 177, 177, 0.15);
  width: 100%;
}
.step05_box .swiper_box .text_box .top .title {
  margin-bottom: 24px;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.step05_box .swiper_box .text_box .top .start {
  width: 190px;
  height: 30px;
  flex-shrink: 0;
}
.step05_box .swiper_box .text_box .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
}
.step05_box .swiper_box .text_box .bottom li {
  padding: 0 20px;
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  box-sizing: border-box;
  display: none;
}
.step05_box .swiper_box .text_box .bottom li.active {
  display: block;
}
.step05_box .swiper_box .content_box {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 86px;
  box-sizing: border-box;
  overflow: hidden;
}
.step05_box .swiper_box .content_box li {
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.step05_box .swiper_box .content_box li.active .mark_box {
  display: block;
}
.step05_box .swiper_box .content_box li.active .text img {
  border: 3px solid #006fff;
}
.step05_box .swiper_box .content_box li .mark_box {
  position: absolute;
  top: -128px;
  left: 45%;
  width: 50px;
  height: 50px;
  transform: rotate(-45deg) translateX(-50%);
  filter: drop-shadow(0px 0px 20px rgba(175, 191, 212, 0.25));
  background-color: #fff;
  display: none;
  z-index: 10;
}
.step05_box .swiper_box .content_box li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step05_box .swiper_box .content_box li .text img {
  width: 90px;
  margin-bottom: 30px;
  position: relative;
  border: 3px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
}
.step05_box .swiper_box .content_box li .text span {
  color: #555;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: lowercase;
}

.step06_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/618_sem/step06_box_bg.png) no-repeat center center/cover;
}
.step06_box h2 {
  margin-bottom: 60px;
  color: var(---, #006fff);
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
}
.step06_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.step06_box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff6767 0%, #fb4040 100%);
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
}
.step06_box ul li + li {
  margin-left: 16px;
}
.step06_box ul li:nth-child(2) {
  background: linear-gradient(180deg, #ff8d64 0%, #f6722b 100%);
}
.step06_box ul li:nth-child(3) {
  background: linear-gradient(180deg, #3ebfff 0%, #2b83f6 100%);
}
.step06_box ul li:nth-child(4) {
  background: linear-gradient(180deg, #b26aff 0%, #ac2bf6 100%);
}
.step06_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 72px;
  flex-shrink: 0;
  background-color: #006fff;
  overflow: hidden;
  border-radius: 12px;
}
.step06_box a img {
  margin-right: 16px;
  width: 33px;
}
.step06_box a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.667px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 26.667px */
  letter-spacing: 0.8px;
}
.step06_box a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: diffusion 1.3s linear infinite;
}

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