.qk-item .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border-bottom: 1px solid #e7e7e7;*/
}
.qk-item .cell-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0.5rem;
}
.qk-item .iconfont {
  margin: 0 0.5rem;
  font-size: 1.2em;
}
.qk-item .icon-jiantou {
  color: #999;
  cursor: pointer;
}
