* {
  padding: 0;
  max-width: 100% !important;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  white-space: normal !important;
  text-underline-position: under;
}

*[dir="rtl"] {
  text-align: initial;
}

*:not(table) {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  -webkit-touch-callout: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 16px !important;
  font-size: 16px;
  overflow-x: hidden;
  font-family: -apple-system-font,"PingFang SC","Helvetica","Microsoft YaHei",Arial,sans-serif;
  background-color: #fff;
  line-height: 1.5;
  visibility: visible;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  color: unset;
  font-style: unset;
  font-variant: unset;
  font-weight: unset;
  text-decoration: unset;
  text-transform: none;
  direction: ltr;
  text-indent: 0;
  text-align: left;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.edui-editor-bottombar {
  display: none;
}

#edui1_imagescale {
  display: none !important;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p {
  margin: 0 0 8px;
}

ol,
ul {
  padding-left: 30px;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

li {
  list-style-type: inherit;
}

a,
button {
  cursor: pointer;
}

pre {
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #f8f8f8;
  overflow-x: auto;
  white-space: pre !important;
}

blockquote {
  margin: 0;
  padding: 0 10px;
  border-left: 3px solid #dbdbdb;
}

a {
  text-decoration: none;
  word-wrap: break-word;
  word-break: normal;
  color: #1472ff;
}

img {
  height: auto !important;
  vertical-align: middle !important;
}

h1 {
  font-size: 32px;
  margin: 0.67em 0;
}
h2 {
  font-size: 24px;
  margin: 0.75em 0;
}
h3 {
  font-size: 18px;
  margin: 0.83em 0;
}
h4 {
  font-size: 16px;
  margin: 1.12em 0;
}
h5 {
  font-size: 13px;
  margin: 1.5em 0;
}
h6 {
  font-size: 12px;
  margin: 1.67em 0;
}

h1.h-v1 {
  font-size: 32px;
  margin-top: 42px;
  margin-bottom: 16px;
}
h2.h-v1 {
  font-size: 28px;
  margin-top: 38px;
  margin-bottom: 14px;
}
h3.h-v1 {
  font-size: 24px;
  margin-top: 34px;
  margin-bottom: 12px;
}
h4.h-v1 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
h5.h-v1 {
  font-size: 16px;
  margin-top: 26px;
  margin-bottom: 8px;
}
h6.h-v1 {
  font-size: 12px;
  margin-top: 22px;
  margin-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  display: table;
  word-break: break-all;
}

th,
td {
  border: 1px solid #ddd;
  padding: 4px 8px;
  border-collapse: collapse;
  display: table-cell;
}

caption {
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
th {
  border-top: 1px solid #bbb;
  background-color: #f7f7f7;
}
table tr.firstRow th {border-top-width: 2px;}
td p {margin:0;padding:0;}
.ue-table-interlace-color-single{background-color: #fcfcfc;}
.ue-table-interlace-color-double{background-color: #f7faff;}

hr {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border-style: inset;
  border-top-style: inset;
  border-right-style: inset;
  border-bottom-style: inset;
  border-left-style: inset;
  border-width: 1px;
}

.vote_area {
  display: block;
}

.vote_iframe {
  background-color: transparent;
  border: 0 none;
  height: 100%;
}

.xiaoe-iframe-video,
.xiaoe-iframe-outside,
.xiaoe-iframe-audio {
  width: 100%;
  border: none;
}

.xiaoe-iframe-video,
.xiaoe-iframe-outside {
  height: calc((100vw - 32px) * 0.5625);
}
.xiaoe-iframe-audio {
  height: 60px;
}

#initContent {
  color: #b2b2b2;
  font-size: 14px;
}

.editor-audit-tag {
  color:#ff4747;
  border: 1px solid #ff4747;
  border-radius: 2px;
  margin-left: 8px;
  padding: 2px;
  font-size: 12px;
}
