/*左侧按钮*/
.create-view {
    min-width: 800px;
    height: calc(100vh - 56px);
    padding: 0;
    margin: 0;
    background: #f0f2f8;
    display: flex;
    flex: 1;
    box-sizing: border-box;
}
.create-view .left-menu{
    height: 100%;
    width: 230px;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.left-menu-content {
    flex: 1;
    padding: 16px 8px;
}
.left-menu-content li {
    padding: 0 14px;
    justify-content: center;
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
    font-size: 14px;
    cursor: pointer;
}
.left-menu-content li:hover{
    background-color: #f3f3f3;
}
.left-menu-content .left-menu-active {
    background-color: #f2f3ff;
    color: #467bff;
}
.left-menu-content .left-menu__item .left-menu__content {
    margin-left: 10px;
    color: rgba(0, 0, 0, .6);
}
.left-menu-collapsed .left-menu__content{
    display: none;
}
.left-menu .left-menu_icon{
    font-family: "t" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.left-menu .icon-windows:before {
    content: "\E4C7";
}
.left-menu .left-menu__button-icon:before {
    content: "\E81C";
}
.left-menu__button {
    cursor: pointer;
    border-top: solid 1px #e8e8e8;
    height: 49px;
    box-sizing: border-box;
    padding: 16px 25px;;
}
/*中间表格*/
.right-part {
    padding: 10px;
    display: flex;
    width: 100%;
}
.right-part .center-form {
    flex: 3;
    background-color: white;
    min-width: 450px;
    border-right: 1px solid #eee;
}
.right-part .write-form{
    overflow: auto;
    height: calc(100% - 175px);
}
.center-form .center-form-title{
    font-size: 14px;
    width: 100%;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.center-form .write-title {
    border-bottom: 1px dashed #ccc;
    padding: 15px 5px;
    display: flex;
    column-gap: 13px;
}
.center-form .write-title .title-img img{
    width: 47px;
    height: 47px;
}
.center-form .write-title .title-text{
    display: flex;
    row-gap: 8px;
    flex-direction: column;
}
.center-form .write-title .title-text .max-title-text{
    font-size: 16px;
    color: #3d3d3d;
    line-height: 21px;
}
.center-form .write-title .title-text .min-title-text{
    font-size: 14px;
    color: #676767;
    line-height: 18px;
}

.layui-form {
    padding: 10px 20px;
    font-size: 14px;
}
.label--required label:before {
    display: inline-block;
    margin-right: 4px;
    color: #d54941;
    line-height: 22px;
    content: "*";
}
.layui-form-label{
    vertical-align: middle;
    color: rgba(0, 0, 0, .9);
    box-sizing: border-box;
    white-space: nowrap;
    padding: 3px;
    text-align: left;
    width: auto;
}
.layui-input-block {
    margin-left: 0;
}
.layui-textarea {
    height: 60px;
    min-height: 60px;
}
.layui-form-mid {
    float: none;
}
.write-footer {
    padding: 10px 20px;
    box-shadow: 0 -1px 6px #0000001a;
}
.write-footer-btn{
    width: 90%;
    margin: auto;
    display: block;
    color: white;
    background-color: #467bff;
    border: none;
    line-height: 36px;
    border-radius: 15px;
    cursor: pointer;
}
/*右侧展示*/
.right-part .right-show {
    flex: 6;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(223, 223, 223);
    position: relative;
}
.right-show .right-header {
    background-color: white;
    padding: 2px 10px;
    border-bottom: 1px solid #eee;
}
.right-show .right-header button{
    border: none;
    background-color: white;
    height: 36px;
    width: 100px;
    cursor: pointer;
}
.right-show .right-header button:hover{
    background-color: #f3f3f3;
}
.right-header .right-header-active {
    color: #467bff;
}
.right-show .right-content {
    /*text-align: center;*/
    height: calc(100% - 41px);
}
.toc-sidebar .toc-btn {
    border: none;
    cursor: pointer
}
.empty-Content {
    display: inline-block;
}
/*项目列表*/
.produce-history {
    margin: 10px;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.produce-history-list {
    flex: 1;
    overflow: auto;
}
.produce-history-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.produce-history-time {
    color: #999;
    font-size: 12px;
}
.produce-history-content {
    word-break: break-all;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 10px 0;
    overflow: hidden;
}
.produce-history-buttons {
    gap: 20px;
    display: flex;
}
.produce-history-button {
    background-color: white;
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.t-pagination{
    display: flex;
    line-height: 24px;
    padding-top: 10px;
}
.t-pagination .t-pagination__total {
    font-size: 12px;
    flex: 1;
}
.t-is-current {
    background-color: #467bff;
    width: 24px;
    color: white;
    text-align: center;
    border-radius: 5px;
    line-height: 24px;
    /*margin-top: 2px;*/
}
.t-pagination__btn {
    color: rgba(0,0,0,.26);
    width: 24px;
    cursor: pointer;
}
.t-pagination__btn-prev {
    text-align: left;
}
.t-pagination__btn-next {
    margin-right: 50px;
    text-align: right;
}
.t-is-disabled {
    cursor: not-allowed;
}
.t-error{
    border-color: #ff5858 !important;
}