/* 放一些自定义的css  不去动框架自带的css了 */
.custom-search {
    border-radius: 2px;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 15px 20px;
}

.search-pannel {
    display: flex;
    flex-wrap: wrap;
}

.search-item {
    margin-right: 10px;
    margin-top: 8px;
}

.search-button-group {
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.text-del {
    text-decoration: line-through;
    color: #fff;
}


.asset-upped {
    background: #f5cbcb;
    text-align: center;
}



.table-cell-limited {
    max-height: 70px; /* 3 行的高度 (假设每行大约1.5em) */
    overflow: hidden;
    position: relative;
}
.show-more {
    display: inline-block;
    cursor: pointer;
    color: #f39c12;
}

.expanded .table-cell-limited {
    max-height: none;
}
.table-cell-limited p {
    margin-bottom: 4px;
}
.table-cell-limited-bordered p {
    width: 150px;
    border: 1px solid #1688f1;
    padding: 0 4px;
}

/* 调整弹窗底部按钮样式 */
/* .layui-layer-fast .layui-layer-footer{
    background-color:#fff !important;
    text-align:center !important;
    padding-top:0px !important;
    padding-bottom:20px !important;
} */