/* common.css - lcym.club 通用样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; font-size: 14px; color: #333; background: #f5f5f5; }
a { color: #333; text-decoration: none; }
a:hover { color: #e74c3c; text-decoration: none; }
.container { width: 1200px; margin: 0 auto; }
.pull-left { float: left; }
.pull-right { float: right; }
.clearfix:after { content: ''; display: block; clear: both; }
.text-center { text-align: center; }

/* 顶栏 */
#topbar { background: #f8f8f8; border-bottom: 1px solid #eee; padding: 8px 0; font-size: 12px; color: #666; }
#topbar .links { list-style: none; }
#topbar .links li { display: inline-block; margin-left: 15px; }
#topbar .color-text { color: #e74c3c; }
#topbar .user-static { color: #e74c3c; }

/* 头部 - 样式由 style.css 控制 */
#header { background: #fff; padding: 15px 0; }

/* 导航栏 */
.navbar-group { background: #fff; border-top: 1px solid #eee; }
#navbar { padding: 12px 0; }
#navbar a { margin-right: 25px; font-size: 15px; color: #333; padding: 12px 0; }
#navbar a:hover, #navbar a.active { color: #e74c3c; border-bottom: 2px solid #e74c3c; }

/* 信息卡片 */
.info-group { margin-top: 25px; }
.info-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 8px; }
.info-name { font-size: 18px; font-weight: bold; border-left: 4px solid #e74c3c; padding-left: 10px; }
.info-more a { color: #999; font-size: 13px; }
.info-content { list-style: none; display: flex; flex-wrap: wrap; }
.info-content li { width: 25%; padding: 0 8px; margin-bottom: 15px; }
.info-list { display: block; border: 1px solid #eee; border-radius: 6px; overflow: hidden; background: #fff; transition: all 0.3s; }
.info-list:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.1); transform: translateY(-2px); }
.list-top img { width: 100%; height: 140px; object-fit: cover; }
.list-bottom { padding: 8px 10px; }
.list-bottom-name { font-size: 13px; color: #333; line-height: 1.4; height: 36px; overflow: hidden; }
.list-other-area { display: inline-block; font-size: 12px; color: #999; }
.list-other-time { display: inline-block; float: right; font-size: 12px; color: #999; }

/* 底部 */
#footer { background: #333; color: #ccc; padding: 30px 0; margin-top: 40px; text-align: center; font-size: 13px; }
#footer .nav a { color: #ccc; margin: 0 8px; }
#footer .nav a:hover { color: #fff; }
#footer .copyright { margin-top: 10px; }
#footer .copyright a { color: #e74c3c; }

/* 右侧工具栏 */
#toolbar { position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 999; }
#toolbar a { display: block; width: 44px; height: 44px; background: #fff; border: 1px solid #eee; text-align: center; line-height: 44px; color: #666; margin-bottom: 5px; border-radius: 6px; }
#toolbar a:hover { background: #e74c3c; color: #fff; }
