body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-y:hidden;
}

/*禁用设置*/
.disabled{
  color: #bbbec4;
  background-color: #f7f7f7;
  border-color: #dddee1;
}

/*总体样式*/
.bg-width-400{
    width: 400px;
    min-width: 240px;
}
.bg-width-240{
  width: 240px;
  min-width: 240px;
}
.bg-width-200{
  width: 200px;
  min-width: 200px;
}
.bg-width-160{
  width: 160px;
  min-width: 160px;
}

.inline-block{  display: inline-block;}
.whole{
  width: 100%;
  height: 100%;
}
.height{ height: 100%}
.width{ width: 100%}

/*系统管理table操作样式*/

/*代替selectChoose样式*/
.table-handle{
  border-top: 1px solid #D4D4D4;
  background-color: #f5f5f5;
}
/*代替selectChooseBox样式*/
.table-toolbar{
  border: none;
  background-color: transparent;
}

/*部门树节点样式*/
.tree-menus {
  display: none;
  position: absolute;
  background-color: #FFF;
  z-index: 999;
  width: 160px;
  height: 120px;
  overflow: auto;
  border: 1px solid #dddee1;
}
/* 弹出框居中*/
.pop-modal{
  margin:0 auto;
  text-align: center
}

.fr{ float:right;}
.no-display{  display:none;}
.display{ display:block;}

/* 弹出框置于顶层*/
.modal-position{
  position:relative;
  z-index:9999;
}
li{
  list-style-type: none;
}
.text-limit{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
