@charset "UTF-8";
/*简单表格样式*/
.simple-table {
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
}

.simple-table th {
    font-weight: bold;
    padding: 7px 5px;
    border: 1px solid #e7ecf0;
    color: #72828f;
    background: #f2f7fb;
}

.simple-table td {
    padding: 7px 5px;
    border: 1px solid #e7ecf0;
    color: #72828f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.simple-table th, .simple-table td {
    text-align: center;
}

.simple-table tr:hover {
    background: #f2f7fb;
}

.simple-table *[action], .simple-table a {
    color: #43a9ff;
}

.simple-table *[action] + *[action], .simple-table a + a {
    margin-left: 10px;
}

.page {
    text-align: left;
    padding-left: 10px;
    background: #f2f7fb;
    border: 1px solid #e7ecf0;
}

.page .layui-laypage .layui-laypage-count,
.page .layui-laypage .layui-laypage-limits,
.page .layui-laypage .layui-laypage-skip {
    background: #f2f7fb;
}

.page .layui-laypage a, .layui-laypage span,
.page .layui-laypage button, .layui-laypage input {
    color: #72828f;
}

.loading {
    background: url("../../images/table-loading.gif") no-repeat center center;
}

.table-warp {
    position: relative;
}

.table-warp .table-model {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
}
