/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.match-intelligent[data-v-0e902703] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.match-intelligent .container[data-v-0e902703] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}
.banner[data-v-0e902703] {
  width: 100%;
  padding-top: 2.25rem;
  background-image: url(../static/img/intelligent.58767a43.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner .dis[data-v-0e902703] {
  width: 100%;
}
.banner .con[data-v-0e902703] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1.8rem;
}
.banner .team[data-v-0e902703] {
  width: 5.5rem;
  height: 5.775rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0.25rem;
}
.banner .team img[data-v-0e902703] {
  width: 2.625rem;
  height: 2.625rem;
}
.banner .team .team_name[data-v-0e902703] {
  width: 100%;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.35rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.banner .team > i[data-v-0e902703] {
  position: relative;
  font-size: 0.55rem;
  color: #999;
}
.banner .team > i[data-v-0e902703]::before {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.banner .team > i[data-v-0e902703]::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0.05rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
}
.banner .home_team i[data-v-0e902703]::before {
  left: -0.8rem;
  color: #dc3b40;
}
.banner .home_team i[data-v-0e902703]::after {
  left: -0.7rem;
}
.banner .visit_team i[data-v-0e902703]::before {
  right: -0.8rem;
  color: #3b65dc;
}
.banner .visit_team i[data-v-0e902703]::after {
  right: -0.7rem;
}
.banner .game_des[data-v-0e902703] {
  flex: 1;
  height: 5.775rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding-top: 0.325rem;
}
.banner .game_des span[data-v-0e902703] {
  color: #fff;
  font-size: 0.55rem;
}
.banner .game_des p[data-v-0e902703] {
  color: #999;
  font-size: 0.5rem;
}
.banner .game_des h3[data-v-0e902703] {
  font-size: 1.075rem;
  font-weight: normal;
  color: #fff;
}
.banner .line[data-v-0e902703] {
  width: 16.35rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  display: flex;
}
.banner .line div[data-v-0e902703] {
  height: 100%;
}
.banner .line .home_line[data-v-0e902703] {
  flex: 1;
  background-color: #dc3b40;
}
.banner .line .visit_line[data-v-0e902703] {
  flex: 1;
  background-color: #3b65dc;
}
.inf-tit[data-v-0e902703] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1PX solid #eee;
  color: #fff;
  z-index: 1000;
}
.inf-tit li[data-v-0e902703] {
  flex: 1;
  line-height: 1.8rem;
  font-size: 0.7rem;
  text-align: center;
}
.inf-tit li.active[data-v-0e902703] {
  border-bottom: 1PX solid #fbd131;
  color: #fbd131;
}
.inf-tit-fixed[data-v-0e902703] {
  position: fixed;
  top: 0;
  background: #fff;
  color: #444;
}
footer[data-v-0e902703] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1PX solid #eee;
}
footer button[data-v-0e902703] {
  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;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.video_list[data-v-0e902703] {
  width: 4rem;
  height: 1.15rem;
  font-size: 0.6rem;
  color: #fff;
  background-color: #e54652;
  border-radius: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_list i[data-v-0e902703] {
  font-size: 0.6rem;
  margin-left: 0.125rem;
}
.video_list_box[data-v-0e902703] {
  width: 100%;
  border-radius: 0.75rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f6f7fb;
  padding: 0 0.625rem;
  overflow: hidden;
}
.video_list_box header[data-v-0e902703] {
  width: 100%;
  height: 2.5rem;
  position: relative;
  font-size: 0.7rem;
  color: #070707;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video_list_box header i[data-v-0e902703] {
  font-size: 0.75rem;
  font-weight: normal;
}
.video_list_box ul[data-v-0e902703] {
  width: 100%;
}
.video_list_box ul li[data-v-0e902703] {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
}
.video_list_box ul li[data-v-0e902703]:not(:last-child) {
  margin-bottom: 0.75rem;
}
.video_list_box ul li > div[data-v-0e902703] {
  display: flex;
  align-items: center;
}
.video_list_box ul li > div > img[data-v-0e902703] {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-right: 0.375rem;
}
.video_list_box ul li > div > p[data-v-0e902703] {
  font-size: 0.65rem;
  color: #070707;
}
.video_list_box ul li > button[data-v-0e902703] {
  width: 3.6rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  color: #fb5b3a;
  font-size: 0.6rem;
  border: 1PX solid #fb5b3a;
}
.video_list_box > div[data-v-0e902703] {
  width: 80%;
  height: 2.25rem;
  margin: 0.75rem auto;
}
[data-v-0e902703] .live-player {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 996;
  height: 8.125rem;
}

