.container[data-v-18dc745c] {
  min-height: 100vh;
  position: relative;
}
.container .footerLogo[data-v-18dc745c] {
  height: 0.38rem;
  width: 2.3rem;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.banner[data-v-18dc745c] {
  width: 100%;
  height: 6rem;
  position: relative;
}
.nav[data-v-18dc745c] {
  width: 6.9rem;
  height: 4.14rem;
  background-color: white;
  border-radius: 0.2rem;
  margin: -0.4rem 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.nav .nav-item[data-v-18dc745c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.06rem;
  width: 33.33%;
  position: relative;
}
.nav .nav-item .nav-icon[data-v-18dc745c] {
  height: 0.64rem;
  width: 0.64rem;
  display: block;
}
.nav .nav-item .nav-title[data-v-18dc745c] {
  font-size: 0.26rem;
  color: #333;
  margin-top: 0.16rem;
}
.nav .nav-item[data-v-18dc745c]:nth-of-type(-n + 2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 200%;
  width: 1px;
  transform: scaleX(0.5);
  background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 50%, rgba(21, 21, 21, 0) 100%);
}
.nav[data-v-18dc745c]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  transform: scaleY(0.5);
  background: linear-gradient(90deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.4) 50%, rgba(21, 21, 21, 0) 100%);
}

