.childMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 1vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
  background-color: white;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(169, 169, 169, 0.17);
          box-shadow: 0px 3px 6px 0px rgba(169, 169, 169, 0.17);
  position: -webkit-sticky;
  position: sticky;
  top: 3em;
  z-index: 999;
}

.childMenu .item {
  width: 24%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 80%;
  color: #606266;
}

.childMenu .item img {
  width: 10vw;
  height: 10vw;
}

.childMenu .item:nth-child(5) {
  /*display: none;*/
}

.childMenu .mid {
  display: none;
}
/*# sourceMappingURL=lefttypelist_m.css.map */