html, body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #000;
  overflow-y: auto;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.hide-text {
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.full {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

@keyframes rotate {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@keyframes zoomOut {
  0% {
      opacity: 0;
      -webkit-transform: scale3d(1.2,1.2,1.2);
      transform: scale3d(1.2,1.2,1.2);
  }

  to {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1);
  }
}
@font-face {
  font-family: SYST;
  src: url(//dnf.qq.com/m/m202409/font/SYST.ttf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: FZZC;
  src: url(//dnf.qq.com/m/m202409/font/FZZC.ttf) format('opentype');
  font-display: swap;
}
body {
  background: #000;
  font-size: .3rem;
  font-family: Microsoft YaHei;
}
html, body, .page {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
*:not(input, textarea) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
}
.hide-text {
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
ul,li {
  list-style: none;
}
/* loading*/
.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,1);
  z-index: 100;
}
.loading-container {
  position: absolute !important;
  z-index: 9;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.57rem;
  height: 1.57rem;
  transform: translate(-50%, -50%);
}
.loading-wrapper .text {
  font-size: 0.22rem;
  text-align: center;
  color: #fff;
  font-family: '\5FAE\8F6F\96C5\9ED1',sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-wrapper .process-number {
  /* font-family: AGENCYFB; */
  min-width: .5rem;
  display: inline-block;
}
.loading-wrapper .loading-icon {
  width: 1.57rem;
  height: 1.57rem;
  animation: rotate 2000ms infinite linear;
  position: absolute;
}
.animation-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.animation-loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: .3rem;
  font-weight: bold;
  color: rgb(255, 225, 137);
  font-family: 'XQzhaopaitiJF';
}

.wraper {
  position: relative;
  margin: 0 auto;
  /* width: 100%; */
  width: 7.5rem;
  /* height: 100%; */
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
}
#afooter {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  color: #fff;
  padding: 0.3rem 0;
  font-size: 0.18rem;
}
#afooter.inner-footer {
  bottom: 0;
}
#afooter a {
  color: #fff;
}
#afooter .copyright_public {
  display: none;
}
#ageReminder {
  width: .62rem;
  height: .8rem;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  top: 0.2rem;
  z-index: 10;
  display: none;
}
#ageReminder .age-reminder {
  width: .62rem;
  height: .8rem;
  background-size: 0.62rem 0.8rem;
}
.age-reminder-pop .pop-inner {
  width: 90% !important;
}
#ageReminder .dialog-title {
  height: 1rem;
  line-height: 1rem;
  padding: 0.2rem 0 0.8rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: .42rem;
  font-style: italic;
  color: #e12617;
  position: absolute;
  left: 50%;
  width: 4rem;
  margin-left: -3.8rem;
  top: 0.5rem;
  text-align: center;
  background: none;
}
#ageBox {
  width: 12rem;
  margin-left: -7.5rem;
  position: absolute;
  left: 50%;
  top: 2rem;
  line-height: 0.35rem;
}
#ageReminder .dialog-content {
  padding-top: 2rem;
}

.side-bar.show,
.search-bar.show {
  right: 0;
  opacity: 1;
}
.side-bar,
.search-bar {
  position: fixed;
  top: 0;
  right: -100%;
  left: auto;
  bottom: auto;
  opacity: 0;
  transition: all ease-in-out .3s;
  width: 100vw;
  height: 100vh;
  padding: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}
