.wux-field__child {
  display: -ms-flexbox;
  display: flex
}
.wux-field__child--position-right {
  -ms-flex-pack: end;
  justify-content: flex-end
}
.wux-field__child--position-normal {
  -ms-flex-pack: normal;
  justify-content: normal
}
.wux-field__label {
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 10rpx;
  text-align: left;
  white-space: nowrap;
  width: 210rpx
}
.wux-field__label--wrap {
  white-space: normal
}
.wux-field__label-help {
  margin-left: 10rpx;
  cursor: pointer
}
.wux-field__feedback-message {
  color: #ef473a;
  margin-top: 10rpx
}
.wux-field__required-asterisk {
  display: inline-block;
  position: absolute;
  left: -.6em;
  top: 0;
  font-family: SimSun,sans-serif;
  color: #ef473a
}
.wux-field__required-text {
  display: inline-block;
  margin-left: 10rpx;
  color: rgba(0,0,0,.45)
}
.wux-field__arrow {
  display: -ms-flexbox;
  display: flex
}
.vertical .wux-field__label {
  margin-right: 0;
  margin-bottom: 10rpx
}
.vertical .wux-field__label--wrap {
  white-space: normal;
  width: auto
}
.hidden {
  display: none!important
}
.disabled,
.readOnly {
  cursor: not-allowed!important;
  pointer-events: none!important
}