<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
body,input,select,button{font: 12px/1 Microsoft YaHei Helvetica, Arial;color: #333;}
body{font-size:12px;line-height:166.6%;} Â&nbsp;/*pcç«¯å¸¸è®¾ç½®å­—ä½“å¤§å°åŠé—´è·*/
h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* å°†æ–œä½“æ‰¶æ­£ */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* ç»Ÿä¸€ç­‰å®½å­—ä½“ */
small { font-size: 12px; } /* å°äºŽ 12px çš„ä¸­æ–‡å¾ˆéš¾é˜…è¯»ï¼Œè®© small æ­£å¸¸åŒ– */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li, pre, /* text formatting elements æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; */
fieldset, lengend, button, input, textarea, /* form elements è¡¨å•å…ƒç´&nbsp; */
th, td { margin:0;padding:0;}
input,button,select,img{margin:0;line-height:normal}
select{padding:1px}
ul,ol{list-style:none}
select,input,button,button img,label{vertical-align:middle}
header,footer,section,aside,nav,hgroup,figure,figcaption{display:block;margin:0;padding:0;border:none;} /*HTML5æ&nbsp;‡ç­¾å˜å—çº§*/
a{text-decoration:none;color:#333;} /*é‡ç½®é“¾æŽ¥ä¸‹åˆ’çº¿*/
a:link{text-decoration:none; }  /* æŒ‡æ­£å¸¸çš„æœªè¢«è®¿é—®è¿‡çš„é“¾æŽ¥*/

a:visited{text-decoration:none; }/*æŒ‡å·²ç»è®¿é—®è¿‡çš„é“¾æŽ¥*/

a:hover{text-decoration:none;}

a:active{text-decoration:none;}/* æŒ‡æ­£åœ¨ç‚¹çš„é“¾æŽ¥*/
img{border:none;}

/* æµ®åŠ¨åŠè¾¹å¸¸ç”¨è¾¹è· Â&nbsp;*/
.fL{float:left;}
.fR{float:right;}
.mL10{margin-left:10px;}
.mB10{margin-bottom:10px;}

/*æ¸…é™¤æµ®åŠ¨*/
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%} /* Hides from IE-mac \*/
.clearfix{display:block}/* End hide from IE-mac */

input[type=text]:focus, input[type=password]:focus {
    outline:none;
}
.max-width{
    width: 1440px;
    margin: auto;
}</pre></body></html>