.hidden_m {
  display: none !important;
}

.headBar {
  z-index: 9999;
  background-color: white;
}

.headBar .mh {
  padding: 0 5%;
  height: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headBar .mh .logo {
  display: block;
  height: 100%;
}

.headBar .mh .title {
  width: 60%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headBar .mh .menus {
  height: 50%;
  margin-left: 15vw;
}

.headBar .mh .menuicon {
  height: 40%;
}

.headBar .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0;
  -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;
  position: relative;
  z-index: 9999;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.headBar .titleBar .menuItem {
  width: 100%;
  font-weight: bold;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.headBar .titleBar .menuItem .children {
  display: none;
}

.headBar .titleBar .menuItem:hover {
  color: white;
  background-color: #40D2E1;
  cursor: pointer;
}

.headBar .titleBar .activity {
  color: white;
  background-color: #40D2E1;
}
/*# sourceMappingURL=head_m.css.map */