.div[data-v-51fd4cc6] {
  min-height: 100vh;
  background-color: #f5f5f7;
  display: flex;
  flex-direction: column;
}
[data-v-51fd4cc6] .van-nav-bar {
  background: linear-gradient(135deg, #40a964 0%, #3a9858 100%);
  color: white;
  box-shadow: 0 0.05333rem 0.21333rem rgba(0, 0, 0, 0.1);
}
[data-v-51fd4cc6] .van-nav-bar::after {
  border: none;
}
[data-v-51fd4cc6] .van-nav-bar__title {
  color: white;
  font-size: 0.42667rem;
  font-weight: 600;
}
[data-v-51fd4cc6] .van-icon-arrow-left {
  color: white;
}
.img-container[data-v-51fd4cc6] {
  flex: 1;
  padding: 0.53333rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}
.img-list[data-v-51fd4cc6] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.42667rem;
  width: 100%;
  margin-top: 0.26667rem;
}
.img-list > div[data-v-51fd4cc6] {
  background: white;
  border-radius: 0.32rem;
  overflow: hidden;
  padding-top: 0.26667rem;
  box-shadow: 0 0.10667rem 0.32rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(0);
  cursor: pointer;
}
.img-list > div[data-v-51fd4cc6]:hover {
  transform: translateY(-0.10667rem);
  box-shadow: 0 0.21333rem 0.64rem rgba(0, 0, 0, 0.12);
}
.img-list img[data-v-51fd4cc6] {
  width: 100%;
  height: 4rem;
  object-fit: cover;
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
  transition: transform 0.3s ease;
}
.img-list > div:hover img[data-v-51fd4cc6] {
  transform: scale(1.05);
}
.img-name[data-v-51fd4cc6] {
  padding: 0.32rem 0.42667rem;
  font-size: 0.37333rem;
  color: #333;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(0deg, #ffffff 0%, #f9f9f9 100%);
}
.img-placeholder[data-v-51fd4cc6] {
  width: 100%;
  height: 5.33333rem;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading-51fd4cc6 1.5s infinite;
}
@keyframes loading-51fd4cc6 {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}

/*# sourceMappingURL=189.963966f88171bcf6.css.map*/