#player01 {
  position: relative;
}
#player01 .player__btn {
  width: 308px;
  height: 30px;
  position: relative;
  background: #fff;
}
#player01 .on {
  display: none;
}
#player01 .off {
  display: block;
}
#player01 .btn_play {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  cursor: pointer;
}
#player01 .btn_play .on {
  display: none;
}
#player01 .btn_play .off {
  display: block;
}
#player01 .btn_play.active .on {
  display: block;
}
#player01 .btn_play.active .off {
  display: none;
}
#player01 .btn_play.cover {
  width: 308px;
  height: 174px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
}
#player01 .btn_play.cover .on {
  display: block;
}
#player01 .btn_play.cover .off {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#player01 .btn_play.cover.active {
  display: none;
}
#player01 .btn_mute {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
#player01 .btn_mute .on {
  display: none;
}
#player01 .btn_mute .off {
  display: block;
}
#player01 .btn_mute.active .on {
  display: block;
}
#player01 .btn_mute.active .off {
  display: none;
}
#player01 .seekbar_time {
  width: 200px;
  height: 8px;
  padding: 2px 0;
  position: absolute;
  top: 10px;
  left: 52px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#player01 .seekbar_time .seekbar_time_bg {
  width: 100%;
  height: 4px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px 0;
}
#player01 .seekbar_time span {
  display: block;
  width: 0%;
  height: 100%;
  background: #b1b1b1;
  position: relative;
}

.top_main .top_movie .play_list {
  margin-left: 0;
}

.top_main .top_movie .play_list ul li {
  cursor: pointer;
}
