* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    outline: none;
    text-decoration: none;
}


/* 兼容ie11 select框 */

select {
    border: 1px solid #ccc;
}

select::-ms-expand {
    display: none;
}


/* 兼容ie11 select框 */

html,
body {
    width: 100%;
    /* height: 100%; */
}

.pointer {
    cursor: pointer;
}

.white-space {
    height: 15px;
    background-color: #f2f2f2;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("./images/select.png") no-repeat scroll 95% center transparent;
}


/*-------------------------------- 列表页  ----------------------------*/


/* 灰色背景  */

.page-center {
    padding: 0 15px;
    background-color: #f2f2f2;
}


/* 白色主体  */

.page-main {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(2, 2, 2, 0.1);
}


/* 列表头部表单 */

#datagrid-form {
    border-bottom: 1px solid #e0e2e3;
}


/* 弹窗表单 */


/* #dialog-form {} */

#dialog-form .dialog-form-main {
    width: 630px;
    margin: 25px auto;
}


/* 列表容器 高度 = datagrid列表 + toolbar工具栏 + pagenation分页器 */

.dataGrid {
    /* width: 100%; */
    height: 470px;
    padding: 10px;
    /* border: 1px solid #777; */
}

.datagrid-form-header {
    height: 58px;
    line-height: 58px;
}

.datagrid-form-header .blueBlock {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #00b8e5;
}

.datagrid-form-header .title {
    color: #777;
    font-weight: bold;
    display: inline-block;
}


/* .datagrid-form-main {
    padding: 0 15px;
} */

.datagrid-form-component {
    width: 300px;
    line-height: 36px;
    margin: 0 15px 15px;
    display: inline-block;
}

.datagrid-form-component .input-title {
    width: 92px;
    color: #777;
    display: inline-block;
}

.datagrid-form-component .span-required {
    width: 10px;
    display: inline-block;
    color: #ff0000;
}

.datagrid-form-component input,
.datagrid-form-component select {
    color: #333;
    text-indent: 11px;
    line-height: 36px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}

.datagrid-form-component .input {
    width: 196px;
    height: 34px;
}

.datagrid-form-component .select {
    width: 198px;
    height: 36px;
}


/* 按钮组 */

.datagrid-button-content {
    height: 30px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: right;
}

.datagrid-button-content .button {
    width: 75px;
    height: 30px;
    /* width: 126px;
    height: 36px; */
    /* margin-right: 15px; */
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
}

.datagrid-button-content .search {
    color: #fff;
    background-color: #00b8e5;
}

.datagrid-button-content .reset,
.datagrid-button-content .refresh,
.datagrid-button-content .add,
.datagrid-button-content .delete {
    color: #00b8e5;
    background-color: #fff;
}


/* 鼠标移入效果 */

.condition-btn:hover {
    background-color: rgb(44, 203, 243);
}

.datagrid-button-content .search:hover {
    background-color: rgb(44, 203, 243);
    border: 1px solid rgb(44, 203, 243);
}

.datagrid-button-content .reset:hover,
.datagrid-button-content .refresh:hover,
.datagrid-button-content .add:hover,
.datagrid-button-content .delete:hover {
    border: 1px solid rgb(44, 203, 243);
    color: rgb(44, 203, 243);
}


/*-------------------------------- 列表页  ----------------------------*/


/*------------------------------ 树-表单 页 -----------------------------*/

.main {
    /* width: 100%; */
    height: 100%;
    padding: 0 15px;
    overflow: hidden;
    background-color: #f2f2f2;
}


/* 树容器 */

.tree-container {
    width: 300px;
    height: 100%;
    float: left;
    margin-right: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(2, 2, 2, 0.1);
}


/* 树对应表单 */

#tree-form {
    width: 480px;
    height: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(2, 2, 2, 0.1);
}

.tree-form-header {
    padding: 0 20px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.tree-form-header .title {
    height: 38px;
    line-height: 38px;
    float: left;
    color: #777;
    font-weight: bold;
}

.tree-form-header .title-button {
    height: 38px;
    line-height: 38px;
    float: right;
    color: #00b8e5;
    font-size: 12px;
}

#tree {
    padding: 20px 15px 0;
}

.tree-form-main {
    padding: 24px 81px 0 58px;
}

.tree-form-component {
    width: 345px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

.tree-form-component .input-title {
    width: 100px;
    color: #555E74;
    display: inline-block;
}

.tree-form-component .span-required {
    width: 10px;
    display: inline-block;
    color: #ff0000;
}

.tree-form-component input,
.tree-form-component select {
    color: #333;
    text-indent: 11px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

.tree-form-component .input {
    width: 238px;
    height: 36px;
}

.tree-form-component .select {
    width: 240px;
    height: 38px;
}

.tree-form-component .double-select {
    width: 118px;
    height: 38px;
}

.tree-form-component .button {
    width: 240px;
    height: 38px;
    text-indent: 0;
    color: #fff;
    background-color: #00b8e5;
    margin-top: 7px;
}

.dialog-button-content {
    line-height: 70px;
    text-align: center;
    border-top: 1px solid #E0E2E3;
}

#addSave {
    width: 108px;
    height: 42px;
    background: #00B8E5;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #00B8E5;
    cursor: pointer;
    float: none;
}

#close {
    width: 108px;
    height: 42px;
    background: #fff;
    border-radius: 6px;
    color: #777;
    border: 1px solid #D2D2D2;
    cursor: pointer;
    float: none;
}

.combo {
    width: 195px !important;
    height: 36px !important;
    border-radius: 3px;
    text-indent: 11px;
    border: 1px solid #d2d2d2;
}

.combo-arrow {
    background-color: none;
    background: url(./images/select.png) no-repeat scroll 95% center transparent;
}

.combo-arrow {
    width: 14px;
}

.combo .combo-text {
    width: 159px !important;
}

.datagrid-form-component .file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.datagrid-form-component .file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.datagrid-form-component .file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}


/* //特殊框  加长 */

.datagrid-form-component-long {
    width: 90%;
    line-height: 36px;
    margin: 0 15px 15px;
    display: inline-block;
}

.datagrid-form-component-long input {
    width: 196px;
    height: 34px;
    color: #333;
    text-indent: 11px;
    line-height: 36px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}

.input-title-long {
    width: 120px;
    color: #777;
    display: inline-block;
}


/*------------------------------ 树-表单 页 -----------------------------*/