.nav-menu {
  display: none;
  width: 60px;
  height: 17px;
  background: url(../images/nav.png) no-repeat center center/80%;
  position: absolute;
  right: 30px;
  top: 49px;
  z-index: 100;
}

.nav-menu-close {
  width: 60px;
  height: 60px;
  background: url(../images/close.png) no-repeat center center/80%;
}
.menualine {
  background-color: white;
  height: 1px;
  width: 90vw;
  margin-top: 10px;
  margin-left: 5vw;
}
.menudiv {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 100;
  display: none;
}
.menitem {
  font-family: AliMedium;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  color: white;
}

.footer {
  background-color: #f5f8ff;
  height: 50px;
  width: 100%;
  color: #909090;
}
.footer > .footerline {
  margin: 0 10px;
  width: 1px;
  height: 16px;
  background: #909090;
}
