* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.home-page {
    min-width: 0;
    background: #f4f6f8;
    color: #30343b;
}

.home-page a {
    transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.bgw {
    background-color: #fff;
}

.home-header {
    border-bottom: 1px solid #e3e7ed;
}

.box {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
}

.w_h {
    min-height: 198px;
    position: relative;
    padding: 24px 30px 22px;
    background: #fff url(../images/allcity-pic.png) no-repeat bottom right;
    background-size: auto 150px;
    z-index: 2;
}

.w_body {
    display: none;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-logo img {
    display: block;
    max-width: 180px;
    height: auto;
}

.site-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.site-title strong {
    color: #222831;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
}

.site-title span {
    color: #667085;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
}

.home-search {
    display: flex;
    width: min(700px, 100%);
    height: 44px;
    margin-top: 28px;
    border: 2px solid #ee4341;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.home-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: #30343b;
    font-size: 14px;
    line-height: 40px;
}

.home-search input::placeholder {
    color: #98a2b3;
}

.home-search button {
    flex: 0 0 96px;
    height: 40px;
    border: 0;
    background: #ee4341;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.home-search button:hover {
    background: #db3432;
}

.home-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 18px;
    font-size: 14px;
}

.home-nav a {
    color: #4b5563;
}

.home-nav a:hover {
    color: #ee4341;
}

.home-summary {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    gap: 22px;
    margin-top: 18px;
    padding: 24px 30px;
    border: 1px solid #e5e7eb;
}

.home-copy h1 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.home-copy p {
    color: #5b6472;
    font-size: 14px;
    line-height: 1.8;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-self: center;
}

.category-grid a,
.category-grid span {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ee4341;
    border-radius: 4px;
    background: #fbfcfd;
    color: #2f3743;
    font-size: 14px;
    font-weight: 700;
}

.category-grid a:nth-child(3n+2),
.category-grid span:nth-child(3n+2) {
    border-left-color: #168f7a;
}

.category-grid a:nth-child(3n),
.category-grid span:nth-child(3n) {
    border-left-color: #d08814;
}

.category-grid a:hover {
    border-color: #ee4341;
    background: #fff7f6;
    color: #ee4341;
}

#main {
    margin-top: 18px;
    border: 1px solid #e5e7eb;
}

.changecitydiv {
    padding: 24px 30px 28px;
}

.home-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0f3;
}

.home-section-head h2 {
    margin: 0 0 6px;
    color: #202631;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.home-section-head p {
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

#blist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    padding: 16px 0 18px;
    height: auto;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.5;
}

#blist a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-right: 0;
    padding: 0 12px;
    border: 1px solid #e3e7ed;
    border-radius: 4px;
    background: #fff;
    color: #30343b;
    font-weight: 700;
}

#blist a:hover {
    border-color: #ee4341;
    background: #ee4341;
    color: #fff;
}

#clist {
    width: auto;
    height: auto;
    padding-top: 0;
    overflow: visible;
    border-top: 1px solid #e5e7eb;
}

#clist div.lister {
    height: auto;
    min-height: 48px;
    padding: 13px 0;
    overflow: hidden;
    border-bottom: 1px dashed #d9dee7;
}

#clist div.lister:hover {
    background-color: #fbfcfd;
}

#clist div.lister:last-child {
    border-bottom: none;
}

.pinyin dd,
.pinyin span {
    float: none;
    display: inline-flex;
    vertical-align: top;
    margin: 3px 7px 3px 0;
}

.pinyin dd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 6px 8px;
    width: 100%;
}

