<div style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f5f5f5; margin: 0; padding: 0;">
    <div style="max-width: 650px; margin: 30px auto; background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden;">
        <!-- Header -->
        <div style="background: linear-gradient(135deg, #48bcff 0%, #42a5d1 100%); padding: 30px 20px; text-align: center;">
            <h1 style="margin: 0; color: #ffffff; font-size: 26px; font-weight: 600; letter-spacing: 0.5px;">💬 叫我阿胖 - 新回复提醒</h1>
        </div>
        
        <!-- Content -->
        <div style="padding: 35px 30px;">
            <!-- Greeting -->
            <div style="margin-bottom: 25px;">
                <h2 style="margin: 0 0 10px 0; color: #333333; font-size: 20px; font-weight: 600; line-height: 1.4;">
                    你好,<span style="color: #48bcff;">{{RecipientNickname}}</span> 👋
                </h2>
                <p style="margin: 0; color: #495057; font-size: 15px; line-height: 1.6;">
                    你的评论被 <strong style="color: #48bcff;">{{ReplierNickname}}</strong> 回复了!
                </p>
            </div>
            
            <!-- Original Comment -->
            <div style="background-color: #f8f9fa; border-left: 4px solid #48bcff; border-radius: 4px; padding: 20px; margin-bottom: 20px;">
                <div style="margin-bottom: 12px;">
                    <span style="font-weight: 600; font-size: 15px; color: #343a40; margin-right: 8px;">{{RecipientNickname}}</span>
                    <time style="color: #868e96; font-size: 13px;">{{PublishTime}}</time>
                </div>
                <div style="color: #495057; font-size: 14px; line-height: 1.8; word-wrap: break-word;">
                    {{CommentText}}
                </div>
            </div>
            
            <!-- Reply -->
            <div style="margin-left: 25px; background-color: #ffffff; border: 2px solid #48bcff; border-radius: 6px; padding: 20px; position: relative;">
                <!-- Reply Arrow -->
                <div style="position: absolute; left: -12px; top: 20px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 10px solid #48bcff;"></div>
                
                <div style="margin-bottom: 12px;">
                    <span style="font-weight: 600; font-size: 15px; color: #48bcff; margin-right: 8px;">{{ReplierNickname}}</span>
                    <time style="color: #868e96; font-size: 13px;">{{replyTime}}</time>
                </div>
                <div style="color: #495057; font-size: 14px; line-height: 1.8; word-wrap: break-word;">
                    {{replyText}}
                </div>
            </div>
            
            <!-- Timestamp -->
            <div style="text-align: right; padding-top: 15px; border-top: 1px solid #e9ecef;">
                <p style="margin: 0; color: #868e96; font-size: 12px;">
                    发送时间:{{sendTime}}
                </p>
            </div>
        </div>
        
        <!-- Footer -->
        <div style="background-color: #f8f9fa; padding: 25px 30px; border-top: 1px solid #e9ecef;">
            <div style="text-align: center; margin-bottom: 15px;">
                <a href="https://core.dpangzi.com" 
                   style="color: #48bcff; text-decoration: none; font-size: 14px; font-weight: 600;">
                    © 叫我阿胖
                </a>
            </div>
            <div style="text-align: center; padding: 15px 0; border-top: 1px solid #dee2e6;">
                <p style="margin: 0 0 5px 0; color: #6c757d; font-size: 12px; font-weight: 600;">
                    ⚠️ 此为系统邮件,请勿回复
                </p>
                <p style="margin: 0; color: #adb5bd; font-size: 11px;">
                    如需回复对方,请访问网站进行互动
                </p>
            </div>
        </div>
    </div>
</div>
评论加载中...