{"allowContribute":false,"item":{"artifactHtml":"\u003cstyle\u003e\n  :root { --paper:#F8F7F5; --ink:#1A1E1C; --ink-2:#5A6460; --accent:#0E6B5A; --accent-2:#0A4D42; --soft:#DDF0E8; --soft-2:#EEF6F1; --hair:#DEE4E1; --warn:#C05621; --warn-soft:#FEF0E6; --muted:#F1EEEA; --down:#B91C1C; }\n  :root[data-theme=\"dark\"] { --paper:#131916; --ink:#E8EDEB; --ink-2:#9AA8A3; --accent:#3DD6B8; --accent-2:#7CE8D4; --soft:#16302B; --soft-2:#1A3530; --hair:#27302E; --warn:#FF8C4B; --warn-soft:#2A1E14; --muted:#1E2422; }\n  .doc { background:var(--paper); color:var(--ink); padding:30px 32px 36px; font:16px/1.78 -apple-system,\"PingFang TC\",\"Noto Sans TC\",\"Microsoft JhengHei\",sans-serif; max-width:860px; margin:0 auto; }\n  .eyebrow { font:700 11px ui-monospace,Menlo,monospace; letter-spacing:.16em; text-transform:uppercase; color:var(--accent); display:flex; align-items:center; gap:10px; }\n  .eyebrow::before { content:\"\"; width:28px; height:2px; background:var(--accent); border-radius:999px; }\n  h1 { font-size:27px; line-height:1.3; letter-spacing:-.02em; margin:12px 0 8px; font-weight:800; }\n  .lede { color:var(--ink-2); font-size:14.5px; line-height:1.65; margin:0; max-width:65ch; }\n  .lede strong { color:var(--ink); }\n  .meta { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 0; }\n  .pill { font:600 11px ui-monospace,Menlo,monospace; letter-spacing:.06em; padding:5px 9px; border-radius:999px; border:1px solid var(--hair); color:var(--ink-2); background:var(--muted); }\n  .pill.accent { background:var(--soft); border-color:#BFE8D6; color:var(--accent-2); }\n  :root[data-theme=\"dark\"] .pill.accent { border-color:#244A42; }\n  .stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:22px 0; }\n  .stat { background:var(--soft-2); border:1px solid var(--hair); border-radius:12px; padding:13px 14px; position:relative; overflow:hidden; }\n  .stat.leader { background:var(--soft); border-color:#BFE8D6; }\n  :root[data-theme=\"dark\"] .stat.leader { border-color:#2A4A42; }\n  .stat .k { font:700 11px ui-monospace,Menlo,monospace; letter-spacing:.07em; color:var(--accent); }\n  .stat .v { font-size:19px; font-weight:800; letter-spacing:-.02em; margin-top:6px; line-height:1.1; }\n  .stat .v small { font-size:12px; font-weight:700; color:var(--accent); margin-left:4px; }\n  .stat .n { font-size:12px; color:var(--ink-2); margin-top:4px; line-height:1.4; }\n  .stat .tag { position:absolute; top:10px; right:10px; font:700 10px ui-monospace; letter-spacing:.06em; background:var(--accent); color:#fff; padding:2px 6px; border-radius:999px; }\n  :root[data-theme=\"dark\"] .stat .tag { color:#0A1A16; }\n  h2 { font-size:18px; font-weight:800; letter-spacing:-.015em; margin:28px 0 10px; padding-bottom:8px; border-bottom:1px solid var(--hair); display:flex; align-items:center; gap:9px; }\n  h2 .num { width:26px; height:26px; border-radius:8px; background:var(--soft); color:var(--accent); display:inline-flex; align-items:center; justify-content:center; font:800 12px ui-monospace; }\n  h3 { font-size:15px; font-weight:700; margin:18px 0 8px; color:var(--ink); }\n  p { color:var(--ink-2); font-size:14.8px; line-height:1.78; margin:10px 0; max-width:68ch; }\n  p strong { color:var(--ink); }\n  ul,ol { margin:10px 0 14px 18px; color:var(--ink-2); font-size:14.5px; line-height:1.75; }\n  li { margin:5px 0; }\n  li strong { color:var(--ink); }\n  .callout { display:flex; gap:13px; padding:14px 16px; background:var(--soft); border:1px solid #BFE8D6; border-radius:10px; margin:18px 0; }\n  :root[data-theme=\"dark\"] .callout { border-color:#244A42; }\n  .callout.warn { background:var(--warn-soft); border-color:#F5C6A8; }\n  :root[data-theme=\"dark\"] .callout.warn { border-color:#4A3525; }\n  .callout .tag { flex:none; font:800 11px ui-monospace; letter-spacing:.1em; color:var(--accent); padding-top:2px; }\n  .callout.warn .tag { color:var(--warn); }\n  .callout div { font-size:14.5px; line-height:1.66; color:var(--ink); }\n  .callout div span { color:var(--ink-2); }\n  table { border-collapse:collapse; width:100%; font-size:13.5px; margin:12px 0 16px; }\n  th,td { text-align:left; padding:9px 10px; border-bottom:1px solid var(--hair); }\n  th { font:700 11px ui-monospace; letter-spacing:.06em; color:var(--ink-2); background:var(--soft-2); white-space:nowrap; }\n  td:first-child { font-family:ui-monospace,Menlo,monospace; font-weight:700; color:var(--ink); white-space:nowrap; }\n  .up { color:var(--accent); font-weight:800; }\n  .muted { color:var(--ink-2); }\n  .hl { background:var(--soft); padding:1px 5px; border-radius:4px; font-weight:700; color:var(--accent-2); }\n  .grid4 { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:14px 0; }\n  .grid2 { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:14px 0; }\n  .grid3 { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:14px 0; }\n  .card { background:#fff; border:1px solid var(--hair); border-radius:12px; padding:14px 15px; }\n  :root[data-theme=\"dark\"] .card { background:#1A2321; }\n  .card h4 { font-size:13px; font-weight:800; margin:0 0 6px; color:var(--ink); display:flex; align-items:center; gap:7px; }\n  .card h4 i { width:8px; height:8px; border-radius:50%; display:inline-block; }\n  .card p { font-size:13.5px; line-height:1.65; margin:0; }\n  .live-data { margin:20px 0; padding:16px; background:var(--soft-2); border:1px solid var(--hair); border-radius:12px; }\n  .live-data h3 { margin:0 0 4px; font-size:14px; }\n  .live-data .desc { font-size:12.5px; color:var(--ink-2); margin:0 0 12px; line-height:1.6; }\n  .foot { margin-top:26px; padding-top:16px; border-top:1px dashed var(--hair); font-size:12.5px; color:var(--ink-2); line-height:1.6; }\n  .foot strong { color:var(--ink); }\n  @media (max-width:700px) { .doc{padding:22px 18px 28px;} h1{font-size:22px;} .stats{grid-template-columns:repeat(2,1fr);} .grid4{grid-template-columns:repeat(2,1fr);} .grid3{grid-template-columns:1fr;} .grid2{grid-template-columns:1fr;} }\n\u003c/style\u003e\u003cdiv class=\"doc\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003eDaily Close · 2026-08-26 13:30 收盤 · 驗證執行\u003c/div\u003e\n    \u003ch1\u003e2026-08-26 盤後研究｜大盤 +1.47% 持倉四檔齊漲但落後被動、續抱不追高（驗證執行）\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003e加權收 \u003cstrong\u003e45,832.62 點 +663.16（+1.47%）\u003c/strong\u003e 價漲量增、櫃買 +1.56% 廣度佳；持倉四檔主動 ETF 全數收紅（+0.65%~+1.30%），但\u003cstrong\u003e同步落後被動指數 0050 +2.02% / 0056 +2.31%\u003c/strong\u003e，反映權值行情主導。配置漂移 \u0026lt;0.5% 無需再平衡，\u003cstrong\u003e結論：四檔續抱、拉回分批，不追高\u003c/strong\u003e。\u003c/p\u003e\n    \u003cdiv class=\"meta\"\u003e\n      \u003cspan class=\"pill accent\"\u003e加權 45,832.62 +1.47%\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e櫃買 395.66 +1.56%\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e成交約 8,362 億\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e台積電 2,415 +1.68%\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e持倉 +0.65%~+1.30% 落後\u003c/span\u003e\n    \u003c/div\u003e\n  \u003c/header\u003e\n\n  \u003csection data-cube=\"stats\" class=\"stats\"\u003e\n    \u003cdiv class=\"stat leader\"\u003e\n      \u003cdiv class=\"tag\"\u003e領先\u003c/div\u003e\n      \u003cdiv class=\"k\"\u003e00403A 主動統一升級50\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e10.16 \u003csmall\u003e+1.30%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e持倉四檔最強 · +3.78% 未實現\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e00406A 主動中信台灣收益\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e9.66 \u003csmall\u003e+0.84%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e收益型 · +3.09% 未實現\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e00405A 主動富邦台灣龍耀\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e8.63 \u003csmall\u003e+0.70%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e權重 30% 卻最弱 +0.70%\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e00981A 主動統一台股增長\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e29.44 \u003csmall\u003e+0.65%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e獲利最多 +8.28% · 最落後\u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一句話結論\u003c/span\u003e\n    \u003cdiv\u003e\u003cstrong\u003e多頭格局未破、價漲量增且櫃買齊揚\u003c/strong\u003e，但主動選股今日未跟上權值行情 — 四檔同步落後被動 0.7–1.6ppt，短線勿恐慌換股，\u003cstrong\u003e續抱為主、拉回分批加碼勝於追高\u003c/strong\u003e。\u003cspan\u003e（配置漂移 \u0026lt;0.5%，未達 3–5% 再平衡閾值）\u003c/span\u003e\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003csection class=\"live-data\"\u003e\n    \u003ch3\u003e📊 即時配置總覽（ETF 配置儀表板）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下為 vault 內四檔持倉的即時報價、市值與損益總覽（market_data 即時連動，含目標比例與未實現損益）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e01\u003c/span\u003e 大盤收盤摘要\u003c/h2\u003e\n  \u003cp\u003e\u003cstrong\u003e加權指數收 45,832.62 點，上漲 663.16 點（+1.47%）\u003c/strong\u003e，成交約 \u003cstrong\u003e8,362.44 億元\u003c/strong\u003e（另源 8,042 億），屬溫和放量上攻，非爆量拉抬。櫃買指數收 \u003cstrong\u003e395.66 點 +6.25（+1.56%）\u003c/strong\u003e，優於加權，盤面廣度佳。台積電 2330 收 \u003cstrong\u003e2,415 元 +40（+1.68%）\u003c/strong\u003e 為推升主因。\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e價漲量增、多頭格局：\u003c/strong\u003e加權與櫃買齊揚且成交放大，群益期貨所述「開低走高、一路震盪上揚」屬整體性多頭，非單一權值獨拉。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e今日觀察：\u003c/strong\u003e被動權值/高息（0050 +2.02%、0056 +2.31%、00878 +2.07%）全面跑贏持倉四檔主動（+0.65%~+1.30%），\u003cspan class=\"hl\"\u003e主動當日未吃到此波權值行情\u003c/span\u003e，短線留意落後風險但無需恐慌換股。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e位置提醒：\u003c/strong\u003e指數已在 45,800 高檔區，8 千億量級若連續放大需留意短線過熱；長期投資者以配置紀律對抗波動，無需日內停損。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e資料註記：\u003c/strong\u003emarket_data 無加權指數報價，指數採 Statementdog + 群益期貨多源交叉；ETF 報價為 market_data 直查。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e02\u003c/span\u003e 持倉四檔當日行情（market_data 直查）\u003c/h2\u003e\n  \u003cp\u003e四檔全數收紅但\u003cspan class=\"hl\"\u003e同步落後大盤與被動指數\u003c/span\u003e，主動經理人今日選股偏防禦或中小型，未跟上權值帶動。量能健康但收盤逼近高點短線有乖離。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e名稱\u003c/th\u003e\u003cth\u003e收盤 / 前收\u003c/th\u003e\u003cth\u003e漲跌幅\u003c/th\u003e\u003cth\u003e開 / 高 / 低\u003c/th\u003e\u003cth\u003e量\u003c/th\u003e\u003cth\u003e未實現\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一升級50\u003c/td\u003e\u003ctd\u003e10.16 / 10.03\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.30%\u003c/td\u003e\u003ctd\u003e10.00 / 10.02 / 9.86\u003c/td\u003e\u003ctd\u003e247,315\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.78%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動富邦台灣龍耀\u003c/td\u003e\u003ctd\u003e8.63 / 8.57\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.70%\u003c/td\u003e\u003ctd\u003e8.50 / 8.51 / 8.29\u003c/td\u003e\u003ctd\u003e69,100\u003c/td\u003e\u003ctd class=\"up\"\u003e+5.76%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動中信台灣收益\u003c/td\u003e\u003ctd\u003e9.66 / 9.58\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.84%\u003c/td\u003e\u003ctd\u003e9.58 / 9.58 / 9.39\u003c/td\u003e\u003ctd\u003e197,503\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.09%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一台股增長\u003c/td\u003e\u003ctd\u003e29.44 / 29.25\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.65%\u003c/td\u003e\u003ctd\u003e29.11 / 29.12 / 28.62\u003c/td\u003e\u003ctd\u003e149,343\u003c/td\u003e\u003ctd class=\"up\"\u003e+8.28%\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cul\u003e\n    \u003cli\u003e漲跌幅 = (收盤-前收)/前收；量為 market_data totalVolume。\u003c/li\u003e\n    \u003cli\u003e00403A / 00981A 收盤略高於回傳 high，屬收盤價定義差異，以前收計算漲跌幅為準。\u003c/li\u003e\n    \u003cli\u003e對照被動：0050 105.90 +2.02%、0056 53.25 +2.31%、00878 32.82 +2.07% —— 持倉落後 0.7–1.6ppt。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003cdiv class=\"live-data\"\u003e\n    \u003ch3\u003e持倉逐檔即時卡（點擊可查明細）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下四張為各 ETF 的即時報價、漲跌與損益卡（與上方總覽同源，market_data 即時更新）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"6ff0a774a4546165d32eeb1f\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"39ddd15c97e553a7c9830db7\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"037ae5acaea89c3ca33e992b\" view=\"holding\"\u003e\u003c/item-embed\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e03\u003c/span\u003e 配置對照與漂移檢視\u003c/h2\u003e\n  \u003cp\u003e以當日收盤估算市值：00403A 20,320、00405A 34,520、00406A 28,980、00981A 29,440，合計 \u003cstrong\u003e113,260 元\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e目標比例\u003c/th\u003e\u003cth\u003e當日估算\u003c/th\u003e\u003cth\u003e漂移\u003c/th\u003e\u003cth\u003e判讀\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd\u003e18%\u003c/td\u003e\u003ctd\u003e17.94%\u003c/td\u003e\u003ctd\u003e-0.06%\u003c/td\u003e\u003ctd class=\"muted\"\u003e幾乎貼合\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd\u003e30%\u003c/td\u003e\u003ctd\u003e30.47%\u003c/td\u003e\u003ctd\u003e+0.47%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅上漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.58%\u003c/td\u003e\u003ctd\u003e-0.42%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅下漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.99%\u003c/td\u003e\u003ctd\u003e-0.01%\u003c/td\u003e\u003ctd class=\"muted\"\u003e貼合\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e配置漂移\u003c/span\u003e\n    \u003cdiv\u003e單日漂移皆 \u003cstrong\u003e\u0026lt;0.5%\u003c/strong\u003e，遠低於常見再平衡閾值 \u003cstrong\u003e±3%–5%\u003c/strong\u003e，\u003cstrong\u003e今日無需調整權重\u003c/strong\u003e。觸發建議：任一標的偏離目標 ≥3% 或類別偏離 ≥5% 再動作。\u003c/div\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"grid3\"\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--accent);\"\u003e\u003c/i\u003e 核心穩健\u003c/h4\u003e\n      \u003cp\u003e四檔皆為正報酬，未實現 +3~+8%，組合在多頭日仍收紅，長期配置紀律有效。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--warn);\"\u003e\u003c/i\u003e 單日落後非警訊\u003c/h4\u003e\n      \u003cp\u003e主動落後被動屬選股風格差異，權值行情日常見；\u003cstrong\u003e單日落後 ≠ 長期失效\u003c/strong\u003e，不宜據此換股。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:#7C8DA6;\"\u003e\u003c/i\u003e 再平衡紀律\u003c/h4\u003e\n      \u003cp\u003e漂移 \u0026lt;0.5% 代表投組穩定，\u003cstrong\u003e維持觀望\u003c/strong\u003e，待月/季檢視再統一評估。\u003c/p\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e04\u003c/span\u003e 持股建議（逐檔：續抱 + 原因 + 參考區間）\u003c/h2\u003e\n  \u003cp\u003e四檔一致 \u003cstrong\u003e續抱\u003c/strong\u003e，差異在加碼與停利節奏。以下區間為分析員依成本、日內低點與壓力區給出的參考，非買賣指令。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e建議\u003c/th\u003e\u003cth\u003e原因\u003c/th\u003e\u003cth\u003e參考區間\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一升級50\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e不追高、拉回再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 9.79 小賺 3.78%；7/29 低 8.46 反彈已 +20%，今日僅 +1.30% 落後大盤，量 24.7 萬換手足但短線乖離。\u003c/td\u003e\u003ctd\u003e加碼 9.80–9.95（貼近成本與今日低 9.86）；壓力 10.50–10.70；跌破 9.60 轉弱\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動富邦台灣龍耀\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e弱勢續抱、急跌再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e權重 30% 卻最弱 +0.70%，明顯落後高息 +2.31%；未實現 +5.76% 仍正報酬，7/29 低 6.70 反彈 +28% 後量縮上攻乏力。\u003c/td\u003e\u003ctd\u003e加碼 8.00–8.25（月線與成本 8.16）；壓力 9.00–9.20；連兩日落後 \u0026gt;1% 需檢視邏輯\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動中信台灣收益\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e收益型續抱\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e收益導向 +3.09% 小賺；7/29 低 8.03 反彈 +20%，今日 +0.84% 同樣落後，量 19.7 萬健康但追價風險升。\u003c/td\u003e\u003ctd\u003e加碼 9.30–9.45（成本與 8/25 收盤附近）；壓力 9.90–10.00；9.65 上方不追\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一台股增長\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e獲利最多、越漲越分批停利\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 27.19、+8.28% 四檔最佳；但 2025/8 13.38 飆至 32+ 後波動劇烈，7 月曾單週 -16%，現 29.44 已回 90% 高位且今日僅 +0.65% 過熱。\u003c/td\u003e\u003ctd\u003e加碼等回檔 27.50–28.20；衝 30.50–31.00 分批減碼 1/3；跌破 27.0 轉弱\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一致性提醒\u003c/span\u003e\n    \u003cdiv\u003e四檔皆主動型、當日同步落後被動，反映經理人今日選股偏防禦或中小型；在大盤價量齊揚的多頭日，\u003cstrong\u003e拉回分批加碼\u003c/strong\u003e勝於追高，恐慌換股反而墊高成本。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e05\u003c/span\u003e 可配置標的建議（未持有、值得留意）\u003c/h2\u003e\n  \u003cp\u003e依今日「權值帶量上攻」盤勢，篩選與現有「全主動」互補的被動/收益/防禦標的，\u003cstrong\u003e皆建議拉回分批、今日不追高\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e類型\u003c/th\u003e\u003cth\u003e標的\u003c/th\u003e\u003cth\u003e當日表現\u003c/th\u003e\u003cth\u003e是否適合 / 時機 / 原因\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e市值核心\u003c/td\u003e\u003ctd\u003e0050 元大台灣50\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e（或 006208）\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"up\"\u003e105.90 +2.02%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，但等拉回。\u003c/strong\u003e大盤多頭時最直接跟上加權；與 00403A/00981A 形成「主被動互補」，降低落後風險。參考 103.80–104.50 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e0056 元大高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e53.25 +2.31%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，分批。\u003c/strong\u003e今日四檔中表現第一，高息常補漲，與 00406A 重疊但為被動、配息穩定。等 52.00–52.50 回檔分批。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e00878 國泰永續高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e32.82 +2.07%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，同上。\u003c/strong\u003e季配、人氣與流動性佳，成分偏金融傳產，與主動群重疊低、分散效果好。參考 32.10–32.40 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e債券防禦\u003c/td\u003e\u003ctd\u003e00679B 元大美債20年\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e/ 00720B 投等債\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"muted\"\u003e股強債弱（推估）\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e長線適合、短線不追。\u003c/strong\u003e現有四檔全權益、無債券避險；大盤高檔 45,832、量 8 千億偏高，股債 80/20 下可趁強分批建 10–15% 作緩衝，採定額、跌時加碼。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e半導體加碼\u003c/td\u003e\u003ctd\u003e00881 5G+ / 0052 富邦科技\u003c/td\u003e\u003ctd class=\"muted\"\u003e權值日同向\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e觀察，不急。\u003c/strong\u003e想強化科技 beta 可小額 5–10%，但主動增長/升級50 科技比重已高，重疊前先檢視再新增。\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e06\u003c/span\u003e 今日結論與後續建議\u003c/h2\u003e\n  \u003ch3\u003e結論：續抱為主、分批為輔\u003c/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e維持紀律、續抱：\u003c/strong\u003e價漲量增 + 櫃買齊揚，多頭架構未破；定期定額照常，已持有者續抱，不因單日大漲追高加碼。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e再平衡：\u003c/strong\u003e漂移 \u0026lt;0.5% 遠低於閾值，今日無需調節，待月/季檢視再統一評估。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e加碼節奏：\u003c/strong\u003e四檔皆等拉回分批；00981A 若衝 30.50–31.00 可分批減碼 1/3 鎖利，越漲越分批停利。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e新標的：\u003c/strong\u003e優先補被動市值 + 高息作衛星（0050/0056/00878），債券作防禦；半導體與重疊主動者暫緩。\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003cdiv class=\"callout warn\"\u003e\n    \u003cspan class=\"tag\"\u003e風險提醒\u003c/span\u003e\n    \u003cdiv\u003e指數高檔 + 單日急漲，\u003cstrong\u003e短線追高風險升高、乖離擴大\u003c/strong\u003e；四檔主動同步落後被動，若連兩日續落後 \u0026gt;1% 需檢視持股邏輯。高股息成分多金融/傳產，留意除息旺季與景氣循環 — \u003cstrong\u003e配息率 ≠ 總報酬\u003c/strong\u003e；現投組全權益、無債券避險，波動緩衝不足宜長線補債券 10–15%。勿以單日績效推論長期勝負。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003cdiv class=\"foot\"\u003e\n    \u003cstrong\u003e資料來源：\u003c/strong\u003e大盤來自 Statementdog + 群益期貨多源交叉（加權 45,832.62 / 櫃買 395.66 / 台積電 2,415），ETF 持倉報價來自 CubeLV market_data TWSE 即時報價（00403A 10.16 / 00405A 8.63 / 00406A 9.66 / 00981A 29.44），對照被動 0050/0056/00878 亦為 market_data 直查。\u003cbr\u003e\n    \u003cstrong\u003e基準時間：\u003c/strong\u003e2026-08-26 13:30 收盤 · 盤後分析員驗證執行、盤後報告員彙整編排。\u003cbr\u003e\n    \u003cstrong\u003e免責：\u003c/strong\u003e本筆記為研究紀錄，非投資建議；配置判斷以使用者實際目標權重與風險承受為準，區間僅供參考。\u003cbr\u003e\n    報告引用 ETF 配置儀表板資料時，已嵌入即時 \u003citem-embed\u003e 元件，上方總覽與逐檔卡片皆為 market_data 即時連動。\n  \u003c/div\u003e\n\u003c/div\u003e","content":"\u003cdiv class=\"doc\"\u003e\n  \n\n  \u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e領先\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e00403A 主動統一升級50\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e10.16 +1.30%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e持倉四檔最強 · +3.78% 未實現\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e00406A 主動中信台灣收益\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e9.66 +0.84%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e收益型 · +3.09% 未實現\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e00405A 主動富邦台灣龍耀\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e8.63 +0.70%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e權重 30% 卻最弱 +0.70%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e00981A 主動統一台股增長\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e29.44 +0.65%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e獲利最多 +8.28% · 最落後\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一句話結論\u003c/span\u003e\n    \u003cdiv\u003e\u003cstrong\u003e多頭格局未破、價漲量增且櫃買齊揚\u003c/strong\u003e，但主動選股今日未跟上權值行情 — 四檔同步落後被動 0.7–1.6ppt，短線勿恐慌換股，\u003cstrong\u003e續抱為主、拉回分批加碼勝於追高\u003c/strong\u003e。\u003cspan\u003e（配置漂移 \u0026lt;0.5%，未達 3–5% 再平衡閾值）\u003c/span\u003e\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003csection class=\"live-data\"\u003e\n    \u003ch3\u003e📊 即時配置總覽（ETF 配置儀表板）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下為 vault 內四檔持倉的即時報價、市值與損益總覽（market_data 即時連動，含目標比例與未實現損益）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e01\u003c/span\u003e 大盤收盤摘要\u003c/h2\u003e\n  \u003cp\u003e\u003cstrong\u003e加權指數收 45,832.62 點，上漲 663.16 點（+1.47%）\u003c/strong\u003e，成交約 \u003cstrong\u003e8,362.44 億元\u003c/strong\u003e（另源 8,042 億），屬溫和放量上攻，非爆量拉抬。櫃買指數收 \u003cstrong\u003e395.66 點 +6.25（+1.56%）\u003c/strong\u003e，優於加權，盤面廣度佳。台積電 2330 收 \u003cstrong\u003e2,415 元 +40（+1.68%）\u003c/strong\u003e 為推升主因。\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e價漲量增、多頭格局：\u003c/strong\u003e加權與櫃買齊揚且成交放大，群益期貨所述「開低走高、一路震盪上揚」屬整體性多頭，非單一權值獨拉。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e今日觀察：\u003c/strong\u003e被動權值/高息（0050 +2.02%、0056 +2.31%、00878 +2.07%）全面跑贏持倉四檔主動（+0.65%~+1.30%），\u003cspan class=\"hl\"\u003e主動當日未吃到此波權值行情\u003c/span\u003e，短線留意落後風險但無需恐慌換股。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e位置提醒：\u003c/strong\u003e指數已在 45,800 高檔區，8 千億量級若連續放大需留意短線過熱；長期投資者以配置紀律對抗波動，無需日內停損。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e資料註記：\u003c/strong\u003emarket_data 無加權指數報價，指數採 Statementdog + 群益期貨多源交叉；ETF 報價為 market_data 直查。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e02\u003c/span\u003e 持倉四檔當日行情（market_data 直查）\u003c/h2\u003e\n  \u003cp\u003e四檔全數收紅但\u003cspan class=\"hl\"\u003e同步落後大盤與被動指數\u003c/span\u003e，主動經理人今日選股偏防禦或中小型，未跟上權值帶動。量能健康但收盤逼近高點短線有乖離。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e名稱\u003c/th\u003e\u003cth\u003e收盤 / 前收\u003c/th\u003e\u003cth\u003e漲跌幅\u003c/th\u003e\u003cth\u003e開 / 高 / 低\u003c/th\u003e\u003cth\u003e量\u003c/th\u003e\u003cth\u003e未實現\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一升級50\u003c/td\u003e\u003ctd\u003e10.16 / 10.03\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.30%\u003c/td\u003e\u003ctd\u003e10.00 / 10.02 / 9.86\u003c/td\u003e\u003ctd\u003e247,315\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.78%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動富邦台灣龍耀\u003c/td\u003e\u003ctd\u003e8.63 / 8.57\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.70%\u003c/td\u003e\u003ctd\u003e8.50 / 8.51 / 8.29\u003c/td\u003e\u003ctd\u003e69,100\u003c/td\u003e\u003ctd class=\"up\"\u003e+5.76%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動中信台灣收益\u003c/td\u003e\u003ctd\u003e9.66 / 9.58\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.84%\u003c/td\u003e\u003ctd\u003e9.58 / 9.58 / 9.39\u003c/td\u003e\u003ctd\u003e197,503\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.09%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一台股增長\u003c/td\u003e\u003ctd\u003e29.44 / 29.25\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.65%\u003c/td\u003e\u003ctd\u003e29.11 / 29.12 / 28.62\u003c/td\u003e\u003ctd\u003e149,343\u003c/td\u003e\u003ctd class=\"up\"\u003e+8.28%\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cul\u003e\n    \u003cli\u003e漲跌幅 = (收盤-前收)/前收；量為 market_data totalVolume。\u003c/li\u003e\n    \u003cli\u003e00403A / 00981A 收盤略高於回傳 high，屬收盤價定義差異，以前收計算漲跌幅為準。\u003c/li\u003e\n    \u003cli\u003e對照被動：0050 105.90 +2.02%、0056 53.25 +2.31%、00878 32.82 +2.07% —— 持倉落後 0.7–1.6ppt。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003cdiv class=\"live-data\"\u003e\n    \u003ch3\u003e持倉逐檔即時卡（點擊可查明細）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下四張為各 ETF 的即時報價、漲跌與損益卡（與上方總覽同源，market_data 即時更新）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"6ff0a774a4546165d32eeb1f\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"39ddd15c97e553a7c9830db7\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"037ae5acaea89c3ca33e992b\" view=\"holding\"\u003e\u003c/item-embed\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e03\u003c/span\u003e 配置對照與漂移檢視\u003c/h2\u003e\n  \u003cp\u003e以當日收盤估算市值：00403A 20,320、00405A 34,520、00406A 28,980、00981A 29,440，合計 \u003cstrong\u003e113,260 元\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e目標比例\u003c/th\u003e\u003cth\u003e當日估算\u003c/th\u003e\u003cth\u003e漂移\u003c/th\u003e\u003cth\u003e判讀\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd\u003e18%\u003c/td\u003e\u003ctd\u003e17.94%\u003c/td\u003e\u003ctd\u003e-0.06%\u003c/td\u003e\u003ctd class=\"muted\"\u003e幾乎貼合\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd\u003e30%\u003c/td\u003e\u003ctd\u003e30.47%\u003c/td\u003e\u003ctd\u003e+0.47%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅上漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.58%\u003c/td\u003e\u003ctd\u003e-0.42%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅下漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.99%\u003c/td\u003e\u003ctd\u003e-0.01%\u003c/td\u003e\u003ctd class=\"muted\"\u003e貼合\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e配置漂移\u003c/span\u003e\n    \u003cdiv\u003e單日漂移皆 \u003cstrong\u003e\u0026lt;0.5%\u003c/strong\u003e，遠低於常見再平衡閾值 \u003cstrong\u003e±3%–5%\u003c/strong\u003e，\u003cstrong\u003e今日無需調整權重\u003c/strong\u003e。觸發建議：任一標的偏離目標 ≥3% 或類別偏離 ≥5% 再動作。\u003c/div\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"grid3\"\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--accent);\"\u003e\u003c/i\u003e 核心穩健\u003c/h4\u003e\n      \u003cp\u003e四檔皆為正報酬，未實現 +3~+8%，組合在多頭日仍收紅，長期配置紀律有效。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--warn);\"\u003e\u003c/i\u003e 單日落後非警訊\u003c/h4\u003e\n      \u003cp\u003e主動落後被動屬選股風格差異，權值行情日常見；\u003cstrong\u003e單日落後 ≠ 長期失效\u003c/strong\u003e，不宜據此換股。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:#7C8DA6;\"\u003e\u003c/i\u003e 再平衡紀律\u003c/h4\u003e\n      \u003cp\u003e漂移 \u0026lt;0.5% 代表投組穩定，\u003cstrong\u003e維持觀望\u003c/strong\u003e，待月/季檢視再統一評估。\u003c/p\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e04\u003c/span\u003e 持股建議（逐檔：續抱 + 原因 + 參考區間）\u003c/h2\u003e\n  \u003cp\u003e四檔一致 \u003cstrong\u003e續抱\u003c/strong\u003e，差異在加碼與停利節奏。以下區間為分析員依成本、日內低點與壓力區給出的參考，非買賣指令。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e建議\u003c/th\u003e\u003cth\u003e原因\u003c/th\u003e\u003cth\u003e參考區間\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一升級50\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e不追高、拉回再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 9.79 小賺 3.78%；7/29 低 8.46 反彈已 +20%，今日僅 +1.30% 落後大盤，量 24.7 萬換手足但短線乖離。\u003c/td\u003e\u003ctd\u003e加碼 9.80–9.95（貼近成本與今日低 9.86）；壓力 10.50–10.70；跌破 9.60 轉弱\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動富邦台灣龍耀\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e弱勢續抱、急跌再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e權重 30% 卻最弱 +0.70%，明顯落後高息 +2.31%；未實現 +5.76% 仍正報酬，7/29 低 6.70 反彈 +28% 後量縮上攻乏力。\u003c/td\u003e\u003ctd\u003e加碼 8.00–8.25（月線與成本 8.16）；壓力 9.00–9.20；連兩日落後 \u0026gt;1% 需檢視邏輯\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動中信台灣收益\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e收益型續抱\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e收益導向 +3.09% 小賺；7/29 低 8.03 反彈 +20%，今日 +0.84% 同樣落後，量 19.7 萬健康但追價風險升。\u003c/td\u003e\u003ctd\u003e加碼 9.30–9.45（成本與 8/25 收盤附近）；壓力 9.90–10.00；9.65 上方不追\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一台股增長\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e獲利最多、越漲越分批停利\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 27.19、+8.28% 四檔最佳；但 2025/8 13.38 飆至 32+ 後波動劇烈，7 月曾單週 -16%，現 29.44 已回 90% 高位且今日僅 +0.65% 過熱。\u003c/td\u003e\u003ctd\u003e加碼等回檔 27.50–28.20；衝 30.50–31.00 分批減碼 1/3；跌破 27.0 轉弱\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一致性提醒\u003c/span\u003e\n    \u003cdiv\u003e四檔皆主動型、當日同步落後被動，反映經理人今日選股偏防禦或中小型；在大盤價量齊揚的多頭日，\u003cstrong\u003e拉回分批加碼\u003c/strong\u003e勝於追高，恐慌換股反而墊高成本。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e05\u003c/span\u003e 可配置標的建議（未持有、值得留意）\u003c/h2\u003e\n  \u003cp\u003e依今日「權值帶量上攻」盤勢，篩選與現有「全主動」互補的被動/收益/防禦標的，\u003cstrong\u003e皆建議拉回分批、今日不追高\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e類型\u003c/th\u003e\u003cth\u003e標的\u003c/th\u003e\u003cth\u003e當日表現\u003c/th\u003e\u003cth\u003e是否適合 / 時機 / 原因\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e市值核心\u003c/td\u003e\u003ctd\u003e0050 元大台灣50\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e（或 006208）\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"up\"\u003e105.90 +2.02%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，但等拉回。\u003c/strong\u003e大盤多頭時最直接跟上加權；與 00403A/00981A 形成「主被動互補」，降低落後風險。參考 103.80–104.50 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e0056 元大高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e53.25 +2.31%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，分批。\u003c/strong\u003e今日四檔中表現第一，高息常補漲，與 00406A 重疊但為被動、配息穩定。等 52.00–52.50 回檔分批。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e00878 國泰永續高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e32.82 +2.07%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，同上。\u003c/strong\u003e季配、人氣與流動性佳，成分偏金融傳產，與主動群重疊低、分散效果好。參考 32.10–32.40 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e債券防禦\u003c/td\u003e\u003ctd\u003e00679B 元大美債20年\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e/ 00720B 投等債\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"muted\"\u003e股強債弱（推估）\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e長線適合、短線不追。\u003c/strong\u003e現有四檔全權益、無債券避險；大盤高檔 45,832、量 8 千億偏高，股債 80/20 下可趁強分批建 10–15% 作緩衝，採定額、跌時加碼。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e半導體加碼\u003c/td\u003e\u003ctd\u003e00881 5G+ / 0052 富邦科技\u003c/td\u003e\u003ctd class=\"muted\"\u003e權值日同向\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e觀察，不急。\u003c/strong\u003e想強化科技 beta 可小額 5–10%，但主動增長/升級50 科技比重已高，重疊前先檢視再新增。\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e06\u003c/span\u003e 今日結論與後續建議\u003c/h2\u003e\n  \u003ch3\u003e結論：續抱為主、分批為輔\u003c/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e維持紀律、續抱：\u003c/strong\u003e價漲量增 + 櫃買齊揚，多頭架構未破；定期定額照常，已持有者續抱，不因單日大漲追高加碼。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e再平衡：\u003c/strong\u003e漂移 \u0026lt;0.5% 遠低於閾值，今日無需調節，待月/季檢視再統一評估。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e加碼節奏：\u003c/strong\u003e四檔皆等拉回分批；00981A 若衝 30.50–31.00 可分批減碼 1/3 鎖利，越漲越分批停利。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e新標的：\u003c/strong\u003e優先補被動市值 + 高息作衛星（0050/0056/00878），債券作防禦；半導體與重疊主動者暫緩。\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003cdiv class=\"callout warn\"\u003e\n    \u003cspan class=\"tag\"\u003e風險提醒\u003c/span\u003e\n    \u003cdiv\u003e指數高檔 + 單日急漲，\u003cstrong\u003e短線追高風險升高、乖離擴大\u003c/strong\u003e；四檔主動同步落後被動，若連兩日續落後 \u0026gt;1% 需檢視持股邏輯。高股息成分多金融/傳產，留意除息旺季與景氣循環 — \u003cstrong\u003e配息率 ≠ 總報酬\u003c/strong\u003e；現投組全權益、無債券避險，波動緩衝不足宜長線補債券 10–15%。勿以單日績效推論長期勝負。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003cdiv class=\"foot\"\u003e\n    \u003cstrong\u003e資料來源：\u003c/strong\u003e大盤來自 Statementdog + 群益期貨多源交叉（加權 45,832.62 / 櫃買 395.66 / 台積電 2,415），ETF 持倉報價來自 CubeLV market_data TWSE 即時報價（00403A 10.16 / 00405A 8.63 / 00406A 9.66 / 00981A 29.44），對照被動 0050/0056/00878 亦為 market_data 直查。\u003cbr\u003e\n    \u003cstrong\u003e基準時間：\u003c/strong\u003e2026-08-26 13:30 收盤 · 盤後分析員驗證執行、盤後報告員彙整編排。\u003cbr\u003e\n    \u003cstrong\u003e免責：\u003c/strong\u003e本筆記為研究紀錄，非投資建議；配置判斷以使用者實際目標權重與風險承受為準，區間僅供參考。\u003cbr\u003e\n    報告引用 ETF 配置儀表板資料時，已嵌入即時 \u003citem-embed\u003e 元件，上方總覽與逐檔卡片皆為 market_data 即時連動。\n  \u003c/item-embed\u003e\u003c/div\u003e\n\u003c/div\u003e","createdAt":1787748827553,"deletedAt":null,"displayMode":"artifact","embedRenders":{"037ae5acaea89c3ca33e992b:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一台股增長\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00981A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e29.44\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.19 (+0.65%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e29,440\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+2,250\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","39ddd15c97e553a7c9830db7:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動中信台灣收益\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00406A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e9.66\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.08 (+0.84%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e28,980\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+870\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6ff0a774a4546165d32eeb1f:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動富邦台灣龍耀\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00405A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e8.63\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.06 (+0.70%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e34,520\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+1,880\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","73894e40865634cecd3d82a2:":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"width: 289px; height: 518.125px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 289px; height: 264.125px; padding: 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: grid; gap: 8.75px; grid-template-columns: 81.75px 81.75px 81.75px; grid-template-rows: 77px; width: 262.75px; height: 77px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 77px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e總市值\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 30px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 19.6875px; font-weight: 600; line-height: 30.625px;\"\u003e113,260\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 77px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e總成本\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 30px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 19.6875px; font-weight: 600; line-height: 30.625px;\"\u003e107,520\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 77px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e總損益\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 60px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 19.6875px; font-weight: 600; line-height: 30.625px;\"\u003e+5,740 (+5.34%)\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 146.75px; margin-top: 13.125px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; margin-bottom: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 104.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動富邦台灣龍耀\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 30% · 實際 30.5%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 39.359375px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 38.75px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; margin-bottom: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 104.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一台股增長\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 26% · 實際 26.0%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.578125px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.578125px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; margin-bottom: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 104.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動中信台灣收益\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 26% · 實際 25.6%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.046875px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.578125px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 95.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一升級50\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 18% · 實際 17.9%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 23.171875px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 23.25px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一台股增長\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00981A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e29.44\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.19 (+0.65%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e29,440\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+2,250\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動中信台灣收益\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00406A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e9.66\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.08 (+0.84%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e28,980\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+870\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動富邦台灣龍耀\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00405A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e8.63\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.06 (+0.70%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e34,520\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+1,880\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一升級50\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00403A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e10.16\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.13 (+1.30%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e20,320\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+740\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","73894e40865634cecd3d82a2:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一升級50\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00403A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e10.16\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.13 (+1.30%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e20,320\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+740\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"e2f9f29329ad5f5f8a651b8a","isNew":false,"isPublic":true,"itemType":"NOTE","name":"2026-08-26 盤後研究｜大盤 +1.47% 持倉四檔齊漲但落後被動、續抱不追高（驗證執行）","parents":{"a0316d464744ff30e317cfe7":1787748827553},"preParentID":null,"updatedAt":1787748924447,"updatedBy":{"userId":"6a8d2c8e01e190393fedf8","userName":"黃冠汯"},"version":5},"ownerName":"黃冠汯","subtree":[{"artifactHtml":"\u003cstyle\u003e\n  :root { --paper:#F8F7F5; --ink:#1A1E1C; --ink-2:#5A6460; --accent:#0E6B5A; --accent-2:#0A4D42; --soft:#DDF0E8; --soft-2:#EEF6F1; --hair:#DEE4E1; --warn:#C05621; --warn-soft:#FEF0E6; --muted:#F1EEEA; --down:#B91C1C; }\n  :root[data-theme=\"dark\"] { --paper:#131916; --ink:#E8EDEB; --ink-2:#9AA8A3; --accent:#3DD6B8; --accent-2:#7CE8D4; --soft:#16302B; --soft-2:#1A3530; --hair:#27302E; --warn:#FF8C4B; --warn-soft:#2A1E14; --muted:#1E2422; }\n  .doc { background:var(--paper); color:var(--ink); padding:30px 32px 36px; font:16px/1.78 -apple-system,\"PingFang TC\",\"Noto Sans TC\",\"Microsoft JhengHei\",sans-serif; max-width:860px; margin:0 auto; }\n  .eyebrow { font:700 11px ui-monospace,Menlo,monospace; letter-spacing:.16em; text-transform:uppercase; color:var(--accent); display:flex; align-items:center; gap:10px; }\n  .eyebrow::before { content:\"\"; width:28px; height:2px; background:var(--accent); border-radius:999px; }\n  h1 { font-size:27px; line-height:1.3; letter-spacing:-.02em; margin:12px 0 8px; font-weight:800; }\n  .lede { color:var(--ink-2); font-size:14.5px; line-height:1.65; margin:0; max-width:65ch; }\n  .lede strong { color:var(--ink); }\n  .meta { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 0; }\n  .pill { font:600 11px ui-monospace,Menlo,monospace; letter-spacing:.06em; padding:5px 9px; border-radius:999px; border:1px solid var(--hair); color:var(--ink-2); background:var(--muted); }\n  .pill.accent { background:var(--soft); border-color:#BFE8D6; color:var(--accent-2); }\n  :root[data-theme=\"dark\"] .pill.accent { border-color:#244A42; }\n  .stats { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:22px 0; }\n  .stat { background:var(--soft-2); border:1px solid var(--hair); border-radius:12px; padding:13px 14px; position:relative; overflow:hidden; }\n  .stat.leader { background:var(--soft); border-color:#BFE8D6; }\n  :root[data-theme=\"dark\"] .stat.leader { border-color:#2A4A42; }\n  .stat .k { font:700 11px ui-monospace,Menlo,monospace; letter-spacing:.07em; color:var(--accent); }\n  .stat .v { font-size:19px; font-weight:800; letter-spacing:-.02em; margin-top:6px; line-height:1.1; }\n  .stat .v small { font-size:12px; font-weight:700; color:var(--accent); margin-left:4px; }\n  .stat .n { font-size:12px; color:var(--ink-2); margin-top:4px; line-height:1.4; }\n  .stat .tag { position:absolute; top:10px; right:10px; font:700 10px ui-monospace; letter-spacing:.06em; background:var(--accent); color:#fff; padding:2px 6px; border-radius:999px; }\n  :root[data-theme=\"dark\"] .stat .tag { color:#0A1A16; }\n  h2 { font-size:18px; font-weight:800; letter-spacing:-.015em; margin:28px 0 10px; padding-bottom:8px; border-bottom:1px solid var(--hair); display:flex; align-items:center; gap:9px; }\n  h2 .num { width:26px; height:26px; border-radius:8px; background:var(--soft); color:var(--accent); display:inline-flex; align-items:center; justify-content:center; font:800 12px ui-monospace; }\n  h3 { font-size:15px; font-weight:700; margin:18px 0 8px; color:var(--ink); }\n  p { color:var(--ink-2); font-size:14.8px; line-height:1.78; margin:10px 0; max-width:68ch; }\n  p strong { color:var(--ink); }\n  ul,ol { margin:10px 0 14px 18px; color:var(--ink-2); font-size:14.5px; line-height:1.75; }\n  li { margin:5px 0; }\n  li strong { color:var(--ink); }\n  .callout { display:flex; gap:13px; padding:14px 16px; background:var(--soft); border:1px solid #BFE8D6; border-radius:10px; margin:18px 0; }\n  :root[data-theme=\"dark\"] .callout { border-color:#244A42; }\n  .callout.warn { background:var(--warn-soft); border-color:#F5C6A8; }\n  :root[data-theme=\"dark\"] .callout.warn { border-color:#4A3525; }\n  .callout .tag { flex:none; font:800 11px ui-monospace; letter-spacing:.1em; color:var(--accent); padding-top:2px; }\n  .callout.warn .tag { color:var(--warn); }\n  .callout div { font-size:14.5px; line-height:1.66; color:var(--ink); }\n  .callout div span { color:var(--ink-2); }\n  table { border-collapse:collapse; width:100%; font-size:13.5px; margin:12px 0 16px; }\n  th,td { text-align:left; padding:9px 10px; border-bottom:1px solid var(--hair); }\n  th { font:700 11px ui-monospace; letter-spacing:.06em; color:var(--ink-2); background:var(--soft-2); white-space:nowrap; }\n  td:first-child { font-family:ui-monospace,Menlo,monospace; font-weight:700; color:var(--ink); white-space:nowrap; }\n  .up { color:var(--accent); font-weight:800; }\n  .muted { color:var(--ink-2); }\n  .hl { background:var(--soft); padding:1px 5px; border-radius:4px; font-weight:700; color:var(--accent-2); }\n  .grid4 { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin:14px 0; }\n  .grid2 { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:14px 0; }\n  .grid3 { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:14px 0; }\n  .card { background:#fff; border:1px solid var(--hair); border-radius:12px; padding:14px 15px; }\n  :root[data-theme=\"dark\"] .card { background:#1A2321; }\n  .card h4 { font-size:13px; font-weight:800; margin:0 0 6px; color:var(--ink); display:flex; align-items:center; gap:7px; }\n  .card h4 i { width:8px; height:8px; border-radius:50%; display:inline-block; }\n  .card p { font-size:13.5px; line-height:1.65; margin:0; }\n  .live-data { margin:20px 0; padding:16px; background:var(--soft-2); border:1px solid var(--hair); border-radius:12px; }\n  .live-data h3 { margin:0 0 4px; font-size:14px; }\n  .live-data .desc { font-size:12.5px; color:var(--ink-2); margin:0 0 12px; line-height:1.6; }\n  .foot { margin-top:26px; padding-top:16px; border-top:1px dashed var(--hair); font-size:12.5px; color:var(--ink-2); line-height:1.6; }\n  .foot strong { color:var(--ink); }\n  @media (max-width:700px) { .doc{padding:22px 18px 28px;} h1{font-size:22px;} .stats{grid-template-columns:repeat(2,1fr);} .grid4{grid-template-columns:repeat(2,1fr);} .grid3{grid-template-columns:1fr;} .grid2{grid-template-columns:1fr;} }\n\u003c/style\u003e\u003cdiv class=\"doc\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003eDaily Close · 2026-08-26 13:30 收盤 · 驗證執行\u003c/div\u003e\n    \u003ch1\u003e2026-08-26 盤後研究｜大盤 +1.47% 持倉四檔齊漲但落後被動、續抱不追高（驗證執行）\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003e加權收 \u003cstrong\u003e45,832.62 點 +663.16（+1.47%）\u003c/strong\u003e 價漲量增、櫃買 +1.56% 廣度佳；持倉四檔主動 ETF 全數收紅（+0.65%~+1.30%），但\u003cstrong\u003e同步落後被動指數 0050 +2.02% / 0056 +2.31%\u003c/strong\u003e，反映權值行情主導。配置漂移 \u0026lt;0.5% 無需再平衡，\u003cstrong\u003e結論：四檔續抱、拉回分批，不追高\u003c/strong\u003e。\u003c/p\u003e\n    \u003cdiv class=\"meta\"\u003e\n      \u003cspan class=\"pill accent\"\u003e加權 45,832.62 +1.47%\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e櫃買 395.66 +1.56%\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e成交約 8,362 億\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e台積電 2,415 +1.68%\u003c/span\u003e\n      \u003cspan class=\"pill\"\u003e持倉 +0.65%~+1.30% 落後\u003c/span\u003e\n    \u003c/div\u003e\n  \u003c/header\u003e\n\n  \u003csection data-cube=\"stats\" class=\"stats\"\u003e\n    \u003cdiv class=\"stat leader\"\u003e\n      \u003cdiv class=\"tag\"\u003e領先\u003c/div\u003e\n      \u003cdiv class=\"k\"\u003e00403A 主動統一升級50\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e10.16 \u003csmall\u003e+1.30%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e持倉四檔最強 · +3.78% 未實現\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e00406A 主動中信台灣收益\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e9.66 \u003csmall\u003e+0.84%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e收益型 · +3.09% 未實現\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e00405A 主動富邦台灣龍耀\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e8.63 \u003csmall\u003e+0.70%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e權重 30% 卻最弱 +0.70%\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e00981A 主動統一台股增長\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e29.44 \u003csmall\u003e+0.65%\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e獲利最多 +8.28% · 最落後\u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一句話結論\u003c/span\u003e\n    \u003cdiv\u003e\u003cstrong\u003e多頭格局未破、價漲量增且櫃買齊揚\u003c/strong\u003e，但主動選股今日未跟上權值行情 — 四檔同步落後被動 0.7–1.6ppt，短線勿恐慌換股，\u003cstrong\u003e續抱為主、拉回分批加碼勝於追高\u003c/strong\u003e。\u003cspan\u003e（配置漂移 \u0026lt;0.5%，未達 3–5% 再平衡閾值）\u003c/span\u003e\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003csection class=\"live-data\"\u003e\n    \u003ch3\u003e📊 即時配置總覽（ETF 配置儀表板）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下為 vault 內四檔持倉的即時報價、市值與損益總覽（market_data 即時連動，含目標比例與未實現損益）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e01\u003c/span\u003e 大盤收盤摘要\u003c/h2\u003e\n  \u003cp\u003e\u003cstrong\u003e加權指數收 45,832.62 點，上漲 663.16 點（+1.47%）\u003c/strong\u003e，成交約 \u003cstrong\u003e8,362.44 億元\u003c/strong\u003e（另源 8,042 億），屬溫和放量上攻，非爆量拉抬。櫃買指數收 \u003cstrong\u003e395.66 點 +6.25（+1.56%）\u003c/strong\u003e，優於加權，盤面廣度佳。台積電 2330 收 \u003cstrong\u003e2,415 元 +40（+1.68%）\u003c/strong\u003e 為推升主因。\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e價漲量增、多頭格局：\u003c/strong\u003e加權與櫃買齊揚且成交放大，群益期貨所述「開低走高、一路震盪上揚」屬整體性多頭，非單一權值獨拉。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e今日觀察：\u003c/strong\u003e被動權值/高息（0050 +2.02%、0056 +2.31%、00878 +2.07%）全面跑贏持倉四檔主動（+0.65%~+1.30%），\u003cspan class=\"hl\"\u003e主動當日未吃到此波權值行情\u003c/span\u003e，短線留意落後風險但無需恐慌換股。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e位置提醒：\u003c/strong\u003e指數已在 45,800 高檔區，8 千億量級若連續放大需留意短線過熱；長期投資者以配置紀律對抗波動，無需日內停損。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e資料註記：\u003c/strong\u003emarket_data 無加權指數報價，指數採 Statementdog + 群益期貨多源交叉；ETF 報價為 market_data 直查。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e02\u003c/span\u003e 持倉四檔當日行情（market_data 直查）\u003c/h2\u003e\n  \u003cp\u003e四檔全數收紅但\u003cspan class=\"hl\"\u003e同步落後大盤與被動指數\u003c/span\u003e，主動經理人今日選股偏防禦或中小型，未跟上權值帶動。量能健康但收盤逼近高點短線有乖離。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e名稱\u003c/th\u003e\u003cth\u003e收盤 / 前收\u003c/th\u003e\u003cth\u003e漲跌幅\u003c/th\u003e\u003cth\u003e開 / 高 / 低\u003c/th\u003e\u003cth\u003e量\u003c/th\u003e\u003cth\u003e未實現\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一升級50\u003c/td\u003e\u003ctd\u003e10.16 / 10.03\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.30%\u003c/td\u003e\u003ctd\u003e10.00 / 10.02 / 9.86\u003c/td\u003e\u003ctd\u003e247,315\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.78%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動富邦台灣龍耀\u003c/td\u003e\u003ctd\u003e8.63 / 8.57\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.70%\u003c/td\u003e\u003ctd\u003e8.50 / 8.51 / 8.29\u003c/td\u003e\u003ctd\u003e69,100\u003c/td\u003e\u003ctd class=\"up\"\u003e+5.76%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動中信台灣收益\u003c/td\u003e\u003ctd\u003e9.66 / 9.58\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.84%\u003c/td\u003e\u003ctd\u003e9.58 / 9.58 / 9.39\u003c/td\u003e\u003ctd\u003e197,503\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.09%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一台股增長\u003c/td\u003e\u003ctd\u003e29.44 / 29.25\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.65%\u003c/td\u003e\u003ctd\u003e29.11 / 29.12 / 28.62\u003c/td\u003e\u003ctd\u003e149,343\u003c/td\u003e\u003ctd class=\"up\"\u003e+8.28%\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cul\u003e\n    \u003cli\u003e漲跌幅 = (收盤-前收)/前收；量為 market_data totalVolume。\u003c/li\u003e\n    \u003cli\u003e00403A / 00981A 收盤略高於回傳 high，屬收盤價定義差異，以前收計算漲跌幅為準。\u003c/li\u003e\n    \u003cli\u003e對照被動：0050 105.90 +2.02%、0056 53.25 +2.31%、00878 32.82 +2.07% —— 持倉落後 0.7–1.6ppt。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003cdiv class=\"live-data\"\u003e\n    \u003ch3\u003e持倉逐檔即時卡（點擊可查明細）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下四張為各 ETF 的即時報價、漲跌與損益卡（與上方總覽同源，market_data 即時更新）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"6ff0a774a4546165d32eeb1f\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"39ddd15c97e553a7c9830db7\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"037ae5acaea89c3ca33e992b\" view=\"holding\"\u003e\u003c/item-embed\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e03\u003c/span\u003e 配置對照與漂移檢視\u003c/h2\u003e\n  \u003cp\u003e以當日收盤估算市值：00403A 20,320、00405A 34,520、00406A 28,980、00981A 29,440，合計 \u003cstrong\u003e113,260 元\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e目標比例\u003c/th\u003e\u003cth\u003e當日估算\u003c/th\u003e\u003cth\u003e漂移\u003c/th\u003e\u003cth\u003e判讀\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd\u003e18%\u003c/td\u003e\u003ctd\u003e17.94%\u003c/td\u003e\u003ctd\u003e-0.06%\u003c/td\u003e\u003ctd class=\"muted\"\u003e幾乎貼合\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd\u003e30%\u003c/td\u003e\u003ctd\u003e30.47%\u003c/td\u003e\u003ctd\u003e+0.47%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅上漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.58%\u003c/td\u003e\u003ctd\u003e-0.42%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅下漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.99%\u003c/td\u003e\u003ctd\u003e-0.01%\u003c/td\u003e\u003ctd class=\"muted\"\u003e貼合\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e配置漂移\u003c/span\u003e\n    \u003cdiv\u003e單日漂移皆 \u003cstrong\u003e\u0026lt;0.5%\u003c/strong\u003e，遠低於常見再平衡閾值 \u003cstrong\u003e±3%–5%\u003c/strong\u003e，\u003cstrong\u003e今日無需調整權重\u003c/strong\u003e。觸發建議：任一標的偏離目標 ≥3% 或類別偏離 ≥5% 再動作。\u003c/div\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"grid3\"\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--accent);\"\u003e\u003c/i\u003e 核心穩健\u003c/h4\u003e\n      \u003cp\u003e四檔皆為正報酬，未實現 +3~+8%，組合在多頭日仍收紅，長期配置紀律有效。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--warn);\"\u003e\u003c/i\u003e 單日落後非警訊\u003c/h4\u003e\n      \u003cp\u003e主動落後被動屬選股風格差異，權值行情日常見；\u003cstrong\u003e單日落後 ≠ 長期失效\u003c/strong\u003e，不宜據此換股。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:#7C8DA6;\"\u003e\u003c/i\u003e 再平衡紀律\u003c/h4\u003e\n      \u003cp\u003e漂移 \u0026lt;0.5% 代表投組穩定，\u003cstrong\u003e維持觀望\u003c/strong\u003e，待月/季檢視再統一評估。\u003c/p\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e04\u003c/span\u003e 持股建議（逐檔：續抱 + 原因 + 參考區間）\u003c/h2\u003e\n  \u003cp\u003e四檔一致 \u003cstrong\u003e續抱\u003c/strong\u003e，差異在加碼與停利節奏。以下區間為分析員依成本、日內低點與壓力區給出的參考，非買賣指令。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e建議\u003c/th\u003e\u003cth\u003e原因\u003c/th\u003e\u003cth\u003e參考區間\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一升級50\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e不追高、拉回再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 9.79 小賺 3.78%；7/29 低 8.46 反彈已 +20%，今日僅 +1.30% 落後大盤，量 24.7 萬換手足但短線乖離。\u003c/td\u003e\u003ctd\u003e加碼 9.80–9.95（貼近成本與今日低 9.86）；壓力 10.50–10.70；跌破 9.60 轉弱\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動富邦台灣龍耀\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e弱勢續抱、急跌再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e權重 30% 卻最弱 +0.70%，明顯落後高息 +2.31%；未實現 +5.76% 仍正報酬，7/29 低 6.70 反彈 +28% 後量縮上攻乏力。\u003c/td\u003e\u003ctd\u003e加碼 8.00–8.25（月線與成本 8.16）；壓力 9.00–9.20；連兩日落後 \u0026gt;1% 需檢視邏輯\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動中信台灣收益\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e收益型續抱\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e收益導向 +3.09% 小賺；7/29 低 8.03 反彈 +20%，今日 +0.84% 同樣落後，量 19.7 萬健康但追價風險升。\u003c/td\u003e\u003ctd\u003e加碼 9.30–9.45（成本與 8/25 收盤附近）；壓力 9.90–10.00；9.65 上方不追\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一台股增長\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e獲利最多、越漲越分批停利\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 27.19、+8.28% 四檔最佳；但 2025/8 13.38 飆至 32+ 後波動劇烈，7 月曾單週 -16%，現 29.44 已回 90% 高位且今日僅 +0.65% 過熱。\u003c/td\u003e\u003ctd\u003e加碼等回檔 27.50–28.20；衝 30.50–31.00 分批減碼 1/3；跌破 27.0 轉弱\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一致性提醒\u003c/span\u003e\n    \u003cdiv\u003e四檔皆主動型、當日同步落後被動，反映經理人今日選股偏防禦或中小型；在大盤價量齊揚的多頭日，\u003cstrong\u003e拉回分批加碼\u003c/strong\u003e勝於追高，恐慌換股反而墊高成本。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e05\u003c/span\u003e 可配置標的建議（未持有、值得留意）\u003c/h2\u003e\n  \u003cp\u003e依今日「權值帶量上攻」盤勢，篩選與現有「全主動」互補的被動/收益/防禦標的，\u003cstrong\u003e皆建議拉回分批、今日不追高\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e類型\u003c/th\u003e\u003cth\u003e標的\u003c/th\u003e\u003cth\u003e當日表現\u003c/th\u003e\u003cth\u003e是否適合 / 時機 / 原因\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e市值核心\u003c/td\u003e\u003ctd\u003e0050 元大台灣50\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e（或 006208）\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"up\"\u003e105.90 +2.02%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，但等拉回。\u003c/strong\u003e大盤多頭時最直接跟上加權；與 00403A/00981A 形成「主被動互補」，降低落後風險。參考 103.80–104.50 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e0056 元大高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e53.25 +2.31%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，分批。\u003c/strong\u003e今日四檔中表現第一，高息常補漲，與 00406A 重疊但為被動、配息穩定。等 52.00–52.50 回檔分批。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e00878 國泰永續高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e32.82 +2.07%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，同上。\u003c/strong\u003e季配、人氣與流動性佳，成分偏金融傳產，與主動群重疊低、分散效果好。參考 32.10–32.40 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e債券防禦\u003c/td\u003e\u003ctd\u003e00679B 元大美債20年\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e/ 00720B 投等債\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"muted\"\u003e股強債弱（推估）\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e長線適合、短線不追。\u003c/strong\u003e現有四檔全權益、無債券避險；大盤高檔 45,832、量 8 千億偏高，股債 80/20 下可趁強分批建 10–15% 作緩衝，採定額、跌時加碼。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e半導體加碼\u003c/td\u003e\u003ctd\u003e00881 5G+ / 0052 富邦科技\u003c/td\u003e\u003ctd class=\"muted\"\u003e權值日同向\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e觀察，不急。\u003c/strong\u003e想強化科技 beta 可小額 5–10%，但主動增長/升級50 科技比重已高，重疊前先檢視再新增。\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e06\u003c/span\u003e 今日結論與後續建議\u003c/h2\u003e\n  \u003ch3\u003e結論：續抱為主、分批為輔\u003c/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e維持紀律、續抱：\u003c/strong\u003e價漲量增 + 櫃買齊揚，多頭架構未破；定期定額照常，已持有者續抱，不因單日大漲追高加碼。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e再平衡：\u003c/strong\u003e漂移 \u0026lt;0.5% 遠低於閾值，今日無需調節，待月/季檢視再統一評估。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e加碼節奏：\u003c/strong\u003e四檔皆等拉回分批；00981A 若衝 30.50–31.00 可分批減碼 1/3 鎖利，越漲越分批停利。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e新標的：\u003c/strong\u003e優先補被動市值 + 高息作衛星（0050/0056/00878），債券作防禦；半導體與重疊主動者暫緩。\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003cdiv class=\"callout warn\"\u003e\n    \u003cspan class=\"tag\"\u003e風險提醒\u003c/span\u003e\n    \u003cdiv\u003e指數高檔 + 單日急漲，\u003cstrong\u003e短線追高風險升高、乖離擴大\u003c/strong\u003e；四檔主動同步落後被動，若連兩日續落後 \u0026gt;1% 需檢視持股邏輯。高股息成分多金融/傳產，留意除息旺季與景氣循環 — \u003cstrong\u003e配息率 ≠ 總報酬\u003c/strong\u003e；現投組全權益、無債券避險，波動緩衝不足宜長線補債券 10–15%。勿以單日績效推論長期勝負。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003cdiv class=\"foot\"\u003e\n    \u003cstrong\u003e資料來源：\u003c/strong\u003e大盤來自 Statementdog + 群益期貨多源交叉（加權 45,832.62 / 櫃買 395.66 / 台積電 2,415），ETF 持倉報價來自 CubeLV market_data TWSE 即時報價（00403A 10.16 / 00405A 8.63 / 00406A 9.66 / 00981A 29.44），對照被動 0050/0056/00878 亦為 market_data 直查。\u003cbr\u003e\n    \u003cstrong\u003e基準時間：\u003c/strong\u003e2026-08-26 13:30 收盤 · 盤後分析員驗證執行、盤後報告員彙整編排。\u003cbr\u003e\n    \u003cstrong\u003e免責：\u003c/strong\u003e本筆記為研究紀錄，非投資建議；配置判斷以使用者實際目標權重與風險承受為準，區間僅供參考。\u003cbr\u003e\n    報告引用 ETF 配置儀表板資料時，已嵌入即時 \u003citem-embed\u003e 元件，上方總覽與逐檔卡片皆為 market_data 即時連動。\n  \u003c/div\u003e\n\u003c/div\u003e","content":"\u003cdiv class=\"doc\"\u003e\n  \n\n  \u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e領先\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e00403A 主動統一升級50\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e10.16 +1.30%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e持倉四檔最強 · +3.78% 未實現\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e00406A 主動中信台灣收益\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e9.66 +0.84%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e收益型 · +3.09% 未實現\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e00405A 主動富邦台灣龍耀\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e8.63 +0.70%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e權重 30% 卻最弱 +0.70%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e00981A 主動統一台股增長\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e29.44 +0.65%\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e獲利最多 +8.28% · 最落後\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\n\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一句話結論\u003c/span\u003e\n    \u003cdiv\u003e\u003cstrong\u003e多頭格局未破、價漲量增且櫃買齊揚\u003c/strong\u003e，但主動選股今日未跟上權值行情 — 四檔同步落後被動 0.7–1.6ppt，短線勿恐慌換股，\u003cstrong\u003e續抱為主、拉回分批加碼勝於追高\u003c/strong\u003e。\u003cspan\u003e（配置漂移 \u0026lt;0.5%，未達 3–5% 再平衡閾值）\u003c/span\u003e\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003csection class=\"live-data\"\u003e\n    \u003ch3\u003e📊 即時配置總覽（ETF 配置儀表板）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下為 vault 內四檔持倉的即時報價、市值與損益總覽（market_data 即時連動，含目標比例與未實現損益）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e01\u003c/span\u003e 大盤收盤摘要\u003c/h2\u003e\n  \u003cp\u003e\u003cstrong\u003e加權指數收 45,832.62 點，上漲 663.16 點（+1.47%）\u003c/strong\u003e，成交約 \u003cstrong\u003e8,362.44 億元\u003c/strong\u003e（另源 8,042 億），屬溫和放量上攻，非爆量拉抬。櫃買指數收 \u003cstrong\u003e395.66 點 +6.25（+1.56%）\u003c/strong\u003e，優於加權，盤面廣度佳。台積電 2330 收 \u003cstrong\u003e2,415 元 +40（+1.68%）\u003c/strong\u003e 為推升主因。\u003c/p\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e價漲量增、多頭格局：\u003c/strong\u003e加權與櫃買齊揚且成交放大，群益期貨所述「開低走高、一路震盪上揚」屬整體性多頭，非單一權值獨拉。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e今日觀察：\u003c/strong\u003e被動權值/高息（0050 +2.02%、0056 +2.31%、00878 +2.07%）全面跑贏持倉四檔主動（+0.65%~+1.30%），\u003cspan class=\"hl\"\u003e主動當日未吃到此波權值行情\u003c/span\u003e，短線留意落後風險但無需恐慌換股。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e位置提醒：\u003c/strong\u003e指數已在 45,800 高檔區，8 千億量級若連續放大需留意短線過熱；長期投資者以配置紀律對抗波動，無需日內停損。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e資料註記：\u003c/strong\u003emarket_data 無加權指數報價，指數採 Statementdog + 群益期貨多源交叉；ETF 報價為 market_data 直查。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e02\u003c/span\u003e 持倉四檔當日行情（market_data 直查）\u003c/h2\u003e\n  \u003cp\u003e四檔全數收紅但\u003cspan class=\"hl\"\u003e同步落後大盤與被動指數\u003c/span\u003e，主動經理人今日選股偏防禦或中小型，未跟上權值帶動。量能健康但收盤逼近高點短線有乖離。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e名稱\u003c/th\u003e\u003cth\u003e收盤 / 前收\u003c/th\u003e\u003cth\u003e漲跌幅\u003c/th\u003e\u003cth\u003e開 / 高 / 低\u003c/th\u003e\u003cth\u003e量\u003c/th\u003e\u003cth\u003e未實現\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一升級50\u003c/td\u003e\u003ctd\u003e10.16 / 10.03\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.30%\u003c/td\u003e\u003ctd\u003e10.00 / 10.02 / 9.86\u003c/td\u003e\u003ctd\u003e247,315\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.78%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動富邦台灣龍耀\u003c/td\u003e\u003ctd\u003e8.63 / 8.57\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.70%\u003c/td\u003e\u003ctd\u003e8.50 / 8.51 / 8.29\u003c/td\u003e\u003ctd\u003e69,100\u003c/td\u003e\u003ctd class=\"up\"\u003e+5.76%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動中信台灣收益\u003c/td\u003e\u003ctd\u003e9.66 / 9.58\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.84%\u003c/td\u003e\u003ctd\u003e9.58 / 9.58 / 9.39\u003c/td\u003e\u003ctd\u003e197,503\u003c/td\u003e\u003ctd class=\"up\"\u003e+3.09%\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd class=\"muted\"\u003e主動統一台股增長\u003c/td\u003e\u003ctd\u003e29.44 / 29.25\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.65%\u003c/td\u003e\u003ctd\u003e29.11 / 29.12 / 28.62\u003c/td\u003e\u003ctd\u003e149,343\u003c/td\u003e\u003ctd class=\"up\"\u003e+8.28%\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cul\u003e\n    \u003cli\u003e漲跌幅 = (收盤-前收)/前收；量為 market_data totalVolume。\u003c/li\u003e\n    \u003cli\u003e00403A / 00981A 收盤略高於回傳 high，屬收盤價定義差異，以前收計算漲跌幅為準。\u003c/li\u003e\n    \u003cli\u003e對照被動：0050 105.90 +2.02%、0056 53.25 +2.31%、00878 32.82 +2.07% —— 持倉落後 0.7–1.6ppt。\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003cdiv class=\"live-data\"\u003e\n    \u003ch3\u003e持倉逐檔即時卡（點擊可查明細）\u003c/h3\u003e\n    \u003cp class=\"desc\"\u003e以下四張為各 ETF 的即時報價、漲跌與損益卡（與上方總覽同源，market_data 即時更新）：\u003c/p\u003e\n    \u003citem-embed item-id=\"73894e40865634cecd3d82a2\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"6ff0a774a4546165d32eeb1f\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"39ddd15c97e553a7c9830db7\" view=\"holding\"\u003e\u003c/item-embed\u003e\n    \u003citem-embed item-id=\"037ae5acaea89c3ca33e992b\" view=\"holding\"\u003e\u003c/item-embed\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e03\u003c/span\u003e 配置對照與漂移檢視\u003c/h2\u003e\n  \u003cp\u003e以當日收盤估算市值：00403A 20,320、00405A 34,520、00406A 28,980、00981A 29,440，合計 \u003cstrong\u003e113,260 元\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e目標比例\u003c/th\u003e\u003cth\u003e當日估算\u003c/th\u003e\u003cth\u003e漂移\u003c/th\u003e\u003cth\u003e判讀\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003c/td\u003e\u003ctd\u003e18%\u003c/td\u003e\u003ctd\u003e17.94%\u003c/td\u003e\u003ctd\u003e-0.06%\u003c/td\u003e\u003ctd class=\"muted\"\u003e幾乎貼合\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003c/td\u003e\u003ctd\u003e30%\u003c/td\u003e\u003ctd\u003e30.47%\u003c/td\u003e\u003ctd\u003e+0.47%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅上漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.58%\u003c/td\u003e\u003ctd\u003e-0.42%\u003c/td\u003e\u003ctd class=\"muted\"\u003e小幅下漂\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003c/td\u003e\u003ctd\u003e26%\u003c/td\u003e\u003ctd\u003e25.99%\u003c/td\u003e\u003ctd\u003e-0.01%\u003c/td\u003e\u003ctd class=\"muted\"\u003e貼合\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e配置漂移\u003c/span\u003e\n    \u003cdiv\u003e單日漂移皆 \u003cstrong\u003e\u0026lt;0.5%\u003c/strong\u003e，遠低於常見再平衡閾值 \u003cstrong\u003e±3%–5%\u003c/strong\u003e，\u003cstrong\u003e今日無需調整權重\u003c/strong\u003e。觸發建議：任一標的偏離目標 ≥3% 或類別偏離 ≥5% 再動作。\u003c/div\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"grid3\"\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--accent);\"\u003e\u003c/i\u003e 核心穩健\u003c/h4\u003e\n      \u003cp\u003e四檔皆為正報酬，未實現 +3~+8%，組合在多頭日仍收紅，長期配置紀律有效。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:var(--warn);\"\u003e\u003c/i\u003e 單日落後非警訊\u003c/h4\u003e\n      \u003cp\u003e主動落後被動屬選股風格差異，權值行情日常見；\u003cstrong\u003e單日落後 ≠ 長期失效\u003c/strong\u003e，不宜據此換股。\u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003ch4\u003e\u003ci style=\"background:#7C8DA6;\"\u003e\u003c/i\u003e 再平衡紀律\u003c/h4\u003e\n      \u003cp\u003e漂移 \u0026lt;0.5% 代表投組穩定，\u003cstrong\u003e維持觀望\u003c/strong\u003e，待月/季檢視再統一評估。\u003c/p\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e04\u003c/span\u003e 持股建議（逐檔：續抱 + 原因 + 參考區間）\u003c/h2\u003e\n  \u003cp\u003e四檔一致 \u003cstrong\u003e續抱\u003c/strong\u003e，差異在加碼與停利節奏。以下區間為分析員依成本、日內低點與壓力區給出的參考，非買賣指令。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e代號\u003c/th\u003e\u003cth\u003e建議\u003c/th\u003e\u003cth\u003e原因\u003c/th\u003e\u003cth\u003e參考區間\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e00403A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一升級50\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e不追高、拉回再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 9.79 小賺 3.78%；7/29 低 8.46 反彈已 +20%，今日僅 +1.30% 落後大盤，量 24.7 萬換手足但短線乖離。\u003c/td\u003e\u003ctd\u003e加碼 9.80–9.95（貼近成本與今日低 9.86）；壓力 10.50–10.70；跌破 9.60 轉弱\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00405A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動富邦台灣龍耀\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e弱勢續抱、急跌再加\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e權重 30% 卻最弱 +0.70%，明顯落後高息 +2.31%；未實現 +5.76% 仍正報酬，7/29 低 6.70 反彈 +28% 後量縮上攻乏力。\u003c/td\u003e\u003ctd\u003e加碼 8.00–8.25（月線與成本 8.16）；壓力 9.00–9.20；連兩日落後 \u0026gt;1% 需檢視邏輯\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00406A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動中信台灣收益\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e收益型續抱\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e收益導向 +3.09% 小賺；7/29 低 8.03 反彈 +20%，今日 +0.84% 同樣落後，量 19.7 萬健康但追價風險升。\u003c/td\u003e\u003ctd\u003e加碼 9.30–9.45（成本與 8/25 收盤附近）；壓力 9.90–10.00；9.65 上方不追\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e00981A\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400; font-size:12px;\"\u003e主動統一台股增長\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e續抱\u003c/strong\u003e\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e獲利最多、越漲越分批停利\u003c/span\u003e\u003c/td\u003e\u003ctd\u003e成本 27.19、+8.28% 四檔最佳；但 2025/8 13.38 飆至 32+ 後波動劇烈，7 月曾單週 -16%，現 29.44 已回 90% 高位且今日僅 +0.65% 過熱。\u003c/td\u003e\u003ctd\u003e加碼等回檔 27.50–28.20；衝 30.50–31.00 分批減碼 1/3；跌破 27.0 轉弱\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\n    \u003cspan class=\"tag\"\u003e一致性提醒\u003c/span\u003e\n    \u003cdiv\u003e四檔皆主動型、當日同步落後被動，反映經理人今日選股偏防禦或中小型；在大盤價量齊揚的多頭日，\u003cstrong\u003e拉回分批加碼\u003c/strong\u003e勝於追高，恐慌換股反而墊高成本。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e05\u003c/span\u003e 可配置標的建議（未持有、值得留意）\u003c/h2\u003e\n  \u003cp\u003e依今日「權值帶量上攻」盤勢，篩選與現有「全主動」互補的被動/收益/防禦標的，\u003cstrong\u003e皆建議拉回分批、今日不追高\u003c/strong\u003e。\u003c/p\u003e\n  \u003cdiv style=\"overflow-x:auto;\"\u003e\n  \u003ctable\u003e\n    \u003cthead\u003e\u003ctr\u003e\u003cth\u003e類型\u003c/th\u003e\u003cth\u003e標的\u003c/th\u003e\u003cth\u003e當日表現\u003c/th\u003e\u003cth\u003e是否適合 / 時機 / 原因\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\u003ctd\u003e市值核心\u003c/td\u003e\u003ctd\u003e0050 元大台灣50\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e（或 006208）\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"up\"\u003e105.90 +2.02%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，但等拉回。\u003c/strong\u003e大盤多頭時最直接跟上加權；與 00403A/00981A 形成「主被動互補」，降低落後風險。參考 103.80–104.50 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e0056 元大高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e53.25 +2.31%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，分批。\u003c/strong\u003e今日四檔中表現第一，高息常補漲，與 00406A 重疊但為被動、配息穩定。等 52.00–52.50 回檔分批。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e高股息衛星\u003c/td\u003e\u003ctd\u003e00878 國泰永續高股息\u003c/td\u003e\u003ctd class=\"up\"\u003e32.82 +2.07%\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e適合，同上。\u003c/strong\u003e季配、人氣與流動性佳，成分偏金融傳產，與主動群重疊低、分散效果好。參考 32.10–32.40 承接。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e債券防禦\u003c/td\u003e\u003ctd\u003e00679B 元大美債20年\u003cbr\u003e\u003cspan class=\"muted\" style=\"font-weight:400;\"\u003e/ 00720B 投等債\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"muted\"\u003e股強債弱（推估）\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e長線適合、短線不追。\u003c/strong\u003e現有四檔全權益、無債券避險；大盤高檔 45,832、量 8 千億偏高，股債 80/20 下可趁強分批建 10–15% 作緩衝，採定額、跌時加碼。\u003c/td\u003e\u003c/tr\u003e\n      \u003ctr\u003e\u003ctd\u003e半導體加碼\u003c/td\u003e\u003ctd\u003e00881 5G+ / 0052 富邦科技\u003c/td\u003e\u003ctd class=\"muted\"\u003e權值日同向\u003c/td\u003e\u003ctd\u003e\u003cstrong\u003e觀察，不急。\u003c/strong\u003e想強化科技 beta 可小額 5–10%，但主動增長/升級50 科技比重已高，重疊前先檢視再新增。\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n  \u003c/table\u003e\n  \u003c/div\u003e\n\n  \u003ch2\u003e\u003cspan class=\"num\"\u003e06\u003c/span\u003e 今日結論與後續建議\u003c/h2\u003e\n  \u003ch3\u003e結論：續抱為主、分批為輔\u003c/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003e維持紀律、續抱：\u003c/strong\u003e價漲量增 + 櫃買齊揚，多頭架構未破；定期定額照常，已持有者續抱，不因單日大漲追高加碼。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e再平衡：\u003c/strong\u003e漂移 \u0026lt;0.5% 遠低於閾值，今日無需調節，待月/季檢視再統一評估。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e加碼節奏：\u003c/strong\u003e四檔皆等拉回分批；00981A 若衝 30.50–31.00 可分批減碼 1/3 鎖利，越漲越分批停利。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e新標的：\u003c/strong\u003e優先補被動市值 + 高息作衛星（0050/0056/00878），債券作防禦；半導體與重疊主動者暫緩。\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003cdiv class=\"callout warn\"\u003e\n    \u003cspan class=\"tag\"\u003e風險提醒\u003c/span\u003e\n    \u003cdiv\u003e指數高檔 + 單日急漲，\u003cstrong\u003e短線追高風險升高、乖離擴大\u003c/strong\u003e；四檔主動同步落後被動，若連兩日續落後 \u0026gt;1% 需檢視持股邏輯。高股息成分多金融/傳產，留意除息旺季與景氣循環 — \u003cstrong\u003e配息率 ≠ 總報酬\u003c/strong\u003e；現投組全權益、無債券避險，波動緩衝不足宜長線補債券 10–15%。勿以單日績效推論長期勝負。\u003c/div\u003e\n  \u003c/div\u003e\n\n  \u003cdiv class=\"foot\"\u003e\n    \u003cstrong\u003e資料來源：\u003c/strong\u003e大盤來自 Statementdog + 群益期貨多源交叉（加權 45,832.62 / 櫃買 395.66 / 台積電 2,415），ETF 持倉報價來自 CubeLV market_data TWSE 即時報價（00403A 10.16 / 00405A 8.63 / 00406A 9.66 / 00981A 29.44），對照被動 0050/0056/00878 亦為 market_data 直查。\u003cbr\u003e\n    \u003cstrong\u003e基準時間：\u003c/strong\u003e2026-08-26 13:30 收盤 · 盤後分析員驗證執行、盤後報告員彙整編排。\u003cbr\u003e\n    \u003cstrong\u003e免責：\u003c/strong\u003e本筆記為研究紀錄，非投資建議；配置判斷以使用者實際目標權重與風險承受為準，區間僅供參考。\u003cbr\u003e\n    報告引用 ETF 配置儀表板資料時，已嵌入即時 \u003citem-embed\u003e 元件，上方總覽與逐檔卡片皆為 market_data 即時連動。\n  \u003c/item-embed\u003e\u003c/div\u003e\n\u003c/div\u003e","createdAt":1787748827553,"deletedAt":null,"displayMode":"artifact","embedRenders":{"037ae5acaea89c3ca33e992b:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一台股增長\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00981A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e29.44\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.19 (+0.65%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e29,440\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+2,250\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","39ddd15c97e553a7c9830db7:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動中信台灣收益\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00406A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e9.66\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.08 (+0.84%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e28,980\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+870\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6ff0a774a4546165d32eeb1f:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動富邦台灣龍耀\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00405A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e8.63\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.06 (+0.70%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e34,520\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+1,880\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","73894e40865634cecd3d82a2:":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"width: 289px; height: 518.125px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 289px; height: 264.125px; padding: 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: grid; gap: 8.75px; grid-template-columns: 81.75px 81.75px 81.75px; grid-template-rows: 77px; width: 262.75px; height: 77px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 77px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e總市值\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 30px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 19.6875px; font-weight: 600; line-height: 30.625px;\"\u003e113,260\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 77px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e總成本\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 30px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 19.6875px; font-weight: 600; line-height: 30.625px;\"\u003e107,520\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 77px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 81.75px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e總損益\u003c/div\u003e\u003cdiv style=\"width: 81.75px; height: 60px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 19.6875px; font-weight: 600; line-height: 30.625px;\"\u003e+5,740 (+5.34%)\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 146.75px; margin-top: 13.125px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; margin-bottom: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 104.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動富邦台灣龍耀\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 30% · 實際 30.5%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 39.359375px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 38.75px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; margin-bottom: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 104.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一台股增長\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 26% · 實際 26.0%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.578125px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.578125px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; margin-bottom: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 104.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動中信台灣收益\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 26% · 實際 25.6%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.046875px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 33.578125px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 262.75px; height: 30.125px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8.75px; width: 262.75px; height: 17px; margin-bottom: 4.375px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e\u003cspan style=\"display: block; width: 95.1875px; height: 17px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一升級50\u003c/span\u003e\u003cspan style=\"display: block; flex-shrink: 0; width: 144.875px; height: 17px; min-width: auto; min-height: auto; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e目標 18% · 實際 17.9%\u003c/span\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; gap: 4.375px; width: 262.75px; height: 8.75px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 23.171875px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(0, 143, 251); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 129.1875px; height: 8.75px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); border-radius: 4.375px; background-color: rgb(241, 238, 234); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; overflow: hidden;\"\u003e\u003cdiv style=\"width: 23.25px; height: 8.75px; border-color: rgb(26, 30, 28); background-color: rgb(254, 176, 25); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一台股增長\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00981A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e29.44\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.19 (+0.65%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e29,440\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+2,250\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動中信台灣收益\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00406A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e9.66\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.08 (+0.84%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e28,980\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+870\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動富邦台灣龍耀\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00405A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e8.63\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.06 (+0.70%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e34,520\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+1,880\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一升級50\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00403A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e10.16\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.13 (+1.30%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e20,320\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+740\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","73894e40865634cecd3d82a2:holding":"\u003cdiv style=\"color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; padding: 16px; border-width: 1px; border-style: solid; border-color: color(srgb 0.078431 0.098039 0.101961 / 0.072); border-radius: 12px; background-color: rgb(49, 48, 49); overflow: hidden;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 13.125px; width: 289px; height: 63.5px; padding: 8.75px 13.125px; border-bottom-width: 1px; border-color: rgba(20, 25, 26, 0.12); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 26.5px; height: 45px; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px;\"\u003e\u003cdiv style=\"width: 26.5px; height: 28px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; font-weight: 600; line-height: 28.48px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e主動統一升級50\u003c/div\u003e\u003cdiv style=\"width: 26.5px; height: 17px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px;\"\u003e00403A\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 43px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 26px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-weight: 600; text-align: right;\"\u003e10.16\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+0.13 (+1.30%)\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-shrink: 0; width: 105px; height: 38px; min-width: auto; min-height: auto; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 16px; line-height: 28.48px; text-align: right;\"\u003e\u003cdiv style=\"width: 105px; height: 21px; border-color: rgb(26, 30, 28); color: rgb(26, 30, 28); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 15.3125px; line-height: 21.875px; text-align: right;\"\u003e20,320\u003c/div\u003e\u003cdiv style=\"width: 105px; height: 17px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, sans-serif; font-size: 13.125px; line-height: 17.499998px; text-align: right;\"\u003e+740\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"e2f9f29329ad5f5f8a651b8a","isNew":false,"isPublic":true,"itemType":"NOTE","name":"2026-08-26 盤後研究｜大盤 +1.47% 持倉四檔齊漲但落後被動、續抱不追高（驗證執行）","parents":{"a0316d464744ff30e317cfe7":1787748827553},"preParentID":null,"updatedAt":1787748924447,"updatedBy":{"userId":"6a8d2c8e01e190393fedf8","userName":"黃冠汯"},"version":5}]}