.dynamic-text {
  width: 160px;
  height: 24px;
  color: #c1c6cd;
  text-align: center;
  border-bottom: 1px solid #c1c6cd;
  /* padding: 0 10px; */
  position: relative;
  display: inline-flex;
  /* justify-content: center; */
}
.dynamic-text.is-active, .dynamic-table.is-active {
  border: 2px solid #b5d6fd;
}
.dynamic-text::before {
  content: "?";
  visibility: hidden;
}
.dynamic-text::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #c1c6cd;
  content: attr(data-hzt-name)!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamic-table {
  font-family: 宋体;
  font-size: 9pt;
  width: 100%;
  min-height: 80px;
  color: #c1c6cd;
  text-align: center;
  border: 1px solid #c1c6cd;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 6px 0;
  padding-bottom: 20px;
}
.dynamic-table .dynamic-table-header {
  width: 100%;
  /* height: 30px; */
  min-height: 30px;
  /* margin-bottom: 50px; */
  background: #eeeeee;
  display: flex;
  align-items: center;
  font-family: 宋体;
  font-size: 9pt;
}
.dynamic-table .dynamic-table-header .dynamic-table-header__item {
  flex: 1;
  font-family: 宋体;
  font-size: 9pt;
}
.dynamic-table .dynamic-table-header .dynamic-table-header__item:not(:last-child) {
  border-right: 1px solid #f5f5f5;
}
/* .dynamic-table::before {
  font-family: 宋体;
  font-size: 9pt;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  color: #c1c6cd;
  content: attr(data-hzt-name)!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.dynamic-table .dynamic-table-name {
  font-family: 宋体;
  font-size: 10pt;
  font-weight: bold;
  margin-top: 25px;
}
.dynamic-table .dynamic-table-desc {
  margin-top: 2px;
}

.dynamic-pbreak {
  width: 100%;
  height: 2px;
  border-bottom: 1px dashed #c1c6cd;
  /* padding: 0 10px; */
  position: relative;
  display: inline-flex;
  /* justify-content: center; */
}

.dynamic-pbreak::after {
  position: absolute;
  padding-left: 47%;
  top: -8px;
  width: 100%;
  color: #c1c6cd;
  content: attr(data-hzt-name)!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* editor自带样式修改 start*/
.editor-layout_header {
  border-top: 1px solid #e5e7ea;
  box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.04);
}
.editor-layout_header .tox-tinymce .tox-editor-container .tox-editor-header {
  border: none;
}
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
  background: #fff;
}
.mce-content-body [contentEditable=false][data-mce-selected] {
  cursor: pointer;
  outline: none;
}
/* editor自带样式修改 end*/
.hzt-tiny-mce {
  /* position: relative; */
  width: 100%;
  height: 100%;
}
