.max-height,
.child-max-height > *,
.child-max-height > * .icon-demo {
  height: auto;
}

.max-height-parent {
  height: 2200px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .max-height-parent {
    height: 900px;
  }
}

@media (min-width: 1200px) {
  .max-height-parent {
    height: 700px;
  }
}

@media (min-width: 768px) {
  .icon-demo > * {
    vertical-align: middle;
  }
}

h3[data-v-4f360401] {
  font-size: 46px;
  line-height: 70px;
}

p[data-v-4f360401] {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 36px;
}

.image-list-container {
  display: flex;
  justify-content: center;
}

.image-list-container > * {
  width: 80% !important;
}

.image-list {
  gap: 25px;
  height: 100%;
  display: flex;
}

.image-list > * {
  flex: 1;
}

@media (max-width: 1000px) {
  .logo-img {
    max-width: 75%;
  }
}

.carousel-control-icon {
  background-color: gray;
}

#carouselExample {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-description {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 设置你希望显示的最大行数 */
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-class {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.project-class .project-inner {
  flex: 1px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px !important;
  }
}

.title,
.subtitle {
  font-weight: bold;
}

:where(.css-qcufwg).ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:where(.css-qcufwg).ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

:where(.css-qcufwg).ant-carousel .slick-slider .slick-track,
:where(.css-qcufwg).ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}

:where(.css-qcufwg).ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

:where(.css-qcufwg).ant-carousel .slick-slide img {
  display: block;
}

@media (min-width: 1000px) {
  .box-wrapper[data-v-4f360401] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-wrapper .box[data-v-4f360401] {
  align-items: center;
  height: 140px;
  width: 450px;
}

[data-v-4f360401] .slick-slide {
  overflow: hidden;
  text-align: center;
}

:where(.css-qcufwg).ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}

.box-wrapper[data-v-4f360401],
.box-wrapper .box[data-v-4f360401] {
  display: flex;
  justify-content: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 5rem !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  background-color: #f5f5f5;
}
.grid-item {
  background-color: white;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 300px; /* 控制最大宽度 */
}
.grid-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.grid-item p {
  margin: 0;
  font-size: 16px;
}

