.player-left,
.player-style-2 .player-top {
  position: relative;
}
/* 勿改 MacPlayer 为 relative：play_1/play_2 用 padding-bottom 撑高，必须 absolute 铺满 */
.mac-play-resume {
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(20, 20, 24, 0.82);
  border: 1px solid hsla(0, 0%, 100%, 0.18);
  border-radius: 24px;
  bottom: 56px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: flex;
  font-size: 14px;
  gap: 10px;
  left: 50%;
  line-height: 1.4;
  max-width: calc(100% - 32px);
  opacity: 0;
  padding: 10px 18px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 120;
}
.mac-play-resume.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mac-play-resume__btn {
  background: #00a1d6;
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 6px 14px;
  -webkit-tap-highlight-color: transparent;
}
.mac-play-resume__btn:hover {
  background: #0090bf;
}
.mac-play-resume__close {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  opacity: 0.72;
  padding: 4px;
}
.mac-play-resume__close:hover {
  opacity: 1;
}
@media (max-width: 819px) {
  .mac-play-resume {
    bottom: 48px;
    font-size: 13px;
    padding: 9px 14px;
  }
}

/* 播放记录抽屉（状态栏）：封面底进度条 + 标题下元信息 */
.gen-history-list li {
  position: relative;
}
.gen-history-list .history-item {
  position: relative;
}
.gen-history-list .history-a {
  align-items: stretch;
  min-width: 0;
  padding-right: 28px;
  text-decoration: none;
}
.gen-history-list .history-thumb {
  border-radius: 6px;
  display: block;
  flex: 0 0 auto;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  width: 110px;
}
.gen-history-list .history-thumb .lazy,
.gen-history-list .history-thumb img {
  display: block;
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.gen-history-list .history-thumb-progress {
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: block;
  height: 3px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}
.gen-history-list .history-thumb-progress > i {
  background: #00c8b3;
  display: block;
  height: 100%;
  max-width: 100%;
  width: 0;
}
.gen-history-list .history-r {
  gap: 6px;
  justify-content: center;
  min-width: 0;
}
.gen-history-list .history-r .hide2 {
  line-height: 1.35;
}
.gen-history-list .history-meta {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.55);
  display: flex;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  gap: 4px;
  line-height: 1.3;
  min-width: 0;
  overflow: hidden;
}
.gen-history-list .history-meta__ico {
  display: block;
  flex: 0 0 auto;
  height: 14px;
  opacity: 0.72;
  object-fit: contain;
  width: 14px;
}
.gen-history-list .history-meta__txt {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme1 .gen-history-list .history-meta {
  color: #888;
}
.theme1 .gen-history-list .history-meta__ico {
  filter: brightness(0) saturate(100%);
  opacity: 0.45;
}
.gen-history-list .history-type {
  color: hsla(0, 0%, 100%, 0.45);
  font-size: 12px;
  line-height: 1.3;
}
.theme1 .gen-history-list .history-type {
  color: #999;
}
.gen-history-list .user-history .history-item,
.gen-history-list .locality-history .history-item {
  margin-bottom: 18px;
}
.gen-history-list .history-del {
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: hsla(0, 0%, 100%, 0.45);
  cursor: pointer;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 28px;
  z-index: 2;
}
.theme1 .gen-history-list .history-del {
  color: #999;
}
.gen-history-list .history-del:hover {
  color: #fff;
}
.theme1 .gen-history-list .history-del:hover {
  color: #333;
}

.plays-group .public-list-box .plays-progress {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plays-group .public-list-box .plays-progress__bar {
  background: rgba(0, 0, 0, 0.45);
  display: block;
  height: 3px;
  overflow: hidden;
  width: 100%;
}
.plays-group .public-list-box .plays-progress__bar > i {
  background: #00c8b3;
  display: block;
  height: 100%;
  width: 0;
}
.plays-group .public-list-box .plays-watch-meta {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.55);
  display: flex;
  font-size: 12px;
  gap: 4px;
  line-height: 1.35;
  margin-top: 4px;
  min-width: 0;
  overflow: hidden;
}
.plays-group .public-list-box .plays-watch-meta__ico {
  display: block;
  flex: 0 0 auto;
  height: 14px;
  opacity: 0.72;
  object-fit: contain;
  width: 14px;
}
.plays-group .public-list-box .plays-watch-meta__txt {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme1 .plays-group .public-list-box .plays-watch-meta {
  color: #888;
}
.theme1 .plays-group .public-list-box .plays-watch-meta__ico {
  filter: brightness(0) saturate(100%);
  opacity: 0.45;
}
