/* 代码示例：当浏览器宽度小于540px时，隐藏页脚导航，不需要可删除。*/
@media only screen and (max-width: 540px) {
    #footer .links { display: none; }
}#header .connect { +width: 105px }.commentlist .bypostauthor > div > div > .fn:after {
    content: "作者";
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
only screen and (max-width: 800px) {
	#sidebar { display: none }
}
body {
	overflow-x: hidden;
}
.snowflake {
    position: absolute;
    color: #fff;
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
