/* =============================================
   豪情战神 1.80 - 样式表
   由 index.html 内联样式提取并优化
   编码：UTF-8
   ============================================= */

/* ---------- 基础与重置 ---------- */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 0.87em;
  color: #333;
  background: #e8e8e8;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #dd1111;
}

img {
  border: 0;
  max-width: 100%;
}

ul {
  list-style: none;
}

/* ---------- 顶部 LOGO 区 ---------- */
.banner {
  height: 280px;
  overflow: hidden;
  text-align: center;
}

/* ---------- 主体容器 ---------- */
.container {
  width: 980px;
  margin: 0 auto;
  padding: 0 20px 20px;
  background: #fff;
  border: 5px solid #c3c3c3;
}

/* ---------- 页面标题 ---------- */
.title {
  padding: 20px 0 15px;
  font-size: 32px;
  line-height: 2;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

.title span {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

/* ---------- QQ 群公告 ---------- */
.notice {
  padding: 20px 0;
  color: #f00;
  font-size: 16px;
  text-align: left;
  line-height: 2;
}

.notice p {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}

/* ---------- 左右两栏布局 ---------- */
.main {
  float: left;
  width: 710px;
  line-height: 1.6;
}

.sidebar {
  float: right;
  width: 250px;
}

/* ---------- 游戏介绍 ---------- */
.intro-list {
  padding-top: 10px;
  text-align: left;
}

.intro {
  font-weight: bold;
  color: #000;
}

.intro-large {
  font-size: 14px;
}

.text-red {
  color: #f00;
}

/* ---------- 下载按钮 ---------- */
.btn {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

.btn a {
  display: block;
  width: 224px;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #f00;
}

.btn a:hover {
  background: #f1f1f1;
}

.btn-blue a {
  color: #00f;
}

.btn-green a {
  color: #008000;
}

/* ---------- 展示图区 ---------- */
.gallery {
  clear: both;
}

.gallery ul {
  text-align: center;
}

.gallery li {
  display: inline-block;
  width: 30%;
  margin: 30px 0 0 2%;
  vertical-align: middle;
}

.gallery li img {
  width: 100%;
}

/* ---------- 页脚 ---------- */
.footer {
  padding: 15px;
  text-align: center;
  line-height: 2;
  color: #333;
  font-size: 12px;
}
