<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 闃查噰闆咰SS */
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

/* 鍏佽琛ㄥ崟鍏冪礌閫夋嫨 */
input, textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/* 闃叉鎷栨嫿鍥剧墖 */
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

/* 闃叉鎵撳嵃鏍峰紡娉勯湶 */
@media print {
    body * {
        visibility: hidden;
    }
    .print-only {
        visibility: visible;
    }
    .print-only:before {
        content: "鏈唴瀹瑰彈鐗堟潈淇濇姢锛岀姝㈠鍒跺拰鎵撳嵃";
        font-size: 20px;
        text-align: center;
        display: block;
        margin: 50px;
    }
}

/* 闅愯棌鏂囨湰鐢ㄤ簬娣锋穯鐖櫕 */
.anti-spider {
    position: absolute;
    left: -9999px;
    opacity: 0;
    font-size: 0;
    line-height: 0;
}

/* CSS闃插鍒� */
.article-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    pointer-events: none;
}
</pre></body></html>