﻿
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%;
  height: 555px;
  background: url(../image/img_banner_bg.png) no-repeat center center/cover;
}
.banner_wrapper .banner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 70px;
}
.banner_wrapper .banner_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alimama ShuHeiTi", "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  letter-spacing: 0.1em;
  color: #222222;
  margin-bottom: 18px;
}
.banner_wrapper .banner_box .title img {
  margin-right: 13px;
  width: 370px;
}
.banner_wrapper .banner_box .ms1 {
  margin-bottom: 64px;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #666666;
}
.banner_wrapper .banner_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 401px;
  height: 81px;
  background: linear-gradient(90deg, #2698ff 0%, #4379ff 100%);
  border-radius: 16px;
  margin-bottom: 30px;
}
.banner_wrapper .banner_box a img {
  margin-right: 14px;
  width: 32px;
}
.banner_wrapper .banner_box a div {
  display: flex;
  align-items: end;
  width: fit-content;
}
.banner_wrapper .banner_box a div span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  display: inline-block;
}
.banner_wrapper .banner_box a div p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  margin-right: 0;
}
.banner_wrapper .banner_box .briefIntroduction1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 48px;
  background: linear-gradient(90deg, rgba(232, 239, 254, 0.04) 0%, rgba(123, 165, 255, 0.12) 45.5%, rgba(232, 239, 254, 0.04) 100%);
}
.banner_wrapper .banner_box .briefIntroduction1 > span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #161e45;
}
.banner_wrapper .banner_box .briefIntroduction1 > img {
  width: 20px;
  margin: 0 12px;
}
.banner_wrapper .banner_box .briefIntroduction1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .banner_box .briefIntroduction1 .item img {
  margin-right: 8px;
  width: 40px;
}
.banner_wrapper .banner_box .briefIntroduction1 .item p {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #000000;
}

.step01_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  background: url(../image/img_bottom_bg.png) no-repeat bottom center;
}
.step01_box img {
  width: 1200px;
}
.step01_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  /* or 200% */
  text-align: center;
  letter-spacing: 0.1em;
  color: #999999;
}

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