.wetextcontainer {
  padding: 15px;
  font-size: 16px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: break-spaces;
  color: #333;
}
.wetextcontainer .el-tree-node__expand-icon {
  display: none;
}
.wetextcontainer .el-tree-node__content {
  height: auto;
}
.wetextcontainer p {
  line-height: 1.5;
  margin: 5px 0;
}
.wetextcontainer ol,
.wetextcontainer ul {
  list-style: auto;
  padding-left: 20px;
}
.wetextcontainer ol li,
.wetextcontainer ul li {
  line-height: 1.5;
}
.wetextcontainer h1,
.wetextcontainer h2,
.wetextcontainer h3,
.wetextcontainer h4,
.wetextcontainer h5 {
  font-weight: bold;
  color: #333;
}
.wetextcontainer .text {
  padding-left: 25px;
  line-height: 24px;
  white-space: break-spaces;
}
.wetextcontainer .is-curent {
  background-color: #fff !important;
}
.wetextcontainer .custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wetextcontainer .custom-tree-node > h3 {
  font-size: 18px;
}
.wetextcontainer img {
  cursor: default;
  display: inline!important;
  max-width: 100%;
  min-height: 20px;
  min-width: 20px;
}
.wetextcontainer span {
  text-indent: 0;
}
.wetextcontainer blockquote {
  background-color: #f5f2f0;
  border-left: 8px solid #B4D5FF;
  display: block;
  font-size: 100%;
  line-height: 1.5;
  margin: 10px 0;
  padding: 10px;
}
.wetextcontainer table {
  border-collapse: collapse;
}
.wetextcontainer table th,
.wetextcontainer table td {
  border: 1px solid #ccc;
  line-height: 1.5;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}
