.dmp-grid {
  background: #fff;
}
.dmp-grid .dmp-grid-head {
  color: #999;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.dmp-grid .dmp-grid-head .dmp-grid-row {
  border-top: none;
}
.dmp-grid .dmp-grid-body {
  font-size: 14px;
}
.dmp-grid .dmp-grid-body .dmp-grid-row:hover,
.dmp-grid .dmp-grid-body .dmp-grid-row.is-active {
  background: #f3f3f3;
  color: #00b3ff;
}
.dmp-grid .dmp-grid-row {
  display: flex;
  cursor: default;
  transition-duration: 0.3s;
}
.dmp-grid .dmp-grid-col {
  overflow: hidden;
  padding: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dmp-grid-border {
  border: 1px solid #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.dmp-grid-border .dmp-grid-row {
  border-top: 1px solid #eee;
}
.dmp-slider {
  position: relative;
  width: 100%;
  height: 6px;
  margin: 16px 0;
  background-color: #e4e7ed;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
}
.dmp-slider .dmp-slider-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  background-color: #409eff;
  border-radius: 3px;
}
.dmp-slider .dmp-slider-button-wrapper {
  position: absolute;
  top: -15px;
  height: 36px;
  width: 36px;
  z-index: 2;
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  user-select: none;
  line-height: normal;
}
.dmp-slider .dmp-slider-button-wrapper:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
  user-select: none;
}
.dmp-slider .dmp-slider-button {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 2px solid #409eff;
  background-color: #409eff;
  border-radius: 50%;
  transition: 0.2s;
  user-select: none;
}
.dmp-slider .dmp-slider-tip {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  padding: 5px 7.5px;
  max-width: 120px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #fff;
  line-height: 1.4;
  overflow-wrap: break-word;
  pointer-events: none;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}
