/* 门店商铺页：复用 shop3 公共资源，仅补充门店独立视觉。 */
.store-page {
    background: #f7f7f7;
    color: #333;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.store-page a {
    text-decoration: none;
}

.store-wrap,
.store-content {
    width: 1200px;
    margin: 0 auto;
}

.store-content {
    padding: 16px 0 30px;
}

.store-top-bar {
    height: 32px;
    line-height: 32px;
    background: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    font-size: 12px;
    color: #666;
}

.store-top-bar .store-wrap,
.store-main-nav .store-wrap,
.store-header .store-wrap {
    display: flex;
    align-items: center;
}

.store-top-left,
.store-top-right {
    display: flex;
    gap: 16px;
}

.store-top-right {
    margin-left: auto;
}

.store-top-bar a {
    color: #666;
}

.store-top-bar .store-mobile-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.store-top-bar .i-phone {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: url(/statics/shop/images/v3_nav_phone.png) no-repeat center center;
    background-size: contain;
}

.store-top-bar a:hover,
.store-crumb a:hover,
.store-more:hover,
.store-article-row:hover .store-article-title,
.store-detail-pager a:hover {
    color: #dc2828;
}

.store-header {
    background: #fff;
    border-bottom: 3px solid #dc2828;
    padding: 26px 0;
}

.store-logo {
    width: 180px;
    height: 112px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #f5f5f5;
    overflow: hidden;
}

.store-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

.store-title {
    min-width: 0;
}

.store-title h1 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    color: #222;
}

.store-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-tags span,
.store-pill,
.store-chip {
    border: 1px solid #f7c9c9;
    background: #fff4f4;
    color: #c91f1f;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
}

.store-tags span {
    padding: 7px 12px;
}

.store-main-nav {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.store-main-nav .store-wrap {
    min-height: 48px;
}

.store-main-nav a {
    color: #333;
    font-size: 15px;
    padding: 16px 22px 14px;
    border-bottom: 3px solid transparent;
}

.store-main-nav a:hover,
.store-main-nav a.active {
    color: #dc2828;
}

.store-main-nav a.active {
    font-weight: 700;
    border-bottom-color: #dc2828;
}

.store-mobile-entry-wrap {
    margin-left: auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    position: relative;
}

.store-main-nav .store-mobile-entry-wrap .store-mobile-entry {
    color: #dc2828;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}

.store-mobile-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url(/statics/shop/images/v3_nav_phone.png) no-repeat center center;
    background-size: contain;
}

.store-mobile-entry-wrap .rcode {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 128px;
    height: 128px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    z-index: 20;
}

.store-mobile-entry-wrap:hover .rcode {
    display: block;
}

.store-mobile-entry-wrap .rcode::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 34px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    transform: rotate(45deg);
}

.store-mobile-entry-wrap .rcode img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

.store-crumb {
    padding: 10px 0;
    background: #fafafa;
    border-bottom: 1px solid #ececec;
    color: #999;
    font-size: 13px;
}

.store-crumb a {
    color: #666;
}

.store-crumb span {
    margin: 0 4px;
}

.store-crumb .current {
    color: #333;
}

.store-hero {
    display: grid;
    grid-template-columns: 1.38fr 1fr;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 16px;
}

.store-hero-visual {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.store-hero-visual::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.store-info-card,
.store-section,
.store-article-detail,
.store-developing {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.store-info-card {
    padding: 24px 26px;
}

.store-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-left: 12px;
    border-left: 4px solid #dc2828;
    margin-bottom: 14px;
}

.store-info-row {
    display: flex;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
    line-height: 1.65;
}

.store-info-label {
    width: 76px;
    flex-shrink: 0;
    color: #888;
}

.store-info-value {
    flex: 1;
    min-width: 0;
    color: #333;
    word-break: break-word;
}

.store-info-tel,
.store-contact-phone {
    color: #dc2828;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.js-store-phone-guard {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}

.store-pill {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 6px 6px 0;
}

.store-action-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 36px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    color: #555;
    background: #fff;
    font-size: 14px;
}

.store-btn:hover {
    border-color: #dc2828;
    color: #dc2828;
}

.store-btn-primary {
    border-color: #dc2828;
    background: #dc2828;
    color: #fff;
}

.store-btn-primary:hover {
    color: #fff;
    background: #c91f1f;
}

.store-section {
    margin-bottom: 16px;
    overflow: hidden;
}

.store-section-head,
.store-list-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    background: #fff8f8;
    border-bottom: 1px solid #f0d4d4;
}

