<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css åˆå§‹åŒ– */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

/*å°†æ&nbsp;‡ç­¾åŽŸæœ‰çš„é»˜è®¤å†…å¤–è¾¹è·åŽ»æŽ‰*/

fieldset, img, input, button {
    border: none; /*åŽ»æŽ‰è¾¹æ¡†*/
    padding: 0;
    margin: 0;
    outline-style: none; /*åŽ»æŽ‰çŽ¯ç»•è¾¹æ¡†*/
}

ul, ol {
    list-style: none; /*åŽ»æŽ‰åŽŸæ&nbsp;·å¼ä¸­çš„å°é»‘ç‚¹*/
    /*ctrl+alt+l*/
}

input {
    padding-top: 0;
    padding-bottom: 0;

}

select, input {
    vertical-align: middle; /*è¾“å…¥å­—å±…ä¸­æ˜¾ç¤º*/
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
}

/**/
textarea {
    resize: none; /*é˜²æ­¢æ‹–åŠ¨*/
}

img {
    border: 0;
    vertical-align: middle; /*  åŽ»æŽ‰å›¾ç‰‡åº•éƒ¨é»˜è®¤çš„3åƒç´&nbsp;ç©ºç™½ç¼éš™*/
}

table {
    border-collapse: collapse; /*åˆå¹¶å¤–è¾¹çº¿*/
}

body {
    font-family:  Microsoft YaHei, Arial, "\5b8b\4f53";
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
    /*å…¼å®¹IE6ä¸‹çš„å†™æ³•*/
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none; /**/
    font-weight: normal; /*ä¸åŠ&nbsp;ç²—*/
    font-size: 100%;
}
a{
    text-decoration: none;
}
s, i, em {
    /*ä¸€èˆ¬èµ·è£…é¥°ä½œç”¨*/
    font-style: normal; /*å°†å­—ä½“å˜æˆæ­£å¸¸å­—ä½“*/
    text-decoration: none; /*åŽ»æŽ‰ä¸­åˆ’çº¿*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}</pre></body></html>