<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{ 
    margin:0;padding:0;  outline: 0;  vertical-align: baseline; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html,body{ 
    color:#000; 
    background:#fff; 
    font:12px/22px Verdana,Arial,sans-serif,"Times New Roman",æ€æºå®‹ä½“; 
    width:100%;
}
input,select,button{ 
     font-size:100%;
     outline:0;
     vertical-align:middle;
     -webkit-appearance: none;
 }
button{
    border: 0;
    background-clip: padding-box;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ol,ul,li { list-style:none;}
/* å®šä¹‰å›¾ç‰‡è¾¹æ¡†ï¼Œå½“å›¾ç‰‡ä½œä¸ºé“¾æŽ¥å†…å®¹è¢«å¡«å……æ—¶ï¼Œä¼šæœ‰é»˜è®¤è¾¹æ¡†å‡ºçŽ°ï¼Œé‡å®šä¹‰æŽ‰ */
img{ 
     border:none;
     vertical-align:baseline;
}
a, a:link, a:visited{
     color:#000;
     text-decoration:none;
}
a:hover{ 
    color:#000; 
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}</pre></body></html>