.header[data-v-6fb5ce70] {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleSty[data-v-6fb5ce70] {
  cursor: pointer;
  width: 130px;
  color: #409eff;
  white-space: wrap;
  overflow-x: wrap;
}
.info[data-v-6fb5ce70] {
  background: #eee;
  padding: 3px 5px;
  border-radius: 5px;
}
.info i[data-v-6fb5ce70] {
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
}
.leftTitle[data-v-6fb5ce70] {
  display: flex;
  align-items: center;
}
.leftTitle span[data-v-6fb5ce70] {
  margin-right: 15px;
}
.el-icon-male[data-v-6fb5ce70] {
  background: #15a0e0;
}
.el-icon-female[data-v-6fb5ce70] {
  background: pink;
}
.leftTitle span[data-v-6fb5ce70]:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
}
.leftTitle span[data-v-6fb5ce70]:nth-child(2) {
  color: gray;
  font-size: 14px;
}
.rightIcon i[data-v-6fb5ce70] {
  margin-left: 15px;
  font-size: 25px;
  cursor: pointer;
}
.content[data-v-6fb5ce70] {
  padding: 0 20px;
}

