<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#header{border-bottom:1px solid #f4f5f6;padding:10px 0 5px;background-color:#fff;position:relative;z-index:10}
#header .header-inner{display:flex;align-items:center}
#header .logo img{height:50px}
#header .menus-wrap{margin-right:auto;margin-left:50px;position:relative}
#header .menu-box{display:flex;overflow:hidden}
#header .menu-box .item{height:64px;line-height:64px;color:#333;font-size:20px;font-family:'PingFangSC-regular', 'Microsoft YaHei', 'SimSun', sans-serif;position:relative}
#header .menu-box .item:not(:last-child){margin-right:40px;}
#header .menu-box .item:hover{color:#41b6e6}
#header .menu-tags{display:flex;height:0;opacity:0;overflow:hidden;/*position:fixed;background-color:#fff;padding:0 20px;*/transition:all .3s}
#header .menu-tags li{line-height:22px;font-size:15px}
#header .menu-tags li:not(:last-child){margin-right:20px;}
/*#header .menu-tags li a{color:#001871}*/
#header .menu-tags li a:hover{color:#41b6e6}
#header .menu-plus{display:inline-flex;align-items:center}
#header .menu-plus .login-btn{margin-right:20px}
#header .menu-box .menu-handles{padding-left:14px}
#header .menu-box .menu-handles:before{content:'';position:absolute;width:0;height:0;border-style:solid;border-width:4px 0 4px 8px;border-color:transparent transparent transparent #333;top:50%;left:0;margin-top:-4px;transition:all .3s}
#header .menu-box .menu-handles.open{color:#41b6e6}
#header .menu-box .menu-handles.open:before{border-color:transparent transparent transparent #41b6e6;transform:rotateZ(45deg);transition:all .3s}
#header .menu-tags.open{height:30px;opacity:1;margin-top:-5px;transition:all .3s}
</pre></body></html>