/* 引入阿里妈妈数黑体 */

@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    src: url('../fonts/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
        url('../fonts/AlimamaShuHeiTi-Bold.woff') format('woff'),
        url('../fonts/AlimamaShuHeiTi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlimamaFangYuanTiVF-Thin';
    src: url('../fonts/AlimamaFangYuanTiVF-Thin.woff2') format('woff2'),
        url('../fonts/AlimamaFangYuanTiVF-Thin.woff') format('woff'),
        url('../fonts/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
  }

body {
    background-image: url('../images/site/wuqiku/bg.png');
    /* background-size: 100vw 100vh; */
    background-repeat: round;
    background-size: 100vw auto!important;
    min-height: 100vh;
    background-color: #333;
    transition: background-image 0.8s ease-in-out;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
        /* 添加自定义样式 */
        .ud-hero-content {
            padding: 0;
            text-align: center;
        }
        
        .section-title {
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 35px;
            margin-bottom: 15px;
        }
        
        .section-title p {
            font-size: 18px;
            color: #637381;
        }

        #season .col-lg-4 img {
            width: auto;
            max-height: calc(100vh - 80px);
            object-fit: contain;
            display: block;  /* 添加这行 */
            margin: 0 auto;  /* 添加这行 */
        }
        #season .container-fluid {
            margin: 0;
            padding: 0;
            height: 100%;
        }

        #season .row {
            height: 100%;
            align-items: center;
        }

/* 添加一个遮罩层用于背景切换时的过渡效果 */
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
    z-index: 1;
}

.bg-overlay.active {
    opacity: 1;
}

/* 确保内容在遮罩层上方 */
.ud-header, 
.ud-hero,
.back-to-top {
    position: relative;
    z-index: 2;
}


.ud-hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.ud-hero-content p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}

.ud-hero-buttons {
    margin-top: 40px;
}

.ud-hero-buttons .ud-main-btn {
    margin: 0 10px;
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px);
}

.card-body {
    padding: 25px;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-text {
    color: #637381;
    line-height: 1.6;
}

/* 导航栏动画 */
.ud-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: 99; */
    background: rgba(1,2,7,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}


/* 修改菜单项容器样式 */
.nav-item {
    position: relative;
    transition: all 0.3s ease;
    padding: 0;
    min-width: 100px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 修改菜单项样式 */
.ud-menu-scroll {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 19px!important;
    color: #ffffff !important;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 1;
    width: 100%;
}

/* 选中图片样式 */
.nav-item img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none; /* 防止图片影响鼠标事件 */
    z-index: 0;
}

/* 激活状态显示选中图片 */
.nav-item.active img {
    opacity: 1;
}

.menuindex {
    .nav-item a  {
        color: #fff!important;
    }

    /* 菜单项容器激活状态 */
    .nav-item.active .ud-menu-scroll {
        color: #FF65B3 !important;
    }

    /* 鼠标悬停效果 */
    .nav-item:hover .ud-menu-scroll {
        color: #FF65B3 !important;
        text-decoration: none;
    }
}

.menuseason {
    .nav-item a  {
        color: #716990!important;
    }

    /* 菜单项容器激活状态 */
    .nav-item.active .ud-menu-scroll {
        color: #FF65B3 !important;
    }

    /* 鼠标悬停效果 */
    .nav-item:hover .ud-menu-scroll {
        color: #FF65B3 !important;
        text-decoration: none;
    }
}

.menugameword {
    .nav-item a {
        color: #ffffff!important;
    }

    /* 菜单项容器激活状态 */
    .nav-item.active .ud-menu-scroll {
        color: #adffd2 !important;
    }

    /* 鼠标悬停效果 */
    .nav-item:hover .ud-menu-scroll {
        color: #adffd2 !important;
        text-decoration: none;
    }
}

.menuwuqiku {
    .nav-item a {
        color: #3e6cd6!important;
        opacity: 1!important;
    }

    /* 菜单项容器激活状态 */
    .nav-item.active .ud-menu-scroll {
        color: #FFCC92 !important; 
    }

    /* 鼠标悬停效果 */
    .nav-item:hover .ud-menu-scroll {
        /* color: #FFCC92 !important; */
        color: #3e6cd6!important;
        text-decoration: none;
    }
}

.menujueseji {
    .nav-item a {
        color: #716990!important;
    }

    /* 菜单项容器激活状态 */
    .nav-item.active .ud-menu-scroll {
        color: #FFFFFF !important;
    }

    /* 鼠标悬停效果 */
    .nav-item:hover .ud-menu-scroll {
        color: #FFFFFF !important;
        text-decoration: none;
    }
}

.menudongtai {
    .nav-item a {
        color: #ffffff!important;
    }

    /* 菜单项容器激活状态 */
    .nav-item.active .ud-menu-scroll {
        color: #befffb !important;
    }

    /* 鼠标悬停效果 */
    .nav-item:hover .ud-menu-scroll {
        color: #befffb !important;
        text-decoration: none;
    }
}



/* 调整导航菜单容器 */
.navbar-nav {
    align-items: center;
    height: 80px;
}

/* 确保导航栏背景透明 */
.ud-header {
    background: transparent;
}

/* 调整子菜单样式 */
.ud-submenu .ud-submenu-link {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 19px;
    color: #ffffff;
}

/* 调整logo大小 */
#sitelogo {
    transition: all 0.3s ease;
    width: auto;
}

