.seek-list .track-list-select, .seek-list .track-list-price, .seek-list .track-list-action {
  width: 90px;
}
.seek-list .track-list-action {
  width: 90px;
}
.seek-list .track-list-action a {
  background-image: none;
  width: auto;
  height: auto;
}

.body-seek-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.body-seek-detail .app-main {
  flex: 1;
}

.seek-item-user {
  display: flex;
  align-items: flex-start;
}
.seek-item-user .avatar {
  width: 150px;
}
.seek-item-user .username {
  margin-left: 15px;
  color: #333;
}

.seek-player .jp-progress {
  overflow: hidden;
  background-color: #ddd;
  width: 100%;
  height: 10px;
  margin: 0 16px;
  border-radius: 5px;
}
.seek-player .jp-seek-bar {
  background: #5b5b5b;
  width: 0;
  height: 100%;
  cursor: pointer;
}
.seek-player .jp-play-bar {
  background: #ec3535;
  width: 0;
  height: 100%;
}