.menu-wrap,
.mobile-menu-wrap {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
}
.menu-wrap {
  bottom: 188px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.5s ease;
}
.menu-wrap.active {
  transform: translateY(180px);
}
/* 移动端底部菜单 */
.mobile-menu-wrap {
  width: 80px;
  height: 48px;
  background-color: #021323;
  border-radius: 30px;
  position: fixed;
  bottom: 209px;
  left: 50%;
  transform: translate(-50%, 0); /* 统一管理 X、Y 轴偏移 */
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: bottom 0.3s ease-in-out, opacity 0.5s ease;
}
.mobile-scene-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.8;
}
.scene-choice {
  width: 128px;
  height: 83px;
  background-color: #021323;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  pointer-events: auto;
}
.other-menu {
  width: 240px;
  height: 83px;
  background-color: #021323;
  margin-left: 24px;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.scene-choice:hover {
  color: #00eee6;
}
.other-menu div:hover {
  color: #00eee6;
}
.help,
.introduction,
.share,
.fullscreen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  color: #fff;
  pointer-events: auto;
}
.scene-choice img,
.help img,
.introduction img,
.share img,
.fullscreen img {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}
.mobile-scene-choice img {
  width: 24px;
  height: 24px;
}
.mobile-scene-choice span {
  font-size: 11px;
  color: #ffffff;
  line-height: 13px;
}
/* 全屏图片切换 */
#fullscreen .fullscreenbtn.on {
  display: none;
}
#fullscreen .fullscreenbtn.off {
  display: block;
}
#fullscreen.enabled .fullscreenbtn.on {
  display: block;
}
#fullscreen.enabled .fullscreenbtn.off {
  display: none;
}
/* 轮播 */
.scene-swiper {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background-color: #021323;
  position: fixed;
  bottom: 0px;
  opacity: 0.8;
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding-top: 12px;
  padding-bottom: 12px;
}
.scene-swiper.active {
  transform: translateY(160px);
  opacity: 0.8;
}
/* 顶部名称 */
.scene-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 12px;
}
.action-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.action-left img {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.action-left span {
  height: 17px;
  font-family: HYCuJianHeiJ, HYCuJianHeiJ;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 4px;
}
.aciton-close {
  background: url("/static/cms/assets/images/icon/close.png") center no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
  padding: 2px;
  margin-right: 12px;
}
.swiper {
  height: 100%;
  margin-left: 96px;
  margin-right: 98px;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-slide {
  box-sizing: border-box;
  width: 220px;
  height: 128px;
  background-color: #fff;
  margin-left: 32px;
  border-radius: 8px;
}
.swiper-slide img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide div {
  width: 100%;
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  text-align: center;
  height: 20px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
}
.swiper-slide:not(.disabled):hover {
  border: 3px solid #00eee6; /* 只有在未选中时才会显示边框 */
}
.swiper-slide.selected {
  border: 3px solid #00eee6;
}
.swiper-slide.disabled {
  opacity: 0.5; /* 禁用项显示半透明 */
}
.swiper-slide:first-child {
  margin-left: 0;
}
.swiper-button-next {
  width: 32px;
  height: 32px;
  right: 42px;
}
.swiper-button-next img {
  width: 100%;
  height: 100%;
}
.swiper-button-next::after {
  content: "";
}
.swiper-button-prev::after {
  content: "";
}
.swiper-button-prev {
  left: 32px;
  width: 32px;
  height: 32px;
}
.swiper-button-prev img {
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
}
.intro-content {
  font-family: HYZhongDengXianJ, HYZhongDengXianJ;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: justified;
  font-style: normal;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
}
.scene-swiper .swiper-container {
  display: block;
}
.scene-swiper .intro-content {
  display: none;
}


/* 在移动端显示的 */
 .sm-visible {
  display: none;
}

.sm-hidden {
  display: block;
}

@media (max-width: 479px) {
  .video-player {
    height: auto;
    max-height: 100vh;
  }

  .sm-visible {
    display: block;
  }

  .menu-wrap {
    display: none;
  }

  .mobile-menu-wrap.active {
    display: flex;
    bottom: 48px;
  }

  .scene-swiper.intro-mode .swiper-container {
    display: none;
  }

  .scene-swiper.intro-mode .intro-content {
    display: block;
  }

  /* 底部轮播 */
  .scene-swiper {
    height: 167px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .scene-swiper.active {
    transform: translateY(167px);
  }

  .scene-swiper.intro-mode .swiper-container {
    display: none;
  }

  .scene-swiper.intro-mode .sm-visible .scene-action .action-left img {
    content: url("./images/icon/menu/introduction.png");
  }

  .scene-swiper.intro-mode .intro-content {
    display: block;
  }

  .swiper {
    height: 72px;
    width: 100%;
    margin-left: 16px;
    margin-right: 98px;
  }

  .swiper-slide {
    width: 120px;
    height: 72px;
    border-radius: 8px;
    margin-left: 8px;
  }

  .swiper-slide div {
    bottom: 6px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    display: none;
  }
}

/* 横屏 - 平板（中等屏幕） */
@media screen and (orientation: landscape) and (min-width: 769px) and (max-width: 1024px) {
  .mini-map {
    top: 10px;
    right: 40px;
  }

  .menu-wrap.active {
    transform: translateY(188px);
  }

  .menu-wrap {
    bottom: 100px;
  }

  .menu-wrap.active {
    transform: translateY(100px);
  }

  .menu-wrap span {
    font-size: 14px;
  }

  .scene-choice {
    width: 89px;
    height: 58px;
  }

  .other-menu {
    height: 58px;
    width: 168px;
  }

  .scene-choice img,
  .help img,
  .introduction img,
  .share img,
  .fullscreen img {
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
  }

  /* 底部轮播 */
  .scene-swiper {
    height: 90px;
  }

  .scene-swiper.active {
    transform: translateY(100px);
  }

  .swiper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .swiper-slide {
    width: 120px;
    height: 72px;
    border-radius: 8px;
    margin-left: 8px;
  }

  .swiper-slide div {
    bottom: 6px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .swiper-button-next {
    top: 20px;
  }

  .swiper-button-prev {
    top: 20px;
  }
}