.side-bar .unlogin-wrap {
  position: absolute;
  right: 1rem;
  top: 0.26rem;
  width: 6.25rem;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: right;
  color: #b3b3b3;
  font-size: 0.36rem;
}
.side-bar .unlogin-wrap a  {
  color: #fff;
}
.side-bar .list {  
  margin-top: 1.5rem;
  -mod-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.side-bar .list .item {
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
  font-family: 'lth';
  font-size: .34rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-bar .list .item.current {
  background: linear-gradient(to right, #8330d5, #cc4647);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
}
.side-bar .item-link {
  width: 7.04rem;
  height: .55rem;
  line-height: .55rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/nav-link-bg.png) no-repeat 0 0 / 100% 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.3rem;
  margin-bottom: 0.6rem;
}
.side-bar .icon-arrow-right {
  width: .29rem;
  height: .16rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/icon-arrow-right.png) no-repeat 0 0 / contain;
  margin-left: .17rem;
}
.side-bar .media-list {
  position: absolute;
  left: 50%;
  bottom: 0.34rem;
  margin-left: -3.52rem;
  width: 7.04rem;
  height: 0.66rem;
  line-height: 0.66rem;
  border: 1px solid #b3b3b3;
  border-radius: .4rem;
  overflow: hidden;
  padding: 0.18rem 0.34rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media-left-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3rem;
}
.media-left-list a {
  display: block;
}
.media-right-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2.5rem;
  height: 0.66rem;
  line-height: 0.66rem;
}
.side-bar .icon-wx {
  width: .35rem;
  height: .28rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/icon-wx.png) no-repeat 0 0 / 100% 100%;
}
.side-bar .icon-sina {
  width: .34rem;
  height: .29rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/icon-sina.png) no-repeat 0 0 / 100% 100%;
}
.side-bar .icon-bilibili {
  width: .29rem;
  height: .27rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/icon-bilibili.png) no-repeat 0 0 / 100% 100%;
}
.side-bar .icon-dy {
  width: .25rem;
  height: .29rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/icon-dy.png) no-repeat 0 0 / 100% 100%;
}
.side-bar .icon-zs {
  width: .32rem;
  height: .3rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/icon-zs.png) no-repeat 0 0 / 100% 100%;
}
.side-bar .media-text {
  text-decoration: underline;
  font-size: .24rem;
  color: #b3b3b3;
}
.btn-close {
  width: .57rem;
  height: .57rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/dialog-close-nor.png) no-repeat 0 0 / 100% 100%;
  text-indent: -99rem;
  overflow: hidden;
  position: absolute;
  right: .7rem;
  top: .1rem;
}
.btn-close.rotate {
  animation: rotate360 0.6s ease-in-out forwards;
}
.side-bar .ico-close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
@keyframes box-before {
  0% { 
    height: 16.24rem;
    transform: translateY(0);
  }
  100% { 
    height: 16.24rem;
    transform: translateY(260%);
  }
}
@keyframes box-after {
  0% { 
    height: 16.24rem;
    transform: translateY(0);
  }
  100% { 
    height: 16.24rem;
    transform: translateY(260%);
  }
}
@keyframes box-out {
  0% { width: 100%;}
  100% { width: 0;}
}

.page-mask {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -3.75rem;
  z-index: 11;
}

.page-mask .mask-box {
  width: 7.5rem;
  height: 16.24rem;
}

.page-mask .mask-box::before, .page-mask .mask-box::after {
  height: 16.24rem;
  width: 100%;
}
.right-width-in-box {
  height: 100%;
  overflow: hidden;
}

.right-width-in-box .mask-box {
  position: absolute;
  left: 0;
  /* top: 0; */
}

.right-width-in-box .mask-box::before, .right-width-in-box .mask-box::after {
  content: '';
  height: 16.24rem;
  position: absolute;
  left: 0;
  top: -16.24rem;
}
.right-width-in-box .mask-box::after {
  height: 16.24rem;
  top: -27rem;
}

.right-width-in-box .mask-box::before {  
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/purple-bg.png) no-repeat center top/ 100% 100%;
  z-index: 1;
}

.right-width-in-box .mask-box::after {
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/white-bg.png) no-repeat center top/ 100% 100%;
  z-index: 2;
}

.right-width-in-box.anim-right-width-show {
  width: 100%;
}

.right-width-in-box.anim-right-width-show .mask-box::before {
  transform-style: preserve-3d;
  animation: box-before .8s ease-in-out 0s 1 normal forwards;
}

.right-width-in-box.anim-right-width-show .mask-box::after {
  transform-style: preserve-3d;
  animation: box-after .8s ease-in-out 0s 1 normal forwards;
}

/* .right-width-in-box.anim-right-width-show {
  transform-style: preserve-3d;
  animation: box-out .3s ease-in-out .3s 1 normal forwards;
} */
/* 顶部logo及登录 */
.load {
  position: absolute;
  right: 0.1rem;
  text-align: right;
  top: 0.95rem;
  font-size: 0.28rem;
  font-family: FZZYSJW;
  color: #FFF;
  z-index: 100;
  display: none;
}
.load .log {
  color: rgb(255, 225, 137);
  text-decoration: none;
}
#ageReminderContainer {
  top: 1rem !important;
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1.2rem;
  z-index: 10;
  display: none;
}
.header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.5rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/header-bg.png) no-repeat center top / 100% 100%;
}
.logo {
  position: absolute;
  top: 0.26rem;
  left: 0.33rem;
  width: 2.09rem;
  height: 0.85rem;
}
.icon-logo {
  width: 2.09rem;
  height: 0.85rem;
}
.btn-list {
  position: absolute;
  top: 0.33rem;
  right: 0.3rem;
  width: 2rem;
  height: 0.67rem;
  display: flex;
  justify-content: right;
}
.btn-menu {
  margin-top: 0.1rem;
  width: 0.60rem;
  height: 0.42rem;
  background: url('https://game.gtimg.cn/images/dnf/m/m202511/icon-menu.png') no-repeat center / 100% 100%;
}
.btn-search {
  margin-top: 0.05rem;
  width: 0.64rem;
  height: 0.56rem;
  background: url('https://game.gtimg.cn/images/dnf/m/m202511/search/icon-search.png') no-repeat center / 100% 100%;
}
.input-wrap {
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  padding-left: 0.68rem;
  width: 6.11rem;
  height: 0.72rem;
  line-height: 0.72rem;
  color: #9b9b9b;
  background: url('https://game.gtimg.cn/images/dnf/m/m202511/search/search-input-bg.png') no-repeat center / 100% 100%;
}
.btn-cancel {
  position: absolute;
  top: 0.8rem;
  right: 0.3rem;
  font-size: 0.26rem;
  height: 0.72rem;
  line-height: 0.72rem;
  color: #9b9b9b;
}
.input-wrap input {
  width: 77%;
  border: none;
  background: transparent;
  height: 100%;
  outline: none;
}
.input-wrap .icon-search {
  position: absolute;
  left: 0.22rem;
  top: 0.19rem;
  width: 0.36rem;
  height: 0.31rem;
  background: url('https://game.gtimg.cn/images/dnf/m/m202511/search/icon-search-s.png') no-repeat center / 100% 100%;
}
.input-wrap .btnSearch {
  width: 1.15rem;
  height: 0.68rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/search/btn_search.png) no-repeat center/ 100%;
  text-indent: -9999px;
  display: inline-block;
  margin-top: 0.02rem;
}
/* 搜索推荐区域样式 */

