.dragging-table,.layui-table-page {
    user-select: none; /* 标准属性 */
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
}
.el-table-table-bar .ivu-select-selection{
    border: 1px solid #3978ED;
}
.el-table-table-bar .ivu-select-single .ivu-select-selection .ivu-select-selected-value, .el-table-table-bar .ivu-select-arrow{
    color: #3978ED;
}
.ivu-modal-body img {
    max-width: 100% ;
}
.el-search-box  .ivu-poptip-inner{
    white-space: normal;
    line-height: 30px;
}
.ww-table-scroll {
    position: relative;
    background: #fff;
    border-top: 1px solid #f1f1f5;
    opacity: .6;
}
.ww-table-scroll-bar {
    position: absolute;
    height: 10px;
    background-color: rgba(0, 0, 0, .35);
    border-radius: 4px;
    cursor: pointer;
}
.layui-table-checked {
    background-color: rgba(189,214,255,0.1);
}

.layui-table-checked.layui-table-click,.layui-table-checked.layui-table-hover {
    background-color: rgba(255,123,0,0.2);
}

.layui-form-checked[lay-skin=primary]>i {
    border-color: #3978ED !important;
    background-color: #3978ED;
    color: #fff;
}
/*.layui-table-view-1 .layui-table-body .layui-table tr .layui-table-cell{*/
/*   line-height: 23px;*/
/*    max-height: 99px!important;*/
/*}*/
/*.layui-table-view-1 .layui-table-body .layui-table tr .layui-table-cell{*/
/*    max-height: 120px!important;*/
/*    white-space: normal;*/
/*    text-overflow: ellipsis;*/
/*    !* line-height: 1.5em; *!*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 4;*/
/*    overflow: hidden;*/
/*}*/

.ivu-icon-md-close{
    font-weight: bold;
}
.ivu-tabs-nav-scroll .ivu-tabs-tab {
    display: inline-flex;
}
.ivu-tabs-nav-scroll .ivu-tabs-tab .ivu-icon-ios-close {
    font-size: 20px;
    font-weight: bold;
    margin-right: 0;
}
.ivu-tabs-nav-scroll .ivu-tabs-nav .ivu-tabs-tab .ivu-icon{
    width: 20px;
    height: 20px;
}
.ivu-tag{
    display: inline-flex;
    align-items: center;
}
.el-search-box {
    /*margin: 5px;*/
    margin-top: -1px;
    padding: 10px;
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdee2;
    min-height: 48px;
}

.el-search-box .ivu-form-item {
    margin-bottom: 0;
}

.no_tab_line .ivu-tabs-bar {
    margin-bottom: 0;
}

.search-box .btn-unlimited {
    margin-right: 10px;
    cursor: pointer;
}

.search-selected-list {
    /*margin: 5px;*/
    margin:5px 0;
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background: #fafafa;
    /*width: 100%;*/
    /*display: inline-flex;*/
    box-sizing: border-box;
    padding: 5px;
    /*padding-bottom: 0px;*/
    display: grid;
    grid-gap: 10px;
    /*grid-template-columns: 80px auto;*/
    grid-template-columns: 70px auto;
}

.search-selected-list li {
    float: left;
    padding-right: 5px;
}

.el-table-table-bar {
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    /*width: 100%;*/
    /*display: inline-flex;*/
    box-sizing: border-box;
    padding: 0 10px;
    /*padding-bottom: 0px;*/
    display: grid;
    grid-gap: 10px;
    /*grid-template-columns: 80px auto;*/
    grid-template-columns: 70px auto;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
}

.search-card-list .layui-form-label {
    width: 75px;
    color: #999999;
    padding: 0;
    min-height: 28px;
    line-height: 28px;
    height: 28px;
}

.search-card-list .layui-input-block {
    margin-left: 75px;
    min-height: 28px;
    line-height: 28px;
}

.search-card-list .tag-list a {
    position: relative;
    margin-right: 10px;
    color: #23292e;
}

.search-card-list .tag-list a.active {
    color: #3978ED !important;
}

.ivu-form-item .tag-list a {
    position: relative;
    margin-right: 10px;
    color: #23292e;
}

.ivu-form-item .tag-list a.active {
    color: #3978ED !important;
}

.e-table-auto-switch .ivu-switch-checked:after {
    left: 71px !important;
}

/*链接a 颜色*/
.el-a-primary {
    color: #3978ED !important;
}

.el-a-danger {
    color: #ff9900;
}

.el-a-error {
    color: #ed4014;
}

.el-a-info {
    color: #2db7f5;
}
.el-a-success {
    color: #19be6b;
}
.el-a-primary:hover, .el-a-danger:hover, .el-a-error:hover {
    color: #2b85e4;
}

/*列表滚动*/
#table-container .layui-table-main {
    overflow-y: scroll;
}

.fixed2 .layui-table-main {
    overflow-y: auto !important;
}

.el-main-color {
    color: #2b85e4;
}

.el-warning-color {
    color: #ff9900;
}

.el-row-line {
    border-bottom: 1px solid #dcdee2;
    padding-bottom: 5px;
}

.el-row-line .ivu-col {
    padding-top: 5px;
    padding-left: 5px;
}

.ivu-input {
    color: #2b85e4 !important;
}

