﻿
body {
  min-width: 1200px;
}

@media (max-width: 1280px) {
  .banner_wrapper .banner_box .b_left .title .title-ms2,
  .banner_wrapper .banner_box .b_left .title .title-ms1 {
    font-size: 35px !important;
  }
  .banner_wrapper .banner_box .b_left .title .title-ms1 img {
    width: 203px !important;
  }
}
.common_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 60px;
  background: linear-gradient(272.84deg, #4f98fe 1.43%, #5e4ffe 78.26%, #894ffe 112.07%);
  border-radius: 77px;
}
.common_btn img {
  margin-right: 14px;
  width: 28px;
}
.common_btn span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

/* 头部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: 110px;
  height: 32px;
  background: #4d6cfe;
  border-radius: 4px;
}
.header-content .header-right a img {
  margin-right: 6px;
  width: 16px;
}
.header-content .header-right a span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  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: 177px;
}
.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%;
  height: 850px;
  background: url(../image/banner_bg.png) no-repeat center center/cover;
  position: relative;
}
.banner_wrapper .banner_box {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .banner_box .b_left {
  margin-right: 39px;
  margin-left: 163px;
}
.banner_wrapper .banner_box .b_left .title {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 24px;
}
.banner_wrapper .banner_box .b_left .title .title-ms1 {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #3388ff;
  padding-bottom: 7px;
}
.banner_wrapper .banner_box .b_left .title .title-ms2 {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #161e45;
}
.banner_wrapper .banner_box .b_left .title .tuijian {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 7px 12px 7px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 183, 255, 0.7) 0%, rgba(252, 0, 255, 0.7) 100%);
  border-radius: 25px 25px 25px 0px;
}
.banner_wrapper .banner_box .b_left .title .tuijian img {
  margin-right: 2px;
  width: 18px;
}
.banner_wrapper .banner_box .b_left .title .tuijian span {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 {
  margin-bottom: 34px;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  color: #475569;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li p span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #475569;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #475569;
  margin-right: 8px;
  margin-top: 16px;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li + li {
  margin-top: 14px;
}
.banner_wrapper .banner_box .b_right {
  width: 712px;
  position: relative;
  height: 437px;
}
.banner_wrapper .banner_box .b_right img {
  position: absolute;
  top: -39px;
  left: -45px;
  width: 100%;
}
.banner_wrapper .step01_box {
  margin-top: 34px;
  position: absolute;
  bottom: -133px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 266px;
  border-radius: 20px;
  padding: 0 120px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  box-shadow: 0px 4px 24px rgba(194, 205, 221, 0.25);
  border-radius: 20px;
}
.banner_wrapper .step01_box .s1_b_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9f3;
  width: 100%;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left {
  display: flex;
  align-items: center;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left > img {
  margin-right: 9px;
  width: 100px;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left .title .top {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left .title .top img {
  width: 157px;
  height: 29.46px;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left .title .top span {
  font-family: "Douyin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 31.4483px;
  line-height: 38px;
  color: #161e45;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left .title .top span.ds-text {
  color: #3388ff;
  padding-bottom: 5px;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left .title .bottom {
  display: flex;
  align-items: center;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left .title .bottom img {
  margin-right: 10px;
  width: 120px;
  height: 20px;
}
.banner_wrapper .step01_box .s1_b_top .s1_b_t_left .title .bottom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 22px;
  background: linear-gradient(90deg, #6981ff 3.39%, #7e65de 100%);
  border-radius: 3px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.banner_wrapper .step01_box .s1_b_bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
}
.banner_wrapper .step01_box .s1_b_bottom .item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.banner_wrapper .step01_box .s1_b_bottom .item span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #161e45;
  display: inline-block;
  margin-bottom: 4px;
}
.banner_wrapper .step01_box .s1_b_bottom .item p {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #475569;
}
.banner_wrapper .step01_box .s1_b_bottom .link {
  width: 1px;
  height: 60px;
  margin: 0 50px;
  box-sizing: border-box;
  background-color: #e9e9f3;
}

.step02_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 187px;
}
.step02_box .s2_b_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step02_box .s2_b_top .ms1 {
  margin-right: 16px;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #161e45;
}
.step02_box .s2_b_top .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step02_box .s2_b_top .item img {
  margin-right: 12px;
  width: 54px;
}
.step02_box .s2_b_top .item span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.step02_box .s2_b_top > img {
  margin: 0 40px;
  width: 28px;
}
.step02_box .s2_b_bottom {
  margin-top: 24px;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #65748b;
  width: 932px;
  text-align: center;
}

.step04_box {
  margin-top: 88px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step04_box h1 {
  margin-bottom: 45px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #161e45;
}
.step04_box ul {
  width: 1000px;
}
.step04_box ul li {
  width: 1000px;
  height: fit-content;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.step04_box ul li.active .top {
  background-color: #f0f6ff;
}
.step04_box ul li.active .top .t_left span {
  color: #4d6bfe;
}
.step04_box ul li.active .top .t_right img:nth-child(2) {
  display: block;
}
.step04_box ul li.active .top .t_right img:nth-child(1) {
  display: none;
}
.step04_box ul li + li {
  margin-top: 18px;
}
.step04_box ul li .top {
  width: 100%;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.step04_box ul li .top .t_left span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.step04_box ul li .top .t_right img {
  width: 30px;
}
.step04_box ul li .top .t_right img:nth-child(1) {
  display: block;
}
.step04_box ul li .top .t_right img:nth-child(2) {
  display: none;
}
.step04_box ul li .cur_bottom {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
}
.step04_box ul li .cur_bottom span {
  padding: 22px 0;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #65748b;
}

.step05_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 15px;
  width: 100%;
}
.step05_box .mz {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #65748b;
}

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

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

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