.avatar-box {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    position: relative;
}

.avatar-box img {
    width: 100%;
    height: 100%;
    /* border: solid 1px transparent; */
    border-radius: 5px;
}
.avatar-box .image1 {
    /* border: 2px solid blue; */
    width: 40px !important;
    height: 40px !important;

    color: #fff;
    border-radius: 5px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.process-item {
    font-size: 12px !important;
}
/* win窗口基础样式 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis span, .ellipsis input{
    display: inline-block;
    /* 如果span的宽度不定，则需要设置max-width来控制 */
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*这里设置几行*/
    overflow: hidden;
}
.pointer{
    cursor:pointer;
}
.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*这里设置几行*/
    overflow: hidden;
}
.noPadding {
    padding: 0 !important
}
.noArrow {
    margin-top: 1px !important;
}
.el-popper.noPadding {
    margin-top: 0 !important;
}
.el-popper.noPadding.tag-select-pop {
    margin-top: 1px !important;
}
.el-popper.noPadding.fix {
    margin-top: 6px !important;
}
.h100 {
    height: 100%;
}
.w50 {
    width: 50%;
}
.link {
    color: #39f;
    cursor: pointer;
}
.link:hover {
    color: #5cadff !important;
}
/* 任务标签通用样式 */
.task-tag {
    color: #3399FF;
    padding: 4px 16px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    line-height: 15px;
    border: 1px solid #3399FF2a;
    background-color: #3399FF1a;
}
.disabled {
    cursor: default !important;
}
.dg-box {
    height: 100%;
    overflow: auto;
}
.el-dropdown-menu__item.active {
    background-color: #e6f7ff;
    color: #5cadff;
}
.el-dropdown-menu__item.active i {
    color: #5cadff;
}
.w100 {
    width: 100%;
}
.fullscreen {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 1000 !important;
    background-color: #FFF;
}
.btn {
    padding: 6px;
}
.btn:hover {
    cursor: pointer;
    color: #39F;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.flex-wrap {
    flex-wrap: wrap;
}
.shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.card {
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
    overflow: hidden;
    color: #303133;
    transition: .3s;
}
.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-evenly {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.printbox {
    height: 100%;
    overflow: auto;
}
.el-tooltip__popper{ max-width: 50% }
.l-form-design .drag-form-table-layout .drag-form-list {
    min-height: 28px;
    overflow: hidden;
}
.el-input-number.is-disabled .el-input-number__increase {
    border-left: 1px solid #d9d9d9;
    color: #f0f0f0;
}
.panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.panel .content {
    flex: 1;
}
.el-card__body {
    height: 100%;
    overflow: hidden;
}
.l-panel--tool-left {
    align-items: center;
}
.badge {
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFF;
    transform: scale(0.8);
    line-height: 20px;
}
/* .el-form-item--mini {
    margin-bottom: 0 !important;
}
.el-form-item--mini + .el-form-item--mini{
    margin-top: 18px;
} */
/* .el-form-item__content .el-input-group {
    vertical-align: middle;
} */
/* .el-form-item__content .el-input {
    vertical-align: top;
}
.el-form-item__content .el-input input {
    vertical-align: top;
}
.el-form-item__content .el-select {
    vertical-align: top;
} */

.centerBox,.centerbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-slot{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* background: #f5f7fa; */
    color: #909399;
    font-size: 14px;
}
.r-badge .el-badge__content {
    line-height: 16px;
    background-color: #FF4D4F;
    transform: translateY(8%) translateX(160%);
  }
.l-dialog-btns {
    border-top: 1px solid #d9d9d9;
}
.clearfix::before,
.clearfix::after{
    content: '';
    display:table;
    clear:both;
}
/* .el-card {
    margin-bottom: 0;
}
.el-card + .el-card{
    margin-top: 18px;
} */
.process-list {
    line-height: 24px;
}
.process-item {
    padding: 0 12px;
}
.process-box .process-item:hover {
    background-color: #e6f7ff;
    color: #5cadff;
}
.el-textarea.is-disabled .el-textarea__inner{
    background-color: #f5f7fa!important;
    border-color: #d9d9d9!important;
    color: #595959!important;
}
.l-layout--top .l-layout--move {
    display: none;
}
  /* ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f8f8f8;
  }
  ::-webkit-scrollbar:hover {
    width: 16px;
    height: 16px;
  }
  ::-webkit-scrollbar-thumb {  
    background-color: #ddd;
    border-radius: 4px;
    min-height: 24px;
    background-clip: content-box
  
  } 
  ::-webkit-scrollbar-thumb:hover {
    background-color: #ccc
  }
  
  ::-webkit-scrollbar-corner {
    background: transparent
  } */
   /* 新表格控件样式 */
   .vxe-cell {
    color: #07073fee;
   }
   .vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis, .vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis, .vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis, .vxe-table--render-default.vxe-editable.size--mini .vxe-body--column {
    box-sizing: content-box;
   }
   .vxe-table .el-switch {
        transform: scale(.8);
    }
/* 全部表格单元格字体颜色 */
.el-table .cell {
    color: #07073fee;
}
.l-layout--wrapper .el-loading-mask {
    z-index: 800;
}
.el-table__indent {
    display: inline-block;
    min-width: 16px;
}
.el-table__indent {
    display: inline-block;
    min-width: 16px;
}
.el-table__placeholder {
    min-width: 20px;
}
.noborder {
    .el-input__inner {
        border: none !important;
    }
}
.el-table--border .el-table__cell, .el-table td, .el-table th.is-leaf {
    border-right: 1px solid #e8eaec;
}
.el-table--border, .el-table--group {
    border: 1px solid #f5f5f5;
}
.el-table--mini {
    font-size: 13px;
}
.el-table th.el-table__cell {
    user-select: auto;
}
.l-dialog-dark .el-dialog__title, .l-dialog .el-dialog__title {
    color: #141e31;
    font-weight: 700;
}
.el-table--border, .el-table--group {
    /* border-left: 1px solid #e1e3e5 !important; */
}
.tippy-box {
    box-shadow: none !important;
}
.aie-container * {
    box-sizing: content-box !important;
}