/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.bd-shengfu[data-v-a5cd66a4] {
  display: flex;
  flex-direction: column;
}
.bd-shengfu .game_list[data-v-a5cd66a4] {
  width: 100%;
  flex: 1;
  overflow: auto;
  margin-top: 1.5rem;
  padding-bottom: 2.25rem;
}
.bd-shengfu .game_content[data-v-a5cd66a4] {
  width: 100%;
}
.bd-shengfu .game_content li[data-v-a5cd66a4] {
  position: relative;
}
.bd-shengfu .game_content li[data-v-a5cd66a4]: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;
}
.bd-shengfu .game_content li[data-v-a5cd66a4]:last-child {
  padding-bottom: 0.375rem;
}
.bd-shengfu .game_content li .game_play[data-v-a5cd66a4] {
  padding: 0 0.525rem;
  width: 100%;
  height: 3.6rem;
  display: flex;
  position: relative;
  background-color: #fafafa;
}
.bd-shengfu .game_content li .game_play[data-v-a5cd66a4]: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;
}
.bd-shengfu .game_content li .game_play > p[data-v-a5cd66a4] {
  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;
}
.bd-shengfu .game_content li .game_play > p i[data-v-a5cd66a4] {
  width: 0.725rem;
  height: 0.725rem;
  color: #999;
}
.bd-shengfu .game_content li .content[data-v-a5cd66a4] {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bd-shengfu .game_content li .content .selecting[data-v-a5cd66a4] {
  background-color: #ffd32d;
  color: #333752;
}
.bd-shengfu .game_content li .content .selecting span[data-v-a5cd66a4] {
  color: #333752 !important;
}
.bd-shengfu .game_content li .content p[data-v-a5cd66a4] {
  width: 4.5rem;
  height: 2.4rem;
  border: 1PX solid #e5e5e5;
  background-color: #fff;
  color: #444;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
}
.bd-shengfu .game_content li .content p[data-v-a5cd66a4]:nth-child(2) {
  width: 3.6rem;
}
.bd-shengfu .game_content li .content p span[data-v-a5cd66a4]:last-child {
  font-size: 0.5rem;
  color: #ccc;
}

