<!DOCTYPE html>
<html lang="zh-CN">
<body style="font-family: 'Arial', sans-serif; background-color: #f4f4f4; margin: 0; padding: 20px; color: #333;">
<div style="max-width: 600px; margin: 0 auto; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 8px; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);">
<div style="text-align: center; margin-bottom: 20px;">
<img src="https://pay.kbfu.cn/uploads/images/dcit5m747yy5imagwt.png" alt="{{web_title}}" style="width: 30%; height: auto;">
</div>
<h2 style="font-size: 22px; color: #ff0000; margin-bottom: 20px; font-weight: bold;">【卡包付】新订单通知</h2>
<p style="font-size: 16px; color: #555555; margin-bottom: 10px;">用户 <strong style="color: #333;">{{username}}</strong> 你好!</p>
<p style="font-size: 16px; color: #555555; margin-bottom: 20px;">你的新订单情况如下:</p>
<div style="background-color: #fff0f0; padding: 15px; border-radius: 8px; margin-bottom: 20px;">
<table style="width: 100%; font-size: 15px; color: #333;">
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">订单号</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>{{order_id}}</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">商品名称</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>{{subject}}</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">订单金额</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>{{amount}}</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">支付方式</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>{{pay_type}}</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">通道类型</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>{{channel_name}}</strong></td>
</tr>
<tr>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd;">支付时间</td>
<td style="padding: 8px 0; border-bottom: 1px solid #dddddd; text-align: right;"><strong>{{pay_time}}</strong></td>
</tr>
</table>
</div>
<a href="https://pay.kbfu.cn/" style="display: block; background-color: #0056b3; color: white; padding: 12px 0; border-radius: 4px; text-decoration: none; font-size: 16px; font-weight: bold; text-align: center; width: 100%; box-sizing: border-box; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: background 0.3s ease;">
前往商户中心
</a>
<p style="font-size: 14px; color: #ff0000; margin-top: 30px; line-height: 1.6;">重要提示:<br>若您想关闭此通知,可以进入商户中心一账户管理一个人中心-消息订阅,关闭对应通知。</p>
<p style="font-size: 14px; color: #666; margin-top: 20px;">消息来自<br><strong style="color: #5cb85c;">卡包付</strong></p>
<p style="font-size: 12px; color: #aaa; margin-top: 30px; text-align: center;">此为系统邮件,请勿回复。</p>
<p style="font-size: 12px; color: #ff0000; margin-top: 10px; text-align: center;">Copyright © 2024 卡包付 All rights reserved</p>
</div>
</body>
</html>