@media (min-width: 1000px) {
  .box-wrapper[data-v-4f360401] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-wrapper[data-v-4f360401],
.box-wrapper .box[data-v-4f360401] {
  display: flex;
  justify-content: center;
}

.box-wrapper[data-v-4f360401] {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 50px;
  margin-top: 100px;
}

:where(.css-qcufwg).ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text[data-v-553347f5] {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.cover[data-v-553347f5] {
  background: linear-gradient(
    180deg,
    #ffffffa1,
    #fffc 12%,
    #ffffffd9 29%,
    #fff 81%
  );
  bottom: 0;
  color: #0070d8;
  font-size: 22px;
  height: 222px;
  left: 0;
  line-height: 34px;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}

a {
  background-color: transparent;
}

.block[data-v-630f0470] {
  background-image: url(/images/banner.DMdPdPIq.jpg);
  border: 1px solid #979797;
  height: 100%;
  margin-top: 1px;
  width: 100%;
}

* {
  box-sizing: border-box;
  font-family: PingFangSC-Semibold;
  margin: 0;
  padding: 0;
}

.wrapper[data-v-21dffa52] {
  min-height: calc(100vh - 230px);
  padding-top: 100px;
  box-sizing: border-box;
  font-family: PingFangSC-Semibold;
  margin: 0;
  padding: 0;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.text-wrapper_1[data-v-630f0470] {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-center;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.text_12[data-v-630f0470] {
  font-size: 60px;
  height: 70px;
  line-height: 70px;
  margin: 70px 0 0 12%;
  -webkit-text-size-adjust: 100%;
}

.text_13[data-v-630f0470] {
  font-size: 30px;
  height: 46px;
  line-height: 46px;
  margin: 24px 0 70px 12%;
  box-sizing: border-box;
  font-weight: normal;
}

.text_12[data-v-630f0470],
.text_13[data-v-630f0470] {
  color: #fff;
  font-weight: bold;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  width: 200px;
  -webkit-text-size-adjust: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transform: skewX(-10deg);
}

.layout {
  margin: 0 auto;
  width: 73vw;
}

.header_section[data-v-8b1ff308] {
  color: #333;
  display: flex;
  font-family: SourceHanSansXT;
  font-size: 46px;
  height: 60px;
  line-height: 70px;
  margin-bottom: 36px;
  margin-top: 60px;
  text-align: left;
  width: 100%;
}

.header_section span[data-v-8b1ff308] {
  transform: skewX(-10deg);
  font-weight: bold;
}

.header_section .header_mark[data-v-8b1ff308] {
  background: #333;
  font-style: italic;
  height: 4px;
  margin-left: 18px;
  margin-top: 29px;
  width: 80px;
}

.care .wrapper[data-v-630f0470] {
  display: flex;
}

.care .reactive_img[data-v-630f0470] {
  display: none;
}

:where(.css-qcufwg)[class^="ant-typography"],
:where(.css-qcufwg)[class*=" ant-typography"] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  box-sizing: border-box;
}

.p[data-v-630f0470] {
  color: #333;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 40px;
}

.blue[data-v-630f0470] {
  color: #0070d8;
  font-weight: 700;
}

img {
  border-style: none;
}

.care .desc[data-v-630f0470] {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-top: 84px;
}

.care .desc div[data-v-630f0470] {
  color: #333;
  font-size: 18px;
  line-height: 34px;
  margin-right: 24px;
}

.care .right[data-v-630f0470] {
  margin-left: 36px;
}

.care .right img[data-v-630f0470] {
  height: 700px;
  width: 1200px;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.summary[data-v-630f0470] {
  margin-top: 120px;
}

.summary .row[data-v-630f0470] {
  color: #333;
  display: flex;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 24px;
}

.summary .label[data-v-630f0470] {
  font-weight: 600;
  margin-right: 30px;
  width: 300px;
}

.summary .value[data-v-630f0470] {
  flex: 1;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

a {
  background-color: transparent;
}

:where(.css-qcufwg).ant-timeline {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:where(.css-qcufwg)[class^="ant-timeline"] [class^="ant-timeline"],
:where(.css-qcufwg)[class*=" ant-timeline"] [class^="ant-timeline"],
:where(.css-qcufwg)[class^="ant-timeline"] [class*=" ant-timeline"],
:where(.css-qcufwg)[class*=" ant-timeline"] [class*=" ant-timeline"] {
  box-sizing: border-box;
}

:where(.css-qcufwg).ant-timeline .ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}

:where(.css-qcufwg).ant-timeline .ant-timeline-item-tail {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 4px;
  height: calc(100% - 10px);
  border-inline-start: 2px solid rgba(5, 5, 5, 0.06);
}

:where(.css-qcufwg).ant-timeline .ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 3px solid transparent;
  border-radius: 50%;
}

:where(.css-qcufwg).ant-timeline .ant-timeline-item-head-blue {
  color: #0070d8;
  border-color: #0070d8;
}

:where(.css-qcufwg).ant-timeline .ant-timeline-item-content {
  position: relative;
  inset-block-start: -7px;
  margin-inline-start: 26px;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  word-break: break-word;
}

.timeline .line[data-v-630f0470] {
  display: flex;
  font-size: 18px;
  margin-bottom: 24px;
}

.timeline .line div[data-v-630f0470]:first-child {
  line-height: 34px;
  width: 200px;
}

.timeline .line .month[data-v-630f0470] {
  width: 200px;
}

.timeline .line div[data-v-630f0470]:last-child {
  line-height: 34px;
}

.img img[data-v-630f0470] {
  width: 100%;
}

.img[data-v-630f0470] {
  margin-bottom: 120px !important;
}

.group {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.block,
.group {
  height: 100%;
  width: 100%;
}

.block {
  background-image: url(/images/banner.C691vZzC.png);
  border: 1px solid #979797;
  margin-top: 1px;
}

.text-wrapper_1 {
  color: #fff;
  font-weight: bold;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  width: 200px;
  -webkit-text-size-adjust: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transform: skewX(-10deg);
  display: flex;
  flex-direction: column;
  justify-content: flex-center;
  width: 100%;
}

.text_12 {
  font-size: 46px;
  height: 70px;
  line-height: 70px;
  margin: 70px 0 0 12%;
}

.text_13 {
  font-size: 30px;
  height: 46px;
  line-height: 46px;
  margin: 24px 0 70px 12%;
}

.text_12,
.text_13 {
  color: #fff;
  font-family: SiyuanBold;
  font-weight: 700;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  width: 200px;
}

.main_text {
  font-weight: 400;
  margin-top: 60px;
  padding: 0 12%;
  width: 100%;
}

.paragraph {
  box-sizing: border-box;
  color: #333;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  line-height: 34px;
  overflow-wrap: break-word;
  text-align: left;
}

.business_img {
  margin-top: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.business_img img {
  width: 80%;
}

.text-wrapper_2 {
  font-family: PingFangSC-Semibold;
  font-size: 0;
  font-weight: 600;
  height: auto;
  line-height: 34px;
  overflow-wrap: break-word;
  text-align: left;
  margin-bottom: 30px;
}

.text_title {
  font-size: 18px;
  font-size: 22px;
  margin-bottom: -25px;
  margin-top: 42px;
}

.text_14,
.text_title {
  color: #333;
  font-family: PingFangSC-Regular;
  font-family: PingFangSC-Semibold;
  font-weight: 400;
  font-weight: 600;
  line-height: 100px;
  overflow-wrap: break-word;
  text-align: left;
}

.text_14 {
  font-size: 18px;
  padding-top: 30px;
}

.container {
  font-weight: 400;
  margin: 0;
  padding: 0 12%;
  width: 100%;
}

.container .credential_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 48px;
  width: 100%;
}

.container .credential_section .credential_item {
  height: 295px;
  margin-bottom: 24px;
  width: 356px;
}

.container .credential_section .credential_item .credential_img > img {
  background: #fff;
  height: 174px;
  width: 356px;
}

.container .credential_section .credential_item .credential_desc {
  color: #333;
  font-family: PingFangSC, PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 56px;
  line-height: 28px;
  margin-top: 8px;
  padding-left: 15px;
  width: 332px;
}

.header_text {
  margin-top: 12px;
}

.header_text .header_text_content {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 36px;
  text-align: left;
}

.career_section .career_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.career_section .career_list .career_item {
  margin-bottom: 25px;
  text-align: center;
  width: 340px;
}

.career_section .career_list .career_item .career_icon {
  background: #f3f5fa;
  border-radius: 50%;
  height: 158px;
  margin: auto auto 15px;
  position: relative;
  width: 158px;
}

.career_section .career_list .career_item .career_icon img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.career_section .career_list .career_item .career_type_name {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5px;
}

.career_section .career_list .career_item .career_career_name {
  font-size: 14px;
  margin: 0 0 10px;
}

.recruit_description {
  background: #f3f5fa;
  margin-bottom: 60px;
  width: 100%;
}

.recruit_description_content {
  padding-bottom: 2rem;
}

.recruit_description .recruit_description_item {
  text-align: center;
  width: 100%;
}

.recruit_description
  .recruit_description_item
  .recruit_description_item_number {
  background: #509bfe;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  width: 4rem;
}

.recruit_description .recruit_description_item .recruit_description_item_title {
  font-weight: 700;
}

.recruit_description .recruit_description_item .recruit_description_item_desc {
  line-height: 24px;
  margin-top: 10px;
}

.font_style,
.headline_date {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  overflow-wrap: break-word;
  text-align: left;
}

.headline_date {
  font-family: PingFangSC-Regular;
  margin-top: 36px;
}

.paragraph_1,
.text-wrapper_1 {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  height: auto;
  line-height: 34px;
  overflow-wrap: break-word;
  text-align: left;
  width: 100%;
}

.paragraph_1,
.text_13 {
  font-size: 18px;
}

.container .content_section {
  height: auto;
  margin-bottom: 60px;
  margin-top: 36px;
  width: 100%;
}

.container .content_section .content_item {
  color: #333;
  font-family: PingFangSC, PingFang SC;
  font-size: 18px;
  font-style: normal;
  line-height: 34px;
  margin-bottom: 36px;
  text-align: left;
  width: 100%;
}

.container .content_section .content_item .content_title {
  font-weight: 600;
  margin-bottom: 12px;
}

.header_desc {
  color: #333;
  display: block;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 34px;
  overflow-wrap: break-word;
  text-align: left;
}

.contact_form {
  display: flex;
  flex-direction: row;
  font-family: PingFangSC, PingFang SC;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 50px;
  width: 100%;
}

:where(.css-qcufwg).ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:where(.css-qcufwg).ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}

:where(.css-qcufwg).ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-inline-end: 16px;
  margin-bottom: 0;
}

.contact_form .form_item {
  height: 60px;
  margin-bottom: 47px;
  overflow-wrap: break-word;
  width: 40%;
}

:where(.css-qcufwg).ant-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
}

:where(.css-qcufwg)[class^="ant-form"] [class^="ant-form"],
:where(.css-qcufwg)[class*=" ant-form"] [class^="ant-form"],
:where(.css-qcufwg)[class^="ant-form"] [class*=" ant-form"],
:where(.css-qcufwg)[class*=" ant-form"] [class*=" ant-form"] {
  box-sizing: border-box;
}

:where(.css-qcufwg).ant-form-item .ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: end;
  vertical-align: middle;
}

:where(.css-qcufwg).ant-form-item .ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
}

