/* 怪物联萌游戏官网样式 */

/* Skeleton 加载样式 - 从原网站提取 */
.skeleton-wrapper[data-v-4aca6594] {
  padding: 0.15625rem 0.15625rem 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.skeleton-wrapper span[data-v-4aca6594] {
  display: inline-block;
  background-color: #d8d8d8;
}
.skeleton-wrapper .hd[data-v-4aca6594] {
  margin-bottom: 0.09375rem;
  overflow: hidden;
}
.skeleton-wrapper .hd .fl span[data-v-4aca6594] {
  width: 0.21875rem;
  height: 0.21875rem;
  border-radius: 50%;
  margin-right: 0.21875rem;
}
.skeleton-wrapper .hd .fr[data-v-4aca6594] {
  width: 1.291667rem;
  height: 0.25rem;
  background: #d8d8d8;
  border-radius: 0.125rem;
}
.skeleton-wrapper .row-1[data-v-4aca6594] {
  overflow: hidden;
  margin-bottom: 0.083333rem;
}
.skeleton-wrapper .row-1 span[data-v-4aca6594] {
  vertical-align: middle;
}
.skeleton-wrapper .row-1 .col1[data-v-4aca6594] {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  margin-right: 0.177083rem;
}
.skeleton-wrapper .row-1 .col2[data-v-4aca6594] {
  width: 0.75rem;
  height: 0.166667rem;
  margin-right: 0.083333rem;
}
.skeleton-wrapper .row-1 .col3[data-v-4aca6594] {
  width: 0.25rem;
  height: 0.166667rem;
}
.skeleton-wrapper .row-1 .fr[data-v-4aca6594] {
  width: 0.25rem;
  height: 0.166667rem;
  background-color: #d8d8d8;
  margin-top: 0.09375rem;
}
.skeleton-wrapper .row-2[data-v-4aca6594] {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-left: 0.197917rem;
}
.skeleton-wrapper .row-2 .side[data-v-4aca6594] {
  position: absolute;
  left: -0.15625rem;
  top: 0;
  width: 0.229167rem;
  height: 0.833333rem;
  background: #d8d8d8;
  border-radius: 0.041667rem 0 0.041667rem 0;
}
.skeleton-wrapper .row-2 .list[data-v-4aca6594] {
  width: 0.708333rem;
  border-radius: 0.041667rem;
}
.skeleton-wrapper .row-2 .col1[data-v-4aca6594] {
  width: 0.5rem;
  height: 0.197917rem;
  background: #d8d8d8;
  margin: 0 auto;
}
.skeleton-wrapper .row-2 .col2[data-v-4aca6594] {
  margin: 0 auto;
  width: 0.708333rem;
  height: 0.8125rem;
  background: #d8d8d8;
}
.skeleton-wrapper .row-3[data-v-4aca6594] {
  margin: 0.291667rem 0;
  display: flex;
  width: 3.583333rem;
  height: 1.666667rem;
  border-radius: 0.041667rem;
  background: #d8d8d8;
  justify-content: space-between;
}
.skeleton-wrapper .row-3 span[data-v-4aca6594] {
  width: 0.666667rem;
  height: 0.166667rem;
}
.skeleton-wrapper .row-4[data-v-4aca6594] {
  overflow: hidden;
  margin: 0.291667rem 0;
  display: flex;
  width: 3.583333rem;
  height: 0.760417rem;
  border-radius: 0.041667rem;
  background: #d8d8d8;
  justify-content: space-between;
}
.skeleton-wrapper .row-4 span[data-v-4aca6594] {
  width: 1.708333rem;
  height: 1rem;
  border-radius: 0.041667rem;
}
.skeleton-wrapper .row-4[data-v-4aca6594] {
  width: 3.583333rem;
}
.skeleton-wrapper .row-space[data-v-4aca6594] {
  width: 100%;
  height: 0.104167rem;
  background-color: #d8d8d8;
  margin-bottom: 0.083333rem;
}
.skeleton-wrapper .row-5[data-v-4aca6594] {
  margin-bottom: 0.135417rem;
  width: 0.666667rem;
  height: 0.177083rem;
  background: linear-gradient(90deg, #1a1a2e, #1a1a2e, #1a1a2e);
  border-radius: 0.041667rem;
}
.skeleton-wrapper .row-6[data-v-4aca6594] {
  width: 3.583333rem;
  height: 0.760417rem;
  border-radius: 0.041667rem;
  background: #d8d8d8;
  justify-content: space-between;
}

/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

/* 顶部导航条 */
.public-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.public-topbar .left {
  display: flex;
  align-items: center;
}

.public-topbar .left .logo {
  height: 30px;
}

.public-topbar .right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.public-topbar .right .save {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}

.public-topbar .right .save_star {
  width: 16px;
  height: 16px;
  background: url(../img/star.png) no-repeat center/100%;
}

.public-topbar .right #age-click {
  cursor: pointer;
}

.public-topbar .right #age-click .logo {
  height: 20px;
}

