/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.wmstool-form {
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wmstool-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.45);
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.wmstool-form label {
  font-size: 14px;
}
.wmstool-form input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wmstool-form input[type="radio"],
.wmstool-form input[type="checkbox"] {
  line-height: normal;
}
.wmstool-form input[type="file"] {
  display: block;
}
.wmstool-form input[type="range"] {
  display: block;
  width: 100%;
}
.wmstool-form select[multiple],
.wmstool-form select[size] {
  height: auto;
}
.wmstool-form input[type="file"]:focus,
.wmstool-form input[type="radio"]:focus,
.wmstool-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wmstool-form output {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
.wmstool-form-item-required:before {
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 14px;
  color: #f5222d;
}
.wmstool-form-hide-required-mark .wmstool-form-item-required:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
.wmstool-radio-inline.disabled,
.wmstool-radio-vertical.disabled,
.wmstool-checkbox-inline.disabled,
.wmstool-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.wmstool-radio.disabled label,
.wmstool-checkbox.disabled label {
  cursor: not-allowed;
}
.wmstool-form-item {
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
  vertical-align: top;
  -webkit-transition: margin 0.15s steps(1);
  transition: margin 0.15s steps(1);
}
.wmstool-form-item label {
  position: relative;
}
.wmstool-form-item label > .anticon {
  vertical-align: top;
  font-size: 14px;
}
.wmstool-form-item-control > .wmstool-form-item:last-child,
.wmstool-form-item [class^="wmstool-col-"] > .wmstool-form-item:only-child {
  margin-bottom: -24px;
}
.wmstool-form-item-control {
  line-height: 39.9999px;
  position: relative;
  zoom: 1;
}
.wmstool-form-item-control:before,
.wmstool-form-item-control:after {
  content: " ";
  display: table;
}
.wmstool-form-item-control:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.wmstool-form-item-control > * {
  font-size: 14px;
}
.wmstool-form-item-with-help {
  margin-bottom: 5px;
  -webkit-transition: none;
  transition: none;
}
.wmstool-form-item-label {
  text-align: right;
  vertical-align: middle;
  line-height: 39.9999px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.wmstool-form-item-label label {
  color: rgba(0, 0, 0, 0.85);
}
.wmstool-form-item-label label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.wmstool-form-item .wmstool-switch {
  margin: 2px 0 4px;
}
.wmstool-form-item-no-colon .wmstool-form-item-label label:after {
  content: " ";
}
.wmstool-form-explain,
.wmstool-form-extra {
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.5;
  -webkit-transition: color 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: -2px;
}
.wmstool-form-extra {
  padding-top: 4px;
}
.wmstool-form-text {
  display: inline-block;
  padding-right: 8px;
}
.wmstool-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .wmstool-input {
  padding-right: 24px;
}
form .has-feedback > .wmstool-select .wmstool-select-arrow,
form .has-feedback > .wmstool-select .wmstool-select-selection__clear,
form .has-feedback :not(.wmstool-input-group-addon) > .wmstool-select .wmstool-select-arrow,
form .has-feedback :not(.wmstool-input-group-addon) > .wmstool-select .wmstool-select-selection__clear {
  right: 28px;
}
form .has-feedback > .wmstool-select .wmstool-select-selection-selected-value,
form .has-feedback :not(.wmstool-input-group-addon) > .wmstool-select .wmstool-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .wmstool-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .wmstool-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .wmstool-input-search:not(.wmstool-input-search-enter-button) .wmstool-input-suffix {
  right: 28px;
}
form .has-feedback .wmstool-calendar-picker-icon,
form .has-feedback .wmstool-time-picker-icon,
form .has-feedback .wmstool-calendar-picker-clear,
form .has-feedback .wmstool-time-picker-clear {
  right: 28px;
}
form textarea.wmstool-input {
  height: auto;
}
form .wmstool-upload {
  background: transparent;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: 14px;
  height: 14px;
}
form .wmstool-radio-inline,
form .wmstool-checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 8px;
}
form .wmstool-radio-inline:first-child,
form .wmstool-checkbox-inline:first-child {
  margin-left: 0;
}
form .wmstool-checkbox-vertical,
form .wmstool-radio-vertical {
  display: block;
}
form .wmstool-checkbox-vertical + .wmstool-checkbox-vertical,
form .wmstool-radio-vertical + .wmstool-radio-vertical {
  margin-left: 0;
}
form .wmstool-input-number {
  margin-right: 8px;
}
form .wmstool-select,
form .wmstool-cascader-picker {
  width: 100%;
}
form .wmstool-input-group .wmstool-select,
form .wmstool-input-group .wmstool-cascader-picker {
  width: auto;
}
form .wmstool-input-group-wrapper {
  position: relative;
  top: 4px;
}
form .wmstool-input-group-wrapper.wmstool-input-group-wrapper-lg {
  top: 0px;
}
form .wmstool-input-group-wrapper.wmstool-input-group-wrapper-sm {
  top: 8px;
}
.wmstool-input-group-wrap .wmstool-select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wmstool-input-group-wrap .wmstool-select-selection:hover {
  border-color: #d9d9d9;
}
.wmstool-input-group-wrap .wmstool-select-selection--single {
  margin-left: -1px;
  height: 40px;
  background-color: #eee;
}
.wmstool-input-group-wrap .wmstool-select-selection--single .wmstool-select-selection__rendered {
  padding-left: 8px;
  padding-right: 25px;
  line-height: 30px;
}
.wmstool-input-group-wrap .wmstool-select-open .wmstool-select-selection {
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wmstool-form-vertical .wmstool-form-item-label,
.wmstool-col-24.wmstool-form-item-label,
.wmstool-col-xl-24.wmstool-form-item-label {
  padding: 0 0 8px;
  margin: 0;
  display: block;
  text-align: left;
  line-height: 1.5;
}
.wmstool-form-vertical .wmstool-form-item-label label:after,
.wmstool-col-24.wmstool-form-item-label label:after,
.wmstool-col-xl-24.wmstool-form-item-label label:after {
  display: none;
}
@media (max-width: 575px) {
  .wmstool-form-item-label,
  .wmstool-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .wmstool-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .wmstool-form-item-label label:after {
    display: none;
  }
  .wmstool-col-xs-24.wmstool-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .wmstool-col-xs-24.wmstool-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .wmstool-col-sm-24.wmstool-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .wmstool-col-sm-24.wmstool-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .wmstool-col-md-24.wmstool-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .wmstool-col-md-24.wmstool-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .wmstool-col-lg-24.wmstool-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .wmstool-col-lg-24.wmstool-form-item-label label:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .wmstool-col-xl-24.wmstool-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .wmstool-col-xl-24.wmstool-form-item-label label:after {
    display: none;
  }
}
.wmstool-form-inline .wmstool-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.wmstool-form-inline .wmstool-form-item-with-help {
  margin-bottom: 24px;
}
.wmstool-form-inline .wmstool-form-item > div {
  display: inline-block;
  vertical-align: middle;
}
.wmstool-form-inline .wmstool-form-text {
  display: inline-block;
}
.wmstool-form-inline .has-feedback {
  display: inline-block;
}
.wmstool-form-inline .wmstool-form-explain {
  position: absolute;
}
.has-success.has-feedback:after,
.has-warning.has-feedback:after,
.has-error.has-feedback:after,
.is-validating.has-feedback:after {
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  width: 32px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  z-index: 1;
}
.has-success.has-feedback:after {
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
  content: '\e630';
  color: #52c41a;
}
.has-warning .wmstool-form-explain,
.has-warning .wmstool-form-split {
  color: #faad14;
}
.has-warning .wmstool-input,
.has-warning .wmstool-input:hover {
  border-color: #faad14;
}
.has-warning .wmstool-input:focus {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .wmstool-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .wmstool-calendar-picker-open .wmstool-calendar-picker-input {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .wmstool-input-prefix {
  color: #faad14;
}
.has-warning .wmstool-input-group-addon {
  color: #faad14;
  border-color: #faad14;
  background-color: #fff;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback:after {
  content: '\e62c';
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-warning .wmstool-select-selection {
  border-color: #faad14;
}
.has-warning .wmstool-select-open .wmstool-select-selection,
.has-warning .wmstool-select-focused .wmstool-select-selection {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .wmstool-calendar-picker-icon:after,
.has-warning .wmstool-time-picker-icon:after,
.has-warning .wmstool-picker-icon:after,
.has-warning .wmstool-select-arrow,
.has-warning .wmstool-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .wmstool-input-number,
.has-warning .wmstool-time-picker-input {
  border-color: #faad14;
}
.has-warning .wmstool-input-number-focused,
.has-warning .wmstool-time-picker-input-focused,
.has-warning .wmstool-input-number:focus,
.has-warning .wmstool-time-picker-input:focus {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .wmstool-input-number:not([disabled]):hover,
.has-warning .wmstool-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .wmstool-cascader-picker:focus .wmstool-cascader-input {
  border-color: #ffc53d;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-error .wmstool-form-explain,
.has-error .wmstool-form-split {
  color: #f5222d;
}
.has-error .wmstool-input,
.has-error .wmstool-input:hover {
  border-color: #f5222d;
}
.has-error .wmstool-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .wmstool-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .wmstool-calendar-picker-open .wmstool-calendar-picker-input {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .wmstool-input-prefix {
  color: #f5222d;
}
.has-error .wmstool-input-group-addon {
  color: #f5222d;
  border-color: #f5222d;
  background-color: #fff;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback:after {
  content: '\e62e';
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-error .wmstool-select-selection {
  border-color: #f5222d;
}
.has-error .wmstool-select-open .wmstool-select-selection,
.has-error .wmstool-select-focused .wmstool-select-selection {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .wmstool-input-group-addon .wmstool-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .wmstool-calendar-picker-icon:after,
.has-error .wmstool-time-picker-icon:after,
.has-error .wmstool-picker-icon:after,
.has-error .wmstool-select-arrow,
.has-error .wmstool-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .wmstool-input-number,
.has-error .wmstool-time-picker-input {
  border-color: #f5222d;
}
.has-error .wmstool-input-number-focused,
.has-error .wmstool-time-picker-input-focused,
.has-error .wmstool-input-number:focus,
.has-error .wmstool-time-picker-input:focus {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .wmstool-input-number:not([disabled]):hover,
.has-error .wmstool-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .wmstool-mention-wrapper .wmstool-mention-editor,
.has-error .wmstool-mention-wrapper .wmstool-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .wmstool-mention-wrapper.wmstool-mention-active:not([disabled]) .wmstool-mention-editor,
.has-error .wmstool-mention-wrapper .wmstool-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .wmstool-cascader-picker:focus .wmstool-cascader-input {
  border-color: #ff4d4f;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.is-validating.has-feedback:after {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
  content: "\e64d";
  color: #1890ff;
}
.wmstool-advanced-search-form .wmstool-form-item {
  margin-bottom: 24px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes antShowHelpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes antShowHelpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes antShowHelpOut {
  to {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
