.layui-nav-tree .layui-nav-item a {
    color: #fff !important;
}

html {
    background-color: #fff !important;
}

.x-body {
    padding: 20px;

}

.x-sort {
    display: inline-block;
    width: 80%;
    height: 100%;
}

.thumbnail {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.layui-fluid {
    padding: 8px !important;
}

/*.layui-card {*/
/*    border-radius: 5px;*/
/*}*/

.layui-btn {
    border-radius: 5px !important;
    background-color: #1890ff !important;
}

.layui-btn-danger {
    background-color: #ff4949 !important;
}

.layui-btn-normal {
    background-color: #67C23A !important;
}

.layui-layer.layui-layer-dialog {
    border-radius: .6rem !important;
}

.layui-btn-primary {
    border-color: #d2d2d2 !important;
    background: 0 0 !important;;
    color: #5f5f5f !important;;
}

.layui-layer-dialog .layui-layer-title {
    text-align: center;
    background: none;
    border: none;
    padding: 0 0 .3rem 0;
}

.layui-layer-dialog .layui-layer-setwin {
    display: none;
}

.layui-layer-dialog .layui-layer-content {
    text-align: center;
    /*padding: 0 0 .2rem 0;*/
}

.layui-layer-dialog .layui-layer-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-layer-dialog .layui-layer-btn a {
    width: 48%;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}

.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
    color: #fff;
    background: #1890ff !important;
}

.layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {
    color: #555;
    background: #EBEBEB;
}


.layui-layer-prompt {
    border-radius: .15rem !important;
}

.layui-layer-prompt .layui-layer-title {
    text-align: center;
    background: none;
    border: none;
    padding: 0 0 .3rem 0;
}

.layui-layer-prompt .layui-layer-setwin {
    display: none;
}

.layui-layer-prompt .layui-layer-content {
    text-align: center;

}

.layui-layer-prompt .layui-layer-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-layer-prompt .layui-layer-btn a {
    width: 48%;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}


.layui-layer-prompt .layui-layer-btn .layui-layer-btn0 {
    color: #fff;
    background: #1890ff !important;
}

.layui-layer-prompt .layui-layer-btn .layui-layer-btn1 {
    color: #555;
    background: #EBEBEB;
}


.layui-layer-msg {
    border-radius: 0rem !important;
}

/*.layui-layer-msg .layui-layer-content {*/
/*    padding: 20px;*/
/*}*/

.layui-flow-more {
    display: block;
    width: 100%;
    text-align: center;
}

.openShowImg {
    color: #1890ff;
}

.openEditor {
    color: #1890ff;
}

.x-sort {
    padding-left: 0 !important;
    text-align: center;
}

.upload-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: dashed;
    border-color: #dcdfe6;
    color: #999999;
    cursor: pointer;
}
.material-preview {
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    float: left;
}
.del-wrap{
    position: relative;
}
.file-item {
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border-width: 1px;
    border-color: #f2f2f2;
    background-color: #f2f2f2;;
}
.file-item .image{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.del-wrap .icon-close{
    display: none;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    line-height: 16px;
    height: 16px;
    background-color: #0000004d;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    text-align: center
}
.material-preview .operation-btns{
    display: none;
    position: absolute;
    bottom: 0;
    border-radius: 4px;
    width: 100%;
    line-height: 2;
    color: #fff;
    background-color: #0000004d;
    text-align: center;
}
.el-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}
.operation-btns >span{
    font-size: 12px;
}

.editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100; /* 按需定义 */
}

.toolbar-container {
    border-bottom: 1px solid #ccc;
}

.editor-container {
    height: 500px;
}
