*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Microsoft YaHei",Arial,sans-serif}
body{font-size:12px;background:#f5f5f5;color:#333;line-height:1.6}
a{text-decoration:none;-webkit-transition:all .3s;transition:all .3s}
img{border:0;vertical-align:middle}
ul,ol{list-style:none}
.clearfix::after{content:'';display:block;clear:both}
.top-search{width:980px;margin:0 auto;background:#c81623;padding:8px 0}
.search-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}
.search-tips, h1 {
  color: #fff;
  font-size: 12px;
  font-weight: normal; /* 去掉默认加粗 */
  display: inline; /* 关键：让h1同行显示 */
  margin: 0; /* 去掉h1默认间距 */
  padding: 0;
}
.search-input{width:180px;height:28px;padding:0 8px;border:0;outline:0;font-size:12px}
.search-btn{height:28px;background:#fff;color:#c81623;border:0;padding:0 12px;cursor:pointer;font-weight:700;font-size:12px}
.main-nav-wrap{width:980px;margin:0 auto;background:#d00010;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px}
.logo-box{width:165px;text-align:left}
.logo-box img{max-width:140px}
.main-menu{width:620px;height:40px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.main-menu-item{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;height:40px;line-height:40px;font-size:14px;font-weight:700;position:relative;border-right:1px solid #ddd}
.main-menu-item:last-child{border-right:0}
.main-menu-item a{color:#333}
.main-menu-item::before{content:"»";position:absolute;left:10px;color:#999;font-size:12px}
.main-menu-item a.active,.main-menu-item a:hover{color:#d00010}
.sub-nav-wrap{width:980px;margin:-26px auto 0 auto;background:#d00010;padding:8px 0}
.sub-nav-content{width:620px;margin:0 auto;background:#e50012;display:grid;grid-template-columns:repeat(6,1fr);padding:4px 0}
/* 直接给 sub-nav-content 里的所有 a 标签设置样式 */
.sub-nav-content a {
  font-size: 12px !important;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
  padding-left: 15px; /* 关键：整体靠右缩进5px */
}
/* 前面加橙色箭头 */
.sub-nav-content a::before {
  content: "▶";
  color: #ff9900;
  font-size: 8px;
  margin-right: 4px;
}
/* hover 保持白色 */
.sub-nav-content a:hover {
  color: #fff !important;
  text-decoration: none;
}
.nav-bottom{width:980px;margin:0 auto;background:#d00010;text-align:center;padding:5px 0;color:#fff;font-size:12px}
.crumb-wrap{width:980px;margin:15px auto 0;padding:8px 15px;background:#fff;border-radius:5px;font-size:13px;color:#666}
.crumb-wrap a{color:#666}
.crumb-wrap a:hover{color:#e50012}
.crumb-line{margin:0 6px;color:#999}
.w1200{width:980px;margin:15px auto}
.fl{float:left}
.fr{float:right}
.fl_wrap{width:980px}
.fr_wrap{width:270px;display:none}
.h20{height:20px}
.p20{padding:15px;background:#fff;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.server-list-box{background:#fff;padding:15px;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.list-tit{font-size:16px;color:#fff;background:#d00010;padding:10px 15px;margin-bottom:10px;border-radius:5px}
.server-table{width:100%;border-collapse:collapse}
.server-table th{background:#f9f9f9;height:36px;font-size:13px;text-align:center;font-weight:700;border-bottom:2px solid #d00010}
.server-table td{height:40px;border-bottom:1px solid #f2f2f2;font-size:13px;padding:0 5px;text-align:center}
.server-table tr:nth-child(even){background:#fafafa}
.server-table tr:hover{background:#fff5f5}
.server-table .name{text-align:left;padding-left:12px}
.server-table .name a{color:#d00010;font-weight:700;font-size:14px}
.server-table .intro{color:#333}
.server-table .tag{color:#0066ff;font-weight:700;margin-left:5px}
.game-home{font-weight:700;color:#000!important}
.article-box{background:#fff;padding:15px;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06);margin-top:20px}
.article-tit{font-size:16px;color:#fff;background:#d00010;padding:10px 15px;margin-bottom:15px;border-radius:5px}
.article-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.article-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100px;background:#fafafa;border-radius:6px;padding:10px;border:1px solid #f2f2f2}
.article-item img{width:120px;height:80px;object-fit:cover;border-radius:4px;margin-right:10px}
.article-item .txt{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}
.article-item h4{font-size:13px;color:#333;font-weight:700;line-height:18px;height:36px;overflow:hidden;margin-bottom:4px}
.article-item .desc{font-size:12px;color:#666;line-height:16px;height:32px;overflow:hidden;margin-bottom:4px}
.article-item .info{font-size:11px;color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}
.article-item:hover{background:#fff5f5;border-color:#d00010}
.article-item:hover h4{color:#d00010}

/* 分页样式（与网站红色主题匹配） */
.page-box{text-align:center;margin:20px 0 10px 0}
.page-box a{display:inline-block;padding:6px 12px;margin:0 4px;border:1px solid #ddd;background:#fff;color:#333;border-radius:4px;font-size:13px}
.page-box a:hover{background:#d00010;color:#fff;border-color:#d00010}
.page-box .cur{background:#d00010;color:#fff;border-color:#d00010}

.footer{width:980px;margin:20px auto 0;background:#333;color:#fff;text-align:center;padding:20px 0;font-size:13px}
.footer a{color:#fff;margin:0 5px}
.footer a:hover{color:#e50012}