@font-face {
  font-family: 'DONGQINGHEITI-1';
  src: local('Hiragino Sans GB') url('../fonts/DONGQINGHEITI-1.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.f_dongqing {
  font-family: 'DONGQINGHEITI-1';
}
.page-center .content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.page-center .content-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent;
}
.page-center .bg-wrapper {
  padding: 3.56rem 0.9rem 3.8rem;
  box-sizing: border-box;
}
.page-center .pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  font-size: 0.27rem;
}
.page-center .pagination-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}
.page-center .pagination-wrapper .btn-prev {
  padding-left: 0.6rem;
}
.page-center .pagination-wrapper .btn-next {
  padding-right: 0.6rem;
}
.page-center .pagination-wrapper .btn-prev::before {
  content: '';
  display: block;
  position: absolute;
  left: -0.38rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.145rem 0.38rem;
  border-right-color: var(--main-tx-c);
}
.page-center .pagination-wrapper .btn-next::before {
  content: '';
  display: block;
  position: absolute;
  right: -0.38rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.145rem 0.38rem;
  border-left-color: var(--main-tx-c);
}
.page-center .pagination-wrapper .decoration {
  width: 2.95rem;
  height: 0.33rem;
  margin: 0 0.38rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/pagination-decoration.png) center/contain no-repeat;
}
.page-center .pagination-wrapper .btn-prev.not-allowed,
.page-center .pagination-wrapper .btn-next.not-allowed {
  color: var(--disabled-c);
}
.page-center .pagination-wrapper .btn-prev.not-allowed::before {
  border-right-color: var(--disabled-c);
}
.page-center .pagination-wrapper .btn-next.not-allowed::before {
  border-left-color: var(--disabled-c);
}

/* 新闻中心 */
.page-news .bg-wrapper {
  background: url(//game.gtimg.cn/images/aqwx/m202502/center/news-bg.png) center/cover no-repeat;
}
.page-news .list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  width: 9rem;
  width: round(up, 9rem, 1px);
  height: 10.38rem;
  margin: 1.15rem auto 1.36rem;
}
.page-news .news-item {
  position: relative;
  display: flex;
  width: 9.02rem;
  height: 2.17rem;
  margin-bottom: 0.26rem;
  color: var(--main-tx-c);
}
.page-news .news-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/aqwx/m202502/center/news-item-mask.png) center/contain no-repeat;
}
.page-news .news-item .news-img-wrapper {
  background-color: rgb(12, 15, 23);
}
.page-news .news-item .news-img {
  flex-shrink: 0;
  display: block;
  width: 3.86rem;
  height: 2.17rem;
  object-fit: cover;
  border: 0.01rem solid rgb(41, 41, 41);
  box-sizing: border-box;
}
.page-news .news-item .news-mes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0.28rem 0.2rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/center/news-item-mes-bg.png) center/cover no-repeat;
}
.page-news .news-item .title {
  font-size: 0.3rem;
}
.page-news .news-item .sub-mes {
  display: flex;
  justify-content: space-between;
}
.page-news .news-item .label {
  font-size: 0.15rem;
  line-height: 1;
  padding: 0.06rem 0.12rem;
  box-sizing: border-box;
  background-color: #ca4d31;
  color: #000;
}
.page-news .news-item .time {
  font-size: 0.16rem;
}

/* 视频中心 */
.page-media .bg-wrapper {
  background: url(//game.gtimg.cn/images/aqwx/m202502/center/media-bg.png) center/cover no-repeat;
}
/* .webp .page-media .bg-wrapper {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/center/media-bg.webp);
} */
.page-media .media-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  column-gap: 0.2rem;
  row-gap: 0.29rem;
  width: 9rem;
  width: round(up, 9rem, 1px);
  height: 10.83rem;
  margin: 0.49rem auto 0.59rem;
}
.page-media .media-item {
  position: relative;
  width: 4.40rem;
  height: 2.49rem;
  overflow: hidden;
}
.page-media .media-item img {
  display: block;
  width: 4.40rem;
  height: 2.48rem;
  object-fit: cover;
}
.page-media .media-item .mes {
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.1rem;
  font-size: 0.24rem;
  box-sizing: border-box;
  background-color: rgba(0,0,0,.7);
}
.page-media .media-item .title {
  color: var(--main-tx-c);
}
.page-media .media-item .time {
  padding-left: 0.15rem;
  color: rgba(155, 155, 155, 0.6);
  flex-shrink: 0;
}
.page-media .media-item .time::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.01rem;
  height: 0.25rem;
  background-color: rgba(134, 134, 134, 0.502);
}
.page-media .media-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/card-mask.png) center/contain no-repeat;
}
.page-media .media-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 0.71rem;
  height: 0.71rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/icon-play.png) center/contain no-repeat;
  filter: brightness(1.5);
}

