.editor-preview-file-mask {
  position: absolute;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-preview-file-mask .btnWrap {
  position: absolute;
  bottom: 80px;
  display: flex;
  padding: 13px 32px;
  background-color: #292929;
  border-radius: 6px;
  color: #fff;
  align-items: center;
}
.editor-preview-file-mask .btnWrap .anticon {
  font-size: 20px;
  cursor: pointer;
}
.editor-preview-file-mask .btnWrap > div:not(:last-child) {
  margin-right: 16px;
}
.editor-preview-file-mask .closeBtn {
  position: absolute;
  right: 20px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  background-color: #292929;
}
