.aimei_product {
  display: flex;
  flex-wrap: wrap;
}

.aimei_border_right {
  border-right: 1px solid #dcdcdc;
}

.aimei_product_item_desc_count {
  display: flex;
  height: 45px;
  margin-top: 15px;
  line-height: 45px;
  border-top: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  color: #616161;
}

.aimei_product_item_desc_count div {
  width: 50%;
}