.productsPge {
  padding-bottom: 15vh;
}

.productsPge .typeName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}

.productsPge .typeName .name {
  font-size: 150%;
  color: #232323;
}

.productsPge .typeName .more {
  color: #de0303;
  margin-top: 1.5em;
  font-size: 90%;
}

.productsPge .list {
  min-height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productsPge .list .mbg {
  width: 95vw;
  margin-left: 2.5vw;
  background-color: #f2f3f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60vw;
  margin-top: 1em;
}

.productsPge .list .mbg img {
  width: 70%;
}

.productsPge .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  margin-left: 2.5%;
  margin-top: 2vw;
}

.productsPge .list .item .thumb {
  width: 100%;
  height: 21vw;
}

.productsPge .list .item .title {
  color: #606266;
  font-size: xx-small;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}

.productsPge .list .item .btitle {
  display: none;
}

.productsPge .list .item .more {
  display: none;
}

/*# sourceMappingURL=products_page_m.css.map */