.dmp-slider .dmp-slider-tip:before {
  content: "";
  box-sizing: border-box;
  outline: none;
  border-width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  bottom: -4px;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 0;
  z-index: 2;
}
.dmp-slider-vertical {
  width: 6px;
  height: 100%;
  margin: 0 16px;
}
.dmp-slider-vertical .dmp-slider-bar {
  top: auto;
  bottom: 0;
  width: 6px;
  height: 0;
}
.dmp-slider-vertical .dmp-slider-button-wrapper {
  top: auto;
  left: -15px;
  transform: translateY(50%);
}
.dmplayer {
  padding: 8px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
.dmplayer,
.dmplayer * {
  box-sizing: border-box;
}
.dmplayer .dmp-audio {
  display: none;
}
.dmplayer .dmp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #333;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  transition-duration: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.dmplayer .dmp-btn:hover,
.dmplayer .dmp-btn:focus {
  background: transparent;
  outline: none;
}
.dmplayer .dmp-btn:last-child {
  margin-right: 0;
}
.dmplayer .dmp-svg {
  stroke: currentColor;
  color: inherit;
  display: inline-block;
  font-style: normal;
  height: 1em;
  outline: none;
  vertical-align: -2px;
  width: 1em;
}
.dmplayer .dmp-progress {
  overflow: hidden;
  flex: 1;
  position: relative;
  align-items: center;
  display: flex;
  height: 22px;
  user-select: none;
}
.dmp-view {
  position: relative;
}
.dmp-cover {
  position: relative;
  display: flex;
  align-items: center;
}
.dmp-cover .dmp-cover-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  cursor: pointer;
}
.dmp-cover .dmp-cover-source {
  width: 96px;
  max-width: 96px;
  max-height: 96px;
  border-radius: 50%;
}
.dmp-cover .dmp-cover-play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 50%;
  right: 50%;
  margin: 0 -24px -24px 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.dmp-cover .dmp-cover-play.is-playing {
  margin: 0;
  font-size: 14px;
}
.dmp-cover .is-playing {
  right: 4px;
  bottom: 4px;
  width: 24px;
  height: 24px;
}
.dmp-cover .dmp-cover-desc {
  margin-left: 8px;
}
.dmp-cover .dmp-cover-action {
  display: flex;
  position: absolute;
  left: 4px;
  bottom: 4px;
  margin: 0;
  padding-top: 4px;
}
.dmp-cover .dmp-action-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
}
.dmp-cover-lg .dmp-cover-image {
  width: 80px;
  height: 80px;
}
.dmp-cover-lg .dmp-cover-source {
  width: 80px;
  max-width: 80px;
  max-height: 80px;
}
.dmp-cover-lg .dmp-cover-play {
  width: 40px;
  height: 40px;
  margin: 0 -20px -20px 0;
}
.dmp-cover-lg .is-playing {
  width: 20px;
  height: 20px;
}
.dmp-cover-lg .dmp-action-item {
  width: 20px;
  height: 20px;
}
.dmp-cover-md .dmp-cover-image {
  width: 64px;
  height: 64px;
}
.dmp-cover-md .dmp-cover-source {
  width: 64px;
  max-width: 64px;
  max-height: 64px;
}
.dmp-cover-md .dmp-cover-play {
  width: 32px;
  height: 32px;
  margin: 0 -16px -16px 0;
}
.dmp-cover-md .is-playing {
  width: 16px;
  height: 16px;
}
.dmp-cover-md .dmp-action-item {
  width: 16px;
  height: 16px;
}
.dmp-cover-sm .dmp-cover-image {
  width: 48px;
  height: 48px;
}
.dmp-cover-sm .dmp-cover-source {
  width: 48px;
  max-width: 48px;
  max-height: 48px;
}
.dmp-cover-sm .dmp-cover-play {
  width: 24px;
  height: 24px;
  margin: 0 -12px -12px 0;
}
.dmp-cover-sm .is-playing {
  width: 12px;
  height: 12px;
}
.dmp-cover-sm .dmp-action-item {
  width: 12px;
  height: 12px;
}
.dmp-cover-xs .dmp-cover-image {
  width: 32px;
  height: 32px;
}
.dmp-cover-xs .dmp-cover-source {
  width: 32px;
  max-width: 32px;
  max-height: 32px;
}
.dmp-cover-xs .dmp-cover-play {
  width: 16px;
  height: 16px;
  margin: 0 -8px -8px 0;
}
.dmp-cover-xs .is-playing {
  right: 2px;
  width: 8px;
  height: 8px;
}
.dmp-cover-xs .dmp-cover-action {
  left: 2px;
}
.dmp-cover-xs .dmp-action-item {
  margin-right: 2px;
  width: 8px;
  height: 8px;
}
.dmp-tune .dmp-tune-main,
.dmp-tune .dmp-tune-sub {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dmp-tune .dmp-cover-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.dmp-tune .dmp-cover-singer {
  font-size: 12px;
  color: #666;
}
.dmp-playbar .dmp-broadcast {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmp-timebar {
  display: flex;
  align-items: center;
  color: #333;
}
.dmp-timebar .dmp-progress {
  padding: 0 12px;
}
.dmp-broadcast {
  display: flex;
  align-items: center;
}
.dmp-broadcast .dmp-btn {
  width: 40px;
  height: 40px;
  font-size: 36px;
}
.dmp-volume {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.dmp-volume:hover .dmp-progress,
.dmp-volume:focus .dmp-progress {
  display: flex;
}
.dmp-volume .dmp-progress {
  display: none;
  justify-content: center;
  position: absolute;
  left: 50%;
  right: 0;
  width: 48px;
  height: 60px;
  bottom: 100%;
  padding-bottom: 10px;
  transform: translateX(-50%);
}
.dmp-queue {
  position: relative;
}
.dmp-queue-pop {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.dmp-queue-pop.is-active {
  display: block;
}
.dmp-queue-pop .dmp-queue-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dmp-queue-pop .dmp-pop-container {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  max-width: 600px;
  min-width: 280px;
  background: #fff;
  border-left: 1px solid #ddd;
}
.dmp-queue-pop::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
.dmp-queue-pop::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.dmp-queue-pop .dmp-grid-playlist {
  position: relative;
  z-index: 3;
  border-radius: 0;
  border: none;
}
.dmp-queue-pop .dmp-grid-head {
  position: sticky;
  top: 0;
  z-index: 3;
}
.dmp-lrc {
  overflow: hidden;
  position: relative;
  max-height: 32px;
  font-size: 12px;
}
.dmp-lrc:after {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  content: " ";
  bottom: 0;
  height: 50%;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ccffffff", GradientType=0);
}
.dmp-lrc .dmp-lrc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition-duration: 0.4s;
}
.dmp-lrc .dmp-lrc-row {
  margin: 0;
  padding: 0;
  color: #999;
}
.dmp-lrc .is-active {
  color: #666;
}
.am-spinner {
  animation: spinner 10s linear infinite;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

