.cardBox {
  position: absolute;
  z-index: 1;
  height: 200px;
  overflow: auto;
  color: #303133;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  cursor: pointer;
  .cardli {
    width: 332px;
    padding: 7px 13px;
    &:hover {
      background-color: #f5f7fa;
    }
  }
  .cardText {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 26px;
  }
  .cf60 {
    color: #f60;
  }
}

.container {
  display: flex;
  align-items: center;
  min-height: 32px;
  background: #f2f3f5;
  border: 1px solid #f2f3f5;
}
.radio {
  min-height: 48px;
  max-height: 200px;
  padding: 8px;
  overflow-y: scroll;
  background: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 14px rgba(38, 38, 38, 0.1);
}
