@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;
  padding-top: 42px;
  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/a20250911user/bg.jpg) no-repeat top center;
  height: 4984px;
  overflow: hidden;
  color: #fff3df;
}

/* 头部 */
.head {
  height: 700px;
  padding-top: 610px;
  box-sizing: border-box;
}

.head .time {
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}

.logo {
  width: 305px;
  height: 150px;
  left: 35px;
  top: 163px;
  /* background: url(//game.gtimg.cn/images/dnf/cp/a20250911user/logo.png) no-repeat top center; */
  position: absolute;
}

.title {
  margin: 0 auto;
}

.title1 {
  background: url(//game.gtimg.cn/images/dnf/cp/a20250911user/title1.png) no-repeat;
  width: 1141px;
  height: 111px;
}

.title2 {
  background: url(//game.gtimg.cn/images/dnf/cp/a20250911user/title2.png) no-repeat;
  width: 1141px;
  height: 97px;
}

.title3 {
  background: url(//game.gtimg.cn/images/dnf/cp/a20250911user/title3.png) no-repeat;
  width: 1143px;
  height: 97px;
}

.table-box, .info-box {
  position: relative;
}

.table-box > span, .info-box > span {
  display: block;
  width: 185px;
  height: 170px;
  position: absolute;
  background-size: 100% 100%;
  z-index: 10;
}

.table-box .icon-1, .info-box .icon-1 {
  background-image: url(//game.gtimg.cn/images/dnf/cp/a20250911user/zs1.png);
  top: -20px;
  left: -18px;
}

.table-box .icon-2, .info-box .icon-2 {
  background-image: url(//game.gtimg.cn/images/dnf/cp/a20250911user/zs2.png);
  top: -20px;
  right: -18px;
}

.table-box .icon-3, .info-box .icon-3 {
  background-image: url(//game.gtimg.cn/images/dnf/cp/a20250911user/zs3.png);
  bottom: -20px;
  left: -18px;
}

.table-box .icon-4, .info-box .icon-4 {
  background-image: url(//game.gtimg.cn/images/dnf/cp/a20250911user/zs4.png);
  bottom: -20px;
  right: -18px;
}

.table-box1 > span, .info-box > span {
  height: 125px;
}

.table-box1 .icon-1, .info-box .icon-1 {
  top: -16px;
  left: -19px;
}

.table-box1 .icon-2, .info-box .icon-2 {
  top: -16px;
  right: -19px;
}

.table-box1 .icon-3, .info-box .icon-3 {
  bottom: -16px;
  left: -19px;
}

.table-box1 .icon-4, .info-box .icon-4 {
  bottom: -16px;
  right: -19px;
}

.part1 {
  margin-top: 90px;
}

.part1 img {
  display: block;
  margin: 20px auto 0;
}

.part1 > p {
  color: #c9c6ff;
  font-size: 32px;
  text-align: center;
  margin-top: 15px;
}

.part1 .table-box {
  background: url(//game.gtimg.cn/images/dnf/cp/a20250911user/bg.png) no-repeat;
  background-size: 100% 100%;
  width: 1214px;
  height: 304px;
  margin: 80px auto 0;
}

.part1 .table-box.table-box2 {
  height: 450px;
}

.part1 .table-box table {
  width: 100%;
  height: 100%;
}

.part1 .table-box table th {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  padding: 5px 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #8272dc;
}

.part1 .table-box table th:nth-child(1) {
  border-right: 1px solid #8272dc;
}

.part1 .table-box tr td {
  font-size: 28px;
  line-height: 1.2;
  padding: 5px;
  color: #c9c6ff;
  text-align: center;
  border-bottom: 1px solid #8272dc;
  border-right: 1px solid #8272dc;
}

.part1 .table-box tr td:last-child {
  border-right: none;
}

.part1 .table-box tr:last-child td {
  border-bottom: none;
}

.part2 {
  margin-top: 145px;
}

.part2 .table-box {
  background: url(//game.gtimg.cn/images/dnf/cp/a20250911user/bg1.png) no-repeat;
  background-size: 100% 100%;
  width: 1214px;
  height: 1268px;
  margin: 40px auto 0;
}

.part2 .table-box table {
  width: 100%;
  height: 100%;
}

.part2 .table-box table th {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  padding: 5px 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #8272dc;
}

.part2 .table-box table th:nth-child(1), .part2 .table-box table th:nth-child(2) {
  border-right: 1px solid #8272dc;
}

.part2 .table-box tr td {
  font-size: 28px;
  line-height: 1.2;
  padding: 5px 2px;
  color: #c9c6ff;
  text-align: center;
  border-bottom: 1px solid #8272dc;
  border-right: 1px solid #8272dc;
}

.part2 .table-box tr td:last-child {
  border-right: none;
}

.part2 .table-box tr:last-child td {
  border-bottom: none;
}

.part3 {
  margin-top: 160px;
}

.part3 .info-box {
  background: url(//game.gtimg.cn/images/dnf/cp/a20250911user/bg.png) no-repeat;
  background-size: 100% 100%;
  width: 1214px;
  height: 302px;
  margin: 40px auto 0;
  padding: 80px 0 0;
  box-sizing: border-box;
}

.part3 .info-box p {
  text-align: center;
  line-height: 1.4;
  color: #c9c6ff;
  font-size: 32px;
}
