.setCombination .ant-drawer-title .ant-select {
  width: 300px;
  position: absolute;
  top: 11px;
  right: 90px;
}
.setCombination .total {
  color: #000;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 20px;
}
.setCombination .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: inherit!important;
}
.setCombination .box-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 104px);
}
.setCombination .box-left .ant-input,
.setCombination .box-left .ant-input-number {
  width: 95%;
}
.setCombination .project {
  width: 350px;
  height: calc(100vh - 104px);
  border-left: 1px solid #f0f0f0;
}
.setCombination .project .search {
  padding: 15px 20px;
}
.setCombination .project .search .ant-select {
  width: 100%;
}
.setCombination .project .boxss {
  overflow-y: scroll;
  height: calc(100% - 60px);
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.setCombination .project .boxss .ant-collapse {
  width: 340px;
  margin: 0 auto;
  border: none;
}
.setCombination .project .boxss .ant-collapse .ant-collapse-header .red {
  min-width: 25px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0 5px;
  background-color: red;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.setCombination .project .boxss .ant-collapse-item {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
  border-radius: 4px;
}
.setCombination .project .boxss .ant-collapse-item .ant-collapse-content-box div {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 166, 201, 0.3);
}
.setCombination .project .boxss .ant-collapse-item .ant-collapse-content-box div .ant-btn {
  padding: 0;
}
.setCombination .project .boxss .ant-collapse-item .ant-collapse-content-box div .text {
  width: 215px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.setCombination .project .boxss .ant-collapse-item .ant-collapse-content-box div .money {
  width: 60px;
  text-align: center;
  float: left;
}
.setCombination .project .boxss .ant-collapse-item .ant-collapse-content-box div:nth-child(2n-1) .text {
  color: rgba(0, 166, 201, 0.8);
}
.setCombination .project .boxss .ant-collapse-item-active .ant-collapse-header {
  color: #00A6C9;
  background-color: rgba(24, 144, 255, 0.1);
}

