.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 100%;
  overflow: hidden;
}

body {
  margin: 0;
}

/* .image_1 {
  width: 1920px;
  height: 81px;
  margin-top: -1px;
} */

.group_1 {
  background-color: rgba(224, 234, 255, 1);
  height: 24vw;
  width: 100%;
}


.box_1 {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.banner_box_1 {
  width: 1180px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 auto;
}

.text-wrapper_1 {
  /* width: 476px;
  height: 95px; */
  /* margin: 4vw 0 0 0; */
}

.list {
  width: 1180px;
  margin: 30px auto 74px;
}

.my_collapse .el-collapse-item .el-collapse-item__header .el-icon {
  display: none;
}

.my_collapse {
  border-left: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
}

.detail_list {
  width: 1180px;
  margin: 30px auto 74px;

}

.detail_con_1 {
  width: 100%;
  height: 300px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/detail_con1bg.png) 100% no-repeat;
  background-size: 100% 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.con1_left {
  width: 45%;
  height: 100%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.con1_leftText1 {
  font-size: 26px;
  font-weight: bolder;
}

.con1_leftText2 {
  font-size: 18px;
  color: #666666;
}

.con1_leftBtnBox {
  width: 150px;
}

.con1_leftBtn {
  width: 100%;
  height: 100%;
  padding: 20px 15px !important;
  background-color: #1069f3 !important;
}

.con1_right {
  width: 45%;
  height: 100%;
}

.con1_rightImg {
  width: 100%;
  height: 100%;
}

.detail_con_2 {
  width: 100%;
  margin: 20px 0 0 0;
}

.con2_title1 {
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 26px;
  padding-left: 30px;
  box-sizing: border-box;
}

.detail_con2_listBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.detail_con2_list {
  padding: 16px 26px;
  width: 32%;
  height: 170px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/detail_con1bg.png) 100% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin: 0 2% 30px 0;
  border-radius: 15px;
}

.detail_con2_list:nth-of-type(3n) {
  margin-right: 0;
}

.detail_con3_list {
  padding: 16px 26px;
  width: 32%;
  height: 170px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/detail_con2bg.png) 100% no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin:0 2% 30px 0;
  border: 1px solid #f5f7ff;
  border-radius: 15px;
}
.detail_con3_list:nth-of-type(3n) {
 margin-right: 0;
}

.con2_head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.con2_headText {
  font-size: 20px;
  font-weight: bolder;
}

.con2_icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.con2_text {
  font-size: 14px;
  color: #556481;
  line-height: 24px;
}

.text_1 {
  /* width: 476px;
  height: 95px; */
  overflow-wrap: break-word;
  color: rgba(16, 105, 243, 1);
  font-size: 58px;
  font-family: YEFONTAoYeHei-Regular;
  font-weight: bolder;
  text-align: left;
  white-space: nowrap;
  font-style: italic;
}

.text-wrapper_2 {
  /* width: 524px;
  height: 67px; */
  /* margin: 28px 0 0 0; */
}

.text_2 {
  /* width: 524px;
  height: 67px; */
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 38px;
  letter-spacing: 10px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  /* line-height: 48px; */
}

.box_2 {
  width: 200px;
  align-items: center;
}

.text-wrapper_3 {
  height: 50px;
  width: 80%;
}

.text_3 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(204, 204, 204, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Normal;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin: 20px 0 0 39px;
}

.text-wrapper_4 {
  border-radius: 7px;
  height: 52px;
  margin-top: 8px;
  width: 177px;
}

.text_4 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin: 13px 0 0 53px;
}

.group_2 {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 1px;
}

.group_3 {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 40px 0 0 0;
  padding: 20px 0;
}

.group_4 {
  background-color: rgba(255, 255, 255, 1);
  /* height: 59px; */
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.group_4_2 {
  width: 71.1%;
  margin-left: 204px;
}

.group_5 {
  width: 100%;
  height: 32px;
  /* margin: 14px 0 0 26px; */
  justify-content: space-between;
  align-items: center;
}

.group_5_2 {
  width: 100%;
  height: 32px;
  /* margin: 14px 0 0 26px; */
  align-items: center;
  flex-wrap: wrap
}

.group_5_2 .text_5 {
  margin-right: 46.5px;
}

.group_5_2 .text_5:nth-of-type(8n) {
  margin-right: 0px;
}

.image-text_1 {
  width: 60px;
  height: 22px;
  align-items: center;
}

.thumbnail_1 {
  width: 18px;
  height: 18px;
}

.text-group_1 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.text_5 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease, border-bottom 0.1s ease;
}

