.contact .content {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 60px auto;
  width: 1200px;
  background: #f5f6fa;
  border-radius: 16px;
  padding: 48px 60px 42px;
}
.contact .content .title {
  font-size: 40px;
  width: max-content;
}
.form {
  width: 100% !important;
  padding: 0 !important;
  width: 674px;
  background: #f5f6fa;
  border-radius: 31px;
  padding: 0 31px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.fieldGroup {
  display: flex;
  flex-direction: column;
  margin-top: 46px;
  align-items: center;
}
.form .textareaGroup {
  align-items: flex-start;
}
.form .textareaGroup.hiden {
  display: none;
}
.form .textareaGroup label {
  padding-top: 18px;
}
textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

textarea::placeholder {
  color: #a8acbc;
}
.fieldGroup:not(:first-child) {
  margin-top: 31px;
}
.label {
  flex: 0 0 158px;
  margin-right: 40px;
  font-weight: 400;
  font-size: 31px;
  color: var(--text-color);
  line-height: 42px;
}
.required {
  color: #ef4444;
  margin-left: 2px;
}

.form input {
  position: relative;
  width: 100%;
  padding: 21px 31px;
  font-size: 16px;
  transition: border-color 0.2s ease;
  background: #ffffff;
  border-radius: 23px;
  border: 2px solid #a8acbc;
  color: var(--text-color);
}
.form .select {
  width: 100%;
  user-select: none;
  width: 100%;
  height: 58px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #a8acbc;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.form .select .placeholderText {
  font-weight: 400;
  font-size: 16px;
  color: #a8acbc;
}
.form .select.error {
  border: 1px solid #ff4d44;
}
.form .select .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.form .selectOptions {
  z-index: 99;
  position: absolute;
  top: 58px;
  left: 0;
  display: none;
  width: 100%;
  max-height: 386px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #a8acbc;
  overflow-y: scroll;
}
.form .selectOptions label {
  cursor: pointer;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  line-height: 22px;
  text-align: left;
  height: 54px;
}
.form .selectOptions label.selected,
.form .selectOptions label:hover {
  background: rgba(105, 115, 135, 0.1);
}
.form input:focus,
.form input:visited,
.form input:active {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.form input::placeholder {
  color: #a8acbc;
}

.form input.error,
.form textarea.error {
  border: 1px solid #ff4d44;
}
.form textarea.error:focus,
.form textarea.error:active,
.form textarea.error:visited,
.form input.error:focus,
.form input.error:active,
.form input.error:visited {
  box-shadow: 0 0 0 3px rgba(89, 30, 43, 0.1);
}

.form .control {
  width: 100%;
  position: relative;
}
.form .control .errorMessage {
  position: absolute;
  top: 21px;
  right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ff4d44;
}
.selectWrapper {
  position: relative;
  width: 100%;
}
.selectWrapper .errorMessage {
  position: absolute;
  top: 21px;
  right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ff4d44;
}

.selectTrigger::placeholder {
  color: #a8acbc;
}

.selectTrigger:hover {
  border-color: #9ca3af;
}

.selectTrigger.open {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.selectTrigger.error {
  border: 1px solid #ff4d44;
}
.contactForm button {
  margin: 61px auto;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  width: 534px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #37d786;
  box-shadow: 21px 11 84px 0px rgba(36, 142, 88, 0.22),
    inset 0px 2 25px 0px rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-family: form_button;
  --wght: 700;
  --BEVL: 80;
  font-variation-settings: "wght" var(--wght), "BEVL" var(--BEVL);
  font-size: 31px;
  color: #ffffff;
  line-height: 31px;
  text-align: center;
  font-style: normal;
}

.fieldGroup {
  flex-direction: row;
}
.label {
  font-size: 16px;
  width: 158px;
  text-align: left;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.selectTrigger {
  border: 2px solid #a8acbc;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 0.2s ease;
  font-size: 31px;
  color: var(--text-color);
  line-height: 42px;
  text-align: left;
  font-style: normal;
  outline: none;
  width: 100%;
  height: 58px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #a8acbc;
  font-size: 16px;
  color: var(--text-color);
  padding: 18px 16px;
}
.selectWrapper {
  display: flex;
  flex-direction: row;
}

.selectWrapper .label {
  flex: 0 0 158px;
  margin-right: 40px;
}
textarea {
  resize: none;
  transition: border-color 0.2s ease;
  font-size: 16px;
  width: 100%;
  height: 158px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #a8acbc;
  color: var(--text-color);
  padding: 18px 16px;
}
.form input {
  width: 100%;
  height: 58px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #a8acbc;
  font-size: 16px;
  padding: 18px 16px;
}

#aliyunCaptcha-window-popup img {
  width: auto;
}
