/* FAIgong 分站差异化样式 */

/* 侧边栏 */
.sidebar a{font-size:14px;}
.sidebar .closebtn{font-size:36px;}

/* Logo */
#nav .nav .logo,
#header2 .head .logo,
#footer .foot .logo,
#footer2 .foot .logo{background:url(/static/images/faigong/logo.png) no-repeat left center; }

/* 顶栏消息图标（从 #nav 移至 #header） */
#header .head .ucenter{display:inline-block; vertical-align:middle; margin-left:15px; line-height:60px; height:60px;}
#header .head .ucenter .info{display:inline-block; width:20px; height:20px; background:url(../images/infom.svg) no-repeat center center; background-size:20px 20px; position:relative; vertical-align:middle;}
#header .head .ucenter .info .new{display:block; width:10px; height:10px; position:absolute; right:0px; top:2px; z-index:2; background:#ff3131; border:1px solid #ffffff; border-radius:50%;}

/* 移动端：用户名/UID 居左；消息图标保留在 #nav2 右侧 */
#nav2 .nav .mobile-user{line-height:40px;}
#nav2 .nav .mobile-user a{color:#ffffff;}
#nav2 .nav .fr{display:flex; align-items:center; float:right; height:40px;}
#nav2 .nav .fr .ucenter{display:flex; align-items:center; margin-right:10px; line-height:1;}
#nav2 .nav .fr .ucenter .info{display:block; width:20px; height:20px; line-height:1; background:url(../images/infom.svg) no-repeat center center; background-size:20px 20px; position:relative;}
#nav2 .nav .fr .ucenter .info .new{display:block; width:10px; height:10px; position:absolute; right:0px; top:2px; z-index:2; background:#ff3131; border:1px solid #ffffff; border-radius:50%;}
#nav2 .nav .fr .my{margin-left:10px; margin-top:0; flex-shrink:0;}
#nav2 .nav .fr .post{display:inline-flex; align-items:center; justify-content:center; width:60px; height:30px; line-height:1; margin-left:10px; margin-top:0; float:none; padding:0; text-align:center;}

/* 移动端：滚动时 #nav2 吸顶固定 */
@media screen and (max-width:768px) {
  #nav2{position:sticky; top:0; z-index:98;}
}