.contact_form .form_item label {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding-top: 29px;
  text-align: left;
  width: 133px;
}

:where(.css-qcufwg).ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

:where(.css-qcufwg)[class^="ant-col"],
:where(.css-qcufwg)[class*=" ant-col"] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  box-sizing: border-box;
}

:where(.css-qcufwg).ant-form-item .ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

:where(.css-qcufwg).ant-form-item .ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}

:where(.css-qcufwg).ant-form-item .ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}

:where(.css-qcufwg).ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 6px;
  transition: all 0.2s;
}

.contact_form .contact_item .contact_content,
.form_input {
  border: 1px solid #999;
  border-radius: 4px;
  margin-left: 36px;
  width: 100%;
}

.form_input {
  background-color: #fff;
  height: 60px;
}

.contact_form .ant-form-item-required:after {
  color: #ff4d4f;
  content: "*" !important;
  margin-left: 4px;
}

:where(.css-qcufwg).ant-form-item .ant-form-item-label > label::after {
  content: ":";
  position: relative;
  margin-block: 0;
  margin-inline-start: 2px;
  margin-inline-end: 8px;
}

.contact_form .ant-form-item-label > label:after {
  content: none;
}

.contact_form .contact_item {
  width: 100%;
}

textarea:where(.css-qcufwg).ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5714285714285714;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  resize: vertical;
}

