html,
body {
    width: 100%;
    position: relative;
    overflow-x: hidden!important;
}

.hd-nav {
    position: sticky;
    top: 0;
    z-index: 1071;
    width: 100%;
    height: 60px;
    background-color: #7952b3;
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

.main {
    padding: 16px 16px;
    height: 2000px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


#editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100; /* 按需定义 */
}

#toolbar-container {
    border-bottom: 1px solid #ccc;
}

#editor-container {
    height: 350px;
}

.ck-editor__editable {
    height: 350px;
}
