button {
  outline: none;
}

#player {
  position: fixed;
  left: 0;
  bottom: 0;
  /* width: 100%; */
  width: calc(100% - 120px);
  padding: 35px 0;
  background: rgba(34,191,226,0.7);
  z-index: 500;
  font-size: 14px;
  color: #000;
}

.btn_play {
  position: relative;
  width: 330px;
  height: 160px;
  cursor: pointer;
  background: url(../img/btn_play.png) center center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -ms-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
}
.btn_play:hover {
  opacity: 0.7;
}
.btn_play.active {
/*   background: url(../img/btn_stop.png) center center no-repeat; */
}

.btn_pause {
  position: absolute;
  width: 330px;
  height: 160px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
/*   background: url(../img/btn_stop.png) center center no-repeat; */
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -ms-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
}
.btn_pause:hover {
  opacity: 0.7;
}
.btn_pause:hover .on {
  display: block;
}

#brightcovePlayer {
  position: relative;
  width: 590px;
  height: 80px;
  margin: auto;
  background: #fff;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
#brightcovePlayer .btn_play {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../img/player_btn_play.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -ms-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
  text-indent: -9999px;
}
#brightcovePlayer .btn_play.active {
  /* background: url("../img/player_btn_play.png") center center no-repeat; */
  opacity: 0.6;
}
#brightcovePlayer .btn_pause {
  position: absolute;
  left: -99999px;
}
#brightcovePlayer .btn_stop {
  position: absolute;
  left: 78px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../img/player_btn_stop.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: .3s all ease-in;
  -moz-transition: .3s all ease-in;
  -ms-transition: .3s all ease-in;
  -o-transition: .3s all ease-in;
  transition: .3s all ease-in;
  text-indent: -9999px;
}
#brightcovePlayer .btn_stop.active {
  background: url("../img/btn_stop_on.png") center center no-repeat;
}

.btn_stop:hover {
  opacity: 0.7;
}

.display_poster {
  display: none;
}

.name_wrap {
  position: absolute;
  left: 138px;
  top: 25px;
  width: 390px;
  height: 20px;
  padding: 2px 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-indent: -0em;
}
.display_name {
  -webkit-animation: title_anxsoundplayer2_1 5s linear infinite;
  animation: title_anxsoundplayer2_1 5s linear infinite;
}

.display_time {
  position: absolute;
  left: 492px;
  top: 46px;
  font-size: 12px;
}

.seekbar_vol {
  position: absolute !important;
  right: 50px !important;
  top: 65px !important;
  width: 80px !important;
  height: 16px !important;
  padding: 0 !important;
}

.seekbar_vol_bg {
  width: 80px !important;
  height: 16px !important;
  cursor: pointer;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

.seekbar_vol span {
  width: 88px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

.seekbar_time {
  position: absolute;
  left: 138px;
  top: 50px;
  width: 340px;
  height: 7px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #DCDCDC;
}
.seekbar_time span {
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #22bfe2;
}

.video-js {
  opacity: 0;
  filter: alpha(opacity=0);
}

.display_time_par, .btn_mute, .btn_full {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: -99999px;
  left: -99999px;
}

@media screen and (max-width: 768px) {
  #player {
    width: 100%;
    padding: 3.6% 2.2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .btn_play {
    width: 100%;
    height: auto;
    padding-top: 48%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .btn_play.active {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .btn_pause {
    left: 95px;
    top: 40px;
    width: 60px;
    height: 60px;
    -webkit-background-size: 60px auto;
    background-size: 60px auto;
  }

  .display_poster {
    left: 165px;
    top: 40px;
    width: 380px;
    height: auto;
    line-height: 1.2;
    font-size: 24px;
  }

  .display_time {
    left: 565px;
    top: 42px;
    font-size: 18px;
  }

  .seekbar_vol {
    right: 40px !important;
    top: 72px !important;
    width: 88px !important;
    height: 16px !important;
  }

  .seekbar_time {
    left: 165px;
    top: 84px;
    width: 380px;
    height: 6px;
  }

  .radio_player {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 23px 0 23px;
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center;
  }

  #brightcovePlayer {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
  }
  #brightcovePlayer .btn_play {
    position: absolute;
    top: 50%;
    left: 9px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding-top: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -ms-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in;
    text-indent: -9999px;
  }
  #brightcovePlayer .btn_play.active {
  }
  #brightcovePlayer .btn_pause {
    position: absolute;
    left: -99999px;
  }
  #brightcovePlayer .btn_stop {
    position: absolute;
    top: 50%;
    left: 44.5px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background: url("../img/player_btn_stop.png") top center no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -ms-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in;
    text-indent: -9999px;
  }
  #brightcovePlayer .btn_stop.active {
    background: url("../img/btn_stop_on.png") top center no-repeat;
  }

  .display_poster {
    display: none;
    position: absolute;
    left: 82.5px;
    top: 20px;
    width: 54%;
    height: 14px;
    padding: 2px 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-indent: 0;
    font-size: 10px;
    font-size: 1.0rem;
  }

  .seekbar_time {
    position: absolute;
    left: calc(6.4% + 70px);
    top: 62%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc;
    width: 68%;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }

  .display_time {
    position: absolute;
    left: auto;
    right: 4.2%;
    top: 41%;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
  }

  .name_wrap {
    left: calc(5% + 70px);
    top: 16px;
    font-size: 12px;
    width: 46%;
    height: 14px;
  }
}



@keyframes title_anxsoundplayer2_1 {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes title_anxsoundplayer2_1 {
  0% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}