.player-content {
  display: flex;
  justify-content: space-between;
  background-color: #111;
}
.player-content .player-box {
  width: 680px;
}
.video-box {
  width: 100%;
  height: 420px;
}
.video-msg {
  display: flex;
  justify-content: space-between;
}
.video-msg .video-program-title {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 16px;
}
.video-msg .video-program-time {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  margin-top: 12px;
  opacity: 0.6;
}
.video-msg .phone-see {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 28px;
  opacity: 0.6;
}
.player-content #myPlayer {
  background: #000;
  margin-top: 16px;
}
.player-content .player-list {
  width: 300px;
  box-sizing: border-box;
}
.player-list-content {
}
.player-list-content .history-week {
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.history-week-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  clear: both;
  width: auto;
  white-space: nowrap;
  word-break: normal;
  cursor: pointer;
  transition: right .3s;
}
.left-click {
  width: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background-color: #333333;
}
.right-click {
  width: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  background-color: #333333;
}
.left-click img, .right-click img {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.player-list-content .history-week .history-week-item {
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
  border-bottom: 2px solid transparent;
  float: left;
  padding: 0 10px;
  height: 100%;
}
.player-list-content .history-week .history-week-item:hover {
  color: #FF6501;
}
.player-list-content .history-week .current {
  padding: 0 12px;
  border-bottom: 2px solid #FF5E00;
}
.player-list-content .history-week .active {
  background: #500F0B;
}
.player-list-content .history-week .history-week-item .day {
  font-size: 15px;
  font-weight: bold;
}
.player-content .player-list .reset-player {
  height: 30px;
  line-height: 30px;
  background: #500F0B;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: none;
}
.player-content .player-list .reset-player .come-back {
  float: right;
  color: #83595a;
  text-decoration: none;
  line-height: 28px;
  margin-right: 10px;
}
.player-content .player-list .reset-player .come-back:hover {
  color: #fff;
}
.player-list-box {
  position: relative;
  width: 300px;
  height: 420px;
  font-size: 12px;
  overflow: hidden;
  margin-top: 16px;
}
.player-list-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 318px;
  color: #fff;
}
.player-list-details ul li {
  color: rgba(255, 255, 255, 0.4);
  line-height: 44px;
  height: 44px;
  width: 290px;
  padding: 0 8px;
  border-bottom: 1px dotted #12283a;
  overflow: hidden;
  font-family: Microsoft YaHei;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
}
.player-list-details ul li + li {
  margin-top: 4px;
}
.player-list-details ul .current {
  /*background-position: 65px center;*/
  /*background-repeat: no-repeat;*/
  /*color: #ddf4fc;*/
  /*font-weight: 700;*/
  /*border: 1px solid #135288;*/
  /*border-radius: 3px;*/
  /*margin-top: -1px;*/
  /*background-color: #1D1D1D;*/
  color: #fff;
}
.player-list-details ul .current-tips {
  color: #FF5E00;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.can-play {
  cursor: pointer;
  opacity: 1!important;
}
.player-list-details ul .can-play:hover {
  color: #fff;
}
.player-list-details ul li span {
  width: 40px;
  padding: 0 8px;
  float: left;
}
.list-scroll {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 420px;
  background: rgba(255, 255, 255, 0.05);
}
.list-scroll-up {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
}
.list-scroll-move {
  position: absolute;
  top: 0;
  right: 0;
  height: 160px;
  border: 1px solid #101f2f;
  width: 5px;
  box-sizing: border-box;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.list-scroll-down {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
}

.other-box {
  width: 100%;
  background-color: #fff;
}

/*video*/
video:focus {
  outline: none!important;
}
.vjs-big-play-button {
  display: none!important;
}
.vjs-control-bar {
  display: flex!important;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-control-bar .vjs-current-time,
.vjs-control-bar .vjs-time-divider,
.vjs-control-bar .vjs-duration{
  padding: 0!important;
  text-align: center;
}
.vjs-playback-rate,
.vjs-picture-in-picture-control,
.vjs-remaining-time {
  display: none!important;
}
.myPlayer-dimensions.vjs-fluid {
  padding-top: 0!important;
}

.audio-playing {
  border-radius: 100%;
  animation: rotateImg 9s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
}
@keyframes rotateImg {
  0% {
      transform: rotate(
          0deg
      );
  }
  100% {
      transform: rotate(
          360deg
      );
  }
}
.vjs-error .vjs-error-display:before {
  content: ' ';
}
.vjs-poster {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}