/** 页面标题区：与下方内容拉开间距 */
.content-header {
    position: relative;
    padding: 20px 20px 10px !important;
    margin: 0 0 24px !important;
    background: transparent;
    overflow: hidden;
}
.content-header > h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    color: #1f2a37;
    letter-spacing: .3px;
}
.content-header > .breadcrumb {
    position: absolute !important;
    top: 22px !important;
    right: 20px !important;
    float: none !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
}
/* 标题下方的内容区再补一点上边距，避免贴标题 */
#pjax-container > .content-header + .layui-fluid,
#pjax-container > .content-header + .content,
.content-wrapper > .content-header + .layui-fluid,
.content-wrapper > .content-header + .content {
    padding-top: 4px !important;
    margin-top: 0 !important;
}

/** 表单验证错误 **/
.dataForm .error{
    color: #ff0000;
    border-color: #dd4b39;
}

/** 列表页排序select **/
.index-order{
    min-width: 100px;
}

/** 表单页保存 **/
.dataFormSubmit{
    margin-right: 20px;
}

/** 表单页重置 **/
.dataFormReset{
    margin-left: 20px;
}

/** 继续添加 **/
.createContinue,.bodyFormCheckbox{
    margin-top: 5px;
}

/** 列表页缩略图 **/
.dataListImg{
    max-width: 40px;
    max-height: 40px;
}