.contact_form .contact_item .contact_content {
  background: #fff;
  height: 120px;
  overflow: auto;
  resize: none !important;
}

.remember {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 56px;
  text-align: center;
  width: 100%;
}

:where(.css-qcufwg).ant-form-item
  .ant-form-item-control:first-child:not([class^="'ant-col-'"]):not(
    [class*="' ant-col-'"]
  ) {
  width: 100%;
}

:where(.css-qcufwg).ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: inline-flex;
  align-items: baseline;
  cursor: pointer;
}

:where(.css-qcufwg).ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  align-self: center;
}

:where(.css-qcufwg)[class^="ant-checkbox"] [class^="ant-checkbox"],
:where(.css-qcufwg)[class*=" ant-checkbox"] [class^="ant-checkbox"],
:where(.css-qcufwg)[class^="ant-checkbox"] [class*=" ant-checkbox"],
:where(.css-qcufwg)[class*=" ant-checkbox"] [class*=" ant-checkbox"] {
  box-sizing: border-box;
}

:where(.css-qcufwg).ant-checkbox .ant-checkbox-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  margin: 0;
}

:where(.css-qcufwg).ant-form label {
  font-size: 14px;
}

:where(.css-qcufwg).ant-form input[type="radio"],
:where(.css-qcufwg).ant-form input[type="checkbox"] {
  line-height: normal;
}

:where(.css-qcufwg).ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item
  input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

:where(.css-qcufwg).ant-checkbox .ant-checkbox-inner:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  inset-inline-start: 21.5%;
  display: table;
  width: 5.7142857142857135px;
  height: 9.142857142857142px;
  border: 2px solid #fff;
  border-top: 0;
  border-inline-start: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  content: "";
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

:where(.css-qcufwg).ant-checkbox .ant-checkbox-inner {
  box-sizing: border-box;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}

