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

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

.scrollable::-webkit-scrollbar {
  display: none; /* 隐藏 Chrome 和 Safari 的滚动条 */
}

.imgs {
  object-fit: contain;
}

a {
  text-decoration: none; /* 去除下划线 */
  color: inherit; /* 使用父元素的文字颜色 */
  background-color: transparent; /* 去除背景色（如果有） */
  outline: none; /* 去除点击后的轮廓线 */
  border: none; /* 去除边框（如果有） */
  display: flex;
  align-items: center;
  justify-content: center;
}
.QQ {
  width: 4.7rem;
  height: 5.48rem;
  background-image: url('../imgs/rpt/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%);
}
