<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;html&gt;

&lt;head&gt;&lt;title&gt;emc易倍全站网页版（中国）官方网站·IOS/安卓通用版/手机APP&lt;/title&gt;&lt;meta name="keywords" content="emc易倍全站网页版" /&gt;&lt;meta name="description" content="emc易倍全站网页版是在澳门娱乐城官方网注册的牌照,emc易倍全站网页版提供在线24小时贴心服务,让您的业余时间不再寂寞,为网友和业内提供最全面的的博彩资讯为一体的门户网站。" /&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;meta name="description" content="emc易倍全站网页版是在澳门娱乐城官方网注册的牌照,emc易倍全站网页版提供在线24小时贴心服务,让您的业余时间不再寂寞,为网友和业内提供最全面的的博彩资讯为一体的门户网站。" /&gt;&lt;meta name="keywords" content="emc易倍全站网页版" /&gt;&lt;meta name="description" content="emc易倍全站网页版是在澳门娱乐城官方网注册的牌照,emc易倍全站网页版提供在线24小时贴心服务,让您的业余时间不再寂寞,为网友和业内提供最全面的的博彩资讯为一体的门户网站。" /&gt;
    &lt;style&gt;
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .login-container {
            background: white;
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
            margin: 1rem;
        }

        .login-title {
            text-align: center;
            color: #333;
            margin-bottom: 2rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: #666;
            font-size: 0.9rem;
        }

        .form-group input {
            width: 100%;
            padding: 0.8rem;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
        }

        .login-button {
            width: 100%;
            padding: 1rem;
            background: #667eea;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .login-button:hover {
            background: #5a67d8;
        }

        .forgot-password {
            display: block;
            text-align: right;
            margin-top: 0.5rem;
            color: #667eea;
            font-size: 0.9rem;
            text-decoration: none;
        }

        .forgot-password:hover {
            text-decoration: underline;
        }

        .register-link {
            text-align: center;
            margin-top: 1.5rem;
            color: #666;
            font-size: 0.9rem;
        }

        .register-link a {
            color: #667eea;
            text-decoration: none;
        }

        .register-link a:hover {
            text-decoration: underline;
        }

        @media (max-width: 480px) {
            .login-container {
                padding: 1.5rem;
            }
        }
    &lt;/style&gt;
    
    
&lt;/head&gt;

&lt;body&gt;
    &lt;div class="login-container"&gt;
        &lt;h2 class="login-title"&gt;emc易倍全站网页版门户网站&lt;/h2&gt;
        &lt;form action="/auth/rlogin" method="post"&gt;
            &lt;input type="hidden" name="_csrf" value="bJYW7ZHnirypABlKi-HBHra-2xqUDHXDEqBvRQKVpvNa7n0mWaZz3vDRs4mEOXxyusz1fdeO9iP3aELuKpkKIDv3n8Zo3BgW"/&gt;

            &lt;div class="form-group"&gt;
                &lt;label for="username"&gt;用户名&lt;/label&gt;
                &lt;input type="text" id="username" name="username" placeholder="请输入用户名" required&gt;
            &lt;/div&gt;
            &lt;div class="form-group"&gt;
                &lt;label for="password"&gt;密码&lt;/label&gt;
                &lt;input type="password" id="password" name="password" placeholder="请输入密码" required&gt;
            &lt;/div&gt;
            &lt;button type="submit" class="login-button"&gt;登录&lt;/button&gt;
        &lt;/form&gt;
    &lt;/div&gt;
&lt;/body&gt;

&lt;/html&gt;</pre></body></html>