html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.user {
  &-poster {
    width: 100%;
    height: 53vw;
    display: block;
  }

  &-group {
    margin-bottom: 15px;
  }

  &-links {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    background-color: #fff;

    .rv-icon {
      font-size: 24px;
      margin-bottom: 4px;
    }

    .rv-flexitem {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
}
