
.el-result__wrapper {
  width: 520px;
  margin: 60px auto;
}

.el-result__user {
  min-height: 300px;
  width: 200px;
  border: 1px solid #409EFF;
  border-radius: 8px 8px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.el-result__user img {
  height: 140px;
  width: 140px;
  margin-bottom: 14px;
}

.el-result__user--name {
  color: #409EFF;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #409EFF;
  border-radius: 4px 4px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 10px;
}

.el-result__content {
  margin: 32px 0;
  margin-left: 150px;
  text-align: left;
  color: #666666;
}

.el-result__item {
  font-weight: 500;
  line-height: 1.6;
  margin: 4px 0;
}