.polaris-antd-success,
.polaris-antd-data-down {
  color: #52c41a;
}
.polaris-antd-error,
.polaris-antd-data-up {
  color: #f5222d;
}
.polaris-antd-doing {
  color: #1890ff;
}
.polaris-antd-waiting,
.polaris-antd-warning {
  color: #faad14;
}
.polaris-antd-color-gray {
  color: rgba(0, 0, 0, 0.55);
}
.polaris-antd-link {
  cursor: pointer;
  color: #1890ff;
  text-decoration: underline;
}
.polaris-antd-underline {
  text-decoration: underline;
}
.polaris-antd-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.polaris-antd-title-h1 {
  font-size: 22px;
  font-weight: 700;
}
.polaris-antd-title-h2 {
  font-size: 20px;
  font-weight: 700;
}
.polaris-antd-title-h3 {
  font-size: 18px;
  font-weight: 700;
}
.polaris-antd-title-h4 {
  font-size: 16px;
  font-weight: 700;
}
.polaris-antd-title-h5 {
  font-size: 14px;
  font-weight: 700;
}
.polaris-antd-title-h6 {
  font-size: 12px;
  font-weight: 700;
}
.polaris-antd-pannel-header-s {
  background-color: #f9fafd;
  border: #e4e9ed 1px solid;
  box-sizing: border-box;
  line-height: 22px;
  padding: 8px 12px;
}
.polaris-antd-divider-vertical {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.polaris-antd-divider-vertical::before {
  display: inline-flex;
  position: relative;
  width: 50%;
  height: 50%;
  border-right: 1px solid #e8e8e8;
  content: '';
}
.polaris-antd-divider-vertical::after {
  display: inline-flex;
  position: relative;
  width: 50%;
  height: 50%;
  border-right: 1px solid #e8e8e8;
  content: '';
}
.polaris-antd-wrapper-large {
  padding: 16px;
}
.polaris-antd-cc::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.polaris-antd-reset {
  outline: none;
  appearance: none;
}
.polaris-antd-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.polaris-antd-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.polaris-antd-multline-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
