亞洲斷食協會

Asia-Pacific Intermittent Fasting Association

專業科學化斷食教育系統,提供完整的斷食指導與支援服務。透過系統性方法論,協助會員安全有效地實踐斷食生活。

✓ 系統化斷食方法
✓ 專業評估機制
✓ 完整支援體系
✓ 科學化監控
內政部核准立案
系統化服務
專業認證
科學驗證

關於亞洲斷食協會

本協會建立完整的斷食教育系統,透過科學化方法和專業評估機制,為會員提供安全有效的斷食指導服務。我們致力於推廣正確的斷食知識,建立可持續的健康管理模式。

系統化教育

建立完整的階段性學習系統,從基礎概念到進階應用,提供系統性知識框架

專業評估

透過科學化評估工具,分析個人體質與需求,制定適合的斷食計畫

持續監控

提供完整的進度追蹤與健康監控機制,確保實踐過程的安全性

支援網絡

建立會員互助支援系統,提供持續的學習資源與專業諮詢服務

協會服務系統

完整服務流程

1

健康評估

專業體質分析與風險評估

2

方案制定

個人化斷食計畫設計

3

系統執行

階段性訓練與監控

4

效果評估

成果追蹤與調整優化

訓練計畫

階段性斷食訓練系統

基礎建立計畫

NT$2,980
4週系統

斷食基礎概念建立與習慣養成

  • 斷食原理與安全須知
  • 基礎時間管理訓練
  • 飲食結構優化指導
  • 身體適應期管理

適用對象:斷食初學者、建立基礎者

申請加入

進階應用計畫

NT$4,980
4週系統

延長斷食時間與效果優化

  • 進階時間窗口管理
  • 營養密度最佳化
  • 代謝適應調節
  • 心理層面強化

適用對象:有基礎經驗、深化學習者

申請加入

服務保障

  • 專業評估保證
  • 系統化服務流程
  • 持續支援機制
  • 效果追蹤保障

服務成效

2,000+
服務人次

94%
完成率

98%
滿意度

8.3kg
平均效果

會員 A (32歲, 專業人士)

參與前:體重管理困難, BMI 28.5

參與後:12週達成目標, BMI 23.2

協會的系統化方法讓我在工作繁忙中也能有效執行

會員 B (45歲, 管理階層)

參與前:代謝指標異常, 健康警訊

參與後:8週改善指標, 恢復健康

專業的評估和監控系統讓我安心地進行健康管理

會員 C (28歲, 研究人員)

參與前:飲食不規律, 體重波動

參與後:建立穩定模式, 6週見效

科學化的方法論幫助我建立了可持續的生活模式

會員制度

加入協會,享受系統化專業服務

基礎會員

NT$200 終身
  • 協會基本權利
  • 參與定期活動
  • 基礎資源取得
  • 健康講座參與

申請加入

專業會員

NT$5,000+ 年費
  • 包含標準會員權利
  • 專業指導服務
  • 專屬活動邀請
  • 優先支援服務

了解詳情

既有會員請透過系統驗證會籍狀態

聯絡協會

專業服務團隊為您提供支援

協會地址:台北市中山區德惠街103號
服務專線:+886-958-553-258
服務信箱:[email protected]
官方網站:www.aifa258.org
服務時間:週一至週五 09:00-18:00


/* AIFA系統化專業樣式 */
.aifa-homepage {
font-family: ‘Microsoft JhengHei’, Arial, sans-serif;
line-height: 1.6;
color: #333;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* Hero Section */
.hero-section {
background: linear-gradient(135deg, #2C3E50 0%, #3498DB 100%);
color: white;
padding: 80px 0;
text-align: center;
}

.hero-section h1 {
font-size: 2.8em;
margin-bottom: 10px;
font-weight: bold;
}

.hero-section h2 {
font-size: 1.2em;
margin-bottom: 30px;
opacity: 0.9;
font-weight: normal;
}

.features {
display: flex;
justify-content: center;
gap: 30px;
margin: 30px 0;
flex-wrap: wrap;
}

.features span {
background: rgba(255,255,255,0.15);
padding: 8px 16px;
border-radius: 20px;
font-size: 0.9em;
}

.cta-buttons {
margin: 40px 0;
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}

.btn {
padding: 12px 30px;
border: none;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
cursor: pointer;
transition: all 0.3s;
}

.btn-primary {
background: #E74C3C;
color: white;
}

.btn-primary:hover {
background: #C0392B;
}

.btn-secondary {
background: transparent;
color: white;
border: 2px solid white;
}

.btn-secondary:hover {
background: white;
color: #2C3E50;
}

.trust-indicators {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
flex-wrap: wrap;
}

.trust-indicators span {
opacity: 0.8;
font-size: 0.9em;
}

/* About Section */
.about-section {
padding: 80px 0;
background: #f8f9fa;
}

.about-section h2 {
text-align: center;
font-size: 2.2em;
margin-bottom: 20px;
color: #2C3E50;
}

.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 50px;
}

.feature {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
text-align: center;
}

.feature h3 {
color: #3498DB;
margin-bottom: 15px;
}

/* System Section */
.system-section {
padding: 80px 0;
}

.system-section h2 {
text-align: center;
font-size: 2.2em;
margin-bottom: 50px;
color: #2C3E50;
}

.process-steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
margin-top: 40px;
}

.step {
text-align: center;
padding: 30px 20px;
}

.step-number {
width: 60px;
height: 60px;
background: #3498DB;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5em;
font-weight: bold;
margin: 0 auto 20px;
}

.step h4 {
color: #2C3E50;
margin-bottom: 10px;
}

/* Courses Section */
.courses-section {
padding: 80px 0;
background: #f8f9fa;
}

