*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Microsoft YaHei",Arial,sans-serif}
body{background:#f5f5f5;line-height:1.6;color:#333}
a{text-decoration:none;-webkit-transition:all .3s;transition:all .3s}
ul,li{list-style:none}
img{border:0;vertical-align:middle}
.container{width:980px;margin:0 auto}
.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 auto;padding:8px 15px;background:#fff;border-radius:5px;font-size:13px;color:#666;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.05);box-shadow:0 2px 5px rgba(0,0,0,.05)}
.crumb-wrap a{color:#666}
.crumb-wrap a:hover{color:#e50012}
.crumb-line{margin:0 6px;color:#999}
.game-content{width:980px;margin:15px auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}
.game-info{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fff;padding:20px;border-radius:5px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.05);box-shadow:0 2px 5px rgba(0,0,0,.05)}
.game-title{font-size:20px;font-weight:700;color:#e50012;text-align:center;padding-bottom:15px;border-bottom:2px solid #f0f0f0;margin-bottom:15px}
.game-meta{font-size:13px;color:#999;text-align:center;margin-bottom:15px}
.game-info li{font-size:14px;padding:10px 0;border-bottom:1px dashed #eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.info-label{width:120px;font-weight:700;color:#555}
.info-value{color:#e50012;font-weight:700}
.game-desc{display:block;line-height:2;color:#333;margin-bottom:20px;background-color:#fdf6f6;padding:15px 18px;border-radius:6px;border-left:3px solid #e50012}
.tag-wrap{margin:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.tag-title{font-size:14px;font-weight:700;color:#555;margin-right:5px}
.tag-item{display:inline-block;padding:5px 12px;background:#f7f7f7;border:1px solid #eee;border-radius:15px;font-size:12px;color:#666;-webkit-transition:all .25s ease;transition:all .25s ease}
.tag-item:hover{background:#e50012;color:#fff;border-color:#e50012}
.guide-wrap{margin-top:15px}
.guide-title{font-size:16px;font-weight:700;color:#e50012;padding-bottom:10px;border-bottom:2px solid #f0f0f0;margin-bottom:10px}
.guide-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}
.guide-item{font-size:14px;padding:6px 0;border-bottom:1px dashed #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.guide-item a{color:#333}
.guide-item a:hover{color:#e50012}
.sidebar{width:260px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}
.sidebar-box{background:#fff;padding:15px;border-radius:5px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.05);box-shadow:0 2px 5px rgba(0,0,0,.05)}
.sidebar-title{font-size:16px;color:#e50012;padding-bottom:10px;border-bottom:2px solid #f0f0f0;margin-bottom:10px}
.sidebar-item{padding:6px 0;font-size:13px;border-bottom:1px dashed #eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sidebar-item a{color:#333}
.sidebar-item a:hover{color:#e50012}
.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}