body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  padding-top: 3em;
}

img {
  max-width: 100%;
  -webkit-user-drag: none;
}

.hidden_m {
  display: none;
}

.headBar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-transition: height 1s;
  transition: height 1s;
  overflow: hidden;
}

.headBar div {
  cursor: pointer;
}

.headBar .logo {
  display: none;
}

.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;
  margin-bottom: 3vw;
}

.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 .mtt {
  color: #606266;
  width: 90vw;
  margin-left: 5vw;
  height: 3em;
  line-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  border-bottom: 1px solid #e5e5e5;
}

.headBar .mtt .main {
  width: 100%;
  padding-left: 1em;
}

.headBar .mtt .main:hover {
  background-color: #de0303;
  color: white;
}

.headBar .mtt .children {
  display: none;
}
/*# sourceMappingURL=head_m.css.map */