@charset "UTF-8";
/* banner区样式 start */
.benner-box {
  position: relative;
  min-height: 500px;
  padding: 5rem 0;
  padding-left: 5rem;
  background: #4A5568;
  display: flex;
  justify-content: flex-start;
}

.benner-box .item-txt-box {
  width: 38vw;
  /*width: 60vw;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
  z-index: 1;
}

.benner-box .item-txt-box h2 {
  color: inherit;
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
  color: #ffffff;
}

.benner-box .item-txt-box a {
  text-decoration: none;
  color: #FFFFFF;
}

.benner-box .item-txt-box p:nth-child(2) {
  padding: 1.25rem 0;
  color: #A0AEC0;
}

.benner-box .item-txt-box p:nth-child(3) {
  color: #FFFFFF;
}

.benner-box .item-txt-box p:nth-child(4) {
  color: #FFFFFF;
}

.benner-box .bnenr-img {
  object-fit: cover;
  object-position: 0;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 60vw;
}

.section-pd-01 .module-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}

.section-pd-01 .module-box1 .txt-box {
  padding: 5rem 0;
  width: 700px;
}

.section-pd-01 .module-box1 .from-box {
  width: 700px;
}

.section-pd-01 .module-box1 .from-box .chakra-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.section-pd-01 .module-box1 .from-box .my-form-check {
  padding: 2.5rem 0;
}

.section-pd-01 .module-box1 .from-box .my-form-check .form-check-input {
  border-color: #E53E3E;
}

.section-pd-01 .module-box1 .from-box .my-form-check .form-check-input:checked {
  background-color: #E53E3E;
}

.section-pd-01 .module-box1 .from-box .txt-hit {
  color: #E53E3E;
}

.section-pd-01 .module-box1 .from-box .submit-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 1.25rem;
}

.section-pd-01 .module-box1 .from-box .submit-btn-box .chakra-button {
  appearance: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  border-color: #C53030;
  outline: transparent solid 2px;
  outline-offset: 2px;
  line-height: 1.2;
  border-radius: 0.375rem;
  font-weight: 600;
  height: 2.5rem;
  min-width: 2.5rem;
  font-size: 1rem;
  padding: 0 1rem;
  width: 300px;
  display: block;
  margin-inline: auto;
  color: #ffffff;
  background: #C53030;
  border: 0;
}

.section-pd-01 .module-box1 .from-box .form-group {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.section-pd-01 .module-box1 .from-box .form-group .my-form-select {
  background: url("../img/select-r-bj.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  line-height: 20px;
}

.section-pd-01 .module-box1 .from-box .form-group label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.section-pd-01 .module-box1 .from-box .form-group .item-ipt {
  height: 2.5rem;
  font-size: 1rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  border: 1px solid #CBD5E0;
  margin-bottom: 1rem;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  /*border-color: inherit;*/
}

.section-pd-01 .module-box1 .from-box .form-group .item-ipt[aria-invalid="true"], .section-pd-01 .module-box1 .from-box .form-group .item-ipt[data-invalid] {
  border-color: #e53e3e;
  box-shadow: #e53e3e 0px 0px 0px 1px;
}

.section-pd-01 .module-box1 .from-box .form-group .item-ipt:focus-visible {
  z-index: 1;
  border-color: #3182ce;
  box-shadow: #3182ce 0px 0px 0px 1px;
}

.section-pd-01 .module-box1 .from-box .textarea-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.section-pd-01 .module-box1 .from-box .textarea-group label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.section-pd-01 .module-box1 .from-box .textarea-group .item-ipt {
  height: 2.5rem;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  line-height: 1.375rem;
  min-height: 5rem;
  border: 1px solid #CBD5E0;
  margin-bottom: 1rem;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  /*border-color: inherit;*/
  background: inherit;
}

.section-pd-01 .module-box1 .from-box .textarea-group .item-ipt:focus-visible {
  z-index: 1;
  border-color: #3182ce;
  box-shadow: #3182ce 0px 0px 0px 1px;
}

/* banner区样式 end */
@media (max-width: 1024px) {
  .benner-box {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .benner-box .bnenr-img {
    width: 100%;
  }
  .benner-box .item-txt-box {
    width: 80vw;
    padding: 0;
  }
}

@media (max-width: 820px) {
  .section-pd-01 .module-box1 .txt-box {
    width: 80vw;
  }
  .section-pd-01 .module-box1 .from-box {
    width: 80vw;
  }
  .section-pd-01 .module-box1 .from-box .form-group {
    width: 100%;
  }
}


html[lang="ar"] .benner-box .item-txt-box h2{
  text-align: right;
}