@charset "UTF-8";
.preview[data-v-f6bd30e4] {
  background: #E0E7FB;
}
.preview .preview-header[data-v-f6bd30e4] {
    width: 100%;
    height: 44px;
    background-color: #736EFE;
    position: relative;
}
.preview .backBtn[data-v-f6bd30e4] {
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 14px;
    font-weight: bold;
}
.preview .closeBtn[data-v-f6bd30e4] {
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 14px;
}
.preview .preview-title[data-v-f6bd30e4] {
    width: calc(100% - 32px - 32px);
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    color: #FFF;
    font-size: 18px;
    font-weight: weight;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.preview .preview-img[data-v-f6bd30e4] {
    position: relative;
}
.preview .preview-banner[data-v-f6bd30e4] {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.preview .play-btn[data-v-f6bd30e4] {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    z-index: 2;
}
.preview .white-preview[data-v-f6bd30e4] {
    background-color: #F3F5FD;
    box-sizing: border-box;
    padding: 12px 16px 8px;
}
.preview .white-preview .preview-tt[data-v-f6bd30e4] {
      font-weight: 600;
      font-size: 16px;
      color: #333333;
      line-height: 22px;
}
.preview .white-preview .preview-bo[data-v-f6bd30e4] {
      margin-top: 6px;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.preview .white-preview .preview-bo .bo-left[data-v-f6bd30e4] {
        font-size: 12px;
        color: #666666;
        line-height: 24px;
}
.preview .white-preview .preview-bo .bo-right[data-v-f6bd30e4] {
        display: flex;
        align-items: center;
}
.preview .white-preview .preview-bo .bo-right img[data-v-f6bd30e4] {
          width: 20px;
          height: 21px;
          margin-right: 4px;
}
.preview .white-preview .preview-bo .bo-right div[data-v-f6bd30e4] {
          font-size: 12px;
          color: #666666;
          line-height: 24px;
}
.preview .preview-content[data-v-f6bd30e4] {
    background-color: #E0E7FB;
    padding: 16px;
    box-sizing: border-box;
}
.preview .preview-content .preview-course[data-v-f6bd30e4] {
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.preview .preview-content .preview-course .preview-course-tt[data-v-f6bd30e4] {
        font-weight: 500;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
}
.preview .preview-content .preview-course .preview-course-num[data-v-f6bd30e4] {
        display: flex;
        align-items: center;
}
.preview .preview-content .preview-course .preview-course-num span[data-v-f6bd30e4] {
          font-size: 12px;
          color: #333333;
          line-height: 18px;
          margin-right: 4px;
}
.preview .preview-content .preview-course .preview-course-num img[data-v-f6bd30e4] {
          width: 16px;
          height: 16px;
}
.preview .preview-wrap[data-v-f6bd30e4] {
    width: 100%;
    box-sizing: border-box;
    margin: 8px auto 0;
    overflow: hidden;
}
.preview .preview-wrap .preview-block[data-v-f6bd30e4] {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
}
.preview .preview-wrap .preview-block .preview-square[data-v-f6bd30e4] {
        width: 120px;
        height: 56px;
        background-color: #F3F5FD;
        box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.6), 0px 2px 4px 0px rgba(210, 209, 228, 0.5), 0px 2px 1px 0px #DCDBF4;
        border-radius: 4px;
        margin-right: 10px;
        box-sizing: border-box;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.preview .preview-wrap .preview-block .preview-square div[data-v-f6bd30e4] {
          width: 100%;
          height: 36px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          /* 限制在一行内显示的内容为2行 */
          overflow: hidden;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 12px;
          color: #333333;
          line-height: 18px;
}
.preview .preview-wrap .preview-block .preview-square-active[data-v-f6bd30e4] {
        border: 1px solid #736EFE;
}
.preview .preview-wrap .preview-block .preview-square-active div[data-v-f6bd30e4] {
          color: #736EFE;
          font-weight: 500;
}
.preview .preview-wrap .preview-block .preview-square[data-v-f6bd30e4]:last-child {
        margin-right: 0;
}
.preview .preview-detail-tt[data-v-f6bd30e4] {
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.preview .preview-detail-tt .shu[data-v-f6bd30e4] {
      width: 4px;
      height: 14px;
      background-color: #736EFE;
      border-radius: 2px;
      margin-right: 4px;
}
.preview .preview-detail-tt .shu-tt[data-v-f6bd30e4] {
      font-weight: 600;
      font-size: 16px;
      color: #333333;
      line-height: 22px;
}

.editor-text-preview {
  width: 100%;
  background-color: #F3F5FD;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.6), 0px 2px 4px 0px rgba(210, 209, 228, 0.5), 0px 2px 1px 0px #DCDBF4;
  border-radius: 8px;
  padding: 20px 16px;
  margin: 12px auto 0;
}
.editor-text-preview .editor-text-preview-content {
    width: 100%;
    overflow-x: auto;
}
.editor-text-preview .editor-text-preview-content img {
      max-width: 100%;
}
.editor-text-preview .editor-text-preview-content::-webkit-scrollbar {
    height: 8px !important;
}
.editor-text-preview .editor-text-preview-content::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 2px !important;
}
.editor-text-preview .editor-text-preview-content::-webkit-scrollbar-thumb {
    background: #888888 !important;
    border-radius: 2px !important;
}
.editor-text-preview .editor-text-preview-content::-webkit-scrollbar-thumb:hover {
    background: #555555 !important;
}

@charset "UTF-8";
/* 强制恢复列表样式 */
.editor-text-preview-content ul, .editor-text-preview-content ol {
  padding-left: 1.5em !important;
}
.editor-text-preview-content li {
  list-style: inherit !important;
}

/* 缩进样式 */
.ql-indent-1 {
  margin-left: 1.5em !important;
}

