.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.header .header-img {
  height: 3.575rem;
  background-color: rgba(255, 255, 255, 0.85);
}
.header .header-img .gg-logo {
  width: 7.375rem;
  height: 2.0625rem;
  position: absolute;
  top: 0.75rem;
  left: 1.6rem;
}
.header .header-img .new-list {
  width: 1.25rem;
  height: 0.925rem;
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  cursor: pointer;
}
.header .header-img .order {
  position: absolute;
  top: 0;
  right: 1.5rem;
  font-size: 2.65rem;
  display: none;
  color: #000000;
  z-index: 9999;
}
.header .aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  color: #49434345;
  /* -webkit-transition: left 0.5s;
  -o-transition: 0.5s left;
  transition: left 0.5s; */
  z-index: 99;
  display: none;
}
.aside li {
  line-height: 4.6rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
  color: rgb(70, 68, 66);
  cursor: pointer;
}

