<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
鑸滅綉棣栭〉CSS
缁存姢锛氳垳缃戠爺鍙戣璁￠儴 鏉庡箍搴�
*/
#header, #content, #footer {
    margin-left: auto;
    margin-right: auto;
}

/** 甯冨眬鍩虹鏍峰紡 **/
.col-main {
    float: left;
    width: 100%;
    /* bug fix: 涓绘爮娌℃湁鍐呭鏃讹紝鍦� Firefox 鍜� Chrome 绛夋祻瑙堝櫒涓嬶紝甯冨眬涓嶅 */
    min-height: 1px;
}
.col-sub, .col-extra {
    float: left;
    /*position: relative;  鎸夐渶璁剧疆锛屼粎鍦ㄩ渶瑕佹椂娣诲姞 */
}

/** 娓呴櫎娴姩 **/
.clear, .layout:after, .main-wrap:after, .col-sub:after, .col-extra:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clear, .layout, .main-wrap, .col-sub, .col-extra {
    *zoom: 1;
}
</pre></body></html>