fss,acronym,time,sdu,tcenter,stysle,ssmall,areass,abbr,sadw,dfn,noscripta,ecode,is,font,tyyt,sup{display:none!important;width:0!important;height:0!important;overflow:hidden!important;line-height:0!important;font-size:0!important;margin:0!important;padding:0!important;border:0!important}

.fm-hehun{--fm-max-w:1400px;--fm-radius:14px;--fm-bg:#ffffff;--fm-surface:#fff5f5;--fm-primary:#cc0000;--fm-accent:#000000;--fm-text:#1a1a1a;--fm-muted:#555555;--fm-border:#000000;--fm-hero-from:#cc0000;--fm-hero-to:#990000;--fm-shadow:0 4px 16px rgba(0,0,0,.08);--fm-font:"PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif;font-family:var(--fm-font);background:var(--fm-bg);color:var(--fm-text);line-height:1.6;min-height:100vh}
.fm-hehun *{box-sizing:border-box}
.fm-hehun a{color:var(--fm-primary);text-decoration:none;transition:color .2s}
.fm-hehun a:hover{color:var(--fm-accent)}
.fm-hehun-wrap{max-width:var(--fm-max-w);margin:0 auto;padding:0 16px 48px}
#fm-calc-result{scroll-margin-top:20px;outline:none}

.fm-hehun-nav{position:sticky;top:0;z-index:30;background:var(--fm-primary);margin:0 -16px}
.fm-hehun-nav-inner{max-width:var(--fm-max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:52px}
.fm-hehun-nav-logo{color:#fff!important;font-size:15px;font-weight:800;display:flex;align-items:center;gap:6px}
.fm-hehun-nav-links{display:flex;gap:4px}
.fm-hehun-nav-links a{color:rgba(255,255,255,.85)!important;font-size:13px;padding:6px 12px;border-radius:6px;display:flex;align-items:center;gap:4px;transition:background .2s}
.fm-hehun-nav-links a:hover{background:rgba(255,255,255,.15);color:#fff!important}

.fm-hehun-hero{background:linear-gradient(135deg,var(--fm-hero-from),var(--fm-hero-to));border-radius:var(--fm-radius);overflow:hidden;margin:16px 0 0;position:relative}
.fm-hehun-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.1),transparent 50%);pointer-events:none}
.fm-hehun-hero-inner{position:relative;z-index:1;padding:32px 36px 24px;text-align:center}
.fm-hehun-hero-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.1em;color:rgba(255,255,255,.9);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:4px 14px;border-radius:999px;margin:0 0 12px}
.fm-hehun-hero h1{font-size:26px;font-weight:800;margin:0 0 8px;color:#fff;line-height:1.2}
.fm-hehun-hero-sub{font-size:13px;margin:0;color:rgba(255,255,255,.8)}
.fm-hehun-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.15);padding:0}
.fm-hehun-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 8px;gap:2px;border-right:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.9);font-size:12px}
.fm-hehun-stat:last-child{border-right:none}
.fm-hehun-stat i{font-size:20px;margin-bottom:4px;opacity:.8}
.fm-hehun-stat b{font-weight:700;font-size:13px}
.fm-hehun-stat span{font-size:11px;opacity:.65}

.fm-hehun-crumb{display:flex;align-items:center;gap:8px;padding:12px 4px 0;font-size:13px;color:var(--fm-muted)}
.fm-hehun-crumb a{color:var(--fm-muted)}
.fm-hehun-crumb a:hover{color:var(--fm-primary)}
.fm-hehun-crumb i{font-size:10px}
.fm-hehun-crumb em{font-style:normal;color:var(--fm-text);font-weight:600}

