/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
header[data-v-ef9ecea4] {
  background: linear-gradient(to right, #f5b901 0%, #fed63d 100%);
  position: relative;
  width: 100%;
  padding-bottom: 1.15rem;
  text-align: center;
}
header .avatar[data-v-ef9ecea4] {
  width: 4.375rem;
  height: 3.65rem;
  margin: 1rem auto 0.8rem;
  background: url(../static/img/wheatear.f02a4599.svg) no-repeat;
  background-size: 100%;
}
header .avatar > img[data-v-ef9ecea4] {
  display: block;
  width: 3.1rem;
  height: 3.1rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 1PX solid #fff;
}
header button[data-v-ef9ecea4] {
  width: 5.875rem;
  height: 1.5rem;
  border: 1PX solid #333;
  border-radius: 0.25rem;
  background-color: transparent;
  font-size: 0.65rem;
  color: #333;
}
ul li span[data-v-ef9ecea4] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 10.8rem;
  line-height: 0.725rem;
  font-size: 0.65rem;
  color: #6e6e6e;
}
ul li span.null[data-v-ef9ecea4] {
  color: #ccc;
}

