.ck-content blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em
}

.ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: 5px solid #ccc
}

.ck-content .text-tiny {
  font-size: .7em
}

.ck-content .text-small {
  font-size: .85em
}

.ck-content .text-big {
  font-size: 1.4em
}

.ck-content .text-huge {
  font-size: 1.8em
}

.ck.ck-heading_heading1 {
  font-size: 20px
}

.ck.ck-heading_heading2 {
  font-size: 16px
}

.ck.ck-heading_heading3 {
  font-size: 14px
}

:root {
  --ck-highlight-marker-yellow: #fdfd77;
  --ck-highlight-marker-green: #62f962;
  --ck-highlight-marker-pink: #fc7899;
  --ck-highlight-marker-blue: #72ccfd;
  --ck-highlight-pen-red: #e71313;
  --ck-highlight-pen-green: #128a00
}

.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow)
}

.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green)
}

.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink)
}

.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue)
}

.ck-content .pen-red {
  background-color: transparent;
  color: var(--ck-highlight-pen-red)
}

.ck-content .pen-green {
  background-color: transparent;
  color: var(--ck-highlight-pen-green)
}

.ck-editor__editable .ck-horizontal-line {
  display: flow-root
}

.ck-content hr {
  background: #dedede;
  border: 0;
  height: 4px;
  margin: 15px 0
}

.ck-content .image {
  clear: both;
  display: table;
  margin: 0 auto 16px;
  min-width: 50px;
  text-align: center;
}

.ck-content .image a:before {
  display: none;
}

.ck-content .image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

.ck-content .image-inline {
  align-items: flex-start;
  display: inline-flex;
  max-width: 100%
}

.ck-content .image-inline picture {
  display: flex
}

.ck-content .image-inline img,
.ck-content .image-inline picture {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%
}

:root {
  --ck-color-image-caption-background: #f7f7f7;
  --ck-color-image-caption-text: #333;
  --ck-color-image-caption-highligted-background: #fd0
}

.ck-content .image>figcaption {
  background-color: var(--ck-color-image-caption-background);
  caption-side: bottom;
  color: var(--ck-color-image-caption-text);
  display: table-caption;
  font-size: .75em;
  outline-offset: -1px;
  padding: .6em;
  word-break: break-word
}

.ck-content .image.image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%
}

.ck-content .image.image_resized img {
  width: 100%
}

.ck-content .image.image_resized>figcaption {
  display: block
}

:root {
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2)
}

.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing))
}

.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
  clear: none
}

.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%
}

.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing)
}

.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto
}

.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing)
}

.ck-content .image-style-block-align-right {
  margin-left: auto;
  margin-right: 0
}

.ck-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto
}

.ck-content p+.image-style-align-left,
.ck-content p+.image-style-align-right,
.ck-content p+.image-style-side {
  margin-top: 0
}

.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
  margin-bottom: var(--ck-inline-image-style-spacing);
  margin-top: var(--ck-inline-image-style-spacing)
}

.ck-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing)
}

.ck-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing)
}

.ck-content .media {
  clear: both;
  display: block;
  margin: 16px 0;
  min-width: 15em
}

.ck-content .table {
  display: table;
  margin: 16px auto
}

.ck-content .table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%
}

.ck-content .table table td,
.ck-content .table table th {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: .4em
}

.ck-content .table table th {
  background: rgba(0, 0, 0, .05);
  font-weight: 700
}

.ck-content[dir=rtl] .table th {
  text-align: right
}

.ck-content[dir=ltr] .table th {
  text-align: left
}

.ck-editor__editable .ck-table-bogus-paragraph {
  display: inline-block;
  width: 100%
}

:root {
  --ck-color-table-caption-background: #f7f7f7;
  --ck-color-table-caption-text: #333;
  --ck-color-table-caption-highlighted-background: #fd0
}

.ck-content .table>figcaption {
  background-color: var(--ck-color-table-caption-background);
  caption-side: top;
  color: var(--ck-color-table-caption-text);
  display: table-caption;
  font-size: .75em;
  outline-offset: -1px;
  padding: .6em;
  text-align: center;
  word-break: break-word
}

