.yb-wrap {
    position:relative;
    margin: 0 0 24px;
  }

iframe {
  border: none;
}
iframe#target_area {
  width: 310px;
  height: 174px;
  /* border: 1px solid #bfbfbf; */
  margin: 0 0 0 -1px;
}

#target_area_controller {
  margin-bottom: 0px;
}

.play_list {
  border: 0px solid #868686;
  text-align: left;
  margin: 1px auto;
  width: 313px;
  height: 182px;
  overflow-y: scroll;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

.play_list>div {
  border-bottom: 1px dotted #464646;
  padding: 0.3em 0.1em;
  line-height: 1.6em;
}

.play_list a {
  display: block;
  color: #f4f4f4;
  padding: 0px 5px;
}

.play_list a.active {
  border-bottom: 1px solid #868686;
  background: #f4f4f4;
  color: #181818;
}

#target_area_controller ul {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0 0em 0em 2px;
  /* background: url(../../images/others/player_panel_bg.gif) left top / 100% 100% no-repeat; */
  display: flex;
}

#target_area_controller ul li {
  display:block !important;
  width: 10%;
  /* float: left; */
  list-style: none;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10% 0 0 0;
  /* background: url(../../images/others/player_bt_bg.gif) top left / 100% 100% no-repeat; */
  position: relative;
}

#target_area_controller ul li.volume_area {
  width: 50px;
}

#target_area_controller ul li.active {
  background: url(../../images/others/player_bt_bgo.gif) top left no-repeat;
}

#target_area_controller ul .stop {
  background: url(../../images/others/icons/icon_stop.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .play {
  background: url(../../images/others/icons/icon_play.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .pause {
  background: url(../../images/others/icons/icon_pause.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .prev {
  background: url(../../images/others/icons/icon_prev.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .next {
  background: url(../../images/others/icons/icon_next.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .repeat_off {
  background: url(../../images/others/icons/icon_repeat.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .repeat_on {
  background: url(../../images/others/icons/icon_repeat.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .mute_off {
  background: url(../../images/others/icons/icon_mute-off.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul .mute_on {
  background: url(../../images/others/icons/icon_mute-on.png8.png) 0px 0px / cover no-repeat;
}

#target_area_controller ul li.time_area {
  padding: 0px;
  float: right;
  margin: 3px 5px 0px 0px;
  color: #fff;
  background: none;
  width: 70px;
  min-height: 21px;
}

#target_area_controller ul li.volume_area {
  height: 22px;
  padding: 0px;
  margin: 4px 0px 0px 5px;
  color: #fff;
  background: url(../../images/others/volume_area_bg.png) no-repeat bottom;
}

#target_area_controller ul li a {
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
}

#target_area_controller ul li a .inner {
  display: none;
}

#target_area_controller ul .play_list {
  clear: both;
}

#target_area_controller ul .active {
  background-color: #FFFF00;
}

#target_area_controller ul .volume {
  padding: 0;
  border: solid 1px #bfbfbf;
  width: 50px;
  height: 10px;
  overflow: hidden;
}

#target_area_controller ul .now_volume {
  margin: 0;
  padding: 0;
  border: none;
  height: 10px;
  background-color: #fff;
}

@media screen and (max-width:767px) {
    #target_area_controller ul li.volume_area {
    width: 20%;
  }
  #target_area_controller ul li.volume_area {
    height: 100%;
    padding: 0.5% 0 0.5% 0;
    margin: 0px 0px 0px 0px;
    color: #fff;
    background: url(../../images/others/volume_area_bg.png) center bottom 15% / 80% auto no-repeat;
  }
  #target_area_controller ul .volume {
    width: 100%;
    height: 40%;
    /* height: 100%; */
  }
  #target_area_controller ul .now_volume {
    margin: 0;
    padding: 0;
    height: 100%;
  }

  #target_area_controller ul li.time_area {
    padding: 0px;
    float: none;
    margin: 0px 0px 0px 0px;
    background: none;
    width: 20%;
    min-height: 21px;
  }
  #target_area_controller ul li.time_area .time{
  width: 100%;
  height: 100%;
  }
}