.anxSoundPlayer {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 19px 0 8px;
  padding: 0 2rem;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  display: block;
  background: #b0babd;
}

/* btnPlay */
.anxSoundPlayer .btnPlay, .anxSoundPlayer .btnPause {
  width: 32px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.anxSoundPlayer .btnPlay {
  background: url(../img/in/btn_music-play.png) no-repeat center center;
  background-size: contain;
  display: block;
  left: 0;
}

/* btnPause */
.anxSoundPlayer .btnPause {
  background: url(../img/in/btn_music-pause.png) no-repeat center center;
  background-size: contain;
  display: block;
  left: 0;
}

/* seek */
.seekBase {
  background: url(../img/common/soundplayer/seek_base.png) no-repeat 0px 8px;
  width: 246px;
  height: 19px;
  position: absolute;
  left: 38px;
  top: 2px;
}

.seekProgress {
  background: url(../img/common/soundplayer/seek_prog.png) no-repeat 0px 8px;
  width: 246px;
  height: 30px;
}

/* volume */
.volumeBase, .volumeProgress {
  display: none;
}

/* time */
.timeDisplay {
  position: absolute;
  top: 2px;
  right: 3px;
  width: 85px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #E6AC35;
}

/* title */
.titleDisplay {
  position: absolute;
  top: 48px;
  right: 0;
  width: 50px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.soundicon {
  display: none;
}

/* do not Change */
.BrightcoveExperience {
  opacity: 0;
  position: relative;
}