.childMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 13vw;
  -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: 7em;
  z-index: 999;
}

.childMenu .item {
  width: 15vw;
  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;
  cursor: pointer;
}

.childMenu .item img {
  width: 2.4vw;
  height: 2.4vw;
  margin-right: 5px;
}

.childMenu .item:hover {
  color: #de0303;
}

.childMenu .mid {
  width: 1px;
  height: 50%;
  background-color: #e5e5e5;
}
/*# sourceMappingURL=lefttypelist.css.map */