.pinyin span {
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #ee4341;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.pinyin dd a {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 8px;
    border-radius: 4px;
    color: #333b46;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}

.pinyin dd a:hover,
.province dd a:hover,
.orange .pinyin dd a:hover,
.orange .province dd a:hover {
    background-color: #ee4341;
    color: #fff;
}

.home-panel {
    margin-top: 18px;
    border: 1px solid #e5e7eb;
    border-top: 3px solid #ee4341;
    border-radius: 6px;
    background: #fff;
}

.home-panel .title {
    height: 46px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e7eb;
    color: #202631;
    font-size: 17px;
    font-weight: 700;
    line-height: 46px;
    text-indent: 0;
}

.home-panel .list {
    padding: 14px 20px 18px;
}

.home-panel ul {
    padding: 0;
}

.latest-info li {
    position: relative;
    float: left;
    width: 50%;
    height: 38px;
    padding: 0 118px 0 0;
    border-bottom: 1px dashed #edf0f3;
    color: #6b7280;
    font-size: 14px;
    line-height: 38px;
    text-indent: 0;
    overflow: hidden;
}

.latest-info li:nth-last-child(-n+2) {
    border-bottom: 0;
}

.latest-info li span {
    position: absolute;
    top: 0;
    right: 18px;
    float: none;
    padding-right: 0;
    color: #98a2b3;
    font-size: 12px;
}

.latest-info li a {
    color: #30343b;
}

.latest-info li a.black {
    color: #777f8c;
}

.latest-info .link {
    margin-left: 8px;
    font-weight: 700;
}

.latest-info li a:hover {
    color: #ee4341;
}

.friend-links {
    border-top-color: #168f7a;
}

.friend-links .list {
    padding: 18px 20px;
}

.friend-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.friend-links .link {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #d9dee7;
    border-radius: 4px;
    color: #30343b;
}

.friend-links .link:hover {
    border-color: #168f7a;
    background: #f0faf8;
    color: #168f7a;
}

.footer {
    margin-top: 18px;
    border-top: 1px solid #e5e7eb;
    background-color: #fff;
}

.xb-foot-copy {
    width: min(1200px, calc(100% - 32px));
    padding: 22px 0;
}

.xb-foot-copy p {
    color: #667085;
    font-size: 12px;
    line-height: 1.9;
    text-align: left;
}

.xb-foot-copy p + p {
    text-align: center;
}

@media (max-width: 900px) {
    .w_h {
        min-height: auto;
        padding: 22px;
        background-position: bottom right -80px;
        background-size: auto 120px;
    }

    .home-summary {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .changecitydiv {
        padding: 22px;
    }

    .latest-info li {
        width: 100%;
    }

    .latest-info li:nth-last-child(-n+2) {
        border-bottom: 1px dashed #edf0f3;
    }

    .latest-info li:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .box {
        width: calc(100% - 20px);
        border-radius: 4px;
    }

    .w_h {
        padding: 18px;
        background-image: none;
    }

    .site-brand {
        align-items: flex-start;
        gap: 12px;
    }

    .site-logo img {
        max-width: 132px;
    }

    .site-title strong {
        font-size: 18px;
    }

    .site-title span {
        font-size: 12px;
    }

    .home-search input {
        font-size: 13px;
    }

    .home-search {
        height: auto;
        flex-direction: column;
        margin-top: 18px;
        border-width: 1px;
    }

    .home-search input,
    .home-search button {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .home-search button {
        flex-basis: auto;
    }

    .home-nav {
        gap: 8px 12px;
        font-size: 13px;
    }

    .home-summary,
    .changecitydiv {
        padding: 18px;
    }

    .home-copy h1 {
        font-size: 21px;
    }

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

    #blist {
        align-items: flex-start;
    }

    #blist a {
        min-height: 28px;
        padding: 0 10px;
    }

    .pinyin dd {
        gap: 5px 4px;
    }

    .pinyin dd a {
        height: 28px;
        padding: 0 7px;
        font-size: 13px;
        line-height: 28px;
    }

    .latest-info li {
        height: auto;
        min-height: 40px;
        padding: 7px 0;
        line-height: 1.55;
    }

    .latest-info li span {
        position: static;
        display: block;
        margin-bottom: 2px;
    }

    .latest-info .link {
        display: inline;
        margin-left: 4px;
    }

    .home-panel .title {
        height: 42px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 42px;
    }

    .home-panel .list {
        padding: 12px 16px 16px;
    }
}

.list-page,
.detail-page {
    min-width: 0;
    background: #f4f6f8;
}

.page-header-inner {
    min-height: 178px;
}

.page-shell {
    margin-top: 18px;
    padding: 0 30px 30px;
    border: 1px solid #e5e7eb;
}

.page-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    border-bottom: 1px solid #edf0f3;
    color: #7a8493;
    font-size: 13px;
}

.page-crumb a {
    color: #4b5563;
}

.page-crumb a:hover {
    color: #ee4341;
}

.page-crumb strong {
    color: #2f3743;
    font-weight: 700;
}

.list-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #edf0f3;
}

.list-hero h1 {
    margin: 0 0 9px;
    color: #202631;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.list-hero p {
    max-width: 760px;
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
}

.list-stats {
    flex: 0 0 128px;
    align-self: center;
    padding: 15px 12px;
    border: 1px solid #f1c5c2;
    border-radius: 6px;
    background: #fff8f7;
    text-align: center;
}

