.fa-theme:before {
    content: "\f0c9";
}

.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.theme-popup-title {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 16px;
}

.theme-popup-title .text-h3 {
    margin: 0;
    color: #000000d9;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}

.theme-content {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    flex-direction: column;
    justify-content: space-between;
}

.theme-popup-title .close-popup {
    cursor: pointer;
}
.theme-popup-contorl{
    width: 100%;
    padding: 10px 16px;
    text-align: right;
    background: 0 0;
    border-top: 1px solid rgba(0,0,0,.06);
    border-radius: 0 0 2px 2px;
}

.theme-popup-contorl .theme-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px #00000004;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: #000000d9;
    border-color: #d9d9d9;
    background: #fff;
}
.theme-popup-contorl .theme-btn-primary {
    margin-left: 8px;
    color: #fff;
    border-color: #1890ff;
    background: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px #0000000b;
}
.theme-popup {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}
.theme-content .preview-area-theme-select{
    margin-left: 16px;
    width: 200px;
    height: 38px;
}

/* ceshi */







.editormd-preview-theme-ceshi {
    max-width: 914px;
    color: #6f6f6f;
    padding: 0 1%;

}

.editormd-preview-theme-ceshi img {
    box-shadow: 5px 5px 5px #ccc;
    margin-top: 10px;
    margin-bottom: 40px;

    display: inline-block !important;


}

.classic-dark .editormd-preview-theme-ceshi img {
    box-shadow: none;
}


.editormd-preview-theme-ceshi p {
    letter-spacing: 1px !important;
    line-height: 1.7 !important;
    min-height: 1em !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    /*text-indent:30px;*/
    text-align: left;
    padding: 0 1.5rem;
    margin: 20px 0 !important;
    /* font-weight: bold !important; */
    color: #000;
    font-size: 14px;
}

.editormd-preview-theme-ceshi p span {
    /* width: 100%; */


    /* display: inline-block; */
    text-align: left;
}

.editormd-preview-theme-ceshi blockquote {
    /* border-left: 6px solid #3caf9c; */
    background-color: #f6f6f6;
    padding: 3px 5px !important;
    border-radius: 10px;
    margin: 0 27px;
}

.editormd-preview-theme-ceshi blockquote p {
    color: #1c1c1c;
    margin: 0px;
}

.editormd-preview-theme-ceshi strong {
    font-weight: bolder;
    display: inline;
}

.editormd-preview-theme-ceshi p strong span {
    width: unset;
    display: inline;
    text-align: unset;
}

.editormd-preview-theme-ceshi body {
    font-size: 14px;
}

.editormd-preview-theme-ceshi pre {
    background-color: #f8f8f8;
    border-radius: 3px;
    word-wrap: break-word;
    padding: 12px 13px;
    font-size: 13px;
    color: #898989;
}

.editormd-preview-theme-ceshi h1,
.editormd-preview-theme-ceshi h2,
.editormd-preview-theme-ceshi h3,
.editormd-preview-theme-ceshi h4,
.editormd-preview-theme-ceshi h5,
.editormd-preview-theme-ceshi h6 {
    word-break: break-all !important;
    margin: 35px 0 20px 0;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: 10px;
    color: #2c3e50;
}

.editormd-preview-theme-ceshi .h1 {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 3px solid #3caf9c;
    font-size: 20px !important;
}

.editormd-preview-theme-ceshi h2 {
    border-left: 4px solid #3caf9c;
    font-size: 18px;
}

.editormd-preview-theme-ceshi h3 {
    /* border-left: 4px solid #3caf9c; */

    font-size: 16px;
    position: relative;
}

.editormd-preview-theme-ceshi h3::before {
    display: inline-block;
    content: '';
    width: 1rem;
    border-width: 9px 9px 9px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #3caf9c;
    top: 0rem;
    left: 0rem;
    position: absolute;

}

.editormd-preview-theme-ceshi h4 {
    font-size: 14px !important;
    /* text-align: center; */
}

.editormd-preview-theme-ceshi h5 {
    font-size: 12px;
    color: rgba(111, 112, 115, 0.7) !important;
}

.editormd-preview-theme-ceshi h6 {
    margin: 0 0 20px 0 !important;
}

.editormd-preview-theme-ceshi h6 img {
    width: 60%;
    margin-top: 10px;
}





.editormd-preview-theme-ceshi a {
    color: #4183C4 !important;
    line-height: 16px;
    text-decoration: none !important;
    display: inline-block !important;
}

.editormd-preview-theme-ceshi ul,
.editormd-preview-theme-ceshi ol {
    margin: 0;
    font-size: 14px;
    padding-left: 43px !important;
}

.editormd-preview-theme-ceshi li {
    margin-left: 0;
    padding-left: 0;
    line-height: 2;
    padding: 5px 0;
}

.editormd-preview-theme-ceshi li p {
    text-indent: 0;
}

.editormd-preview-theme-ceshi hr {
    height: .1rem;
    padding: 0;
    margin: 16px 5%;
    background-color: #3caf9c;
    border: 0 none;
    overflow: hidden;
    box-sizing: content-box;
    border-bottom: 1px solid #ddd;
}

.editormd-preview-theme-ceshi pre {
    background: #f2f2f2 !important;
    padding: 12px 13px;
}

.editormd-preview-theme-ceshi code {
    color: #a71d5d;
}
.editormd-preview-container code, .editormd-html-preview code{
    border: none;
    background: yellow;
}


@media only screen and (max-width:996px) {
    .editormd-preview-theme-ceshi blockquote {
        margin: 0 !important;
    }

    .editormd-preview-theme-ceshi p {
        padding: 0 !important;
    }


    .editormd-preview-theme-ceshi h2 {

        font-size: 16px !important;
    }



    .editormd-preview-theme-ceshi h3 {

        font-size: 14px !important;
    }




    .article-container .editormd-preview-theme-ceshi img {


        width: 300px !important;
        margin: 10px 4% !important;
        height: 100% !important;

    }




}