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: #141317;
  letter-spacing: 0.02rem;
  max-width: 7.5rem;
  margin: 0 auto;
  font-size: 0.22rem;
}
.hidden {
  display: none !important;
}

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

.scrollable::-webkit-scrollbar {
  display: none; /* 隐藏 Chrome 和 Safari 的滚动条 */
}
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 */
}
:root {
  --hbg-color: #000; /* 顶部背景颜色 */
  --hbtn-color: #F2BA73; /* 顶部按钮颜色 */
  --bor-color: #fff; /* 边框颜色 */
  --text-color: #fff; /* 文字颜色 */
  --active-color: #F2BA73; /* 激活状态颜色 */
  --bg-color: #1a1a1a;
  --border-color: #333;
  --icon-color: #666;
  --domain-color: #ccc;
  --browser-color: #ffd700;
  --game-bg: #333;
  --game-border: #ffd700;
  --game-text: #00ff00;
  --ad-bg: #8b4513;
  --separator-color: #666;
  --bottom-bgcolor: #482800;
  --video-text-color: #ff9d00;
  --detail-bg-color: #281616;
  --z-color:#F2BA73;
  --box-more:#482800;
}
.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;
}
.tancuang-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 6rem;
  height: 5.3rem;
  padding-top: 2.15rem;
  background-image: url('../images/hzgx.js');
  background-size: 100% 100%;
  color: #fff;
  gap: 0.2rem;
}
.tancuang-fj {
  width: 0.8rem;
  height: 0.8rem;
}
.tancuang-index {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 6rem;
  height: 6.74rem;
  padding-top: 1.06rem;
  background-image: url('../images/tcindex.js');
  background-size: 100% 100%;
  color: #000;
}
.tancuang-index-title {
  color: #FF9D00;
  font-size: 0.24rem;
}
.tc-p {
  width: 5.2rem;
  height: 3.91rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.33rem;
  text-align: left;
  font-style: normal;
}
.tancuang-btn {
  width: 5.2rem;
  height: 0.64rem;
  background-image: url('../images/hzgx-btn.js');
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 0.8rem;
}
.close {
  position: absolute;
  background-image: url('../images/x.js');
  width: 0.8rem;
  height: 0.8rem;
  background-size: 100%;
  bottom: -1.1rem;
}
.hong {
  color: #ea6363;
}
.lv {
  color: #18cfa4;
}
.btn-left {
  width: 2.69rem;
  height: 0.64rem;
  background-image: url('../images/copy-left.js');
  background-size: 100% 100%;
}
.tancuang-index-btn {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.btn-right {
  width: 2.69rem;
  height: 0.64rem;
  background-image: url('../images/copy-right.js');
  background-size: 100% 100%;
}
.QQ {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 4.7rem;
  height: 5.48rem;
  background-image: url('../images/qq.js');
  background-size: 100% auto;
  position: relative;
}
.qq-btn {
  width: 4.2rem;
  height: 0.7rem;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
  -webkit-user-drag: none;
}
