.mx-catalog {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  font-size: 14px;
  color: #8a8a8f;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-family: PingFangSC-Regular;
  background: #f9f9f9;
  &.has-margin {
    margin-bottom: 8px;
  }
  .avatar-icon {
    width: 120px;
    height: 120px;
  }
}
