|
@@ -1,405 +0,0 @@
|
|
-<!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/">
|
|
|
|
- <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
- <style>
|
|
|
|
- * {
|
|
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- body {
|
|
|
|
- font-family: 'Noto Serif SC', serif;
|
|
|
|
- line-height: 1.6;
|
|
|
|
- color: #2c1810;
|
|
|
|
- background-color: #f5f0e6;
|
|
|
|
- background-image:
|
|
|
|
- linear-gradient(rgba(245, 240, 230, 0.9), rgba(245, 240, 230, 0.9)),
|
|
|
|
- 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(44,24,16,0.1)" stroke-width="1"/></svg>');
|
|
|
|
- min-height: 100vh;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .container {
|
|
|
|
- max-width: 1200px;
|
|
|
|
- margin: 0 auto;
|
|
|
|
- padding: 20px;
|
|
|
|
- position: relative;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .container::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(44,24,16,0.05)" stroke-width="1"/></svg>');
|
|
|
|
- pointer-events: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header {
|
|
|
|
- text-align: center;
|
|
|
|
- padding: 60px 0;
|
|
|
|
- background: #2c1810;
|
|
|
|
- color: #d4af37;
|
|
|
|
- position: relative;
|
|
|
|
- border-bottom: 5px solid #1a0f0a;
|
|
|
|
- margin-bottom: 40px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header::before {
|
|
|
|
- content: '';
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
- background:
|
|
|
|
- linear-gradient(45deg, transparent 48%, rgba(212, 175, 55, 0.1) 50%, transparent 52%),
|
|
|
|
- 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(212,175,55,0.1)" stroke-width="1"/></svg>');
|
|
|
|
- opacity: 0.2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header h1 {
|
|
|
|
- font-size: 3.5em;
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
- text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
|
|
|
|
- font-family: 'Noto Serif SC', serif;
|
|
|
|
- letter-spacing: 2px;
|
|
|
|
- position: relative;
|
|
|
|
- display: inline-block;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header h1::before,
|
|
|
|
- .header h1::after {
|
|
|
|
- content: '❖';
|
|
|
|
- position: absolute;
|
|
|
|
- top: 50%;
|
|
|
|
- transform: translateY(-50%);
|
|
|
|
- color: #d4af37;
|
|
|
|
- font-size: 0.5em;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header h1::before {
|
|
|
|
- left: -30px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header h1::after {
|
|
|
|
- right: -30px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .content {
|
|
|
|
- background: #fff;
|
|
|
|
- padding: 40px;
|
|
|
|
- border: 2px solid #2c1810;
|
|
|
|
- box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
|
|
|
|
- position: relative;
|
|
|
|
- z-index: 1;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .content::before {
|
|
|
|
- content: '';
|
|
|
|
- position: absolute;
|
|
|
|
- top: 10px;
|
|
|
|
- left: 10px;
|
|
|
|
- right: 10px;
|
|
|
|
- bottom: 10px;
|
|
|
|
- border: 1px solid rgba(44, 24, 16, 0.2);
|
|
|
|
- pointer-events: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .section {
|
|
|
|
- margin-bottom: 40px;
|
|
|
|
- padding: 30px;
|
|
|
|
- background: #fff;
|
|
|
|
- border: 1px solid #2c1810;
|
|
|
|
- position: relative;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .section::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(44,24,16,0.1)" stroke-width="1"/></svg>');
|
|
|
|
- opacity: 0.1;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .section h2 {
|
|
|
|
- color: #2c1810;
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
- font-size: 2em;
|
|
|
|
- font-family: 'Noto Serif SC', serif;
|
|
|
|
- position: relative;
|
|
|
|
- display: inline-block;
|
|
|
|
- letter-spacing: 1px;
|
|
|
|
- padding: 0 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .section h2::before,
|
|
|
|
- .section h2::after {
|
|
|
|
- content: '';
|
|
|
|
- position: absolute;
|
|
|
|
- top: 50%;
|
|
|
|
- width: 15px;
|
|
|
|
- height: 1px;
|
|
|
|
- background: #2c1810;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .section h2::before {
|
|
|
|
- left: 0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .section h2::after {
|
|
|
|
- right: 0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .features {
|
|
|
|
- display: grid;
|
|
|
|
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
|
|
|
- gap: 30px;
|
|
|
|
- margin-top: 30px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .feature-item {
|
|
|
|
- background: #fff;
|
|
|
|
- padding: 25px;
|
|
|
|
- border: 1px solid #2c1810;
|
|
|
|
- position: relative;
|
|
|
|
- transition: all 0.3s ease;
|
|
|
|
- font-family: 'Noto Serif SC', serif;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .feature-item:hover {
|
|
|
|
- transform: translateY(-5px);
|
|
|
|
- box-shadow: 0 5px 15px rgba(44, 24, 16, 0.1);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .feature-item::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(44,24,16,0.1)" stroke-width="1"/></svg>');
|
|
|
|
- opacity: 0.1;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .highlight {
|
|
|
|
- color: #2c1810;
|
|
|
|
- font-weight: bold;
|
|
|
|
- font-family: 'Noto Serif SC', serif;
|
|
|
|
- position: relative;
|
|
|
|
- display: inline-block;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .highlight::after {
|
|
|
|
- content: '';
|
|
|
|
- position: absolute;
|
|
|
|
- bottom: 0;
|
|
|
|
- left: 0;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 2px;
|
|
|
|
- background: #d4af37;
|
|
|
|
- transform: scaleX(0);
|
|
|
|
- transition: transform 0.3s ease;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .highlight:hover::after {
|
|
|
|
- transform: scaleX(1);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact {
|
|
|
|
- text-align: center;
|
|
|
|
- margin-top: 40px;
|
|
|
|
- padding: 30px;
|
|
|
|
- background: #2c1810;
|
|
|
|
- color: #d4af37;
|
|
|
|
- position: relative;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact::before {
|
|
|
|
- content: '';
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
- background:
|
|
|
|
- linear-gradient(45deg, transparent 48%, rgba(212, 175, 55, 0.1) 50%, transparent 52%),
|
|
|
|
- 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(212,175,55,0.1)" stroke-width="1"/></svg>');
|
|
|
|
- opacity: 0.2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact p {
|
|
|
|
- font-size: 1.3em;
|
|
|
|
- margin-bottom: 15px;
|
|
|
|
- font-family: 'Noto Serif SC', serif;
|
|
|
|
- position: relative;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact p::before,
|
|
|
|
- .contact p::after {
|
|
|
|
- content: '❖';
|
|
|
|
- position: absolute;
|
|
|
|
- top: 50%;
|
|
|
|
- transform: translateY(-50%);
|
|
|
|
- color: #d4af37;
|
|
|
|
- font-size: 0.8em;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact p::before {
|
|
|
|
- left: -20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact p::after {
|
|
|
|
- right: -20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact-buttons {
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- gap: 20px;
|
|
|
|
- margin-top: 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact-button {
|
|
|
|
- display: inline-block;
|
|
|
|
- padding: 12px 30px;
|
|
|
|
- background: rgba(44, 24, 16, 0.1);
|
|
|
|
- color: #d4af37;
|
|
|
|
- text-decoration: none;
|
|
|
|
- border: 1px solid #2c1810;
|
|
|
|
- border-radius: 5px;
|
|
|
|
- font-weight: bold;
|
|
|
|
- transition: all 0.3s ease;
|
|
|
|
- text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
|
|
|
|
- box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
|
|
|
|
- font-family: 'Noto Serif SC', serif;
|
|
|
|
- position: relative;
|
|
|
|
- overflow: hidden;
|
|
|
|
- letter-spacing: 1px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact-button::before {
|
|
|
|
- content: '';
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- left: -100%;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 100%;
|
|
|
|
- background: linear-gradient(90deg, transparent, rgba(212,175,55,0.1), transparent);
|
|
|
|
- transition: 0.5s;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact-button:hover {
|
|
|
|
- background: rgba(44, 24, 16, 0.2);
|
|
|
|
- box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
|
|
|
|
- transform: translateY(-2px);
|
|
|
|
- border-color: #3c2818;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact-button:hover::before {
|
|
|
|
- left: 100%;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- @media (max-width: 768px) {
|
|
|
|
- .header {
|
|
|
|
- padding: 40px 0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .content {
|
|
|
|
- padding: 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .section {
|
|
|
|
- padding: 20px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .header h1::before,
|
|
|
|
- .header h1::after {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .contact p::before,
|
|
|
|
- .contact p::after {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- </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>没有门槛,1元流水也可享受低费率一手通道</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>
|
|
|