.baixiu_map {
  padding: var(--component-gap) 0;
  background: var(--bg-color);
}

.baixiu_map .map-wrapper {
  width: 100%;
  aspect-ratio: 1720/650;
  border-radius: 1.25rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .baixiu_map .map-wrapper {
    aspect-ratio: 16/9;
  }
}

@media screen and (max-width: 576px) {}