body,html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-list .header {
  display: block;
}
.small-scene .page-list .news-wrap {
  height: 11.2rem;
}
.small-scene .page-list .activity-list {
  height: 8.86rem;
}
.page-list .activity-list {
  margin: 0.34rem auto 0;
  width: 6.5rem;
  padding: 0 0.05rem;
  max-height: 11.28rem;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-list .activity-item {
  display: block;
  position: relative;
  width: 3.14rem;
  height: 4.15rem;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-bottom: 0.19rem;
}
.page-list .activity-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.14rem;
  height: 4.15rem;
  overflow: hidden;
}
.page-list .activity-pic {
  /* position: absolute;
  top: 0.1rem;
  left: 0.09rem; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 3.14rem;
  height: 4.15rem;
  overflow: hidden;
}
.page-list .activity-pic::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/activity/item-bg.png) no-repeat center/ 100% 100%;
  position: absolute;
}
.page-list .activity-pic img {
  width: 100%;
  /* height: 110%; */
  object-fit: cover;
}

.page-list .activity-info,
.page-list .activity-time,
.page-list .activity-gift-list {
  transform: translateZ(0); /* Force GPU rendering */
  backface-visibility: hidden; /* Prevent flickering */
}
.page-list .activity-info {
  position: absolute;
  top: 3.2rem;
  left: 0.2rem;
  width: 2.8rem;
  color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  z-index: 2;
}
.page-list .activity-time {
  position: absolute;
  top: 2.9rem;
  left: 0.2rem;
  width: 2.8rem;
  color: #ec4727;
  font-size: 0.2rem;
  z-index: 2;
}
.page-list .activity-gift-list {
  position: absolute;
  top: 3.6rem;
  left: 0.2rem;
  width: 2rem;
  z-index: 2;
}
.page-list .activity-gift-list img {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  margin-right: 0.05rem;
}