 body {
  overflow-x: hidden; /* 防止出现滚动条 */
  overflow-y: auto; /* 防止出现滚动条 */
  background: #fff;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  border: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-container {
  transform: scale(0.7);
  transform-origin: top left;;
  width: calc(100vw / 0.7);   /* ≈ 166.6667vw */
  height: calc(100vh / 0.7);  /* ≈ 166.6667vh */

  /* 可选：让内容本身居中（内部布局）*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.content {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: lightblue;
}

.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 1920px;
  height: auto;
  overflow: hidden;
  margin: auto;
}

.block_1 {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07);
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 1920px;
  height: 80px;
  justify-content: flex-center;
}

.label_1 {
  width: 40px;
  height: 40px;
  margin: 21px 0 0 240px;
}

.text_1 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(0, 111, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
  margin: 23px 0 0 10px;
}

.text_2 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 26px 0 0 103px;
}

.text_3 {
  width: 79px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 26px 0 0 148px;
}

.text-wrapper_1 {
  height: 50px;
  background: url(./img/SketchPngd2d5d36fc2f5cdf46509774de494c3db0478f9736f75ec96ad32ce406af3c210.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 190px;
  margin: 15px 0 0 682px;
}

.text_4 {
  background-image: linear-gradient(
    304deg,
    rgba(67, 102, 255, 1) 0,
    rgba(255, 95, 8, 1) 100%
  );
  width: 79px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Bold;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 11px 0 0 80px;
}

.text-wrapper_2 {
  background-color: rgba(0, 111, 255, 1);
  border-radius: 10px;
  height: 50px;
  width: 136px;
  margin: 15px 240px 0 16px;
}

.text_5 {
  width: 36px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  margin: 12px 0 0 50px;
}

.text_6 {
  position: absolute;
  left: 290px;
  top: 23px;
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(0, 111, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.image_1 {
  position: absolute;
  left: 1465px;
  top: 13px;
  width: 44px;
  height: 54px;
}

.block_2 {
  position: relative;
  width: 1920px;
  height: 4665px;
}

.block_3 {
  width: 1920px;
  height: 918px;
  background: url(./img/SketchPngb418d62620c9e5ac407ebb5a6c24f4c7e07f87c3c33f7e93aab79d3c2346d275.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin-top: 544px;
}

.text_7 {
  width: 241px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 56px;
  margin: 88px 0 0 840px;
}

.block_4 {
  height: 559px;
  background: url(./img/SketchPnge921cd6e4d5ca02380ca99b54176d910278d5ee3686f552c1120583401eac6ec.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 1440px;
  position: relative;
  margin: 55px 0 0 240px;
}

.box_1 {
  border-radius: 39px 39px 0px 0px;
  background-image: url(./img/ff65503ea96f498fbaa13c5dea638e09_mergeImage.png);
  height: 558px;
  width: 1440px;
}

.block_5 {
  border-radius: 16px 0px 0px 0px;
  background-image: url(./img/099801a1804d41f5a777c37646db8ec0_mergeImage.png);
  width: 795px;
  height: 448px;
  margin: 111px 0 0 645px;
}

.box_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 559px;
  background: url(./img/SketchPngc28c8b88e72e2fd8c90167775b67906a2559219c9e25a4c886cb30e37f6759cc.png) -2px -2px
    no-repeat;
  background-size: 1444px 561px;
}

.image_2 {
  width: 72px;
  height: 72px;
  margin: 160px 0 0 81px;
}

.text-wrapper_3 {
  width: 393px;
  height: 56px;
  margin: 32px 0 0 81px;
}

.text_8 {
  width: 227px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.text_9 {
  background-image: linear-gradient(
    225deg,
    rgba(3, 155, 255, 1) 0,
    rgba(2, 115, 234, 1) 54.494169%,
    rgba(47, 67, 227, 1) 100%
  );
  width: 182px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  margin-left: -16px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_1 {
  width: 505px;
  height: 96px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin: 32px 0 111px 81px;
}

.block_6 {
  height: 559px;
  background: url(./img/SketchPng9c1821683149587043f56196be27d0e03e38ae8c2425179627970b76a7b271f3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 1440px;
  position: relative;
  margin: 24px 0 0 240px;
}

.group_1 {
  border-radius: 39px 39px 0px 0px;
  background-image: url(./img/ed2d23d92f7d409080dac5dcdf12689a_mergeImage.png);
  height: 558px;
  width: 1440px;
}

.box_3 {
  border-radius: 16px 0px 0px 0px;
  background-image: url(./img/ad0ae64e0cf8440dace4fada42f97820_mergeImage.png);
  width: 795px;
  height: 448px;
  margin: 111px 0 0 4px;
}

.group_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 559px;
  background: url(./img/SketchPngb64c118cdbb0a8a323ed2cf64dc39efed3af0b1e8db7db33da69cd79902b824b.png) -2px -2px
    no-repeat;
  background-size: 1444px 561px;
}

.image_3 {
  width: 72px;
  height: 72px;
  margin: 160px 0 0 878px;
}

.text-wrapper_4 {
  width: 393px;
  height: 112px;
  margin: 32px 0 0 878px;
}

.text_10 {
  width: 227px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.paragraph_2 {
  background-image: linear-gradient(
    66deg,
    rgba(33, 16, 210, 1) 0,
    rgba(100, 35, 234, 1) 100%
  );
  height: 112px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
  margin-left: -16px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_3 {
  width: 524px;
  height: 160px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin: -24px 0 47px 878px;
}

.block_7 {
  height: 559px;
  background: url(./img/SketchPng20afd52dc665131c232acec9718871547b9ea90de03801a493bc7923566ed167.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 1440px;
  position: relative;
  margin: 24px 0 0 240px;
}

.box_4 {
  border-radius: 39px 39px 0px 0px;
  background-image: url(./img/c7d3ad876fb343b08151e9682a5e5359_mergeImage.png);
  height: 558px;
  width: 1440px;
}

.group_3 {
  border-radius: 16px 0px 0px 0px;
  background-image: url(./img/a599172e4ad54c469e60cd8786b8f0b2_mergeImage.png);
  width: 795px;
  height: 448px;
  margin: 111px 0 0 645px;
}

.box_5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 559px;
  background: url(./img/SketchPngbf433caa8f5d9a260ad34c775f1d63bfecd4615ed2c5473e0e985a842a384e6c.png) -2px -2px
    no-repeat;
  background-size: 1444px 561px;
}

.image_4 {
  width: 72px;
  height: 72px;
  margin: 160px 0 0 81px;
}

.text-wrapper_5 {
  width: 393px;
  height: 56px;
  margin: 32px 0 0 81px;
}

.text_11 {
  width: 227px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.text_12 {
  background-image: linear-gradient(
    66deg,
    rgba(210, 48, 16, 1) 0,
    rgba(234, 143, 35, 1) 100%
  );
  width: 182px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  margin-left: -16px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_4 {
  width: 490px;
  height: 160px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin: 32px 0 47px 81px;
}

.block_8 {
  height: 559px;
  background: url(./img/SketchPng2d97aa0047c80d18ddd9c1961c4949b1e2f77ea4815e8bdd2dd9fdb0cd2d64dd.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 1440px;
  position: relative;
  margin: 24px 0 0 240px;
}

.group_4 {
  border-radius: 39px 39px 0px 0px;
  background-image: url(./img/6fa7126b2e374580a92247f75a1740fa_mergeImage.png);
  height: 558px;
  width: 1440px;
}

.group_5 {
  border-radius: 16px 0px 0px 0px;
  background-image: url(./img/1e6cc541ee2c481a8302d29764038878_mergeImage.png);
  width: 795px;
  height: 448px;
  margin-top: 111px;
}

.group_6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 559px;
  background: url(./img/SketchPng5d58e7d7d4d0b3f8518793e8ad337afbcb47bfc30284acc555937e8c7aa89852.png) -2px -2px
    no-repeat;
  background-size: 1444px 561px;
}

.image_5 {
  width: 72px;
  height: 72px;
  margin: 160px 0 0 878px;
}

.text-wrapper_6 {
  width: 443px;
  height: 56px;
  margin: 32px 0 0 878px;
}

.text_13 {
  width: 272px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.text_14 {
  background-image: linear-gradient(
    231deg,
    rgba(255, 212, 33, 1) 0,
    rgba(234, 129, 35, 1) 100%
  );
  width: 182px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  margin-left: -11px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_5 {
  width: 446px;
  height: 160px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin: 32px 0 47px 878px;
}

.block_9 {
  height: 559px;
  background: url(./img/SketchPng7dadeee159dbff77d5001dea3ebeb9164c92d0c44a3b86d9fbc97aef8c2ff1fd.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 1440px;
  position: relative;
  margin: 24px 0 113px 240px;
}

.section_1 {
  border-radius: 39px 39px 0px 0px;
  background-image: url(./img/2c395fb6fa1d4fa1840c22b3573aea56_mergeImage.png);
  height: 558px;
  width: 1440px;
}

.box_6 {
  border-radius: 16px 0px 0px 0px;
  background-image: url(./img/4cfb0fc2aba94cb7bac2734df089c12e_mergeImage.png);
  width: 795px;
  height: 448px;
  margin: 111px 0 0 645px;
}

.section_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  height: 559px;
  background: url(./img/SketchPng1356a3c415c9dbbb050b9a1d4726a4a658010ff4015f788a2ff734eefad205ac.png) -2px -2px
    no-repeat;
  background-size: 1444px 561px;
}

.image_6 {
  width: 72px;
  height: 72px;
  margin: 160px 0 0 81px;
}

.text-wrapper_7 {
  width: 489px;
  height: 56px;
  margin: 32px 0 0 81px;
}

.text_15 {
  width: 317px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.text_16 {
  background-image: linear-gradient(
    45deg,
    rgba(32, 143, 255, 0.98) 0,
    rgba(172, 156, 255, 1) 100%
  );
  width: 182px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 46px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  margin-left: -10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_6 {
  width: 505px;
  height: 160px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin: 32px 0 47px 81px;
}

.block_10 {
  position: absolute;
  left: 0;
  top: 543px;
  width: 1920px;
  height: 919px;
  background: url(./img/SketchPnge57e13439d1263f4c0bebf8b9465325b9bfdb15a8a4095e0b20e3a3a1d76f39d.png)
    100% no-repeat;
  background-size: 100% 100%;
  z-index:99;
}

.block_11 {
  width: 611px;
  height: 97px;
  margin: 530px 0 0 440px;
}

.text-wrapper_8 {
  height: 53px;
  background: url(./img/SketchPngf1c6769301b6e8a31a978d1b9b90791aa61023cfaaf1832bc3b4f8204a102293.png) -5px -2px
    no-repeat;
  background-size: 234px 63px;
  margin-top: 25px;
  width: 224px;
}

.text_17 {
  width: 178px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 13px 0 0 22px;
}

.block_12 {
  width: 243px;
  height: 97px;
}

.block_13 {
  width: 193px;
  height: 50px;
  background: url(./img/SketchPng3f8341c68020f32f7637c1320b9763c98b60d737e0d83e43e76d2a0e71a3eed6.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.image-text_1 {
  width: 104px;
  height: 26px;
  margin: 12px 0 0 44px;
}

.text-group_1 {
  width: 72px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
}

.label_2 {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.image_7 {
  width: 76px;
  height: 64px;
  margin: -17px 0 0 167px;
}

.image_8 {
  width: 542px;
  height: 201px;
  margin: 91px 0 0 1138px;
}

.block_14 {
  position: absolute;
  left: 311px;
  top: 275px;
  width: 1277px;
  height: 264px;
}

.box_7 {
  position: relative;
  width: 989px;
  height: 264px;
}

.section_3 {
  width: 738px;
  height: 77px;
  margin-top: 44px;
}

.image_9 {
  width: 57px;
  height: 57px;
  margin-top: 20px;
}

.text_18 {
  width: 276px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.paragraph_7 {
  width: 768px;
  height: 128px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin: 15px 0 0 241px;
}

.image_10 {
  position: absolute;
  left: 37px;
  top: 0;
  width: 507px;
  height: 81px;
}

.image-wrapper_1 {
  position: relative;
  width: 171px;
  height: 171px;
  background: url(./img/SketchPng5d87b3e00aaaefd53d4c4d8904c9e36be7063fd9075ef8fb54230c90cf64939b.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin: 48px 0 0 37px;
}

.image_11 {
  position: absolute;
  left: 36px;
  top: -3px;
  width: 95px;
  height: 5px;
}

.image_12 {
  position: absolute;
  left: 36px;
  top: 168px;
  width: 95px;
  height: 5px;
}

.image_13 {
  position: absolute;
  left: -3px;
  top: 38px;
  width: 5px;
  height: 95px;
}

.text-wrapper_9 {
  height: 53px;
  background: url(./img/SketchPng4bc490aa70070a6afa20f7f66eda3b6adde498e226700994cdaa84b394c31d8f.png) -5px -2px
    no-repeat;
  background-size: 116px 63px;
  width: 106px;
  margin: 42px 0 0 -26px;
}

.text_19 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 12px 0 0 22px;
}

.text-wrapper_10 {
  height: 53px;
  background: url(./img/SketchPng4392fdf14a0ebd091ae99e241d1163efaef06e7ca351ada485f8cc53b4d438ce.png) -5px -2px
    no-repeat;
  background-size: 215px 63px;
  width: 205px;
  position: absolute;
  left: 282px;
  top: 230px;
}

.text_20 {
  width: 158px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 12px 0 0 24px;
}

.text-wrapper_11 {
  height: 22px;
  background: url(./img/SketchPng242dc5631d6c67006ffb9f89fdbc1eff7a6e2c250579915d950c1292975edfeb.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 51px;
  position: absolute;
  left: 269px;
  top: 215px;
}

.text_21 {
  width: 24px;
  height: 16px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: AlibabaPuHuiTi-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 3px 0 0 14px;
}

.image-wrapper_2 {
  height: 240px;
  background: url(./img/abcd.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 877px;
  position: absolute;
  left: 522px;
  top: 679px;
}

.image_14 {
  width: 542px;
  height: 201px;
  margin: 39px 0 0 -282px;
}

.image_15 {
  position: absolute;
  left: 1365px;
  top: 468px;
  width: 57px;
  height: 57px;
}

.block_15 {
  position: absolute;
  left: 240px;
  top: -28px;
  width: 1440px;
  height: 197px;
  background: url(./img/SketchPngf76c4a135db4e1ac022f24bdb030d843393a01e054ded9d8deea91ec018ba9d4.png) -1px -1px
    no-repeat;
  background-size: 1442px 199px;
}

.list_1 {
  width: 1364px;
  height: 106px;
  justify-content: space-between;
  margin: -25px 0 0 38px;
}

.text-wrapper_12-0 {
  background-image: url(./img/8209b36eedf44c78af885842ad2aebd2_mergeImage.png);
  height: 106px;
  margin-right: 67px;
  width: 410px;
  background: url(./img/8209b36eedf44c78af885842ad2aebd2_mergeImage.png);
}

.text_22-0 {
  width: 178px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 69px 0 0 104px;
}

.text-wrapper_12-1 {
  background-image: url(./img/8209b36eedf44c78af885842ad2aebd2_mergeImage.png);
  height: 106px;
  margin-right: 67px;
  width: 410px;
  background: url(./img/ae648feb899b405a98ede7cd3f2865ce_mergeImage.png);
}

.text_22-1 {
  width: 178px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 69px 0 0 104px;
}

.text-wrapper_12-2 {
  background-image: url(./img/8209b36eedf44c78af885842ad2aebd2_mergeImage.png);
  height: 106px;
  margin-right: 67px;
  width: 410px;
  background: url(./img/c40aff9c011941108d8dcff5c69ae158_mergeImage.png);
}

.text_22-2 {
  width: 178px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 69px 0 0 104px;
}

.text-wrapper_13 {
  width: 1348px;
  height: 56px;
  margin: 24px 0 36px 38px;
}

.text_23 {
  width: 410px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(89, 89, 89, 1);
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
}

.text_24 {
  width: 410px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(89, 89, 89, 1);
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
  margin-left: 67px;
}

.text_25 {
  width: 394px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(89, 89, 89, 1);
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 67px;
}

.block_16 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 546px;
  background: url(./img/top_bg.png)
    100% no-repeat;
  background-size: 100% 100%;
  z-index:9;
}

.group_7 {
  width: 545px;
  height: 46px;
  background: url(./img/SketchPng3bf5a5d5b23d090e9a3284dc98f77b78d97d70ddd5bac9fa72f633d0c67fd01f.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin: 72px 0 0 240px;
}

.label_3 {
  width: 24px;
  height: 28px;
  margin: 9px 0 0 21px;
}

.paragraph_8 {
  width: 500px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(89, 89, 89, 1);
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 16px;
  margin: 15px 14px 0 13px;
}

.text-wrapper_14 {
  width: 791px;
  height: 56px;
  margin: 49px 0 0 240px;
}

.text_26 {
  width: 239px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.text_27 {
  background-image: linear-gradient(
    225deg,
    rgba(3, 155, 255, 1) 0,
    rgba(2, 115, 234, 1) 54.494169%,
    rgba(47, 67, 227, 1) 100%
  );
  width: 221px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_28 {
  width: 331px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.text_29 {
  width: 791px;
  height: 81px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 27px;
  margin: 38px 0 0 240px;
}

.group_8 {
  width: 193px;
  height: 50px;
  background: url(./img/SketchPng3f8341c68020f32f7637c1320b9763c98b60d737e0d83e43e76d2a0e71a3eed6.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin: 48px 0 106px 240px;
}

.image-text_2 {
  width: 104px;
  height: 26px;
  margin: 12px 0 0 44px;
}

.text-group_2 {
  width: 72px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
}

.label_4 {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.block_17 {
  background-image: url(./img/45ca754196304236a60c2e32b52e7a05_mergeImage.png);
  height: 1060px;
  overflow: hidden;
  margin-top: -1px;
  width: 1920px;
  position: relative;
}

.group_9 {
  border-radius: 12px;
  background-image: url(./img/5ded447127f24c84842baf6cc430d70a_mergeImage.png);
  width: 923px;
  height: 520px;
  border: 7px solid;
  margin: 420px 0 0 233px;
}

.group_10 {
  height: 931px;
  background: url(./img/SketchPngf0785ce2f2d465b9ca3d6f77d05d37ab9ffdc204a136c3249d0754b6f0a03db5.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 1107px;
  position: absolute;
  left: 813px;
  top: 129px;
}

.text-wrapper_15 {
  width: 331px;
  height: 56px;
  margin: -5px 0 0 -18px;
}

.text_30 {
  width: 331px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 56px;
}

.text-wrapper_16 {
  width: 512px;
  height: 128px;
  margin: 36px 0 0 0;
  transform: translateX(-100px);
}

.paragraph_9 {
  width: 512px;
  height: 128px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: center;
  line-height: 32px;
}

.box_8 {
  width: 203px;
  height: 66px;
  margin: 129px 0 0 671px;
}

.section_4 {
  position: relative;
  width: 203px;
  height: 66px;
  background: url(./img/SketchPng99ad49ec98565e9328c2fc36ba59a32780ef621e933018ecd144c1245feb303b.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.image-text_3 {
  width: 129px;
  height: 37px;
  margin: 14px 0 0 31px;
}

.image-wrapper_3 {
  height: 37px;
  background: url(./img/SketchPng2684223fc4d98b873e3c63df246f3f8cd249232fe982ae727d6e386590d19f53.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_1 {
  width: 20px;
  height: 20px;
  margin: 8px 0 0 9px;
}

.text-group_3 {
  width: 79px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.image-text_4 {
  position: absolute;
  left: 31px;
  top: 14px;
  width: 129px;
  height: 37px;
}

.image-wrapper_3 {
  height: 37px;
  background: url(./img/SketchPng2684223fc4d98b873e3c63df246f3f8cd249232fe982ae727d6e386590d19f53.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_1 {
  width: 20px;
  height: 20px;
  margin: 8px 0 0 9px;
}

.text-group_3 {
  width: 79px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.box_9 {
  width: 229px;
  height: 66px;
  margin: 41px 0 0 272px;
}

.section_5 {
  position: relative;
  width: 229px;
  height: 66px;
  background: url(./img/SketchPng2da9c0d11b2e36b30633cb9df7d71a7e4ef352ea05fcd6911d25118c7c336a75.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.image-text_5 {
  width: 173px;
  height: 37px;
  margin: 14px 0 0 31px;
}

.image-wrapper_4 {
  height: 37px;
  background: url(./img/SketchPngbcbd56abca3fc25fab66fb9adf85881d2cf1e44f98f39f5588d93d00baa553bb.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_2 {
  width: 20px;
  height: 20px;
  margin: 9px 0 0 8px;
}

.text-group_4 {
  width: 119px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.image-text_6 {
  position: absolute;
  left: 31px;
  top: 14px;
  width: 173px;
  height: 37px;
}

.image-wrapper_4 {
  height: 37px;
  background: url(./img/SketchPngbcbd56abca3fc25fab66fb9adf85881d2cf1e44f98f39f5588d93d00baa553bb.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_2 {
  width: 20px;
  height: 20px;
  margin: 9px 0 0 8px;
}

.text-group_4 {
  width: 119px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.box_10 {
  width: 677px;
  height: 99px;
  margin: 185px 0 130px 183px;
}

.box_11 {
  position: relative;
  width: 229px;
  height: 66px;
  background: url(./img/SketchPng2da9c0d11b2e36b30633cb9df7d71a7e4ef352ea05fcd6911d25118c7c336a75.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.image-text_7 {
  width: 173px;
  height: 37px;
  margin: 14px 0 0 31px;
}

.image-wrapper_5 {
  height: 37px;
  background: url(./img/SketchPnga05ad6caf3a35c4d2c069dd2b483a7bb167660fed86e92b711b2ef01a5f3f3cd.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_3 {
  width: 19px;
  height: 20px;
  margin: 8px 0 0 9px;
}

.text-group_5 {
  width: 119px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.image-text_8 {
  position: absolute;
  left: 31px;
  top: 14px;
  width: 173px;
  height: 37px;
}

.image-wrapper_5 {
  height: 37px;
  background: url(./img/SketchPnga05ad6caf3a35c4d2c069dd2b483a7bb167660fed86e92b711b2ef01a5f3f3cd.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_3 {
  width: 19px;
  height: 20px;
  margin: 8px 0 0 9px;
}

.text-group_5 {
  width: 119px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.box_12 {
  position: relative;
  width: 203px;
  height: 66px;
  background: url(./img/SketchPng99ad49ec98565e9328c2fc36ba59a32780ef621e933018ecd144c1245feb303b.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin-top: 33px;
}

.image-text_9 {
  width: 129px;
  height: 37px;
  margin: 14px 0 0 31px;
}

.image-wrapper_6 {
  height: 37px;
  background: url(./img/SketchPng234d6fc2eb35cb5454e7db9b63f09dd39de57c56c1986251038c6f5a92bc151a.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_4 {
  width: 18px;
  height: 18px;
  margin: 10px 0 0 10px;
}

.text-group_6 {
  width: 79px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.image-text_10 {
  position: absolute;
  left: 31px;
  top: 14px;
  width: 129px;
  height: 37px;
}

.image-wrapper_6 {
  height: 37px;
  background: url(./img/SketchPng234d6fc2eb35cb5454e7db9b63f09dd39de57c56c1986251038c6f5a92bc151a.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 37px;
}

.thumbnail_4 {
  width: 18px;
  height: 18px;
  margin: 10px 0 0 10px;
}

.text-group_6 {
  width: 79px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 5px;
}

.block_18 {
  position: relative;
  width: 1920px;
  height: 2370px;
  margin: 2591px 0 1px 0;
}

.block_19 {
  width: 1400px;
  height: 459px;
  margin: 97px 0 0 240px;
}

.box_13 {
  width: 752px;
  height: 329px;
  margin-top: 49px;
}

.box_14 {
  width: 503px;
  height: 64px;
  margin-left: 51px;
}

.label_5 {
  width: 41px;
  height: 40px;
}

.paragraph_10 {
  width: 447px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  line-height: 30px;
  margin-top: 4px;
}

.box_15 {
  width: 752px;
  height: 245px;
  background: url(./img/SketchPng0b71746dfd78fc37e0577406a4802b1243ae08332f36096541233586688787ce.png) -12px -15px
    no-repeat;
  background-size: 794px 287px;
  margin-top: 20px;
}

.section_6 {
  width: 440px;
  height: 65px;
  margin: 46px 0 0 51px;
}

.box_16 {
  width: 47px;
  height: 40px;
  background: url(./img/SketchPng53a88c8c613d91c823a29dd6f8a927749fec1af7ae7a348050f0b3f04fc87c35.png) -1px
    0px no-repeat;
  background-size: 48px 40px;
}

.paragraph_11 {
  background-image: linear-gradient(
    225deg,
    rgba(3, 155, 255, 1) 0,
    rgba(2, 115, 234, 1) 54.494169%,
    rgba(47, 67, 227, 1) 100%
  );
  width: 384px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  line-height: 30px;
  margin-top: 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_12 {
  width: 650px;
  height: 128px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin: -4px 0 10px 51px;
}

.box_17 {
  background-color: rgba(242, 249, 255, 1);
  border-radius: 50%;
  width: 459px;
  height: 459px;
  border: 3px 2, 6 rgba(95, 143, 251, 1);
}

.image-wrapper_7 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  height: 227px;
  border: 3px 2, 6 rgba(95, 143, 251, 1);
  width: 227px;
  margin: 116px 0 0 116px;
}

.image_16 {
  width: 78px;
  height: 78px;
  margin: 75px 0 0 75px;
}

.image-wrapper_8 {
  width: 313px;
  height: 78px;
  margin: 37px 0 1px 81px;
}

.image_17 {
  width: 78px;
  height: 78px;
}

.image_18 {
  width: 78px;
  height: 78px;
}

.block_20 {
  background-image: url(./img/5b68e228becd4bb392f6dd11522b7313_mergeImage.png);
  position: relative;
  width: 1920px;
  height: 554px;
  overflow: hidden;
  margin-top: 84px;
}

.text-group_7 {
  width: 453px;
  height: 376px;
  margin: 50px 0 0 734px;
}

.paragraph_13 {
  width: 221px;
  height: 112px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: right;
  line-height: 56px;
  margin-left: 116px;
}

.paragraph_14 {
  width: 453px;
  height: 256px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: center;
  line-height: 32px;
  margin-top: 8px;
}

.image_19 {
  position: absolute;
  left: -103px;
  top: 14px;
  width: 776px;
  height: 489px;
}

.block_21 {
  background-image: url(./img/0487f43535dd4c82a1e505e0b6fa0c06_mergeImage.png);
  height: 546px;
  width: 1920px;
  margin: 136px 0 494px 0;
}

.text-wrapper_17 {
  width: 301px;
  height: 56px;
  margin: 121px 0 0 240px;
}

.text_31 {
  background-image: linear-gradient(
    225deg,
    rgba(3, 155, 255, 1) 0,
    rgba(2, 115, 234, 1) 54.494169%,
    rgba(47, 67, 227, 1) 100%
  );
  width: 301px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 76px;
  font-family: AlibabaPuHuiTi-Heavy;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-wrapper_18 {
  width: 496px;
  height: 56px;
  margin: 40px 0 0 240px;
}

.text_32 {
  width: 496px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 56px;
}

.section_7 {
  width: 259px;
  height: 67px;
  margin: 80px 0 0 240px;
}

.group_11 {
  width: 263px;
  height: 71px;
  background: url(./img/SketchPngdadfa94c56589e15337ea12fadb25728dbfdf4385f7635aa125c2e0403a35335.png) -16px -4px
    no-repeat;
  background-size: 290px 99px;
  margin: -2px 0 0 -2px;
}

.image-text_11 {
  width: 162px;
  height: 35px;
  margin: 18px 0 0 50px;
}

.text-group_8 {
  width: 112px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  margin-top: 5px;
}

.label_6 {
  width: 35px;
  height: 35px;
}

.section_8 {
  width: 49px;
  height: 49px;
  margin: 0 0 77px 1440px;
}

.box_18 {
  width: 49px;
  height: 49px;
  background: url(./img/SketchPnga78a011b39f0469254515da8ad1045c1775b811f322a882a518f4a715a15326f.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.image_20 {
  position: absolute;
  left: 1151px;
  top: 288px;
  width: 78px;
  height: 78px;
}

.image_21 {
  position: absolute;
  left: 1262px;
  top: 81px;
  width: 78px;
  height: 78px;
}

.image_22 {
  position: absolute;
  left: 1497px;
  top: 81px;
  width: 78px;
  height: 78px;
}

.image_23 {
  position: absolute;
  left: 1601px;
  top: 288px;
  width: 78px;
  height: 78px;
}

.block_22 {
  background-color: rgba(31, 35, 42, 1);
  position: absolute;
  left: 0;
  top: 1864px;
  width: 1920px;
  height: 505px;
}

.group_12 {
  width: 1365px;
  height: 223px;
  margin: 69px 0 0 240px;
}

.image-text_12 {
  width: 165px;
  height: 56px;
}

.label_7 {
  width: 49px;
  height: 49px;
  margin-top: 4px;
}

.text-group_9 {
  width: 127px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
}

.text-group_10 {
  width: 111px;
  height: 222px;
  margin: 1px 0 0 294px;
}

.text_33 {
  width: 127px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
}

.paragraph_15 {
  width: 179px;
  height: 156px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 52px;
  margin-top: 10px;
}

.box_19 {
  width: 121px;
  height: 203px;
  margin: 1px 0 0 249px;
}

.text_34 {
  width: 127px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
}

.block_23 {
  height: 121px;
  margin-top: 26px;
  width: 121px;
}

.block_24 {
  height: 127px;
  background: url(./img/SketchPngf623e7294629e413db060ba79cd2a15bfc55521a4ccb04e08a56bba4ac48e7f2.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 121px;
  margin: 0px 0 0 0px;
}

.image-wrapper_9 {
  background-color: rgba(255, 255, 255, 1);
  height: 19px;
  width: 19px;
  margin: 46px 0 0 46px;
}

.thumbnail_5 {
  width: 15px;
  height: 15px;
  margin: 2px 0 0 2px;
}

.box_20 {
  width: 185px;
  height: 202px;
  margin: 1px 0 0 240px;
}

.text_35 {
  width: 127px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
}

.group_13 {
  width: 141px;
  height: 44px;
  background: url(./img/SketchPng77590adb735661df6060e537beac383c8ddd29753622ab33e330f7bd2be16c64.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin-top: 26px;
}

.image-text_13 {
  width: 104px;
  height: 26px;
  margin: 9px 0 0 17px;
}

.label_8 {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.text-group_11 {
  width: 72px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
}

.group_14 {
  border-radius: 25px;
  width: 185px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-top: 32px;
}

.image-text_14 {
  width: 142px;
  height: 26px;
  margin: 9px 0 0 20px;
}

.label_9 {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.text-group_12 {
  width: 110px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
}

.image_24 {
  width: 1440px;
  height: 1px;
  margin: 80px 0 0 240px;
}

.paragraph_16 {
      width: 100%;
    height: 64px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-R;
    font-weight: NaN;
    text-align: center;
    line-height: 32px;
    margin: 40px 0 28px 0px;
}

.block_25 {
  position: absolute;
  left: 0;
  top: 7115px;
  width: 1920px;
  height: 1280px;
  background: url(./img/SketchPngc8fa0f2a752a534affc54c8f2c3b3af36d2b3a42d21dc7f93797dc84b61b9ad5.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.paragraph_17 {
  width: 523px;
  height: 224px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: justify;
  line-height: 32px;
  margin: -100px 0 0 1157px;
}

.text_36 {
  width: 331px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 56px;
  margin: 243px 0 0 794px;
}

.paragraph_18 {
  width: 791px;
  height: 128px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  text-align: center;
  line-height: 32px;
  margin: 36px 0 0 564px;
}

.text-wrapper_19 {
  height: 269px;
  background: url(./img/SketchPngffb26d4a7d0ebe8a04b9c62bbde99c00b6172b7cb7e0495c5813eb1779a20d41.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin-top: 424px;
  width: 1920px;
}

.text_37 {
  width: 227px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: right;
  white-space: nowrap;
  line-height: 56px;
  margin: 223px 0 0 846px;
}

.section_9 {
  position: absolute;
  left: 0;
  top: -9px;
  width: 1920px;
  height: 269px;
  background: url(./img/SketchPng6182cbb6e83964da9954cee90c6575c66dae2417418ada181d31a8e61faf77b7.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.section_10 {
  border-radius: 12px;
  background-image: url(./img/ec1610d081164c808068367d03bce29b_mergeImage.png);
  position: absolute;
  left: 296px;
  top: 702px;
  width: 1328px;
  height: 396px;
  border: 7px solid;
}

.box_21 {
  box-shadow: -20px 22px 24px 0px rgba(44, 79, 150, 0.13);
  border-radius: 19px;
  background-image: url(./img/395ab58527234c8e8a0aca4b0c37ca0c_mergeImage.png);
  position: absolute;
  left: -56px;
  top: -66px;
  width: 1035px;
  height: 133px;
  border: 7px solid;
}

.image_25 {
  position: absolute;
  left: 1103px;
  top: -56px;
  width: 294px;
  height: 415px;
}

.block_26 {
  position: absolute;
  left: 0;
  top: 5804px;
  width: 1920px;
  height: 1312px;
}

.group_15 {
  width: 1440px;
  height: 450px;
  margin: 158px 0 0 240px;
}

.block_27 {
  width: 523px;
  height: 393px;
  margin-top: 57px;
}

.text_38 {
  width: 331px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.image_26 {
  width: 63px;
  height: 78px;
  margin: 34px 0 0 10px;
}

.paragraph_19 {
  width: 523px;
  height: 160px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 32px;
  margin-top: 65px;
}

.block_28 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 19px;
  position: relative;
  width: 777px;
  height: 393px;
  border: 7px solid;
}

.text_39 {
  width: 103px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
  margin: 33px 0 0 54px;
}

.text-wrapper_20 {
  background-color: rgba(226, 230, 233, 1);
  width: 682px;
  height: 50px;
  margin: 13px 0 0 54px;
}

.text_40 {
  width: 40px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
  margin-left: 25px;
}

.text_41 {
  width: 158px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  line-height: 56px;
  margin: 0 331px 0 128px;
}

.block_29 {
  width: 395px;
  height: 30px;
  margin: 23px 0 0 54px;
}

.block_30 {
  background-color: rgba(173, 208, 244, 1);
  width: 142px;
  height: 30px;
}

.block_31 {
  background-color: rgba(173, 208, 244, 1);
  width: 202px;
  height: 30px;
}

.block_32 {
  width: 395px;
  height: 30px;
  margin: 24px 0 0 54px;
}

.group_16 {
  background-color: rgba(173, 208, 244, 1);
  width: 142px;
  height: 30px;
}

.group_17 {
  background-color: rgba(173, 208, 244, 1);
  width: 202px;
  height: 30px;
}

.block_33 {
  width: 395px;
  height: 30px;
  margin: 24px 0 80px 54px;
}

.group_18 {
  background-color: rgba(173, 208, 244, 1);
  width: 142px;
  height: 30px;
}

.group_19 {
  background-color: rgba(173, 208, 244, 1);
  width: 202px;
  height: 30px;
}

.block_34 {
  box-shadow: -14px 23px 20px 0px rgba(19, 88, 163, 0.22);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 19px;
  position: absolute;
  left: 467px;
  top: 66px;
  width: 320px;
  height: 407px;
  border: 7px solid;
}

.text_42 {
  width: 123px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: right;
  line-height: 56px;
  margin: 40px 0 0 109px;
}

.image_27 {
  width: 226px;
  height: 59px;
  margin: 26px 0 0 47px;
}

.image_28 {
  width: 124px;
  height: 124px;
  margin: 37px 0 65px 98px;
}

.text_43 {
  position: absolute;
  left: 42px;
  top: 331px;
  width: 232px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 15px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: right;
  line-height: 32px;
}

.image_29 {
  position: absolute;
  left: 389px;
  top: 254px;
  width: 95px;
  height: 96px;
}

.group_20 {
  width: 717px;
  height: 459px;
  margin: 181px 0 64px 661px;
}

.section_11 {
  border-radius: 50%;
  height: 459px;
  border: 3px 2, 6 rgba(95, 143, 251, 1);
  width: 459px;
}

.image-wrapper_10 {
  height: 215px;
  border: 3px solid;
  background: url(./img/SketchPng5af730e6ff7c642020830e188c14cb481e369383781c2d9cec142a824af803c7.png) -74px -13px
    no-repeat;
  background-size: 284px 284px;
  width: 215px;
  margin: -81px 0 0 217px;
}

.image_30 {
  width: 112px;
  height: 124px;
  margin: 47px 0 0 52px;
}

.section_12 {
  width: 221px;
  height: 186px;
  margin-top: 160px;
}

.text_44 {
  width: 221px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 56px;
  font-family: Alibaba-PuHuiTi-M;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
}

.image_31 {
  width: 63px;
  height: 78px;
  margin: 52px 0 0 10px;
}

.text-wrapper_21 {
  height: 63px;
  background: url(./img/SketchPng3bf583028ed654d70335237cf3e6f7c52843430f6440a8460e5263ed13687012.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 319px;
  position: absolute;
  left: 306px;
  top: 312px;
}

.text_45 {
  width: 266px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(89, 89, 89, 1);
  font-size: 30px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 56px;
  margin: 4px 0 0 19px;
}

.text-wrapper_22 {
  height: 115px;
  background: url(./img/SketchPng99ab10ff615a63713772c7f05bb367faf09e53751c8c23ff223631a9e695b47c.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 353px;
  position: absolute;
  left: 1223px;
  top: 1046px;
}

.paragraph_20 {
  width: 316px;
  height: 106px;
  overflow-wrap: break-word;
  color: rgba(89, 89, 89, 1);
  font-size: 30px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: NaN;
  text-align: left;
  line-height: 46px;
  margin: 9px 0 0 19px;
}

.group_21 {
  position: absolute;
  left: 240px;
  top: 744px;
  width: 549px;
  height: 395px;
  background: url(./img/SketchPngfc3065095ecdf94998fe6b1fea8ca8bb6f9ef681f721ef7fad460f940c4b8962.png) -1px -1px
    no-repeat;
  background-size: 545px 391px;
}

.group_22 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 18px;
  position: relative;
  width: 466px;
  height: 144px;
  margin: 32px 0 0 37px;
  transform: rotate(-5deg);
}

.section_13 {
  background-color: rgba(198, 169, 250, 0.49);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 59px 0 0 27px;
}

.text_46 {
  width: 60px;
  height: 57px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 51px;
  margin: 36px 0 0 24px;
}

.section_14 {
  background-color: rgba(251, 138, 95, 0.49);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 39px 0 0 95px;
}

.text_47 {
  width: 60px;
  height: 57px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: NaN;
  text-align: left;
  line-height: 51px;
  margin: 16px 71px 0 25px;
}

.section_15 {
  background-color: rgba(226, 230, 233, 1);
  border-radius: 7px;
  position: absolute;
  left: 96px;
  top: 80px;
  width: 99px;
  height: 22px;
}

.section_16 {
  background-color: rgba(226, 230, 233, 1);
  border-radius: 7px;
  position: absolute;
  left: 327px;
  top: 59px;
  width: 100px;
  height: 23px;
}

.group_23 {
  height: 178px;
  background: url(./img/SketchPng3de1ddc9ed723ddc83a3e49e5a590dce179c5c52b4797643fb87ee18cd875346.png) -1px
    39px no-repeat;
  background-size: 472px 140px;
  width: 470px;
  margin: 1px 0 40px 49px;
}

.box_22 {
  height: 123px;
  background: url(./img/SketchPng412c99144dc503b14816f678f91316d1b925d387267b999750ad39a983dfdd59.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 422px;
  margin: 34px 0 0 29px;
}

.box_23 {
  position: relative;
  width: 418px;
  height: 78px;
  background: url(./img/SketchPng351e16d8592a6e2d3eeb12847954c32e1aea4a4bb9368e324cdd1e5a383118dd.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin: -1px 0 0 -1px;
}

.group_24 {
  box-shadow: 0px 2px 5px 0px rgba(80, 142, 189, 0.61);
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(144, 178, 255, 0.92);
  margin: 30px 0 0 180px;
}

.group_25 {
  box-shadow: 0px 2px 5px 0px rgba(80, 142, 189, 0.61);
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(144, 178, 255, 0.92);
  margin: 26px 33px 0 171px;
}

.group_26 {
  box-shadow: 0px 2px 5px 0px rgba(80, 142, 189, 0.61);
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  position: absolute;
  left: 93px;
  top: -5px;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(144, 178, 255, 0.92);
}

.group_27 {
  box-shadow: 0px 2px 5px 0px rgba(80, 142, 189, 0.61);
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  position: absolute;
  left: 274px;
  top: 70px;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(144, 178, 255, 0.92);
}

.group_28 {
  position: absolute;
  left: 550px;
  top: 1046px;
  width: 569px;
  height: 433px;
  background: url(./img/SketchPng5ebb559ab0141d3b1a9f1c3587ef0d4f26784617876087258c46484e5b4e590e.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.group_29 {
  position: absolute;
  left: 549px;
  top: 1044px;
  width: 571px;
  height: 437px;
  background: url(./img/SketchPngb0d2df0065a4d44f5ba7570e7180a4622585ca8fe9f749b74d94ed5d073e0bc3.png) -105px -20px
    no-repeat;
  background-size: 680px 555px;
}

.group_30 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 31px;
  position: relative;
  width: 307px;
  height: 106px;
  margin: 29px 0 0 87px;
}

.text_48 {
  width: 223px;
  height: 99px;
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 24px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 56px;
  margin: 9px 0 0 63px;
}

.image-wrapper_11 {
  height: 38px;
  background: url(./img/SketchPngb90878c118396627c44ae85603034b80f97ebb8c0a00a91527f3fff6355f1bf4.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 38px;
  position: absolute;
  left: 18px;
  top: 12px;
}

.label_10 {
  width: 21px;
  height: 22px;
  margin: 8px 0 0 8px;
}

.group_31 {
  width: 277px;
  height: 29px;
  margin: 10px 0 0 94px;
}

.group_32 {
  background-color: rgba(198, 169, 250, 1);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.text_49 {
  width: 44px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(164, 124, 236, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 27px;
  margin-top: 2px;
}

.group_33 {
  width: 413px;
  height: 76px;
  margin: 1px 0 0 76px;
}

.section_17 {
  width: 28px;
  height: 76px;
}

.block_35 {
  background-color: rgba(255, 172, 167, 1);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: 12px;
}

.block_36 {
  background-color: rgba(95, 143, 251, 1);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 14px 0 0 6px;
}

.block_37 {
  background-color: rgba(150, 218, 250, 1);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: 14px;
}

.text_50 {
  width: 44px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(95, 143, 251, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 27px;
  margin: 39px 0 0 54px;
}

.image_32 {
  width: 90px;
  height: 27px;
  margin: 44px 0 0 7px;
}

.image_33 {
  width: 110px;
  height: 31px;
  margin: 3px 0 0 80px;
}

.group_34 {
  width: 145px;
  height: 37px;
  margin: 84px 0 65px 102px;
}

.text_51 {
  width: 44px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(84, 183, 229, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 27px;
  margin-top: 10px;
}

.image_34 {
  width: 92px;
  height: 19px;
}