.wetextcontainer table th {
  background-color: #f5f2f0;
  font-weight: 700;
  padding: 8px 5px;
}
.wetextcontainer .w-e-scroll {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.wetextcontainer .w-e-text-placeholder {
  font-style: italic;
  left: 10px;
  top: 17px;
  width: 90%;
}
.wetextcontainer .w-e-max-length-info,
.wetextcontainer .w-e-text-placeholder {
  color: #d4d4d4;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.wetextcontainer .w-e-max-length-info {
  bottom: 0.5em;
  right: 1em;
}
.wetextcontainer .w-e-bar {
  background-color: #fff;
  color: #595959;
  font-size: 14px;
  padding: 0 5px;
}
.wetextcontainer .w-e-bar svg {
  fill: #595959;
  height: 14px;
  width: 14px;
}
.wetextcontainer .w-e-bar-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wetextcontainer .w-e-bar-hidden {
  display: none;
}
.wetextcontainer .w-e-hover-bar {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px #0000001f;
          box-shadow: 0 2px 5px #0000001f;
  position: absolute;
}
.wetextcontainer .w-e-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.wetextcontainer .w-e-bar-divider {
  background-color: #e8e8e8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  width: 1px;
}
.wetextcontainer .w-e-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 4px;
  position: relative;
  text-align: center;
}
.wetextcontainer .w-e-bar-item,
.wetextcontainer .w-e-bar-item button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wetextcontainer .w-e-bar-item button {
  background: transparent;
  border: none;
  color: #595959;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  overflow: hidden;
  padding: 0 8px;
  white-space: nowrap;
}
.wetextcontainer .w-e-bar-item button:hover {
  background-color: #f1f1f1;
  color: #333;
}
.wetextcontainer .w-e-bar-item button .title {
  margin-left: 5px;
}
.wetextcontainer .w-e-bar-item .active {
  background-color: #f1f1f1;
  color: #333;
}
.wetextcontainer .w-e-bar-item .disabled {
  color: #999;
  cursor: not-allowed;
}
.wetextcontainer .w-e-bar-item .disabled svg {
  fill: #999;
}
.wetextcontainer .w-e-bar-item .disabled:hover {
  background-color: #fff;
  color: #999;
}
.wetextcontainer .w-e-bar-item .disabled:hover svg {
  fill: #999;
}
.wetextcontainer .w-e-menu-tooltip-v5:before {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 0.75em;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  top: 40px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  visibility: hidden;
  white-space: pre;
  z-index: 1;
}
.wetextcontainer .w-e-menu-tooltip-v5:after {
  border: 5px solid transparent;
  border-bottom: 5px solid #333;
  content: "";
  opacity: 0;
  position: absolute;
  top: 30px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  visibility: hidden;
}
.wetextcontainer .w-e-menu-tooltip-v5:hover:after,
.w-e-menu-tooltip-v5:hover:before {
  opacity: 1;
  visibility: visible;
}
.wetextcontainer .w-e-menu-tooltip-v5.tooltip-right:before {
  left: 100%;
  top: 10px;
}
.wetextcontainer .w-e-menu-tooltip-v5.tooltip-right:after {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #333;
  border-top-color: transparent;
  left: 100%;
  margin-left: -10px;
  top: 16px;
}
.wetextcontainer .w-e-bar-item-group .w-e-bar-item-menus-container {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px #0000001f;
          box-shadow: 0 2px 10px #0000001f;
  display: none;
  left: 0;
  margin-top: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.wetextcontainer .w-e-bar-item-group:hover .w-e-bar-item-menus-container {
  display: block;
}
.wetextcontainer .w-e-select-list {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px #0000001f;
          box-shadow: 0 2px 10px #0000001f;
  left: 0;
  margin-top: 40px;
  max-height: 350px;
  min-width: 100px;
  overflow-y: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}
.wetextcontainer .w-e-select-list ul {
  line-height: 1;
  list-style: none;
}
.wetextcontainer .w-e-select-list ul .selected {
  background-color: #f1f1f1;
}
.wetextcontainer .w-e-select-list ul li {
  cursor: pointer;
  padding: 7px 0 7px 25px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.wetextcontainer .w-e-select-list ul li:hover {
  background-color: #f1f1f1;
}
.wetextcontainer .w-e-select-list ul li svg {
  left: 0;
  margin-left: 5px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.wetextcontainer .w-e-bar-bottom .w-e-select-list {
  bottom: 0;
  margin-bottom: 40px;
  margin-top: 0;
  top: inherit;
}
.wetextcontainer .w-e-drop-panel {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px #0000001f;
          box-shadow: 0 2px 10px #0000001f;
  margin-top: 40px;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.wetextcontainer .w-e-bar-bottom .w-e-drop-panel {
  bottom: 0;
  margin-bottom: 40px;
  margin-top: 0;
  top: inherit;
}
.wetextcontainer .w-e-modal {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px #0000001f;
          box-shadow: 0 2px 10px #0000001f;
  color: #595959;
  font-size: 14px;
  min-height: 40px;
  min-width: 100px;
  padding: 20px 15px 0;
  position: absolute;
  text-align: left;
  z-index: 1;
}
.wetextcontainer .w-e-modal .btn-close {
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.wetextcontainer .w-e-modal .btn-close svg {
  fill: #595959;
  height: 10px;
  width: 10px;
}
.wetextcontainer .w-e-modal .babel-container {
  display: block;
  margin-bottom: 15px;
}
.w-e-modal .babel-container span {
  display: block;
  margin-bottom: 10px;
}
.w-e-modal .button-container {
  margin-bottom: 15px;
}
.wetextcontainer .w-e-modal button {
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #595959;
  cursor: pointer;
  font-weight: 400;
  height: 32px;
  padding: 4.5px 15px;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  white-space: nowrap;
}
.wetextcontainer .w-e-modal input[type=number],
.wetextcontainer .w-e-modal input[type=text],
.wetextcontainer .w-e-modal textarea {
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #595959;
  font-variant: tabular-nums;
  padding: 4.5px 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.wetextcontainer .w-e-modal textarea {
  min-height: 60px;
}
.wetextcontainer .w-e-modal,
.wetextcontainer .w-e-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wetextcontainer .w-e-progress-bar {
  background-color: #4290f7;
  height: 1px;
  position: absolute;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  width: 0;
}
.wetextcontainer code {
  background-color: #f5f2f0;
  border-radius: 3px;
  font-family: monospace;
  padding: 3px;
}
.wetextcontainer .w-e-panel-content-color {
  list-style: none;
  text-align: left;
  width: 230px;
}
.wetextcontainer .w-e-panel-content-color li {
  border: 1px solid #fff;
  border-radius: 3px 3px;
  cursor: pointer;
  display: inline-block;
  padding: 2px;
}
.wetextcontainer .w-e-panel-content-color li:hover {
  border-color: #595959;
}
.wetextcontainer .w-e-panel-content-color li .color-block {
  border: 1px solid #e8e8e8;
  border-radius: 3px 3px;
  height: 17px;
  width: 17px;
}
.wetextcontainer .w-e-panel-content-color .active {
  border-color: #595959;
}
.wetextcontainer .w-e-panel-content-color .clear {
  line-height: 1.5;
  margin-bottom: 5px;
  width: 100%;
}
.wetextcontainer .w-e-panel-content-color .clear svg {
  height: 16px;
  margin-bottom: -4px;
  width: 16px;
}
.wetextcontainer .w-e-panel-content-emotion {
  font-size: 20px;
  list-style: none;
  text-align: left;
  width: 300px;
}
.wetextcontainer .w-e-panel-content-emotion li {
  border-radius: 3px 3px;
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.wetextcontainer .w-e-panel-content-emotion li:hover {
  background-color: #f5f2f0;
}
.wetextcontainer .w-e-textarea-divider {
  border-radius: 3px;
  margin: 20px auto;
  padding: 20px;
}
.wetextcontainer .w-e-textarea-divider hr {
  background-color: #ccc;
  border: 0;
  display: block;
  height: 1px;
}
.wetextcontainer pre > code {
  background-color: #f5f2f0;
  border: 1px solid #B4D5FF;
  border-radius: 4px 4px;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-indent: 0;
}
.wetextcontainer .w-e-image-container {
  display: inline-block;
  margin: 0 3px;
}
.wetextcontainer .w-e-image-container:hover {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}
.wetextcontainer .w-e-selected-image-container {
  overflow: hidden;
  position: relative;
}
.wetextcontainer .w-e-selected-image-container .w-e-image-dragger {
  background-color: #4290f7;
  height: 7px;
  position: absolute;
  width: 7px;
}
.wetextcontainer .w-e-selected-image-container .left-top {
  cursor: nwse-resize;
  left: 0;
  top: 0;
}
.wetextcontainer .w-e-selected-image-container .right-top {
  cursor: nesw-resize;
  right: 0;
  top: 0;
}
.wetextcontainer .w-e-selected-image-container .left-bottom {
  bottom: 0;
  cursor: nesw-resize;
  left: 0;
}
.wetextcontainer .w-e-selected-image-container .right-bottom {
  bottom: 0;
  cursor: nwse-resize;
  right: 0;
}
.wetextcontainer .w-e-selected-image-container:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wetextcontainer .w-e-image-container:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wetextcontainer .table-container {
  border: 1px dashed #ccc;
  border-radius: 5px;
  margin-top: 10px;
  overflow-x: auto;
  padding: 10px;
  width: 100%;
}
.wetextcontainer .w-e-panel-content-table {
  background-color: #fff;
}
.wetextcontainer .w-e-panel-content-table td {
  border: 1px solid #e8e8e8;
  cursor: pointer;
  height: 15px;
  padding: 3px 5px;
  width: 20px;
}
.wetextcontainer .w-e-panel-content-table td.active {
  background-color: #f1f1f1;
}
.wetextcontainer .w-e-textarea-video-container {
  background-image: linear-gradient(45deg, #eee 25%, transparent 0, transparent 75%, #eee 0, #eee), linear-gradient(45deg, #eee 25%, #fff 0, #fff 75%, #eee 0, #eee);
  background-position: 0 0,10px 10px;
  background-size: 20px 20px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  margin: 10px auto 0;
  padding: 10px 0;
  text-align: center;
}
.wetextcontainer pre > code {
  word-wrap: normal;
  font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
  -ms-hyphens: none;
      hyphens: none;
  line-height: 1.5;
  margin: 0.5em 0;
  overflow: auto;
  padding: 1em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  text-shadow: 0 1px #fff;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}
.wetextcontainer pre > code .token.cdata,
.wetextcontainer pre > code .token.comment,
.wetextcontainer pre > code .token.doctype,
.wetextcontainer pre > code .token.prolog {
  color: #708090;
}
.wetextcontainer pre > code .token.punctuation {
  color: #999;
}
.wetextcontainer pre > code .token.namespace {
  opacity: 0.7;
}
.wetextcontainer pre > code .token.boolean,
.wetextcontainer pre > code .token.constant,
.wetextcontainer pre > code .token.deleted,
.wetextcontainer pre > code .token.number,
.wetextcontainer pre > code .token.property,
.wetextcontainer pre > code .token.symbol,
.wetextcontainer pre > code .token.tag {
  color: #905;
}
.wetextcontainer pre > code .token.attr-name,
.wetextcontainer pre > code .token.builtin,
.wetextcontainer pre > code .token.char,
.wetextcontainer pre > code .token.inserted,
.wetextcontainer pre > code .token.selector,
.wetextcontainer pre > code .token.string {
  color: #690;
}
.wetextcontainer pre > code .language-css .token.string,
.wetextcontainer pre > code .style .token.string,
.wetextcontainer pre > code .token.entity,
.wetextcontainer pre > code .token.operator,
.wetextcontainer pre > code .token.url {
  color: #9a6e3a;
}
.wetextcontainer pre > code .token.atrule,
.wetextcontainer pre > code .token.attr-value,
.wetextcontainer pre > code .token.keyword {
  color: #07a;
}
.wetextcontainer pre > code .token.class-name,
.wetextcontainer pre > code .token.function {
  color: #dd4a68;
}
.wetextcontainer pre > code .token.important,
.wetextcontainer pre > code .token.regex,
.wetextcontainer pre > code .token.variable {
  color: #e90;
}
.wetextcontainer pre > code .token.bold,
.wetextcontainer pre > code .token.important {
  font-weight: 700;
}
.wetextcontainer pre > code .token.italic {
  font-style: italic;
}
.wetextcontainer pre > code .token.entity {
  cursor: help;
}

.fileTalksModal1 .ant-modal-body {
  padding: 10px 0;
}
.fileTalksModal1 .ant-modal-body .f16 {
  font-size: 16px;
}
.fileTalksModal1 .ant-modal-body .formRowCol {
  padding-right: 0;
}
.fileTalksModal1 .ant-modal-body .formRowCol .ant-form-item-label > label::after {
  margin-right: 2px;
}
.fileTalksModal1 .ant-modal-body .ant-upload-list {
  display: none;
}
.fileTalksModal1 .ant-modal-body .file {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  position: relative;
}
.fileTalksModal1 .ant-modal-body .file img {
  max-width: 128px;
  max-height: 128px;
  display: inline-block;
}
.fileTalksModal1 .ant-modal-body .file .iconfont {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: red;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.fileTalksModal1 .ant-modal-body .ant-upload-picture-card-wrapper {
  width: 112px;
}
.fileTalksModal1 .ant-modal-body .antupload2.ant-upload-picture-card-wrapper {
  width: 150px;
}
.fileTalksModal1 .ant-modal-body .antupload2 .ant-upload {
  width: 150px;
  margin: 0;
  padding: 0;
}
.fileTalksModal1 .ant-modal-body .antupload2 .file {
  width: 150px;
  height: 102px;
  line-height: 100px;
  float: inherit;
  margin: 0;
}
.fileTalksModal1 .ant-modal-body .antupload2 .file img {
  max-width: 146px;
  max-height: 96px;
}
.fileTalksModal1 .ant-modal-body .mp4 {
  width: 100%;
  color: #1784fc;
  padding-top: 10px;
  cursor: pointer;
}
.fileTalksModal1 .ant-modal-body .w-e-bar {
  padding: 0;
}
.fileTalksModal1 .ant-modal-body .w-e-bar-divider {
  margin: 0;
}
.fileTalksModal1 .ant-modal-body .w-e-bar-item {
  padding: 0 1px;
}
.fileTalksModal1 .ant-modal-body .select-button {
  padding: 0;
}

