.form_item_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
  width: 100%;
}

.form_item_label {
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FA4441;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.required_asterisk {
  color: red;
  margin-right: 4px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}


.label_text {
  font-size: 14px;
  color: #333;
  margin-right: 8px;
}

.form_item_content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9EA7B5;
  line-height: 17px;
  text-align: center;
  font-style: normal;
}