.search-suggest {
  position: absolute;
  top: 1.98rem;
  width: 6.9rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.12rem 0.16rem;
  /* 若需毛玻璃可增加 backdrop-filter */
  /* backdrop-filter: blur(6px); */
}

.search-suggest .suggest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.08rem;
}

.search-suggest .title {
  font-size: 0.26rem;
  background: linear-gradient(to right, #8330d5, #cc4647);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
}

.search-suggest .toggle {
  font-size: 0.24rem;
  color: #cfcfcf;
}

.search-suggest .toggle .icon-caret {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-right: 0.04rem solid #cfcfcf;
  border-top: 0.04rem solid #cfcfcf;
  transform: rotate(45deg);
  margin-left: 0.06rem;
}

/* 推荐列表：两列布局 */
.search-suggest .suggest-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem 0.2rem;
}

.search-suggest .suggest-list li {
  width: 48%;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.search-suggest .suggest-list .index {
  color: #ff5a60;
  font-weight: bold;
}

.search-suggest .suggest-list a {
  color: #cfcfcf;
  font-size: 0.24rem;
  text-decoration: none;
}

.search-suggest .suggest-list a:hover {
  color: #fff;
}

/* 收起态：最多显示一行，超出隐藏 */
.search-suggest .suggest-list.condensed {
  max-height: 0.4rem;
  overflow: hidden;
}

.page-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-list .header-wrap {
  position: relative;
  width: 100%;
  height: 2.6rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/list/top-bg.jpg) no-repeat center top / 100% auto;
}
.page-list .news-wrap {
  height: 13.63rem;
  /* overflow-y: auto;
  overflow-x: hidden; */
  background: #fff url(https://game.gtimg.cn/images/dnf/m/m202511/list/detail-bg.jpg) no-repeat center bottom/ 100% 13.63rem;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.3rem 0 0.9rem 0;
}
.page-list .btn-back {
  position: absolute;
  left: 0.28rem;
  top: 1.2rem;
  color: #fff;
  font-size: 0.2rem;
  z-index: 11;
}
.page-list .page-title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 1.45rem;
  width: 100%;
  text-align: center;
}
/* .page-list .page-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 2.79rem;
  height: 1.44rem;
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/list/title-mask.png) no-repeat center/ 100%;
} */
.page-list .list-wrap {
  padding-top: 0.1rem;
  margin-top: -0.72rem;
  width: 100%;
  min-height: 13rem;
  background-color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  position: relative;
}
.page-list .tab-nav {
  position: relative;
  width: 6.6rem;
  margin: 0.12rem auto 0.22rem;
  color: #787878;
  font-size: 0.26rem;
}

.page-list .tab-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-list .tab-nav-list li {
  width: 20%;
  height: 0.61rem;
  line-height: 0.61rem;
  text-align: center;
  /* background: url(https://game.gtimg.cn/images/dnf/m/m202511/news/nav-item-normal-bg.png) no-repeat center/ 100% 100%; */
}
.page-list .tab-nav::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;  
  width: 100%;
  height: 0.08rem;
  background: rgba(203, 203, 203, 0.35);
  border-radius: 0.08rem;
}

.page-list .tab-nav-list li {
  position: relative;       /* 用于定位选中下划线 */
}

.page-list .tab-nav-list li.tab_active::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;         
  width: 100%;            
  height: 0.08rem;          
  background: #cc4647;     
  border-radius: 0.08rem;
  transition: width 0.2s ease;
}

