.indexPage {
  background: url(../../../images/pc/index/data.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 19.52rem;
  position: relative;
    z-index: 0;
}

.main {
  width: 14rem;
  margin: 4rem auto 0;
  display: flex;
  gap: 0.3rem;
}

/* 左侧侧边栏 */
.sidebar {
  width: 2.22rem;
  height: 10.94rem;
  flex-shrink: 0;
  background: url(../../../images/pc/index/sidebar-bg.png) no-repeat;
  background-size: cover;
}

.sidebar-menu {
}
.sidebar-back{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 0.89rem;
}
.sidebar-back:hover{
  color: #fff;

}
.sidebar-group {
display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.08rem;
}

.sidebar-group-title {
/* padding: 0.1rem 0.13rem; */
display: flex;
    flex-direction: column;
    justify-content: center;
    height: 0.9rem;
    align-items: center;
}
.sidebar-group-title:hover,.sidebar-group-title.active{
    width: 1.92rem;
  height: 0.9rem;
  background: url(../../../images/pc/index/sidebar-group-bg.png) no-repeat;
  background-size: cover;

}
.sidebar-group-title p{
font-size: 0.24rem;
    color: #fff;
    font-family: 'bdzyjt';
    text-align: center;
    background: linear-gradient(180deg, #84eeff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sidebar-group-title p:last-child{
  font-size: 0.16rem;
  line-height: 0.1rem;
}
.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 0.64rem;
}
.sidebar-item:hover{
  color: #fff;
}
.sidebar-item:hover,.sidebar-item.active{
  width: 1.89rem;
  height: 0.64rem;
  background: url(../../../images/pc/index/sidebar-item-bg.png) no-repeat;
  background-size: cover;
}

.sidebar-icon {
  width: 0.36rem;
  height: 0.52rem;

}
.sidebar-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-text{
    font-family: 'bdzyjt';
  font-size: 0.24rem;
}
.sidebar-text-header {
  font-family: 'bdzyjt';
  font-size: 0.24rem;
  text-shadow: 0 0.02rem 0.04rem #17dfff;
}

/* 右侧主内容区 */
.kv{
    width: 100%;
    height: 6.15rem;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}
.content {
  flex: 1;
  width: 11.6rem;
  height: 10.94rem;
  background: url(../../../images/pc/index/content-bg.png) no-repeat;
  background-size: 100% 100%;
}

.content-bg{
  flex: 1;
  width: 11.6rem;
  height: 12.46rem;
  background: url(../../../images/pc/index/content-bg2.png) no-repeat;
  background-size: 100%;
}
.content .title{
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
  position: relative;
}
.content .title img{
  width: 11.16rem;
  height: 0.53rem;
  object-fit: cover;
}
.location{
  position: absolute;
  right: 0.2rem;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
      bottom: 0.2rem
}
.location a{
   color: #fff;
  font-size: 0.16rem;
}

/* 资料站模块 */
.data-section {
  margin: 0.2rem 0.5rem 0;

}

.section-title {
  font-size: 0.2rem;
  color: #3ae4ff;
 line-height: 0.55rem;
}

.section-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.15rem;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
}

.section-cell a{
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 资料站模块 end*/

/* 影像档案模块 */
.archive-section {
  margin-top: 0.25rem;
  padding: 0 0.3rem;
  min-height: 7.25rem;
  display: flex;
  flex-direction: column;
}

.archive-tabs {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 0.3rem;
}

.archive-tab {
font-size: 0.18rem;
    color: #fff;
    cursor: pointer;
    font-family: 'bdzyjt';
    position: relative;
    line-height: 0.24rem;
    text-align: center;
    width: 0.63rem;
    text-decoration: none;
}

.archive-tab:hover {
 color: #3ae4ff;
}

.archive-tab.active {
 color: #3ae4ff;
}
.archive-tab.active::before {
    content: '';
    position: absolute;
        bottom: -0.1rem;
    left: 0;
    width: 0.63rem;
    height: 0.08rem;
    background: url(../../../images/pc/index/notice-underline.png) no-repeat;
    background-size: cover;
}
.archive-tab.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.64rem;
    height: 0.24rem;
    background: url(../../../images/pc/index/archive-title-active.png) no-repeat;
    background-size: cover;
}

