.goodImgBox {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  &:last-child {
    margin-bottom: 0;
  }

  .options {
    width: calc(100% - 40px);
    padding-left: 6px;
  }
}

.bsImgBox {
  display: flex;
  border-bottom: 1px solid #eee;
  .bsImgItem{
    display: flex;
  }
}

