@CHARSET "UTF-8";

.video-bt {
  margin: 0px;
}

.p-t-b-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.font-666 {
  color: #888888;
}

.font-blue {
  color: #26ABE6;
}

.m-l-10 {
  margin-left: 10px;
}

.text-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.font-22 {
  font-size: 22px;
}

.m-t-30 {
  margin-top: 30px;
}

.playRTitle2 span,
.playRTitle span {
  font-size: 26px;
  border-left: 3px solid #26abe6;
  padding-left: 10px;
}

.mb-containerProgram {}




/* 相关作品 PC */
.playContent .playRight {
  width: 400px;
}

.playRTitle {
  margin-bottom: 15px;
  height: 55px;
  line-height: 55px;
}


.playRight .playList {
  max-height: 596.25px;
  /* overflow: auto; */
}

.playList ul li:first-child {
  padding-top: 0;
}

.playList ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  min-height: 119px;
}

.videoListLeft {
  width: 44%;
  overflow: hidden;
  position: relative;
}

.videoTime {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
}

.videoListRight {
  width: calc(56% - 10px);
  margin-left: 10px;
  position: relative;
}

.vlr-title {
  transition: all .5s;
}

.font-2-hidden {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.font-16 {
  font-size: 16px;
}

.vlr-view {
  color: #999;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.videoListLeft img {
  width: 100%;
  transition: all .5s;
}

.fn-splite {
  /* float: left; */
  width: 1px;
  height: 14px;
  margin: 0px 20px 0;
  background: #f1f2f3;
  padding: 2px 0;
}

.share-list {
  width: 80px;
  position: absolute;
  left: 110px;
  top: 120px;
  padding-left: 0px;
}

.share-list li {
  font-size: 12px;
  text-align: center;
  /* padding: 10px; */
}

.pweibo {
  background-image: url(../images/weibogray.png);
  background-size: 32px 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 32px;
}

.pweibo:hover {
  background-image: url(../images/weibocolor.png)
}

.pweixin {
  background-image: url(../images/weixingray.png);
  background-size: 32px 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 32px;
}

.pweixin:hover {
  background-image: url(../images/weixincolor.png)
}

.share-list li p:nth-child(2) {
  margin-top: 5px;
}

.modal-backdrop {
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
}


.share-container .qrcode {
  display: none;
  position: absolute;
  left: 65px;
  top: 100px;
  width: 220px;
  height: 200px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  z-index: 99
}

.share-container .qrcode h4 {
  font-weight: 400;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777
}

.share-container .qrcode #code {
  width: 100px;
  height: 100px;
  margin: 10px auto
}

.share-container .qrcode .tip {
  color: #888
}