/* 活动中心 */
.page-act-center .bg-wrapper {
  background: url(//game.gtimg.cn/images/aqwx/m202502/center/act-bg.png) center/cover no-repeat;
}
/* .webp .page-act-center .bg-wrapper {
  background-image: url(//game.gtimg.cn/images/aqwx/web202501/center/act-bg.webp);
} */
.page-media .slide-title-wrapper .tab-list,
.page-act-center .slide-title-wrapper .tab-list {
  justify-content: flex-start;
  column-gap: 1.84rem;
}
.page-strategy .slide-title-wrapper .tab-list {
  justify-content: space-between;
  column-gap: unset;
}
.page-act-center .act-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0.28rem;
  width: 9rem;
  width: round(up, 9rem, 1px);
  height: 9.64rem;
  margin: 0.82rem auto 1.43rem;
  font-size: 0.18rem;
  color: rgba(138, 138, 139, 0.8);
}
.page-act-center .act-item img {
  position: relative;
  display: block;
  width: 4.35rem;
  height: 2.44rem;
  object-fit: cover;
}
.page-act-center .act-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.35rem;
  height: 2.44rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/card-mask.png) center/cover no-repeat;
}
.page-act-center .act-item .mes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 4.35rem;
  height: 0.61rem;
  padding: 0.11rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/card-bottom-bg.png) center/cover no-repeat;
  box-sizing: border-box;
  color: var(--main-tx-c);
}
.page-act-center .act-item .detail {
  display: flex;
  align-items: center;
}
.page-act-center .act-item .status {
  width: 0.68rem;
  border-right: 0.01rem solid rgba(138, 138, 139, 0.502);
}
.page-act-center .act-item .start-time {
  position: relative;
  margin: 0 0.37rem 0 0.17rem;
}
.page-act-center .act-item .start-time::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.40rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.065rem 0.12rem;
  border-left-color: rgb(138, 138, 139);
}
.page-act-center .act-item .title {
  font-size: 0.2rem;
  max-width: 4.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-act-center .act-item.status-1 .status {
  border-right-color: transparent;
  color: #ca4d31;
}
.page-act-center .act-item.status-2 .status {
  color: #ca4d31;
}
.page-act-center .act-item.status-3 .status {
  color: #797a7c;
}
.page-act-center .act-item .icon {
  width: 0.42rem;
  height: 0.42rem;
}
.page-act-center .act-item.top img {
  width: 8.98rem;
  height: 5.05rem;
}
.page-act-center .act-item.top::after {
  width: 8.98rem;
  height: 5.06rem;
}
.page-act-center .act-item.top .mes {
  width: 8.98rem;
  height: 1.26rem;
  padding: 0.29rem;
}
.page-act-center .act-item.top .detail {
  font-size: 0.22rem;
}
.page-act-center .act-item.top .status {
  width: 1.02rem;
}
.page-act-center .act-item.top .start-time {
  margin: 0 0.46rem 0 0.38rem;
}
.page-act-center .act-item.top .title {
  font-size: 0.36rem;
  max-width: 6.8rem;
}
.page-act-center .act-item.top .icon {
  width: 0.79rem;
  height: 0.79rem;
}

/* 文字页 */
.page-news-detail .top-img {
  margin-top: 1.15rem;
  display: block;
  width: 100%;
  height: 3.39rem;
}
.page-news-detail .main {
  min-height: 10.24rem;
  padding: 0.45rem 0.9rem 1.7rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/center/news-detail-bg.png) left top/contain repeat;
  background-size: 10.80rem 16.44rem;
  background-color: #020304;
  box-sizing: border-box;  
}
.page-news-detail .main .breadcrumb {
  margin-bottom: 0.77rem;
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: rgba(155, 155, 155, 0.302);  
}
.page-news-detail .breadcrumb .item-index {
  position: relative;
  margin-right: 0.32rem;
}
.page-news-detail .breadcrumb .item-index::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.05rem 0.1rem;
  border-left-color: rgba(155, 155, 155, 0.502);
}
.page-news-detail .news-detail .top {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.56rem;
  line-height: 1;
}
.page-news-detail .news-detail .top::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 0.03rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/center/news-detail-title-bottom.png) left center/cover no-repeat;
}
.page-news-detail .news-detail .label {
  padding: 0.06rem 0.12rem;
  font-size: 0.2rem;
  flex-shrink: 0;
  color: #101010;
  box-sizing: border-box;
  background-color: #ca4d31;
} 
.page-news-detail .news-detail .title {
  margin: 0 0.13rem 0.02rem;
  font-size: 0.34rem;
  flex: 1;
}
.page-news-detail .news-detail .time {
  font-size: 0.20rem;
  flex-shrink: 0;
  color: rgba(155, 155, 155, 0.502);
}
.page-news-detail .news-detail .content {
  font-size: 0.24rem;
}
.page-news-detail .news-detail .content iframe,
.page-news-detail .news-detail .content img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0.2rem 0;
}
.page-news-detail .btn-scroll-top {
  position: fixed;
  right: 0.96rem;
  bottom: 0.76rem;
  width: 0.63rem;
  height: 0.76rem;
  background: url(//game.gtimg.cn/images/aqwx/m202502/common/btn-scroll-top.png) center/contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.page-news-detail .btn-scroll-top.show {
  bottom: 0.96rem;
  opacity: 1;
  pointer-events: auto;
}

@media (min-aspect-ratio: 0.516) and (max-aspect-ratio: 0.614) {
  .page-center .bg-wrapper {
    padding: 2.56rem 0.9rem 3.8rem;
  }
}
