<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*+-------------------------------------------------------------
| åŸºæœ¬çš„æ&nbsp;·å¼é‡ç½®
+-------------------------------------------------------------*/

html, body {
    /*font-family: 'Microsoft Yahei';*/
    font-family: "å¾®è½¯é›…é»‘";
}
html, body, div, h1, h2, h3, h4, h5, h6, p, span, img, input, button, textarea, ul, ol, li, hr {
    /*font-family: "SOURCEHANSANSCN-REGULAR";*/
    margin: 0;
    padding: 0;
}
button, input, textarea {
    outline: none;
    border: none;
}
/*header, section, footer, aside, nav, main, article, figure {
    display: block; 
}*/
h1, h2, h3, h4, h5, h6, em, i, b, cite {
    font-family: "SOURCEHANSANSCN-REGULAR";
    font-weight: normal;
    font-style: normal
}
ul, ol, li {
    list-style-type: none
}
a {
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none
}
a:focus{text-decoration: none}
input[type=text]::-ms-clear,::-ms-reveal{display:none;}
input::-ms-clear,::-ms-reveal{display:none;}
select::-ms-expand { display: none; }
select{
    -webkit-appearance:none;
    appearance:none;
    border:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color: #FFFFFF;
    outline: none;
}
/*å¼•å…¥æ–‡å­—*/
/*@font-face { 
font-family: huakang; 
src: url('./hk.TTF'); 
} */

/*+-------------------------------------------------------------
| è‡ªå®šä¹‰çš„ç±»æ&nbsp;·å¼
+-------------------------------------------------------------*/

/*å·¦å³æµ®åŠ¨ï¼Œæ¸…æµ®åŠ¨*/
.l {
    float: left;
}
.r {
    float: right;
}
.clearfix:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*ä¸¤ç§å¸¸ç”¨èƒŒæ™¯å›¾*/
.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ic-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*å­—å·*/
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    fontont-size: 16px;
}
.f-18 {
    fontont-size: 18px;
}
.f-24 {
    font-size: 24px;
}
.f-28 {
    font-size: 28px;
}
.f-32 {
    font-size: 32px;
}
/*å­—ä½“åŠ&nbsp;ç²—*/
.f-bold {
    font-weight: bold;
}
/*å­—ä½“é¢œè‰²*/
.c-white{
    color: #fff;
}
.c-333{
    color: #333;
}
 /*è¡Œé«˜*/
.lh-100 {
    line-height: 100%;
}

.lh-130 {
    line-height: 130%;
}

.lh-150 {
    line-height: 150%;
}

.lh-170 {
    line-height: 170%;
}

.lh-200 {
    line-height: 200%;
}
/*å…ƒç´&nbsp;ç±»åž‹*/
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}
.none {
    display: none;
}
/*box-sizing*/
.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*è¶…å‡ºéšè—*/
.overflow {
    overflow: hidden;
}
/*å­—ç¬¦å±…å·¦/ä¸­/å³*/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
/*å­—ä½“è¶…å‡ºéšè—ï¼Œä»¥çœç•¥å·ä»£æ›¿*/
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*é¦–è¡Œç¼©è¿›2ä¸ªå­—ç¬¦*/
.text-indent {
    text-indent: 2em;
}
/*å¼ºåˆ¶æ–‡å­—æ¢è¡Œ*/
.text-wrap {
    word-wrap: break-word;
    word-break: normal;
}
/*å¸¸ç”¨çš„3ç§å®šä½æ–¹å¼*/
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}
/*æµ®åŠ¨å…‰æ&nbsp;‡æ”¹å˜*/
.cusor {
    cursor: pointer;
}</pre></body></html>