<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    blockquote,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    pre,
    form,
    fieldset,
    legend,
    button,
    input,
    textarea,
    th,
    td {
        margin: 0;
        padding: 0;
    }
    
    body,
    button,
    input,
    select,
    textarea {
        font: 16px/1.5 tahoma, arial, \5b8b\4f53;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%;
    }
    
    ul,
    ol {
        list-style: none;
    }
    
    a {
        text-decoration: none;
        color: #000;
    }
    
    table {
        border-collapse: collapse;
        /* //è¡¨æ&nbsp;¼çš„è¾¹æ¡†åˆå¹¶ï¼Œå¦‚æžœç›¸é‚»ï¼Œåˆ™å…±ç”¨ä¸€ä¸ªè¾¹æ¡†ã€‚ */
        border-spacing: 0px;
        /*  /è®¾ç½®è¡Œä¸Žå•å…ƒæ&nbsp;¼è¾¹æ¡†çš„é—´è·ã€‚*/
    }
    
    input {
        background: none;
        outline: none;
        border: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-appearance: none;
    }
    
    input[type="text"],
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    select,
    textarea,
    button {
        -webkit-appearance: none;
    }
    
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 100px white inset;
    }</pre></body></html>