.main {
  background-color: #f3f3f3; }

.products-category {
  padding: 0.4rem;
  background-color: #fff; }
  .products-category h2 {
    font-size: 14px;
    color: #333; }
    [data-dpr="2"] .products-category h2 {
      font-size: 28px; }
    [data-dpr="3"] .products-category h2 {
      font-size: 42px; }

.products-recommand {
  width: 100%;
  height: 5.33333rem; }
  .products-recommand a {
    display: block; }

.products-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .products-list-item {
    margin-top: 0.05333rem;
    width: 4.97333rem;
    height: 4.22667rem;
    background-color: #fff; }
    .products-list-item img {
      display: block;
      margin: 0.50667rem auto 0;
      width: 2.66667rem;
      height: 2rem; }

.products-item-title {
  margin-top: 0.42667rem;
  font-size: 13px;
  text-align: center;
  color: #333; }
  [data-dpr="2"] .products-item-title {
    font-size: 26px; }
  [data-dpr="3"] .products-item-title {
    font-size: 39px; }

.products-item-desc {
  margin-top: 0.2rem;
  font-size: 10px;
  text-align: center;
  color: #666; }
  [data-dpr="2"] .products-item-desc {
    font-size: 20px; }
  [data-dpr="3"] .products-item-desc {
    font-size: 30px; }
