@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  font-family: "AlibabaPuHuiTi", "Noto Serif SC", "Microsoft YaHei", system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}
html,body{overflow-x: hidden;}
html{font-size: 100px;}
/* 返回首页入口（站点统一暗金风格） */
.back-home{position:fixed;top:20px;left:20px;z-index:999;display:inline-flex;align-items:center;gap:6px;
  color:#e0c878;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:2px;
  padding:10px 18px;background:linear-gradient(180deg,rgba(30,20,8,.85),rgba(22,14,4,.9));
  backdrop-filter:blur(10px);border:1px solid rgba(200,160,60,.5);border-radius:6px;
  box-shadow:0 4px 20px rgba(0,0,0,.4);transition:all .35s;}
.back-home:hover{color:#ffe4a0;border-color:rgba(200,160,60,.8);transform:translateY(-2px)}

/* 后台入口（右下角小齿轮）+ 密码弹窗 */
.admin-entry{position:fixed;right:20px;bottom:20px;z-index:999;width:44px;height:44px;border-radius:50%;
  border:1px solid rgba(200,160,60,.45);cursor:pointer;background:rgba(20,14,6,.6);color:#c9a850;
  font-size:19px;display:flex;align-items:center;justify-content:center;transition:all .3s;
  box-shadow:0 4px 16px rgba(0,0,0,.4);opacity:.7;}
.admin-entry:hover{opacity:1;color:#ffe4a0;transform:translateY(-2px)}
.admin-mask{display:none;position:fixed;inset:0;z-index:9998;background:rgba(5,8,14,.78);
  align-items:center;justify-content:center;padding:20px}
.admin-mask.show{display:flex}
.admin-box{width:360px;max-width:92vw;background:linear-gradient(180deg,#241608,#17100a);
  border:1px solid rgba(200,160,60,.5);border-radius:12px;padding:26px;
  box-shadow:0 12px 50px rgba(0,0,0,.55);text-align:center}
.admin-box h3{color:#e0c878;font-size:18px;letter-spacing:3px;margin-bottom:14px}
.admin-box input{width:100%;padding:9px 12px;background:#0d0a06;color:#e8d9b0;
  border:1px solid rgba(200,160,60,.45);border-radius:6px;font-size:15px;font-family:inherit;
  outline:none;text-align:center}
.admin-box input:focus{border-color:#d4a84b}
.admin-err{display:none;color:#e86a5a;font-size:13px;margin-top:10px;letter-spacing:1px}
.admin-btns{display:flex;gap:10px;margin-top:16px}
.admin-btns button{flex:1;padding:9px 0;border-radius:6px;cursor:pointer;font-family:inherit;
  font-size:15px;letter-spacing:3px;border:1px solid rgba(200,160,60,.5);
  background:linear-gradient(180deg,#3a2c14,#241608);color:#e0c878;transition:all .3s}
.admin-btns button:hover{color:#ffe4a0;border-color:rgba(200,160,60,.85)}
.admin-btns .cancel{background:transparent;border-color:rgba(140,140,140,.4);color:#9aa8b8}

/* 主视觉区 */
.kv {
  position: relative;
}
img {
  vertical-align: middle;
}
.kv .media {
  width: 100%;
}

/* 一期活动背景 */
.part1{
	width: 100%;
	height: 18rem;
	background: url(../assets/backgrounds/part1.jpg) no-repeat center top;
	background-size: 19.2rem 18rem;
	position: relative;
}

.time{color: #effbff;font-size: .22rem;text-align: center;line-height: .32rem;padding-top: 2.83rem;}
.type-area1 {
  margin: -.06rem auto 0;
  width: 11.94rem;
  padding-top: 1.99rem; /* 原等级切换 Tab 占位高度，保证表格与底图画框对齐 */
}

/* 奖励表格 */
.table-list {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 9.53rem;
}
.table-list th {
  position: relative;
  color: #fff;
  font-size: .2rem;
  height: .53rem;
  text-align: center;
  font-weight: bold;
  font-weight: normal;
}
.table-list .theader th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  height: .26rem;
  width: 1px;
  background-color: #7ed2e6;
}
.table-list td {
  color: #2d616e;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #93d1e5;
  font-size: .16rem;
}
.table-list tr td:nth-child(3),.table-list tr td:nth-child(4) {
  border-right: none;
  padding-right: 0;
}
.table-list tr td:last-child,.table-list tr td:first-child {
  border-left: none;
}
.table-list tr:nth-child(2) td{border-top: none;}
.table-list tr:last-child td{border-bottom: none;}
.table-list .tag {
  display: inline-block;
  width: 1.1rem;
  height: .32rem;
  text-align: center;
  padding-left: .07rem;
  line-height: .32rem;
  color: #69350c;
  font-size: .14rem;
  background: url("../assets/icons/button/tag.png") no-repeat left top/100%;
}

/* 道具列表：每行 8 个道具单排均分整列，紧凑布局 */
.property-list {
  display: flex;
  flex-wrap: nowrap;
}
.property-list .property-item {
  width: 12.5%;
  text-align: center;
  padding: .03rem 0 .02rem;
}
.property-list .property-item .property {
  width: .28rem;
  object-fit: contain;
  display: block;
  margin: 0 auto .02rem;
}
.property-info {
  font-size: 0;
}
.property-list .property-item span {
  display: inline-block;
  line-height: .16rem;
  font-size: .12rem;
  white-space: nowrap;
}

/* 注意事项 */
.tip {
  width: 12rem;
  margin: 0 auto;
  line-height: 1;
  color: #2d616e;
  padding: .85rem .35rem .08rem;
  font-size: .24rem;
}
.tip-item {
  margin: .12rem auto 0;
  width: 11.2rem;
  font-size: .16rem;
  color: #2d616e;
  line-height: .19rem;
  text-align: justify;
  position: relative;
  padding-left: .22rem;
}
.tip-item span{top:-.02rem;left:-.05rem;position: absolute;text-align: center;width: .22rem;height: .22rem;background: url(../assets/icons/decor/spanbg.png) no-repeat;background-size: 100% 100%;line-height: .22rem;}
.tip-item.zhu {
  padding-left: 0;
  width: 11.28rem;
  margin: .12rem auto 0;
  color: #c09248;
}

/* 入场动画 */
.kv{width: 100%;overflow-x: hidden;}
.kv .title {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-150px);
  transition: 0.8s cubic-bezier(0.175, 1.285, 0.12, 1.25);
}
.kv .title img{width: 100%;}
.kv.onload .title {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.kv .bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 1.2s cubic-bezier(0.175, 1.285, 0.12, 1.25);
}
.kv.onload .bar {
  opacity: 1;
  top: 0;
  transform: translateX(-50%) scale(1);
}
.kv.onload .bar img{width: 100%;}

@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url(../assets/fonts/AlibabaPuHuiTi-2-65-Medium.ttf);
}

/* 顶部期次导航 */
.topbox{top:-.22rem;position: absolute;left: 50%;margin-left: -3.66rem;}
.topbox a{width: 3.56em;height: 1.24rem;background: url(../assets/icons/nav/nav0.png) no-repeat;background-size: 100% 100%;display: block;overflow: hidden;text-indent:-9999em;float: left;}
.topbox a.nav1{margin-left: .29rem;background: url(../assets/icons/nav/nav1.png) no-repeat;background-size: 100% 100%;transition: all .2s;}
.topbox a.nav1:hover{filter: brightness(1.1);}

/* 弹窗 */
.pop{width: 5.82rem;height: 2.48rem;background: url(../assets/icons/popup/pop.png) no-repeat;background-size: 100% 100%;display: none;cursor: pointer;}
