.simditor .simditor-body,
.editor-style {
    font-size: 1.06667rem;
}

.simditor .simditor-body h1, .editor-style h1 {
    font-size: 2.4rem;
}

.simditor .simditor-body h2, .editor-style h2 {
    font-size: 2.4rem;
}

.simditor .simditor-body h3, .editor-style h3 {
    font-size: 1.4rem;
}

.simditor .simditor-body {
    z-index: 0;
}

body {
    font-size: 1.0666667rem;
}

.ck-content a:link {
    color: #2440b3;
}

.ck-content a:visited {
    color: #771CAA;
}

.ck-content a:hover {
    color: #315efb;
}

.ck-content a:active {
    color: #f73131;
}

.ck-content h2 {
    font-size: 2.4rem;
}

.ck-content h3 {
    font-size: 1.4rem;
}

ul ul {
    list-style-type: disc;
}

.ck-content {
    padding: 0 1rem;
}

.ck-content .table {
    width: 95%;
}

.ck-content p {
    line-height: 2em;
}

.ck-content li {
    line-height: 2em;
}

.ck-content p:hover {
    background-color: #a8e1ff;
}

.ck-content ul:hover {
    background-color: #a8e1ff;
}

.ck-content ol:hover {
    background-color: #a8e1ff;
}

/*表格标题行的行高*/
.ck-content .table table p {
    margin: 0;
}

/*表格只要在后台一编辑“居中”或“居右”，就又变高了。
.ck-content .table table th{
    padding: 0 0.4em;
}
*/
/*所有图片高度不超过80vh*/
.ck-content img {
    max-height: 80vh;
    object-fit: contain;
}


