/* 底部菜单 */
.button-container {
    text-align: center;
    background-color: #021323cc;
    padding: 0.5rem;
    padding-top: 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 5rem;
    height: 80px;
  }

  .button-container img {
    width: 32px;
    height: 32px;
  }

  .button-container p {
    color: #fff;
    line-height: 20px;
    font-weight: 200;
  }
  .btn-group-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    pointer-events: auto;
  }

  .btn2 {
    display: block;
    width: 80px;
    padding: 0;
    border: none;
    background: none;
  }

  .btn2 p:hover {
    color: rgba(0, 247, 255, 0.856);
  }

  .dialog-bg {
    background: rgba(2, 19, 35, 0.9);
  }

   /* 新版小地图 */
   .mini-map {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 99;
    box-sizing: border-box;
  }

  .mini-map-container {
    position: relative;
    width: 153px;
    height: 108px;
    background: url("/static/cms/assets/images/miniMap.png");
    opacity: 0.75;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .mini-map-guide {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 84px;
    left: 86px;
    transform-origin: center;
    transition: left 0.5s ease-in-out, top 0.5s ease-in-out,
      transform ease-in-out;
  }

  .mini-map-guide img {
    width: 47px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-100% + 8px));
  }

  .clickArea {
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .bluePoint {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(124, 202, 204);
    position: absolute;
    z-index: 1;
    cursor: pointer;
  }

  .bluePoint.active {
    background: rgb(245, 40, 43);
    /* Red */
    width: 6px;
    height: 6px;
    z-index: 2;
    cursor: pointer;
  }

  .bluePoint.disabled {
    background: rgb(159, 160, 160);
  }
  /* 轮播热点 */
  .no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  #iframespot {
    width: 100%;
    height: 340px;
    user-select: none;
    touch-action: none;
  }

  .iframeBanner {
    user-select: none;
    pointer-events: auto;
  }
  /* 脚印 */
  .footer .out {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
  }

  .footer .in {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    top: 50%;
    left: 50%;
    position: relative;
  }
 /* 二维码 */
 #customQrcode {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /* 确保二维码不会超出容器 */
  }

  #imgtitle {
    font-family: HYCJHJ, monospace !important;
  }

 
  .customText {
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-family: HYZhongDengXianJ, HYZhongDengXianJ;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .left-align {
    text-align: left;
  }

  /* 播放按钮热点 */
  .playPot {
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .playPot img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  /* 开屏视频 */
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  /* 视频播放器样式 */
  .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .close-video-btn {
    height: 40px;
    width: 40px;
    padding: 2px;
    margin-right: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
  }
  

 

  @font-face {
    font-family: "HYCJHJ";
    src: url("/static/common/HYCJHJ.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }