
.footer[data-v-c3aa2052] {
  height: 1.25rem;
  width: 100%;
  z-index: 1000;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 1090px;
}
.nav-container[data-v-c3aa2052] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: 1.2rem;
  padding-bottom: 0.25rem; /* 往上移动文字以对齐背景方框 */
  padding-right: 0.1rem;
}
.nav-container a[data-v-c3aa2052] {
  position: relative;
  text-decoration: none;
  font-size: 0.3rem;
  color: #95e4f7;
  font-weight: bold;
  cursor: pointer;
  padding: 0.13rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-container a[data-v-c3aa2052]:hover,
.nav-container a.active[data-v-c3aa2052] {
  color: lightblue;
  text-shadow: 0 0 5px rgba(173, 216, 230, 0.5);
}

