<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    font-size: 16px;
}

*{
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, section, legend, textarea, p, blockquote, th, td, input, select, textarea, button{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

ul,ol{
    list-style: none;
}


/*瑙ｅ喅IE鍥剧墖缂╂斁澶辩湡*/
img { -ms-interpolation-mode: bicubic;}

/*!*缁欒〃鍗曟爣绛惧幓闄ら粯璁ょ殑杈规鏍峰紡*!*/
input,select,option,textarea{outline: none;}


/*input::-webkit-input-placeholder { !* WebKit browsers*!*/
    /*color:red;*/
    /*font-size:0.75em;*/
/*}*/
/*input:-moz-placeholder {  !* Mozilla Firefox 4 to 18*!*/
    /*color:red;*/
    /*font-size:0.75em;*/
/*}*/
/*input::-moz-placeholder {  !* Mozilla Firefox 19+*!*/
    /*color:red;*/
    /*font-size:0.75em;*/
/*}*/
/*input:-ms-input-placeholder { !* Internet Explorer 10+*!*/
    /*color:red;*/
    /*font-size:0.75em;*/
/*}*/

.clear{
    clear: both;
}

a{
    text-decoration: none;
}</pre></body></html>