<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer{
    background: #3C3C3C;
}
.footer .f_top{
    background: #F1F1F1;
    height: 48px;
}
.footer .f_top span,.footer .f_top a{
    display: inline-block;
    
    font-size: 12px;
    color: #666666;
    line-height: 48px;
}
.footer .f_top a{
    margin: 0px 10px;
}
.footer .f_top a:hover{
    color: #5A9FFE;
}
.footer .f_con{
    padding-top: 20px;
    padding-bottom:20px;
}
.footer .f_con p{
    text-align: center;
    
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    margin:15px 0;
}
.footer .f_con p span{
    margin-right: 10px;
}
.footer .f_con p img{
    margin-right: 10px;
    vertical-align: middle;
}
.footer .f_con p a{
    
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
}
.footer .f_con p a:hover{
    color: #5A9FFE;
}</pre></body></html>