/* 优化section切换动画 */
.fade-enter {
    opacity: 0;
}

.fade-enter-active {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.fade-exit {
    opacity: 1;
}

.fade-exit-active {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* 调整内容容器样式 */
.container-fluid {
    padding: 0 15px;
    height: 100%;
}

/* 调整图片容器样式 */
.ud-hero .row {
    width: 100%;
    margin: 0;
    height: 100%;
}

/* 调整图片大小，确保适应容器 */
#season img {
    max-height: calc(100vh - 80px);
    object-fit: contain;
    width: auto;
}

/* 确保header固定在顶部 */
.ud-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 80px;
}

/* 调整内容垂直居中 */
.ud-hero-content {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 调整back-to-top按钮位置 */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
}

/* 赛季图片容器样式 */
.season-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 0 15px;
}

.season-img img {
    max-height: calc(100vh - 80px);
    width: auto;
    object-fit: contain;
    transition: transform 0.5s ease;
}

/* 悬停效果 */
.season-img:hover img {
    transform: scale(1.05);
}

/* 遮罩层样式 */
.season-overlay {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
}

.season-content {
    text-align: center;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.season-content h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
}

.season-content p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-family: 'AlimamaShuHeiTi', sans-serif;
}

/* 悬停时的遮罩层效果 */
.season-img:hover .season-overlay {
    opacity: 1;
}

.season-img:hover .season-content {
    transform: translateY(0);
}

/* 下载按钮容器 */
.download-btn-wrapper {
    position: relative;
    margin-left: 20px;
}

/* 下载按钮图片 */
.download-btn {
    height: 43px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* 鼠标悬停效果 */
.download-btn:hover {
    transform: scale(1.1);
}

/* 游戏世界左侧容器样式 */
#leftcontainer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gameword-left-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    height: 100%;
    width: 100%;
}

.gameword-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gameword-img {
    max-width: 100%;
    height: 130px;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gameword-img3 {
    transition: transform 0.8s ease;
    cursor: pointer;
    margin-left:6rem; 
    height: 65vh;
}

.gameword-img-entry {
    max-width: 100%;
    height: 130px;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-left:20rem;
}

/* 可选：添加鼠标悬停效果 */
.gameword-img:hover, .gameword-img3:hover {
    transform: scale(1.05);
}

.loopanimated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
}


.role-more {
    width: 50%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.role-more:hover {
    transform: scale(1.1);
}

.weapon-more {
    width: 80%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.weapon-more:hover {
    transform: scale(1.1);
}

#boxleft2 {
    display: flex;
    position: relative;
    height: 100%;
}

#img1 {
    object-fit: contain;
    margin: auto;
    transition: transform 0.3s ease;
    width: 100%;
}

#img1:hover {
    transform: scale(1.05);
}

#img2 {
    position: absolute;  /* 使用绝对定位 */
    top: 0;             /* 贴近顶部 */
    right: 0;           /* 贴近右侧 */
    width: 40%;         /* 控制小图的宽度 */
    object-fit: contain;
    transition: transform 0.3s ease;
    z-index: 2;         /* 确保在大图上层 */
}

#img2:hover {
    transform: scale(1.1);
}

#wuqibig {
    max-height: 60vh;
    object-fit: contain;
}

#role-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
    width: 80%;  /* 设置宽度为父元素的80% */
    margin-left: auto;  /* 水平居中 */
    margin-right: auto;
}