.demo-drawer-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e8e8e8;
    padding: 20px 16px;
    text-align: right;
    background: #fff;
    z-index: 999999;
}

.ivu-tooltip-inner {
    white-space: normal;
}

/*上传图片样式*/
.demo-upload-list {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    margin-right: 4px;
}

.demo-upload-list img {
    width: 100%;
    height: 100%;
}

.demo-upload-list-cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

.demo-upload-list:hover .demo-upload-list-cover {
    display: block;
}

.demo-upload-list-cover i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 2px;
}


/*计算公式设置*/
.calc-dialog .calc-box .calc-preview {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    min-height: 80px;
    padding: 4px 10px;
    position: relative;
}

.calc-dialog .calc-box .calc-tip {
    margin: 10px 0;
    font-size: 12px;
    color: #aaa;
}

.calc-dialog .calc-box {
    font-size: 14px;
    line-height: 2;
}

.calc-btn {
    padding: 6px 10px;
    margin: 0 6px;
    background: #e5e5e5;
    cursor: pointer;
}

.calc-dialog .calc-box .calc-preview .preview-actions > i {
    font-size: 14px;
    margin-right: 8px;
    cursor: pointer;

}

.calc-dialog .calc-box .calc-preview .preview-actions {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.calc-dialog .calc-box .calc-preview .preview-actions i:hover {
    color: #1890ff;
}

.calc-btn:hover {
    background: #1890ff;
    color: #fff;
}

.calc-dialog {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.ivu-tooltip-inner {
    min-height: 40px;
}

.ivu-form-item {
    margin-bottom: 12px;
}

.ivu-form-item-error-tip {
    padding-top: 0;
}

.jk-tag {
    border: 1px solid #dcdee2;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 12px;
    background: #f8f8f9;
}

.jk-tag-green {
    line-height: 20px;
    background: #f6ffed;
    border-color: #b7eb8f;
    color: #52c41a!important;
}
.jk-tag-blue {
    line-height: 20px;
    background: #e6f7ff;
    border-color: #91d5ff;
    color: #1890ff!important
}
.jk-tag-red {
    line-height: 20px;
    background: #fff1f0;
    border-color: #ffa39e;
    color: #f5222d!important
}

.sp-content-item{
    float:left;
    font-size: 12px;
    width: 100%;
}
.sp-content-item .sp-content-item-label{
    color: #9ea7b4;
}
.top-btn{
    background: #3978ED !important;
    color: hsla(0, 0%, 100%, .65);
    /* border-color: #37415c; */
    box-shadow: none;
    padding-left: 10px;

}
.top-btn:hover{
    background: #37415c;
    border-color:#3978ED;
}
.top-btn>.ivu-icon{
    font-size: 20px;
    line-height: 1;
}
.top-btn>.ivu-icon+span{
    margin-left:0px;
}
.layui-table-page>div{
    height: 44px;
}
.classNotDisabled{

}
.classDisabled{
    opacity: 0.6; pointer-events: none;
}


.fixed .layui-table-tool{
    position: fixed;
    top:0px!important;
    /*left:16px;*/
    /*width: calc(100% - 32px)!important;*/
    /*background: #dbfbf0!important;*/
    background: #FFFFFF!important;
    /*border:1px solid #eee;*/
    box-sizing: border-box;
    z-index: 99999; /* 设置层级，确保表头始终在最上方 */

}

/*.fixed .layui-table-header table{*/
.fixed  .layui-table-box .layui-table-header {
    top:0px!important;
    background: #ffffff!important; /* 表头背景色 */
    position: fixed;
    z-index: 222; /* 设置层级，确保表头始终在最上方 */
    overflow: hidden;
    box-sizing: border-box;
}
.layui-table-fixed{
    z-index: 223;
}
.fixed .layui-table-fixed.layui-table-fixed-l .layui-table-header{
    left:0!important;
    position: fixed;
    top: 0;
    z-index: 223;
    left:0!important;

}
.fixed .layui-table-fixed.layui-table-fixed-r .layui-table-header {

    position: fixed!important;
    z-index: 223;
    display: block;
    left:unset!important;
    right: 0px !important;

}


.fixed .layui-table-page {
    bottom:0px!important;
    background: #ffffff!important; /* 表头背景色 */
    position: fixed;
    /*border-top: 1px solid #eee;*/
    z-index: 224; /* 设置层级，确保表头始终在最上方 */
    /*width: calc(100% - 36px)!important;*/
    overflow: hidden;
    box-sizing: border-box;
}

.fixed .layui-table-body{
    margin-top:90px;
    margin-bottom: 70px;
}

 .layui-table-fixed-l  .layui-table-header
,  .layui-table-fixed-r  .layui-table-header
{
    left:unset!important;
}
 .fixed  .layui-table-fixed-r  .layui-table-header .layui-table-mend
{
  display: none;
}

/*.fixed .layui-table-fixed-r .layui-table-header table{*/
/*    top:50px!important;*/
/*    background: #ffffff!important; !* 表头背景色 *!*/
/*    position: fixed;*/
/*    !*border-top: 1px solid #eee;*!*/
/*    z-index: 99999; !* 设置层级，确保表头始终在最上方 *!*/
/*}*/
