/* 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 */
.ant-avatar {
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  border-radius: 50%;
  overflow: hidden;
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-avatar img {
  height: 100%;
  width: 100%;
}
.ant-page-header {
  margin-bottom: 16px;
}
.page-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header-content .avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72px;
          flex: 0 1 72px;
}
.page-header-content .avatar > span {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 72px;
}
.page-header-content .content {
  position: relative;
  top: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 24px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.page-header-content .content .content-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.extra-content {
  zoom: 1;
  float: right;
  white-space: nowrap;
}
.extra-content::before,
.extra-content::after {
  display: table;
  content: ' ';
}
.extra-content::after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.extra-content .stat-item {
  position: relative;
  display: inline-block;
  padding: 0 32px;
}
.extra-content .stat-item > p:first-child {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.extra-content .stat-item > p {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 30px;
  line-height: 38px;
}
.extra-content .stat-item > p > span {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
}
.extra-content .stat-item::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #e8e8e8;
  content: '';
}
.extra-content .stat-item:last-child {
  padding-right: 0;
}
.extra-content .stat-item:last-child::after {
  display: none;
}
@media (max-width: 480px) {
  .extra-content {
    margin-top: 20px;
  }
}
.project-list .ant-card {
  margin-bottom: 0;
}
.project-list .card-title {
  font-size: 0;
}
.project-list .card-title a {
  color: rgba(0, 0, 0, 0.85);
  margin-left: 12px;
  line-height: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.project-list .card-title a:hover {
  color: #1890ff;
}
.project-list .card-description a {
  display: block;
  color: rgba(0, 0, 0, 0.45);
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.project-list .project-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  overflow: hidden;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.project-list .project-item span.node-name {
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.project-list .project-item .datetime {
  color: rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: right;
}
.item-group {
  padding: 20px 0 8px 24px;
  font-size: 0;
}
.item-group a {
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 13px;
  width: 25%;
}
@media (max-width: 480px) {
  .project-list .project-card-grid {
    width: 100%;
  }
  .project-list .card-description a {
    height: auto;
  }
  .more-info {
    border: 0;
    padding-top: 16px;
    margin: 16px 0 16px;
  }
}