/* 自定义 */
.ck-content {
  line-height: 1.8;
  word-wrap: break-word;
  /* a */
  /* small */
  /* blockquote */
  /* mark */
  /* h1 - h6 */
  /* code */
  /* pre code */
  /* abbr */
  /* ins */
  /* u */
  /* del */
  /* hr */
  /* pre */
  /* kbd */
  /* ul / ol */
  /* img */
  min-height: 1800px;
}
.ck-content address,
.ck-content caption,
.ck-content cite,
.ck-content code,
.ck-content dfn,
.ck-content th {
  font-style: normal;
  font-weight: 400;
}
.ck-content caption,
.ck-content th {
  text-align: left;
}
.ck-content q:before,
.ck-content q:after {
  content: '';
}
.ck-content pre,
.ck-content code,
.ck-content kbd,
.ck-content samp,
.ck-content pre tt {
  font-family: Consolas, Courier, 'Courier New', monospace;
}
.ck-content figcaption {
  font-size: 80%;
  color: rgba(0, 0, 0, .54);
}
.ck-content [draggable],
.ck-content [draggable="true"] {
  cursor: move;
}
.ck-content [draggable="false"] {
  cursor: inherit;
}
.ck-content p,
.ck-content pre,
.ck-content ul,
.ck-content ol,
.ck-content dl,
.ck-content form,
.ck-content hr,
.ck-content figure,
.ck-content table {
  margin: 16px 0 16px 0;
}
.ck-content .table{
  width: 100%;
}
.ck-content a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #E71A41;
  text-decoration: none;
  vertical-align: top;
  outline: none;
}
.ck-content a:before {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: ' ';
  background-color: #E71A41;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ck-content a:hover:before,
.ck-content a:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.ck-content small {
  font-size: 80%;
}
.ck-content blockquote {
  padding-left: 1em;
  padding-top: 1.2em;
  margin: 1em 3em 1em 2em;
  font-weight: 400;
  border-left: 4px solid rgba(0, 0, 0, .12);
  background-color: #efefef;
}
@media only screen and (max-width: 599px) {
  .ck-content blockquote {
    margin: 1em 0;
  }
}
.ck-content blockquote footer {
  font-size: 86%;
  color: rgba(0, 0, 0, .54);
}

/* .ck-content blockquote p:last-child {
  font-size: 86%;
  color: rgba(0, 0, 0, .54);
  margin-bottom: 0;
}  */
.ck-content mark {
  padding: 2px;
  margin: 0 5px;
  background: #fffdd1;
  border-bottom: 1px solid #ffedce;
}
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.35;
  color: inherit;
}
.ck-content h1 small,
.ck-content h2 small,
.ck-content h3 small,
.ck-content h4 small,
.ck-content h5 small,
.ck-content h6 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, .54);
}
.ck-content h1 {
  font-size: 2em;
}
.ck-content h2 {
  font-size: 1.8em;
  margin-top: 32px;
  color: #E71A41;
  padding: 2px 4px;
  font-weight: bold;
  border-radius: 2px;
}
.ck-content h3 {
  font-size: 1.6em;
}
.ck-content h4 {
  font-size: 1.4em;
}
.ck-content h5 {
  font-size: 1.2em;
}
.ck-content h6 {
  font-size: 1.1em;
}
.ck-content code {
  padding: 2px 6px;
  color: #c7254e;
  background-color: #f7f7f9;
  border-radius: 2px;
}
.ck-content pre code {
  padding: 0;
  font-size: inherit;
  line-height: 1.7;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.ck-content abbr[title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted;
}
.ck-content ins {
  text-decoration: none;
  border-bottom: 1px solid ;
}
.ck-content u {
  text-decoration: none;
  border-bottom: 1px solid;
}
.ck-content del {
  text-decoration: line-through;
}
.ck-content hr {
  height: 10px;
  margin-bottom: .8em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.ck-content pre {
  padding: 12px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 2px;
}
.ck-content kbd {
  padding: 2px 6px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
}
.ck-content ul {
  padding-left: 2em;
  list-style: disc;
}
.ck-content ul li{
  list-style: disc;
}
.ck-content ol{
  padding-left: 2em;
  list-style: decimal;
}
.ck-content ol li{
  list-style: decimal;
}
.ck-content li ul,
.ck-content li ol {
  margin: .8em 0;
}
.ck-content li ul li{
  list-style: circle;
}
.ck-content .image.image_resized{
  display: inline-block;
}
.ck-content img {
  max-width: 100%;
  margin: 0 auto;
}
.image-style-mb-0{
  display: block !important;
  margin-bottom: 0 !important;
}