.text_5:hover {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}

.text_5_active {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}

.text_6 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_7 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_8 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_9 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_10 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_11 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_12 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_13 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_14 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_15 {
  width: 96px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.group_6 {}

.my-button {
  background-color: #f4f5f8 !important;
  border: none !important;
  color: black !important;
}

.my-button:hover {
  border: none !important;
}

.my-button:focus-visible {
  outline: none !important;

}

.image-text_2 {
  align-items: center;
}

.text-group_2 {
  margin-right: 5px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
}

.thumbnail_2 {
  width: 14px;
  height: 14px;
}

.image-wrapper_1 {
  width: 100%;
  height: 3px;
  margin: 10px 0 0 16px;
}

.image_2 {
  width: 80px;
  height: 3px;
}

.image_3 {
  width: 52px;
  height: 3px;
  margin-left: 32px;
}

.image_4 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_5 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_6 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_7 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_8 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_9 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_10 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_11 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_12 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_13 {
  width: 116px;
  height: 3px;
  margin-left: 32px;
}

.group_7 {
  background-color: rgba(255, 255, 255, 1);
  /* height: 59px; */
  margin-top: 20px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.block_1 {
  width: 100%;
  height: 32px;
  /* margin: 14px 0 0 26px; */
  justify-content: space-between;
}

.block_11 {
  width: 80.4%;
  height: 32px;
  margin-left: 106px;
  /* margin: 14px 0 0 26px; */
  justify-content: space-between;
}

.image-text_3 {
  width: 60px;
  height: 22px;
  margin-top: 6px;
}

.thumbnail_3 {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.text-group_3 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}


.text_17 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_18 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_19 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_20 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_21 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_22 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_23 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_24 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_25 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.text_26 {
  width: 96px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 4px 0 0 52px;
}

.section_1 {}

.image-text_4 {
  align-items: center;
}

.text-group_4 {
  margin-right: 5px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
}

.thumbnail_4 {
  width: 14px;
  height: 14px;
}

.image-wrapper_2 {
  width: 1356px;
  height: 3px;
  margin: 10px 0 0 16px;
}

.image_14 {
  width: 80px;
  height: 3px;
}

.image_15 {
  width: 52px;
  height: 3px;
  margin-left: 32px;
}

.image_16 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_17 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_18 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_19 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_20 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_21 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_22 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_23 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_24 {
  width: 84px;
  height: 3px;
  margin-left: 32px;
}

.image_25 {
  width: 116px;
  height: 3px;
  margin-left: 32px;
}

.grid_1 {
  width: 100%;
  flex-wrap: wrap;
  margin: 38px 0 0 0;
}

.list-items_1-0 {
  width: 22%;
  margin: 0 4% 32px 0;
  border: 1px solid #efefef;
  cursor: pointer;
  border-radius: 6px;
  transition: box-shadow 0.3s ease-in-out;
}

.list-items_1-0:nth-of-type(4n) {
  margin-right: 0;
}

.list-items_1-0:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.list-items_1-0:hover .image-text_5-0 .box_3-0 .list_img {
  transform: scale(1.1);
}

.image-text_5-0 {
  width: 100%;
}

.box_3-0 {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;

}

.list_img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.text-wrapper_5-0 {
  background-color: rgba(255, 0, 0, 1);
  border-radius: 2px;
  height: 28px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.text_27-0 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
}



.text-group_5-0 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-family: Source Han Sans CN-Regular;
  font-weight: bolder;
  text-align: left;
  white-space: nowrap;
  margin: 10px 0 0 20px;
}

.text-wrapper_6-0 {
  display: flex;
  align-items: center;
  height: 27px;
  margin: 10px 0 10px 20px;
}

.my_text-wrapper_6-0 {
  display: flex;
  align-items: center;
}

.text_28-0 {
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
}

.text_28-0:hover {
  color: #007bff;
}

.text_29-0 {
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 12px;
  font-family: Source Han Sans CN-Regular;
  text-align: left;
  white-space: nowrap;
}

.text_30-0 {
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
}

.list-items_1-1 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
}

