
.playbox {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #202020;
  overflow: hidden;
  zoom: 1;
  clear: both
}

.playbox:after {
  content: "";
  display: block;
  clear: both
}

.playbox .player {
  width: 100%;
  float: left;
  display: inline;
  font-size: 0;
  overflow: hidden;
  position: relative;
}

.playbox .player #a1,
.playbox .player #dplayer,
.playbox .player .unplayer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #111;
  display: block
}

.playbox .player #a1 object,
.playbox .player #dplayer object,
.playbox .player .unplayer object,
.playbox .player #a1 video,
.playbox .player #dplayer video,
.playbox .player .unplayer video,
.playbox .player #a1 embed,
.playbox .player #dplayer embed,
.playbox .player .unplayer embed,
.playbox .player #a1 iframe,
.playbox .player #dplayer iframe,
.playbox .player .unplayer iframe {
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: block
}

.playbox .player.fixed {
  width: 320px;
  height: 180px;
  margin-left: 380px;
  padding: 0;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 9
}

.playbox .player.fixed .off:before {
  content: "\e6ab";
  width: 22px;
  height: 22px;
  font-size: 21px;
  color: #fff;
  font-family: iconfont;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  border: 3px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9
}

.playbox .player.fixed .off:hover:before {
  color: #0188fb;
  border-color: #0188fb;
  background: #fff
}

.playbox .player.fade {
  position: relative
}


.juji ul {
  margin-top: 10px;
  margin-left: -2%;
  font-size: 0
}

.juji li {
  width: 23%;
  margin: 0 0 12px 2%;
  text-align: center;
  display: inline-block;
  vertical-align: top
}

.juji li a {
  padding: 0 10px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #f8f8f8;
  display: block
}

.juji li a:hover {
  color: #fff;
  border-color: #0188fb;
  background: #0188fb
}

.juji li a.on {
  color: #fff;
  border-color: #0188fb;
  background: #0188fb
}