/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/** @format */
@font-face {
  font-weight: bold;
  font-family: 'DINAlternate-Bold';
  font-style: normal;
  src: url(https://cdn.dev.mosh.cn/assets/font/din_alternate_bold.ttf) format('truetype');
}
.ant-basic-help {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
.ant-basic-help:hover {
  color: #1890ff;
}
.ant-basic-help-wrap p {
  margin-bottom: 0;
}
.ant-basic-help-icon {
  color: rgba(255, 255, 255, 0.85);
  margin-left: 4px;
}
.ant-basic-help-text {
  margin: 0;
}