/* 内容面板 */
.archive-panel {
  display: none;
}

.archive-panel.active {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  align-content: start;
  min-height: 6.8rem;
}

.archive-item {
  position: relative;
  width: 5.37rem;
  height: 3.3rem;
  background: url(../../../images/pc/index/archive-item-bg.png) no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.video-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.archive-item img{
 width: 5.25rem;
  height: 3.18rem;
  overflow: hidden;
  object-fit: cover;
 transition: transform 0.3s ease;
}

.archive-item img:hover{
 cursor: pointer;
 transform: scale(1.01);
}


/* 视频播放按钮 */
.video-item {
  position: relative;
}

.video-play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.91rem;
  height: 0.90rem;
  background:url(../../../images/pc/index/video-play-icon.png) no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  cursor: pointer;
}

.video-item:hover .video-play-btn {
transform: translate(-50%, -50%) scale(1.1);
}

/* 视频播放弹窗 */
/* 视频播放弹窗 */
.skin_video .lay_content {
    margin-top: 0!important;
    width: 100%;
    height: 100%;
}

.skin_video .view-pop {
    width: 100%;
    height: 100%;
    background: #000;
}

.skin_video #myAudio,
.skin_video #externalVideoFrame {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

.skin_video .lay_close {
    z-index: 8
}



/* 新闻中心 */
.news-section {
  margin: 0.3rem 0;
  padding: 0 0.3rem;
}

.news-tabs {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 0.3rem;
}

.news-tab {
font-size: 0.18rem;
    color: #fff;
    cursor: pointer;
    font-family: 'bdzyjt';
    position: relative;
    line-height: 0.24rem;
    text-align: center;
    width: 0.63rem;
}
.news-tab a{
    color: #fff;
}
.news-tab a:hover {
 color: #3ae4ff;
}

.news-tab.active a{
 color: #3ae4ff;
}
.news-tab.active::before {
    content: '';
    position: absolute;
        bottom: -0.1rem;
    left: 0;
    width: 0.63rem;
    height: 0.08rem;
    background: url(../../../images/pc/index/notice-underline.png) no-repeat;
    background-size: cover;
}
.news-tab.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.64rem;
    height: 0.24rem;
    background: url(../../../images/pc/index/archive-title-active.png) no-repeat;
    background-size: cover;
}

/* 内容面板 */
.news-panel {
  display: none;
}

.news-panel.active {
  display: block;
}

.news-item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  height: 0.65rem;
  line-height: 0.65rem;
   width: 11.1rem;
   margin-bottom: 0.12rem;
}
.news-item a{
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  height: 0.65rem;
  line-height: 0.65rem;
   width: 11.1rem;
   gap: 0.5rem;
}
.news-item:hover {
  width: 11.1rem;
  height: 0.65rem;
  background: url(../../../images/pc/index/news-item-bg.png) no-repeat;
  background-size: cover;
}




.news-title {
  flex: 1;
  font-size: 0.18rem;
  color: #fff;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.2rem;
}

.news-date {
  font-size: 0.18rem;
  color: #fff;
  white-space: nowrap;
  margin-right: 0.2rem;
}

/* 分页组件 */
.pagination {
display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    margin: auto 0.2rem 0;
    padding-top: 0.1rem;
}

.pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.18rem;
    transition: all 0.3s ease;
    cursor: pointer;
}
.pagination-btn:hover{
  color: #fff;
}

.pagination-pages {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.18rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pagination-item:hover{
  color: #fff;
}

.pagination-item.active {

  color: #03e5f5;
}

.news-detail {
  padding: 0.1rem 0.25rem 0.4rem;
}
.news-detail-title {
  margin: 0;
  font-size: 0.36rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  font-family: 'bdzyjt';
}
.news-detail-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.18rem;
  padding-bottom: 0.22rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.18);
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.82);
}
.news-detail-content {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 1.9;
  color: #ffffff;
  word-break: break-word;
}
.news-detail-content img {
  max-width: 100%;
  height: auto;
}

.detail-content{
    width: 100%;
    height: auto;
    background: url(../../../images/pc/index/newDetail-bg.png) no-repeat;
    background-size: cover;
}
/* 新闻中心end */