.image-text_5-1 {
  width: 363px;
  height: 321px;
}

.box_3-1 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG54ccbddb1e9eeb613770fd008bd5691a.png) 100% no-repeat;
}

.text-wrapper_5-1 {
  background-color: rgba(255, 0, 0, 1);
  border-radius: 2px;
  height: 33px;
  width: 48px;
  position: absolute;
  left: 315px;
  top: 0;
}

.text_27-1 {
  width: 28px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 6px 0 0 10px;
}



.text-group_5-1 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-1 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-1 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-1 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-1 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-2 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
}

.image-text_5-2 {
  width: 363px;
  height: 321px;
}

.box_3-2 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG54ccbddb1e9eeb613770fd008bd5691a.png) 100% no-repeat;
}


.text-group_5-2 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-2 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-2 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-2 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-2 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-3 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
  margin-right: 0;
}

.image-text_5-3 {
  width: 363px;
  height: 321px;
}

.box_3-3 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG54ccbddb1e9eeb613770fd008bd5691a.png) 100% no-repeat;
}



.text-group_5-3 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-3 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-3 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-3 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-3 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-4 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
}

.image-text_5-4 {
  width: 363px;
  height: 321px;
}

.box_3-4 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG54ccbddb1e9eeb613770fd008bd5691a.png) 100% no-repeat;
}



.text-group_5-4 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-4 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-4 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-4 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-4 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-5 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
}

.image-text_5-5 {
  width: 363px;
  height: 321px;
}

.box_3-5 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG54ccbddb1e9eeb613770fd008bd5691a.png) 100% no-repeat;
}



.text-group_5-5 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-5 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-5 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-5 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-5 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-6 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
}

.image-text_5-6 {
  width: 363px;
  height: 321px;
}

.box_3-6 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG54ccbddb1e9eeb613770fd008bd5691a.png) 100% no-repeat;
}

.image_26-6 {
  width: 220px;
  height: 129px;
  margin: 100px 0 0 120px;
}

.text-group_5-6 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-6 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-6 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-6 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-6 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-7 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
  margin-right: 0;
}

.image-text_5-7 {
  width: 363px;
  height: 321px;
}

.box_3-7 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG54ccbddb1e9eeb613770fd008bd5691a.png) 100% no-repeat;
}

.image_26-7 {
  width: 220px;
  height: 129px;
  margin: 100px 0 0 120px;
}

.text-group_5-7 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-7 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-7 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-7 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-7 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-8 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
  margin-bottom: 0;
}

.image-text_5-8 {
  width: 363px;
  height: 321px;
}

.box_3-8 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG8d7e2c2b92f2639b4d8089a7d5ac4c0c.png) 100% no-repeat;
}

.image_26-8 {
  width: 220px;
  height: 129px;
  margin: 100px 0 0 120px;
}

.text-group_5-8 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-8 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-8 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-8 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-8 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-9 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
  margin-bottom: 0;
}

.image-text_5-9 {
  width: 363px;
  height: 321px;
}

.box_3-9 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG8d7e2c2b92f2639b4d8089a7d5ac4c0c.png) 100% no-repeat;
}

.image_26-9 {
  width: 220px;
  height: 129px;
  margin: 100px 0 0 120px;
}

.text-group_5-9 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-9 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-9 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-9 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-9 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-10 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
  margin-bottom: 0;
}

.image-text_5-10 {
  width: 363px;
  height: 321px;
}

.box_3-10 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG8d7e2c2b92f2639b4d8089a7d5ac4c0c.png) 100% no-repeat;
}

.image_26-10 {
  width: 220px;
  height: 129px;
  margin: 100px 0 0 120px;
}

.text-group_5-10 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-10 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-10 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-10 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-10 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.list-items_1-11 {
  width: 363px;
  height: 380px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG886d5fbec691f984c4e8f7a716844616.png) 100% no-repeat;
  background-size: 100% 100%;
  margin: 0 20px 32px 0;
  margin-right: 0;
  margin-bottom: 0;
}

.image-text_5-11 {
  width: 363px;
  height: 321px;
}

.box_3-11 {
  position: relative;
  width: 363px;
  height: 258px;
  background-size: 100% 100%;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG8d7e2c2b92f2639b4d8089a7d5ac4c0c.png) 100% no-repeat;
}

