.basicCaseSettings .box {
  height: calc(100vh - 145px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.basicCaseSettings .box .left {
  width: 358px;
  height: calc(100vh - 145px);
  border-right: 2px solid #EFF4F8;
}
.basicCaseSettings .box .left .btns {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
}
.basicCaseSettings .box .left .btns > span {
  width: 230px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1784fc;
  color: #1784fc;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.basicCaseSettings .box .left .btns > span i {
  position: absolute;
  top: 0;
  right: 13px;
}
.basicCaseSettings .box .left .treeData {
  height: calc(100vh - 203px);
  overflow-y: scroll;
  padding-left: 8px;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.basicCaseSettings .box .left .treeData .el-tree-node__content {
  width: 340px;
}
.basicCaseSettings .box .left .treeData .el-tree-node__content:hover .custom-tree-node div {
  color: #1784fc;
  cursor: pointer;
}
.basicCaseSettings .box .left .treeData .custom-tree-node {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.basicCaseSettings .box .left .treeData .custom-tree-node > .iconfont {
  width: 30px;
}
.basicCaseSettings .box .left .treeData .custom-tree-node .iconwendang {
  width: 18px;
}
.basicCaseSettings .box .left .treeData .custom-tree-node span {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.basicCaseSettings .box .left .treeData .custom-tree-node span .desc {
  max-width: 180px;
  width: 180px;
  display: block;
}
.basicCaseSettings .box .left .treeData .custom-tree-node div {
  width: 95px;
  display: none;
}
.basicCaseSettings .box .left .treeData .custom-tree-node div i {
  font-size: 14px;
  margin: 0 4px;
}
.basicCaseSettings .box .left .treeData .custom-tree-node .content {
  position: absolute;
  right: 0;
}
.basicCaseSettings .box .left .treeData .custom-tree-node:hover div {
  display: block;
}
.basicCaseSettings .box .left .treeData .custom-tree-node .active {
  color: #1784fc;
}
.basicCaseSettings .box .left .treeData .icon-file {
  color: #1784fc;
}
.basicCaseSettings .box .left .treeData .icon-file.color0 {
  opacity: 0.7;
}
.basicCaseSettings .box .left .treeData::-webkit-scrollbar {
  width: 6px;
  height: 15px;
}
.basicCaseSettings .box .left .treeData::-webkit-scrollbar-track {
  background-color: transparent;
}
.basicCaseSettings .box .left .treeData::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.basicCaseSettings .contentBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 145px);
  padding: 0 15px;
  overflow-y: auto;
}
.basicCaseSettings .contentBox .boxs {
  width: 690px;
  margin: 0 auto;
}
.basicCaseSettings .contentBox .boxs .items {
  width: 690px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basicCaseSettings .contentBox .boxs .items .label {
  width: 100px;
  line-height: 40px;
}
.basicCaseSettings .contentBox .boxs .items .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
  word-break: break-all;
}
.basicCaseSettings .contentBox .boxs .center {
  text-align: center;
  padding: 10px;
}