.store-section-head h2,
.store-list-head h2 {
    margin: 0;
    padding-left: 12px;
    border-left: 4px solid #dc2828;
    color: #222;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.store-section-body {
    padding: 22px 24px 24px;
}

.store-more {
    margin-left: auto;
    color: #888;
    font-size: 13px;
}

.store-intro-text {
    color: #333;
    font-size: 14px;
    line-height: 1.95;
}

.store-brand-intro {
    color: #333;
    font-size: 14px;
    line-height: 1.95;
    word-break: break-word;
}

.store-brand-intro p,
.store-brand-intro dd {
    margin: 0;
}

.store-brand-intro img,
.store-brand-intro video,
.store-brand-intro table {
    max-width: 100%;
}

.store-brand-intro img {
    height: auto;
}

.store-subtitle {
    margin: 20px 0 12px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.store-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-chip {
    padding: 7px 12px;
}

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

.store-case-item {
    padding: 12px 14px;
    border: 1px solid #eee;
    background: #fafafa;
    color: #555;
    font-size: 13px;
    line-height: 1.7;
}

.store-list-head {
    justify-content: space-between;
}

.store-list-head p {
    margin: 8px 0 0;
    color: #777;
    font-size: 13px;
}

.store-list-count {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
}

.store-article-list {
    background: #fff;
}

.store-article-row {
    display: flex;
    gap: 16px;
    padding: 18px 24px;
    border-bottom: 1px dashed #e8e8e8;
    color: #333;
}

.store-article-row:last-child {
    border-bottom: 0;
}

.store-article-cover {
    width: 144px;
    height: 92px;
    flex-shrink: 0;
    background: #f1f1f1;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    overflow: hidden;
    font-size: 12px;
}

.store-article-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.store-article-main {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.store-article-title {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.store-article-desc {
    margin-top: 7px;
    color: #666;
    font-size: 13px;
    line-height: 1.65;
}

.store-article-meta {
    margin-top: auto;
    padding-top: 9px;
    color: #999;
    font-size: 12px;
}

.store-article-meta em {
    margin-left: 14px;
    font-style: normal;
}

.store-page .pager {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 18px 0 24px;
    border-top: 1px solid #f2f2f2;
}

.store-page .pager .pg-btn {
    min-width: 34px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 13px;
}

.store-page .pager .pg-btn:hover {
    color: #dc2828;
    border-color: #f0b8b8;
}

.store-page .pager .pg-btn.active {
    color: #fff;
    border-color: #dc2828;
    background: #dc2828;
}

.store-page .pager .pg-btn.disabled {
    color: #bbb;
    cursor: default;
    pointer-events: none;
}

.store-article-detail {
    padding: 26px 34px 30px;
}

.store-detail-top {
    color: #999;
    font-size: 13px;
    margin-bottom: 16px;
}

.store-detail-top a {
    color: #777;
}

.store-article-detail h1 {
    margin: 0;
    color: #222;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 700;
}

.store-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 13px 0 16px;
    color: #999;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.store-detail-summary {
    margin: 20px 0;
    padding: 14px 18px;
    border-left: 4px solid #dc2828;
    background: #fafafa;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.store-article-content {
    color: #333;
    font-size: 15px;
    line-height: 2;
    word-break: break-word;
}

.store-article-content img,
.store-article-content video,
.store-article-content table {
    max-width: 100%;
}

.store-article-content img {
    height: auto;
}

.store-product-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 22px 24px 24px;
}

.store-product-card {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    color: #333;
}

.store-product-card:hover {
    border-color: #f0b8b8;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.store-product-card:hover .store-product-name {
    color: #dc2828;
}

.store-product-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
    color: #aaa;
    overflow: hidden;
    font-size: 13px;
}

.store-product-cover img,
.store-product-main-img img,
.store-product-thumb-btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.store-product-body {
    display: block;
    padding: 12px 13px 14px;
}

