@charset "UTF-8";
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

/* basic */
.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.c {
  zoom: 1;
}

body {
  font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", tahoma, "\5b8b\4f53", "\9ED1\4F53", sans-serif;
  background-color: #000;
  overflow-x: hidden;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
}

a:hover {
  text-decoration: underline;
}

.container * {
  box-sizing: border-box;
}

.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* footer */
#afooter {
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  padding: 40px 0;
}

#afooter a {
  color: #fff;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

html,
body,
.wrap {
  width: 100%;
}

/* 通用样式 */
.wrap * {
  box-sizing: border-box;
}

.wrap {
  background: url(//game.gtimg.cn/images/dnf/cp/a20260205everyweek/bg.jpg) no-repeat top center;
  height: 2426px;
  overflow: hidden;
  color: #fff;
}

.head {
  padding-top: 560px;
  height: 680px;
  position: relative;
}

.head .logo {
  background: url(//game.gtimg.cn/images/dnf/cp/a20260205everyweek/logo.png) no-repeat;
  background-size: 100% 100%;
  width: 185px;
  height: 75px;
  position: absolute;
  left: 56px;
  top: 25px;
  z-index: 99;
}

.head .tip {
  text-align: center;
  font-size: 24px;
  color: #efd281;
}

.part1 {
  height: 1404px;
}

.part1 .title {
  background: url(//game.gtimg.cn/images/dnf/cp/a20260205everyweek/tit1.png) no-repeat center/100% 100%;
  width: 554px;
  height: 83px;
  margin: 0 auto;
}

.part1 .img-box {
  background: url(//game.gtimg.cn/images/dnf/cp/a20260205everyweek/box.png) no-repeat center/100% 100%;
  width: 334px;
  height: 551px;
  margin: 26px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part1 .tip {
  margin: 40px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #f4e7c1;
}

.part1 .table-box {
  margin: 34px auto 0;
  width: 948px;
  height: 581px;
  background: url(//game.gtimg.cn/images/dnf/cp/a20260205everyweek/table.png) no-repeat center/100% 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6px;
  /* 单元格样式 - 固定尺寸，无边框 */
}

.part1 .table-box table {
  border-collapse: collapse;
  table-layout: fixed;
}

.part1 .table-box td {
  height: 80px;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  color: #f4e7c1;
}

.part2 .title {
  background: url(//game.gtimg.cn/images/dnf/cp/a20260205everyweek/tit2.png) no-repeat center/100% 100%;
  width: 554px;
  height: 83px;
  margin: 0 auto;
}

.part2 .card {
  background: url(//game.gtimg.cn/images/dnf/cp/a20260205everyweek/card.png) no-repeat center/100% 100%;
  width: 952px;
  height: 132px;
  margin: 46px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #f4e7c1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.part2 .tip {
  font-size: 18px;
  line-height: 30px;
  color: #f4e7c1;
  text-align: center;
  margin: 30px auto 0;
}
