:root {
    --teal: #008c95;
    --teal-hover: #00ac95;
    --ink: #333;
    --muted: #999;
    --bg: #f5f6f8;
    --white: #fff;
    --dark: #222;
    --footer: #f3f6f7;
    --page-gutter: 20px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    color: var(--ink);
    background: var(--bg);
    font: 14px/1.6 "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    min-width: 1280px;
}
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--teal); }
img { max-width: 100%; border: 0; }
.w1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
    box-sizing: border-box;
}
.w1280 { width: 1280px; margin: 0 auto; }
.clearfix::after, .clearboth { display: block; clear: both; content: ""; }
.pull-left { float: left; }
.pull-right { float: right; }
.bold { font-weight: 700; }
.f16 { font-size: 16px; }
.f20 { font-size: 20px; }
.f24 { font-size: 24px; }
.f36 { font-size: 36px; }
.cl-999 { color: #999; }
.cl-fff { color: #fff; }
.cl-f90 { color: var(--teal); }
.textcenter { text-align: center; }

.top-nav {
    height: 44px;
    line-height: 44px;
    background: rgba(255,255,255,.06);
    color: #fff;
}
.top-nav a { color: #fff; }
.top-nav a:hover { color: #b8ecef; }
.top-nav-inner { display: flex; justify-content: space-between; align-items: center; }
.top-nav-r { display: flex; gap: 18px; align-items: center; font-size: 13px; }
.top-nav .spacer { width: 1px; height: 14px; background: rgba(255,255,255,.25); }

.top-box {
    width: 100%;
    padding-bottom: 78px;
    background:
        radial-gradient(circle at 18% 20%, rgba(0,140,149,.28), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(0,140,149,.18), transparent 26%),
        linear-gradient(180deg, #1b1b1b 0%, #222 100%);
    color: #fff;
}
.top-box .main_title {
    margin: 0;
    padding-top: 22px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.data-search-box { margin-top: 16px; text-align: center; }
.data-search-box .logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    padding-top: 4px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 1.1;
}
.data-search-box .logo span { color: #7fe0e6; }
.data-search-box .logo small { display: block; font-size: 11px; font-weight: 500; letter-spacing: 1.5px; color: #b3b3b3; }
.rightsearch { display: inline-block; vertical-align: top; text-align: left; }
.search-box {
    display: flex;
    width: 736px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.search-box input {
    flex: 1;
    min-width: 0;
    height: 50px;
    border: 0;
    outline: 0;
    text-indent: 14px;
    font-size: 15px;
}
.search-box button {
    width: 126px;
    border: 0;
    border-left: 1px solid #ccc;
    background: #fff;
    color: var(--teal);
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}
.search-paratmer-box { width: 736px; margin-top: 14px; color: #b3b3b3; }
.search-paratmer-box a { color: #b3b3b3; margin-right: 10px; }
.search-paratmer-box a:hover { color: #fff; }

.home-float {
    position: relative;
    z-index: 6;
    margin-top: -42px;
    margin-bottom: 36px;
}
.materialbox {
    display: flex;
    align-items: stretch;
    width: 1440px;
    min-height: 168px;
    margin: 0 auto;
    padding: 22px 0 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 14px 40px rgba(0,0,0,.16);
    color: var(--ink);
}
.materialNumBox {
    flex: 0 0 247px;
    width: 247px;
    padding: 0 20px 0 40px;
}
.materialNumBox .item { margin-bottom: 10px; }
.materialNumBox .item:last-child { margin-bottom: 0; }
.materialNumBox .item p { margin: 0; line-height: 1.4; }
.materialNumBox .num { color: var(--teal); font-size: 24px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; }
.searchitem {
    flex: 1;
    min-width: 0;
    padding: 0 24px;
    border-left: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.searchitem .name { margin: 0 0 10px; font-size: 16px; line-height: 26px; }
.searchitem .name a, .searchitem .name { color: #333; }
.searchitem .name span { color: #bbb; font-weight: 400; }
.searchitem .name:hover span { margin-left: 8px; }
.keywordBox { overflow: visible; }
.keyword-item { display: inline-block; margin: 0 10px 2px 0; }
.keyword-item a { color: #666; line-height: 24px; }
.keyword-item a:hover { color: var(--teal); }

.inner-top { background: #222; }
.inner-header { background: #fff; border-bottom: 1px solid #eee; }
.inner-header-inner { display: flex; align-items: center; height: 80px; gap: 28px; }
.inner-logo { flex-shrink: 0; color: #222; font-size: 26px; font-weight: 800; }
.inner-logo span { color: var(--teal); }
.inner-logo small { display: block; color: #999; font-size: 11px; font-weight: 500; letter-spacing: 1px; }
.inner-search { display: flex; flex: 1; max-width: 760px; height: 46px; border: 1px solid #d9d9d9; border-radius: 4px; overflow: hidden; }
.inner-search input { flex: 1; min-width: 0; border: 0; outline: 0; text-indent: 14px; }
.inner-search button { width: 110px; border: 0; background: var(--teal); color: #fff; font-size: 16px; cursor: pointer; }
.inner-nav-bar { background: #f7f8fa; border-top: 1px solid #f0f0f0; }
.inner-nav { display: flex; align-items: stretch; height: 44px; margin: 0; }
.inner-nav a {
    display: inline-flex;
    align-items: center;
    padding: 0 22px;
    color: #555;
    font-weight: 600;
    font-size: 14px;
}
.inner-nav a:first-child { padding-left: 0; }
.inner-nav a.active, .inner-nav a:hover {
    color: var(--teal);
    background: transparent;
}

.page-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px var(--page-gutter) 56px;
    box-sizing: border-box;
}
.crumb { margin: 0 0 16px; color: #b0b0b0; font-size: 12px; }
.crumb a { color: #888; }
.crumb a:hover { color: var(--teal); }
.crumb span { margin: 0 6px; color: #d0d0d0; }

.detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ececec;
}
.detail.detail-with-side {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 560px);
    justify-content: stretch;
    align-items: stretch;
    gap: 24px 28px;
    overflow: hidden;
}
.detail-primary {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
    min-width: 0;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #c5d9da;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(0, 140, 149, .06);
}
.detail.detail-with-side .detail-primary {
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
}
.detail-main {
    max-width: 520px;
    min-width: 0;
}
.detail-side {
    min-width: 0;
    max-width: 100%;
    padding: 4px 0 0;
    border-left: 0;
    justify-self: stretch;
    opacity: .92;
}
.detail-media {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}
.detail-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 12px;
    border: 1px solid #eee;
    background: #f7f8fa;
}
.detail-cover img { max-width: 100%; max-height: 380px; object-fit: contain; }
.detail-cover a { display: flex; align-items: center; justify-content: center; width: 100%; cursor: zoom-in; }
.detail-cover .ph {
    font-size: 28px;
    font-weight: 800;
    color: #c45c4a;
    letter-spacing: 1px;
}
.detail-media .link-list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 0;
}
.detail-media .downloadBtn-wide {
    width: 100%;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}
.detail-media .download-count {
    text-align: center;
}
.detail-main h1 {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    letter-spacing: .2px;
    word-break: break-all;
}
.detail-cat {
    display: inline-block;
    margin: 0 0 16px;
    padding: 2px 8px;
    background: #eef8f8;
    color: var(--teal);
    font-size: 12px;
    line-height: 1.6;
    border-radius: 2px;
}
.detail-empty { margin: 18px 0 0; color: #999; font-size: 13px; }
.detail-side-title,
.other-attrs-title {
    margin: 0 0 14px;
    padding: 0 0 0 10px;
    border-left: 3px solid var(--teal);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
}
.latest-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
}
.latest-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}
.latest-list li:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 0; }
.latest-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
    color: inherit;
    text-decoration: none;
}
.latest-thumb {
    flex-shrink: 0;
    width: 40px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #f7f8fa;
}
.latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.latest-thumb .ph {
    font-size: 10px;
    font-weight: 800;
    color: #c45c4a;
}
.latest-meta {
    min-width: 0;
    flex: 1;
}
.latest-list a:hover strong { color: var(--teal); }
.latest-list strong {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    color: #222;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.latest-list span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #999;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latest-list em {
    flex-shrink: 0;
    font-style: normal;
    font-size: 11px;
    color: #c45c4a;
    background: #fff5f3;
    padding: 2px 6px;
    border-radius: 2px;
    line-height: 1.4;
}
@media (max-width: 992px) {
    .detail.detail-with-side {
        grid-template-columns: minmax(0, 1fr);
    }
    .detail.detail-with-side .detail-primary {
        grid-template-columns: 180px minmax(0, 1fr);
    }
    .detail-side {
        grid-column: auto;
        margin-left: 0;
        border-left: 0;
        border-top: 1px solid #f0f0f0;
        padding: 20px 0 0;
        opacity: 1;
    }
}
@media (max-width: 640px) {
    .detail,
    .detail.detail-with-side {
        grid-template-columns: 1fr;
    }
    .detail-primary,
    .detail.detail-with-side .detail-primary {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}
.detail-main .kv { width: 100%; border-collapse: collapse; }
.detail-main .kv th,
.detail-main .kv td {
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: top;
}
.detail-main .kv th {
    width: 112px;
    color: #9a9a9a;
    font-weight: 500;
    white-space: nowrap;
}
.detail-main .kv td { color: #333; padding-right: 0; }
.detail-main .kv tr:last-child th,
.detail-main .kv tr:last-child td { border-bottom: 0; }
.link-list { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 28px; }
.download-count {
    color: #8a8a8a;
    font-size: 13px;
}
.detail-main .downloadBtn-wide {
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    font-size: 14px;
    letter-spacing: .5px;
}
.manual-preview { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0; }
.manual-preview a { display: block; border: 1px solid #eee; background: #fafafa; }
.manual-preview img { display: block; max-width: 180px; max-height: 220px; object-fit: contain; }
.other-attrs {
    margin-top: 20px;
    padding: 22px 24px 24px;
    background: #fff;
    border: 1px solid #ececec;
}
.other-attrs.related-models {
    padding: 28px;
    overflow: hidden;
}
.related-models .other-attrs-title {
    padding-left: 10px;
}
.related-models .productlist {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}
.related-models .attrs-toggle {
    margin-top: 16px;
    text-decoration: none;
}
.related-models .productItem {
    width: auto;
    min-height: 188px;
    height: auto;
    margin-left: 0;
    display: flex;
}
.related-models .right-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.related-models .download-count {
    font-size: 12px;
}
.related-models .empty {
    grid-column: 1 / -1;
}
.recommend-tags {
    padding: 22px 28px 24px;
}
.model-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.model-tags a {
    display: inline-block;
    max-width: 100%;
    padding: 6px 12px;
    border: 1px solid #e6e6e6;
    background: #f7f8fa;
    color: #444;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.model-tags a:hover {
    border-color: var(--teal);
    color: var(--teal);
    background: #eef8f8;
}
.attrs-grid {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.55;
    border-top: 1px solid #f2f2f2;
}
.attrs-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid #f2f2f2;
}
.attrs-row:nth-child(odd) {
    background: #fafbfc;
}
.attrs-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    padding: 10px 16px 10px 10px;
}
.attrs-k {
    flex: none;
    box-sizing: content-box;
    width: 6em;
    color: #9a9a9a;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}
.attrs-v {
    flex: 1 1 auto;
    min-width: 0;
    color: #333;
    overflow-wrap: anywhere;
}
.attrs-body { position: relative; overflow-x: auto; }
.other-attrs.is-collapsed .attrs-body {
    overflow-y: hidden;
    max-height: var(--attrs-collapsed-height, 230px);
}
.other-attrs.is-collapsed .attrs-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 78%);
    pointer-events: none;
}
.attrs-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding: 8px 0 0;
    border: 0;
    background: transparent;
    color: var(--teal);
    cursor: pointer;
    font-size: 13px;
}
.attrs-toggle em {
    font-style: normal;
    margin-top: 4px;
    color: #888;
    font-size: 12px;
}
.attrs-arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--teal);
    border-bottom: 2px solid var(--teal);
    transform: rotate(45deg);
    margin: 4px 0;
    flex-shrink: 0;
}
.other-attrs.is-collapsible:not(.is-collapsed) .attrs-fade { display: none; }
.other-attrs.is-collapsible:not(.is-collapsed) .attrs-arrow {
    transform: rotate(-135deg);
}
.page-title { margin: 0 0 16px; }
.page-title h1 { margin: 0 0 4px; font-size: 24px; }
.page-title p { margin: 0; color: #999; }

.productlistBox {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: 1440px;
    margin: 8px auto 0;
}
.productleft {
    flex: 0 0 340px;
    width: 340px;
    min-height: 630px;
    padding: 36px 28px 28px 32px;
    background: linear-gradient(180deg, #e8f7f8 0%, #d3eef0 42%, #b7e3e6 100%);
    border-radius: 8px;
}
.productleft .name { margin: 8px 0 0; }
.productleft .explain { margin-top: 30px; color: #666; line-height: 26px; }
.productleft .adbox { margin: 60px 0; }
.productleft .adbox p { margin: 0 0 10px; }
.productleft .adbox i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 2px solid var(--teal);
    border-radius: 50%;
    vertical-align: -2px;
    position: relative;
}
.productleft .adbox i:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 5px;
    height: 9px;
    border: solid var(--teal);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.productright { flex: 1; min-width: 0; margin-bottom: 40px; }
.productright .title { height: 46px; line-height: 34px; padding-left: 14px; }
.productright .title a { color: #999; }
.hotTitle { padding-top: 10px; }
.productlist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.productItem {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: auto;
    min-height: 180px;
    height: auto;
    margin: 0;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}
.productItem:hover {
    z-index: 2;
    box-shadow: 0 3px 20px rgba(0,0,0,.16);
    transform: translateY(-3px);
    transition: all .3s;
}
.productItem > a:first-child {
    flex: 0 0 122px;
    width: 122px;
}
.left-img {
    position: relative;
    flex: 0 0 122px;
    width: 122px;
    height: 152px;
    border: 1px solid #efefef;
    background: #fafafa;
    overflow: hidden;
}
.left-img img { width: 100%; height: 100%; object-fit: contain; }
.left-img .ph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f4f4f4, #e9e9e9);
    color: #c45c4a;
    font-size: 18px;
    font-weight: 800;
}
.left-img span {
    position: absolute;
    left: 43px;
    bottom: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    background: rgba(102,102,102,.9);
    color: #fff;
    font-size: 10px;
}
.right-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    width: auto;
    height: 152px;
    margin-left: 14px;
}
.right-content .name { height: 22px; margin: 0 0 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; }
.right-content .name a { color: #333; }
.right-content .name a:hover { color: var(--teal); }
.right-content .kv {
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555;
    font-size: 12px;
    line-height: 18px;
}
.right-content .kv i {
    font-style: normal;
    color: #999;
}
.right-content .kv-desc {
    height: 36px;
    margin-top: 2px;
    line-height: 18px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}
.card-actions .downloadBtn { margin-top: 0; }
.downloadBtn {
    display: inline-block;
    margin-top: auto;
    width: 91px;
    height: 28px;
    line-height: 28px;
    background: var(--teal);
    color: #fff !important;
    text-align: center;
    font-size: 14px;
}
.downloadBtn:hover { background: var(--teal-hover); }
.downloadBtn-light {
    background: #e8f6f6;
    color: var(--teal) !important;
    border: 1px solid #c5e8e9;
    line-height: 26px;
}
.downloadBtn-light:hover {
    background: var(--teal);
    color: #fff !important;
    border-color: var(--teal);
}
.downloadBtn-wide {
    width: auto;
    min-width: 91px;
    padding: 0 14px;
    position: static;
}

.icCategoryBox { padding-top: 58px; background: #fff; }
.icCategoryBox > .title { margin-bottom: 0; }
.icCategoryBox .bgbox { margin-top: 26px; background: #3d3d3d; }
.cat-row {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.cat-cell {
    flex: 0 0 12.5%;
    box-sizing: border-box;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 16px;
    border-left: 1px solid hsla(0,0%,100%,.2);
    border-bottom: 1px solid hsla(0,0%,100%,.12);
    color: #fff;
}
.cat-cell:hover { background: #008c95; }
.cat-cell a { color: #fff; }
.cat-cell .t { margin-bottom: 0; font-size: 14px; line-height: 1.4; word-break: break-word; }
.cat-cell p { display: none; }

.cat-board {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 0 0 20px;
    overflow: hidden;
}
.cat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 28px 14px;
}
.cat-total { color: #333; font-size: 14px; }
.cat-filter input {
    width: 220px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-indent: 10px;
    outline: 0;
}
.cat-filter input:focus { border-color: var(--teal); }
.cat-group {
    padding: 0;
    scroll-margin-top: 12px;
}
.cat-h1 {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    padding: 10px 28px;
    background: #eef6f6;
    border-top: 1px solid #dceaea;
    border-bottom: 1px solid #e6efef;
    font-size: 16px;
    font-weight: 700;
}
.cat-h1 a { color: #333; }
.cat-h1 a:hover { color: var(--teal); }
.cat-h1 span { color: #999; font-weight: 400; font-size: 13px; }
.cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 6px;
    padding: 12px 28px 18px;
}
.cat-l2 {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cat-l2 em {
    color: #999;
    font-style: normal;
    margin-left: 4px;
}
.cat-l2:hover { color: var(--teal); }
.cat-empty { padding: 40px 0; text-align: center; color: #999; }
.cat-children {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #eee;
}
.cat-children a {
    padding: 4px 12px;
    border: 1px solid #eef2f2;
    background: #fafafa;
    color: #555;
    font-size: 13px;
}
.cat-children a:hover {
    border-color: var(--teal);
    color: var(--teal);
    background: #eef8f8;
}

.brandinfolist { padding: 62px 0 20px; }
.brand-grid { margin-top: 25px; }
.brand-item {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 110px;
    margin: 0 10px 14px 0;
    border: 1px solid #efefef;
    background: #fff;
    vertical-align: top;
    overflow: hidden;
}
.brand-item:nth-of-type(6n) { margin-right: 0; }
.brand-item .logo-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #444;
    font-size: 18px;
    font-weight: 700;
}
.brand-item img { display: block; width: 150px; height: 50px; margin: 30px auto 0; object-fit: contain; }
.brand-item .mask {
    position: absolute;
    inset: 0;
    padding-top: 30px;
    background: var(--teal);
    color: #fff;
    text-align: center;
    line-height: 24px;
    opacity: 0;
    transition: opacity .2s;
}
.brand-item:hover .mask { opacity: 1; }

.typeSearch { padding: 64px 0 40px; background: #fff; }
.searchlist { display: flex; height: 280px; margin-top: 25px; background: #fafafa; }
.type-pane { width: 50%; padding: 48px 40px 0 80px; }
.type-pane.num { background: linear-gradient(90deg, #eef7f8 0%, #fafafa 70%); }
.type-pane .name { margin-bottom: 18px; }
.type-keys { margin: 0; padding: 0; list-style: none; }
.type-keys li {
    display: inline-block;
    width: 80px;
    height: 43px;
    margin: 0 12px 10px 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    text-align: center;
    line-height: 43px;
    font-size: 16px;
}
.type-keys a { display: block; color: #333; }
.type-keys a:hover { background: var(--teal); color: #fff; }

@media (max-width: 768px) {
    .attrs-row {
        grid-template-columns: 1fr;
    }
}
.maker-intro {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #efefef;
}
.maker-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 48px;
    padding: 6px;
    border: 1px solid #eee;
    background: #fafafa;
}
.maker-logo img { max-width: 100%; max-height: 36px; object-fit: contain; }
.maker-logo strong { font-size: 12px; color: #666; text-align: center; word-break: break-all; }
.maker-intro h1 { margin: 0; font-size: 18px; line-height: 1.3; }
.maker-intro p { margin: 6px 0 0; color: #666; font-size: 13px; line-height: 1.6; }
.letter-jump { margin: 0 0 16px; }
.empty {
    grid-column: 1 / -1;
    padding: 56px 24px 60px;
    text-align: center;
    color: #999;
    background: #fff;
    width: 100%;
    min-height: 280px;
    list-style: none;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-sizing: border-box;
}
.empty-board .empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    background: #f3f8f8;
    border-radius: 50%;
}
.empty p { margin: 0; font-size: 18px; color: #333; font-weight: 700; }
.empty span { display: block; margin-top: 10px; font-size: 14px; color: #999; line-height: 1.6; }
.empty-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}
.empty-actions a {
    display: inline-block;
    min-width: 120px;
    padding: 8px 16px;
    border: 1px solid #d7e6e7;
    background: #fff;
    color: #008c95;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 4px;
}
.empty-actions a:hover {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 8px;
}
.pager-nav,
.pager-num,
.pager-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
}
.pager-nav { min-width: 76px; }
.pager-ellipsis {
    border: 0;
    background: transparent;
    color: #bbb;
    min-width: 24px;
    padding: 0;
}
.pager a.pager-nav:hover,
.pager a.pager-num:hover {
    border-color: #c5e8e9;
    background: #e8f6f6;
    color: var(--teal);
}
.pager-num.is-current {
    border-color: #c5e8e9;
    background: #e8f6f6;
    color: var(--teal);
    font-weight: 700;
}
.pager-nav.is-disabled {
    border-color: #f0f0f0;
    background: #f7f7f7;
    color: #ccc;
    cursor: default;
}

.site-footer {
    background: var(--footer);
    color: #888;
    padding: 40px 20px;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #e6ecec;
}
.foot-brand span {
    display: block;
    color: var(--teal);
    font-size: 15px;
    font-weight: 600;
}
.foot-brand b {
    display: block;
    margin: 8px 0 12px;
    color: var(--teal);
    font-size: 32px;
    font-weight: 400;
}
.foot-brand p {
    margin: 6px 0;
    color: #888;
    font-size: 13px;
}
.foot-legal {
    max-width: 720px;
    margin: 14px auto 8px !important;
    line-height: 1.7;
    font-size: 12px !important;
}
.foot-beian a, .foot-contact a { color: #888; }
.foot-beian a:hover, .foot-contact a:hover { color: var(--teal); }
.foot-links {
    margin: 12px 0 4px;
    font-size: 13px;
}
.foot-links a { color: #888; }
.foot-links a:hover { color: var(--teal); }

.offsite-mask {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(40, 48, 62, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.offsite-mask[hidden] { display: none; }
.offsite-dialog {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px 24px;
    text-align: center;
    box-shadow: 0 18px 50px rgba(20, 30, 50, .18);
}
.offsite-pdf {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 10px;
    background: #fff4e8;
    color: #f08a24;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
}
.offsite-dialog h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
}
.offsite-lead {
    margin: 0 0 20px;
    color: #8a9099;
    font-size: 14px;
    line-height: 1.6;
}
.offsite-count {
    width: 64px;
    height: 64px;
    margin: 0 auto 8px;
    border: 3px solid #e8eef5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #2f6fed;
}
.offsite-hint {
    margin: 0 0 16px;
    color: #9aa3ad;
    font-size: 13px;
}
.offsite-bar {
    height: 4px;
    margin: 0 0 22px;
    background: #eef2f6;
    border-radius: 4px;
    overflow: hidden;
}
.offsite-bar span {
    display: block;
    width: 0;
    height: 100%;
    background: #2f6fed;
    border-radius: 4px;
}
.offsite-actions {
    display: flex;
    gap: 12px;
}
.offsite-cancel,
.offsite-go {
    flex: 1;
    height: 44px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.offsite-cancel {
    border: 0;
    background: #f3f5f8;
    color: #5c6570;
}
.offsite-go {
    background: #2f6fed;
    color: #fff !important;
    font-weight: 600;
}
.offsite-go:hover { background: #2563d8; color: #fff !important; }

.dk-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 22px 24px 28px;
}
.dk-form {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    align-items: flex-end;
}
.dk-form label { display: flex; flex-direction: column; gap: 6px; }
.dk-form label span { color: #666; font-size: 13px; }
.dk-form .input { width: 280px; height: 36px; }
.dk-btn {
    height: 36px;
    padding: 0 22px;
    border: 0;
    background: var(--teal);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.dk-btn:hover { background: var(--teal-hover); }
.dk-btn:disabled {
    background: #d8d8d8;
    cursor: default;
}
.dk-btn-pause { background: #c45c4a; }
.dk-btn-pause:hover { background: #a84c3d; }
.dk-btn-pause:disabled {
    background: #d8d8d8;
    cursor: default;
}
.dk-queue-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    flex-wrap: wrap;
}
.dk-queue-hint { color: #999; font-size: 12px; }
.dk-warn, .dk-error { margin: 14px 0 0; padding: 10px 12px; font-size: 13px; }
.dk-warn { background: #fff8e8; color: #8a6d3b; }
.dk-error { background: #fdeeee; color: #a94442; }
.dk-count { margin: 18px 0 10px; color: #666; }
.dk-table { width: 100%; border-collapse: collapse; }
.dk-table th, .dk-table td {
    padding: 10px 12px;
    border: 1px solid #eee;
    text-align: left;
    font-size: 13px;
    vertical-align: top;
}
.dk-table th { background: #f7fbfb; color: #333; font-weight: 600; }
.dk-ok { margin: 14px 0 0; padding: 10px 12px; background: #eef8f8; color: #008c95; font-size: 13px; }
.dk-ok a { color: var(--teal); font-weight: 600; }
.dk-save {
    height: 28px;
    padding: 0 12px;
    border: 1px solid var(--teal);
    background: #fff;
    color: var(--teal);
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}
.dk-save:hover { background: var(--teal); color: #fff; }
.dk-table td.dk-actions {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.dk-resume {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 32px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    background: var(--teal);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    writing-mode: horizontal-tb;
}
.dk-resume:hover:not(:disabled) { background: var(--teal-hover); }
.dk-resume:disabled,
.dk-resume-busy {
    background: #e8eef0;
    color: #667;
    cursor: default;
}
.dk-running {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 32px;
    padding: 0 16px;
    border-radius: 4px;
    background: #e8eef0;
    color: #667;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}
.dk-h2 { margin: 28px 0 10px; font-size: 16px; }

.navTo { height: 50px; line-height: 50px; color: #999; font-size: 16px; }
.navTo a { color: #999; }
.navTo a:hover { color: var(--teal); }
.brand-page {
    background: #fff;
    border: 1px solid #e8eeee;
}
.brand-head {
    padding: 14px 16px 12px;
    border-bottom: 1px solid #eef3f3;
}
.brand-head h1 {
    margin: 0 0 12px;
    padding-left: 10px;
    border-left: 4px solid var(--teal);
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
.letter-index {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.letter-index li {
    flex: 1;
    min-width: 0;
    margin: 0;
}
.letter-index a,
.letter-index span {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    color: #333;
    background: #f7fafa;
    border: 1px solid #e6efef;
}
.letter-index a:hover {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}
.letter-index span { color: #ccc; background: #fafafa; border-color: #f0f0f0; }
.brand-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    border-bottom: 1px solid #eef3f3;
    scroll-margin-top: 12px;
}
.brand-row:last-child { border-bottom: 0; }
.brand-key {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7fafa;
    border-right: 1px solid #eef3f3;
    color: var(--teal);
    font-size: 15px;
    font-weight: 700;
}
.brand-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 28px;
    padding: 6px 14px;
}
.brand-items a {
    display: inline-block;
    width: auto;
    padding: 6px 0;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
}
.brand-items a:hover { color: var(--teal); }
