@supports(display: grid) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; } }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }

SCP-CN-2244,注意红色方框部分
特殊收容措施:自SCP-CN-2244无效化后,项目被认为不必再收容。
SCP-CN-2244周边应隔300米设置至少两个观察设施,每个设施按以下标准.人员与器材的数量可视设施情况而定。 配备人员与器材:
- 对动物行为学知识有深入了解的研究员
- 充气式橡皮艇(带船桨)
- 可多次使用的全封闭加固型防护服
- 便携式精密声级计
- 基金会产Beta多功能数字望远镜
设施需全方位实时观察SCP-CN-2244的各种变化情况并记录。研究员在项目主管批准之后,可进入SCP-CN-2244进行试验与具体观察。SCP-CN-2244所在区域于低水位时不完全封锁,所有附近平民已被执行C级记忆删除并迁居到远离项目的其他位置,对外声称为原住地被洪涝灾害所破坏。
SCP-CN-2244-AL个体的活动轨迹与生命健康状况应被密切监控,除此以外不需要其他收容措施。
描述:SCP-CN-2244为中国河北省██市██县中的人工林地区域,面积约4600平方米。林地内主要种植杨树,周围是可耕种的农田。内部植株分布呈现不均匀的状态,且以部分聚集的形式分散在项目区域中。
自2021年7月25日起开始,SCP-CN-2244表面完全被雨水覆盖,之后开始显现其异常性质。接近项目周边约10米处的人类会感知到所处环境以外的声音,但噪声测量设备却不会出现任何异常变化。这种声音被人员形容为“杂乱且低声地在耳边环绕”,目前从中所辨识出来的具体声音包括但不限于:嬉笑、低语、蝉鸣、流水、雷雨和呜咽。这种影响可能将使受影响者的情绪产生较大波动,通常表现为短时间的失落与迷茫。
SCP-CN-2244内存在巨量的蚊虫幼卵和成虫.推测为异常状况。 ,并吸引数目较多的普通楼燕(Apus apus)以及大白鹭(Ardea alba)来此掠食。所有大白鹭皆被标记为SCP-CN-2244-AL个体。
SCP-CN-2244-AL是SCP-CN-2244内所有大白鹭(23只)的统称。其个体在外观上与普通大白鹭并无变化,但行为习性上具有较大不同。其不同之处在于:
- 对人类的靠近极为敏感,一般能于距人类150m的位置感知到该人类的存在,并立刻飞离
- 对SCP-CN-2244的强烈依赖感,无论是受到惊吓或外出觅食,所有个体都能准确记忆SCP-CN-2244的具体位置,然后安全返回
- 频繁地发出鸣叫,与普通大白鹭相比,SCP-CN-2244-AL个体的鸣叫更为拉长与连续
SCP-CN-2244-AL个体的活动轨迹相对分散。观察表明其个体的寿命可能比无异常大白鹭更长。
挥发性麻醉剂被认为对SCP-CN-2244-AL无效,故基金会不能保证在不伤害SCP-CN-2244-AL个体的同时将其抓捕与研究且基金会尚未如此。鉴于SCP-CN-2244内部存水将会干涸的情况,SCP-CN-2244-AL个体可能离开SCP-CN-2244所在区域。
事件-ETERNAL后,SCP-CN-2244被无效化,SCP-CN-2244-AL消失。
发现:2021年7月25日,因强对流天气,该地发生持续三天的大暴雨,所引起的洪涝灾害导致本地的23名平民(包括3名儿童)死亡。经有关部门采取措施,洪涝灾害被有效治理,且该地区的平民恢复正常生活。随后SCP-CN-2244与SCP-CN-2244-AL被附近居民发现,调查报告上交给政府部门时被基金会工作人员所拦截并获悉。当日,项目被基金会收容。
2021年8月23日,该地发生特大暴雨,每小时最高降雨量达到180.5毫米。这次降雨没有导致该地任何人员伤亡或失踪。降雨过后,研究员发现SCP-CN-2244丧失其异常性质,并且已经无法观测到所有SCP-CN-2244-AL个体的活动轨迹,其个体的存活状况至今未知。
在事件-ETERNAL后的调查过程中发现,研究员桓思在降雨时正处于SCP-CN-2244内部进行观察,而以下是他事后的回忆记录。
我差点死在那里。
我挑的绝对是那一天最晴朗的时刻。我穿上防护服,在那片水域里划着桨,去检查SCP-CN-2244-AL它们的健康情况。原来我们去的时候蚊虫一抓一大把,可那时我却没有看到蚊子们的一丝踪迹,也没有那些乱七八糟的声音,甚至让我有些怀疑我身上这套又厚又重的防护服还有没有必要了。夏日与厚重的防护服,使我脸上的汗像泉水一样冒出,我不得不脱下那套衣服,它已经完全被汗液湿透。
很奇怪,在里面逛了这么久,我没有看到SCP-CN-2244-AL的一丝踪迹。于是我开始在树边一棵一棵地找,也留意着平时昆虫可能多的位置,可是也没有。
我准备联系设施里面的同事,让他们找一下它们到底去了哪儿,还没掏出对讲机,没由来的,雨就已经下起来,而且越下越大。
原先我没把下雨当回事,但当老天往下倾盆的时候,我才意识到问题的严重性:我所处的位置离设施有将近1千米的距离;橡皮艇上没有备水盆,我没办法排出里面聚积的雨水,这样下去橡皮艇一定会沉;还有风,现在对我来说是逆风,风力绝对不小,我可能无法依靠我自己的力量划到那边去,并且我一旦落水,我会被底下湍急的水流冲走;最最重要的一点是,我不会游泳。
我不知道当时雷声大作的时候脑袋里想了些什么,可以确定的是我疯了似的往设施那边划,我感觉桨都快断了,仿佛在嘲笑我一个人没有充足准备地独自外出观察是多么的愚蠢,我也想笑我自己,却没有时间。
因为橡皮艇翻了,我倒在水里。
泥水与雨水混合的滋味真不好受,我在那里挣扎,翻腾,双手乱抓,想要抓住一块漂着的东西,什么也没抓到,还白费了力气。我很快就无法呼吸了,脏水咕咚咕咚往我耳朵里,口腔里,鼻子里漫灌,脏臭的味道。我的身体被极速的水流冲走,意识开始模糊。我那时一直在想,我是不是要死了,答案显而易见。
我的身体已经脱离了意识的控制,我的器官开始变得迟钝,但在模糊的意识里,在我被冲出水面的那一刻上,在那无边的阴云与雷鸣下,我好像瞥到白鹭聚集在我上空飞舞盘旋。一股混合在一起的不可能的声音冲击我存有部分意识的脑海,于此中翻转回荡。然后我再次没入水中,他们消失,于我眼前,只剩下浑浊的水狂吼。我眼下只剩下了虚无。
再也分不清到底是现实还是梦境了,我一次又一次地观看我将死之前所生活的所有片段,于生于死之间重放了它无数遍——每一遍里,我都看见我背后飞舞的悠悠白鹭,空灵的鸣叫穿透环绕我闭合的大脑。它们也许早已不是存在于世界上的任何一种生物,似乎更像是天堂或冥界的使团,飘荡流转的魂灵。我望着它们,它们却没有望着我,各自地嬉笑打闹觅食,也许在我某个不经意间看我一眼,然后接着放映这些片段,我感觉我自己的尸体正与它们交织,曾经幻听过的各种声音全部都变为了真实。从小到大,这是我的生命,雨洪怎么要从我、从那些死去的人手中剥夺过去呢?这是我最后一个念头。
真正意义上的,我丧失知觉。
我再次清醒是在基金会医疗部的床边,旁边是担心我已久的同事,我问他怎么找到的我,我为什么还会活着,他说发现我的时候,我就爬在设施的地面上,浑身是水,旁边什么也没有。
不可能,我想。但它确实发生在我身上。
我躺下,头顶悬着两排冷光灯,微光轻轻降临在我这里,让我有些怀疑这是不是我已死的世界,直至脑海中再次浮现起那震荡空灵的声音。
我猛地坐起来,找到笔,在病榻边回忆我可能辨识出来的话语:
我们依然存在于此处
一直到永远
« SCP-CN-2243 | SCP-CN-2244 | SCP-CN-2245 »