.role-item {
    width: calc(25% - 15px); /* 每行4个，减去间距 */
    height: 130px;
    background-image: url('../images/site/juese-weixuanzhong.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.role-item img {
    margin-top: -1.5rem;
    width: 70%;
    margin-left: 1.5rem;
}

.role-item:hover {
    background-image: url('../images/site/juese-xuanzhong.png');
    transform: scale(1.05);
}

.role-item.active {
    background-image: url('../images/site/juese-xuanzhong.png');
}



#updates {
    height: 60vh;
    overflow-y: auto;
    padding-right: 10px;  /* 为滚动条留出空间 */
}

/* 自定义滚动条样式 */
#updates::-webkit-scrollbar {
    width: 6px;
}

#updates::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

#updates::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.update-item {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.update-content {
    width: 80%;
    margin: 0 auto;
}

.update-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.update-title {
    color: #fff;
    font-size: 16px;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
}

.update-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
}

.update-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    max-height: 3em;  /* 两行的高度 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* 限制两行 */
    -webkit-box-orient: vertical;
}

.gw-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gw-image:hover {
    transform: scale(1.01);
}

/* 图片网格样式 */
#image-grid {
    margin: 0 -15px; /* 抵消container-fluid的padding */
}

.grid-image {
    width: 100%;
    height: 250px; /* 设置固定高度，保持一致性 */
    object-fit: cover; /* 确保图片填充整个容器 */
    border-radius: 8px; /* 添加圆角 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
    cursor: pointer;
}

.grid-image:hover {
    transform: scale(1.05); /* 悬停时放大效果 */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); /* 悬停时添加阴影 */
}

/* 响应式调整 */
@media (max-width: 991px) {
    .grid-image {
        height: 200px; /* 在中等屏幕上稍微降低高度 */
    }
}

