@charset "utf-8";

/* CSS Document 公共部分 author lee  2018-2019*/
html {
  font-size: 0px;
  font-family: -apple-system, Roboto, "Helvetica Neue", Roboto,
    "Microsoft Yahei", "Hiragino Sans GB", Helvetica, Arial, sans-serif,
    nomospace;
  font-style: normal;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

li,
ol,
p,
ul {
  list-style-type: none;
}

.header {
  text-align: center;
}

.container {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url() no-repeat;
  background-size: cover;
}

.float {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  bottom: -2px;
  line-height: 0;
  z-index: 10;
  width: 100%;
  max-width: 640px;
}
.telegram {
  position: fixed;
  top: 50%;
  right: 20px;
  animation: kf 2s infinite;
  z-index: 10;
}
.telegram img {
  width: 96px;
}
.kf {
  position: fixed;
  top: 30%;
  right: 20px;
  animation: kf 2s infinite;
  z-index: 10;
}
.kf img {
  width: 70px;
}
.sw {
  position: fixed;
  top: 40%;
  left: 20px;
  animation: kf 2s infinite;
}
.sw img {
  width: 80px;
}
@media (max-width: 320px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 376px) {
  html,
  body {
    font-size: 0px;
  }
}

@media (min-width: 576px) {
  html,
  body {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 0px;
  }
}
@keyframes kf {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
a[title="站长统计"] {
  display: none;
}

/* 二维码容器的样式 */
#qrcode-container {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-align: center;
}

/* 背景遮罩层的样式 */
#overlay {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* 关闭按钮的样式 */
#close-btn {
  margin-top: 10px;
  padding: 10px 20px;
  /* 增大内边距，使按钮更大 */
  background-color: #ff4757;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  /* 增大字体大小 */
}

#close-btn:hover {
  background-color: #ff6b81;
}

.tq {
  position: fixed;
  top: 60%;
  right: 20px;
  animation: kf 2s infinite;
  z-index: 10;
  width: 65px;
}
#open-ad-coop {
  width: 54px;
  height: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: rgba(255, 105, 180, 0.8); /* 半透明粉色背景 */
  border: 2px solid rgba(255, 51, 153, 0.6); /* 半透明边框 */
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.8); /* 半透明字体颜色 */
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
}