.fm-hehun-form{background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius);margin:16px 0;overflow:hidden}
.fm-hehun-form-header{background:var(--fm-primary);color:#fff;padding:12px 20px;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}
.fm-hehun-form form{padding:20px}
.fm-hehun-form-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:600px){.fm-hehun-form-grid{grid-template-columns:1fr 1fr}}
.fm-hehun-form-half{border:1px solid var(--fm-border);border-radius:var(--fm-radius);padding:16px}
.fm-hehun-form-title{font-size:14px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px}
.fm-hehun-field{margin-bottom:10px}
.fm-hehun-field label{display:block;font-size:12px;color:var(--fm-muted);margin-bottom:4px;font-weight:600}
.fm-hehun-field input,.fm-hehun-field select{width:100%;padding:10px 12px;font-size:16px;border:1px solid rgba(0,0,0,.15);border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s;background:#fff;color:var(--fm-text);min-height:44px}
.fm-hehun-field input:focus,.fm-hehun-field select:focus{border-color:var(--fm-primary);box-shadow:0 0 0 3px rgba(204,0,0,.1)}
.fm-hehun-field-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.fm-hehun-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;margin-top:16px;background:var(--fm-primary);color:#fff;font-size:16px;font-weight:700;border:none;border-radius:var(--fm-radius);cursor:pointer;transition:opacity .2s;min-height:48px}
.fm-hehun-submit:hover{opacity:.9}

.fm-hehun-panel{background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius);padding:20px;margin-bottom:12px}
.fm-hehun-panel-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--fm-border)}
.fm-hehun-panel-head h2{font-size:15px;font-weight:800;display:flex;align-items:center;gap:6px;margin:0}
.fm-hehun-panel-desc{font-size:12px;color:var(--fm-muted);margin:0}
.fm-hehun-error{background:#fef2f2;border-color:#fecaca;color:#991b1b;display:flex;align-items:center;gap:8px;font-size:14px}

.fm-hehun-result-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--fm-border)}
.fm-hehun-result-head h2{font-size:16px;font-weight:800;margin:0 0 4px;display:flex;align-items:center;gap:6px}
.fm-hehun-result-meta{font-size:12px;color:var(--fm-muted);margin:0}
.fm-hehun-result-badge{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}
.fm-hehun-result-badge em{font-size:28px;font-weight:900;font-style:normal;color:var(--fm-primary);line-height:1}
.fm-hehun-result-badge span{font-size:11px;color:var(--fm-muted);font-weight:600}

.fm-hehun-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
@media(min-width:600px){.fm-hehun-details{grid-template-columns:repeat(3,1fr)}}
.fm-hehun-detail-item{background:var(--fm-bg);border:1px solid var(--fm-border);border-radius:10px;padding:12px;text-align:center}
.fm-hehun-detail-item b{display:block;font-size:12px;color:var(--fm-muted);margin-bottom:4px}
.fm-hehun-detail-item span{display:block;font-size:16px;font-weight:800}
.fm-hehun-detail-item p{font-size:11px;color:var(--fm-muted);margin:4px 0 0;line-height:1.3}

.fm-hehun-pillars{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}
@media(min-width:600px){.fm-hehun-pillars{grid-template-columns:1fr 1fr}}
.fm-hehun-pillar-half{border:1px solid var(--fm-border);border-radius:var(--fm-radius);padding:14px}
.fm-hehun-pillar-half h3{font-size:13px;font-weight:700;margin:0 0 10px;display:flex;align-items:center;gap:6px}
.fm-hehun-pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.fm-hehun-pillar-grid div{text-align:center;padding:6px 4px;background:var(--fm-bg);border-radius:8px}
.fm-hehun-pillar-grid b{display:block;font-size:10px;color:var(--fm-muted);margin-bottom:2px}
.fm-hehun-pillar-grid span{display:block;font-size:14px;font-weight:700}

.fm-hehun-ad-script{background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius);text-align:center;padding:12px;margin-bottom:12px}
.fm-hehun-ad-icons{background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius);padding:16px;margin-bottom:12px}
.fm-hehun-ad-lead{font-size:13px;font-weight:700;text-align:center;margin:0 0 12px;display:flex;align-items:center;justify-content:center;gap:6px}
.fm-hehun-ad-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
@media(min-width:480px){.fm-hehun-ad-grid{grid-template-columns:repeat(4,1fr)}}
.fm-hehun-ad-grid a{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;background:var(--fm-bg);border-radius:10px;border:1px solid var(--fm-border);transition:background .2s;text-align:center}
.fm-hehun-ad-grid a:hover{background:var(--fm-surface)}
.fm-hehun-ad-grid img{width:40px;height:40px;border-radius:8px;object-fit:cover}
.fm-hehun-ad-grid span{font-size:11px;color:var(--fm-text);line-height:1.2}

