/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.jz_live[data-v-4ae50528] {
  width: 100%;
  padding-bottom: 3.6rem;
}
.noplay[data-v-4ae50528] {
  width: 100%;
  height: 3.6rem;
  text-align: center;
  line-height: 3.6rem;
  font-size: 0.75rem;
  color: #999;
}
h3[data-v-4ae50528] {
  width: 100%;
  height: 1.5rem;
  background-color: #f8f8f8;
  color: #999;
  font-size: 0.6rem;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
}
h3[data-v-4ae50528]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.game[data-v-4ae50528] {
  width: 100%;
  background-color: #fff;
}
.game .shili[data-v-4ae50528] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5rem;
  color: #999;
  font-size: 0.575rem;
  padding: 0 1.7rem;
}
.game .shili p[data-v-4ae50528] {
  display: flex;
  align-items: center;
}
.game .shili img[data-v-4ae50528] {
  width: 0.675rem;
  height: 0.6rem;
  margin-right: 0.25rem;
}
.game li[data-v-4ae50528] {
  height: 1.5rem;
  display: flex;
}
.game li > div[data-v-4ae50528] {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.game li > div[data-v-4ae50528]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.game li > div > p[data-v-4ae50528] {
  font-size: 0.6rem;
}
.game li > div > img[data-v-4ae50528] {
  width: 0.675rem;
  height: 0.675rem;
  margin: 0.45rem;
}
.game li .game_home[data-v-4ae50528] {
  justify-content: flex-end;
}
.game li .game_visit[data-v-4ae50528] {
  justify-content: flex-start;
}
.game li > span[data-v-4ae50528] {
  width: 1.875rem;
  height: 100%;
  background-color: #f8f8f8;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills[data-v-4ae50528] {
  width: 100%;
  background-color: #fff;
}
.skills li[data-v-4ae50528] {
  width: 100%;
  height: 2.25rem;
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.skills li .num[data-v-4ae50528] {
  display: flex;
  width: 100%;
  height: 1.8rem;
  font-size: 0.6rem;
  justify-content: space-between;
  line-height: 1.8rem;
}
.skills li .num span[data-v-4ae50528] {
  color: #999;
}
.skills li .skill_line[data-v-4ae50528] {
  width: 100%;
  height: 0.1rem;
  display: flex;
}
.skills li .skill_line > div[data-v-4ae50528] {
  height: 100%;
}
.skills li .skill_line .home_skill_line[data-v-4ae50528] {
  background-color: #dc3b40;
  flex: 1;
}
.skills li .skill_line .visit_skill_line[data-v-4ae50528] {
  background-color: #0c89e1;
  flex: 1;
}
footer[data-v-4ae50528] {
  width: 100%;
  height: 2.25rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 1PX solid #eee;
}
footer[data-v-4ae50528]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-top: 1PX solid #e5e5e5;
}
footer button[data-v-4ae50528] {
  width: 13rem;
  height: 1.625rem;
  border-radius: 0.25rem;
  font-size: 0.7rem;
  background-color: #dc3b40;
  color: #fff;
  text-align: center;
  line-height: 1.625rem;
}

