/*搜索框*/
/*.layui-input-inline {*/
/*    width: 18% !important;*/
/*}*/
.layui-input-inline input {
    height: 30px !important;
    margin-top: 7px;
}
/*表单*/
.layui-form-label {
    width: 10% !important;
    padding: 6px 11px;
}
.layui-input-block {
    margin-left: 10% !important;
}


xm-select {
    min-height: 30px !important;
    margin-top: 7px;
}
xm-select > .xm-label .scroll .label-content {
    padding: 0;
}
xm-select > .xm-body .xm-tree .disabled .xm-option-content {
    color: #191007 !important;
    cursor: pointer;
}

.layui-disabled, .layui-disabled:hover {
    color: #999999 !important;
    cursor: not-allowed !important;
}
input:disabled,
textarea:disabled,
select:disabled {
    color: #999999;
    -webkit-text-fill-color: #999999;
    opacity: 1;
}