.header-nav-mo {
  width: 375px;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: -375px;
  background: #fff;
  transition: all .3s linear;
}
.header-nav-mo.active {
  left: 0;
  transition: all .3s linear;
}
.header-nav-mo ul {
  margin-top: 40px;
}
.header-nav-mo ul li {
  width: 100%;
  height: 40px;
  border-bottom: 1px dashed #7c7b7b;
}
.header-nav-mo ul li a {
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  line-height: 40px;
  padding-left: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.header-nav-mo ul li span {
  float: right;
  font-size: 30px;
  display: block;
  line-height: 30px;
  height: 100%;
  width: 40px;
  position: relative;
  bottom: 40px;
  transform: rotate(0);
  transition: all .3s linear;
  cursor: pointer;
}
.header-nav-mo ul div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s linear;
}
.header-nav-mo ul div.active {
  height: auto;
  opacity: 1;
  transition: all .3s linear;
}
.header-nav-mo ul div a {
  display: block;
  float: left;
  border-bottom: 1px solid #e2e2e2;
  width: calc(100% - 10px);
  height: 35px;
  line-height: 35px;
  color: #333;
  font-size: 16px;
  padding-left: 10px;
}

.nav-close-mo {
  width: 60px;
  height: 60px;
  position: relative;
  left: calc(100% - 80px);
  top: 20px;
  cursor: pointer;
}
.nav-close-mo img {
  width: 100%;
  height: 100%;
}

.bg-mo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #404040;
  opacity: 0.6;
  z-index: 9999998;
}
.bg-mo.active {
  display: block;
}

.menu-mo {
  display: none;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
.menu-mo .menu, .menu-mo .user-mo {
  width: 20px;
  height: 20px;
  margin: 10px 15px;
}
.menu-mo .menu img, .menu-mo .user-mo img {
  width: 100%;
  height: 100%;
}
.menu-mo .logo-1 {
  margin-left: 10px;
  height: 40px;
}
.menu-mo .logo-1 img {
  height: 100%;
}
.menu-mo.active {
  position: fixed;
  background: #ffffff;
  width: 100%;
  top: 0;
  z-index: 999999;
}

/*# sourceMappingURL=page-mo.css.map */