.page-list .tab-nav-list a{
  font-weight: bold;
  color: #787878;
}
.page-list .tab-nav .tab_active a {
  color: #000;
} 
.news-header {
  width: 6.6rem;
  margin: 0 auto 0.22rem;
  font-size: 0.26rem;
}
.news-header .split {
  margin: 0 0.1rem;
}
.news-header a {
  color: #000;
}
.news-header span {
  color: #ec4727;
}

.news-detail-content {
  height: 10.28rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 0.26rem;
  color: #000;
  width: 6.6rem;
  padding-bottom: 0.2rem;
}
.news-detail-content .news-title {
  font-size: 0.4rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.news-detail-content .news-time {
  font-size: 0.26rem;
  color: #ababab;
  margin-bottom: 0.15rem;
}
.news-detail-content img {
  max-width: 6.6rem;
  margin: 0.1rem auto;
}
.small-scene .page-list .news-wrap {
  height: 11.2rem;
}
.small-scene .page-list .news-content-list,
.small-scene .page-list .news-detail-content {
  height: 9.2rem;
}
.dialog-mask-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 999;
}
.dialog-mask-wrapper .dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 6.4rem;
	height: 5.6rem;
	background-image: url(https://game.gtimg.cn/images/bpm/web202412/dialog-bg.jpg);
	text-align: center;
}
.dialog-mask-wrapper .ico-close {
	position: absolute;
	top: 0.26rem;
	right: 0.26rem;
	width: 0.43rem;
	height: 0.43rem;
	background: url(https://game.gtimg.cn/images/bpm/web202412/ico-close-g.png) no-repeat center;
	background-size: cover;
}
.dialog-mask-wrapper .ico-close:hover {
	background-image: url(https://game.gtimg.cn/images/bpm/web202412/ico-close-b.png);
}
.dialog-mask-wrapper .dialog-btn {
	display: block;
	font-size: 0.32rem;
	color: #FCFCFC;
	width: 4.26rem;
	height: 0.74rem;
	line-height: 0.74rem;
	background: #000000;
	text-align: center;
	border-radius: 0.37rem;
	margin: 0 auto;
	cursor: pointer;
}
.dialog-mask-wrapper .dialog-btn.btn-hover:hover {
	color: #000;
	background: linear-gradient(to right, #6EFFFF 0%, #71CCFF 100%);
}
.dialog-mask-wrapper .title {
	font-size: 0.42rem;
	line-height: 1;
}
.dialog-mask-wrapper .content {
	font-size: 0.26rem;
	line-height: 0.42rem;
}
.dialog-mask-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 999;
}
.dialog-bg {
  background: rgba(0, 0, 0, .62);
  padding: 0.28rem 0.35rem;
  text-align: center;
  border-radius: 0.3rem;
  width: 6.02rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-video {
  width: 100%;
  height: 100%;
}
.dialog-video .dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
	background-image: unset;
	width: 7.5rem;
	height: 4.42rem;
}
.dialog-video .dialog-close {
  background: url(https://game.gtimg.cn/images/dnf/m/m202511/dialog-close-nor.png) no-repeat center / 100% 100%;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: 2.5rem;
  margin-left: -0.15rem;
}
.pop2 .pop-close {
    display: block;
    width: 0.35rem;
    height: 0.34rem;
    background: url(//game.gtimg.cn/images/dnf/cp/celebration/close-btn.png) no-repeat center top/100% 100%;
    position: absolute;
    right: -0.26rem;
    top: 0.23rem;
}

.pop-tit {
    width: 100%;
    height: 0.44rem;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.44rem;
    margin-top: 0.26rem;
    position: relative;
    background-image: -webkit-gradient(linear,0 0,0 bottom,from(#fefdff),to(#cbb9fe));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pop-tit::after {
    content: '';
    width: 2.27rem;
    height: 0.16rem;
    background: url(//game.gtimg.cn/images/dnf/cp/celebration/pop-line.png) no-repeat center top/100% 100%;
    position: absolute;
    left: 1.62rem;
    bottom: -0.13rem;
}
.pop2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.69rem;
    height: 2.66rem;
    background: url(//game.gtimg.cn/images/dnf/cp/celebration/pop2.png) no-repeat center top / 100% 100%;
}
.invi-layer-txt {
  width: 4.9rem;
  height: 0.88rem;
  margin: 0.1rem auto 0;
  color: #faf5ff;
  font-size: 0.18rem;
  line-height: 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pop-invi-btnbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pop-invi-btnbox a {
  display: block;
  width: 1.93rem;
  height: 0.46rem;
  margin: 0 auto 0;
  background: url(//game.gtimg.cn/images/dnf/cp/celebration/pop-btn.png) no-repeat center top/100% 100%;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.46rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
}