.store-product-name {
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.store-product-category {
    display: block;
    margin-top: 3px;
    color: #777;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
}

.store-product-model,
.store-product-desc {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 1.65;
}

.store-product-model {
    margin-top: 6px;
}

.store-product-price {
    display: block;
    margin-top: 7px;
    color: #dc2828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.store-product-desc {
    margin-top: 7px;
}

.store-product-detail {
    padding: 26px 34px 30px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.store-product-hero {
    display: grid;
    grid-template-columns: 460px minmax(0, 1fr);
    gap: 28px;
}

.store-product-gallery {
    min-width: 0;
}

.store-product-main-img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
    color: #aaa;
    overflow: hidden;
    border-radius: 4px;
}

.store-product-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    max-height: 226px;
    overflow-y: auto;
    padding-right: 2px;
}

.store-product-thumb-btn {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    background: #f7f7f7;
}

.store-product-thumb-btn.active,
.store-product-thumb-btn:hover {
    border-color: #dc2828;
}

.store-product-thumb-btn:focus {
    outline: none;
}

.store-product-summary {
    min-width: 0;
}

.store-product-summary h1 {
    margin: 0 0 14px;
    color: #222;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 700;
}

.store-product-panel {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.store-product-panel h2 {
    margin: 0 0 14px;
    padding-left: 12px;
    border-left: 4px solid #dc2828;
    color: #222;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.store-product-field-list {
    border-top: 1px dashed #e8e8e8;
}

.store-product-field-list dl {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
    line-height: 1.7;
}

.store-product-field-list dt {
    width: 88px;
    flex-shrink: 0;
    color: #888;
    font-weight: 400;
}

.store-product-field-list dd {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: #333;
    word-break: break-word;
}

.store-product-field-value {
    white-space: normal;
}

.store-product-empty-value {
    color: #aaa;
}

.store-product-field-list .store-product-price {
    margin-top: 0;
    font-weight: 700;
}

.store-detail-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}

.store-product-summary .store-detail-actions {
    border-top: 0;
}

.store-detail-pager {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px dashed #ddd;
    color: #777;
    font-size: 14px;
    line-height: 2;
}

.store-detail-pager a {
    color: #555;
}

.store-empty {
    padding: 54px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.store-empty-compact {
    padding: 22px 0;
}

.store-book-form {
    max-width: 720px;
}

.store-form-alert {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
}

.store-form-alert-success {
    border: 1px solid #bfe5c8;
    background: #f1fbf3;
    color: #237a35;
}

.store-form-alert-error {
    border: 1px solid #f3bcbc;
    background: #fff5f5;
    color: #c91f1f;
}

.store-form-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.store-form-row label {
    width: 86px;
    padding-top: 10px;
    flex-shrink: 0;
    color: #555;
    font-size: 14px;
    text-align: right;
}

.store-form-required {
    margin-left: 3px;
    color: #dc2828;
    font-weight: 700;
}

.store-form-field {
    flex: 1;
    min-width: 0;
}

.store-form-field input,
.store-form-field textarea,
.store-form-field select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.store-form-field input,
.store-form-field select {
    height: 40px;
    padding: 0 12px;
}

.store-form-field textarea {
    min-height: 92px;
    padding: 10px 12px;
    resize: vertical;
    line-height: 1.7;
}

.store-form-field input:focus,
.store-form-field textarea:focus,
.store-form-field select:focus {
    outline: none;
    border-color: #dc2828;
}

.store-form-error {
    margin-top: 6px;
    color: #c91f1f;
    font-size: 12px;
    line-height: 1.5;
}

.store-form-submit {
    width: auto;
    min-width: 132px;
}

.store-form-tip {
    margin-top: 8px;
    color: #999;
    font-size: 13px;
}

.store-contact-info {
    margin-bottom: 18px;
    color: #333;
    font-size: 14px;
    line-height: 1.9;
}

.store-contact-line {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.store-contact-key {
    width: 90px;
    flex-shrink: 0;
    color: #777;
}

.store-map {
    position: relative;
    height: 300px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #edf2f1;
}

.store-map::before,
.store-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.55) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.55) 1px, transparent 1px);
    background-size: 46px 46px;
}

.store-map-road {
    position: absolute;
    z-index: 1;
    background: #d6dedc;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.55);
}

.store-map-road-horizontal {
    top: 42%;
    left: 0;
    right: 0;
    height: 16px;
}

