.wufeng-wform-api-wrap {
  width: 100%;
}
.wufeng-wform-api-wrap div[class^='pcfactory-spin'] {
  min-height: 32px !important;
}
.wufeng-wform-api-wrap .wufeng-wform-array-layout-wrap {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  width: 100%;
  overflow: hidden;
  max-width: 377px;
}
.wufeng-wform-api-wrap .wufeng-wform-array-layout-wrap .wufeng-wform-left-select-wrap {
  flex: 7;
  border-radius: 2px 0px 0px 2px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.wufeng-wform-api-wrap .wufeng-wform-array-layout-wrap .wufeng-wform-left-select-wrap span[class$='pcfactory-select-selection-placeholder'] {
  white-space: normal !important;
}
.wufeng-wform-api-wrap .wufeng-wform-array-layout-wrap .wufeng-wform-right-search-wrap {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #1890ff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  border-radius: 0px 2px 2px 0px;
  opacity: 1;
  border-top: 1px solid #1890ff;
  border-bottom: 1px solid #1890ff;
  border-right: 1px solid #1890ff;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wufeng-wform-api-wrap .wufeng-wform-array-layout-wrap .wufeng-wform-right-search-wrap .wufeng-wform-search-icon-wrap {
  margin-right: 8px;
}
.wufeng-wform-api-wrap .wufeng-wform-array-layout-wrap .wufeng-wform-right-search-wrap-disable {
  cursor: not-allowed;
  background: #f7f8fa;
  color: #1c242e40;
  border: 0;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
