.store-page {
  position: relative;
  width: 100%;
  height: calc(100vh - 9rem);
}
@media screen and (max-width: 768px) {
  .store-page {
    height: calc(100vh - 120px);
  }
}
.store-page #map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amap-handle-box {
  position: absolute;
  top: 8.5rem;
  left: 8.5rem;
  bottom: 8.5rem;
  z-index: 2;
  display: flex;
  min-width: 30rem;
  flex-direction: column;
}
.amap-handle-body-box .expand-and-collapse {
  display: none;
}
@media screen and (max-width: 768px) {
  .amap-handle-box {
    top: 5%;
    left: 5%;
    bottom: auto;
    max-height: 74vh;
  }

    .amap-handle-body-box .expand-and-collapse {
    display: flex;
    height: 7rem;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
      flex-shrink: 0;
  }
  .amap-handle-body-box .expand-and-collapse .txt {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .amap-handle-body-box .expand-and-collapse .expand img {
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(90deg);
  }
  .amap-handle-body-box .expand-and-collapse .collapse img {
    width: 2.4rem;
    height: 2.4rem;
    transform: rotate(-90deg);
  }
  .amap-handle-body-box .expand-and-collapse .expand {
    display: none;
  }
  .amap-handle-body-box .expand-and-collapse.on .expand {
    display: flex;
  }
  .amap-handle-body-box .expand-and-collapse .collapse {
    display: flex;
  }
  .amap-handle-body-box .expand-and-collapse.on .collapse {
    display: none;
  }
  .custom-content-marker {
    width: 50vw;
  }
}

.amap-handle-box-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amap-handle-box-toolbar .amap-handle-box-toolbar-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: rgb(255, 255, 255);
  cursor: pointer;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .amap-handle-box-toolbar .amap-handle-box-toolbar-left svg {
    width: 2rem;
    height: 2rem;
  }
}
.amap-handle-box-toolbar .amap-handle-box-toolbar-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 4rem;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.amap-handle-box-toolbar .amap-handle-box-toolbar-right svg {
  margin-left: 1.2rem;
  color: rgb(153, 157, 174);
}
@media screen and (max-width: 768px) {
  .amap-handle-box-toolbar .amap-handle-box-toolbar-right svg {
    width: 2rem;
    height: 2rem;
  }
}
.amap-handle-box-toolbar .amap-handle-box-toolbar-right input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
}

.amap-handle-body-box {
  flex: 1;
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.2rem;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  max-height: max-content;
  min-height: 40rem;
}

.amap-handle-box-list-container {
  overflow-y: auto;
  height: 100%;
}
.amap-handle-box-list-container::-webkit-scrollbar {
  width: 7px;
}

.amap-handle-box-list {
  width: 37.7rem;
  padding: 0 2.5rem;
  overflow-y: auto;
}
.amap-handle-box-list .amap-handle-box-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  overflow: auto;
}
.amap-handle-box-list .amap-handle-box-list-item-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  right: 0;
  top: 0;
  cursor: pointer;
}
.amap-handle-box-list .amap-handle-box-list-item-title {
  color: rgb(48, 48, 48);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.amap-handle-box-list .amap-handle-box-list-item-type {
  color: rgb(153, 157, 174);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.amap-handle-box-list .amap-handle-box-list-item-address {
  color: rgb(153, 157, 174);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.amap-handle-box-list .amap-handle-box-list-item-phone {
  color: rgb(153, 157, 174);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.amap-handle-box-list .amap-handle-box-list-item-time {
  color: rgb(153, 157, 174);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.list-empty {
  font-size: 1.6rem;
  color: #333333;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-loading {
  font-size: 1.6rem;
  color: #333333;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.amap-list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 2.5rem 0;
  min-height: 4rem;
}
.amap-list-pagination .amap-list-pagination-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  width: 3rem;
  height: 3.2rem;
  color: rgb(139, 139, 139);
  border-bottom: 2px solid transparent;
}
.amap-list-pagination .amap-list-pagination-item.active {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: 2px solid var(--primary-color);
}
.amap-list-pagination .amap-list-pagination-item:hover {
  color: #000;
}
.amap-list-pagination .cases-pagination-item-last, .amap-list-pagination .cases-pagination-item-next,
.amap-list-pagination .cases-pagination-item-first, .amap-list-pagination .cases-pagination-item-prev {
  color: #000;
}
.amap-list-pagination .cases-pagination-item-last, .amap-list-pagination .cases-pagination-item-next {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .amap-handle-body-box {
    min-height: 15rem;
  }
  .amap-handle-box-list-container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .list-empty {
    height: 100%;
    flex: 1;
  }
}

/*# sourceMappingURL=store.css.map */
