.Entrybox .hearder {
  min-height: 60px;
  line-height: 60px;
  background-color: #F8F8F8;
}
.Entrybox .hearder span {
  height: 34px;
  line-height: 32px;
  padding: 0 30px;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  margin-left: 20px;
  margin-top: 13px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.Entrybox .hearder span:hover,
.Entrybox .hearder span.active {
  border-color: #1784fc;
  background-color: #1784fc;
  color: #fff;
}
.Entrybox > .boxs {
  height: calc(100vh - 205px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.Entrybox > .boxs .left {
  width: 300px;
  height: calc(100vh - 205px);
  border-right: 2px solid #EFF4F8;
}
.Entrybox > .boxs .left .btns {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
}
.Entrybox > .boxs .left .btns > span {
  width: 180px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1784fc;
  color: #1784fc;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.Entrybox > .boxs .left .btns > span i {
  position: absolute;
  top: 0;
  right: 13px;
}
.Entrybox > .boxs .left .treeData {
  height: calc(100vh - 255px);
  overflow-y: scroll;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.Entrybox > .boxs .left .treeData .custom-tree-node {
  height: 35px;
  padding-left: 8px;
}
.Entrybox > .boxs .left .treeData .custom-tree-node .iconfont {
  width: 40px;
  color: #1784fc;
  display: inline-block;
  text-align: center;
}
.Entrybox > .boxs .left .treeData .custom-tree-node span {
  color: #1784fc;
  font-size: 14px;
}
.Entrybox > .boxs .left .treeData .custom-node {
  height: 35px;
  padding-left: 8px;
  line-height: 35px;
  cursor: pointer;
}
.Entrybox > .boxs .left .treeData .custom-node .iconwendang {
  width: 20px;
  text-align: center;
  margin-left: 20px;
  float: left;
}
.Entrybox > .boxs .left .treeData .custom-node span {
  width: 190px;
  height: 35px;
  float: left;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Entrybox > .boxs .left .treeData .custom-node div {
  width: 50px;
  height: 35px;
  float: left;
  display: none;
}
.Entrybox > .boxs .left .treeData .custom-node div .iconfont {
  width: 25px;
  text-align: center;
}
.Entrybox > .boxs .left .treeData .custom-node:hover .iconwendang {
  color: #1784fc;
}
.Entrybox > .boxs .left .treeData .custom-node:hover span {
  color: #1784fc;
}
.Entrybox > .boxs .left .treeData .custom-node:hover div {
  display: inline-block;
}
.Entrybox > .boxs .left .treeData .custom-node.active .iconwendang {
  color: #1784fc;
}
.Entrybox > .boxs .left .treeData .custom-node.active span {
  color: #1784fc;
}
.Entrybox > .boxs .left .treeData::-webkit-scrollbar {
  width: 6px;
  height: 15px;
}
.Entrybox > .boxs .left .treeData::-webkit-scrollbar-track {
  background-color: transparent;
}
.Entrybox > .boxs .left .treeData::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.Entrybox .contentBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 205px);
}
.Entrybox .contentBox .items {
  width: 850px;
  min-height: 45px;
  line-height: 45px;
  margin-left: 30px;
  background-color: #EEF4F4;
  border-bottom: 1px solid #D5E2E1;
  cursor: pointer;
}
.Entrybox .contentBox .items > i {
  width: 130px;
  height: 45px;
  text-align: center;
  float: left;
  font-style: normal;
  padding: 0 5px;
}
.Entrybox .contentBox .items > div {
  width: 620px;
  height: 45px;
  text-align: center;
  float: left;
  padding: 0 5px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Entrybox .contentBox .items > span {
  width: 100px;
  height: 45px;
  text-align: center;
  float: left;
}
.Entrybox .contentBox .items > span i:hover {
  cursor: pointer;
  color: #1784fc;
}
.Entrybox .contentBox .head {
  background-color: #1784fc;
  color: #fff;
}
.Entrybox .center {
  width: 800px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 30px;
}
.Entrybox .ant-btn-dashed.ant-btn-block {
  width: 800px;
  margin-left: 30px;
  border-color: #1784fc;
  color: #1784fc;
}
.Entrybox .btn {
  width: 800px;
  height: 60px;
  padding-top: 5px;
  text-align: center;
  margin-left: 30px;
}
.Entrybox .btn .ant-btn {
  margin: 0 8px;
}
.Entrybox .btn .ant-btn.ant-btn-primary {
  border-color: #1784fc;
  background-color: #1784fc;
}

