.select h2 {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #3E4E59;
  line-height: 20px;
  margin-bottom: 6px;
}

.select ul {
  margin-bottom: 10px;
}

.select ul li {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 5px;
}

.select ul li .delete-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url("../images/Group5.svg") no-repeat;
  cursor: pointer;
}

.select ul li .item-wrap {
  background: #F5F8FA;
  border-radius: 2px;
  width: 163px;
  height: 27px;
  line-height: 27px;
  display: flex;
  flex-direction: row;
}

.select ul li .item-wrap .content-wrap {
  cursor: pointer;
  flex: 1;
}

.select ul li .item-wrap .content-wrap .title-input {
  width: 100px;
  text-indent: 1px;
}

.select ul li .item-wrap .content-wrap .title-input:focus {
  border: 1px solid #85c2ff;
}

.select ul li .item-wrap .content-wrap a {
  color: #3e4e59;
}

.select ul li .item-wrap span {
  margin: 0;
  width: 26px;
  height: 27px;
  background-color: #E4EBF0;
  background-repeat: no-repeat;
  border-radius: 0px 2px 2px 0px;
  padding: 7px;
}

.select ul li .item-wrap span:nth-of-type(1) {
  margin: 0 5px;
  width: 12px;
  height: 24px;
  background: url("../images/GroupCopy2.svg") 0px 7px no-repeat;
}

.select ul li .item-wrap span:nth-of-type(2) {
  background-position: 8px 8px;
  float: right;
}

.select ul li .item-wrap span.decline {
  background-image: url("../images/decline@1x.svg");
  background-position: 9px 7px;
  cursor: pointer;
}

.select ul li .item-wrap span.rise {
  background-image: url("../images/decline@1x.svg");
  transform: rotate(180deg);
  background-position: 8px 7px;
  cursor: pointer;
}