/* 适龄提示 */
#age_tips {
  display: none;
  position: fixed;
  width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #006699;
  padding: 20px;
  z-index: 1001;
  color: white;
  line-height: 23px;
  border-radius: 10px;
}

#age_tips h1 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}

/* 主头部区域 */
.header {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}

.header .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .head-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.header .head-wrap .logo {
  display: inline-block;
  margin-bottom: 20px;
}

.header .head-wrap .logo img {
  max-width: 300px;
  margin: 0 auto;
}

.header .head-wrap .follow {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

.header .head-wrap .follow .follow-item {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.header .head-wrap .follow .ico {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header .head-wrap .follow .follow-layer {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.header .head-wrap .follow .layer-ewm .wx-box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header .head-wrap .follow .layer-ewm .ewm-pic {
  width: 150px;
  height: 150px;
}

.header .head-wrap .layer-qq .qq-list {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.header .head-wrap .layer-qq .group {
  padding: 10px;
}

.header .head-wrap .layer-qq .ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/qq.png) no-repeat center/100%;
  vertical-align: middle;
  margin-right: 5px;
}

.header .head-wrap .layer-qq span {
  font-size: 12px;
  color: #333;
}

.header .head-wrap .slogan {
  height: 30px;
  background: url(../img/slogan.png) no-repeat center/contain;
  margin-bottom: 30px;
}

.header .head-wrap .sl {
  display: inline-block;
  margin-bottom: 10px;
}

.header .head-wrap .sl img {
  height: 20px;
}

.header .head-wrap .downloads {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}

.header .head-wrap .downloads .ewm {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.header .head-wrap .downloads .ewm img {
  width: 150px;
  height: 150px;
}

.header .head-wrap .downloads .download {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.header .head-wrap .downloads .download a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.header .head-wrap .downloads .download a:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.header .head-wrap .downloads .download .android {
  background: linear-gradient(180deg, #4CAF50, #2E7D32);
}

.header .head-wrap .downloads .download .ios {
  background: linear-gradient(180deg, #2196F3, #1565C0);
}

.header .head-wrap .desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, #ff9800, #f57c00);
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.header .head-wrap .desktop:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.header .head-wrap .next {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}

.header .head-wrap .next .icon-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-play.png) no-repeat center/100%;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.header .head-wrap .h-main {
  margin-top: 20px;
}

#indulge {
  display: none;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1001;
}

#indulge img {
  width: 200px;
}

/* 主要内容区域 */
.wrap {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 5;
}

.wrap .bg {
  margin-bottom: 0;
}

.wrap .bg.on {
  opacity: 1;
}

/* 标题 */
.wrap .title,
.item2 .title,
.roles-bg .title,
.item4 .title,
.bg .title {
  text-align: center;
  margin-bottom: 30px;
}

.wrap .title img,
.item2 .title img,
.roles-bg .title img,
.item4 .title img,
.bg .title img {
  max-width: 400px;
  margin: 0 auto;
}

/* 开服奖励 */
.gift {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 0;
}

.gift .description {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px;
}

.gift .description li {
  list-style: none;
  text-align: center;
  width: 200px;
  height: 240px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gift .description li:hover {
  transform: translateY(-5px);
}

.gift .description li img {
  max-width: 100px;
  margin: 0 auto;
}

.gift .description li:first-child {
  width: 200px;
  height: 240px;
}

.gift .description li:first-child img {
  width: 120px;
}

.gift .progress {
  max-width: 700px;
  margin: 30px auto;
  position: relative;
}

.gift .progress .jd {
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: visible;
  position: relative;
}

.gift .progress .jd::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 28px;
  background: url(../img/icon-before.png) no-repeat;
  background-size: contain;
  left: -5px;
  top: -12px;
  z-index: 10;
}

.gift .progress .jd-h {
  height: 100%;
  background: linear-gradient(90deg, #ffd700, #ff8c00);
  border-radius: 10px;
  position: relative;
}

.gift .progress .marker {
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.gift .progress .marker::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 6px;
  background: #ffd700;
}

.gift .progress .marker.crown {
  top: -35px;
}

.gift .progress .marker.crown::after {
  top: 30px;
  height: 10px;
}

.gift .progress .crown-icon {
  position: absolute;
  right: -20px;
  top: -40px;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 1;
}

/* 游戏截图 */
.item2 {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 0;
}

.item2 .content {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.item2 .content .left {
  flex: 1;
  max-width: 580px;
  height: 540px;
  display: flex;
  flex-direction: column;
}

.item2 .content .left .swiper-container {
  border: 3px solid #1E90FF;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item2 .content .left .swiper-wrapper {
  flex: 1;
  display: flex;
  height: 100%;
}

.item2 .content .left .swiper-slide {
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
}

.item2 .content .left .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.item2 .content .right {
  flex: 1;
  max-width: 580px;
  height: 540px;
  border: 3px solid #1E90FF;
  border-radius: 10px;
  box-sizing: border-box;
}

.item2 .right .top {
  background: rgba(0, 0, 0, 0.02);
  padding: 0;
  border-radius: 5px;
  margin-bottom: 20px;
}

.item2 .right .top-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 30px;
}

.item2 .right .news-title {
  padding: 8px 25px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.item2 .right .news-title:hover {
  background: rgba(255, 215, 0, 0.15);
}

.item2 .right .news-title.active {
  background: linear-gradient(180deg, #ffd700, #ff8c00);
  color: #000;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.item2 .right .news-title a {
  color: inherit;
}

.item2 .right .news-title:not(.active) a {
  color: #666;
}

.item2 .right .bottom {
  max-height: 500px;
  overflow-y: auto;
  padding: 0 10px;
}

.item2 .right .bottom li {
  list-style: none;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e0e0e0;
}

.item2 .right .bottom li:last-child {
  border-bottom: none;
}

.news-content {
  display: block;
}

.news-content.hidden {
  display: none;
}

.item2 .right .bottom li a {
  display: block;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.item2 .right .bottom li a:hover {
  color: #ff8c00;
}

.item2 .right .bottom li span:first-child {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item2 .right .bottom li span:last-child {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}

/* 轮播 */
.swiper-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

.swiper-slide {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet:hover {
  background: rgba(255, 215, 0, 0.9);
  border-color: rgba(255, 215, 0, 0.5);
}

.swiper-pagination-bullet-active {
  background: #ffd700;
  width: 14px;
  height: 14px;
  border-color: #ffd700;
}

/* 英雄介绍 */
.roles-bg {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 0;
}

.role-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.role-item {
  display: none;
  text-align: center;
}

.role-item {
  display: none;
  text-align: center;
}

.role-item[style*="display: flex;"] {
  display: block !important;
}

.role-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.role-pic {
  width: 500px;
  height: 550px;
  margin: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}

.role-til {
  height: 40px;
  margin: 0 auto 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.role-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.role-btn {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s ease;
}

.role-btn:hover {
  transform: scale(1.05);
}

.role-btn.active {
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.skills {
  width: 450px;
  max-width: 450px;
  text-align: left;
  position: relative;
  z-index: 5;
}

.skill-title {
  height: 25px;
  background: url(../img/skill-title.png) no-repeat center/contain;
  margin-bottom: 10px;
}

.skill {
  background: #fff;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size: 13px;
  line-height: 1.6;
  border-left: 3px solid #ffd700;
}

.platform-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
  padding: 10px 0;
}

.platform-item {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.platform-item:hover {
  transform: translateY(-5px);
}

.platform-item.active {
  filter: brightness(1.3);
}

.platform-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.platform-item span {
  display: block;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.platform-item.active span {
  color: #ffd700;
  font-weight: bold;
}
  border-left: 3px solid #ffd700;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.skill-name {
  color: #ffd700;
  font-weight: bold;
  font-size: 14px;
}

.role-btns {
  display: flex;
  gap: 10px;
  margin: 0;
}

.role-btn {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s ease;
}

.role-btn:hover {
  transform: scale(1.1);
}

.role-btn.active {
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

.btn {
  width: 60px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.btn:hover {
  opacity: 1;
}

.btn.active {
  opacity: 1;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* 游戏特色 */
.item4 {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 0;
}

.features {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.features .swiper-slide {
  border: 3px solid #1E90FF;
  border-radius: 10px;
}

/* 游戏视频 */
.bg {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 0;
  margin-bottom: 0;
}

.voice {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.video-pic {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 4px solid #ffd700;
}

.playVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.playVideo:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.playVideo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* 底部导航 */
.nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px 10px 0 0;
  z-index: 100;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.nav-item:hover {
  background: rgba(255, 215, 0, 0.2);
}

.nav-item.on {
  background: rgba(255, 215, 0, 0.3);
}

.nav-item .icon {
  width: 20px;
  height: 20px;
}

.nav-item .text {
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
}

/* 页脚 */
.webFooter {
  background-color: #1b1b1b;
  padding: 40px 0;
}

.wF-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wF-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}

.wF-recommend a {
  color: #888;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.3s;
}

.wF-recommend a:hover {
  color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
}

.wF-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.wF-box {
  display: flex;
  gap: 40px;
}

.wF-logos a {
  display: block;
}

.wF-logos img {
  max-width: 150px;
  margin: 0 auto;
}

.wF-txt {
  flex: 1;
}

.wF-txt > div {
  margin-bottom: 15px;
}

.wF-txt > div a {
  color: #888;
  font-size: 12px;
}

.wF-txt p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.wF-txt p span {
  margin-right: 20px;
}

.footer-health {
  color: #ff6b6b;
  font-size: 11px;
  line-height: 2;
}

/* 新闻详情样式 */
.news-detail-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.news-detail-header {
  border-bottom: 2px solid #ffd700;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.news-detail-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.news-detail-info {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #999;
}

.news-detail-date {
  background: #f5f5f5;
  padding: 5px 15px;
  border-radius: 5px;
}

.news-detail-category {
  background: linear-gradient(180deg, #ffd700, #ff8c00);
  color: #000;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
}

.news-detail-content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.news-detail-content p {
  margin-bottom: 20px;
  text-indent: 2em;
}

.news-detail-footer {
  margin-top: 30px;
  text-align: center;
}

.news-detail-back {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #ffd700, #ff8c00);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s;
}

.news-detail-back:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

/* 产品功能弹窗 */
#product-pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* 清除浮动 */
.clear::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 响应式 */
@media (max-width: 768px) {
  .header .head-wrap .follow {
    gap: 10px;
  }

  .header .head-wrap .downloads {
    flex-direction: column;
    gap: 10px;
  }

  .item2 .content {
    flex-direction: column;
  }

  .item2 .content .right {
    width: 100%;
  }

  .nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wF-box {
    flex-direction: column;
  }

  .wF-recommend {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .public-topbar {
    padding: 0 10px;
  }

  .public-topbar .right {
    gap: 10px;
  }

  .wrap {
    padding: 30px 10px;
  }

  .gift .description {
    flex-direction: column;
    gap: 20px;
  }

  .role-pic {
    width: 100%;
    max-width: 250px;
  }

  .video-pic {
    width: 100%;
    height: auto;
  }
}

/* 弹窗样式 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay.hidden {
  display: none;
}

.news-modal-content {
  background: #fff;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.news-modal-content .modal-header {
  background: linear-gradient(180deg, #ffd700, #ff8c00);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-modal-content .modal-header h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
}

.news-modal-content .modal-close {
  font-size: 28px;
  cursor: pointer;
  color: #000;
  user-select: none;
}

.news-modal-content .modal-close:hover {
  opacity: 0.7;
}

.news-modal-content .modal-body {
  padding: 30px;
  max-height: 60vh;
  overflow-y: auto;
  color: #333;
  line-height: 1.8;
}

.news-modal-content .modal-body h3 {
  color: #ffd700;
  margin-bottom: 15px;
}

.news-modal-content .modal-body p {
  margin-bottom: 15px;
}

.back-home-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(180deg, #ffd700, #ff8c00);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin: 20px;
  transition: all 0.3s;
}

.back-home-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

/* 视频模态框样式 */
.video-modal-content {
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
  width: 90%;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-modal-content .modal-header {
  background: linear-gradient(180deg, #ffd700, #ff8c00);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-modal-content .modal-header h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
}

.video-modal-content .modal-body {
  padding: 20px;
  background: #000;
}

.video-modal-content .video-container {
  width: 100%;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-modal-content .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
