@charset "utf-8";

:root{
    --paper:#f7f1e3;
    --paper-deep:#efe3c9;
    --ink:#2b2118;
    --muted:#7d6d5a;
    --line:#ddc79e;
    --line-soft:#eadbbf;
    --red:#9a2f22;
    --red-deep:#6f1f17;
    --gold:#b8893d;
    --green:#3d6b56;
    --blue:#2d5d76;
    --white:#fffaf0;
    --shadow:0 16px 36px rgba(80,48,24,.12);
}

*{box-sizing:border-box;}
html{font-size:16px;}
body{
    margin:0;
    color:var(--ink);
    background:
        linear-gradient(90deg,rgba(120,84,42,.05) 1px,transparent 1px),
        linear-gradient(180deg,rgba(120,84,42,.04) 1px,transparent 1px),
        var(--paper);
    background-size:34px 34px;
    font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
    line-height:1.75;
}
body.nav-open{overflow:hidden;}
a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease;}
a:hover{color:var(--red);}
img{max-width:100%;display:block;object-fit:cover;}
.width{width:min(1180px,calc(100% - 32px));margin:0 auto;}
.empty-text{color:var(--muted);padding:22px 0;margin:0;}

.site-header{
    position:sticky;
    top:0;
    z-index:5000;
    background:rgba(247,241,227,.96);
    border-bottom:1px solid rgba(154,47,34,.18);
    box-shadow:0 8px 30px rgba(51,31,14,.08);
    backdrop-filter:blur(10px);
}
.header-top{
    background:linear-gradient(135deg,#461a14 0%,#7d2a1f 50%,#214c3d 100%);
    color:#fff7e6;
}
.header-main{
    min-height:96px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:12px 0;
}
.brand{
    display:flex;
    align-items:center;
    min-width:0;
}
.brand-logo{
    width:190px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:transparent;
    border:0;
    box-shadow:none;
    overflow:hidden;
}
.brand-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.brand-copy{min-width:0;}
.brand-copy strong{
    display:block;
    font-size:26px;
    line-height:1.15;
    font-family:"STKaiti","KaiTi","SimSun",serif;
    font-weight:700;
    letter-spacing:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.brand-copy span{
    display:block;
    margin-top:6px;
    color:#f0d8a8;
    font-size:13px;
}
.header-actions{
    display:flex;
    align-items:center;
    gap:12px;
}
.site-search{
    width:292px;
    max-width:34vw;
    height:44px;
    display:flex;
    align-items:center;
    background:rgba(255,250,240,.14);
    border:1px solid rgba(255,239,197,.38);
    overflow:hidden;
}
.site-search input[type=text]{
    flex:1;
    min-width:0;
    height:100%;
    border:0;
    outline:0;
    background:transparent;
    color:#fff8e7;
    padding:0 14px;
    font-size:14px;
}
.site-search input[type=text]::placeholder{color:#efd8b0;}
.site-search button{
    width:48px;
    height:100%;
    border:0;
    cursor:pointer;
    color:#fff9e8;
    background:var(--gold);
    font-size:18px;
}
.nav-toggle{
    display:none;
    width:44px;
    height:44px;
    border:1px solid rgba(255,239,197,.38);
    background:rgba(255,250,240,.12);
    cursor:pointer;
    padding:10px;
}
.nav-toggle span{
    display:block;
    height:2px;
    background:#fff4d8;
    margin:5px 0;
}
.site-nav{background:rgba(255,250,240,.9);}
.nav-inner>ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    gap:4px;
}
.nav-inner li{position:relative;list-style:none;}
.nav-inner>ul>li>a{
    display:block;
    padding:14px 18px;
    color:#463321;
    font-weight:700;
    font-size:15px;
    line-height:1.4;
}
.nav-inner>ul>li.active>a,
.nav-inner>ul>li>a:hover{
    color:var(--red);
    background:#f2e5ca;
}
.nav-inner li ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:190px;
    margin:0;
    padding:8px;
    background:var(--white);
    border:1px solid var(--line-soft);
    box-shadow:var(--shadow);
    z-index:20;
}
.nav-inner li:hover>ul{display:block;}
.nav-inner li ul a{
    display:block;
    padding:10px 12px;
    color:#51402f;
    white-space:nowrap;
}
.nav-inner li ul a:hover{background:#f4ead6;color:var(--red);}
.site-main{padding-bottom:28px;}

.biz-hero{
    padding:46px 0 34px;
    background:
        radial-gradient(circle at 82% 18%,rgba(184,137,61,.2),transparent 30%),
        linear-gradient(135deg,#3a1511 0%,#68251b 48%,#23483d 100%);
    color:#fff8e8;
}
.biz-hero-inner{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(340px,.75fr);
    gap:34px;
    align-items:center;
}
.hero-kicker{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:4px 12px;
    background:rgba(255,250,240,.12);
    border:1px solid rgba(255,239,197,.26);
    color:#f0d8a8;
    font-size:14px;
}
.biz-hero-main h1{
    max-width:760px;
    margin:18px 0 16px;
    font-size:clamp(36px,5vw,58px);
    line-height:1.12;
    letter-spacing:0;
    color:#fffaf0;
    font-weight:800;
}
.biz-hero-main p{
    max-width:720px;
    margin:0 0 24px;
    color:#ecd6b1;
    font-size:18px;
    line-height:1.8;
}
.hero-search{
    display:flex;
    width:min(720px,100%);
    height:56px;
    background:#fffaf0;
    border:1px solid rgba(255,239,197,.45);
    box-shadow:0 16px 34px rgba(0,0,0,.16);
}
.hero-search input[type=text]{
    flex:1;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    color:var(--ink);
    padding:0 18px;
    font-size:16px;
}
.hero-search button{
    width:108px;
    border:0;
    cursor:pointer;
    background:var(--gold);
    color:#fffaf0;
    font-weight:700;
}
.hero-hot{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
    color:#e6c997;
}
.hero-hot span{font-size:14px;color:#f5dfb8;}
.hero-hot a{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:3px 10px;
    border:1px solid rgba(255,239,197,.3);
    color:#fff5d9;
    background:rgba(255,250,240,.08);
    font-size:14px;
}
.biz-hero-panel{
    padding:24px;
    background:rgba(255,250,240,.94);
    color:var(--ink);
    border:1px solid rgba(255,239,197,.7);
    box-shadow:0 24px 50px rgba(0,0,0,.18);
}
.panel-title{
    margin-bottom:16px;
    color:var(--red-deep);
    font-size:22px;
    font-weight:800;
}
.metric-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-bottom:18px;
}
.metric-grid div{
    padding:14px;
    background:#f6ecd7;
    border:1px solid var(--line-soft);
}
.metric-grid strong{
    display:block;
    color:var(--red-deep);
    font-size:18px;
    margin-bottom:4px;
}
.metric-grid span{
    display:block;
    color:var(--muted);
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.hero-rank{
    list-style:none;
    margin:0;
    padding:0;
}
.hero-rank li{
    display:grid;
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
    padding:9px 0;
    border-top:1px dashed var(--line-soft);
}
.hero-rank span{
    width:26px;
    height:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ead7b0;
    color:var(--red-deep);
    font-weight:800;
}
.hero-rank a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.biz-entry-section,
.tool-section{padding-top:30px;}
.biz-entry-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.biz-entry{
    display:block;
    min-height:116px;
    padding:22px;
    background:rgba(255,250,240,.92);
    border:1px solid var(--line-soft);
    box-shadow:var(--shadow);
}
.biz-entry strong{
    display:block;
    color:var(--red-deep);
    font-size:22px;
    line-height:1.35;
    margin-bottom:8px;
}
.biz-entry span{
    display:block;
    color:var(--muted);
    line-height:1.65;
}
.tool-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:16px;
}
.tool-card{
    display:block;
    min-height:132px;
    padding:22px;
    background:#f9f1df;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
    color:inherit;
}
.tool-card strong{
    display:block;
    color:#23483d;
    font-size:20px;
    margin-bottom:10px;
}
.tool-card p{
    margin:0;
    color:var(--muted);
    line-height:1.75;
}
.text-article-list .article-item{
    display:block;
}
.text-list-item{
    display:block;
}
.text-article-list .article-info h3 a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.text-list-item .article-info h3 a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.home-article-foot{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:16px;
    align-items:center;
    margin-top:12px;
}
.home-article-foot .article-meta{
    margin-top:0;
}
.home-date{
    display:flex;
    justify-content:flex-end;
}
.home-date a{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:4px 12px;
    color:var(--red-deep);
    border:1px solid var(--line);
    background:#fff8e8;
    font-size:13px;
    font-weight:700;
}
.home-date a:hover{
    color:#fff8e7;
    background:var(--red-deep);
    border-color:var(--red-deep);
}
.list-layout{
    grid-template-columns:minmax(0,1fr) 300px;
    gap:24px;
}
.list-hero{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:24px;
    align-items:end;
    margin-bottom:22px;
    padding:30px 32px;
    background:
        linear-gradient(135deg,rgba(111,31,23,.08),rgba(61,107,86,.08)),
        rgba(255,250,240,.84);
}
.list-kicker{
    display:block;
    margin-bottom:8px;
    color:var(--green);
    font-size:14px;
    font-weight:700;
}
.list-hero h1{
    margin:0;
    font-size:clamp(30px,4vw,46px);
    line-height:1.18;
    font-family:"STKaiti","KaiTi","SimSun",serif;
    color:var(--red-deep);
}
.list-hero p{
    margin:12px 0 0;
    max-width:720px;
    color:#574633;
    font-size:16px;
    line-height:1.85;
}
.list-hero-tools{
    display:grid;
    grid-template-columns:repeat(3,92px);
    gap:10px;
}
.list-hero-tools a{
    min-height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff8e7;
    background:var(--red-deep);
    border:1px solid rgba(255,239,197,.36);
    font-size:14px;
    font-weight:700;
}
.list-hero-tools a:nth-child(2){background:var(--green);}
.list-hero-tools a:nth-child(3){background:var(--blue);}
.list-panel{padding:30px 32px;}
.list-title{margin-bottom:6px;}
.list-article-list{display:grid;gap:0;}
.portal-list{display:grid;gap:0;}
.portal-item{
    padding:24px 0;
    border-bottom:1px solid var(--line-soft);
}
.portal-item:first-child{padding-top:18px;}
.portal-item:last-child{border-bottom:0;}
.portal-item .article-info h3{
    margin:0 0 10px;
    font-size:25px;
    line-height:1.35;
}
.portal-item .article-info h3 a{
    display:block;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
}
.portal-item .article-info p{
    max-width:760px;
    margin:0;
    color:#6a5741;
    font-size:16px;
    line-height:1.9;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}
.portal-foot{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:16px;
    align-items:center;
    margin-top:14px;
}
.portal-foot .article-meta{
    margin-top:0;
}
.portal-action{
    display:flex;
    justify-content:flex-end;
}
.list-article-item{
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    gap:18px;
    padding:26px 0;
    border-bottom:1px solid var(--line-soft);
}
.list-article-item:first-child{padding-top:22px;}
.list-index{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff8e7;
    background:var(--red-deep);
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    line-height:1;
}
.list-article-item .article-info h3{
    margin-bottom:10px;
    font-size:26px;
    line-height:1.35;
}
.list-article-item .article-info h3 a{
    display:block;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
}
.list-article-item .article-info p{
    max-width:760px;
    color:#6a5741;
    font-size:16px;
    line-height:1.9;
    -webkit-line-clamp:3;
}
.list-article-item .article-meta{margin-top:14px;}
.list-read{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    margin-top:0;
    padding:5px 14px;
    color:var(--red-deep);
    border:1px solid var(--line);
    background:#fff8e8;
    font-size:14px;
    font-weight:700;
}
.list-read:hover{
    color:#fff8e7;
    background:var(--red-deep);
    border-color:var(--red-deep);
}
.date-badge{
    min-width:104px;
    justify-content:center;
}
.topic-list{
    list-style:none;
    margin:0;
    padding:0;
}
.topic-list li{
    padding:10px 0;
    border-bottom:1px dashed var(--line-soft);
}
.topic-list li:last-child{border-bottom:0;}
.topic-list a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.section-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
    border-bottom:1px solid var(--line-soft);
    position:relative;
}
.section-title:after{
    content:"";
    width:72px;
    height:2px;
    background:var(--red);
    position:absolute;
    left:0;
    bottom:-1px;
}
.section-title h2{
    margin:0;
    padding:0 0 10px;
    font-size:22px;
    line-height:1.35;
    font-family:"STKaiti","KaiTi","SimSun",serif;
    font-weight:700;
    color:var(--red-deep);
}
.section-title span,
.section-title a{
    color:var(--muted);
    font-size:13px;
    padding-bottom:10px;
}
.section-title a:hover{color:var(--red);}

.home-hero{
    display:grid;
    grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);
    gap:22px;
    padding:28px 0 18px;
}
.hero-slider{
    min-height:420px;
    position:relative;
    overflow:hidden;
    background:#261710;
    box-shadow:var(--shadow);
}
.banner,
.banner .ui-carousel-inner,
.banner .ui-carousel-item,
.banner .ui-carousel-item a{height:100%;}
.banner .ui-carousel-item a{display:block;}
.banner .ui-carousel-item img{
    width:100%;
    height:100%;
    min-height:420px;
    filter:saturate(.96) contrast(1.02);
}
.headline-panel,
.content-panel,
.side-panel,
.channel-card,
.feature-card{
    background:rgba(255,250,240,.92);
    border:1px solid var(--line-soft);
    box-shadow:var(--shadow);
}
.headline-panel{padding:22px;}
.headline-item{
    padding:15px 0;
    border-bottom:1px dashed var(--line);
}
.headline-item:last-child{border-bottom:0;}
.headline-item a{
    display:block;
    color:#3a2b20;
    font-weight:700;
    line-height:1.45;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:100%;
}
.headline-item p{
    margin:8px 0;
    color:var(--muted);
    font-size:14px;
    line-height:1.65;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.headline-item time{font-size:12px;color:#9b866b;}
.headline-lead a{
    color:var(--red-deep);
    font-size:20px;
    font-family:"STKaiti","KaiTi","SimSun",serif;
}

.feature-section,
.channel-section,
.link-section{padding:22px 0 0;}
.feature-grid,
.picture-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.feature-card{overflow:hidden;}
.feature-img{
    display:block;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#e6d7ba;
}
.feature-img img{
    width:100%;
    height:100%;
    transition:transform .45s ease;
}
.feature-card:hover .feature-img img{transform:scale(1.06);}
.feature-body{padding:16px;}
.feature-body h3{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.5;
}
.feature-body p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.7;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}

.container{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:24px;
    align-items:start;
}
.home-content,
.page-layout{padding-top:24px;}
.container-left,
.container-right{min-width:0;}
.content-panel{padding:24px;}
.article-list{
    list-style:none;
    margin:0;
    padding:0;
}
.article-item{
    display:grid;
    grid-template-columns:210px minmax(0,1fr);
    gap:18px;
    padding:20px 0;
    border-bottom:1px dashed var(--line);
}
.article-item:first-child{padding-top:4px;}
.article-item:last-child{border-bottom:0;padding-bottom:4px;}
.article-thumb{
    aspect-ratio:4/3;
    overflow:hidden;
    background:#e9dcc1;
}
.article-thumb img{
    width:100%;
    height:100%;
    transition:transform .45s ease;
}
.article-item:hover .article-thumb img{transform:scale(1.06);}
.article-info h3{
    margin:0 0 8px;
    font-size:21px;
    line-height:1.45;
}
.article-info p{
    margin:0;
    color:var(--muted);
    line-height:1.75;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.article-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:12px;
    color:#9a8264;
    font-size:13px;
}
.meta-tags{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}
.meta-tags a,
.detail-tags a,
.tag-cloud a,
.link a,
.sitemap-item p a{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:4px 10px;
    color:#684f36;
    background:#f4ead7;
    border:1px solid #dfc89f;
    font-size:13px;
}
.meta-tags a:hover,
.detail-tags a:hover,
.tag-cloud a:hover,
.link a:hover,
.sitemap-item p a:hover{
    color:#fff8e7;
    background:var(--red);
    border-color:var(--red);
}

.side-panel{
    padding:20px;
    margin-bottom:20px;
}
.rank-list{
    list-style:none;
    margin:0;
    padding:0;
    counter-reset:rank;
}
.rank-list li{
    display:grid;
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
    padding:10px 0;
    border-bottom:1px dashed var(--line-soft);
}
.rank-list li:last-child{border-bottom:0;}
.rank-list span{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#efe0bf;
    color:var(--red-deep);
    font-family:Georgia,serif;
    font-weight:700;
}
.rank-list a{
    line-height:1.55;
    display:block;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.tag-cloud{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.side-panel .tag-cloud{
    padding-top:4px;
}
.side-panel .tag-cloud a{
    min-height:32px;
    padding:5px 12px;
    background:#fff7e8;
}
.tag-page{
    padding:4px 0 0;
}
.tag-page a{
    min-height:38px;
    padding:7px 14px;
    font-size:14px;
}
.tag-page{padding-top:4px;}
.contact-panel ul{
    list-style:none;
    margin:0;
    padding:0;
}
.contact-panel li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 0;
    color:#66513c;
    word-break:break-all;
}
.contact-panel i{color:var(--red);}
.category-menu .ui-collapse-menu-title{
    border-bottom:1px dashed var(--line-soft);
    padding:0;
    background:transparent;
}
.category-menu .ui-collapse-menu-title a{
    display:block;
    padding:10px 0;
    color:#4f3b29;
}
.category-menu .ui-collapse-menu-title.active a{color:var(--red);font-weight:700;}
.category-menu .ui-collapse-menu-body ul{
    margin:0 0 8px;
    padding:0 0 0 16px;
}
.category-menu .ui-collapse-menu-body li{list-style:none;}
.category-menu .ui-collapse-menu-body a{
    display:block;
    padding:6px 0;
    color:var(--muted);
}

.channel-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px;
}
.channel-card{
    width:100%;
    min-width:0;
    padding:18px;
}
.channel-card h3{
    margin:0 0 12px;
    color:var(--red-deep);
    font-size:20px;
    font-family:"STKaiti","KaiTi","SimSun",serif;
}
.channel-card ul{
    list-style:none;
    margin:0;
    padding:0;
}
.channel-card li{
    display:grid;
    grid-template-columns:minmax(0,1fr) 86px;
    gap:12px;
    align-items:center;
    padding:8px 0;
    border-bottom:1px dashed var(--line-soft);
}
.channel-card li:last-child{border-bottom:0;}
.channel-card li a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:100%;
}
.channel-card li time{
    color:#9a8264;
    font-size:13px;
    text-align:right;
    white-space:nowrap;
}
.link{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:18px;
    background:rgba(255,250,240,.72);
    border:1px solid var(--line-soft);
}

.breadcrumb{
    margin-top:22px;
    background:rgba(255,250,240,.72);
    border:1px solid var(--line-soft);
    padding:9px 16px;
}
.breadcrumb ul{
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    list-style:none;
    color:var(--muted);
    font-size:14px;
}
.breadcrumb li:after{display:none;}
.breadcrumb a{color:#6d5338;}

.article-detail{position:relative;}
.detail-head{
    text-align:center;
    padding:12px 0 22px;
    border-bottom:1px solid var(--line-soft);
    margin-bottom:22px;
}
.detail-head h1{
    margin:0 auto 14px;
    max-width:840px;
    font-size:clamp(28px,4vw,42px);
    line-height:1.25;
    font-family:"STKaiti","KaiTi","SimSun",serif;
    color:var(--red-deep);
    letter-spacing:0;
}
.detail-meta{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
    color:var(--muted);
    font-size:14px;
}
.detail-body{
    color:#3d3026;
    font-size:17px;
    line-height:2;
    word-break:break-word;
}
.detail-body *{max-width:100%;}
.detail-body p{margin:0 0 1em;}
.detail-body img{height:auto;margin:16px auto;}
.small-gallery{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:22px;}
.detail-actions{
    display:flex;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
    margin-top:24px;
    padding-top:18px;
    border-top:1px solid var(--line-soft);
}
.detail-tags,
.detail-share{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}
.detail-share span{color:var(--muted);}
.detail-share a{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--line);
    background:#f5ead4;
    color:var(--red);
}
.detail-share a:hover{background:var(--red);color:#fff8e7;border-color:var(--red);}
.ui-flag{
    position:absolute;
    left:0;
    top:0;
    width:64px;
    height:64px;
    overflow:hidden;
}
.ui-flag i{
    position:absolute;
    left:-38px;
    top:10px;
    width:120px;
    transform:rotate(-45deg);
    text-align:center;
    background:var(--red);
    color:#fff8e7;
    font-style:normal;
    font-size:12px;
}
.prev-next{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-top:20px;
}
.prev-next div{min-width:0;}
.prev-next span{
    display:block;
    color:var(--muted);
    font-size:13px;
}
.prev-next a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.related-section{margin-top:20px;}
.related-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}
.related-grid h3{
    margin:0 0 10px;
    color:var(--red-deep);
    font-size:18px;
}
.mini-list{
    list-style:none;
    margin:0;
    padding:0;
}
.mini-list li{
    padding:8px 0 8px 14px;
    border-bottom:1px dashed var(--line-soft);
    position:relative;
}
.mini-list li:before{
    content:"";
    width:5px;
    height:5px;
    background:var(--gold);
    position:absolute;
    left:0;
    top:19px;
}
.mini-list a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.sitemap-list{
    display:grid;
    gap:16px;
}
.sitemap-item{
    padding:18px;
    background:#fcf5e6;
    border:1px solid var(--line-soft);
}
.sitemap-item h3{
    margin:0 0 12px;
    color:var(--red-deep);
    font-size:20px;
}
.sitemap-item p{
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.message-list{margin-bottom:24px;}
.message-card{
    background:#fcf5e6;
    border:1px solid var(--line-soft);
    padding:18px;
    margin-bottom:14px;
}
.message-card header{
    display:flex;
    justify-content:space-between;
    gap:12px;
    color:var(--red-deep);
    margin-bottom:10px;
}
.message-card time{
    color:var(--muted);
    font-size:13px;
}
.message-card footer{
    margin-top:12px;
    padding-top:12px;
    border-top:1px dashed var(--line);
    color:var(--green);
}
.book-form{
    background:#fcf5e6;
    border:1px solid var(--line-soft);
    padding:22px;
}
.book-form .ui-form-ip{
    border-color:#d9c395;
    background:#fffaf0;
}
.book-form .ui-btn-blue{
    background:var(--red);
    border-color:var(--red);
}
.book-form .ui-btn-blue:hover{
    background:var(--red-deep);
    border-color:var(--red-deep);
}
.page-nav{margin-top:24px;}
.ui-page ul li a,
.ui-page ul li span{
    border-color:var(--line);
    color:#684f36;
    background:#fffaf0;
}
.ui-page ul li.active span,
.ui-page ul li a:hover{
    background:var(--red);
    border-color:var(--red);
    color:#fff8e7;
}

.site-footer{
    margin-top:34px;
    color:#efe1c4;
    background:linear-gradient(135deg,#33150f 0%,#602219 55%,#234b3e 100%);
}
.footer-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr;
    gap:26px;
    padding:34px 0;
}
.footer-grid h2,
.footer-grid h3{
    margin:0 0 10px;
    color:#fff8e7;
    font-family:"STKaiti","KaiTi","SimSun",serif;
    letter-spacing:0;
}
.footer-grid p{margin:0;color:#e2cda5;}
.footer-links p{
    display:flex;
    flex-wrap:wrap;
    gap:10px 16px;
}
.footer-links a,
.footer-copy a{color:#fff1c9;}
.footer-links a:hover,
.footer-copy a:hover{color:#fff;}
.footer-copy{
    padding:14px 0;
    color:#d8bc8a;
    background:rgba(0,0,0,.18);
    font-size:13px;
}
.footer-copy span{float:right;}
.side-tools{right:14px;}
.side-tools ul{margin:0;padding:0;}
.side-tools ul li a{
    width:46px;
    height:46px;
    line-height:46px;
    background:#fffaf0;
    border:1px solid var(--line);
    color:var(--red);
}
.side-tools ul li a:hover{
    color:#fff8e7;
    background:var(--red);
    border-color:var(--red);
}
.side-tools ul li div{
    background:var(--red-deep);
    color:#fff8e7;
}

@media (max-width:1024px){
    .biz-hero-inner{
        grid-template-columns:1fr;
    }
    .biz-entry-grid,
    .tool-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .home-hero,
    .container,
    .list-layout{
        grid-template-columns:1fr;
    }
    .container-right{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:18px;
    }
    .side-panel{margin-bottom:0;}
    .feature-grid,
    .picture-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .site-search{max-width:42vw;}
}

@media (max-width:760px){
    .biz-hero{
        padding:30px 0 24px;
    }
    .biz-hero-main h1{
        font-size:34px;
    }
    .biz-hero-main p{
        font-size:16px;
    }
    .hero-search{
        height:auto;
        display:block;
    }
    .hero-search input[type=text]{
        width:100%;
        height:48px;
    }
    .hero-search button{
        width:100%;
        height:46px;
    }
    .biz-entry-grid,
    .tool-grid,
    .metric-grid{
        grid-template-columns:1fr;
    }
    .biz-entry,
    .tool-card,
    .biz-hero-panel{
        padding:18px;
    }
    .width{width:min(100% - 24px,1180px);}
    .header-main{
        min-height:72px;
        gap:12px;
    }
    .brand-logo{
        width:150px;
        height:56px;
    }
    .brand-copy strong{font-size:21px;max-width:46vw;}
    .brand-copy span{display:none;}
    .header-actions{gap:8px;}
    .site-search{
        position:absolute;
        left:12px;
        right:12px;
        top:78px;
        width:auto;
        max-width:none;
        height:42px;
        background:#fffaf0;
        border-color:var(--line);
        z-index:5200;
        display:none;
    }
    .nav-open .site-search{display:flex;}
    .site-search input[type=text]{color:var(--ink);}
    .site-search input[type=text]::placeholder{color:#9b866b;}
    .nav-toggle{
        display:block;
        position:relative;
        z-index:5300;
    }
    .site-nav{
        display:none;
        position:fixed;
        left:0;
        right:0;
        top:72px;
        bottom:0;
        overflow:auto;
        padding:64px 0 22px;
        background:var(--paper);
        z-index:5100;
        box-shadow:0 24px 40px rgba(51,31,14,.2);
    }
    .nav-open .site-nav{display:block !important;}
    .nav-inner>ul{
        display:block;
        width:min(100% - 24px,420px);
        margin:0 auto;
        background:#fffaf0;
        border:1px solid var(--line-soft);
    }
    .nav-inner>ul>li>a{
        padding:14px 16px;
        border-bottom:1px solid var(--line-soft);
    }
    .nav-inner li ul{
        position:static;
        display:block;
        min-width:0;
        box-shadow:none;
        border:0;
        padding:0 0 8px 18px;
        background:#fbf2df;
    }
    .nav-inner li ul a{
        white-space:normal;
        padding:8px 12px;
    }
    .home-hero{padding-top:18px;}
    .hero-slider{min-height:300px;}
    .banner .ui-carousel-item img{min-height:300px;}
    .headline-panel,
    .content-panel,
    .side-panel,
    .book-form{padding:18px;}
    .list-hero{
        display:block;
        padding:22px;
    }
    .list-hero-tools{
        grid-template-columns:repeat(3,minmax(0,1fr));
        margin-top:18px;
    }
    .list-hero-tools a{min-height:56px;}
    .list-panel{padding:20px;}
    .list-article-item{
        grid-template-columns:44px minmax(0,1fr);
        gap:12px;
        padding:22px 0;
    }
    .list-index{
        width:36px;
        height:36px;
        font-size:16px;
    }
    .list-article-item .article-info h3{font-size:21px;}
    .list-article-item .article-info p{
        font-size:15px;
        -webkit-line-clamp:3;
    }
    .article-item{
        grid-template-columns:128px minmax(0,1fr);
        gap:12px;
    }
    .article-info h3{font-size:18px;}
    .article-info p{-webkit-line-clamp:2;font-size:14px;}
    .container-right{grid-template-columns:1fr;}
    .feature-grid,
    .picture-grid,
    .small-gallery,
    .related-grid,
    .prev-next,
    .footer-grid{grid-template-columns:1fr;}
    .channel-grid{grid-template-columns:1fr !important;}
    .detail-actions{display:block;}
    .detail-share{margin-top:14px;}
    .footer-copy span{
        float:none;
        display:block;
        margin-top:6px;
    }
    .side-tools{display:none;}
}

@media (max-width:520px){
    .home-hero{gap:16px;}
    .hero-slider{min-height:260px;}
    .banner .ui-carousel-item img{min-height:260px;}
    .section-title h2{font-size:20px;}
    .article-item{
        display:block;
        padding:18px 0;
    }
    .list-article-item{
        display:grid;
        grid-template-columns:36px minmax(0,1fr);
    }
    .list-hero-tools{grid-template-columns:1fr;}
    .list-article-item .article-meta{display:flex;}
    .article-thumb{
        margin-bottom:12px;
        aspect-ratio:16/9;
    }
    .article-meta{display:block;}
    .meta-tags{margin-top:8px;}
    .brand-copy strong{max-width:40vw;}
    .detail-head h1{font-size:27px;}
    .message-card header{display:block;}
    .book-form .ui-row,
    .book-form .ui-form-group{
        display:block;
    }
    .book-form .ui-col-2,
    .book-form .ui-col-10,
    .book-form .ui-offset-2{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
        margin-left:0;
    }
    .book-form label{
        display:block;
        margin-bottom:6px;
        text-align:left;
    }
    .form-submit{padding-top:4px;}
}

.channel-section .channel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
.channel-section .channel-card{
    width:auto;
    min-width:0;
}
.channel-section .channel-card h3 a,
.channel-section .channel-card li a{
    display:block;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.channel-section .channel-card li{
    grid-template-columns:minmax(0,1fr) 86px;
}
@media (max-width:520px){
    .channel-section .channel-card li{
        grid-template-columns:1fr;
        gap:4px;
    }
    .channel-card li time{
        text-align:left;
    }
}
@media (max-width:760px){
    .channel-section .channel-grid{
        grid-template-columns:1fr !important;
    }
}

.site-header{
    z-index:2147483000 !important;
}
.home-hero,
.hero-slider,
.banner,
.banner .ui-carousel-inner,
.banner .ui-carousel-item{
    z-index:1 !important;
}

@media (max-width:900px){
    .brand-logo{
        background:transparent !important;
    }
    .site-header{
        position:sticky !important;
        top:0 !important;
        z-index:2147483000 !important;
        isolation:isolate;
    }
    .nav-toggle{
        position:relative !important;
        z-index:2147483300 !important;
    }
    .site-nav{
        display:none !important;
        position:fixed !important;
        left:0 !important;
        right:0 !important;
        top:0 !important;
        bottom:0 !important;
        width:100vw !important;
        height:100vh !important;
        overflow-y:auto !important;
        padding:144px 12px 28px !important;
        background:var(--paper) !important;
        z-index:2147483100 !important;
        box-shadow:none !important;
    }
    body.nav-open .site-nav{
        display:block !important;
    }
    body.nav-open .site-search{
        display:flex !important;
        position:fixed !important;
        left:12px !important;
        right:12px !important;
        top:90px !important;
        width:auto !important;
        max-width:none !important;
        z-index:2147483200 !important;
    }
    body.nav-open .nav-inner>ul{
        display:block !important;
        width:100% !important;
        max-width:420px !important;
        margin:0 auto !important;
        background:#fffaf0 !important;
        border:1px solid var(--line-soft) !important;
    }
    body.nav-open .nav-inner>ul>li{
        display:block !important;
        width:100% !important;
    }
    body.nav-open .nav-inner>ul>li>a{
        display:block !important;
        padding:14px 16px !important;
        border-bottom:1px solid var(--line-soft) !important;
        white-space:normal !important;
    }
    body.nav-open .home-hero,
    body.nav-open .hero-slider,
    body.nav-open .banner,
    body.nav-open .ui-carousel,
    body.nav-open .ui-carousel-inner,
    body.nav-open .ui-carousel-item{
        z-index:0 !important;
    }
}

.list-layout .list-article-item{
    display:grid !important;
    grid-template-columns:46px minmax(0,1fr) !important;
    gap:18px !important;
    align-items:start;
}
.list-layout .list-index{
    margin-top:4px;
}
.list-layout .list-article-item .article-info,
.list-layout .portal-item .article-info{
    max-width:none;
}
.list-layout .list-article-item .article-info h3 a,
.list-layout .portal-item .article-info h3 a{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
}
@media (max-width:760px){
    .list-layout .list-article-item{
        grid-template-columns:38px minmax(0,1fr) !important;
        gap:12px !important;
    }
    .portal-item{padding:20px 0;}
    .portal-item .article-info h3{font-size:21px;}
    .portal-item .article-info p{font-size:15px;}
    .portal-foot{
        grid-template-columns:1fr;
        gap:10px;
    }
    .portal-action{justify-content:flex-start;}
    .home-article-foot{
        grid-template-columns:1fr;
        gap:10px;
    }
    .home-date{justify-content:flex-start;}
}
