/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @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 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.jclq[data-v-dbbd47f0] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
header[data-v-dbbd47f0] {
  width: 100%;
  position: relative;
}
header .header-title i[data-v-dbbd47f0] {
  font-size: 0.7rem;
}
header .playlist[data-v-dbbd47f0] {
  position: fixed;
  width: 100%;
  height: 11.7rem;
  background-color: #fff;
  padding: 0.15rem 0.6rem 0;
  z-index: 100;
  animation: 0.3s headermyfadeIn-data-v-dbbd47f0 ease both;
}
header .playlist .box[data-v-dbbd47f0] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
header .playlist li[data-v-dbbd47f0] {
  width: 5.25rem;
  height: 1.65rem;
  border: 1PX solid #ccc;
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: #666;
  position: relative;
}
header .playlist li[data-v-dbbd47f0]:last-child {
  border: 0;
}
header .playlist .selecting[data-v-dbbd47f0] {
  color: #ffd32d;
  border-color: #ffd32d;
  overflow: hidden;
}
header .playlist .selecting i[data-v-dbbd47f0] {
  position: absolute;
  right: -0.05rem;
  bottom: -0.05rem;
}
header .playlist .line[data-v-dbbd47f0] {
  width: 100%;
  height: 0.9rem;
  margin: 0.25rem 0;
  position: relative;
}
header .playlist .line p[data-v-dbbd47f0] {
  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;
}
header .playlist .line > div[data-v-dbbd47f0] {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  height: 1PX;
  background-color: #333752;
}
header .playlist-cover[data-v-dbbd47f0] {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 10;
}
.container[data-v-dbbd47f0] {
  width: 100%;
  flex: 1;
}
@keyframes headermyfadeIn-data-v-dbbd47f0 {
0% {
    opacity: 0;
    transform: translateY(-11.7rem);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

