<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¡¶éƒ¨èƒŒæ™¯å›¾ */
.content .topbg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display:none;
}

/* åº•éƒ¨èƒŒæ™¯å›¾ */
.content .downbg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	display:none;
}

/* é¡µé¢ç°è‰² 
html {
-webkit-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/</pre></body></html>