.player {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #39bee8;
  height: 520px;
}

.player-info {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #39bee8;
}

.player-info-text {
  padding: 20px;
  position: relative;
}

.player-song-name {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
}

.player-artist {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  margin: 0 70px 0 0;
}

.player-cover {
  height: calc(100% - 220px);
  z-index: 3;
  margin: 0 auto;
  display: block;
}

.player-drops {
  position: relative;
  -webkit-filter: url("#goo-drops");
  filter: url("../player.html#goo-drops");
  transform: translateZ(0);
}

.player-drop {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
}

.player-c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
}

.player-spectrum {
  -webkit-filter: url("#goo-no-comp");
  filter: url("../widgets.html#goo-no-comp");
  transform: translateZ(0);
  position: absolute;
  height: 300px;
  width: 100%;
  margin-bottom: -50px;
  z-index: 2;
  white-space: nowrap;
}

.player-spectrum-floor {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -30px;
}

.player-spectrum-bars {
  font-size: 0;
  position: absolute;
  bottom: 0;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  -webkit-backface-visibility: hidden;
}

.player-spectrum-bar {
  display: inline-block;
  width: 20px;
  height: 280px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.player-controls {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  height: 120px;
  line-height: 50px;
  z-index: 5;
}

.player-controls .player-buttons {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
}

.player-controls .player-time {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: block;
}

.player-button {
  display: inline-block;
  background: url("../../img/player.png") no-repeat 100% 100%;
  cursor: pointer;
  padding: 0;
}

.player-button.mute {
  width: 20px;
  height: 20px;
  background-position: 0 -40px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}

.player-button.setting {
  width: 20px;
  height: 20px;
  background-position: -20px -40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}

.player-button.play-pause-button {
  width: 40px;
  height: 40px;
  background-position: -40px 0;
  margin: 0 10px;
}

.player-button.prev {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.player-button.next {
  width: 40px;
  height: 40px;
  background-position: -80px 0;
}

.player-button.repeat {
  width: 20px;
  height: 20px;
  background-position: -60px -40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.player-button.random {
  width: 20px;
  height: 20px;
  background-position: -40px -40px;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.player-button.like {
  width: 20px;
  height: 20px;
  background-position: -80px -40px;
  position: absolute;
  bottom: 20px;
  right: 60px;
}

.player-button.exit {
  width: 20px;
  height: 20px;
  background-position: -100px -40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.player-slider {
  position: absolute;
  left: 60px;
  right: 85px;
  bottom: 28px;
  display: block;
  height: 5px;
  background: #bfbfbf;
  border-radius: 3px;
  cursor: pointer;
}

.player-slider::before,
.player-slider::after {
  content: '';
  position: absolute;
}

.player-slider::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 40%;
  border-radius: 4px;
  background: #ffffff;
}

.player-drop,
.player-spectrum-floor,
.player-controls,
.player-spectrum-bar {
  background: #39bee8;
}

/*# sourceMappingURL=../maps/vendors/player.css.map */