.store-map-road-vertical {
    top: 0;
    bottom: 0;
    left: 48%;
    width: 14px;
}

.store-map-pin {
    position: absolute;
    top: 43%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -100%);
    text-align: center;
}

.store-map-dot {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #dc2828;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

.store-map-tip {
    display: inline-block;
    max-width: 320px;
    padding: 8px 12px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    color: #333;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-map-logo {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    color: #999;
    font-size: 12px;
}

.store-contact-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.store-developing {
    padding: 70px 20px;
    text-align: center;
}

.store-developing-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fff4f4;
    color: #dc2828;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

.store-developing h2 {
    margin: 0 0 10px;
    color: #222;
    font-size: 24px;
    line-height: 1.4;
}

.store-developing p {
    margin: 0 0 24px;
    color: #999;
    font-size: 15px;
}

.store-footer {
    margin-top: 4px;
}

.store-footer-main {
    padding: 24px 0;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
}

.store-footer-disclaimer {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;
    color: #666;
    line-height: 1.9;
}

.store-footer-disclaimer p {
    margin: 0 0 8px;
}

.store-footer-disclaimer p:last-child {
    margin-bottom: 0;
}

.store-footer-disclaimer a {
    color: #dc2828;
}

.store-footer-disclaimer a:hover {
    color: #c91f1f;
}

.store-footer-contact {
    line-height: 1.9;
}

.store-footer-contact strong {
    display: block;
    color: #333;
    font-size: 15px;
    margin-bottom: 4px;
}

.store-footer-contact span {
    display: inline-block;
    margin-right: 24px;
}

.store-footer-legal {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #dedede;
    color: #777;
    font-size: 12px;
    line-height: 1.8;
}

@media (max-width: 1220px) {
    .store-wrap,
    .store-content {
        width: auto;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 760px) {
    .store-top-bar {
        height: auto;
        line-height: 1.7;
        padding: 6px 0;
    }

    .store-top-bar .store-wrap,
    .store-header .store-wrap,
    .store-main-nav .store-wrap,
    .store-hero,
    .store-case-list,
    .store-product-hero {
        display: block;
    }

    .store-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 16px;
    }

    .store-product-name {
        min-height: auto;
    }

    .store-product-detail {
        padding: 22px 18px;
    }

    .store-product-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-height: 226px;
    }

    .store-product-summary {
        margin-top: 18px;
    }

    .store-product-summary h1 {
        font-size: 22px;
    }

    .store-top-left,
    .store-top-right,
    .store-tags,
    .store-action-row,
    .store-detail-actions {
        flex-wrap: wrap;
    }

    .store-top-right {
        margin-left: 0;
        margin-top: 4px;
    }

    .store-logo {
        width: 160px;
        height: 100px;
    }

    .store-logo img {
        max-width: 100%;
    }

    .store-title {
        margin: 16px 0 0;
    }

    .store-title h1 {
        font-size: 21px;
    }

    .store-main-nav a {
        display: inline-block;
        padding: 13px 12px 10px;
    }

    .store-mobile-entry-wrap {
        margin-left: 0;
        display: inline-flex;
    }

    .store-hero-visual {
        margin-bottom: 12px;
    }

    .store-info-row,
    .store-form-row,
    .store-contact-line,
    .store-article-row {
        display: block;
    }

    .store-form-row label {
        width: auto;
        padding-top: 0;
        margin-bottom: 6px;
        text-align: left;
    }

    .store-contact-key {
        display: block;
        width: auto;
        margin-bottom: 2px;
    }

    .store-map {
        height: 220px;
    }

    .store-map-tip {
        max-width: 230px;
    }

    .store-contact-actions {
        flex-wrap: wrap;
    }

    .store-info-label {
        display: block;
        width: auto;
        margin-bottom: 4px;
    }

    .store-article-cover {
        width: 100%;
        height: 160px;
        margin-bottom: 10px;
    }

    .store-section-head,
    .store-list-head {
        display: block;
    }

    .store-more,
    .store-list-count {
        display: inline-block;
        margin: 10px 0 0;
    }

    .store-article-detail {
        padding: 22px 18px;
    }

    .store-article-detail h1 {
        font-size: 22px;
    }
}
