*{margin:0;padding:0;box-sizing:border-box;font-family:"Microsoft YaHei",sans-serif}
body{background:#f5f5f5 url(bj.jpg) no-repeat center top;background-size:cover;background-attachment:fixed;color:#333}
.container{width:1200px;margin:0 auto}
a{color:#333;text-decoration:none}
a:hover{color:#0066cc}

/*头部*/
.header{height:90px;background:#fff;border-bottom:1px solid #e5e5e5}
.logo{float:left;margin-top:20px}
.logo h1{font-size:24px;color:#0066cc;font-weight:700}
.nav{float:right;margin-top:35px}
.nav ul{list-style:none}
.nav ul li{float:left;margin-left:30px;font-size:14px}
.nav ul li a{font-weight:700}
.nav ul li a:hover{color:#0066cc}

/*banner*/
.banner{margin:10px 0}
.banner img{width:100%;height:100px;object-fit:cover}

/*主标题*/
.main-title{height:40px;line-height:40px;background:#fff;border-left:3px solid #0066cc;padding:0 15px;margin:10px 0;font-size:16px;font-weight:700}

/*开服表*/
.server-table{width:100%;background:#fff;border-collapse:collapse;border:1px solid #e5e5e5}
.server-table th{height:40px;line-height:40px;background:#f8f8f8;border-bottom:1px solid #e5e5e5;text-align:center;font-size:14px;font-weight:700}
.server-table td{height:45px;line-height:45px;text-align:center;border-bottom:1px solid #f2f2f2;font-size:14px}
.server-table tr:hover{background:#f9f9f9}
.game-name{text-align:left;padding-left:15px}
.start-btn{display:inline-block;width:80px;height:28px;line-height:28px;background:#0066cc;color:#fff;border-radius:3px;text-align:center;font-size:12px}
.start-btn:hover{background:#005bb5}
.time-tip{display:inline-block;background:#ff6600;color:#fff;padding:0 5px;height:18px;line-height:18px;font-size:12px;border-radius:2px;margin-left:5px}

/*资讯模块*/
.news-box{background:#fff;border:1px solid #e5e5e5;padding:15px;margin-top:15px}
.news-title{height:35px;line-height:35px;border-bottom:1px solid #e5e5e5;font-size:16px;font-weight:700;color:#0066cc;margin-bottom:10px}
.news-list{list-style:none}
.news-list li{height:32px;line-height:32px;border-bottom:1px dashed #eee;padding:0 5px}
.news-list li:last-child{border-bottom:none}
.news-list li span{float:right;color:#999;font-size:12px}
.news-list li a{font-size:14px}
.news-list li a:hover{color:#0066cc}

/*攻略图文模块*/
.guide-box{background:#fff;border:1px solid #e5e5e5;padding:15px;margin-top:15px}
.guide-title{height:35px;line-height:35px;border-bottom:1px solid #e5e5e5;font-size:16px;font-weight:700;color:#0066cc;margin-bottom:10px}
.guide-items{display:flex;flex-wrap:wrap;gap:15px}
.guide-item{width:221px;background:#f9f9f9;border:1px solid #eee;border-radius:3px;overflow:hidden}
.guide-item img{width:100%;height:130px;object-fit:cover}
.guide-item p{height:36px;line-height:36px;text-align:center;font-size:13px}

/*底部*/
.footer{height:80px;line-height:80px;background:#fff;border-top:1px solid #e5e5e5;text-align:center;font-size:12px;color:#666;margin-top:20px}