.list-stats strong {
    display: block;
    color: #ee4341;
    font-size: 24px;
    line-height: 1.1;
}

.list-stats span {
    display: block;
    margin-top: 6px;
    color: #8b5f5b;
    font-size: 12px;
}

.page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 22px;
    align-items: start;
    padding-top: 22px;
}

.content-panel,
.side-panel,
.detail-article {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
}

.panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #edf0f3;
}

.panel-head h2,
.side-panel h2,
.detail-contact h2,
.detail-faq h2 {
    margin: 0;
    color: #202631;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.panel-head p {
    margin-top: 3px;
    color: #98a2b3;
    font-size: 12px;
}

.category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 18px 0 0;
}

.category-filter a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #e3e7ed;
    border-radius: 4px;
    background: #fff;
    color: #30343b;
    font-size: 13px;
    font-weight: 700;
}

.category-filter a:hover,
.category-filter a.is-current {
    border-color: #ee4341;
    background: #ee4341;
    color: #fff;
}

.info-list {
    padding: 0 20px;
}

.info-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px dashed #d9dee7;
}

.info-card:last-child {
    border-bottom: 0;
}

.info-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 98px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fbfcfd;
    color: #9aa3af;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.info-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-body {
    min-width: 0;
}

.info-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 8px;
    color: #98a2b3;
    font-size: 12px;
}

.info-meta a {
    color: #ee4341;
    font-weight: 700;
}

.info-body h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.info-body h3 a {
    color: #202631;
}

.info-body h3 a:hover {
    color: #ee4341;
}

.info-body p {
    margin-top: 8px;
    color: #5f6876;
    font-size: 14px;
    line-height: 1.7;
}

.info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.info-tags a,
.info-tags span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid #e3e7ed;
    border-radius: 4px;
    background: #fbfcfd;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.4;
}

.info-tags a:hover {
    border-color: #ee4341;
    background: #fff7f6;
    color: #ee4341;
}

.side-column {
    display: grid;
    gap: 14px;
}

.side-panel {
    padding: 17px;
}

.side-panel h2 {
    padding-bottom: 12px;
    border-bottom: 1px solid #edf0f3;
}

.side-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 14px;
}

.side-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #e3e7ed;
    border-radius: 4px;
    background: #fbfcfd;
    color: #333b46;
    font-size: 13px;
}

.side-tags a:hover {
    border-color: #ee4341;
    background: #ee4341;
    color: #fff;
}

.side-tags.is-city a:hover {
    border-color: #168f7a;
    background: #168f7a;
}

.side-rank {
    padding-top: 8px;
    counter-reset: rank;
}

.side-rank li {
    position: relative;
    min-height: 36px;
    padding: 9px 0 9px 28px;
    border-bottom: 1px dashed #edf0f3;
    color: #98a2b3;
    font-size: 13px;
    line-height: 1.45;
}

.side-rank li:last-child {
    border-bottom: 0;
}

.side-rank li::before {
    counter-increment: rank;
    content: counter(rank);
    position: absolute;
    left: 0;
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #f0f2f5;
    color: #667085;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.side-rank li:nth-child(-n+3)::before {
    background: #ee4341;
    color: #fff;
}

.side-rank a {
    color: #333b46;
}

.side-rank a:hover {
    color: #ee4341;
}

.page-pagination {
    padding: 18px 20px 22px;
    border-top: 1px solid #edf0f3;
    text-align: center;
}

.bk-page-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.bk-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #d7dde4;
    border-radius: 4px;
    background: #fff;
    color: #333b46;
    font-size: 13px;
}

.bk-page-link:hover,
.bk-page-link.is-current {
    border-color: #ee4341;
    background: #ee4341;
    color: #fff;
}

.bk-page-link.is-disabled {
    background: #f5f6f8;
    color: #a4adba;
    cursor: default;
}

.bk-page-link.is-disabled:hover {
    border-color: #d7dde4;
    background: #f5f6f8;
    color: #a4adba;
}

.empty-state {
    padding: 46px 20px;
    text-align: center;
}

.empty-state strong {
    display: block;
    color: #202631;
    font-size: 18px;
}

.empty-state p {
    margin-top: 8px;
    color: #667085;
    font-size: 14px;
}

.detail-article {
    min-width: 0;
    padding: 26px 30px 30px;
}

