.x html,
.x body,
.x div,
.x span,
.x applet,
.x object,
.x iframe,
.x h1,
.x h2,
.x h3,
.x h4,
.x h5,
.x h6,
.x p,
.x blockquote,
.x pre,
.x a,
.x abbr,
.x acronym,
.x address,
.x big,
.x cite,
.x code,
.x del,
.x dfn,
.x em,
.x img,
.x ins,
.x kbd,
.x q,
.x s,
.x samp,
.x small,
.x strike,
.x strong,
.x sub,
.x sup,
.x tt,
.x var,
.x b,
.x u,
.x i,
.x center,
.x dl,
.x dt,
.x dd,
.x ol,
.x ul,
.x li,
.x fieldset,
.x form,
.x label,
.x legend,
.x table,
.x caption,
.x tbody,
.x tfoot,
.x thead,
.x tr,
.x th,
.x td,
.x article,
.x aside,
.x canvas,
.x details,
.x embed,
.x figure,
.x figcaption,
.x footer,
.x header,
.x hgroup,
.x menu,
.x nav,
.x output,
.x ruby,
.x section,
.x summary,
.x time,
.x mark,
.x audio,
.x video {
  margin: 0;
  padding: 0;
  border: 0;
}

.x div {
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue,
    Helvetica, Arial, sans-serif;
}

.x p,
.x blockquote,
.x ul,
.x ol,
.x dl,
.x table,
.x pre {
  margin: 0.66em 0;
  line-height: 1.66em;
  min-height: 1em;
  color: #495054;
}

.x h1,
.x h4,
.x h5,
.x h6 {
  margin: 1em 0 0.8em;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.x h1 tt,
.x h1 code,
.x h2 tt,
.x h2 code,
.x h3 tt,
.x h3 code,
.x h4 tt,
.x h4 code,
.x h5 tt,
.x h5 code,
.x h6 tt,
.x h6 code {
  font-size: inherit;
}

.x body > h2:first-child,
.x body > h1:first-child,
.x body > h1:first-child + h2,
.x body > h3:first-child,
.x body > h4:first-child,
.x body > h5:first-child,
.x body > h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

.x a:first-child h1,
.x a:first-child h2,
.x a:first-child h3,
.x a:first-child h4,
.x a:first-child h5,
.x a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}

.x h1 + p,
.x h2 + p,
.x h3 + p,
.x h4 + p,
.x h5 + p,
.x h6 + p {
  margin-top: 10px;
}

.x a {
  color: #4183c4;
  text-decoration: none;
}

.x a:hover {
  text-decoration: underline;
}

.x ul,
.x ol {
  padding-left: 1.5em;
}

.x ul li > :first-child,
.x ol li > :first-child,
.x ul li ul:first-of-type,
.x ol li ol:first-of-type,
.x ul li ol:first-of-type,
.x ol li ul:first-of-type {
  margin-top: 0px;
}

.x ul ul,
.x ul ol,
.x ol ol,
.x ol ul {
  margin-bottom: 0;
}

.x dl {
  padding: 0;
}

.x dl dt {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}

.x dl dt:first-child {
  padding: 0;
}

.x dl dt > :first-child {
  margin-top: 0px;
}

.x dl dt > :last-child {
  margin-bottom: 0px;
}

.x dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}

.x dl dd > :first-child {
  margin-top: 0px;
}

.x dl dd > :last-child {
  margin-bottom: 0px;
}

.x pre,
.x code,
.x tt {
  font-size: 12px;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
}

.x code,
.x tt {
  margin: 0 0px;
  padding: 0px 0px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.x pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

.x pre {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

.x pre code,
.x pre tt {
  background-color: transparent;
  border: none;
}

.x kbd {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #dddddd;
  background-image: linear-gradient(#f1f1f1, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #cccccc #cccccc #dddddd;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 10px;
  padding: 1px 4px;
}

.x blockquote {
  border-left: 4px solid #ddd;
  padding: 0 15px;
  color: #777;
}

.x blockquote > :first-child {
  margin-top: 0px;
}

.x blockquote > :last-child {
  margin-bottom: 0px;
}

.x hr {
  clear: both;
  margin: 15px 0;
  height: 0px;
  overflow: hidden;
  border: none;
  background: transparent;
  border-bottom: 4px solid #ddd;
  padding: 0;
}

.x table th {
  font-weight: bold;
}

.x table th,
.x table td {
  border: 1px solid #ccc;
  padding: 6px 13px;
}

.x table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.x table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.x img {
  max-width: 100%;
}

.x .image-align,
.x [className='image-align'] {
  text-align: center;
}

.x * {
  letter-spacing: 0.05em;
}

.x ul,
.x ol {
  margin: 10px 0 20px;
}

.x ul li {
  list-style-type: disc;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  color: #81828b;
  line-height: 20px;
}

.x ol li {
  list-style-type: decimal;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  color: #81828b;
  line-height: 20px;
}

.x blockquote {
  border-left: 2px solid #ddd;
  margin: 20px 0;
  padding-left: 8px;
  color: #bebebe;
  font-size: 14px;
  line-height: 25px;
}

.x .text-left {
  text-align: left;
}

.x .text-center {
  text-align: center;
}

.x .text-right {
  text-align: right;
}

.x .colors-black-1 {
  color: #22242d;
}

.x .colors-black-1 {
  color: #475054;
}

.x .colors-black-1 {
  color: #81828c;
}

.x .colors-white {
  color: #fff;
}

.x .colors-red {
  color: #ff272b;
}

.x .colors-green {
  color: #00bf00;
}

.x .colors-orange {
  color: #ff6300;
}

.x .colors-blue {
  color: #0079ff;
}

.x [data-slate-editor] .video-input-group {
  width: 100%;
  margin-bottom: 4px;
}
.x [data-slate-editor] .video-input-group input {
  height: 36px;
  margin: 5px 8px 0 auto;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  padding-left: 4px;
  border: none;
  border-bottom: 1px solid #cacaca;
}
.x [data-slate-editor] .video-input-group input::placeholder {
  font-style: italic;
  color: #cacaca;
}
.x [data-slate-editor] .video-input-group .urlInput {
  width: 50%;
}
.x [data-slate-editor] .video-input-group .widthInput {
  width: 10%;
}
.x [data-slate-editor] .video-input-group .heightInput {
  width: 10%;
}
.x [data-slate-editor] .video-input-group .video-upload-btn {
  height: 36px;
  padding: 0 12px;
  background: #fff;
  border: 1px dashed #cacaca;
  border-radius: 4px;
  outline: none;
}

.x .image-align,
.x .video-align {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.x img,
.x iframe {
  max-width: 100%;
}

.x .x-editor-image {
  margin: 10px 0 20px;
}

.x .doc-title {
  font-size: 24px;
  color: #22242c;
  line-height: 33px;
  font-weight: bold;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.x .tag-text {
  margin: 10px 0;
  font-size: 14px;
  color: #81828b;
  line-height: 25px;
}

.x h2 {
  font-size: 18px;
  line-height: 28px;
  color: #22242c;
  font-weight: bold;
  margin: 10px 0;
}

.x h3 {
  font-size: 16px;
  line-height: 27px;
  color: #22242c;
  font-weight: bold;
  margin: 10px 0;
}

.x .tag-paragraph {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  color: #495054;
  line-height: 25px;
}

.x .align-left {
  text-align: left;
}

.x .align-center {
  text-align: center;
}

.x .align-right {
  text-align: right;
}
