/*表单项红色文字提示*/
.htlui-form-item-description {
    /*color: red; */
    color: #EF5656;
    font-size: 12px;
}

/*表单项红色文字提示*/
.htlui-hint-description {
    /*color: red; */
    color: #EF5656;
    font-size: 14px;
}

.htlui-custom-footer {
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 0px solid #F2F2F2;
    text-align: right;
}

.htlui-custom-footer div {
    padding: 0px 10px;
    line-height: 40px;
}

.htlui-confirm-hint {
    color: red;
    font-size: 20px;
}

/*必填提示*/
.htlui-is-required:before {
    content: "*";
    color: #ff4949;
    /*margin-right: 4px;*/
}

.htlui-btn-export { /* 导出按钮样式  */
    background-color: white;
    border: 1px solid #bfcbd9;
    color: #1f2d3d;
}

.htlui-btn-export:hover {
    border: 1px solid #008cee;
    color: #008cee;
}

/* 自定义 修改 Start */
body {
    /*background-color: #DCE1E8;*/
    background-color: #F3F3F3;
    /*background-color: #FAF9FF;*/
}

/*内容页面顶部提示*/
.htlui-body-hint {
    margin: 0px 0px 10px 0px;
}

.htlui-body-hint i {
    margin-right: 5px;
}

.htlui-btn-container {
    line-height: 30px;
    margin-bottom: 10px;
    border: 0px solid red;
}

.htlui-form-container {
    padding: 10px;
}

.htlui-hint {
    border: 1px solid #91d5ff;
    background-color: #e6f7ff;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 5px;
    line-height: 24px;
}

.htlui-inline-block {
    display: inline-block;
}

.htlui-input-block:before {
    display: inline;
}

.htlui-input-block {
    padding-bottom: 5px;
}

.htlui-query-conditions {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

.htlui-query-conditions .layui-card-header {
    height: auto;
    padding: 0px 10px;
    line-height: normal;
}

.htlui-form-item-4 > .layui-form-label {
    width: 70px;
    border: 0px solid red;
}

.htlui-form-item-4 > .layui-input-block {
    margin-left: 80px;
    border: 0px solid red;
}

.htlui-fixed-footer-btn {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    height: 52px;
    line-height: 52px;
    padding-top: 10px;
}