.videomodel{
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.videomodel video{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
}
.videomodel .pc_guanggao{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top:0;
}
.pc_guanggao_top{
  height: 20px;
  padding: 5px;
  color: white;
  font-size: 14px;
  width: auto;
  line-height: 20px;
  background: rgba(0,0,0,0.70);
  z-index: 3;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
}
.pc_guanggao_body {
  height: 350px;
  width: 100%;
  background: black;
  position: absolute;
  top: 0px;
z-index: 2;
}
.pc_guanggao_box{
  height: 200px;
  width: 100%;
  background: #fff;
  position: absolute;
  top:0px;
  z-index: 1
}
.pc_guanggao_body iframe{
  height: 350px !important;
  width: 100% !important;
}
.videobox{
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0px;
  z-index: 3;
}
.videobox .videofengm{
  width: 100%;
  position: static;
  height: 100%;
  margin: 0px;
}
.videobox img{
  position: absolute;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 4;
}
.ggtime{
  float: left;
      color: rgb(246,141,59);
      padding-right: 10px;
      border-right: 1px solid #999999;
}
.closegg{
  float: right;
  cursor: pointer;
  padding-left: 10px;
}
.pausegg{
  width: 160px;
  height: 100px;
  position: absolute;
  top: 38px;
  z-index: 3;
  left: 77px;
  display: none;
  background: black;
  overflow: hidden;
}
.pausegg div{
  width: 160px !important;
  height: 100px !important;
}
.pausegg iframe{
  width: 160px !important;
  height: 100px !important;
}

.pausegg_close{
  position: absolute;
      width: 14PX;
      height: 14PX;
      background: black;
      z-index: 44;
      top: 25px;
      color: white;
      line-height: 14px;
      text-align: center;
      right: 63px;
      cursor: pointer;
      display: none;
}