@media (max-width: 576px) {
    .grid-image {
        height: 180px; /* 在小屏幕上进一步降低高度 */
    }
}


  /* 赛季总览介绍样式 */
  .zonglanjiesao {
    background: linear-gradient(to bottom, #1a3a7d, #0c2456);
    padding: 40px 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
  
  .zonglanjiesao-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fab91a;
    text-align: center;
  }
  
  .zonglanjiesao-subtitle {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fab91a;
    text-align: center;
  }
  
  .zonglanjiesao-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 10px;
    border-top: 1px solid rgba(250, 185, 26, 0.5);
    border-bottom: 1px solid rgba(250, 185, 26, 0.5);
    max-width: 80%;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    color: #fab91a;
    text-align: center;
  }

  .zonglanjiesao-time2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px auto;
    padding: 10px;
    max-width: 80%;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    color: #fab91a;
    text-align: center;
  }
  
  .zonglanjiesao-time-icon {
    margin-right: 10px;
    font-size: 24px;
  }
  
  .zonglanjiesao-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    color: white;
    opacity: 0.9;
    text-align: center;
  }


   /* 自定义滚动条样式 */
   ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #6f42c1;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
  }
  
  /* 隐藏滚动条上下箭头 */
  ::-webkit-scrollbar-button {
    display: none;
  }

  .zonglanjiesao-video {
    transition: transform 0.3s ease;
  }

  .zonglanjiesao-video:hover {
     transform: scale(1.01);
     cursor: pointer;
  }

  /* 赛季时间段卡片样式 */
  .season-stages {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    width: 100%;
    padding: 0 15px;
  }
  
  .season-stage-card {
    background: linear-gradient(to bottom, #1a3a7d, #0c2456);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
  }
  
  .season-stage-card:hover {
    transform: translateY(-10px);
  }
  
  .season-stage-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  
  .season-stage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .season-stage-card:hover .season-stage-image img {
    transform: scale(1.05);
  }
  
  .season-stage-content {
    padding: 20px;
    text-align: center;
  }
  
  .season-stage-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    color: #fab91a;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  
  .season-stage-desc {
    font-size: 14px;
    line-height: 1.6;
    color: white;
    opacity: 0.9;
    text-align: center;
    margin-bottom: 0;
  }
  
  /* 响应式调整 */
  @media (max-width: 768px) {
    .season-stages {
      flex-direction: column;
    }
    
    .season-stage-card {
      margin-bottom: 20px;
    }
  }

.weapon-menu {
    margin-top: 120px;
    padding-left: 35px;
}

.weapon-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.weapon-nav::before {
    content: '';
    position: absolute;
    left: 35px; /* 调整为图标中心位置 */
    top: 25px; /* 从第一个图标中心开始 */
    bottom: 25px; /* 到最后一个图标中心结束 */
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 0;
}

.nav-item-vertical {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.nav-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    background: #1a1f3d;
    border-radius: 50%;
    padding: 10px;
}

.nav-text {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.nav-item-vertical:hover .nav-text {
    color: #ffcc92;
    transform: scale(1.06);
    /* font-size: 18px; */
}

.nav-item-vertical:hover .nav-icon {
    transform: scale(1.1);
}

.nav-item-vertical.active {
    
}

.nav-item-vertical.active .nav-text {
    color: #ffcc92;
    /* font-size: 18px; */
    /* transform: scale(1.1); */
}

.weapon-display {
    padding: 40px 0px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
/* 	margin-right: 25%; */
}
#company-detail-container{
	display: grid;
}
.weapon-logo {
    margin-bottom: 30px;
}

.logo-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.weapon-title {
    min-width: 550px;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 30px;
    /* background-image: url('../images/site/wuqiku/companynamebg.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weapon-title img {
    width: 30%;
}

.companyname {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 36px;
    text-shadow: #3f44be 0px 0px 10px, #3f44be 0px 0px 10px, #3f44be 0px 0px 10px, #3f44be 0px 0px 18.7908px;
}

.weapon-description {
    font-family: 'AlimamaFangYuanTiVF-Thin', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    color:whitesmoke;
    text-shadow: #445aba 0px 0px 10px, #445aba 0px 0px 10px, #445aba 0px 0px 10px, #445aba 0px 0px 18.7908px;
    
    line-height: 2 !important;
    max-height: 7.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.weapon-description p {
    font-family: 'AlimamaShuHeiTi', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 15px;
	max-height: 7.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.weapon-detail-btn {
    background-image: url('../images/site/wuqiku/btnintroducebg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 20px 40px;
    color: #ffcc92;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.weapon-detail-btn:hover {
    transform: scale(1.1);
}

.weapon-list {
    position: relative;
    padding: 0 40px;
    margin-top: 40px;
}

.weapon-nav-btn {
    position: absolute;
    top: 50%;
    margin-left: -20px;
    margin-right: -20px;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 80px;
    height: 240px;
    transition: transform 0.3s ease;
}

.weapon-nav .active {

}

.weapon-nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.weapon-nav-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.weapon-slider {
    margin: 0 -10px;
}

.weapon-item {
    padding: 0 10px;
}

.weapon-item-inner {
    background: rgba(30, 41, 59, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.weapon-item-inner.active, .weapon-item-inner:hover {
    /* background: rgba(62, 108, 214, 0.2);
    border-color: #3e6cd6; */
    /*transform: translateY(-5px);*/
    color: #ffcc92;
    text-shadow: #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 18.7908px;
}

.weapon-item-inner.active span {
    color: #ffcc92;
    text-shadow: #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 18.7908px;
}

.weapon-item-inner span {
    color: #ffffff;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 15px;
}

.weapon-item-inner .en-text {
    /* color: rgba(255, 255, 255, 0.6); */
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

/* 覆盖 Slick 默认样式 */
.slick-track {
    display: flex;
    align-items: center;
}

.slick-slide {
    height: auto;
}

.weapon-detail {
    position: relative;
    width: 100%;
    margin-top: 20px;
    min-height: 600px;
    display: grid;
    grid-template-areas: 
        "name name name"
        "img img img"
        "data data data";
    gap: 20px;
}

.weapon-detail-item-name {
    grid-area: name;
    justify-self: start;
    align-self: start;
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}

.weapon-name-header {
   /* display: flex; */
    /* justify-content: space-between;
    align-items: baseline; */
    width: 100%;
    /* margin-bottom: 5px; */
}

.modal-company-name {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    color: #ffcc92;
    font-size:30px;
}

.weapon-name-cn {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 35px;
    color: #ffcc92;
    margin: 0;
    display: block;
    text-shadow: #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 18.7908px;
}

.weapon-name-en {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 24px;
    color: #ffcc92;
    margin: 0;
    display: block;
	text-align: right;
    margin-top: 15px;
    text-shadow: #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 10px, #364698 0px 0px 18.7908px;

}

.weapon-name-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ffcc92, transparent);
    margin: 10px 0;
}

.weapon-name-desc {
    font-family: 'AlimamaFangYuanTiVF-Thin', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-top: 10px;
    max-width: 800px;
    text-shadow: #3f44be 0px 0px 10px, #3f44be 0px 0px 10px, #3f44be 0px 0px 10px, #3f44be 0px 0px 18.7908px;
}

.weapon-detail-item-img {
    grid-area: img;
    justify-self: center;
    align-self: center;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
	position: relative;
	bottom: 20px;
}

.weapon-detail-item-img:hover {
    transform: scale(1.02);
}

