@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000;
}

ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,body,td,input {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ztree * {
  font-size: inherit;
}

.wselect-group {
  display: inline-block;
  position: relative;
}
.wselect-menu {
  position: absolute;
  /* display: none;  */
  min-width: 250px;
  height: 420px; 
  background: #fff;
  border: 1px solid #ddd;
  top: 34px;
  z-index: 10000;
  bottom:0px;
  width:100%;
  padding: 10px 0;
}
.wselect-menu span {
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.wselect-menu a {
  display: block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}
.wselect-menu a:hover,
.wselect-menu a.active {
  background: #3A80A7;
  color: #fff; 
}
.wselect-menu a input[type=radio],
.wselect-menu a input[type=checkbox] {
  position: relative;
  top: -6px;
  left: -4px;
}
.wselect-menu a label {
  cursor: pointer;
}

.wselect-menu-box {
  overflow-y: auto;
  height: 100%;
}

.wlist li {
  height: 22px;
}

/*tree搜索区域  */
.searchTree-box {
  position:relative;
  width:160px;
}
/*搜索框input  */
#searchTree {
  width: 100% !important;
  height: 25px !important; 
  padding-left: 5px !important;
  padding-right: 30px !important;
  color: #000 !important; 
  border: 1px solid #ddd !important;
  border-radius: 2px !important;
  outline: 0 !important;
  margin-top: 0 !important;
}
#searchTree.active {
  border-color: #A30B18;
}
/*搜索按钮  */
#searchTree+a {
  position:absolute;
  width:20px;
  height:20px;  
  background:url(/project6/z/class/Dtree/img/search.png) no-repeat;
  top:3px;
  right:7px;
  cursor: pointer;
}
/*搜索提示  */
#help-block {
  height: 20px;
  padding-top: 5px;
  font-size: 12px;
  color: #A30B18;
}
/*设置按钮  */
#setTree .icon-set {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/project6/z/class/Dtree/img/setting.png);
  top: 2px;
  right: -26px;
}
.wselect-menu span.treeAllChk {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background: url(/project6/lz/assets/js/tools/zTree_v3/api/apiCss/img/zTreeStandard.png) 0 0 no-repeat;
}
.wselect-menu span.treeAllChk.active {
  background-position-x: -14px;
}



