.detail-head {
    padding-bottom: 20px;
    border-bottom: 1px solid #edf0f3;
}

.detail-head h1 {
    margin: 0;
    color: #202631;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 13px;
    margin-top: 12px;
    color: #8c96a5;
    font-size: 13px;
}

.detail-meta a {
    color: #ee4341;
}

.detail-head p {
    margin-top: 16px;
    padding: 12px 14px;
    border-left: 4px solid #ee4341;
    background: #fff8f7;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.8;
}

.detail-cover {
    margin: 22px 0 0;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fbfcfd;
}

.detail-cover img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.detail-contact {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fbfcfd;
}

.detail-contact dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin-top: 14px;
}

.detail-contact dl div {
    min-width: 0;
}

.detail-contact dt {
    color: #8c96a5;
    font-size: 12px;
}

.detail-contact dd {
    margin-top: 4px;
    color: #30343b;
    font-size: 14px;
    line-height: 1.6;
}

.detail-body {
    padding-top: 22px;
    color: #30343b;
    font-size: 16px;
    line-height: 1.9;
    word-break: break-word;
}

.detail-body h2,
.detail-body h3,
.detail-body h4 {
    margin: 24px 0 12px;
    color: #202631;
    line-height: 1.45;
    font-weight: 700;
}

.detail-body h2 {
    font-size: 22px;
}

.detail-body h3 {
    font-size: 19px;
}

.detail-body p,
.detail-body ul,
.detail-body ol,
.detail-body table {
    margin: 0 0 16px;
}

.detail-body img {
    max-width: 100%;
    height: auto;
}

.detail-body ul,
.detail-body ol {
    padding-left: 1.4em;
}

.detail-body li {
    margin-bottom: 8px;
}

.detail-faq {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #edf0f3;
}

.detail-faq dl {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fbfcfd;
}

.detail-faq dt {
    color: #202631;
    font-size: 15px;
    font-weight: 700;
}

.detail-faq dd {
    margin-top: 8px;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.8;
}

.detail-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #edf0f3;
}

.detail-nav a,
.detail-nav > span {
    display: block;
    min-width: 0;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fbfcfd;
}

.detail-nav a:hover {
    border-color: #ee4341;
    background: #fff8f7;
}

.detail-nav span span,
.detail-nav a span {
    display: block;
    color: #98a2b3;
    font-size: 12px;
}

.detail-nav strong {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    color: #30343b;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 980px) {
    .page-layout {
        grid-template-columns: 1fr;
    }

    .side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .page-shell {
        padding: 0 18px 20px;
    }

    .list-hero {
        flex-direction: column;
        gap: 14px;
    }

    .list-stats {
        flex-basis: auto;
        align-self: stretch;
    }

    .info-card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
    }

    .info-thumb {
        width: 96px;
        height: 78px;
    }

    .info-body h3 {
        font-size: 16px;
    }

    .side-column {
        grid-template-columns: 1fr;
    }

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

    .detail-head h1 {
        font-size: 23px;
    }

    .detail-contact dl,
    .detail-nav {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .page-shell {
        width: calc(100% - 20px);
        padding: 0 14px 18px;
    }

    .list-hero h1 {
        font-size: 21px;
    }

    .info-list {
        padding: 0 14px;
    }

    .info-card {
        grid-template-columns: 1fr;
    }

    .info-thumb {
        width: 100%;
        height: 140px;
    }

    .panel-head {
        padding: 0 14px;
    }

    .category-filter a,
    .side-tags a {
        min-height: 28px;
        font-size: 12px;
    }
}

.city-header-inner {
    background-image: url(../images/allcity-pic.png);
}

.city-home-shell {
    overflow: hidden;
}

.city-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 24px;
    align-items: stretch;
    padding: 24px 0;
    border-bottom: 1px solid #edf0f3;
}

.city-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: #fff1ef;
    color: #ee4341;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}

.city-hero h1 {
    margin: 12px 0 9px;
    color: #202631;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
}

.city-hero p {
    max-width: 760px;
    color: #5f6876;
    font-size: 14px;
    line-height: 1.85;
}

.city-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.city-hero-links a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #e3e7ed;
    border-radius: 4px;
    background: #fff;
    color: #333b46;
    font-size: 13px;
    font-weight: 700;
}

.city-hero-links a:hover {
    border-color: #ee4341;
    background: #ee4341;
    color: #fff;
}

