.aritcle_editor .wiki_page_nav{
    margin-top: 5px;
    font-size: 1rem;
}
.aritcle_editor .editor_title{
    margin-top: 20px;
}
.aritcle_editor .editor_title h2{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
.aritcle_editor_talk{
    margin-top: 20px;
}
.aritcle_editor_talk_showBox{
    border: 1px solid #dddddd;
    height: 38px;
    margin-bottom: 10px;
}
.aritcle_editor_talk_select{
    display: flex;
    justify-content: start;
    width: 400px;
}
.aritcle_editor_talk_select>p{
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    line-height: 28px;
}
.aritcle_editor_content{
    margin-top: 20px;
}
.aritcle_editor .saveOrpush{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}
.saveOrpush button{
    margin-left: 10px;
}
.aritcle_editor .topicSelector .selectControl div{
    z-index: 99999;
}