.layui-fluid {
    padding: 15px;
}

.layui-table-cell {
    height: auto;
    max-height: 150px;
    white-space: normal;
    text-overflow: clip;
}

.layui-table img {
    max-width: 100px;
}

.mrd10 {
    margin: 0 10px 10px 0;
}

.mr10 {
    margin-right: 10px;
}

.between {
    display: flex;
    justify-content: space-between;
}

#header-title {
    display: flex;
    align-items: center;
}

#header-title h2 {
    display: block;
    float: left;
    font: normal 14px/20px "微软雅黑", "宋体", Arial;
    color: #222;
}

.nynav span {
    padding: 0 5px;
}

.tip-btn {
    cursor: pointer;
    color: #197cff;
}