#ef-container{
    width:100%;height:100%;
}
.ef-title{
    width:100%;height:50px;line-height:50px;background-color:#F2F2F2;text-align:left;clear:both;
}
.ef-title-back{
    float:left;width:93px;height:50px;line-height:50px;background-color:#D9DEE4;color:#009688;font-size:18px;text-align:center;cursor:pointer;
}
.ef-title-word{
    float:left;height:50px;line-height:50px;padding-left:15px;font-size:18px;
}

/*多页导航*/
.pagination {
    float:left;width:100%;list-style:none;margin:10px;padding:0px;
}
.pagination li {
    background: #FFFFFF;
    color: #333333;
    border:1px solid #E2E2E2;
    padding: 10px;
    display:inline;
}
.pagination .active {
    background: #009688;
    color: #FFF;
}

.layui-table th{
    text-align:center;
}