<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    z-index: 100;
    background-color: #FFF;
}
footer ul {
	list-style: none;
    padding: 0;
    width: 100%;
    height: 65px;
    border-top: 1px solid #9c9c9c;
}
footer li {
    width: 32%;
    text-align: center;
    display: inline-block;
}
footer li img{
	display: block;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 3px;
	width:26px;
}
footer a{
    font-size: 12px;
}
#page-btn {
	/*background-image: url("http://szb.qzwb.com/resource/page.png");*/
}
#catalog-btn {
	/*background-image: url("http://szb.qzwb.com/resource/catalog.png");*/
}
.bDate {
	/*background-image: url("http://szb.qzwb.com/resource/history.png");*/
}
</pre></body></html>