cloudflare
tcp/443 tcp/80
Open service 104.21.59.213:80 · 3.7623321.com
2026-01-23 16:48
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 16:48:38 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Wed, 07 Jan 2026 03:10:53 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=orjOzC3SakOwmqIB90RND0HGecNquXwFFwz0LdweVY1ABWk1yf05xi2sx8DD%2B4Ns42SFLrKx5%2B9aCUbyOwGHn2f1sXhGt8nfa%2BAOCrc%3D"}]}
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=19,cfOrigin;dur=3
CF-RAY: 9c28c79e5e98fdfe-SIN
alt-svc: h3=":443"; ma=86400
Page title: 404 Not Found
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"45c7c780cbf94228b1fba684bd0a0858","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 104.21.59.213:443 · 3.7623321.com
2026-01-23 16:48
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 16:48:39 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=31536000
alt-svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vfhdYXzlKpFuJ57gmH5K8SsKvSJFTu8tGWlPWgmK9qjHcLJO074hDUq%2FpCSLR8MZNpGLStPQT5hwx8%2BI6OhTrJpT5b0Q%2BncRn%2BG%2FbtY%3D"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9c28c7a0ec48f466-FRA
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 2a06:98c1:3120::3:443 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=31536000
alt-svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2F%2FJjC8uNhM%2BPRW4xAb29XBnvGtPCM9kkewH4J89s0XxDIor82yL0MtX%2BF54BSw1298fMQH46qu4RbyiRyUN9mYtexJyxZo1yXmCTuYZW6Ha8dkH3yXYJ"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=4,cfOrigin;dur=172
CF-RAY: 9c1e98963c4e23fd-SJC
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 172.67.184.21:80 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fqj0GU057Dhwx4%2BxjzA8idvh5TtaFhx0wyMmLuTfQmGBvEUvA5h4df0D0MjiIaA5038xxzcBhWUao2jD8EjmpNyYKElgAZDXRvOeZ1A%3D"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=19,cfOrigin;dur=412
CF-RAY: 9c1e98957efd43d9-EWR
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 2a06:98c1:3121::3:8443 · 3.7623321.com
2026-01-22 11:08
Open service 2a06:98c1:3120::3:8443 · 3.7623321.com
2026-01-22 11:08
Open service 172.67.184.21:443 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=31536000
alt-svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tkp97Wz2IIL5nGuhTomWWeUXn9f1MIiQxLRtYVlnT7H7CpLUiUu%2BzFiYEGuFwcUiedKe9ZZ9E%2Bpf1uyC0wgWlupfd22AoE1ie%2F2D06Y%3D"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=627
CF-RAY: 9c1e98968dc1a4a0-EWR
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 2a06:98c1:3120::3:80 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RbPjZmvWdCqEgljnxHuBp%2Fh70HR2cIQC3nG%2B0fIB3ld8UY0jsvOPisRW%2BkdXzG2gD314XsaXbK2d5gQ4tXMS48vYDpRiFmKi1JfPCW0UcIvnARX8axJUTqg%3D"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=212
CF-RAY: 9c1e98954e2461e8-YYZ
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 104.21.59.213:443 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=31536000
alt-svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dl5f7HmQdnBlmmKhZl6SEJiX%2FL48jJYYHLB2RtFh%2FPZ9CoXpbJsbZv36cjklYquR2c0vZSiuKdobvIg8iOpMNB8y%2B2tnUv%2FTmlhMz%2B0%3D"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9c1e98958eec5d92-FRA
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 104.21.59.213:8443 · 3.7623321.com
2026-01-22 11:08
Open service 2a06:98c1:3121::3:443 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:53 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=31536000
alt-svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5B%2F3KEyNJuHC1VgsN09l%2BdK7Y4C6h9KEUUSfeGbVdUgnVjKXvJqmw9BrGEhGe5XdKVZLO9DPIOw%2BHTlXgqE1jp5nR8jckxus6niE%2FkoREMSMcK8QOj3C"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=23
CF-RAY: 9c1e989299a95fa8-SIN
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 172.67.184.21:8443 · 3.7623321.com
2026-01-22 11:08
Open service 104.21.59.213:80 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8X67Mxr%2BnLUlm1Py%2Ba%2Fap1VY0ZLFoslH625Mgzhzb%2FNKNtoH1wMo0PBxymWS3LtE%2Fxs16LadjDLCqdLpnzG6xbdnT9VDNdLJiqxxB3g%3D"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=213
CF-RAY: 9c1e9894ec23e7e3-YYZ
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}
Open service 2a06:98c1:3121::3:80 · 3.7623321.com
2026-01-22 11:08
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 11:08:54 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Alt-Svc: h3=":443"; ma=86400
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9VYcX%2B%2FqzwNKGsnF9K2F%2B5Oi%2BZuod2OSfZWNiI4lfhPxGFzoRvhJ819OA6k%2BXW%2FYfjTHMoCN7PElu6mlbbXzUL0uk%2FVCJOJGZa2cDUzoS6578d6wz%2B%2Bznr4%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9c1e98943e0a66ee-AMS
Page title: 加载中...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes">
<title id="title">加载中...</title>
<link rel="stylesheet" href="static/cdn/layui.css" />
<link rel="stylesheet" href="static/risk-notice.css" />
<link rel="stylesheet" href="static/compatibility.css" />
<script src="static/cdn/layui/layui.js"></script>
<script src="static/cdn/axios/axios.min.js"></script>
<script src="static/compatibility.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f5f5;
font-size: 16px;
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
/* 加载动画样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-circle {
width: 50px;
height: 50px;
border: 4px solid #f3f3f3;
border-top: 4px solid #1890ff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 20px;
}
.loading-text {
color: #666;
font-size: 16px;
font-weight: 500;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.main-content {
opacity: 0;
transition: opacity 0.5s ease-in;
}
.main-content.loaded {
opacity: 1;
}
/* 顶部标题区域 */
.top-header {
background: #fff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f0f0f0;
}
.top-header-left {
flex: 1;
}
.top-header h1 {
font-size: 22px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.top-header .slogan {
font-size: 13px;
color: #999;
}
.top-header .message-icon {
font-size: 24px;
color: #666;
cursor: pointer;
}
/* 主卡片区域 */
.main-card {
background: #fff;
margin: 15px;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: relative;
overflow: hidden;
}
.main-card::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: #00cc88;
}
.amount-section {
text-align: center;
margin: 20px 0;
}
.amount-value {
font-size: 48px;
font-weight: bold;
color: #00cc88;
margin: 10px 0;
line-height: 1.2;
}
.amount-label {
font-size: 14px;
color: #666;
margin-top: 5px;
}
.rate-section {
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
flex-wrap: wrap;
gap: 10px;
}
.rate-badge {
background: #f0f9ff;
color: #00cc88;
padding: 4px 12px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.rate-text {
font-size: 14px;
color: #333;
}
.login-button {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background: #00cc88;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 14px;
border-radius: 50px;
margin-top: 20px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(0, 204, 136, 0.3);
transition: 0.3s;
}
.login-button:hover {
background: #00aa66;
transform: translateY(-2px);
}