.fm-hehun-body{display:grid;grid-template-columns:1fr;gap:12px;margin-top:4px}
@media(min-width:768px){.fm-hehun-body{grid-template-columns:1fr 320px;align-items:start}}
.fm-hehun-main{min-width:0}
.fm-hehun-side{position:static}
@media(min-width:768px){.fm-hehun-side{position:sticky;top:68px}}

.fm-hehun-hl{background:var(--fm-surface);border:1px solid var(--fm-border);border-radius:var(--fm-radius);overflow:hidden}
.fm-hehun-hl-head{background:var(--fm-primary);color:#fff;padding:10px 14px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px}
.fm-hehun-hl-body{padding:14px}
.fm-hehun-hl-date{display:flex;align-items:baseline;justify-content:center;gap:6px;margin-bottom:8px}
.fm-hehun-hl-date b{font-size:28px;font-weight:900;color:var(--fm-primary);line-height:1}
.fm-hehun-hl-date small{font-size:13px;color:var(--fm-muted)}
.fm-hehun-hl-gongli{text-align:center;font-size:15px;font-weight:700;margin:0 0 2px}
.fm-hehun-hl-nongli{text-align:center;font-size:11px;color:var(--fm-muted);margin:0 0 8px}
.fm-hehun-hl-ganzhi{display:flex;justify-content:center;gap:6px;margin-bottom:8px}
.fm-hehun-hl-ganzhi span{font-size:11px;background:var(--fm-bg);padding:2px 8px;border-radius:4px;border:1px solid var(--fm-border)}
.fm-hehun-hl-meta{text-align:center;font-size:11px;color:var(--fm-muted);margin:0 0 8px}
.fm-hehun-hl-tianshen{text-align:center;font-size:11px;color:var(--fm-muted);margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid var(--fm-border)}
.fm-hehun-hl-yiji{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}
.fm-hehun-hl-yi,.fm-hehun-hl-ji{padding:8px;border-radius:8px;font-size:11px;line-height:1.4}
.fm-hehun-hl-yi{background:#f0fdf4;border:1px solid #bbf7d0}
.fm-hehun-hl-ji{background:#fef2f2;border:1px solid #fecaca}
.fm-hehun-hl-yi-tag,.fm-hehun-hl-ji-tag{display:inline-block;font-weight:800;font-size:10px;padding:1px 6px;border-radius:3px;margin-right:4px}
.fm-hehun-hl-yi-tag{background:#22c55e;color:#fff}
.fm-hehun-hl-ji-tag{background:#ef4444;color:#fff}
.fm-hehun-hl-shenwei{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;margin-bottom:10px}
.fm-hehun-hl-shenwei div{text-align:center;padding:8px 4px;border:1px solid var(--fm-border);border-radius:8px;background:var(--fm-bg)}
.fm-hehun-hl-shenwei i{display:block;font-size:16px;margin-bottom:2px;color:var(--fm-primary)}
.fm-hehun-hl-shenwei b{display:block;font-size:13px;font-weight:700}
.fm-hehun-hl-shenwei small{font-size:9px;color:var(--fm-muted)}
.fm-hehun-hl-detail{display:flex;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid var(--fm-border)}
.fm-hehun-hl-detail div{font-size:11px;display:flex;align-items:flex-start;gap:4px;line-height:1.4}
.fm-hehun-hl-detail i{width:14px;text-align:center;color:var(--fm-muted);flex-shrink:0;margin-top:1px}
.fm-hehun-hl-good i{color:#16a34a}
.fm-hehun-hl-bad i{color:#dc2626}

.fm-hehun-article-list{display:flex;flex-direction:column;gap:16px}
.fm-hehun-article{display:flex;gap:14px;align-items:flex-start}
.fm-hehun-article-img{flex-shrink:0;width:100px;border-radius:10px;overflow:hidden;background:var(--fm-bg)}
.fm-hehun-article-img img{width:100%;display:block;object-fit:contain}
.fm-hehun-article-content{flex:1;min-width:0}
.fm-hehun-article h3{font-size:15px;font-weight:800;margin:0 0 4px}
.fm-hehun-article-sub{font-size:12px;color:var(--fm-primary);margin:0 0 8px;font-weight:600}
.fm-hehun-article-body{font-size:13px;color:var(--fm-text);line-height:1.7}
.fm-hehun-article-body p{margin:0 0 8px}
.fm-hehun-article-body p:last-child{margin-bottom:0}

.fm-hehun-principles{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.fm-hehun-principles li{font-size:13px;padding:0 0 0 16px;position:relative;line-height:1.5}
.fm-hehun-principles li::before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;background:var(--fm-primary);border-radius:50%}

.fm-hehun-tips{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.fm-hehun-tips li{font-size:13px;padding:0 0 0 16px;position:relative;line-height:1.5}
.fm-hehun-tips li::before{content:"\f0eb";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:0;color:var(--fm-primary);font-size:12px}

.fm-hehun-lead{display:flex;gap:10px;align-items:flex-start;background:#fefaf5}
.fm-hehun-lead i{font-size:24px;color:var(--fm-primary);opacity:.4;flex-shrink:0}
.fm-hehun-lead p{font-size:14px;margin:0;line-height:1.7;color:var(--fm-text)}
.fm-hehun-text{font-size:13px;color:var(--fm-text);line-height:1.7;margin:0 0 10px}
.fm-hehun-text:last-child{margin-bottom:0}

.fm-hehun-faq-list{display:grid;grid-template-columns:1fr;gap:6px}
@media(min-width:768px){.fm-hehun-faq-list{grid-template-columns:1fr 1fr;gap:8px}}
.fm-hehun-faq-item{border:1px solid var(--fm-border);border-radius:10px;overflow:hidden;transition:box-shadow .2s}
.fm-hehun-faq-item[open]{box-shadow:var(--fm-shadow)}
.fm-hehun-faq-item summary{list-style:none;display:flex;align-items:center;gap:8px;padding:12px 14px;cursor:pointer;font-size:13px;font-weight:600;transition:background .2s}
.fm-hehun-faq-item summary::-webkit-details-marker{display:none}
.fm-hehun-faq-item summary i{font-size:10px;color:var(--fm-muted);transition:transform .2s;flex-shrink:0}
.fm-hehun-faq-item[open] summary i{transform:rotate(90deg)}
.fm-hehun-faq-item summary:hover{background:rgba(0,0,0,.02)}
.fm-hehun-faq-item p{padding:0 14px 12px;margin:0;font-size:12px;color:var(--fm-muted);line-height:1.6}

.fm-hehun-wheel{display:flex;flex-wrap:wrap;gap:8px}
@media(min-width:480px){.fm-hehun-wheel{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}}
.fm-hehun-wheel a{display:flex;align-items:center;gap:4px;padding:8px 14px;background:var(--fm-bg);border:1px solid var(--fm-border);border-radius:8px;font-size:12px;transition:background .2s,border-color .2s}
@media(min-width:480px){.fm-hehun-wheel a{padding:7px 12px}}
.fm-hehun-wheel a i{font-size:9px;color:var(--fm-primary)}
.fm-hehun-wheel a:hover{background:var(--fm-surface);border-color:var(--fm-primary)}

.fm-hehun-foot{text-align:center;padding:20px 0 0;margin-top:20px;border-top:1px solid var(--fm-border);font-size:12px;color:var(--fm-muted)}
.fm-hehun-foot p{margin:0 0 6px}
.fm-hehun-foot a{color:var(--fm-muted)}
.fm-hehun-foot a:hover{color:var(--fm-primary)}