.image_26-11 {
  width: 220px;
  height: 129px;
  margin: 100px 0 0 120px;
}

.text-group_5-11 {
  width: 112px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 28px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin: 21px 0 0 20px;
}

.text-wrapper_6-11 {
  width: 230px;
  height: 27px;
  margin: 10px 0 22px 20px;
}

.text_28-11 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
}

.text_29-11 {
  width: 18px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.text_30-11 {
  width: 72px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(85, 100, 129, 1);
  font-size: 18px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 34px;
}

.group_8 {
  display: flex;
  justify-content: center;

}

.text_31 {

  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 21px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;

}

.label_1 {
  width: 21px;
  height: 21px;
}

.text-wrapper_7 {
  background-color: rgba(213, 229, 252, 1);
  border-radius: 15px;
  height: 27px;
  width: 27px;
}

.text_32 {
  width: 12px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(16, 105, 243, 1);
  font-size: 21px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin: 3px 0 0 7px;
}

.text_33 {
  width: 12px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 21px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
}

.text_34 {
  width: 18px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 21px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin: 20px 0 0 36px;
}

.text_35 {
  width: 24px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 21px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin: 20px 0 0 30px;
}

.label_2 {
  width: 21px;
  height: 21px;
}

.text_36 {
  width: 63px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 21px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin: 15px 0 0 45px;
}

.box_4 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  width: 42px;
  height: 27px;
  border: 1.5px solid rgba(204, 204, 204, 1);
  margin: 17px 0 0 6px;
}

.text_37 {
  width: 21px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 21px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin: 15px 45px 0 6px;
}

.group_9 {
  background-color: rgba(224, 233, 255, 1);
  height: 645px;
  width: 1920px;
  position: absolute;
  left: 0;
  top: 1563px;
}

.section_2 {
  width: 1920px;
  height: 645px;
  background: url(https://thxl-h5.oss-cn-hangzhou.aliyuncs.com/yousin/img/FigmaDDSSlicePNG6e1ca0fb92bc3dd5885672839f8f6e73.png) 100% no-repeat;
  background-size: 100% 100%;
}

.text-wrapper_8 {
  width: 600px;
  height: 60px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 40px;
  margin: 82px 0 0 640px;
}

.text_38 {
  width: 600px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-family: Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 40px;
}

.text_39 {
  width: 600px;
  height: 60px;
  overflow-wrap: break-word;
  color: rgba(255, 100, 34, 1);
  font-size: 40px;
  font-family: Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 40px;
}

.box_5 {
  width: 582px;
  height: 40px;
  margin: 55px 0 0 669px;
}

.text-wrapper_9 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 40px;
  width: 276px;
}

.text_40 {
  width: 70px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 9px 0 0 16px;
}

.text-wrapper_10 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 40px;
  width: 276px;
}

.text_41 {
  width: 70px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 9px 0 0 16px;
}

.box_6 {
  width: 582px;
  height: 40px;
  margin: 16px 0 0 669px;
}

.block_2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  width: 276px;
  height: 40px;
}

.text_42 {
  width: 84px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 9px 0 0 16px;
}

.box_7 {
  width: 7px;
  height: 13px;
  margin: 8px 0 0 133px;
}

.box_8 {
  background-color: rgba(56, 111, 255, 1);
  width: 7px;
  height: 5px;
}

.thumbnail_5 {
  width: 6px;
  height: 4px;
  margin-top: 4px;
}

.box_9 {
  background-color: rgba(56, 111, 255, 1);
  width: 15px;
  height: 18px;
  margin: 11px 13px 0 8px;
}

.text-wrapper_11 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 40px;
  width: 276px;
}

.text_43 {
  width: 70px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 9px 0 0 16px;
}

.text-wrapper_12 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  height: 80px;
  width: 582px;
  margin: 16px 0 0 669px;
}


.text_44 {
  width: 84px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 9px 0 0 16px;
}

.text-wrapper_13 {
  background-image: linear-gradient(90deg,
      rgba(16, 105, 243, 1) 0,
      rgba(119, 172, 255, 1) 100%);
  border-radius: 8px;
  height: 82px;
  width: 582px;
  margin: 56px 0 118px 669px;
}

.text_45 {
  width: 204px;
  height: 38px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 34px;
  font-family: Source Han Sans CN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 38px;
  margin: 22px 0 0 189px;
}