/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.nav[data-v-9f8df0c2] {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  background: #333752;
}
.nav .competition_season[data-v-9f8df0c2] {
  flex-shrink: 0;
  position: relative;
  width: 3.575rem;
  height: 1rem;
  border-right: 1PX solid #d0d0d0;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  line-height: 1rem;
}
.nav .competition_season #competition_season[data-v-9f8df0c2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.nav .leagued[data-v-9f8df0c2] {
  flex: 1;
  height: 100%;
  color: #999;
  font-size: 0.65rem;
  position: relative;
  overflow: hidden;
}
.nav .leagued[data-v-9f8df0c2]::after {
  content: "";
  position: absolute;
  right: -0.875rem;
  top: 0;
  width: 1.25rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #333752;
  box-shadow: -0.175rem 0px 0.25rem #333752;
}
.nav .leagued ul[data-v-9f8df0c2] {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}
.nav .leagued ul li[data-v-9f8df0c2] {
  flex-shrink: 0;
  padding: 0 0.375rem;
  height: 2rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
}
.nav .leagued ul li p[data-v-9f8df0c2] {
  padding: 0 0.5rem;
  border-radius: 0.5rem;
}
.nav .leagued ul li.active p[data-v-9f8df0c2] {
  background-color: #fff;
  color: #dc3b40;
}
.title[data-v-9f8df0c2] {
  width: 100%;
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 0.65rem;
  color: #666;
  text-align: center;
}
.data[data-v-9f8df0c2] {
  width: 100%;
  background: #fff;
}
.data li[data-v-9f8df0c2] {
  padding: 0 0.55rem 0 1.5rem;
  border-bottom: 1PX solid #eee;
  height: 3rem;
  display: flex;
  position: relative;
  font-size: 0.55rem;
  padding-top: 0.75rem;
}
.data li > em[data-v-9f8df0c2] {
  position: absolute;
  width: 1.25rem;
  height: 0.65rem;
  left: 0.55rem;
  top: 0.55rem;
  line-height: 0.65rem;
  text-align: center;
  color: #fff;
  border-radius: 0.125rem;
}
.data li:nth-child(1) > em[data-v-9f8df0c2] {
  background: #22ac38;
}
.data li:nth-child(2) > em[data-v-9f8df0c2] {
  background: #0390e9;
}
.data li:nth-child(3) > em[data-v-9f8df0c2] {
  background: #e30404;
}
.data li:nth-child(4) > em[data-v-9f8df0c2] {
  background: #fb982d;
}
.data li > div[data-v-9f8df0c2] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.data li > div[data-v-9f8df0c2]::after {
  content: "";
  width: 1PX;
  height: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0.625rem;
  background-color: #ccc;
}
.data li > div[data-v-9f8df0c2]:last-child::after {
  display: none;
}
.data li > div[data-v-9f8df0c2]:nth-child(3),
.data li > div[data-v-9f8df0c2]:nth-child(4) {
  flex: 1.2;
}
.data li > div p[data-v-9f8df0c2] {
  font-size: 0.6rem;
  line-height: 0.9rem;
}
.data li > div p.red[data-v-9f8df0c2] {
  color: #dc3b40;
}
.data li > div p.green[data-v-9f8df0c2] {
  color: #e30404;
}
.data li > div p.orange[data-v-9f8df0c2] {
  color: #fb982d;
}
.data li > div p.blue[data-v-9f8df0c2] {
  color: #0390e9;
}
.data li > div span[data-v-9f8df0c2] {
  color: #666;
  line-height: 0.9rem;
}
.list[data-v-9f8df0c2] {
  width: 100%;
  display: flex;
  font-size: 0.55rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.list .scroll_tip_left[data-v-9f8df0c2],
.list .scroll_tip_right[data-v-9f8df0c2]::after {
  content: '';
  position: absolute;
  top: 0.675rem;
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
}
.list .scroll_tip_left[data-v-9f8df0c2] {
  border-right: 0.25rem solid #333752;
  right: 0.125rem;
}
.list .scroll_tip_right[data-v-9f8df0c2] {
  width: 0.5rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #cdced6;
}
.list .scroll_tip_right[data-v-9f8df0c2]::after {
  border-left: 0.25rem solid #333752;
  left: 0.125rem;
}
.list ul li[data-v-9f8df0c2] {
  display: flex;
  height: 1.5rem;
  background: #fff;
  align-items: center;
}
.list ul li p[data-v-9f8df0c2] {
  border-bottom: 1PX solid #eee;
  background: #fff;
  height: 100%;
  text-align: center;
  flex: 1 0 2.125rem;
  min-width: 2.125rem;
  line-height: 1.5rem;
}
.list .thead[data-v-9f8df0c2] {
  height: 1.75rem;
  background: #cdced6;
}
.list .thead > div[data-v-9f8df0c2] {
  display: -webkit-box;
  height: 100%;
}
.list .thead p[data-v-9f8df0c2] {
  height: 100%;
  background: #cdced6;
  line-height: normal!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0!important;
}
.list .fixed li[data-v-9f8df0c2] {
  padding-left: 0.3rem;
  padding-right: 0.25rem;
}
.list .fixed li p[data-v-9f8df0c2] {
  padding: 0 0.5rem 0 0.25rem;
}
.list .fixed .thead[data-v-9f8df0c2] {
  position: relative;
}
.list .scroll[data-v-9f8df0c2] {
  flex: 1;
  overflow: auto;
}
.list .scroll .team_name[data-v-9f8df0c2] {
  min-width: 3.75rem;
  flex: 1 0 3.75rem!important;
}
.list .scroll .goal[data-v-9f8df0c2] {
  color: #0a97f0;
}
.list .scroll .red_card[data-v-9f8df0c2] {
  color: #dc3b40;
}
.list .scroll .yellow_card[data-v-9f8df0c2] {
  color: #fb982d;
}
.sort[data-v-9f8df0c2] {
  padding-bottom: 2rem;
}

