.viewer__image__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: transform 0.5s ease 0s;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .el-image-viewer__close {
    i {
      color: #fff;
    }
  }
  .el-image-viewer__btn {
    z-index: 9999;
  }
  .image-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    .el-carousel {
      width: 90%;
      height: 100%;
      .el-carousel__container {
        height: 100% !important;
      }
    }
    .el-carousel__item {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}
.preview__img {
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
}
.preview__video {
  max-width: 100%;
  max-height: 100%;
}

.describe {
  position: fixed;
  top: 20px;
  right: 2%;
  z-index: 9999;
  font-size: 14px;
  line-height: 24px;
}
.el-image-viewer__download {
  top: 100px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
}
