html {
  font-size: 13.333333vw;
}
html::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: black;
  letter-spacing: 0.02rem;
  max-width: 7.5rem;
  margin: 0 auto;
}

.scrollable {
  -ms-overflow-style: none; /* 禁用 IE 和 Edge 的滚动条 */
  scrollbar-width: none; /* 禁用 Firefox 的滚动条 */
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable::-webkit-scrollbar {
  display: none; /* 隐藏 Chrome 和 Safari 的滚动条 */
}
/*图标广告*/
.ggt-box-s {
  /* width: 100%; */
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ggt-box-s .ggt-item .name {
  color: #fff;
  font-size: 0.2rem;
}
.carousel-container .ggt-box-s .ggt-item {
  /* width: 100%; */
}
.carousel-container {
  height: 1.38rem;
  width: 100%;
  margin-top: 0.2rem;
}
.imgs {
  object-fit: contain;
}

:root {
  --bg-color: #242529;
}

.logo-box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #242529;
  z-index: 9999;
}
.swiper-item-img {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 7.5rem;
}
.name {
    white-space: nowrap;
}

 a{
  display: flex;
  align-items: center;
  justify-content: center;
 text-decoration: none; /* 移除下划线 */
 color: inherit; /* 继承父元素的颜色 */
     -webkit-user-drag: none; /* Safari and Chrome */
    user-drag: none;
      user-select: none; /* 标准 */
         -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
.logo img {
    width:3.21rem;
}

.tancuang {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.QQ {
  width: 4.7rem;
  height: 5.48rem;
  background-image: url('../imgs/index/qq.png');
  background-size: 100% auto;
  position: relative;
}
.qq-btn {
  width: 4.2rem;
  height: 0.7rem;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.qq-gb {
    width: 0.5rem;
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
}
 .xin {
       width: 1.6rem !important; 
       border: none !important;
    }

