.store-figure {
  padding-top: var(--sectionTop);
  padding-bottom: 1rem;
}

.store-tbs {
  width: 11.2rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.store-tbs .dot {
  width: calc(100% / 3);
  text-align: center;
  color: #aaabac;
  position: relative;
  cursor: pointer;
}

.store-tbs .dot .child {
  width: 14px;
  height: 14px;
  background-color: #aaabac;
}

.store-tbs .dot span {
  display: inline-block;
  padding-top: 0.4rem;
  font-size: 0.2rem;
}

.store-tbs .dot.active {
  color: var(--colorPrimary);
}

.store-tbs .dot.active .child {
  background-color: var(--colorPrimary);
  animation: dot 1.3s linear infinite both;
}

.store-tbs .dot.active::after {
  width: 28px;
  height: 28px;
}

.store-tbs .dot.active::before {
  width: 42px;
  height: 42px;
  opacity: 0.4;
}

.store-tbs .dot.active::before,
.store-tbs .dot.active::after {
  content: '';
  border: 1px solid var(--colorPrimary);
}

.store-swiper {
  margin-top: 1.2rem;
  position: relative;
}

.store-swiper .swiper-container {
  width: 16.3rem;
  margin: 0 auto;
  overflow: hidden;
}

.store-swiper .swiper-slide {
  width: 13rem;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}

.store-swiper .swiper-slide img {
  display: block;
  border-radius: 0.2rem !important;
}

.store-swiper .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  line-height: 2;
}

@media (max-width: 640px) {
  .store-figure .swiper-container {
    width: 100%;
  }

  .store-tbs {
    width: 100%;
  }

  .store-tbs .dot span {
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
}
