.yb-video_cont {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  left: 0
}

.video-js {
  font-size: 12px!important
}

.yb-video_cont .yb-toggot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 60px;
  background-color: #000;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2)
}

.yb-video_cont .yb-video_close {
  background: url(../../../../../imgw.pospal.cn/LandingPage/170904/img/closed_normal.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 10;
  border-radius: 20px
}

.yb-video_cont .yb-video_close:hover {
  background: url(../../../../../imgw.pospal.cn/LandingPage/170904/img/closed_hover.png) no-repeat
}