
@page { size:auto; margin:0 20mm; padding: 20mm 0; }
@media print {
  body * {
    visibility: hidden;
  }
  #__nuxt, #__nuxt * {
    visibility: visible;
  }
  #__nuxt {
    position: absolute;
    left: 0;
    top: 0;
  }
  .new_detail1{
    padding: 25px 100px;
    font-size: 16px;
    line-height: 32px;
    width: 1000px;
    min-height: calc(100vh - 389px);
    margin: 0 auto;
    background-color: #fff;
    .sp_title{
      text-align: center;
      line-height: 40px;
      padding: 7px 0 10px 0;
      font-size: 26px;
      display: block;
    }
    .sp_time{
      background-color: #F3F3F3;
      line-height: 40px;
      text-align: center;
      font-size: 15px;
      font{
        padding: 0 20px;
        line-height: 40px;
      }
    }
    .sp_time_phone{
      display: none;
    }
    #zoom {
      width: 100%;
      /* 父容器宽度改为100% */
      margin: 0 auto;
      /* 居中 */
      padding: 15px 0;
    }
    .video-js {
      width: 100%;
      max-width: 600px;
      margin: 0px auto;
      aspect-ratio: 16/9;
      /* 固定宽高比 */
      background: #000;
      /* 黑边占位 */
    }
    .video-js video {
      width: 100%;
      height: 100%;
      object-fit: contain;
      /* 完整显示视频（避免裁剪） */
    }
    /* 兼容旧浏览器的备用方案 */
    @supports not (aspect-ratio: 16/9) {
      .video-js {
        position: relative;
        padding-top: 56.25%;
        /* 16:9比例 */
        height: 0;
      }
      .video-js video {
        position: absolute;
        top: 0;
        left: 0;
      }
      @supports not (aspect-ratio: 16/9) {
        .video-js {
          position: relative;
          padding-top: 56.25%;
          height: 0;
        }
        .video-js video {
          position: absolute;
          top: 0;
          left: 0;
        }
      }
    }
    .fenxaing{
      min-height: 35px;
      background: #f1f1f1;
      padding: 5px 10px 5px;
      overflow: visible;
      height: 45px;
      position: relative;
      a{
        transition: all 0.2s;
      }
      .share-label{
        display: none;
      }
      .share-mod{
        &::before{
          content: ''; width: 14px;height: 15px; display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url(https:/whzg.mct.gov.cn/css/@/assets/image/icon24.png); margin-right: 43px;

        }
      }
      .share-mod .xicon{
        width: 26px;
        height: 26px;
        background-color: #c9c9c9;
        border-radius: 50%;
        background-image: none !important;
        display: none;
        &::before{
          display: block; content: ''; width: 100%; height: 100%; position: absolute; top: 0;left: 0; transform: none; background-repeat: no-repeat; background-position: center; background-size: 17px auto;
          transition: all 0.3s;
        }
        &.icon-wx{
          display: block;
          &::before{
            background-image: url(https:/whzg.mct.gov.cn/css/@/assets/image/icon_wx1.png);
          }
        }
        &.icon-wb{
          display: block;
          &::before{
            background-image: url(https:/whzg.mct.gov.cn/css/@/assets/image/icon_wb1.png);
          }
        }
        &.icon-qq{
          &::before{
            background-image: url(https:/whzg.mct.gov.cn/css/@/assets/image/icon_qq1.png);
          }
        }
        &.icon-qz{
          &::before{
            background-image: url(https:/whzg.mct.gov.cn/css/@/assets/image/icon_qz1.png);
          }
        }
        &.icon-dy{
          &::before{
            background-image: url(https:/whzg.mct.gov.cn/css/@/assets/image/icon_dy1.png);
          }
        }
      }

    }
    .fx-cen{
      position: absolute; top: 50%; transform: translateY(-50%); right: 10px;
    }
    .sxp{
      a{
        transition: all 0.2s;
      }
    }
  }
}
.el-select__popper.el-popper{border: 0 !important;max-height: 188px;
  box-sizing: border-box;padding: 5px 0 !important;
}

.el-popper .el-select-dropdown__wrap{max-height: 168px;}
/* .el-select__popper.el-popper::before{width: 50%;height: 100%;content: "";display: block;
  background: url(https:/whzg.mct.gov.cn/images/bg.png) no-repeat left top;position: absolute;left: 0;top: 0;}

.el-select__popper.el-popper::after{width: 50%;height: 100%;content: "";display: block;
  background: url(https:/whzg.mct.gov.cn/images/bg.png) no-repeat right top;position: absolute;right: 0;top: 0;z-index: -1;} */

.el-popper .el-select-dropdown__item{font-size: 16px;color: #666 !important;padding: 0 30px;
  position: relative;margin: 0 30px;

}
.el-popper .el-select-dropdown__item::before{width: 14px;height: 14px;content: "";display: block;
  position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: url(https:/whzg.mct.gov.cn/images/bg1.png) no-repeat;
  background-size: 100% 100%;
}
.el-popper .el-select-dropdown__item.selected{color: #762a19 !important;}
.el-popper .el-select-dropdown__item.hover,.el-popper  .el-select-dropdown__item:hover{background: none;color: #762a19;}
.el-popper .el-popper__arrow{display: none;}

.el-picker-panel__sidebar{width: 60px !important;}
.el-picker-panel__sidebar+.el-picker-panel__body{margin-left: 60px !important;}
.el-date-picker.has-sidebar{width: 360px !important;}
.el-picker-panel__content{margin-left: 7px !important;}
.el-popper{z-index: 99;position: absolute !important;}
#nuxt-devtools-container{position: fixed;z-index: 9;top: 0;left: 0;}
