/* ============================================================
APOA 活动文章样式模版 v2
用途:WordPress 后台 → 外观 → 自定义 → Additional CSS
命名空间:.apoa-event-*
品牌色:
深蓝 #1a1f6e
红 #e8192c
黑 #111111
浅灰 #f4f5f7
白 #ffffff
============================================================ */
.apoa-event {
–ae-blue: #1a1f6e;
–ae-blue-dark: #13175a;
–ae-blue-mid: #232a8a;
–ae-red: #e8192c;
–ae-red-dark: #c2121f;
–ae-black: #111111;
–ae-gray: #f4f5f7;
–ae-gray-mid: #e8eaee;
–ae-border: #dde0e8;
–ae-text: #1a1a2a;
–ae-muted: #5a5f72;
–ae-white: #ffffff;
–ae-radius: 8px;
font-family: “Noto Sans SC”, “PingFang SC”, “Microsoft YaHei”, sans-serif;
color: var(–ae-text);
line-height: 1.75;
max-width: 800px;
margin: 0 auto;
}
/* ─────────────────────────────────────────
HERO
───────────────────────────────────────── */
.apoa-event-hero {
background: var(–ae-blue);
border-radius: var(–ae-radius);
overflow: hidden;
margin-bottom: 0;
position: relative;
}
/* diagonal red slash accent */
.apoa-event-hero::before {
content: ”;
position: absolute;
top: 0; right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 120px 120px 0;
border-color: transparent var(–ae-red) transparent transparent;
opacity: 0.9;
}
.apoa-event-hero-inner {
padding: 52px 40px 44px;
position: relative;
}
.apoa-event-hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(–ae-red);
color: var(–ae-white);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
padding: 5px 14px;
border-radius: 3px;
margin-bottom: 22px;
}
.apoa-event-hero-badge .live-dot {
width: 7px; height: 7px;
border-radius: 50%;
background: var(–ae-white);
display: inline-block;
animation: ae-pulse 1.8s ease-in-out infinite;
}
@keyframes ae-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.2; }
}
.apoa-event-hero h1 {
font-size: clamp(26px, 4.5vw, 40px);
font-weight: 900;
line-height: 1.25;
color: var(–ae-white);
margin: 0 0 14px;
letter-spacing: -0.01em;
}
.apoa-event-hero h1 span {
color: #ff6b7a;
}
.apoa-event-hero-desc {
font-size: 15px;
color: rgba(255,255,255,0.75);
margin: 0 0 32px;
max-width: 520px;
line-height: 1.8;
}
/* Hero meta strip — table-like row */
.apoa-event-hero-meta {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: rgba(255,255,255,0.15);
border-radius: 6px;
overflow: hidden;
}
.apoa-event-hero-meta-cell {
background: rgba(255,255,255,0.08);
padding: 14px 18px;
display: flex;
flex-direction: column;
gap: 4px;
}
.apoa-event-hero-meta-cell .ae-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255,255,255,0.5);
}
.apoa-event-hero-meta-cell .ae-value {
font-size: 15px;
font-weight: 700;
color: var(–ae-white);
line-height: 1.3;
}
.apoa-event-hero-meta-cell .ae-value em {
font-style: normal;
font-size: 12px;
font-weight: 400;
color: rgba(255,255,255,0.6);
display: block;
margin-top: 1px;
}
/* ─────────────────────────────────────────
RED RULE DIVIDER
───────────────────────────────────────── */
.apoa-event-rule {
display: flex;
align-items: center;
gap: 0;
margin: 40px 0 32px;
}
.apoa-event-rule::before {
content: ”;
display: block;
width: 5px;
height: 24px;
background: var(–ae-red);
border-radius: 2px;
margin-right: 12px;
flex-shrink: 0;
}
.apoa-event-rule h2 {
font-size: 19px;
font-weight: 800;
color: var(–ae-blue);
margin: 0;
letter-spacing: 0.02em;
}
.apoa-event-rule::after {
content: ”;
flex: 1;
height: 1px;
background: var(–ae-border);
margin-left: 16px;
}
/* ─────────────────────────────────────────
INTRO
───────────────────────────────────────── */
.apoa-event-intro {
background: var(–ae-gray);
border-left: 5px solid var(–ae-blue);
border-radius: 0 var(–ae-radius) var(–ae-radius) 0;
padding: 26px 30px;
margin-bottom: 8px;
}
.apoa-event-intro p {
font-size: 15px;
color: var(–ae-muted);
margin: 0;
line-height: 1.85;
}
.apoa-event-intro p + p { margin-top: 10px; }
/* ─────────────────────────────────────────
SPEAKER CARD
───────────────────────────────────────── */
.apoa-event-speaker {
border-radius: var(–ae-radius);
overflow: hidden;
box-shadow: 0 4px 24px rgba(26,31,110,0.12);
margin-bottom: 8px;
}
.apoa-event-speaker-header {
background: var(–ae-blue);
padding: 32px 36px;
display: grid;
grid-template-columns: 80px 1fr;
gap: 22px;
align-items: center;
}
.apoa-event-speaker-avatar {
width: 80px; height: 80px;
border-radius: 50%;
border: 3px solid var(–ae-red);
background: var(–ae-blue-mid);
display: flex; align-items: center; justify-content: center;
font-size: 28px;
font-weight: 900;
color: var(–ae-white);
flex-shrink: 0;
}
.apoa-event-speaker-name {
font-size: 24px;
font-weight: 800;
color: var(–ae-white);
margin: 0 0 8px;
line-height: 1.2;
}
.apoa-event-speaker-tags {
display: flex; flex-wrap: wrap; gap: 7px;
}
.apoa-event-speaker-tag {
font-size: 11px;
background: var(–ae-red);
color: var(–ae-white);
padding: 3px 10px;
border-radius: 3px;
font-weight: 600;
letter-spacing: 0.04em;
}
/* speaker body: two-column table-style */
.apoa-event-speaker-body {
background: var(–ae-white);
border: 1px solid var(–ae-border);
border-top: none;
border-radius: 0 0 var(–ae-radius) var(–ae-radius);
}
.apoa-event-speaker-table {
width: 100%;
border-collapse: collapse;
}
.apoa-event-speaker-table tr {
border-bottom: 1px solid var(–ae-border);
}
.apoa-event-speaker-table tr:last-child {
border-bottom: none;
}
.apoa-event-speaker-table td {
padding: 14px 20px;
font-size: 14px;
vertical-align: top;
line-height: 1.65;
}
.apoa-event-speaker-table td:first-child {
width: 28px;
color: var(–ae-red);
font-size: 16px;
padding-right: 4px;
font-weight: 700;
}
.apoa-event-speaker-table td:last-child {
color: var(–ae-text);
}
.apoa-event-speaker-table tr:nth-child(even) td {
background: var(–ae-gray);
}
/* ─────────────────────────────────────────
TOPIC CARDS
───────────────────────────────────────── */
.apoa-event-topics {
display: grid;
gap: 14px;
margin-bottom: 8px;
}
.apoa-event-topic {
border-radius: var(–ae-radius);
overflow: hidden;
box-shadow: 0 2px 12px rgba(26,31,110,0.08);
}
.apoa-event-topic-header {
background: var(–ae-blue);
padding: 16px 22px;
display: flex;
align-items: center;
gap: 14px;
}
.apoa-event-topic-num {
width: 34px; height: 34px;
border-radius: 50%;
background: var(–ae-red);
color: var(–ae-white);
display: flex; align-items: center; justify-content: center;
font-size: 16px;
font-weight: 900;
flex-shrink: 0;
}
.apoa-event-topic-header h3 {
font-size: 16px;
font-weight: 700;
color: var(–ae-white);
margin: 0;
line-height: 1.35;
}
.apoa-event-topic-body {
background: var(–ae-white);
border: 1px solid var(–ae-border);
border-top: none;
border-radius: 0 0 var(–ae-radius) var(–ae-radius);
padding: 16px 22px;
font-size: 14px;
color: var(–ae-muted);
line-height: 1.75;
}
/* ─────────────────────────────────────────
OUTCOMES GRID
───────────────────────────────────────── */
.apoa-event-outcomes {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 8px;
}
.apoa-event-outcome {
background: var(–ae-white);
border: 1px solid var(–ae-border);
border-radius: var(–ae-radius);
border-top: 4px solid var(–ae-blue);
padding: 20px 18px;
display: flex;
flex-direction: column;
gap: 10px;
}
.apoa-event-outcome-icon {
font-size: 26px;
line-height: 1;
}
.apoa-event-outcome p {
font-size: 14px;
font-weight: 600;
color: var(–ae-text);
margin: 0;
line-height: 1.55;
}
/* ─────────────────────────────────────────
INFO TABLE
───────────────────────────────────────── */
.apoa-event-info-table {
border-radius: var(–ae-radius);
overflow: hidden;
box-shadow: 0 4px 20px rgba(26,31,110,0.12);
margin-bottom: 8px;
}
.apoa-event-info-table table {
width: 100%;
border-collapse: collapse;
}
.apoa-event-info-table thead tr {
background: var(–ae-blue);
}
.apoa-event-info-table thead th {
padding: 14px 20px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255,255,255,0.7);
text-align: left;
border-right: 1px solid rgba(255,255,255,0.1);
}
.apoa-event-info-table thead th:last-child {
border-right: none;
}
.apoa-event-info-table tbody tr {
border-bottom: 1px solid var(–ae-border);
}
.apoa-event-info-table tbody tr:last-child {
border-bottom: none;
}
.apoa-event-info-table tbody td {
padding: 16px 20px;
font-size: 15px;
font-weight: 600;
color: var(–ae-text);
vertical-align: middle;
border-right: 1px solid var(–ae-border);
background: var(–ae-white);
}
.apoa-event-info-table tbody td:last-child {
border-right: none;
}
.apoa-event-info-table tbody tr:nth-child(even) td {
background: var(–ae-gray);
}
.apoa-event-info-table tbody td em {
font-style: normal;
font-size: 12px;
font-weight: 400;
color: var(–ae-muted);
display: block;
margin-top: 2px;
}
.apoa-event-info-table tbody td .ae-tag {
display: inline-block;
background: var(–ae-blue);
color: var(–ae-white);
font-size: 11px;
font-weight: 600;
padding: 2px 9px;
border-radius: 3px;
margin-right: 4px;
margin-bottom: 3px;
}
/* ─────────────────────────────────────────
CTA
───────────────────────────────────────── */
.apoa-event-cta {
border-radius: var(–ae-radius);
overflow: hidden;
box-shadow: 0 4px 24px rgba(232,25,44,0.15);
margin-bottom: 8px;
}
.apoa-event-cta-header {
background: var(–ae-red);
padding: 22px 32px;
text-align: center;
}
.apoa-event-cta-header h3 {
font-size: 20px;
font-weight: 800;
color: var(–ae-white);
margin: 0 0 6px;
}
.apoa-event-cta-header p {
font-size: 14px;
color: rgba(255,255,255,0.85);
margin: 0;
}
.apoa-event-cta-body {
background: var(–ae-white);
border: 1px solid var(–ae-border);
border-top: none;
border-radius: 0 0 var(–ae-radius) var(–ae-radius);
padding: 28px 32px;
}
.apoa-event-cta-steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 20px;
}
.apoa-event-cta-step {
background: var(–ae-gray);
border-radius: 6px;
padding: 18px 14px;
text-align: center;
border-top: 3px solid var(–ae-blue);
}
.apoa-event-cta-step-n {
width: 30px; height: 30px;
border-radius: 50%;
background: var(–ae-blue);
color: var(–ae-white);
display: flex; align-items: center; justify-content: center;
font-size: 14px;
font-weight: 900;
margin: 0 auto 10px;
}
.apoa-event-cta-step p {
font-size: 13px;
font-weight: 600;
color: var(–ae-text);
margin: 0;
line-height: 1.45;
}
.apoa-event-cta-note {
text-align: center;
font-size: 13px;
color: var(–ae-muted);
background: var(–ae-gray);
border-radius: 4px;
padding: 10px 16px;
}
/* ─────────────────────────────────────────
FOOTER
───────────────────────────────────────── */
.apoa-event-footer {
background: var(–ae-blue);
border-radius: var(–ae-radius);
padding: 24px 32px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
}
.apoa-event-footer-brand {
font-size: 15px;
font-weight: 800;
color: var(–ae-white);
}
.apoa-event-footer-brand span {
display: block;
font-size: 12px;
font-weight: 400;
color: rgba(255,255,255,0.55);
margin-top: 3px;
letter-spacing: 0.04em;
}
.apoa-event-footer-tagline {
font-size: 13px;
color: rgba(255,255,255,0.6);
letter-spacing: 0.06em;
}
/* ─────────────────────────────────────────
RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 640px) {
.apoa-event-hero-inner { padding: 36px 20px 32px; }
.apoa-event-hero-meta { grid-template-columns: 1fr; }
.apoa-event-speaker-header { grid-template-columns: 1fr; text-align: center; }
.apoa-event-speaker-avatar { margin: 0 auto; }
.apoa-event-speaker-tags { justify-content: center; }
.apoa-event-outcomes { grid-template-columns: 1fr; }
.apoa-event-cta-steps { grid-template-columns: 1fr; }
.apoa-event-footer { flex-direction: column; text-align: center; }
.apoa-event-info-table { overflow-x: auto; display: block; }
}
Live Webinar · Tax Series
Essential Tax Insights forAustralian Chinese Landlords
2026 Federal Budget updates, Age Pension assets test, and SMSF property investment tax rules —
all in one session, so you can plan ahead and stay compliant
About This Event
APOA is proud to launch the first session of our Tax Webinar Series. This event focuses on three key tax topics that matter most to Chinese-Australian landlords — unpacking the latest 2026 Federal Budget changes, the Age Pension assets test, and what you need to know about using an SMSF to invest in property.
Whether you’re a first-time landlord or managing a portfolio of investment properties, this webinar will give you practical, professional, and actionable insights to help you navigate the current policy landscape with confidence.
Guest Speaker
▸
Senior tax accountant at Trident Financial , with extensive experience advising Australian property owners on tax compliance and planning
▸
Specialises in Australian tax strategy and real estate investment , with a strong focus on the Chinese-Australian community
▸
Runs a popular WeChat Channels and Xiaohongshu (RED) account — one of the leading Chinese-language tax education channels in Australia — known for making tax simple and relatable
▸
Committed to helping Australian Chinese landlords minimise tax legally and plan their finances wisely — saving you more than just money
Webinar Topics
A detailed breakdown of the 2026 Federal Budget changes that directly affect property investors, including updates to negative gearing rules, capital gains tax (CGT) concessions, and the broader policy direction — so you can plan ahead and adapt your strategy accordingly.
A comprehensive look at how Centrelink’s assets test works, including thresholds, exemptions, and how property holdings are assessed. With real-world examples, Nigel will walk you through how to structure your assets to maximise your Age Pension eligibility.
A step-by-step guide to purchasing property through a Self-Managed Super Fund (SMSF), covering the full acquisition process, tax treatment at the 15% concessional rate and 0% in retirement phase, compliance requirements, and common legal risks to avoid.
What You’ll Take Away
📋
Stay ahead of Budget changes and understand how they affect your properties
💰
Understand the Age Pension assets test and how to optimise your eligibility
🏠
Know the tax rules and compliance boundaries for SMSF property investment
🎯
Walk away with practical strategies to legally reduce tax and plan your finances
Event Details
Item
Details
📅 Date
Saturday, 30 May 2026
⏰ Time
8:00 PM Melbourne (AEST) 6:00 PM Beijing Time
📱 Platform
WeChat Channels (视频号) — Live Stream Scan the QR code on the event poster to register
👥 Who Should Attend
Chinese-Australian Landlords
Property Investors
Retirement Planners
💵 Cost
Free Open to all Chinese-Australian landlords and property owners
How to Join
1
Scan the QR code on the event poster
2
Register on WeChat Channels
3
Tune in live and join the Q&A
📌 A reminder notification will be sent via WeChat Channels before the event starts
直播讲座 · 税务专题系列
澳洲华人房东与投资者必须了解的税务要点!
预算案新政、养老金资产测试、SMSF投资房产税务细节
一次讲透,帮您提前规划,合法节税,稳健投资
活动简介
APOA(澳洲房东联盟)税务专题直播系列首期正式启动。本期讲座聚焦澳洲华人房东最关心的三大税务议题,带您深入解读2026联邦预算案最新变化、养老金申领资产测试规则,以及通过SMSF自管养老金投资房产的合规要点。
无论您是刚入门的新手房东,还是拥有多套投资物业的资深房东,本次直播都将提供实用、专业、可操作的税务规划思路,帮助您在政策变化中做好提前应对。
主讲嘉宾
▸
来自 Trident Financial 的资深税务会计师,拥有扎实的澳洲注册会计师资质与丰富实战经验
▸
多年来专注于澳洲税务规划与房地产领域 ,深耕华人房东客户群体
▸
同名微信视频号与小红书 账号是澳洲华人税务类短视频的领先账号之一,以「用故事讲税务、听得懂才是专业」为理念,深受社群信赖
▸
致力于帮助澳洲华人合法节税、优化财务安排 ,帮你省下的不只是税,还有烦恼
直播主题
深度解读2026联邦预算案中与房产投资者息息相关的税务变化与政策影响,包括负扣税规则调整、资本利得税优惠变化及政策走向分析,帮助您提前布局,从容应对新政。
全面解析 Centrelink 资产测试的计算规则、豁免条件与临界点,结合房产持有结构进行案例分析,帮助您了解如何合理安排资产配置,最大化养老金申领资格。
详解 SMSF 购买房产的完整流程、税务处理方式(含15%优惠税率阶段与退休后零税率阶段)、合规要求与常见法律风险,助您安全、高效地运用自管养老金进行房产投资。
参与直播,您将收获
🏠
深入理解 SMSF 投资房产的税务要点与合规边界
活动信息
项目
详情
📅 直播日期
2026年5月30日(星期六)
⏰ 直播时间
墨尔本时间 20:00 北京时间 18:00
📱 直播平台
微信视频号直播 请扫描活动海报中的二维码预约
👥 适合人群
澳洲华人房东
房产投资者
关注退休规划人士
💵 参与费用
免费 向所有华人房东及关注退休规划人士开放
如何参与