@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;
}
