/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.container[data-v-d6416066] {
  width: 100%;
}
.container[data-v-d6416066]::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6.2rem;
  background: linear-gradient(to right, #7616a5 0%, #6531e1 100%);
}
.container .head[data-v-d6416066] {
  width: 100%;
  height: 4.25rem;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
.container .head .avator[data-v-d6416066] {
  width: 2.25rem;
  height: 2.25rem;
  border: 0.1rem solid #fff;
  margin-right: 0.625rem;
  border-radius: 50%;
}
.container .head .name[data-v-d6416066] {
  height: 2.25rem;
  flex: 1;
}
.container .head .name p[data-v-d6416066] {
  height: 1.35rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.container .head .name p em[data-v-d6416066] {
  font-size: 0.5rem;
  width: 1.5rem;
  height: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.2rem;
  background: #f05a50;
  text-align: center;
  margin-left: 0.5rem;
}
.container .head .name span[data-v-d6416066] {
  height: 1.15rem;
  display: flex;
  align-items: center;
  font-size: 0.6rem;
}
.container .box[data-v-d6416066] {
  position: relative;
  z-index: 1;
  width: 17rem;
  border-radius: 0.25rem;
  background: #fff;
  font-size: 0.65rem;
  margin: 0 auto 0.5rem;
}
.container .title[data-v-d6416066] {
  padding: 0 0.7rem;
  width: 100%;
  height: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1PX solid #eee;
}
.container .title span[data-v-d6416066] {
  color: #999;
  font-size: 0.6rem;
}
.container .statistics[data-v-d6416066] {
  height: 3.9rem;
  display: flex;
  padding: 0 0.9rem;
}
.container .statistics > div[data-v-d6416066] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: #999;
}
.container .statistics > div p[data-v-d6416066] {
  color: #b30404;
  margin-bottom: 0.25rem;
}
.container .cell[data-v-d6416066] {
  height: 2.5rem;
  line-height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.7rem;
}
.container .cell[data-v-d6416066]::after {
  content: "\e71a";
  color: #ccc;
  font-size: 0.7rem;
}

