/**
 *  index 页面
 */
.layui-form-select dl {
    max-height: 180px;
}

/**
 * input 页面的 按钮div
 */
.input-btn-div {
    bottom: 63px;
    margin: 30px 0 10px 0;
}

.input-btn-div .input-btn-save-div {
    width: 400px;
    margin-left: 215px;
}

.input-btn-div .input-btn-save-div .input-btn-save {
    margin-right: 20px;
    height: 41px;
    width: 118px;
}

.input-btn-div .input-btn-save-div .input-btn-cancel {
    height: 41px;
    width: 118px;
    border: 1px solid #bbb;
    background: #fff;
    color: #666;
}

/**
* layui title
*/
.layui-form-label {
    width: 90px !important;
}

.layui-btn {
    height: 35px !important;
    /*  修改表单里面的button  */
    margin-left: 2px !important;
}

.icon-modify {
    margin-right: 3px;
}

/**
 * 三级联动 样式
 */
.layui-line-container-block {
    float: left !important;
}

/**
 * 数据结构
 */

.table-operator {
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.operator-title {
    float: left;
    line-height: 46px;
    font-size: 16px;
    font-weight: 800;
}

.operator-container {
    float: right;
    margin-top: 7px;
}

.operator-container button {
    background-color: #3a77f7;
    line-height: 19px;
    height: 28px;
    margin-bottom: 7px;
}



.childrenBody {
    padding: 0 !important;
}
