<!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="KeyWords" content="桂林人才网,桂聘人才网,桂林招聘网,桂林人才市场,桂林招聘会,桂林求职,桂林找工作,桂林人才简历,桂林兼职"/>
  <meta name="Description" content="桂聘是专业的桂林人才网聘平台，今日有1689家桂林企业提供5896条桂林招聘信息。桂聘职位多、工作靠谱，上桂林人才网找工作的小伙伴，都用桂聘APP！"/>
    <style>
        /* 全局样式重置 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
        }
        /* 页面背景与整体布局 */
        body {
            background-color: #f5f7fa;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        /* 核心提示卡片 */
        .container {
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            padding: 40px 20px;
            max-width: 400px;
            width: 100%;
            text-align: center;
        }
        /* 提示图标 */
        .icon {
            font-size: 60px;
            color: #ff6740;
            margin-bottom: 20px;
        }
        /* 标题文字 */
        .title {
            font-size: 18px;
            color: #333;
            font-weight: 600;
            margin-bottom: 12px;
            line-height: 1.5;
        }
        /* 说明文字 */
        .desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        /* 二维码容器 */
        .qrcode-box {
            width: 200px;
            height: 200px;
            margin: 0 auto 20px;
            border: 1px solid #eee;
            padding: 8px;
            border-radius: 8px;
        }
        /* 二维码图片（替换为你的真实二维码） */
        .qrcode-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* 占位图，替换为你的二维码图片URL */
            background: url("https://s1.img-e.com/20260109/696058fd42141.png") center no-repeat;
            background-size: cover;
        }
        /* 二维码说明 */
        .qrcode-desc {
            font-size: 13px;
            color: #999;
            margin-bottom: 40px;
        }
        /* 底部反馈区域 */
        .feedback {
            margin-top: auto;
            padding-top: 20px;
            border-top: 1px solid #eee;
            font-size: 13px;
            color: #666;
        }
        .feedback-title {
            font-weight: 600;
            margin-bottom: 8px;
        }
        .feedback-list {
            line-height: 1.8;
        }
      
    </style>
</head>
<body>
    <div class="container">
        <div class="icon">⚠️</div>
        <div class="title">你的请求过于频繁，加载失败</div>
        <div class="desc">为保障访问体验，建议你使用桂聘APP进行访问，功能更完整、体验更流畅～</div>
        <div class="qrcode-box">
            <div class="qrcode-img"></div>
        </div>
        <div class="qrcode-desc">扫描二维码下载桂聘APP</div>
        <div class="feedback">
            <div class="feedback-title">反馈渠道</div>
            <div class="feedback-list">
                反馈邮箱：jubao@guipin.com<br>
                微信公众号：桂聘
            </div>
        </div>
    </div>
</body>
</html>