.select-goods[data-v-7f344a46] {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select-goods .left[data-v-7f344a46] {
  width: 200px;
  height: 700px;
  border-right: 1px solid #eeeeee;
}
.select-goods .right[data-v-7f344a46] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select-goods .right .top[data-v-7f344a46] {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.select-goods .right .top .search[data-v-7f344a46] {
  width: 200px;
  float: right;
  margin-right: 10px;
}
.select-goods .right .bottom[data-v-7f344a46] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}
.select-goods .right .bottom .product-info[data-v-7f344a46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-goods .right .bottom .product-info img[data-v-7f344a46] {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.select-goods .right .bottom .pagination[data-v-7f344a46] {
  float: right;
  margin-top: 10px;
}

