Sorry, you have been blocked

You are unable to access bytcdntp.com

Why have I been blocked?

This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.

What can I do to resolve this?

You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.

order-top: 1px solid var(--border); border-radius: 16px 16px 0 0; padding: 12px 0 24px; padding-bottom: calc(24px + env(safe-area-inset-bottom)); } .filter-panel-title { padding: 12px 20px 8px; font-size: 12px; color: var(--text-dim); letter-spacing: 0.1em; } .filter-option { display: block; width: 100%; min-height: 48px; padding: 14px 20px; font-size: 16px; line-height: 1.4; text-align: left; background: none; border: none; border-bottom: 1px solid var(--border); color: var(--text); font-family: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; } .filter-option:last-child { border-bottom: none; } .filter-option:hover, .filter-option:active { background: rgba(0, 255, 242, 0.08); } .filter-option.selected { color: var(--glow-cyan); } @media (max-width: 768px) { .filters { flex-wrap: wrap; gap: 12px; } .filters label { width: 100%; font-size: 12px; } .filters .filter-select-native { display: none !important; } .filters .filter-trigger { display: block; } } @media (min-width: 769px) { .filter-trigger { display: none !important; } .filter-overlay { display: none !important; } } ul { list-style: none; margin: 0; padding: 0; } li { display: flex; align-items: center; padding: 14px 18px; margin-bottom: 8px; background: var(--bg-panel); border: 1px solid var(--border); border-left: 2px solid transparent; gap: 14px; transition: border-color .2s, box-shadow .2s, background .2s; } li:hover { border-left-color: var(--glow-cyan); box-shadow: var(--item-hover-shadow); background: var(--item-hover-bg); } .source { flex-shrink: 0; font-size: 10px; padding: 4px 10px; border: 1px solid var(--source-border); color: var(--glow-magenta); background: var(--source-bg); letter-spacing: 0.05em; max-width: 76px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .title { flex: 1; font-size: 14px; line-height: 1.5; min-width: 0; color: var(--text); } .heat { flex-shrink: 0; font-size: 11px; color: var(--glow-cyan); opacity: 0.9; } a.item-link { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 14px; width: 100%; } a.item-link:hover .title { color: var(--glow-cyan); text-shadow: 0 0 12px rgba(0, 255, 242, 0.3); } [data-theme="light"] a.item-link:hover .title { text-shadow: none; } .empty { text-align: center; padding: 48px 24px; color: var(--text-dim); border: 1px dashed var(--border); font-size: 13px; } .footer { margin-top: 32px; font-size: 10px; color: var(--text-dim); letter-spacing: 0.15em; } .scroll-btns { position: fixed; bottom: 24px; right: 24px; z-index: 10; display: flex; flex-direction: column; gap: 8px; } .scroll-btn { width: 44px; height: 44px; padding: 0; display: flex; align-items: center; justify-content: center; background: var(--bg-panel); border: 1px solid var(--border); color: var(--glow-cyan); font-size: 18px; cursor: pointer; transition: box-shadow .2s, border-color .2s, transform .15s; } .scroll-btn:hover { box-shadow: 0 0 16px rgba(0, 255, 242, 0.3); transform: scale(1.05); } [data-theme="light"] .scroll-btn:hover { box-shadow: 0 2px 14px rgba(0, 136, 204, 0.25); } .scroll-btn:active { transform: scale(0.98); } /* AI 助手:左侧固定入口 + 滑出面板 */ .ai-assistant-wrap { position: fixed; left: 0; top: 50%; transform: translateY(-50%); z-index: 100; } .ai-assistant-btn { display: flex; align-items: center; gap: 8px; padding: 14px 18px; background: linear-gradient(135deg, rgba(0, 255, 242, 0.25), rgba(255, 0, 170, 0.2)); border: 2px solid var(--glow-cyan); border-left: 4px solid var(--glow-magenta); color: var(--text-bright); font-family: inherit; font-size: 15px; font-weight: 600; letter-spacing: 0.05em; cursor: pointer; box-shadow: 0 0 24px rgba(0, 255, 242, 0.35), 0 0 12px rgba(255, 0, 170, 0.2); animation: ai-pulse 2s ease-in-out infinite; } .ai-assistant-btn:hover { filter: brightness(1.1); box-shadow: 0 0 32px rgba(0, 255, 242, 0.5); } @keyframes ai-pulse { 0%, 100% { box-shadow: 0 0 24px rgba(0, 255, 242, 0.35); } 50% { box-shadow: 0 0 32px rgba(0, 255, 242, 0.55); } } .ai-assistant-btn .ai-icon { font-size: 22px; } .ai-assistant-panel { position: fixed; left: -380px; top: 0; bottom: 0; width: 360px; z-index: 101; background: var(--bg-panel); border-right: 2px solid var(--border); box-shadow: 4px 0 24px rgba(0,0,0,0.3); transition: left 0.25s ease; display: flex; flex-direction: column; } .ai-assistant-panel.is-open { left: 0; } .ai-panel-header { padding: 14px 16px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; background: linear-gradient(90deg, rgba(0,255,242,0.08), transparent); } .ai-panel-header h3 { margin: 0; font-size: 14px; letter-spacing: 0.1em; color: var(--glow-cyan); } .ai-panel-close { background: none; border: 1px solid var(--border); color: var(--text); padding: 6px 12px; cursor: pointer; font-size: 12px; } .ai-panel-close:hover { border-color: var(--glow-cyan); color: var(--glow-cyan); } .ai-panel-body { flex: 1; overflow: hidden; display: flex; flex-direction: column; padding: 12px; } .chat-messages { flex: 1; overflow-y: auto; margin-bottom: 12px; font-size: 13px; } .chat-messages .msg { margin-bottom: 12px; } .chat-messages .msg.user { text-align: right; } .chat-messages .msg .bubble { display: inline-block; max-width: 90%; padding: 8px 12px; border-radius: 8px; text-align: left; } .chat-messages .msg.user .bubble { background: rgba(0,255,242,0.15); border: 1px solid var(--glow-cyan); } .chat-messages .msg.assistant .bubble { background: var(--bg-deep); border: 1px solid var(--border); } .chat-input-wrap { display: flex; gap: 8px; } .chat-input-wrap textarea { flex: 1; min-height: 44px; padding: 10px; border: 1px solid var(--border); background: var(--bg-deep); color: var(--text); font-family: inherit; resize: none; } .chat-input-wrap button { padding: 10px 16px; background: var(--glow-cyan); color: var(--bg-deep); border: none; cursor: pointer; font-weight: 600; } .ai-panel-tabs { display: flex; border-bottom: 1px solid var(--border); } .ai-panel-tabs button { flex: 1; padding: 10px; border: none; background: transparent; color: var(--text-dim); cursor: pointer; font-size: 12px; } .ai-panel-tabs button.active { color: var(--glow-cyan); border 最近手机高清中文字幕大全 身份证到期更换 社保卡需要换吗 5808149万
  • 24小时日本电影在线观看,男男拍床戏真的进去了h文,灌篮高手国语免费全集在线观看 热点 · 9岁男孩上学就呕吐回家就恢复 5711073万
  • 中文字幕第一页在线播放,小妖精怎么流这么多水,欺负女生小游戏 关注 · 男子24岁仍未发育确诊罕见病 5603683万
  • 日本毛茸茸的丰满熟妇 热议 · 蔡磊目前仅存眼部活动能力 5515080万
  • 亚洲中文无码亚洲人成影院 最新 · 华谊兄弟被申请破产一案获法院受理 5428077万
  • good在线观看完整,啊…学长你干嘛上着课呢动漫,红月直播 家长向老师索要试卷被指责派头大 5330722万
  • 花与蛇在线观看,xx日本xx,余生请多指教在线观看免费完整版小说 热点 · 短剧“霸总”演员因戏少回家种地 5228356万
  • bd在线观看,神马我不卡,炽爱游戏泰剧在线观看 关注 · 多所高校官宣“春假” 5135591万
  • 好紧好湿太硬了我太爽了视频 热议 · 70年三代人同一个航天梦 5045826万