/* 资料站详情 */
.data-detail-section {
  margin: 0.3rem 0;
  padding: 0.2rem 0.5rem 0.5rem;
}

.data-detail {
  min-height: 12rem;
}

.data-detail-title {
  margin: 0;
  font-size: 0.36rem;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  font-family: 'bdzyjt';
}

.data-detail-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.28rem;
  margin-top: 0.18rem;
  padding-bottom: 0.24rem;
  border-bottom: 0.01rem solid rgba(23, 50, 77, 0.14);
  font-size: 0.16rem;
  color: #ffffff;
}

.data-detail-content {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 1.9;
  color: #ffffff;
  word-break: break-word;
}
.data-detail-content img {
  max-width: 100%;
  height: auto;
}
/* 资料站详情 end */


/* 游戏下载 */
.game-section {
  margin: 0.3rem 0;
  padding: 0 0.4rem;
}

/* 版本信息区域 */
.game-info {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
}

.game-info-item .info-label {
  font-size: 0.18rem;
  color: #fff
}

.game-info-item .info-value {
  font-size: 0.18rem;
  color: #fff;
  margin-left: 0.05rem;
}

/* 下载按钮区域 */
.download-buttons {
  width: 7.85rem;
  margin: 0.5rem auto;
  display: flex;
  justify-content: space-between;
}


/* 配置要求区域 */
.config-requirement {
}
.download-btn{
  width: 2.18rem;
  height: 1.37rem;
  background: red;
}

.config-title {
  font-size: 0.24rem;
  color: #fff;
  font-family: 'bdzyjt';
  margin-bottom: 0.2rem;
  padding-bottom: 0.12rem;
  border-bottom: 0.02rem solid #ddfaff;
  position: relative;
}

.config-table {
    width: 7.85rem;
    margin: 0.5rem auto;
    border-collapse: collapse;
}

.config-table th,
.config-table td {
  border: 0.01rem solid rgba(58, 228, 255, 0.2);
  text-align: left;
  vertical-align: middle;
}
.config-table td {
    padding: 0.15rem 0.2rem;
  font-size: 0.16rem;
}
.config-table thead tr {
  background: linear-gradient(135deg, rgba(58, 228, 255, 0.2) 0%, rgba(58, 228, 255, 0.1) 100%);
}

.config-table th {
  color: #fff;
  font-size: 0.24rem;
  white-space: nowrap;
  text-align: center;
  line-height: 0.49rem;
}

.config-table tbody tr:nth-child(even) {
  background: rgba(58, 228, 255, 0.03);
}



.config-table td:first-child {
  color: #fff;
  white-space: nowrap;
  width: 1.67rem;
  text-align: center;
}

.config-table td:not(:first-child) {
  color: rgba(255, 255, 255, 0.9);
}
/* 游戏下载 end*/


/* 安全验证 */
.safety-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0.4rem;
}

/* 表单容器 */
.safety-form {
  width: 5.37rem;
  margin:  0 auto;
  height: 3.3rem;
  background: url(../../../images/pc/index/safety-form-bg.png) no-repeat;
  background-size: cover;
}

/* 表单组 */
.form-group {
width: 3.8rem;
    margin: 0.2rem auto 0;
    display: flex;
    align-items: center;
}
.form-group:first-child{
  margin-top: 0.45rem;
}
.form-label {
font-size: 0.16rem;
    color: #fff;
    white-space: nowrap;
    margin-right: 0.15rem;
    width: 0.6rem;
    text-align: right;
}

