• 毛利率維持45%以上,連續8季成長
• 每股盈餘2.15美元,優於市場預期
body {
font-family: ‘Segoe UI’, ‘Noto Sans TC’, ‘Microsoft JhengHei’, sans-serif;
background: #f9fafb;
color: #1f2937;
line-height: 1.7;
max-width: 900px;
margin: 40px auto;
padding: 20px 30px;
background: #ffffff;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
border-radius: 24px;
}
h2 {
font-size: 1.6rem;
border-left: 6px solid #1e3a5f;
padding-left: 16px;
margin-top: 40px;
margin-bottom: 20px;
color: #0b1e33;
}
h3 {
font-size: 1.2rem;
margin: 20px 0 10px;
color: #2c3e50;
}
ul {
padding-left: 24px;
margin: 12px 0;
}
li {
margin-bottom: 10px;
}
.tagline {
background: #eef2f7;
padding: 14px 20px;
border-radius: 40px;
font-size: 1.1rem;
font-weight: 600;
color: #1e3a5f;
margin: 20px 0;
display: inline-block;
}
#toc {
background: #f1f5f9;
padding: 20px 24px;
border-radius: 20px;
margin: 20px 0 30px;
border: none;
}
#toc ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 10px 20px;
}
#toc ul li {
margin: 0;
}
#toc ul li a {
text-decoration: none;
color: #1e3a5f;
font-weight: 500;
background: white;
padding: 6px 16px;
border-radius: 30px;
font-size: 0.95rem;
transition: 0.2s;
display: inline-block;
box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
#toc ul li a:hover {
background: #1e3a5f;
color: white;
}
.svg-container {
background: #f8fafc;
border-radius: 24px;
padding: 20px 10px;
margin: 20px 0;
text-align: center;
}
.