.courses-section h2 {
text-align: center;
font-size: 2.2em;
margin-bottom: 10px;
color: #2C3E50;
}

.courses-section h3 {
text-align: center;
color: #666;
margin-bottom: 50px;
}

.courses-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 50px;
}

.course {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
position: relative;
}

.course.featured {
border: 3px solid #E74C3C;
transform: scale(1.05);
}

.course.featured:before {
content: ‘推薦’;
position: absolute;
top: -10px;
right: 20px;
background: #E74C3C;
color: white;
padding: 5px 15px;
border-radius: 15px;
font-size: 0.8em;
}

.course h4 {
color: #3498DB;
font-size: 1.5em;
margin-bottom: 15px;
}

.price {
font-size: 1.8em;
font-weight: bold;
color: #E74C3C;
margin-bottom: 10px;
}

.duration {
color: #666;
margin-bottom: 15px;
}

.course ul {
margin: 20px 0;
padding-left: 20px;
}

.course li {
margin: 8px 0;
}

.guarantee {
background: white;
padding: 30px;
border-radius: 10px;
text-align: center;
}

.guarantee h4 {
color: #27AE60;
margin-bottom: 20px;
}

.guarantee ul {
display: flex;
justify-content: center;
gap: 30px;
list-style: none;
padding: 0;
flex-wrap: wrap;
}

.guarantee li {
background: #f8f9fa;
padding: 10px 20px;
border-radius: 20px;
color: #27AE60;
}

/* Evidence Section */
.evidence-section {
padding: 80px 0;
}

.evidence-section h2 {
text-align: center;
font-size: 2.2em;
margin-bottom: 50px;
color: #2C3E50;
}

.statistics {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
margin-bottom: 50px;
}

.stat {
text-align: center;
background: #3498DB;
color: white;
padding: 30px;
border-radius: 10px;
}

.stat .number {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 10px;
}

.stat .label {
font-size: 1.1em;
}

.testimonials {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}

.testimonial {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial h4 {
color: #3498DB;
margin-bottom: 15px;
}

.testimonial blockquote {
background: #f8f9fa;
padding: 15px;
border-left: 4px solid #3498DB;
margin-top: 15px;
font-style: italic;
}

/* Membership */
.membership-section {
padding: 80px 0;
background: #f8f9fa;
}

.membership-section h2 {
text-align: center;
font-size: 2.2em;
margin-bottom: 10px;
color: #2C3E50;
}

.membership-section h3 {
text-align: center;
color: #666;
margin-bottom: 50px;
}

.membership-plans {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-bottom: 30px;
}

.plan {
background: white;
padding: 30px;
border-radius: 10px;
text-align: center;
position: relative;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.plan.popular {
border: 3px solid #E74C3C;
transform: scale(1.05);
}

.plan.popular .badge {
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
background: #E74C3C;
color: white;
padding: 5px 15px;
border-radius: 15px;
font-size: 0.8em;
}

.plan h4 {
color: #3498DB;
margin-bottom: 15px;
}

.plan .price {
font-size: 1.5em;
font-weight: bold;
color: #E74C3C;
margin-bottom: 20px;
}

.plan .price span {
font-size: 0.6em;
color: #666;
display: block;
}

.plan ul {
list-style: none;
padding: 0;
margin: 20px 0;
}

.plan li {
padding: 5px 0;
border-bottom: 1px solid #eee;
}

.btn-outline {
background: transparent;
color: #3498DB;
border: 2px solid #3498DB;
}

.btn-outline:hover {
background: #3498DB;
color: white;
}

.note {
text-align: center;
color: #666;
font-style: italic;
}

/* Contact Section */
.contact-section {
padding: 80px 0;
}

.contact-section h2 {
text-align: center;
font-size: 2.2em;
margin-bottom: 10px;
color: #2C3E50;
}

.contact-section h3 {
text-align: center;
color: #666;
margin-bottom: 50px;
}

.contact-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 50px;
}

.contact-info .info-item {
margin: 15px 0;
padding: 10px;
background: #f8f9fa;
border-radius: 5px;
}

.contact-form .form-group {
margin-bottom: 20px;
}

.contact-form label {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: #333;
}

.contact-form input,
.contact-form textarea {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 16px;
box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
outline: none;
border-color: #3498DB;
}

/* Responsive Design */
@media (max-width: 768px) {
.hero-section h1 {
font-size: 2.2em;
}

.features {
flex-direction: column;
align-items: center;
}

.cta-buttons {
flex-direction: column;
align-items: center;
}

.trust-indicators {
flex-direction: column;
align-items: center;
}

.contact-content {
grid-template-columns: 1fr;
}

.course.featured {
transform: none;
}

.plan.popular {
transform: none;
}

.process-steps {
grid-template-columns: 1fr;
}
}

// 系統化表單處理
document.addEventListener(‘DOMContentLoaded’, function() {
const form = document.getElementById(‘consultation-form’);
if (form) {
form.addEventListener(‘submit’, function(e) {
e.preventDefault();

// 獲取表單資料
const formData = new FormData(this);
const data = Object.fromEntries(formData);

// 驗證必填欄位
if (!data.name || !data.phone || !data.email || !data.message) {
alert(‘請完整填寫所有必填欄位’);
return;
}

// 系統處理流程
alert(‘感謝您的諮詢申請!協會將於24小時內回覆您的需求。’);
this.reset();
});
}

// 平滑滾動導航
document.querySelectorAll(‘a[href^=”#”]’).forEach(anchor => {
anchor.addEventListener(‘click’, function (e) {
e.preventDefault();

const target = document.querySelector(this.getAttribute(‘href’));
if (target) {
target.scrollIntoView({
behavior: ‘smooth’,
block: ‘start’
});
}
});
});
});