.web-nav {
  background-color: white;
  width: 19.2rem;
  padding: 0.3rem 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.web-nav-container {
  width: 11.35rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.web-nav-container-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  padding: 0.1rem 0.1rem;
  flex-direction: column;
}
.web-nav-container-item.active::after {
  display: none;
}
.web-nav-container-item::after {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  border: 1px solid #cccccc;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.web-nav-container-item span {
  font-size: 0.18rem;
  font-weight: 600;
  color: black;
}
.web-nav-container-item i {
  color: red;
  margin-top: 0.05rem;
}
.web-nav-container-item:hover {
  transform: scale(1.2);
}
.web-nav-container-item:hover span {
  color: red;
}
.web footer {
  width: 19.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 2.5rem;
  background-color: #e62129;
}
.web footer a {
  display: block;
  position: absolute;
  width: 1.35rem;
  height: 0.3rem;
  left: 5.6rem;
  bottom: 0.5rem;
}
.web footer img {
  width: 9.65rem;
}
/*# sourceMappingURL=nav-footer.css.map */