@charset "UTF-8";
/* 公共颜色变量 */
[data-v-65c4b4b2] .info-label {
  width: 80px;
  justify-content: flex-end;
  color: #666;
}
.goods-wrap .img[data-v-65c4b4b2] {
  width: 60px;
  height: 60px;
}
.goods-wrap .img img[data-v-65c4b4b2] {
  width: 100%;
  height: 100%;
}
.goods-wrap .info[data-v-65c4b4b2] {
  width: calc(100% - 70px);
  margin-left: 10px;
  text-align: left;
}
.goods-wrap .info .name[data-v-65c4b4b2] {
  min-height: 44px;
  line-height: 22px;
}
.goods-wrap .info .text[data-v-65c4b4b2] {
  line-height: 16px;
  margin-top: 5px;
  font-size: 12px;
  color: #929292;
}
