.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;
  /* bottom: 0; */
  transition: transform 0.5s ease;
}

.menu-wrap.active {
  transform: translateY(180px);
}
/* .mobile-menu-wrap.active {
  transform: translate(-50%, 180px); 
} */

/* 移动端底部菜单 */
.mobile-menu-wrap {
  width: 80px;
  height: 48px;
  background-color: #021323;
  border-radius: 30px;
  position: fixed;
  /* bottom: 42px; */
  bottom: 209px;
  left: 50%;
  transform: translate(-50%, 0); /* 统一管理 X、Y 轴偏移 */
  /* display: flex; */
  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;
  /* border: 1px solid red; */
  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;
  /* opacity: 0; */
  position: fixed;
  /* bottom: -160px; */
  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 {
  /* border: 1px solid blue; */
  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;
  /* border: 1px solid red; */
  margin-left: 4px;
}
.aciton-close {
  /* background: url(https://fanyi-cdn.cdn.bcebos.com/static/cat/asset/icon-close.824fa424.png)
    50% no-repeat; */
  /* background: url("./images/icon/menu_close.png") center no-repeat; */
  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; /* 禁用项显示半透明 */
  /* 禁止点击 */
  /* pointer-events: none;  */
}
.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;
}
