.list-top {
    border-bottom: 1px solid #eef1f4;
    background: #fff
}

.list-top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px
}

.list-head {
    background: #fff;
    border-bottom: 2px solid #fc6608
}

.list-head .wrap {
    display: flex;
    align-items: center;
    gap: 34px;
    height: 76px
}

.list-logo {
    width: 236px;
    flex: 0 0 236px
}

.list-logo img {
    width: 220px;
    height: auto
}

.list-head .common-search {
    flex: 1;
    max-width: 620px
}

.crumb {
    height: 44px;
    display: flex;
    align-items: center;
    color: #69727e;
    font-size: 13px
}

.crumb a {
    color: #414954
}

.crumb i {
    margin: 0 8px;
    color: #aeb5bf;
    font-style: normal
}

.list-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 22px;
    align-items: start
}
.list-newsinfo {
    grid-template-columns: minmax(0, 1fr);
}

.list-main,
.list-side {
    min-width: 0
}

.list-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.list-title h1 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    color: #20242a
}

.list-title a {
    color: #fc6608;
    font-size: 13px
}

.sort {
    margin-bottom: 14px;
    padding: 16px 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.sort-k {
    margin-bottom: 10px;
    color: #2d3440;
    font-size: 14px;
    font-weight: 700
}

.sort-v ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sort-v a {
    color: #596270;
    font-size: 13px
}

.subcat-block {
    padding: 18px 20px;
    margin-bottom: 14px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.subcat-group {
    margin-bottom: 18px
}

.subcat-group:last-child {
    margin-bottom: 0
}

.subcat-group h2 {
    margin: 0 0 10px;
    font-size: 17px
}

.subcat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: #596270;
    font-size: 13px
}

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

.product-card {
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    gap: 18px;
    min-height: 158px;
    padding: 14px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06);
    transition: .18s
}
.newsinfo-card {
    grid-template-columns: 248px minmax(0, 1fr);
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(20, 28, 40, .09)
}

.product-thumb {
    width: 164px;
    height: 132px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f5f7
}
.newsinfo-thumb {
    width: 248px;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-info {
    min-width: 0;
    padding: 2px 0
}

.product-title {
    display: block;
    margin-bottom: 8px;
    color: #252b33;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-title:hover {
    color: #fc6608
}

.product-company {
    display: inline-flex;
    margin-bottom: 9px;
    color: #fc6608;
    font-size: 13px
}

.product-desc {
    height: 64px;
    margin: 0 0 8px;
    color: #65707d;
    font-size: 13px;
    line-height: 1.65;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #8a93a0;
    font-size: 12px
}

.product-price {
    color: #e8401b;
    font-weight: 700
}

.pages {
    margin: 22px 0;
    text-align: center
}

.list-side .side-box {
    margin-bottom: 14px;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.side-title {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #20242a;
    font-size: 15px;
    font-weight: 700
}

.side-title:before {
    content: "";
    width: 3px;
    height: 15px;
    margin-right: 8px;
    border-radius: 9px;
    background: #fc6608
}

.side-box ul,
.list-rank ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.side-box li,
.list-rank li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #596270;
    font-size: 13px
}

.side-box a:hover,
.subcat-links a:hover,
.sort-v a:hover {
    color: #fc6608
}

.side-box .list-rank {
    line-height: 1.8;
    color: #596270
}

.sponsor:empty {
    display: none
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px
}

.section-title h2 {
    margin: 0;
    color: #20242a;
    font-size: 18px;
    line-height: 1.3
}

.section-title span,
.section-title a {
    color: #7a8490;
    font-size: 13px
}

.section-title a:hover {
    color: #fc6608
}

.sell-index {
    display: block
}

.sell-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 22px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff7f1 0, #fff 54%, #f8fafc 100%);
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.sell-hero h1 {
    margin: 0 0 6px;
    color: #20242a;
    font-size: 26px;
    line-height: 1.25
}

.sell-hero p {
    margin: 0;
    color: #69727e;
    font-size: 14px
}

.sell-hero>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 38px;
    border-radius: 8px;
    background: #fc6608;
    color: #fff;
    font-weight: 700
}

.sell-index-layout {
    display: grid;
    /*grid-template-columns: minmax(0, 1fr) 270px;*/
    gap: 22px;
    align-items: start
}

.sell-catalog,
.sell-featured {
    min-width: 0;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.sell-featured {
    margin-top: 18px
}

.sell-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px
}