.weapon-detail-item-img-data {
    grid-area: data;
    justify-self: end;
    align-self: end;
    max-width: 25%;
    height: auto;
    transition: transform 0.3s ease;
	position: relative;
	bottom: 100px;
}

.weapon-detail-item-img-data:hover {
    transform: scale(1.02);
}

.weapon-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.weapon-modal.show {
    display: flex;
}

.weapon-modal-content {
    position: relative;
    background: #0d1124;
    padding: 40px;
    border-radius: 10px;
    width: 80vw;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.3s ease;
}

.modal-close-btn:hover {
    transform: scale(1.1);
}

.modal-close-btn img {
    width: 200px;
    height: auto;
}

.modal-body {
    color: #ffffff;
    font-family: 'AlimamaShuHeiTi', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    gap: 40px;
}

.modal-company {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    position: relative;
    width: 30%;
    border-right: 4px solid #ffcc92;
}

/* .modal-company::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ffcc92;
} */

.modal-company-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-company-logo {
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
}

.modal-company-info {
    flex: 1;
    padding-left: 40px;
}

.modal-company-title {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 24px;
    color: #ffcc92;
    margin-bottom: 20px;
}

.modal-company-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
}

.modal-references {
    margin-top: 30px;
}

.modal-references-title {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 20px;
    color: #ffcc92;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: #28226f 0px 0px 5px, #28226f 0px 0px 5px, #28226f 0px 0px 5px, #28226f 0px 0px 8.7908px;
}

.modal-references-title::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background: #ffcc92;
}

.modal-reference-item {
    margin-bottom: 50px;
}

.reference-name {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    font-size: 18px;
    /* color: #ffcc92; */
    margin-bottom: 10px;
}

.reference-desc {
    font-family: "AlimamaFangYuanTiVF-Thin";
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.8;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin: 5px 0;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #ffcc92;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text {
    color: #ffcc92;
    font-size: 14px;
    margin-top: 5px;
}

/* 自定义滚动条样式 */
.weapon-modal-content::-webkit-scrollbar {
    width: 6px;
}

.weapon-modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.weapon-modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.nav-item {
    position: relative;
    min-width: 125px;
    text-align: center;
  }
  .ud-menu-scroll {
    position: relative;
    display: block;
    padding: 10px 20px;
  }
  .menu-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
  }
  .ud-menu-scroll.active .menu-bg {
    opacity: 1;
  }
  .container-fluid {
    position: relative;
  }
  .text-description {
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
    color: #333;
    margin: 20px 0;
    line-height: 1.8;
  }
  .button-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .img-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .img-btn:hover {
    transform: scale(1.05);
  }
  .img-btn img {
    max-height: 40px;
    width: auto;
  }
  .image-container {
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  .main-image {
    max-width: 80%;
    height: auto;
    transition: transform 0.3s ease;
  }
  .main-image:hover {
    transform: scale(1.02);
  }
  .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.3s ease;
  }
  .arrow-btn:hover {
    transform: translateY(-50%) scale(1.1);
  }
  .arrow-left {
    left: 0;
  }
  .arrow-right {
    right: 0;
  }
  .dropdown-container {
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  .dropdown-menu {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-item {
    color: white;
    padding: 8px 20px;
    cursor: pointer;
    white-space: nowrap;
  }
  .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 5px 0;
  }
  .theme-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    width: 200px;
    max-height: 300px;
    overflow: hidden;
    display: none;
    z-index: 1000;
    margin-top: 10px;
    border: 1px solid #FFD700;
  }
  .theme-dropdown.show {
    display: block;
  }
  .theme-list {
    max-height: 250px;
    overflow-y: auto;
    transition: all 0.3s ease;
  }
  .theme-list.expanded {
    max-height: 400px;
  }
  .theme-item {
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'AlimamaShuHeiTi-Bold', sans-serif;
  }
  .theme-item:hover {
    color: #FFD700;
    background: rgba(255, 215, 0, 0.1);
  }
  .theme-divider {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 215, 0, 0.3);
  }
  .expand-arrow {
    text-align: center;
    padding: 8px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.9);
    border-top: 1px solid rgba(255, 215, 0, 0.3);
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
  .expand-arrow img {
    width: 40px;
    height: 20px;
    transition: transform 0.3s ease;
  }
  .expand-arrow.rotated img {
    transform: rotate(180deg);
  }
  /* 自定义滚动条样式 */
  .theme-list::-webkit-scrollbar {
    width: 6px;
  }
  .theme-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
  }
  .theme-list::-webkit-scrollbar-thumb {
    background: rgba(255, 215, 0, 0.5);
    border-radius: 3px;
  }