@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
.checkNumber {
  font-size: 16px;
  margin-bottom: 5px;
}
.bh-row {
  margin-bottom: 10px;
}
.bh-label {
  margin-top: 5px;
  font-weight: bold;
}
.bh-tip {
  font-weight: bold;
  color: red;
  text-align: center;
  margin-bottom: 20px;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-e544d562]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.sel-option[data-v-e544d562] {
  width: 200px;
  height: auto;
  max-height: 200px;
  overflow: visible;
  background-color: #fff;
  cursor: pointer;
  font-weight: normal !important;
  padding: 0 5px;
}
.sel-input[data-v-e544d562] {
  width: 200px;
  margin: 5px;
}
.el-select-dropdown__item.hover[data-v-e544d562], .el-select-dropdown__item[data-v-e544d562]:hover {
  background-color: #ffffff;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
::v-deep .el-dialog__body {
  padding-top: 10px;
  padding-bottom: 5px;
}
::v-deep .el-input__inner {
  padding-left: 5px !important;
  max-width: 200px !important;
}
.checkNumber {
  font-size: 16px;
  margin-bottom: 5px;
}
.bh-row {
  margin-bottom: 10px;
}
.bh-label {
  margin-top: 5px;
  font-weight: bold;
}
.bh-tip {
  font-weight: bold;
  color: red;
  text-align: center;
  margin-bottom: 20px;
}
.edit {
  color: #fff;
  background-color: #F8A04D;
  border-color: #F8A04D;
}
.edit:hover,
.edit:focus {
  background: #f48f2f;
  border-color: #f48f2f;
  color: #fff;
}
.radio_label {
  font-size: 12px !important;
  color: #4e5259 !important;
}
