<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>极速支付 - 专业支付通道 | 一手通道 | 低费率支付解决方案</title>
    <meta name="description" content="极速支付提供专业支付通道服务,支持机场/发卡/影视/游戏等业务,费率低至6%,D0实时结算,自研系统成功率99%。">
    <meta name="keywords" content="极速支付,支付通道,一手通道,低费率支付,支付解决方案,D0结算">
    <meta name="author" content="极速支付">
    <meta property="og:title" content="极速支付 - 专业支付通道 | 一手通道 | 低费率支付解决方案">
    <meta property="og:description" content="极速支付提供专业支付通道服务,支持机场/发卡/影视/游戏等业务,费率低至6%,D0实时结算,自研系统成功率99%。">
    <meta property="og:type" content="website">
    <link rel="canonical" href="https://jsupay.com/">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Microsoft YaHei', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
            min-height: 100vh;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .header {
            text-align: center;
            padding: 80px 0;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            color: white;
            position: relative;
            overflow: hidden;
            border-radius: 0 0 20px 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M0,0 L100,100 M100,0 L0,100" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></svg>');
            opacity: 0.1;
        }
        
        .header h1 {
            font-size: 3.5em;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        .content {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            margin-top: -30px;
            position: relative;
            z-index: 1;
        }
        
        .section {
            margin-bottom: 40px;
            padding: 30px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .section:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .section h2 {
            color: #6a11cb;
            margin-bottom: 20px;
            font-size: 2em;
            position: relative;
            display: inline-block;
        }
        
        .section h2::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #6a11cb, #2575fc);
        }
        
        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }
        
        .feature-item {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 10px;
            border-left: 4px solid #6a11cb;
            transition: all 0.3s ease;
        }
        
        .feature-item:hover {
            background: white;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }
        
        .highlight {
            color: #6a11cb;
            font-weight: bold;
        }
        
        .contact {
            text-align: center;
            margin-top: 40px;
            padding: 30px;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            color: white;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .contact p {
            font-size: 1.3em;
            margin-bottom: 15px;
        }
        
        .telegram {
            color: #fff;
            font-weight: bold;
            font-size: 1.4em;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        .contact-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }
        
        .contact-button {
            display: inline-block;
            padding: 12px 30px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            text-decoration: none;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 5px;
            font-weight: bold;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }
        
        .contact-button:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        
        @media (max-width: 768px) {
            .header {
                padding: 60px 0;
            }
            
            .content {
                padding: 20px;
            }
            
            .section {
                padding: 20px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header class="header" role="banner">
            <h1>极速支付</h1>
            <p>一手通道 · 专业支付解决方案</p>
        </header>
        
        <main class="content" role="main">
            <section class="section" aria-labelledby="business-scope">
                <h2 id="business-scope">业务范围</h2>
                <p>VPN机场 / VPS / 发卡 / 游戏 / 论坛 / 视频影视</p>
                <p class="highlight">🈲 禁止:赌博、诈骗等违法业务</p>
            </section>
            
            <section class="section" aria-labelledby="fee-description">
                <h2 id="fee-description">费率说明</h2>
                <p>通道费率:<span class="highlight">6% U上浮0.2</span></p>
                <p>结算周期:<span class="highlight">D0 实时结算</span></p>
                <p>结算方式:USDT(欧易实时汇率)</p>
                <p>最低结算:100元起</p>
            </section>
            
            <section class="section" aria-labelledby="member-benefits">
                <h2 id="member-benefits">简约会员模式 - 核心权益</h2>
                <div class="features">
                    <div class="feature-item">
                        • 聚合数十家支付通道,一手费率6%
                    </div>
                    <div class="feature-item">
                        • 实时U价结算,无上浮,0手续费
                    </div>
                    <div class="feature-item">
                        • 自研支付系统,成功率99%
                    </div>
                    <div class="feature-item">
                        • 独家会员模式,上百条通道自由选择
                    </div>
                    <div class="feature-item">
                        • 安全无忧,无惧跑路
                    </div>
                </div>
            </section>
            
            <section class="section">
                <p>简约不简单,让支付更高效</p>
                <p>无门槛接入,低费率通道</p>
                <p>安全可靠,实时结算</p>
            </section>
            
            <section class="contact" aria-labelledby="contact-info">
                <h2 id="contact-info" class="visually-hidden">联系方式</h2>
                <p>立即加入我们:</p>
                <div class="contact-buttons">
                    <a href="https://t.me/Jsupay" class="contact-button" target="_blank">加入群组</a>
                    <a href="https://t.me/jsupaykf_bot" class="contact-button" target="_blank">联系客服</a>
                </div>
            </section>
        </main>
    </div>
</body>
</html>