.sell-cat-card {
    min-height: 130px;
    padding: 15px;
    border-radius: 9px;
    background: #fafbfc
}

.sell-cat-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.35
}

.sell-cat-card h3 a:hover {
    color: #fc6608
}

.sell-cat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px
}

.sell-cat-links a {
    /*max-width: 86px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    color: #626c78;
    font-size: 13px
}

.sell-cat-links a:hover {
    color: #fc6608
}

.product-list-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}
.product-list-search {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.product-list-compact .product-card {
    grid-template-columns: 136px minmax(0, 1fr);
    min-height: 138px
}

.product-list-compact .product-thumb {
    width: 136px;
    height: 110px
}

.sell-detail {
    display: block
}

.sell-detail-top {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr) 276px;
    gap: 20px;
    align-items: start
}

.sell-gallery,
.sell-summary,
.company-card,
.sell-content-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.sell-gallery {
    padding: 14px
}

.sell-gallery-main {
    width: 402px;
    height: 302px;
    border-radius: 9px;
    background: #f3f5f7;
    overflow: hidden
}

.sell-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.expired-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #e95e13;
    font-size: 18px;
    font-weight: 700;
    background: #fff4ec
}

.sell-gallery-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow: hidden
}

.sell-gallery-thumb {
    width: 62px;
    height: 54px;
    padding: 0;
    border: 1px solid #e4e8ee;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
    cursor: pointer
}

.sell-gallery-thumb.is-active {
    border-color: #fc6608
}

.sell-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sell-summary {
    min-height: 330px;
    padding: 22px
}

.state-note {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #fff2e9;
    color: #e95e13;
    font-size: 12px
}

.sell-summary h1 {
    margin: 0 0 14px;
    color: #20242a;
    font-size: 24px;
    line-height: 1.35
}

.summary-price {
    margin-bottom: 16px;
    color: #e8401b;
    font-size: 24px;
    font-weight: 800
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    padding: 14px 0;
    border-top: 1px solid #eef1f4;
    border-bottom: 1px solid #eef1f4
}

.summary-grid div {
    display: flex;
    min-width: 0;
    gap: 8px;
    font-size: 13px;
    line-height: 1.5
}

.summary-grid span {
    flex: 0 0 68px;
    color: #8a93a0
}

.summary-grid strong {
    min-width: 0;
    color: #3a424d;
    font-weight: 600
}

.summary-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px
}

.primary-action,
.ghost-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 700
}

.primary-action {
    background: #fc6608;
    color: #fff
}

.ghost-action {
    border: 1px solid #fc6608;
    color: #fc6608
}

.company-card {
    padding: 16px
}

.company-name {
    display: block;
    margin-bottom: 8px;
    color: #20242a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45
}

.company-name:hover {
    color: #fc6608
}

.company-vip {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fff2e9;
    color: #fc6608;
    font-size: 12px
}

.company-card ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.company-card li {
    padding: 7px 0;
    border-top: 1px solid #f0f2f5;
    color: #4f5965;
    font-size: 13px;
    line-height: 1.55
}

.company-card li span {
    display: inline-block;
    width: 48px;
    color: #8a93a0
}

.company-card li strong {
    color: #e8401b
}

.sell-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 22px;
    align-items: start;
    margin-top: 20px
}

.sell-content-card {
    min-width: 0;
    padding: 20px
}

.detail-block+.detail-block {
    margin-top: 22px
}

.sell-params table {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden
}

.sell-params td {
    padding: 10px 12px;
    border: 1px solid #eef1f4;
    color: #4d5662;
    font-size: 13px
}

.sell-content {
    color: #3f4854;
    font-size: 15px;
    line-height: 1.9;
    word-break: break-word
}

.sell-content p {
    margin: 0 0 14px
}

.sell-content img {
    max-width: 100%;
    height: auto;
    margin: 12px auto;
    border-radius: 6px
}

.detail-side {
    min-width: 0
}

.side-products {
    display: grid;
    gap: 10px
}

.side-product {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #596270;
    font-size: 13px;
    line-height: 1.45
}

.side-product img {
    width: 62px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    background: #f3f5f7
}

.side-product span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.side-product:hover {
    color: #fc6608
}

.empty-products {
    padding: 30px 24px;
    border-radius: 10px;
    background: #fff;
    color: #69727e;
    text-align: center;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.module-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 22px 24px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.module-hero h1 {
    margin: 0;
    color: #20242a;
    font-size: 24px;
    line-height: 1.3
}

.module-hero p {
    margin: 6px 0 0;
    color: #69727e;
    font-size: 13px
}

.module-hero a {
    color: #fc6608;
    font-size: 13px;
    font-weight: 700
}

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

.content-main,
.content-side {
    min-width: 0
}

.content-panel {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

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

.category-card {
    padding: 16px;
    border-radius: 9px;
    background: #fafbfc
}

.category-card h2,
.category-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35
}

.category-card h2 a:hover,
.category-card h3 a:hover {
    color: #fc6608
}

.category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px
}

.category-links a {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #626c78;
    font-size: 13px
}

.category-links a:hover {
    color: #fc6608
}

.news-list {
    display: grid;
    gap: 12px
}

.news-item {
    padding: 15px 16px;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.news-item a {
    display: block;
    color: #252b33;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-item a:hover {
    color: #fc6608
}

.news-item p {
    height: 42px;
    margin: 8px 0 0;
    color: #65707d;
    font-size: 13px;
    line-height: 1.65;
    overflow: hidden
}

.news-meta {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    color: #8a93a0;
    font-size: 12px
}

.article-detail {
    padding: 24px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.article-detail h1 {
    margin: 0 0 12px;
    color: #20242a;
    font-size: 26px;
    line-height: 1.35
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef1f4;
    color: #8a93a0;
    font-size: 12px
}

.article-content {
    color: #3f4854;
    font-size: 16px;
    line-height: 1.95;
    word-break: break-word
}

.article-content p {
    margin: 0 0 15px
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 12px auto;
    border-radius: 6px
}

.keytags {
    margin-top: 18px;
    color: #69727e;
    font-size: 13px
}

.company-list {
    display: grid;
    gap: 14px
}

.company-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 110px;
    gap: 16px;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.company-logo {
    width: 96px;
    height: 76px;
    border-radius: 8px;
    background: #f3f5f7;
    overflow: hidden
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.company-info h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35
}

.company-info h3 a:hover {
    color: #fc6608
}

.company-info p {
    height: 40px;
    margin: 0;
    color: #65707d;
    font-size: 13px;
    line-height: 1.55;
    overflow: hidden
}

.company-tags {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    color: #8a93a0;
    font-size: 12px
}

.company-area {
    color: #7a8490;
    font-size: 13px;
    text-align: right
}

.company-detail-title {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding: 22px 24px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

.company-detail-title img {
    width: 110px;
    height: 84px;
    border-radius: 8px;
    object-fit: cover;
    background: #f3f5f7
}

.company-detail-title h1 {
    margin: 0;
    color: #20242a;
    font-size: 24px;
    line-height: 1.35
}

.company-detail-title p {
    margin: 8px 0 0;
    color: #65707d;
    font-size: 13px
}

.contact-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-list li {
    padding: 8px 0;
    border-top: 1px solid #f0f2f5;
    color: #4f5965;
    font-size: 13px;
    line-height: 1.5
}

.contact-list span {
    display: inline-block;
    width: 64px;
    color: #8a93a0
}

.tag-summary {
    margin: 14px 0 0;
    padding: 14px 16px;
    border-radius: 9px;
    background: #fff;
    color: #69727e;
    font-size: 13px;
    line-height: 1.7;
    box-shadow: 0 10px 28px rgba(20, 28, 40, .06)
}

@media(max-width:1220px) {

    .list-layout,
    .sell-index-layout,
    .sell-detail-layout,
    .content-layout {
        grid-template-columns: minmax(0, 1fr) 245px;
        gap: 18px
    }

    .list-logo {
        width: 210px;
        flex-basis: 210px
    }

    .list-logo img {
        width: 198px
    }

    .product-card {
        grid-template-columns: 150px minmax(0, 1fr)
    }

    .product-thumb {
        width: 150px;
        height: 122px
    }

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

    .sell-detail-top {
        grid-template-columns: 390px minmax(0, 1fr);
        gap: 18px
    }

    .sell-gallery-main {
        width: 362px;
        height: 272px
    }

    .company-card {
        grid-column: 1 / -1
    }

    .product-list-compact {
        grid-template-columns: 1fr
    }

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

    .company-item {
        grid-template-columns: 86px minmax(0, 1fr) 90px
    }

    .company-logo {
        width: 86px;
        height: 68px
    }
}