/* 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 */
.m-statistics-card {
  border: none;
  border-left: 4px solid;
}
.m-statistics-card .ant-card-body {
  padding: 24px 32px 24px 15px;
}
.m-statistics-card-avatar {
  float: left;
  width: 64px;
  height: 64px;
}
.m-statistics-card-right-content {
  margin-left: 72px;
  color: #333;
}
.m-statistics-card-right-content .m-statistics-card-title-content {
  margin-left: 8px;
  font-size: 14px;
  color: #b4b7c7;
  white-space: nowrap;
}
.m-statistics-card-right-content .m-statistics-card-title-desc {
  margin-left: 8px;
  font-size: 30px;
  color: #333;
  white-space: nowrap;
}
.m-statistics-doc-card .ant-card-body {
  padding: 0;
  cursor: pointer;
}
.m-statistics-doc-card .ant-card-body > div {
  flex-flow: nowrap;
}
.m-statistics-doc-card-icon-content > img {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 4px;
}
.m-statistics-doc-card-icon-font {
  display: inline-block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #f38900;
  border-radius: 4px;
}
.m-statistics-doc-card-desc {
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.m-statistics-doc-card-intro {
  display: block;
  padding-left: 12px;
  margin-top: 8px;
  font-weight: 400;
  color: rgba(59, 73, 97, 0.65);
}
.m-statistics-feature-card-cell {
  padding: 12px 24px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  background: #f4f8fd;
}
.m-statistics-feature-card-cell span:first-child {
  margin-right: 12px;
  color: #3079d9;
}
