.inplb {
  /*
  width: 660px;
  margin: -145px -330px;
  */
  width: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  overflow: hidden;
  display: none;
  height: 250px;
  position: absolute;
  z-index: 152;
}

.inplbybs {
  height: 250px;
  width: 30px;
  float: left;
  color: white;
  font: 14px/28px Arial, tahoma;
  text-align: right;
}

.inplbybs span{
  left: -60px;
  top: 50%;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.inplgood {
  height: 250px;
  margin: 0;
  overflow: hidden;
  float: left;
  padding: 0;
  /*width: 600px;*/
  background-color: black;
}

.inplgood iframe {
  float: left;
  display: block;
}

.inplclose {
  float: left;
  width: 30px;
  background-color: black;
  height: 30px;
  cursor: pointer;
}