.inner-banner--stores {
  background: #f8f8f8;
}

.inner-banner--stores .inner-banner__content {
  min-height: 384px;
}

.inner-banner--stores .inner-banner__text {
  max-width: 520px;
  padding-left: 10px;
}

.inner-banner--stores h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.inner-banner--stores h1 span {
  display: block;
}

.inner-banner--stores p {
  width: 480px;
  max-width: 100%;
  margin-top: 28px;
  color: #6a6a6a;
  font-size: 20px;
  line-height: 1.55;
}

.stores-section {
  background: #f7f7f7;
  padding: 74px 0 86px;
}

.stores-section .title {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
  color: #222;
}

.stores-service-hotline {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 auto 18px;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.stores-service-hotline a {
  color: var(--red);
  font-weight: 700;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 31px;
}

.store-card {
  display: flex;
  min-height: 198px;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 25px 25px 24px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(220, 220, 220, 0.18);
}

.store-card.is-hidden {
  display: none;
}

.store-card h3 {
  margin-bottom: 15px;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}

.store-card__meta {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  margin-bottom: 9px;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.store-card__meta img {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  object-fit: contain;
}

.store-card__meta span {
  margin-top: 2px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.store-btn {
  position: relative;
  display: inline-flex;
  min-width: 78px;
  height: 20px;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid var(--red);
  border-radius: 32px;
  background: #fff;
  color: var(--red);
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.store-btn::before {
  content: "";
  position: absolute;
  inset: -12px 0;
}

.store-btn:hover,
.store-btn:focus-visible {
  background: var(--red);
  color: #fff;
  transform: translateY(-1px);
}

.store-toggle-wrap {
  margin-top: 58px;
  text-align: center;
}

.store-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 143px;
  min-height: 44px;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid var(--red);
  border-radius: 999px;
  appearance: none;
  background: #fff;
  color: var(--red);
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.store-toggle:hover,
.store-toggle:focus-visible {
  background: #fff6f6;
}

.store-toggle img {
  display: block;
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.new-jiumao-page-stores main > .dark-section {
  background: #fff;
  color: #333;
}

.new-jiumao-page-stores main > .dark-section .dark-card {
  border: 0;
  background: #f6f6f6;
  box-shadow: none;
}

.new-jiumao-page-stores main > .dark-section .dark-card:hover {
  background: #f6f6f6;
  box-shadow: none;
  transform: none;
}

.new-jiumao-page-stores main > .dark-section .dark-card h3 {
  color: #333;
}

.new-jiumao-page-stores main > .dark-section .dark-card p {
  color: #999;
}

.stores-info-section {
  background: #fafafa;
  padding: 72px 0 76px;
}

.stores-info-card {
  padding: 42px 44px 33px;
  border: 1px solid #efefef;
  border-radius: 16px;
  box-shadow: none;
}

.stores-info-card h2 {
  margin-bottom: 29px;
  color: #333;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.stores-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 14px;
  margin-top: 0;
}


.geo-item   {
  display: flex;
}

.geo-item  .geo-icon {
  display: block;
  
    flex: unset;
  width: 62px;
  height: 62px;
  margin: 0 20px 0 0;
}

.geo-item strong {
  color: #666;
  font-size: 15px;
  line-height: unset;
  margin-bottom: 0;
}
.geo-item p {
  font-weight: bold;
  font-size: 16px;
  color: #999;
}
@media (max-width: 900px) {
  .inner-banner--stores .inner-banner__content {
    min-height: 330px;
  }

  .inner-banner--stores .inner-banner__text {
    max-width: 55%;
    padding: 42px 0 36px;
  }

  .inner-banner--stores h1 {
    font-size: 36px;
  }

  .inner-banner--stores p {
    width: 320px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .stores-section {
    padding: 54px 0 64px;
  }

  .stores-section__subtitle {
    width: 300px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .store-card {
    min-height: 190px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .store-card__meta img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .store-btn {
    height: 26px;
    min-height: 26px;
  }

  .stores-info-section {
    padding: 56px 0 62px;
  }

  .stores-info-card {
    padding: 34px 28px 30px;
  }

  .geo-grid.stores-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .stores-info-item {
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .inner-banner--stores .inner-banner__content {
    min-height: 300px;
  }

  .inner-banner--stores .inner-banner__text {
    max-width: 58%;
    padding: 30px 0 24px;
  }

  .inner-banner--stores h1 {
    font-size: 28px;
  }

  .inner-banner--stores p {
    width: 220px;
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5;
  }

  .stores-section .title {
    font-size: 22px;
  }

  .store-grid {
    grid-template-columns: 1fr;
  }

  .store-card {
    min-height: 0;
    padding: 22px !important;
  }

  .store-card h3 {
    font-size: 17px;
  }

  .store-toggle-wrap {
    margin-top: 38px;
  }

  .stores-info-section {
    padding: 48px 0 52px;
  }

  .stores-info-card {
    padding: 28px 20px 22px;
    border-radius: 14px;
  }

  .stores-info-card h2 {
    margin-bottom: 22px;
    font-size: 23px;
  }

  .geo-grid.stores-info-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .stores-info-item {
    min-height: 72px;
    gap: 16px;
    padding: 13px 16px;
  }

  .stores-info-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .stores-info-icon img {
    width: 35px;
    height: 35px;
  }

  .stores-info-card .stores-info-content p {
    font-size: 14px !important;
  }
}

/* 从 stores.html 迁移的内联样式。 */
.jiumao-stores-inline-01 {
  margin-bottom: 10px;
}

.jiumao-stores-inline-02 {
  color: #e74c3c;
}

.jiumao-stores-inline-03 {
  margin-bottom: 10px;
}

.jiumao-stores-inline-04 {
  color: #e74c3c;
}

.jiumao-stores-inline-05 {
  margin-bottom: 10px;
}

.jiumao-stores-inline-06 {
  color: #e74c3c;
}

.jiumao-stores-inline-07 {
  background: #fafafa;
}

.jiumao-stores-inline-08 {
  color: var(--red);
}

.jiumao-stores-inline-09 {
  color: var(--red);
}

.jiumao-stores-inline-10 {
  text-align: center;
  margin-top: 40px;
}

/* PC 与移动端共用门店查询功能。 */
.stores-section__subtitle {
  display: block;
  margin-top: 0;
  color: #999;
  text-align: center;
}

.store-search {
  display: flex;
  width: min(500px, 286px);
  height: 42px;
  align-items: center;
  gap: 12px;
  margin: 24px auto;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.store-search:focus-within {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(252, 16, 16, 0.08);
}

.store-search img {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  object-fit: contain;
}

.store-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #333;
  font: inherit;
  font-size: 14px;
  line-height: 1;
}

.store-search input::placeholder {
  font-size: 14px;
  color: #aaa;
  opacity: 1;
}

.store-search-empty {
  margin: 48px 0;
  color: #777;
  text-align: center;
}

.store-search-empty:not([hidden]) {
  display: block;
}

.store-search-empty[hidden],
.store-card[hidden] {
  display: none;
}

.stores-pc-only {
  display: block;
}

.new-jiumao-page-stores .store-search .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .new-jiumao-page-stores main {
    background: #fafafa;
  }

  .new-jiumao-page-stores .inner-banner--stores {
    height: 375px;
    min-height: 375px;
    background: #f5f5f5;
  }

  .new-jiumao-page-stores .inner-banner--stores .inner-banner__content {
    height: 100%;
    min-height: 0;
  }

  .new-jiumao-page-stores .inner-banner--stores .inner-banner__text {
    max-width: 610px;
    padding: 0;
  }

  .new-jiumao-page-stores .inner-banner--stores h1 {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 36px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0;
  }

  .new-jiumao-page-stores .inner-banner--stores p {
    width: 610px;
    max-width: 100%;
    margin-top: 18px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
  }

  .new-jiumao-page-stores .stores-section {
    padding: 76px 0 96px;
    background: #fafafa;
  }

  .new-jiumao-page-stores .stores-section .title {
    margin: 0 0 10px;
    font-family: var(--font-sans);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
  }

  .new-jiumao-page-stores .stores-service-hotline {
    margin: 0 auto 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .new-jiumao-page-stores .stores-section__subtitle {
    display: block;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    text-align: center;
  }

  .new-jiumao-page-stores .store-search {
    display: flex;
    width: 500px;
    height: 42px;
    align-items: center;
    gap: 12px;
    margin: 36px auto 32px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .new-jiumao-page-stores .store-search:focus-within {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(252, 16, 16, 0.08);
  }

  .new-jiumao-page-stores .store-search img {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    object-fit: contain;
  }

  .new-jiumao-page-stores .store-search input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    background: transparent;
    color: #333;
    font: inherit;
    font-size: 14px;
    line-height: 1;
  }

  .new-jiumao-page-stores .store-search input::placeholder {
    font-size: 14px;
    color: #aaa;
    opacity: 1;
  }

  .new-jiumao-page-stores .store-search input::-webkit-search-cancel-button {
    cursor: pointer;
  }

  .new-jiumao-page-stores .store-search-empty:not([hidden]) {
    display: block;
    margin: 72px 0;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-align: center;
  }

  .new-jiumao-page-stores .store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .new-jiumao-page-stores .store-card {
    min-height: 236px;
    padding: 30px 40px 26px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.025);
  }

  .new-jiumao-page-stores .store-card[hidden],
  .new-jiumao-page-stores .store-card.is-hidden {
    display: none;
  }

  .new-jiumao-page-stores .store-card h3 {
    margin: 0 0 20px;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333;
  }

  .new-jiumao-page-stores .store-card__meta {
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 18px;
    color: #555;
  }

  .new-jiumao-page-stores .store-card__meta img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 1px;
  }

  .new-jiumao-page-stores .store-card__meta span {
    margin-top: 0;
  }

  .new-jiumao-page-stores .store-btn {
    display: inline-flex;
    min-width: 78px;
    height: 28px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 14px;
    border: 1px solid var(--red);
    border-radius: 32px;
    background: #fff;
    color: var(--red);
    font-size: 11px;
    line-height: unset;
    font-weight: 500;
  }

  .new-jiumao-page-stores .store-btn:hover,
  .new-jiumao-page-stores .store-btn:focus-visible {
    background: var(--red);
    color: #fff;
    transform: none;
  }

  .new-jiumao-page-stores .store-toggle-wrap {
    margin-top: 48px;
  }

  .new-jiumao-page-stores .store-toggle-wrap[hidden] {
    display: none;
  }

  .new-jiumao-page-stores .store-toggle {
    min-width: 132px;
    min-height: 32px;
    height: 32px;
    gap: 0;
    padding: 0 18px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
  }

  .new-jiumao-page-stores .store-toggle img {
    display: none;
  }

  .new-jiumao-page-stores main > .dark-section {
    padding: 76px 0 84px;
    background: #fff;
    color: #333;
  }

  .new-jiumao-page-stores main > .dark-section h2 {
    margin: 0 0 40px;
    font-family: var(--font-sans);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333;
  }

  .new-jiumao-page-stores main > .dark-section .card-grid-3 {
    gap: 40px;
  }

  .new-jiumao-page-stores main > .dark-section .dark-card {
    min-height: 110px;
    padding: 24px 30px;
    border: 0;
    border-radius: 6px;
    background: #f6f6f6;
    box-shadow: none;
  }

  .new-jiumao-page-stores main > .dark-section .dark-card:hover {
    border-color: transparent;
    background: #f6f6f6;
    box-shadow: none;
    transform: none;
  }

  .new-jiumao-page-stores main > .dark-section .dark-card h3 {
    margin: 0 0 8px;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333;
  }

  .new-jiumao-page-stores main > .dark-section .dark-card p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #999;
  }

  .new-jiumao-page-stores .stores-pc-only {
    display: block;
  }

}