.city-hero-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 158px;
    padding: 22px;
    border: 1px solid #f1c5c2;
    border-radius: 6px;
    background: linear-gradient(180deg, #fff8f7 0%, #ffffff 100%);
}

.city-hero-card strong {
    color: #ee4341;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.city-hero-card span,
.city-hero-card em {
    display: block;
    margin-top: 8px;
    color: #667085;
    font-size: 13px;
    font-style: normal;
}

.city-quick-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 20px 0 0;
}

.city-quick-panel a,
.city-quick-panel span {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ee4341;
    border-radius: 4px;
    background: #fbfcfd;
    color: #2f3743;
    font-size: 14px;
    font-weight: 700;
}

.city-quick-panel a:nth-child(3n+2),
.city-quick-panel span:nth-child(3n+2) {
    border-left-color: #168f7a;
}

.city-quick-panel a:nth-child(3n),
.city-quick-panel span:nth-child(3n) {
    border-left-color: #d08814;
}

.city-quick-panel a:hover {
    border-color: #ee4341;
    background: #fff7f6;
    color: #ee4341;
}

.city-category-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 0 0;
}

.city-category-col {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.city-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 50px;
    padding: 0 18px;
    border-bottom: 1px solid #edf0f3;
    background: #fbfcfd;
}

.city-category-head span {
    color: #ee4341;
    font-size: 13px;
    font-weight: 700;
}

.city-category-head strong {
    color: #202631;
    font-size: 15px;
}

.city-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
}

.city-category-grid span {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ee4341;
    border-radius: 4px;
    background: #fff;
    color: #2f3743;
    font-size: 14px;
    font-weight: 700;
}

.city-category-grid span:nth-child(3n+2) {
    border-left-color: #168f7a;
}

.city-category-grid span:nth-child(3n) {
    border-left-color: #d08814;
}

.city-news-product {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding-top: 22px;
}

.city-feed-panel {
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.city-feed-panel .panel-head > a {
    flex: none;
    color: #ee4341;
    font-size: 13px;
    font-weight: 700;
}

.city-feed-list {
    padding: 0 18px;
}

.city-feed-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 17px 0;
    border-bottom: 1px dashed #d9dee7;
}

.city-feed-card:last-child {
    border-bottom: 0;
}

.city-feed-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 62px;
    padding: 8px;
    border: 1px solid #edf0f3;
    border-radius: 5px;
    background: #fbfcfd;
}

.city-feed-date strong {
    color: #ee4341;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.city-feed-date span {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
}

.city-feed-body {
    min-width: 0;
}

.city-feed-body h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.city-feed-body h3 a {
    color: #202631;
}

.city-feed-body h3 a:hover {
    color: #ee4341;
}

.city-feed-body p {
    margin-top: 7px;
    color: #5f6876;
    font-size: 13px;
    line-height: 1.65;
}

.city-supplier-list {
    padding: 0 20px;
}

.city-supplier-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 92px;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px dashed #d9dee7;
}

.city-supplier-card:last-child {
    border-bottom: 0;
}

.city-supplier-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 62px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fbfcfd;
    color: #ee4341;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.city-supplier-body {
    min-width: 0;
}

.city-supplier-body h3 {
    margin: 0;
    color: #202631;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}

.city-supplier-body h3 a {
    color: #202631;
}

.city-supplier-body h3 a:hover {
    color: #ee4341;
}

.city-supplier-body p {
    margin-top: 8px;
    color: #5f6876;
    font-size: 14px;
    line-height: 1.7;
}

.city-supplier-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #ee4341;
    border-radius: 4px;
    background: #fff;
    color: #ee4341;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.city-supplier-action:hover {
    background: #ee4341;
    color: #fff;
}

@media (max-width: 860px) {
    .city-hero {
        grid-template-columns: 1fr;
    }

    .city-category-board,
    .city-news-product {
        grid-template-columns: 1fr;
    }

    .city-quick-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .city-supplier-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .city-supplier-action {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 560px) {
    .city-hero h1 {
        font-size: 22px;
    }

    .city-category-grid,
    .city-feed-card {
        grid-template-columns: 1fr;
    }

    .city-quick-panel {
        grid-template-columns: 1fr;
    }

    .city-supplier-list {
        padding: 0 14px;
    }

    .city-supplier-card {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .city-supplier-mark {
        width: 100%;
        height: 42px;
        justify-content: flex-start;
        padding: 0 12px;
    }

    .city-supplier-action {
        grid-column: auto;
    }
}
