#Easy3wMFormPage .pointer {
  cursor: pointer;
}
#Easy3wMFormPage .pointerGray {
  cursor: pointer;
  color: var(--adm-color-weak);
}
#Easy3wMFormPage .adm-form-item-vertical .adm-list-item-content-main {
  text-align: left;
}
#Easy3wMFormPage .adm-form-item-vertical .adm-list-item-content-main .adm-list-item-title {
  border-bottom: var(--border-bottom);
  margin-bottom: 12px;
}
#Easy3wMFormPage .adm-form-item-label {
  line-height: 24px;
}
#Easy3wMFormPage .adm-list-item-content-main {
  color: var(--adm-color-text);
  text-align: right;
  line-height: 24px;
}
#Easy3wMFormPage .adm-list-item-content-prefix {
  width: auto;
  max-width: 70%;
  -ms-flex: none;
      flex: none;
}
#Easy3wMFormPage .adm-list-item-content-prefix {
  width: auto;
  max-width: 70%;
  -ms-flex: none;
      flex: none;
}
#Easy3wMFormPage .adm-picker-view-mask {
  z-index: 1;
}
#Easy3wMFormPage .adm-stepper {
  width: 100%;
}
#Easy3wMFormPage .adm-stepper .adm-input-element {
  border: none;
}
#Easy3wMFormPage .adm-text-area-element {
  line-height: inherit;
}
#Easy3wMFormPage .adm-input {
  --text-align: right;
}
