.clear {
  clear: both;
}

.flashDataBox .flashData-col {
  float: left;
  width: 240px;
}

.productListBox {
  padding: 20px;
}

.productListBox .product_item {
  float: left;
  margin: 20px;
  width: 220px;
  min-height: 280px;
  background: #eee;
  padding: 10px;
}

.productListBox .product_item .product_content .product_id {
  color: #ccc;
  font-size: 14px;
}

.productListBox .product_item .product_content .product_image {
  margin: 0px auto;
  width: 200px;
  height: 200px;
  background: #666;
}

.productListBox .product_item .product_content .product_image img {
  width: 100%;
  height: 100%;
}

.productListBox .product_item .product_content .product_name {
  margin: 10px 0px;
  color: #333;
  font-size: 15px;
  width: 200px;
  text-align: center;
}

.productListBox .product_item .product_content .product_name.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productListBox .product_item .product_content .picked_icon {
  color: #ff5000;
  font-size: 14px;
  font-weight: 600;
}

.productListBox .product_item .product_content .buy_button {
  cursor: pointer;
  color: #fff;
  background: #02f;
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-weight: 600px;
}

.productListBox .product_item .product_content .buy_button:hover {
  background: #05f;
}

.productListBox .product_item .product_content .buy_button:active {
  background: #02c;
}
