/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.ls_score .game_list[data-v-96253028] {
  width: 100%;
  padding: 1.5rem 0 2.25rem;
}
.ls_score .game_content[data-v-96253028] {
  width: 100%;
}
.ls_score .game_content li[data-v-96253028] {
  position: relative;
}
.ls_score .game_content li[data-v-96253028]: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;
}
.ls_score .game_content li[data-v-96253028]:last-child {
  padding-bottom: 0.375rem;
}
.ls_score .game_content li .play_game[data-v-96253028] {
  padding: 0 0.525rem;
  width: 100%;
  height: 3.6rem;
  display: flex;
  background-color: #fafafa;
  position: relative;
}
.ls_score .game_content li .play_game[data-v-96253028]: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;
}
.ls_score .game_content li .play_game > p[data-v-96253028] {
  width: 3.95rem;
  height: 100%;
  position: relative;
  left: -0.25rem;
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  color: #333;
  justify-content: center;
  align-items: center;
}
.ls_score .game_content li .play_game > p i[data-v-96253028] {
  width: 0.725rem;
  height: 0.725rem;
  color: #999;
}
.ls_score .game_content li .can_single[data-v-96253028] {
  position: absolute;
  left: -0.525rem;
  top: -1PX;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAANlBMVEUAAADcO0DcO0D////lfoD32drur7Hyxcbjb3LeT1P77e399vb54+PspKX0z9DqmJrni43hYGO6w1EoAAAAAnRSTlMAgJsrThgAAADISURBVEjHldDbDsMgDANQbyHQ6y7//7Mro1O0Wi2yH1JUHUUG3JXcoGloGpqGooMPv7/vcx08WW6H1V7nOrZnS/Uzzn6lo/vydY95vNRoVf5ypoOvaYuVOouxPvBW3HK7BWnii2+xqc7JSBMveYt5nW6kO2VId7eHZj64R3d31ggescxvwnxMe6zshyE082THOOne9tD97k0LnDVzf7JmHulraBqahqahaWgamoamoWloGpqGpqFpaBqahqahaWgamoamoWlo+gPdngp3Ju5JkgAAAABJRU5ErkJggg==);
  background-size: cover;
}
.ls_score .content[data-v-96253028] {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ls_score .content > p[data-v-96253028] {
  text-align: center;
  position: relative;
  top: -0.375rem;
}
.ls_score .content > p span[data-v-96253028] {
  font-size: 0.6rem;
  margin: 0 0.45rem;
  line-height: 0.6rem;
  color: #333;
}
.ls_score .content > p .vs[data-v-96253028] {
  font-size: 0.6rem;
  color: #999;
  margin: 0;
}
.ls_score .content .large_small[data-v-96253028] {
  width: 100%;
  height: 1.5rem;
  display: flex;
  border: 1PX solid #e5e5e5;
  background-color: #fff;
}
.ls_score .content .large_small p[data-v-96253028] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.55rem;
}
.ls_score .content .large_small p span[data-v-96253028] {
  color: #999;
  margin-left: 0.2rem;
}
.ls_score .content .large_small p[data-v-96253028]:first-child {
  border-right: 1PX solid #e5e5e5;
}
.ls_score .content .large_small .selecting[data-v-96253028] {
  background-color: #ffd32d;
  color: #333752;
}
.ls_score .content .large_small .selecting span[data-v-96253028] {
  color: #333752;
}

