.header[data-v-f5a6d4ca] {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  background-color: #5A55D6;
  border-bottom: solid 1px #eee;
}
.header p[data-v-f5a6d4ca] {
    color: #fff;
    font-size: 18px;
}
.header .header-con[data-v-f5a6d4ca] {
    display: flex;
}
.header .header-con .user-info[data-v-f5a6d4ca] {
      display: flex;
      align-items: center;
}
.header .header-con .user-info .logo[data-v-f5a6d4ca] {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
}
.header .header-con .user-info .logo img[data-v-f5a6d4ca] {
          width: 30px;
          height: 30px;
}
.header .header-con .user-info .user-name[data-v-f5a6d4ca] {
        margin-left: 10px;
        font-size: 14px;
}
.header .header-con .user-info .user-name .name[data-v-f5a6d4ca] {
          font-size: 12px;
}
.header .header-con .signout[data-v-f5a6d4ca] {
      cursor: pointer;
      font-size: 14px;
      display: flex;
      align-items: center;
      margin-left: 30px;
}

