/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.header[data-v-5a3cddf1] {
  width: 100%;
  background-image: url(../static/img/football_detail_banner.b2df847f.png);
  background-size: cover;
}
.header .content[data-v-5a3cddf1] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 7.5rem;
  color: #fff;
}
.header .content .name[data-v-5a3cddf1] {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
.header .content .avator[data-v-5a3cddf1] {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 50%;
  margin: 0.5rem auto;
}
.header .content > span[data-v-5a3cddf1] {
  display: block;
  width: 2.525rem;
  height: 1.025rem;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1.025rem;
  background-color: #c51717;
  margin: 0 auto 0.5rem;
  font-size: 0.6rem;
}
.header .content > p[data-v-5a3cddf1] {
  font-size: 0.55rem;
  text-align: center;
}
.nav[data-v-5a3cddf1] {
  position: sticky;
  width: 100%;
  height: 2.025rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  z-index: 100;
  border-bottom: 1PX solid #eee;
}
.nav p[data-v-5a3cddf1] {
  width: 2.125rem;
  height: 1.95rem;
  line-height: 1.95rem;
  text-align: center;
  font-size: 0.7rem;
}
.nav .active[data-v-5a3cddf1] {
  color: #c51717;
}
.nav .active p[data-v-5a3cddf1] {
  border-bottom: 1PX solid #c51717;
}

