
.layui-btn-sm {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
}

.left-right {
    display: flex;
}

.left {
    margin-right: 10px;
    flex-grow: 1;
}

.search {
    background: #fff;
    padding: 15px 15px 10px 15px;
}

.sort {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lst-sort {
    display: flex;
}

.lst-sort .item-sort {
    cursor: pointer;
    padding: 0 25px;
}

.lst-sort .item-sort.active {
    color: #0099FF;
}

.lst-menu {
    align-self: flex-start;
    flex-shrink: 0;
    background: #fff;
    padding: 15px 40px;
}

.lst-menu .item-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.lst-menu .item-menu:last-child {
    margin-bottom: 0;
}

.lst-menu img {
    width: 25px;
    margin-right: 20px;
}

.main-panel {
    margin-top: 10px;
}

.layui-form .item-form:last-child {
    margin-right: 0;
}