:where(.css-qcufwg)[class^="ant-checkbox"] [class^="ant-checkbox"]::before,
:where(.css-qcufwg)[class*=" ant-checkbox"] [class^="ant-checkbox"]::before,
:where(.css-qcufwg)[class^="ant-checkbox"] [class*=" ant-checkbox"]::before,
:where(.css-qcufwg)[class*=" ant-checkbox"] [class*=" ant-checkbox"]::before,
:where(.css-qcufwg)[class^="ant-checkbox"] [class^="ant-checkbox"]::after,
:where(.css-qcufwg)[class*=" ant-checkbox"] [class^="ant-checkbox"]::after,
:where(.css-qcufwg)[class^="ant-checkbox"] [class*=" ant-checkbox"]::after,
:where(.css-qcufwg)[class*=" ant-checkbox"] [class*=" ant-checkbox"]::after {
  box-sizing: border-box;
}

:where(.css-qcufwg).ant-checkbox + span {
  padding-inline-start: 8px;
  padding-inline-end: 8px;
}

.text_28 {
  color: #0070d8;
}

.text_29 {
  color: #333;
}

.text_28,
.text_29 {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  width: 420px;
}

:where(.css-qcufwg).ant-checkbox-wrapper:after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: "\a0";
}

:where(.css-qcufwg)[class^="ant-form"]::before,
:where(.css-qcufwg)[class*=" ant-form"]::before,
:where(.css-qcufwg)[class^="ant-form"]::after,
:where(.css-qcufwg)[class*=" ant-form"]::after {
  box-sizing: border-box;
}

:where(.css-qcufwg).ant-row::before,
:where(.css-qcufwg).ant-row::after {
  display: flex;
}

:where(.css-qcufwg)[class^="ant-form"] [class^="ant-form"]::before,
:where(.css-qcufwg)[class*=" ant-form"] [class^="ant-form"]::before,
:where(.css-qcufwg)[class^="ant-form"] [class*=" ant-form"]::before,
:where(.css-qcufwg)[class*=" ant-form"] [class*=" ant-form"]::before,
:where(.css-qcufwg)[class^="ant-form"] [class^="ant-form"]::after,
:where(.css-qcufwg)[class*=" ant-form"] [class^="ant-form"]::after,
:where(.css-qcufwg)[class^="ant-form"] [class*=" ant-form"]::after,
:where(.css-qcufwg)[class*=" ant-form"] [class*=" ant-form"]::after {
  box-sizing: border-box;
}

:where(.css-qcufwg)[class^="ant-row"]::before,
:where(.css-qcufwg)[class*=" ant-row"]::before,
:where(.css-qcufwg)[class^="ant-row"]::after,
:where(.css-qcufwg)[class*=" ant-row"]::after {
  box-sizing: border-box;
}

:where(.css-qcufwg).ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 24px;
  vertical-align: top;
}

.send_item {
  margin: 56px auto;
  width: 100%;
}

.send_item,
.send_item button {
  height: 60px;
  text-align: center;
}

:where(.css-qcufwg)[class^="ant-row"],
:where(.css-qcufwg)[class*=" ant-row"] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  box-sizing: border-box;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

.send_item button {
  background: #0070d8;
  border: 1px solid #0070d8;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  width: 240px;
}

:where(.css-qcufwg).ant-btn-primary:disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}

:where(.css-qcufwg).ant-btn > span {
  display: inline-block;
}

:where(.css-qcufwg).ant-btn {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1.5714285714285714;
  color: rgba(0, 0, 0, 0.88);
}

:where(.css-qcufwg).ant-btn {
  font-size: 14px;
  height: 32px;
  padding: 4px 15px;
  border-radius: 6px;
}

input {
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  padding-block: 1px;
  padding-inline: 2px;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

:where(.css-qcufwg)[class^="ant-btn"],
:where(.css-qcufwg)[class*=" ant-btn"] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  box-sizing: border-box;
}

:where(.css-qcufwg)[class^="ant-checkbox"]::before,
:where(.css-qcufwg)[class*=" ant-checkbox"]::before,
:where(.css-qcufwg)[class^="ant-checkbox"]::after,
:where(.css-qcufwg)[class*=" ant-checkbox"]::after {
  box-sizing: border-box;
}

.form-group {
  display: flex;
  margin-bottom: 20px;
}
.form-group label {
  width: 200px;
  padding-top: 10px;
  text-align: right;
}
.form-group input,
.form-group textarea {
  width: calc(100% - 220px);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.form-group input.error,
.form-group textarea.error {
  border-color: red;
}
.form-group input.error + span.error-message,
.form-group textarea.error + span.error-message {
  color: red;
  display: block;
  margin-top: 5px;
}
.submit-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}
.submit-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
