.videoTitle {
  width: 1200px;
  margin: 6px auto 0 auto;
}

.videoBox {
  position: relative;
  width: 190px;
  float: left;
  /* border: 1px solid #ccc; */
  border-radius: 15px;
  overflow: hidden;
  margin-left: 10px;
  background: #f6f5f5;
  position: relative;
}

.videoBox .hide {
  display: none;
}

.videoBox.hideBox.hide {
  display: none;
}

.videoBox.zhiboBox {
  width: 400px;
  margin: 0;
}

.videoBox.zhiboBox.hide {
  display: none;
}

.videoBox video {
  /* box-shadow: 0 0 10px rgba(0,0,0,.212); */
  /* display: block;
  border-radius: 10px; */
  width: 100%;
  /* height: 160px; */
  /* background: #000; */
  height: 248px;
  cursor: pointer;
  position: relative;
}

.videoText {
  float: right;
  width: 70%;
}

.videoText p {
  text-indent: 2em;
  font-size: 14px;
}

.videoBox .tip {
  float: left;
  padding-left: 10px;
  line-height: 18px;
  width: 200px;
  margin-top: 10px;
}

.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoBox .tip .title {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0;
}

.videoBox .tip .time {
  margin-top: 15px;
}

.videoBox .backTip {
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
  z-index: 3;
}

.videoBox:hover .backTip {
  display: none;
}

.videoBox .backTip .title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}

.footer .in {
  width: 1200px !important;
}

#id_test_video {
  width: 190px;
  height: 248px !important;
  /* border: 1px solid #000; */
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

#id_test_video2 {
  height: 455px !important;
}

#id_test_video .vcp-controls-panel {
  display: none;
}

.pingtaiBox {
  /* margin-top: 10px; */
  /* margin-right: 10px; */
  margin: 5px 0;
  padding: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pingtaiBox .pingtaiTitle {
  margin-bottom: 10px;
}

.pingtaiBox .imgBox {
  width: 35px;
  height: 35px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* overflow: hidden; */
  margin-right: 10px;
  position: relative;
}

/* .pingtaiBox .imgBox:hover .codeBox{
  display: block;
} */
.pingtaiBox .imgBox.show .codeBox {
  display: block;
}

.pingtaiBox .codeBox {
  position: absolute;
  width: 80px;
  height: 80px;
  /* border: 1px solid #aaa; */
  padding: 5px;
  border-radius: 5px;
  top: 50px;
  background: #fff;
  box-shadow: 0px 4px 20px 10px #ccc;
  display: none;
}

.pingtaiBox .codeBox.firstone {
  display: block;
}

.pingtaiBox .codeBox.lastone {
  right: 0;
}

.pingtaiBox .codeBox.lastone::after {
  right: 10px;
  left: auto;
}

.pingtaiBox .codeBox::after {
  content: ' ';
  position: absolute;
  left: 10px;
  top: -22px;
  border: 10px solid transparent;
  border-bottom: 13px solid #fff;
}

.imgBox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: none;
}

a.toWatch {
  margin-top: 65px;
  margin-right: 10px;
  margin-left: 100px;
  background: red;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 12px;
}

a.toWatch.disable {
  cursor: default;
  background: #aaa;
}

.videoBack {
  width: 200%;
  height: 320%;
  position: absolute;
  /* background: #ccc; */
  top: 0;
  left: 0;
  background-size: cover !important;
  filter: blur(15px);
  opacity: .8;
}

.bofangBack {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  padding-top: 80px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}

.bofangBack img {
  width: 50px;
  opacity: 0.8;
}

.videoBox:hover .bofangBack {
  display: none;
}

.zhibostatus {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f60;
  color: #fff;
  z-index: 3;
  padding: 3px 10px 5px 10px;
  border-radius: 15px;
}
.zhibostatus img{
  margin-right: 2px;
  margin-bottom: 1px;
  display: none;
}
.zhibostatus img.show{
  display: inline-block;
}

.noVideoBack {
  display: none;
  width: 100%;
  height: 100%;
}

.noVideoBack.show {
  display: block;
}

.noVideoBack img {
  /* width: 100%;
height: 100%; */
  position: absolute;
  top: 0;
  z-index: 2;
}

.detailLink {
  position: absolute;
  left: 5px;
  top: 10px;
  z-index: 999;
  background: #fff;

  display: inline-block;
  background: #f60;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}
.logSide{
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
}
.logSide .textLine{
  margin: 10px 0;
}
.logSide .title{
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 50%;
}
.logSide .jobWelfare{
  border: 1px solid #fff;
  border-radius: 5px;
}
.logSide .goToDetail{
  background: #f60;
  padding: 5px 10px;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  width: 50%;
  margin: auto;
  display: inline-block;
  color: #fff;
}
.logSide .goToDetail:hover{
  background: rgb(255, 138, 60);
}
.vcp-poster-pic{
  width: 100%;
}