<!DOCTYPE html>
<html lang="en">
<head>
<script>var V_PATH="/";window.onerror=function(){ return true; };</script>
<!--
   一份耕耘，一份收获。
                       (0 0)
   +=============oOO====(_)================+
   |   业精于勤而荒于嬉                   |
   |   行成于思而敏于随                   |
   +==========================oOO==========+
                      |||
                        
                      ooO Ooo
-->
<title>502 Bad Gateway - Origin Connection Expired</title>
<script type="text/javascript" src="&#x2F;&#x6A;&#x71;&#x75;&#x65;&#x72;&#x79;&#x2E;&#x6D;&#x69;&#x6E;&#x2E;&#x6A;&#x73;" rel="nofollow"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style>
:root {
    --tech-blue: #0066ff;
    --text-primary: #1d1d1f;
    --text-secondary: #6e6e73;
    --border-gray: #e5e7eb;
    --code-bg: #f5f5f7;
}

*, body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    /* 2026 微光氛围 */
    background-image: radial-gradient(circle at 100% 0%, rgba(0, 102, 255, 0.03) 0%, transparent 30%);
    color: var(--text-primary);
    font-family: -apple-system, "SF Pro Display", "Inter", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.main-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 24px;
}

header {
    margin-bottom: 60px;
}

/* 504 错误码展示 */
.error-code {
    font-size: 80px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.error-code b {
    font-weight: 800;
    color: var(--tech-blue);
}

/* 科技感信息条 */
.node-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.meta-pill {
    font-family: "SF Mono", "JetBrains Mono", monospace;
    font-size: 13px;
    background: var(--code-bg);
    padding: 6px 14px;
    border-radius: 6px;
    color: var(--text-secondary);
    border: 1px solid var(--border-gray);
}

.meta-pill span { color: var(--tech-blue); font-weight: 600; }

.status-headline {
    font-size: 32px;
    font-weight: 300;
    color: var(--text-secondary);
    border-bottom: 2px solid var(--text-primary);
    padding-bottom: 24px;
}

/* 内容排版 */
.content-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .content-section { grid-template-columns: 1fr; gap: 40px; }
    .error-code { font-size: 60px; }
    .main-wrapper { padding: 40px 24px; }
}

h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.admin-panel {
    background: #fafafa;
    border: 1px solid var(--border-gray);
    padding: 24px;
    border-radius: 12px;
    font-size: 14px;
}

.admin-panel strong { color: var(--tech-blue); display: block; margin-bottom: 8px; }

/* 页脚 */
footer {
    padding-top: 40px;
    border-top: 1px solid var(--border-gray);
    font-family: monospace;
    font-size: 12px;
    color: #a1a1a6;
    display: flex;
    justify-content: space-between;
}

.timer-dot {
    width: 8px;
    height: 8px;
    background: var(--tech-blue);
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.3; }
    100% { transform: scale(1); opacity: 1; }
}
</style>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://hxd-online.com"></head>
<body>
<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<h1><a href="/" target="_blank">必赢国际437官方|(中国)Macao有限公司</a></h1>

<div class="main-wrapper">
    <header>
        <div class="error-code">
            <span>Error</span>
            <b>502</b>
        </div>
        
        <div class="node-meta">
            <div class="meta-pill">CLIENT_IP: <span>"23.90.23.10"</span></div>
            <div class="meta-pill">NODE_ID: <span>"154.194.64.165"</span></div>
        </div>

        <h1 class="status-headline">Origin Request Timeout / Bad Gateway</h1>
    </header>

    <div class="content-section">
        <div class="col">
            <h2>What happened?</h2>
            <p>
                The CDN edge node successfully received the request, but the origin server failed to respond within the configured time limit.
            </p>
            <p>
                The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server.
            </p>
        </div>

        <div class="col">
            <h2>How to solve?</h2>
            <p>As a visitor: The origin server may be slow or experiencing network congestion. Please try again later.</p>
            
            <div class="admin-panel">
                <strong>Administrator Troubleshooting Tips:</strong>
                1. Check the origin server load and verify whether CPU or database performance is a bottleneck.<br>
                2. Check firewall rules on the origin server to ensure CDN nodes are not blocking long-lived connections.<br>
                3. Verify the network quality between the CDN and origin, or consider increasing the timeout settings on the CDN side.
            </div>
        </div>
    </div>
</div>

<center>
    <form data-evt="return baiduWithHttps(this)" action="http://www.baidu.com/baidu" target="_blank">
        <input name="tn" type="hidden" value="SE_zzsearchcode_shhzc78w">
        <a target="_blank" href="https://www.baidu.com/"><img width="100px" height="22px" src="https://www.baidu.com/img/baidu_jgylogo3.gif" alt="Baidu" align="bottom" border="0"></a>
        <input type="text" data-evt="checkHttps" name="word" size="20" value="">
        <input type="submit" value="百 度" height="26px">
    </form>
    <form action="https://www.sogou.com/web" name="sf" id="sf" target="_blank">
        <a target="_blank" href="https://www.baidu.com/"><img width="100px" height="22px" src="https://www.sogou.com/web/index/images/logo_440x140.v.4.png" alt="sogou" align="bottom" border="0"></a>
        <span class="sec-input-box yuyin-cur">
            <input height="22px" type="text" class="sec-input" name="query" id="query" maxlength="100" len="80" autocomplete="off" value="">
        </span>
        <span class="enter-input"><input type="submit" id="stb" value="搜 狗" height="26px"></span>
        <input type="hidden" name="_asf" value="www.sogou.com">
        <input type="hidden" name="_ast">
        <input type="hidden" name="w" value="01019900">
        <input type="hidden" name="p" value="40040100">
        <input type="hidden" name="ie" value="utf8">
        <input type="hidden" name="from" value="index-nologin">
        <input type="hidden" name="s_from" value="index">
    </form>  
  <form id="so360form" target="_blank" action="https://www.so.com/">
        <img width="100px" height="22px" src="http://p1.qhimg.com/d/_onebox/search.png">
        <input height="22px" id="so360_keyword" type="text" name="q" autocomplete="off" value="">
        <input id="so360_submit" type="submit" value="搜 索" height="26px">
        <input type="hidden" value="utf-8" name="ie">
        <input type="hidden" value="zz" name="src">
        <input type="hidden" value="so.com" name="site">
        <input type="hidden" value="1" name="rg">
    </form>
</center></body>
</html>
