/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/

/* html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  height: 100vh;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
} */

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.relative {
  position: relative;
}

.ml-2 {
  margin-left: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.ml-6 {
  margin-left: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.ml-14 {
  margin-left: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.ml-18 {
  margin-left: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-22 {
  margin-left: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.ml-26 {
  margin-left: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.ml-28 {
  margin-left: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.ml-34 {
  margin-left: 34px;
}

.mt-34 {
  margin-top: 34px;
}

.ml-36 {
  margin-left: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.ml-38 {
  margin-left: 38px;
}

.mt-38 {
  margin-top: 38px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-42 {
  margin-left: 42px;
}

.mt-42 {
  margin-top: 42px;
}

.ml-44 {
  margin-left: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.ml-46 {
  margin-left: 46px;
}

.mt-46 {
  margin-top: 46px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-52 {
  margin-left: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.ml-54 {
  margin-left: 54px;
}

.mt-54 {
  margin-top: 54px;
}

.ml-56 {
  margin-left: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.ml-58 {
  margin-left: 58px;
}

.mt-58 {
  margin-top: 58px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-62 {
  margin-left: 62px;
}

.mt-62 {
  margin-top: 62px;
}

.ml-64 {
  margin-left: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.ml-66 {
  margin-left: 66px;
}

.mt-66 {
  margin-top: 66px;
}

.ml-68 {
  margin-left: 68px;
}

.mt-68 {
  margin-top: 68px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.ml-72 {
  margin-left: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.ml-74 {
  margin-left: 74px;
}

.mt-74 {
  margin-top: 74px;
}

.ml-76 {
  margin-left: 76px;
}

.mt-76 {
  margin-top: 76px;
}

.ml-78 {
  margin-left: 78px;
}

.mt-78 {
  margin-top: 78px;
}

.ml-80 {
  margin-left: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-82 {
  margin-left: 82px;
}

.mt-82 {
  margin-top: 82px;
}

.ml-84 {
  margin-left: 84px;
}

.mt-84 {
  margin-top: 84px;
}

.ml-86 {
  margin-left: 86px;
}

.mt-86 {
  margin-top: 86px;
}

.ml-88 {
  margin-left: 88px;
}

.mt-88 {
  margin-top: 88px;
}

.ml-90 {
  margin-left: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.ml-92 {
  margin-left: 92px;
}

.mt-92 {
  margin-top: 92px;
}

.ml-94 {
  margin-left: 94px;
}

.mt-94 {
  margin-top: 94px;
}

.ml-96 {
  margin-left: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.ml-98 {
  margin-left: 98px;
}

.mt-98 {
  margin-top: 98px;
}

.ml-100 {
  margin-left: 100px;
}

.mt-100 {
  margin-top: 100px;
}


/* wurenji部分 */

.mt-47 {
  margin-top: 47px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-13 {
  margin-top: 13px;
}
.mt-45 {
  margin-top: 45px;
}
.page {
  padding-bottom: 203px;
  background-color: #ffffff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.image {
  margin-right: 8px;
  width: 99.5833vw;
  height: 8.8542vw;
}
.section {
  margin-right: 21px;
  padding: 9px 293px 131px 301.5px;
  background-image: url('../../static/72be1ed8ef122ea8fd3f0fd277f3e8c0.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.group {
  padding: 116.5px 0 116.5px;
}
.text {
  color: #ffffff;
  font-size: 24px;
  font-family: Noto Sans SC;
  font-weight: 900;
  line-height: 25px;
}
.group_2 {
  padding-top: 21.5px;
}
.font {
  font-size: 72px;
  font-family: Noto Sans SC;
  line-height: 69.5px;
  font-weight: 900;
  color: #ffffff;
}
.text_3 {
  margin-left: 27.5px;
}
.text_2 {
  color: #ffffff40;
  line-height: 55.5px;
  width: 1089px;
}
.pos {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.text-wrapper {
  padding: 22px 0 24px;
  background-color: #5ebd9f;
  border-radius: 11px;
  width: 360px;
  border: solid 3px #ffffff;
}
.text_4 {
  color: #ffffff;
  font-size: 30px;
  font-family: Noto Sans SC;
  font-weight: 900;
  line-height: 29px;
}
.group_3 {
  max-width: 1200px;
}
.group_4 {
  line-height: 22px;
}
.font_3 {
  font-size: 18px;
  font-family: Noto Sans SC;
  line-height: 22px;
  font-weight: 900;
  color: #333333;
}
.text_5 {
  margin-left: 34.5px;
}
.font_2 {
  font-size: 18px;
  font-family: Noto Sans SC;
  line-height: 22px;
  color: #333333;
}
.text_6 {
  margin-left: 37px;
}
.view {
  margin-top: 28.5px;
  padding: 18px 0 17px;
  background-image: url('../../static/2bbee21c4c196a8ea29fdc0a265d0792.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 146px;
}
.font_4 {
  font-size: 20px;
  font-family: Noto Sans SC;
  line-height: 19px;
  font-weight: 900;
  color: #ffffff;
}
.text_7 {
  line-height: 19px;
}
.group_5 {
  margin-right: 17.5px;
  margin-top: 20.5px;
}
.group_6 {
  margin-top: 39.5px;
}
.text-wrapper_2 {
  padding: 18px 0 17px;
  background-image: url('../../static/2bbee21c4c196a8ea29fdc0a265d0792.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 146px;
}
.text_8 {
  line-height: 19px;
}
.section_1 {
  padding: 42.5px 40px 40.5px;
  background-color: #dff2fc;
  border-radius: 24px;
}
.font_5 {
  font-size: 20px;
  font-family: Noto Sans SC;
  line-height: 19px;
  font-weight: 900;
  color: #333333;
}
.text_9 {
  line-height: 19.5px;
}
.font_6 {
  font-size: 18px;
  font-family: Noto Sans SC;
  line-height: 17.5px;
  color: #333333;
}
.text_10 {
  margin-top: 14.5px;
  line-height: 17.5px;
}
.text_11 {
  margin-top: 24.5px;
}
.text_12 {
  margin-top: 12.5px;
}
.text_13 {
  margin-top: 22px;
}
.text_14 {
  margin-top: 12.5px;
}
.text_15 {
  margin-top: 22px;
  line-height: 19px;
}
.text_16 {
  margin-top: 14.5px;
  line-height: 19px;
}
.group_7 {
  margin-top: 40px;
}
.text-wrapper_4 {
  padding: 18px 0 17px;
  background-image: url('../../static/2bbee21c4c196a8ea29fdc0a265d0792.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 146px;
}
.text_17 {
  line-height: 19px;
}
.section_2 {
  padding: 42.5px 40.5px 40px 40.5px;
  background-color: #dff2fc;
  border-radius: 24px;
}
.text_18 {
  line-height: 19.5px;
}
.group_8 {
  margin-top: 12.5px;
}
.image_2 {
  margin-top: 19.5px;
  border-radius: 8px;
  /* width: 456px;
  height: 342px; */
}
.group_9 {
  margin-top: 40px;
}
.text-wrapper_5 {
  padding: 18px 0 17px;
  background-image: url('../../static/2bbee21c4c196a8ea29fdc0a265d0792.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 146px;
}
.text_23 {
  line-height: 19px;
}
.section_3 {
  padding: 40px 40px 39.5px;
  background-color: #dff2fc;
  border-radius: 24px;
}
.image_3 {
    max-width: 47%;
  /* flex: 1 1 530px; */
  border-radius: 8px;
  /* height: 300px; */
}
.text_20 {
  line-height: 17px;
}
.text_21 {
  line-height: 19.5px;
}
.group_10 {
  margin-top: 12.5px;
}
.text_22 {
  margin-top: 22px;
  line-height: 19px;
}
.group_11 {
  margin-top: 12.5px;
}
.group_12 {
  margin-top: 40px;
}
.section_4 {
  padding: 40px 51.5px 25px;
  background-color: #dff2fc;
  border-radius: 24px;
}
.text-wrapper_3 {
  padding: 18px 0 17px;
  background-color: #016dff;
  border-radius: 8px;
  width: 190px;
}
.font_7 {
  font-size: 20px;
  font-family: Noto Sans SC;
  line-height: 19px;
  font-weight: 900;
  color: #fffafa;
}
.text_24 {
  line-height: 19.5px;
}
.image_4 {
  border-radius: 8px;
  /* width: 868px;
  height: 1056px; */
}
.text-wrapper_7 {
  padding: 17.5px 0 17px;
  background-color: #016dff; 
  border-radius: 8px;
  width: 190px;
}
.text_25 {
  line-height: 19.5px;
}
.grid {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 0;
  column-gap: 0;
}
.grid-item_1 {
  padding: 25px 22.5px 25.5px 24.5px;
  /* width: 365px; */
}
.image_5 {
  border-radius: 8px;
  /* width: 318px;
  height: 196px; */
}
.text_46 {
  line-height: 19px;
}
.grid-item_2 {
  padding: 25px 22.5px 25.5px 24.5px;
}
.text_47 {
  line-height: 19.5px;
}
.text_26 {
  /* width: 287px; */
}
.grid-item {
  padding: 25px 22.5px 25.5px 24.5px;
  /* width: 365px; */
}
.text_48 {
  line-height: 19.5px;
}
.grid-item_4 {
  padding: 14px 22.5px 36.5px 24.5px;
  /* width: 365px; */
}
.text_45 {
  line-height: 19px;
}
.grid-item_5 {
  padding: 14px 22.5px 14.5px 24px;
}
.text_27 {
  /* width: 291px; */
}
.grid-item_6 {
  padding: 14px 22.5px 36.5px 24.5px;
  /* width: 365px; */
}
.text_1 {
  line-height: 19px;
}
.view_2 {
  margin-top: 40px;
  padding: 18px 0 17px;
  background-color: #016dff;
  border-radius: 8px;
  width: 190px;
}
.text_28 {
  line-height: 19.5px;
}
.view_3 {
  margin-top: 40px;
  padding: 18px 0 17px;
  background-image: url('../../static/2bbee21c4c196a8ea29fdc0a265d0792.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 146px;
}
.text_29 {
  line-height: 19px;
}
.text_30 {
  margin-top: 22.5px;
}
.text_31 {
  margin-top: 22px;
}
.text_32 {
  margin-top: 22px;
}
.view_4 {
  margin-top: 39.5px;
  padding: 17.5px 0 17px;
  background-image: url('../../static/2bbee21c4c196a8ea29fdc0a265d0792.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 146px;
}
.text_33 {
  line-height: 19.5px;
}
.group_13 {
  margin-top: 22.5px;
}
.group_14 {
  margin-top: 22px;
}
.view_5 {
  margin-top: 37.5px;
  padding: 17.5px 0 17px;
  background-color: #016dff;
  border-radius: 8px;
  width: 190px;
}
.text_34 {
  line-height: 19.5px;
}
.group_15 {
  padding-top: 40px;
}
.image_6 {
  /* width: 717px;
  height: 495px; */
}
.section_5 {
  padding: 24px 0 26px;
  background-color: #016dfe;
  border-radius: 8px;
  width: 258px;
}
.image_7 {
  width: 198px;
  height: 190px;
}
.text_35 {
  line-height: 19px;
}
.section_6 {
  background-color: #ffffff;
  overflow: hidden;
}
.section_7 {
  padding: 42.5px 44px 64.5px 45px;
  background-color: #016dfe;
  border-radius: 8px 0px 0px 8px;
  /* height: 310px; */
}
.font_8 {
  font-size: 18px;
  font-family: Noto Sans SC;
  line-height: 17.5px;
  font-weight: 900;
  color: #fffafa;
}
.text_36 {
  line-height: 17.5px;
}
.text_39 {
  line-height: 17.5px;
}
.section_8 {
  padding: 44.5px 40.5px 39.5px 40.5px;
  background-color: #c2eaff;
  border-radius: 0px 8px 8px 0px;
  /* height: 310px; */
}
.text_37 {
  line-height: 14.5px;
}
.text_38 {
  line-height: 17px;
}
.text_40 {
  line-height: 17px;
}

.margin-align {
    margin: 80px auto 0;
    padding: 0 15px;
}

@media screen and (max-width: 900px) {
    .grid {
        display: grid;
        grid-template-rows: repeat(3, minmax(0, 1fr));
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0;
        column-gap: 0;
    }
}


@media screen and (max-width: 600px) {
	.section_1 {
        padding:20px;
    }
    .section_2 {
        padding:20px;
    }
    .section_3 {
        padding:20px;
    }
    .section_4 {
        padding:20px;
    }
    .section_8 {
        padding:20px;
    }
    .grid {
        display: grid;
        grid-template-rows: repeat(6, minmax(0, 1fr));
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 0;
        column-gap: 0;
    }
    .section_7 {
        padding: 20px 5px 20px 5px;
    }
    .text_37 {
        line-height: 17px;
    }
    .zx-box {
        margin-top: 0;
    }
    .zx-box span{
        margin-top: 75px;
    }
    .image_3 {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }
    .image_3-box {
        flex-wrap: wrap;
    }
}
