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

/* 头部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;
}

.header-content {
  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;
}
.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: 192px;
  height: 56px;
  border: 1px solid #4f6bfe;
  border-radius: 77px;
}
.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: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #4f6bfe;
}
.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: 229px;
}
.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%;
}
.banner_wrapper .banner_box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 20px;
}
.banner_wrapper .banner_box .ms1 {
  display: flex;
  align-items: center;
  margin-bottom: 39px;
}
.banner_wrapper .banner_box .ms1 img {
  margin-right: 15px;
  width: 62px;
}
.banner_wrapper .banner_box .ms1 span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #24292e;
}
.banner_wrapper .banner_box > p {
  margin-bottom: 26px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
}
.banner_wrapper .banner_box .ms2 {
  width: 743.4px;
  background: #f3f5fd;
  border-radius: 9.24296px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: start;
  justify-content: start;
}
.banner_wrapper .banner_box .ms2 img {
  margin-right: 10px;
  width: 27px;
  flex-shrink: 0;
}
.banner_wrapper .banner_box .ms2 span {
  width: 654px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 132.38%;
  letter-spacing: 0.06em;
  color: #525354;
}

.tutorial {
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 747px;
}
.tutorial .item1 .ms1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #24292e;
  margin-bottom: 37px;
}
.tutorial .item1 ul {
  margin-bottom: 53px;
}
.tutorial .item1 ul li {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 174.61%;
  color: #161719;
}
.tutorial .item1 ul li span {
  font-weight: 700;
}
.tutorial .item1 ul li::before {
  content: "";
  margin-right: 11px;
  width: 6.6px;
  height: 6.6px;
  background-color: #4f6bfe;
  border-radius: 50%;
}
.tutorial .item2 {
  margin-bottom: 40px;
}
.tutorial .item2 .ms1 {
  margin-bottom: 29px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #24292e;
}
.tutorial .item2 .briefIntroduction {
  display: flex;
  padding: 23px 33px;
  box-sizing: border-box;
  background: #f3f5fd;
  border-radius: 9.24296px;
}
.tutorial .item2 .briefIntroduction > img {
  margin-right: 19px;
  width: 27px;
}
.tutorial .item2 .briefIntroduction .introduce {
  width: fit-content;
  margin-right: 50px;
}
.tutorial .item2 .briefIntroduction .introduce p {
  margin-bottom: 6px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132.38%;
  color: #000000;
}
.tutorial .item2 .briefIntroduction .introduce span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 132.38%;
  color: #000000;
}
.tutorial .item2 .briefIntroduction a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 427.82px;
  height: 52.82px;
  background: #586ded;
  border-radius: 5.28169px;
}
.tutorial .item2 .briefIntroduction a img {
  margin-right: 9px;
  width: 21px;
}
.tutorial .item2 .briefIntroduction a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132.38%;
  color: #ffffff;
}
.tutorial .item3 {
  margin-bottom: 66px;
}
.tutorial .item3 .ms1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #24292e;
  margin-bottom: 41px;
}
.tutorial .item3 .item-box p {
  margin-bottom: 41px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150.82%;
  color: #000000;
}
.tutorial .item3 .item-box img {
  width: 747px;
}
.tutorial .item3 .item-box + .item-box {
  margin-top: 40px;
}

.briefIntroduction {
  display: flex;
  padding: 23px 33px;
  box-sizing: border-box;
  background: #f3f5fd;
  border-radius: 9.24296px;
  width: 743px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.briefIntroduction > img {
  margin-right: 19px;
  width: 27px;
  height: 35px;
  flex-shrink: 0;
}
.briefIntroduction .introduce {
  margin-right: 50px;
}
.briefIntroduction .introduce p {
  width: 157px;
  margin-bottom: 6px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132.38%;
  color: #000000;
}
.briefIntroduction .introduce span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 132.38%;
  color: #000000;
}
.briefIntroduction a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 427.82px;
  height: 52.82px;
  background: #586ded;
  border-radius: 5.28169px;
}
.briefIntroduction a img {
  margin-right: 9px;
  width: 21px;
}
.briefIntroduction a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 132.38%;
  color: #ffffff;
}

.step1-box {
  width: 733px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  opacity: 0.4;
  margin-bottom: 40px;
}

.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 */
