* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 1220px;
  font-family: "Microsoft YaHei", SimSun, Arial, sans-serif;
  color: #111;
  background: #000 url("weibo-article-clone/assets/xiyou-1.jpg") center top / cover fixed no-repeat;
  line-height: 1.35;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-wrap {
  width: calc(100vw - 40px);
  min-width: 1180px;
  max-width: 1520px;
  margin: 0 auto;
  background: rgba(0, 0, 0, .72);
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.top {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 38px;
  color: #fff;
  background: url("weibo-article-clone/assets/xiyou-1.jpg") center 26% / cover no-repeat;
  border-bottom: 4px solid #ffe600;
}

.top h1 {
  margin: 0 0 8px;
  font-size: 40px;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, .35);
}

.top p {
  margin: 0;
  font-size: 18px;
}

.vip-link {
  min-width: 160px;
  padding: 14px 18px;
  color: #6b3500;
  background: #ffe600;
  border: 2px solid #fff;
  text-align: center;
  font-weight: 700;
}

.notice-board {
  display: none;
}

.notice {
  display: block;
  margin-bottom: 6px;
  padding: 8px 12px;
  border: 1px solid #777;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.notice:last-child {
  margin-bottom: 0;
}

.notice.red {
  color: #fff;
  background: #d30000;
}

.notice.yellow {
  color: #6b3b00;
  background: #fff100;
}

.notice.blue {
  color: #fff;
  background: #005fd1;
}

.notice.dark {
  color: #fff;
  background: #111;
}

.table-section {
  padding: 8px;
  background: rgba(0, 0, 0, .78);
}

.zone-title {
  padding: 7px 10px;
  border: 1px solid #999;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.yellow-zone .zone-title {
  display: none;
}

.white-zone .zone-title {
  color: #222;
  background: #fff;
}

.gamelist {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #888;
  font-size: 14px;
}

.gamelist th {
  height: 34px;
  color: #fff;
  background: #262626;
  border: 1px solid #555;
  text-align: center;
  font-weight: 700;
}

.gamelist td {
  height: 36px;
  padding: 6px 7px;
  border: 1px solid #b8b8b8;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gamelist .lf {
  text-align: left;
}

.gamelist .intro {
  color: #222;
}

.data-row {
  cursor: pointer;
}

.row-white {
  background: #fff;
}

.row-yellow {
  background: #fff7a8;
}

.data-row:hover,
.data-row:focus {
  background: #ffff00;
  outline: 2px solid #f59f00;
  outline-offset: -2px;
}

.data-row a {
  color: #003399;
  font-weight: 700;
}

.hot {
  color: #d40000;
  font-weight: 700;
}

.recommend {
  color: #e00000;
  font-weight: 700;
}

.seo-box {
  margin: 8px;
  padding: 16px;
  border: 1px solid #6f0000;
  background: #8b0909;
}

.seo-box h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.seo-box p {
  margin: 6px 0;
  color: #fff;
  font-size: 14px;
}

.disclaimer-box {
  min-height: 74px;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 700;
}

.disclaimer-box p {
  margin: 3px 0;
}

footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 16px;
  color: #ddd;
  background: #202020;
  font-size: 13px;
}

footer a {
  color: #ddd;
}
