/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.jczq .notice,
.jclq .notice {
  width: 100%;
  height: 1.5rem;
  padding: 0 0.5rem;
  background-color: #fff;
  display: flex;
  position: relative;
}
.jczq .notice:before,
.jclq .notice: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 #bbbbbb;
}
.jczq .notice .hot,
.jclq .notice .hot {
  font-size: 0.9rem;
  color: #dc3b40;
  position: relative;
  top: 0.1rem;
}
.jczq .notice p,
.jclq .notice p {
  line-height: 1.5rem;
  padding-right: 0.45rem;
  font-size: 0.6rem;
  color: #666;
}
.jczq .notice p:last-child,
.jclq .notice p:last-child {
  flex: 1;
}
.jczq .notice > i,
.jclq .notice > i {
  position: absolute;
  top: 0;
  right: 0.5rem;
  line-height: 1.5rem;
  display: block;
  width: 0.9rem;
  height: 100%;
  font-size: 0.6rem;
}
.jczq .hot_notice p,
.jclq .hot_notice p {
  padding-right: 0.2rem;
}
.jczq .hot_notice .hot_word,
.jclq .hot_notice .hot_word {
  color: #dc3b40;
}
.jczq .fixed_notice,
.jclq .fixed_notice {
  z-index: 1;
  position: fixed;
  left: 0;
  width: 100%;
  height: 1.5rem;
  padding: 0 !important;
  margin: 0 !important;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.jczq[data-v-abf5968c] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
header[data-v-abf5968c] {
  width: 100%;
  position: relative;
}
header .header-title i[data-v-abf5968c] {
  margin-left: 0.125rem;
  font-size: 0.6rem;
}
header .playlist[data-v-abf5968c] {
  position: fixed;
  animation: 0.3s headermyfadeIn-data-v-abf5968c ease both;
}
header .playlist-cover[data-v-abf5968c] {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 10;
}
.game_filter_body[data-v-abf5968c] {
  width: 100%;
  height: 100%;
  padding: 1.3rem 0.6rem;
  background-color: #fff;
  position: relative;
  z-index: 900;
  overflow: auto;
}
.game_filter_body nav[data-v-abf5968c] {
  width: 100%;
  height: 1.5rem;
  display: flex;
  margin-bottom: 0.75rem;
}
.game_filter_body nav p[data-v-abf5968c] {
  flex: 1;
  height: 100%;
  float: left;
  border: 1PX solid #e5e5e5;
  color: #666;
  position: relative;
  text-align: center;
  line-height: 1.5rem;
  left: -1PX;
}
.game_filter_body nav p[data-v-abf5968c]:first-child {
  left: 0;
}
.game_filter_body nav p[data-v-abf5968c]:nth-child(3) {
  left: -0.05rem;
}
.game_filter_body nav .gf_selecting[data-v-abf5968c] {
  border: 1PX solid #ffd32d;
  color: #ffd32d;
  z-index: 100;
}
.game_filter_body ul[data-v-abf5968c] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.game_filter_body ul li[data-v-abf5968c] {
  width: 5.25rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  position: relative;
  color: #666;
  text-align: center;
  line-height: 1.5rem;
}
.game_filter_body ul li[data-v-abf5968c]: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.5rem;
  border-all: 1PX solid #bbbbbb;
  border: 1PX solid #bbbbbb;
}
.game_filter_body ul li[data-v-abf5968c]:nth-child(3n) {
  margin-right: 0;
}
.game_filter_body ul .gflist_selecting[data-v-abf5968c] {
  color: #ffd32d;
  position: relative;
}
.game_filter_body ul .gflist_selecting[data-v-abf5968c]: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.5rem;
  border-all: 1PX solid #ffd32d;
  border: 1PX solid #ffd32d;
}
.game_filter_body ul .gflist_selecting i[data-v-abf5968c] {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 0.225rem;
  overflow: hidden;
}
.jz_container[data-v-abf5968c] {
  width: 100%;
  flex: 1;
}
@keyframes headermyfadeIn-data-v-abf5968c {
0% {
    opacity: 0;
    transform: translateY(-11.7rem);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.refresh[data-v-abf5968c] {
  width: 1.5rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: #f3ba33;
}
.playlist[data-v-abf5968c] {
  width: 100%;
  height: 11.7rem;
  background-color: #fff;
  padding: 0.15rem 0.6rem 0;
  z-index: 100;
}
.playlist li[data-v-abf5968c] {
  width: 100%;
  height: 2.075rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.playlist li p[data-v-abf5968c] {
  position: relative;
  width: 5.25rem;
  height: 1.675rem;
  border: 1PX solid #e5e5e5;
  font-size: 0.7rem;
  border-radius: 0.2rem;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.playlist .selecting[data-v-abf5968c] {
  color: #ffd32d;
  border-color: #ffd32d;
  overflow: hidden;
}
.playlist .selecting i[data-v-abf5968c] {
  position: absolute;
  right: -0.05rem;
  bottom: -0.05rem;
}
.playlist .line[data-v-abf5968c] {
  width: 100%;
  height: 0.9rem;
  margin: 0.25rem 0;
  position: relative;
}
.playlist .line p[data-v-abf5968c] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.375rem;
  margin-left: -1.625rem;
  font-size: 0.65rem;
  padding: 0 0.45rem;
  background-color: #fff;
  color: #333752;
}
.playlist .line > div[data-v-abf5968c] {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  height: 1PX;
  background-color: #333752;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.jczq[data-v-abf5968c] {
  padding-top: 2.15rem;
}
header[data-v-abf5968c] {
  position: fixed;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #eee;
}

