/*!**********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/base/editor-content.css ***!
  \**********************************************************************************************************/
.editor-content {
    display: flex;
    flex-direction: column;
    line-height: 1.7;
    color: rgba(83, 83, 83, 1);
}

.editor-content p {
    display: block;
    white-space: normal;
    word-wrap: break-word;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: "#9b9b9b";
    padding-top: 2px;
    padding-bottom: 2px;
}

.editor-line{
    margin: 12px 0;
    height: 1px;
    width: 100%;
    background: rgba(232, 235, 242, 1);
  
  }

.editor-content h1 {
    margin: 24px 0 12px 0;
    font-size: 28px;
}

.editor-content h2 {
    margin: 16px 0;
    font-size: 20px;
}

.editor-content h3 {
    margin: 12px 0;
    font-size: 18px;
}

.editor-content h4 {
    margin: 12px 0;
    font-size: 18px;
}

.editor-content a {
    color: rgba(82, 153, 255, 1);
    text-decoration: none;
}

.editor-content img {
    border-style: none;
    cursor: pointer;
    height: auto;
    width: 100%;
    display: block;
}

.editor-img-root {
    margin-top: 16px;
    margin-bottom: 16px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.editor-img img {
    width: 100%;
    object-fit: contain;
}

.div-edit-point {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #5cc9bb;
}

.edit-point-left-top {
    left: 0;
    top: 0;
    margin-left: -5px;
    margin-top: -5px;
}

.edit-point-right-top {
    right: 0;
    top: 0;
    margin-right: -5px;
    margin-top: -5px;
}

.edit-point-left-bottom {
    left: 0;
    bottom: 0;
    margin-left: -5px;
    margin-bottom: -5px;
}

.edit-point-right-bottom {
    right: 0;
    bottom: 0;
    margin-right: -5px;
    margin-bottom: -5px;
}

.p-empty-list {
    width: 1px;
    height: 1px;
}

.img-edit-border {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    left: 0px;
    top: 0px;
    visibility: hidden;
    box-sizing: border-box;
}

.img-center {
    clear: both;
    margin: 0 auto;
}

.img-left {
    float: left;
    margin-right: 12px;
}

.img-right {
    float: right;
    margin-left: 12px;
}

.img-delete {
    width: 50px;
    height: 28px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0px;
    margin-right: 12px;
    margin-top: 18px;
    color: #fff;
    content: "删除";
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    overflow: visible;
    /* 2 */
    border: 1px solid #eeeeee;
}



.ol {
    cursor: pointer;
    pointer-events: all;
    vertical-align: sub;
    position: static;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    /* text-indent: -9px; */
    padding-left: 30px !important;
  }
  
  .ol::before {
    content: attr(ol-index);
    min-width: 14px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    left: -4px;
    margin-left: -20px;
    margin-right: 6px;
  }
  
  .ul {
    cursor: pointer;
    pointer-events: all;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    position: static !important;
    padding-left: 30px !important;
  }
  
  .ul::before {
    content: "•";
    min-width: 14px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    left: -4px;
    margin-left: -20px;
    margin-right: 6px;
}

.p-indent {
    text-indent: 2em;
}

.jianlu-section-dl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.jianlu-dl-btn {
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    font-size: 24px;
    height: 68px;
    width: 264px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
}

.jianlu-dl-btn img {
    height: 32px;
    width: 32px;
    margin-right: 8px;
}

.jianlu-dl-btn-win {
    background: rgba(70, 171, 255, 1);
}

.jianlu-dl-btn-mac {
    margin-left: 28px;
    background: rgba(116, 122, 255, 1);
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/guide/screenrecording/screenrecording.css ***!
  \****************************************************************************************************************************/

/*!**************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/img-preview/img-preview.css ***!
  \**************************************************************************************************************/
.img-preview-cover{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.img-preview-root{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.img-preview-close{
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1000;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
}

.img-preview-close img{
    height: 100%;
    width: 100%;
}

.img-preview-content{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#img-preview{
   width: 970px;
   min-width: 970px;
   max-width: 970px;
}

.img-preview-btn{
    display: flex;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    transform: translate(0,-50%);
}

.img-preview-btn img{
    height: 100%;
    width: 100%;
}

.img-preview-btn-pre{
    left: 200px;
}


.img-preview-btn-next{
    right: 200px;
}


.img-preview-ope-row{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}

.img-preview-ope{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.img-preview-ope img{
    height: 28px;
    width: 28px;
}

#img-preview-scale{
    width: 82px;
    min-width: 82px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 2px 2px #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 0 12px;
}

