/*
file_name: public.css
file_version: v1.0
from: Static Resource Version Controller
from_url: 
author: https://github.com/laiyuqiang/
update_time: 2026-01-15 00:07:18
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
*/
.header{
    z-index: 100;
    height:60px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.header-nav{
    padding:0 10px;
}
.header-logo{
    height:calc(100% - 20px);
}
.mp-footer-n{
    min-height:40px;
    color:#999;
    font-size: 13px;
}
.mp-footer{
    line-height: 18px;
}
@media screen and (min-width: 885px) {
    
}
@media screen and (max-width: 885px) {
    
}