/* form表单预览视频弹窗 */
.reviewVideoFormDialog {
  padding: 0;
}
.reviewVideoFormDialog .el-dialog__header {
  height: 0;
  padding: 0;
}
.reviewVideoFormDialog .el-dialog__body {
  padding: 0;
  position: relative;
}
.reviewVideoFormDialog .el-dialog__body .closeBtn {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  top: -60px;
  right: -60px;
}
.reviewVideoFormDialog .el-dialog__body .closeBtn i {
  cursor: pointer;
  font-size: 26px;
  color: #fff;
}
.reviewVideoFormDialog .el-dialog__body .c_con #J_prismPlayer {
  width: 100% !important;
  min-height: 522px !important;
}
.reviewVideoFormDialog .el-dialog__body .c_con #J_prismPlayer .prism-setting-list .prism-setting-audio {
  display: none !important;
}
.reviewVideoFormDialog .el-dialog__body .c_con #J_prismPlayer .prism-setting-list .prism-setting-quality {
  display: none !important;
}
.reviewVideoFormDialog .el-dialog__body .c_con #J_prismPlayer .prism-setting-list .prism-setting-cc {
  display: none !important;
}
.reviewVideoFormDialog .el-dialog__body .c_con #J_prismPlayer .prism-cc-btn {
  display: none !important;
}
.reviewVideoFormDialog .el-dialog__body .c_con .mediaView {
  width: 100%;
  height: 540px;
}
/* 工作流 添加节点弹窗 */
.addNodeView {
  width: auto !important;
  min-width: 160px !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}
.addNodeView .add-node-popover-body ul {
  display: flex;
  flex-wrap: nowrap;
}
.addNodeView .add-node-popover-body ul li {
  padding: 0 10px;
}
.addNodeView .add-node-popover-body ul li p {
  font-size: 14px;
  white-space: nowrap;
}
/* 消息弹出框 */
.el-message {
  z-index: 999999999999999 !important;
}
/*  */
.declarationMutiType .el-cascader-panel .el-cascader-menu .el-cascader-menu__wrap .el-cascader-menu__list .el-cascader-node {
  font-size: 18px !important;
}
/* 申报多分类 */
.declartionPopover {
  width: auto !important;
  min-width: 400px !important;
}
.declartionPopover .el-tree .el-tree-node .el-tree-node__content {
  height: 50px;
  border-bottom: 1px solid #52a8e5;
}
.declartionPopover .el-tree .el-tree-node .el-tree-node__content .el-icon {
  font-size: 18px;
}
.declartionPopover .el-tree .el-tree-node .el-tree-node__content .el-tree-node__label {
  font-size: 18px;
}
.reportingDialogView .el-dialog__header {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.reportingDialogView .el-dialog__header .headerView {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reportingDialogView .el-dialog__header .headerView .l_line {
  width: 3px;
  height: 20px;
  margin-right: 6px;
}
.reportingDialogView .el-dialog__header .headerView .l_text {
  font-size: 16px;
}
.reportingDialogView .el-dialog__header .el-icon {
  font-size: 26px;
}
.reportingDialogView .el-dialog__body {
  width: 100%;
}
.reportingDialogView .el-dialog__body .treeViewContent .treeScrollbarView {
  height: 50vh;
  box-sizing: border-box;
}
.reportingDialogView .el-dialog__body .treeViewContent .custom-tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.reportingDialogView .el-dialog__body .treeViewContent .el-tree .el-tree-node {
  padding: 5px 0;
}
.reportingDialogView .el-dialog__body .treeViewContent .el-tree .el-tree-node .el-tree-node__content {
  height: auto !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
.reportingDialogView .el-dialog__body .treeViewContent .el-tree .el-tree-node .el-tree-node__content .el-icon {
  font-size: 20px;
}
.reportingDialogView .el-dialog__body .treeViewContent .el-tree .el-tree-node .el-tree-node__content .custom-tree-node span {
  font-size: 17px;
}
.reportingDialogView .el-dialog__body .treeViewContent .el-tree .titleText {
  font-weight: 550;
  font-size: 17px;
}
.reportingDialogView .el-dialog__body .treeViewContent .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #cee2fa !important;
  color: #000;
}
.reportingDialogView .el-dialog__footer {
  text-align: right;
  padding-bottom: 0;
  padding-top: 0;
}
