body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/1.5 tahoma, "\5b8b\4f53", sans-serif;
  padding-top: 42px;
  background: #e7eaec;
  font-family: "\65b9\6b63\5170\4ead\9ed1";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
  list-style-type: none;
}

.clearfix:after {
  content: "\0020";
  height: 0;
  display: block;
  clear: both;
}

.hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* footer */
#afooter {
  width: 100%;
  z-index: 1000;
  text-align: center;
  line-height: 20px;
  background-position: top;
  color: #cccccc;
  background-color: #000000;
  padding: 20px 0;
}

#afooter .wrap_ied {
  padding: 15px;
}

#afooter .copyright {
  position: relative;
  z-index: 3;
  padding-top: 10px;
  line-height: 26px;
}

#afooter .copyright span a,
#footer .copyright span a:hover {
  margin: 0 5px;
}

#theme_foot {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 980px;
  margin-left: -490px;
}

#afooter .notice {
  display: none;
}

#afooter a {
  color: #cccccc;
}

@font-face {
  font-family: "FZLTHJW";
  src: url(https://game.gtimg.cn/images/dnf/cp/a20250807run/font/FZLTHJW.TTF);
}
/* @font-face {
  font-family: "FZLTCHK";
  src: url(https://game.gtimg.cn/images/dnf/cp/a20250807run/font/FZLTCHK_GBK.TTF);
} */
/* @font-face {
  font-family: "FZLTTHK";
  src: url(https://game.gtimg.cn/images/dnf/cp/a20250807run/font/FZLTTHK_GBK.TTF);
} */

.wrap {
  height: 3540px;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20250807run/index/bg.jpg) no-repeat;
  position: relative;
}

.wrap .top {
  position: relative;
  display: flex;
  justify-content: center;
  /* padding: 15px; */
}
.wrap .top .logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

.top .slogan {
  margin-top: 130px;
}

.top div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top p {
  font-size: 18px;
  color: #fff;
  font-family: "FZLTHJW";
  margin-top: 15px;
  text-shadow: -1px -1px 0 #1d70cf, 1px -1px 0 #1d70cf, -1px 1px 0 #1d70cf,
    1px 1px 0 #1d70cf;
}

/* 版心 */
.wrap .container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
/* 通用标题样式 */
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
/* 签到有礼 */
.sign {
  margin-top: 80px;
}

.sign:first-child {
  margin-top: 200px;
}

.sign .sign-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sign .sign-content ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 200px;
}

.sign-content ul li {
  margin: 10px 0;
  text-align: center;
}

.sign-content ul li p {
  font-size: 18px;
  color: #fff1dc;
  font-family: "FZLTHJW";
  text-align: center;
}

.container .sign:first-child .sign-content > div {
  width: 1036px;
  height: 776px;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20250807run/index/tablebg1.png) no-repeat;
  padding: 65px 40px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.container .sign:nth-child(2) .sign-content > div {
  width: 1024px;
  height: 579px;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20250807run/index/tablebg2.png) no-repeat;
  padding: 45px 40px;
  /* padding-bottom: 30px; */
  box-sizing: border-box;
}

.sign-content > div > div {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sign-content > div table {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}
.sign-content table th {
  background-color: #a55525;
  padding: 8px;
  color: #f4ff42;
  /* font-family: "FZLTCHK"; */
  font-size: 18px;
  text-align: center;
  border: #eb9e70 solid 1px;
}

.sign-content table td {
  border: #eb9e70 solid 1px;
  font-family: "FZLTHJW";
  font-size: 16px;
  color: #fff1dc;
  text-align: center;
  padding: 8px;
  background-color: #b86635;
}

.sign-content table tr td:nth-child(1),
.sign-content table tr td:nth-child(2) {
  width: 18%;
}

/* 温馨提示 */
.tips {
  font-family: "FZLTHJW";
  font-size: 18px;
  color: #fff1dc;
  margin-top: 50px;
  padding: 0 160px;
}

.tips > ul {
  margin: 30px 0;
}

.tips > p {
  text-align: center;
}
