  /* 定义UniversLTStd字体 */
      @font-face {
        font-family: "UniversLTStd";
        src: url("../fonts/UniversLTStd/UniversLTStd.woff2") format("woff2");
        font-weight: 400; /* Regular */
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "UniversLTStd-Light";
        src: url("../fonts/UniversLTStd/UniversLTStd-Light.woff2") format("woff2");
        font-weight: 300; /* Light */
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "UniversLTStd-Black";
        src: url("../fonts/UniversLTStd/UniversLTStd-Black.woff2") format("woff2");
        font-weight: 900; /* Black */
        font-style: normal;
        font-display: swap;
      }

      /* 定义SourceHanSansCN字体 */
      @font-face {
        font-family: "SourceHanSansCN-Bold";
        src: url("../fonts/SourceHanSansCN/SourceHanSansCN-Bold.woff2") format("woff2");
        font-weight: 700; /* Bold */
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "SourceHanSansCN-ExtraLight";
        src: url("../fonts/SourceHanSansCN/SourceHanSansCN-ExtraLight.woff2") format("woff2");
        font-weight: 200; /* ExtraLight */
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "SourceHanSansCN-Light";
        src: url("../fonts/SourceHanSansCN/SourceHanSansCN-Light.woff2") format("woff2");
        font-weight: 300; /* Light */
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: "SourceHanSansCN-Normal";
        src: url("../fonts/SourceHanSansCN/SourceHanSansCN-Normal.woff2") format("woff2");
        font-weight: 400; /* Normal */
        font-style: normal;
        font-display: swap;
      }

   html, body {
      font-family: "SourceHanSansCN-Normal", sans-serif;
       width: 100%;
       overflow-x: hidden;
       margin: 0;
       padding: 0;
   }
           
    header {
        position: fixed; 
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        background: transparent;
      }
      .back-header{
        background-color: #000;
      }
      .back-header .language-switch span{
        color: #fff !important;
      }

      .back-header .right  span i{
        color: #fff !important;
      }

      .go_top{
        position: fixed;
        bottom: 40px;
        right: 20px;
        background: #fff;
        width: 60px;
      }
      .go_top a{
        height: 60px;
          transition: all .3s;
          -webkit-transition: all .3s;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;
          flex-direction: column;
          font-size: 14px;
      }
      .go_top a:first-child {
    background: #bbb;
    color: #fff;
}
      .go_top a i {
    font-size: 22px;
    margin-bottom: 3px;
}

           .navbar {
               width: 100%;
               display: flex;
               justify-content: space-between;
               align-items: center;
               padding: 16px 50px;
               box-sizing: border-box;
           }
     .footer-bar .right { display: flex; align-items: center; gap: 20px; }
   
      .navbar .logo { position: absolute; left: 50%; transform: translateX(-50%); line-height:0px;display: inline-block;overflow: hidden;}
      .navbar .logo img{ height:21px; transition: all 0.3s ease}
      .navbar .logo:hover img{
          opacity: 0.8;
        }

      .logo a::after {
          content: "";
          position: absolute;
          top: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
          );
          transform: skewX(-25deg);
          transition: none;
        }

        .logo a:hover::after {
          animation: shine 0.5s;
        }

        @keyframes shine {
          100% {
            left: 150%;
          }
        }

      .navbar .left img{width:48px;height:48px;cursor: pointer; /* ????ͣʱ????? */}

      .navbar .left .closeMenu{
          width: 24px;
          height: 24px;
          padding: 12px;
      }

      .navbar .left{ display: flex; align-items: center; gap: 20px; }
      .navbar .right { display: flex; align-items: center;}

      .navbar .right img {transition: opacity 0.3s ease;}
      .navbar .right img:hover{ opacity: 0.7;}

    
      .search_b{width: 28px;height:28px; margin-right: 24px;}
      .search_h{width: 28px;height: 28px; margin-right: 24px;}
      .user_b{width: 28px;height: 28px; margin-right: 24px;}
      .user_h{width: 28px;height: 28px; margin-right: 24px;}
      .right_user{height: 28px;}
      .search-container{height: 28px;}
      .search-container input{
        display: none; 
        border: 1px solid #ccc; background: transparent; outline: none; color: #fff; padding:0 10px ; vertical-align: middle; box-sizing: border-box;
        width: 200px;
        height: 28px;
        font-size: 13px;
        line-height: 28px;
        border-radius: 2px;
        margin-right: -35px;
        margin-top: -19px;
      }
      .language-switch { position: relative; color: #000;height: 28px}
      .language-switch img{width: 28px;height: 28px;}
      .language-switch .dropdown { 
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px 0;
        min-width: 100px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      }
      .language-switch:hover .dropdown {
        display: block;
      }
      .language-switch .dropdown a {
        display: block;
        padding: 5px 15px;
        cursor: pointer;
        color: #333;
      }
      .language-switch .dropdown a:hover {
        background: #f5f5f5;
      }
    .footer{
        width: 100%;
        height:100vh;
        background-color: #000;
        padding-top: 170px;
        position: relative;
    }
    .footer-info { display: flex; flex-wrap: wrap; justify-content: space-between;max-width: 1440px;margin: 0 auto; background: #000; color: #fff; }
    .footer-info .left, .footer-info .right { flex: 1 1 300px; min-width: 250px;position: relative; }
    .footer-info .right img { max-height:70vh }
    .footer-info .contact { margin-bottom: 12px;padding-left:30px;border-left: 2px solid #fff;margin-top: 70px;}
    .big_size{font-size: 28px !important;margin-bottom: 25px !important;color: #fff !important;}
    .footer-info .contact p { margin: 6px 0;margin-top:12px ;line-height:28px;font-size: 14px;}
    .footer-info .social {position: absolute;bottom: 30px;left: 30px}
    .footer-info .social img { width: 35px; margin-right: 30px; vertical-align: middle; transition: opacity 0.3s ease;}
    .footer-info .social img:hover{opacity: 0.7;}
    .footer-bar{
      width: 100%;
      height: 100px;
      line-height: 114px;
      text-align: center; justify-content: space-between;
      font-size: 14px;
      background-color: #000;
      position: absolute;
      bottom: 170px;
    }
    .footer-info .right {text-align: right;}
    .footer-bar span{
      color:#fff ;
      margin-right: 50px;
      opacity:0.5;
    }

   .menu-container {
       display: none;
       position: fixed;
       top: 80px;
       left: 0;
       width: 100%;
       height: calc(100vh - 80px);
       background: #000;
       z-index: 1000;
    }
    .menu-header {
      width: 100%;
      display: flex;
      align-items: center;
      /*justify-content: space-between;*/
      padding: 20px 40px 0 40px;
      box-sizing: border-box;
    }
    .menu-header img{
      margin-left: calc(50vw - 265px);
    }
    .close-btn {
      font-size: 56px;
      font-weight: 100;
      cursor: pointer;
      line-height: 1;
      background: none;
      border: none;
      color: #fff;
      outline: none;
      cursor: pointer;
    }
    .menu-content {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin-top: 140px;
      flex: 1;
    }
    .menu-left, .menu-right  {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-left:100px;
      min-width: 180px;
    }
    .menu-line {
      opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
      flex: 1;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 120px;
      padding-top: 0.75em;
      padding-left: 5vw;
    }
    .line{
      border-top: 2px white solid;
    }
    .menu-left {
      max-width:200px;
    }
    
    .menu-left .menu-item {
      font-size: 1.5em;
      margin-bottom: 7vh;
      color: #fff;
      opacity: 0.7;
      font-weight: 300;
      letter-spacing: 1px;
      cursor: pointer;
      transition: color 0.2s;
    }
    .menu-left .menu-item img{
      height: 24px;
    }
    .menu-left .menu-item:hover {
      color: #fff;
      font-size: 1.5em;
      font-weight: 400;
      letter-spacing: 2px;
      opacity: 1;
    }
    .menu-left .menu-title {
      color: #fff;
      font-size: 1.5em;
      font-weight: 400;
      letter-spacing: 2px;
      opacity: 1;
    }

    .menu-right {
      opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s, visibility 1.2s;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-left:60px;
      padding-right: 100px;
      position: relative;
    }

    .menu-over {
    opacity: 1;
    visibility: visible;
}

.menu-right .menu-item {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s, visibility 0s 1.2s; /* visibility 延迟1.2s，opacity有动画 */
  position: absolute;
  top: 0; width: 100%;
  pointer-events: none;
}
.menu-right .menu-item.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.2s, visibility 0s; /* visibility 立即生效，opacity有动画 */
  position: static;
  pointer-events: auto;
}
    


    .menu-right .menu-store{
      width: 100% !important;
      padding-bottom: 200px;
      overflow: hidden;
    }

    .menu-item .menu-item-list {
      font-size: 1.3em;
      color: #fff;
      font-weight: 300;
      opacity: 0.7;
      letter-spacing: 1px;
      margin-top: 0.1em;
      margin-bottom:4vh;
    }

    .menu-item .menu-item-list a{
      color: #fff;
      font-weight: 300;
      text-decoration: none; 
    }

   
    .menu-store .maintop{
      padding-top: 0 !important;
      background-color: #fff;
    }
    .menu-store  .shop-wrapper{
      height: 60vh !important;
    }

    .menu-right .menu-item .menu-item-list:hover {
      color: #fff;
      opacity: 1;
    }

    /*.menu-right .menu-item.active {
      opacity: 1;
      visibility: visible;
        transition: opacity 1.2s, visibility 0s;

      position: static;
      pointer-events: auto;
    }*/

  .shop-wrapper .shop-list{
    width: 320px !important;
  }
  .shop-wrapper .shop-list-item .title{font-size: 16px !important;}
  .shop-wrapper .shop-list-item .address{font-size: 14px !important;}
  .shop-wrapper .shop-search{height: 56px !important;}
    .shop-wrapper .shop-search input{height: 36px !important;}
  }
.mobile-menu { display: none; }
@media (max-width: 1440px) {
  .menu-left .menu-item {
      margin-bottom: 5vh;
    }
    .menu-item .menu-item-list {
      margin-bottom:3vh;
    }
    .menu-content {
      margin-top: 120px;
    }

     .footer-info{padding:0 8% }
      .footer{
          padding-top:120px;
      }
      .footer-bar{
          bottom: 0;
        }
        .big_size{font-size: 26px !important;color: #fff !important;}
        .footer-info .social img { width: 30px;}
}
@media (max-width: 1280px) {
  .menu-left .menu-item {
      margin-bottom: 5vh;
    }
    .menu-item .menu-item-list {
      margin-bottom:3vh;
    }

    .menu-content {
      margin-top: 100px;
    }

    .footer-info{padding:0 8% }
    .footer{
        padding-top:100px;
    }
    .footer-bar{
      bottom: 100px;
    }
    .big_size{font-size: 26px !important;color: #fff !important;}
    .footer-info .social img { width: 25px;}
}

@media (max-width: 768px) {
  .menu-content { display: none; }
  .mobile-menu { display: block !important; }
  .mobile-menu-sub { display: none; }
  .mobile-menu-item.active .mobile-menu-sub { display: block; }
  .mobile-menu-title { cursor: pointer; position: relative; }
  .arrow { position: absolute; right: 20px; top: 40%; transform: translateY(-50%); }
  /* Ĭ????ƶ??˲˵? */
  .mobile-menu { display: none; }
  .footer-info .right{display:none;}
  .footer-info .social {
    position: unset;
  }
  .navbar .right .search-container,.right_user{display: none;}
  .menu-container {
       top: 60px;
       left: 0;
       width: 100%;
       height: calc(100vh - 80px);
       background: #000;
       z-index: 1000;
    }
  .search-container{height: 24px !important}
          .navbar .logo{line-height: 0}
            .footer-info{padding:0px 50px}
            .footer-info .social img{margin-right: 15px}
           .navbar {
                   padding:12px 24px;
               }
               .navbar .left .closeMenu {
                  width: 24px;
                  height: 24px;
                  padding: 6px;
              }

               .navbar .left img{width: 36px;height:36px}
               .logo img {
                   height:16px !important;
               }

               .language-switch {
                   height: 24px;
               }
               .right_user{height: 24px;}

               .dropdown {
                   right: 0;
               }

              .footer-info{
                margin-top: 40px;
              }

           .navbar .right img {
               width: 24px;
               height:24px;
           }
           .big_size{
                    font-size: 20px !important;
                    margin-bottom: 25px !important;
                }
           .menu-container {
                   overflow-y: auto;
               }

               .menu-content {
                   flex-direction: column;
                   padding: 0;
                   margin-top: 0;
               }

               .menu-left {
                   width: 100%;
                   padding: 15px;
               }

               .menu-left .menu-item {
                   padding: 12px 0;
                   margin-bottom: 0 !important;
               }

               .menu-right {
                   width: 100%;
                   padding: 15px;
               }

               .menu-line {
                   display: none;
               }

               .menu-item a {
                   font-size: 16px;
                   color: #fff;
                   text-decoration: none;
                   display: block;
                   padding: 8px 0;
               }

               .menu-header {
                   padding: 15px;
                   display: flex;
                   justify-content: space-between;
                   align-items: center;
                   border-bottom: 1px solid rgba(255,255,255,0.1);
               }

               .close-btn {
                   background: none;
                   border: none;
                   color: #fff;
                   font-size: 24px;
                   padding: 5px;
                   cursor: pointer;
               }

               .menu-title {
                   font-size: 18px;
                   font-weight: bold;
                   color: #fff;
                   margin-bottom: 15px;
               }
               .menu-header img {
                  max-width: 120px;
               }

}

/* ??????ʽ */
@media (max-width: 900px) {
  .menu-content { display: none; }   /* ???C?˲˵? */
  .mobile-menu {
    display: block !important;
    background: #191919;
    color: #fff;
    font-size: 16px;
  }
  .footer-info .right{display:none;}
  .footer-info .social {
    position: unset;
    margin-left: -30px;
    margin-top: 30px;
  }
  .mobile-menu-item {
    border-bottom: 1px solid #222;
  }
  .mobile-menu-title {
    padding: 16px 25px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu-title a{
    color: #fff;
  }
  .mobile-menu-title .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 8px;
    transform: rotate(45deg);
    transition: transform 0.2s;
  }
  .mobile-menu-item.active .mobile-menu-title .arrow {
    transform: rotate(-135deg);
  }
  .mobile-menu-sub {
    display: none;
    background: #222;
    padding-left: 20px;
  }
  .mobile-menu-item.active .mobile-menu-sub {
    display: block;
  }
  .mobile-menu-sub a {
    display: block;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    border-bottom: 1px solid #333;
    font-size: 15px;
  }
  .mobile-menu-sub a:last-child {
    border-bottom: none;
  }
  .footer{
    padding-top: 20px;
    height: auto;
  }
  .footer-info{
    margin-top: 40px;
  }
  .footer-bar{
      font-size: 12px;
      height: 60px;
      line-height: 60px;
      position: static;
      margin-top: 10px;
  }
  .footer-info .contact{
      margin-top: 0;
      display: none;
  }
}
   


/* 弹窗蒙层 */
.qrcode-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* 二维码容器（自适应核心） */
.qrcode-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 80%;
  max-width: 200px; /* 桌面端最大宽度 */
  position: relative;
  left: calc(50vw - 120px);
  top: calc(50vh - 130px);
}

/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

/* 二维码图片（自适应大小） */
.qrcode-img {
  width: 100%;
  height: auto; /* 高度自适应 */
  max-width: 200px; /* 限制最大宽度 */
  margin: 10px auto;
}


