


http://tigen.iptime.org:8888/movie/vod/vodPlayer.action?mediaID=dcdd3c93228d41c9b382d9ac30e11ac3&width=872&height=530




.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer p.ctxt {
  color: #fff;
  line-height: 25px;
  text-align: center;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border: 0;
  text-align: center;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: auto;
  border: 0;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerCancle {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 0;
  background-color: #666;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerCancle:hover {
  border: 0;
  background-color: #666;
  color: #fff;
}

a.btn-layerPlay {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 0;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerPlay:hover {
  border: 0;
  background-color: #1f326a;
  color: #fff;
}