/* 输入框 */
.form-input {
  flex: 1;
    height: 0.42rem;
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #333;
    background: #fff;
    outline: none;
    transition: all 0.3s ease;
    border: none;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-input:focus {
 color: #333;
  border: none;
    background: #fff;
}

/* 验证码组 */
.form-group-verify .form-input {
    width: 1.52rem;
}

.form-input-verify {
  margin-right: 0.12rem;
}

/* 获取验证码按钮 */
.verify-btn {
    height: 0.42rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    color: #fff;
    background: linear-gradient(135deg, #3ae4ff 0%, #1d9fff 100%);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}



/* 提交区域 */
.form-submit {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}

/* 登录按钮 */
.submit-btn {
  width: 1.7rem;
  height: 0.45rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: url(../../../images/pc/index/login-btn.png) no-repeat;
  background-size: cover;
  border: none;
}
.submit-btn a{
  width: 1.7rem;
  height: 0.45rem;
}

.safetyDetail-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0.4rem;
}

/* 设备管理容器 */
.device-manage {
width: 6.37rem;
height: 3.8rem;
background: url(../../../images/pc/index/safetyDetail-form-bg.png) no-repeat;
background-size: cover;
}


/* 设备管理表格 */
.device-table {
    width: 95%;
    margin: 0.95rem auto;
    border-collapse: collapse;
    font-size: 0.16rem;
}

.device-table th,
.device-table td {
  border-bottom: 0.01rem solid #888b8f;
  text-align: center;
  vertical-align: middle;
  line-height: 0.4rem;
  color: #fff;
}

.device-table th {
  color: #fff;
  font-weight: bold;
  font-size: 0.16rem;
  white-space: nowrap;
}

.device-table tr:last-child td{
  border: none;
}
/* 表格内链接 */
.table-link {
  color: #3ae4ff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.table-link:hover {
  color: #3ae4ff;
}


/* 安全验证 end*/


/* 排行榜 */
.rank-section{
  width: 8.3rem;
  margin: 1rem auto;
}
.ranking-title {
    font-size: 0.24rem;
    color: #fff;
    font-family: 'bdzyjt';
    text-align: center;
}

.ranking-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
      margin: 0.4rem 0;
}

.ranking-tab {
  width: 0.81rem;
  height: 0.23rem;
  background: url(../../../images/pc/index/ranking-tab-bg.png) no-repeat;
  background-size: cover;
font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'bdzyjt';
    line-height: 0.23rem;
    text-align: center;
}

.ranking-tab:hover {
  color: #3ae4ff;
   width: 0.81rem;
  height: 0.23rem;
  background: url(../../../images/pc/index/ranking-tab-active-bg.png) no-repeat;
  background-size: cover;
}

.ranking-tab.active {
   color: #3ae4ff;
   width: 0.81rem;
  height: 0.23rem;
  background: url(../../../images/pc/index/ranking-tab-active-bg.png) no-repeat;
  background-size: cover;
}

.ranking-table-header {
display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    height: 0.56rem;
    line-height: 0.56rem;
    border-bottom: 0.01rem solid #8b8f94;
}

.ranking-col {
  text-align: center;
}

.ranking-col-rank {
  width:1.2rem;
}

.ranking-col-name {
  flex: 1;
  text-align: center;
}

.ranking-col-level {
  width: 0.8rem;
}

.ranking-col-job {
  width: 0.8rem;
}

.ranking-col-server {
  width: 0.8rem;
}

.ranking-content {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.ranking-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.ranking-item {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 0.16rem;
  color: #fff;
    height: 0.63rem;
    border-bottom: 0.01rem solid #8b8f94;
}

.ranking-item span{
  height: 0.63rem;
  line-height: 0.63rem;
}
.ranking-rank {
  width: 1.2rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking-item--top2 .ranking-rank .icon{
   background: url(../../../images/pc/index/second-icon.png) no-repeat;
  background-size: cover;
}
.ranking-item--top1 .ranking-rank .icon{
   background: url(../../../images/pc/index/first-icon.png) no-repeat;
  background-size: cover;
}
.ranking-item--top3 .ranking-rank .icon{
   background: url(../../../images/pc/index/third-icon.png) no-repeat;
  background-size: cover;
}
.ranking-rank .icon{
  width: 0.34rem;
  height: 0.23rem;
  background: url(../../../images/pc/index/other-icon.png) no-repeat;
  background-size: cover;
      display: flex;
    justify-content: center;
    font-size: 0.12rem;
    line-height: 0.3rem;
}


.ranking-name {
  flex: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-level {
  width: 0.8rem;
  text-align: center;
}

.ranking-job {
  width: 0.8rem;
  text-align: center;
}

.ranking-server {
  width: 0.8rem;
  text-align: center;
}











