/* ===== 全局 ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", Arial, sans-serif; background: #f5f5f5; color: #333; }
a { text-decoration: none; color: #333; }
ul { list-style: none; }

/* ===== 开服列表头部 ===== */
.kfcsstitle {
display: flex;
background: #444;
color: #fff;
font-weight: bold;
text-align: center;
}
.kfcsstitle li { padding: 10px 5px; }

/* ===== 开服列表 ===== */
.kfgameopen {
display: flex;
background: #ffff00;
transition: background .3s;
text-align: center;
}
.kfgameopen:hover { background: #fff; }
.kfgameopen li { padding: 8px 5px; word-break: break-all; }

/* 宽度比例 */
.mc-kf { width: 17%; }   /* 名称 */
.ip-kf { width: 14%; }   /* IP */
.sj-kf { width: 12%; }   /* 时间 */
.xl-kf { width: 13%; }   /* 线路 */
.js-kf { width: 34%; }   /* 介绍 */
.qq-kf { width: 12%; }   /* QQ */
.xx-kf { width: 10%; }   /* 主页 */
 /* 分页 */
.pagination { text-align: right; padding: 15px 0; }
.container { max-width: 1000px; margin: 0 auto; background: #fff; }