/* 视频播放 */
@media screen and (max-width: 767px) {
  .ismobcls.act {
    background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/20211217patch6/media/g8S4jalTqGEoyTTpNrPD6TwcQ8.png)
      no-repeat 0 0;
    -moz-background-size: 44px auto;
    -o-background-size: 44px auto;
    -webkit-background-size: 44px auto;
    background-size: 44px auto;
    width: 44px;
    height: 40px;
    display: block;
    position: fixed;
    bottom: 50px;
    right: -20px;
    opacity: 0;
    z-index: 1000;
  }
  .popcontbox {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate3d(-50%, -50%, 0);
  }
  .popcontbox .close {
    right: 10px !important;
    top: -32px !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 30px auto !important;
  }
}

.fullmask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  display: none;
}
.fullmask.dis {
  display: block;
}
.popcontbox {
  display: none;
  width: 1280px;
  height: 720px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -392px 0 0 -640px;
  z-index: 9999999;
  background: #000;
}
.popcontbox.dis {
  display: block;
}
.popcontbox .vidbox {
  width: 100%;
  height: 100%;
}

.popcontbox .close {
  position: absolute;
  top: 0px;
  right: -48px;
  width: 48px;
  height: 48px;
  background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/web7/button_close.png)
    center top no-repeat;
  cursor: pointer;
}
.popcontbox .close:hover {
  background-position: 0px -48px;
}
