body {
    overflow: hidden;
}
.MainBox .Framework .ContentArea {
    height: calc(100vh - 65px) !important;
}

.menuBox .menuBoxList {
    height: calc(100vh - 100px) !important;
    overflow-y: auto;
}

.bodyTextarea .rightInfoBox {
    padding: 0 24px !important;
    position: relative;
}

/*.ArticleInfo {*/
/*    position: relative;*/
/*}*/

/*.formTemplate {*/
/*    margin-bottom: 100px;*/
/*}*/

/*#submitChat {*/
/*    width: calc(100% - 48px) !important;*/
/*    bottom: 0 !important;*/
/*}*/
#word {
    transform: translateX(1000%);
    position: absolute;
}
.tox-tinymce {
    border: 0 !important;
}
.tox .tox-edit-area::before {
    border: 0 !important;
}
/*.ButtonArea {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: auto !important;*/
/*}*/
.tox-editor-header {
    box-shadow: none !important;
}
#menuBoxList_upload {
    margin: 10px 0 0;
    position: relative;
    height: 34px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuBoxList_upload img {
    width: 15px;
    margin-right: 3px;
}

#menuBoxList_upload input.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.n-button--gray-type {
    background: rgba(243, 242, 245, 0.8)  !important;
    color: #333;
}

.n-button--gray-type:hover {
    background: rgba(243, 242, 245, 0.8) !important;
    color: #333;
}

.write-float-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    /* height: 120px; */
    background: #fff;
    display: none;
    border-radius: 5px;
    border: 1px solid rgba(34, 47, 62, 0.05);
    z-index: 100;
    /* display: block !important; */
    padding: 10px;

    box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1),
        0 8px 8px -4px rgba(34, 47, 62, 0.07);
}

.float-input-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

.float-input-box input {
    width: 100%;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 0 40px;
    box-sizing: border-box;
    outline: none;
}

.float-input-box input:focus {
    border: 1px solid #4262d7;
}

.float-input-box input:active {
    border: 1px solid #4262d7;
}

.float-input-box img.float-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}

.float-input-box img.send {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.float-btns {
    display: flex;
    justify-content: space-between;
}

.float-btn,
.float-btn-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fff;
}

.float-btn.active,
.float-btn-bottom.active {
    background: #4262d7;
    color: #fff;
    border-color: #4262d7;
}

.float-btn img,
.float-btn-bottom img {
    width: 15px;
    margin-right: 7px;
}

.float-btn img.normal,
.float-btn-bottom img.normal {
    display: block;
}

.float-btn img.active,
.float-btn-bottom img.active {
    display: none;
}

.float-btn.active img.normal,
.float-btn-bottom.active img.normal {
    display: none;
}

.float-btn.active img.active,
.float-btn-bottom.active img.active {
    display: block;
}

.custome-statusbar {
    height: 40px;
    width: 100%;
    display: none;
    justify-content: space-between;
    /* border-top: 1px solid #e3e3e3; */
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0 35px;
    box-sizing: border-box;
}

.custome-statusbar .save {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.custome-statusbar .save img {
    width: 17px;
    margin-right: 7px;
}

.custome-statusbar .saveing {
    display: none;
}

.word-count {
    font-size: 12px;
    color: #999;
}

#floatText {
    position: absolute;
    width: calc(100% - 70px);
    left: 35px;
    bottom: 45px;
    box-sizing: border-box;
    display: none;
}

.float-text-content {
    background-color: rgba(243, 242, 245, 1);
    height: 248px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901960784313724);
    border-radius: 5px;
    margin: 0 0 5px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    line-height: 25px;
}

.float-text-icon {
    width: 17px;
    height: 17px;
    /* margin-left: 15px; */
}

/* .floatGeneratePause {
    width: 25px;
    height: 25px;
} */

/* .floatGenerateReload,
.floatGenerateCopy,
.floatGenerateClose {
    width: 20px;
    height: 20px;
    margin-left: 15px;
} */

.floatGenerateClose .float-text-icon {
    width: 15px;
    height: 15px;
}

.float-text-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901960784313724);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901960784313724);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901960784313724);
    padding: 0 20px;
}

.float-text-btns.generating,
.float-text-btns.paused,
.float-text-btns.done {
    display: none;
}

.ftb-left {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.ftb-left .float-text-icon {
    margin-right: 10px;
}

.ftb-right .float-text-icon {
    cursor: pointer;
}

.ftb-left .float-btn-bottom {
    margin-right: 15px;
}

.ftb-right {
    display: flex;
    align-items: center;
}

.ftb-right .img-box {
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border-radius: 50%;
}

.ftb-right .img-box:hover {
    background: #f3f2f5;
}

.ftb-right .img-box.floatGenerateLock {
    width: auto;
    border-radius: 0;
    color: #FF772D;
}

.ftb-right .img-box.floatGenerateLock:hover {
    background: none;
}

.ftb-right .img-box.floatGenerateLock .float-text-icon {
    margin-right: 8px;
}

.ai-popup {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.ai-popup.active {
    display: block;
}

.ai-popup .layer-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.ai-quit {
    width: 640px;
    height: 320px;
    background: #fff;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    margin: -160px 0 0 -320px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aq-title {
    font-size: 20px;
    font-weight: 700;
}

.aq-desc {
    font-size: 20px;
    margin-top: 20px;
}

.aq-confirm {
    border-width: 0px;
    width: 243px;
    height: 40px;
    background: inherit;
    background-color: rgba(66, 98, 215, 1);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.aq-cancel {
    margin-top: 20px;
    width: 243px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(66, 98, 215, 1);
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4262d7;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.aq-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

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

.ftb-center .prev,
.ftb-center .next {
    cursor: pointer;
}

.ftb-center .prev {
    margin-right: 10px;
}

.ftb-center .next {
    margin-left: 10px;
}

.mce-ico.mce-i-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tox .tox-toolbar__primary {
    background: none !important;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border: 0 !important;
    margin-right: 20px;
}