* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #b5b5b5;
}
img {
  object-fit: cover;
}
body {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  color: #b5b5b5;
  overflow-y: auto;
  background-color: #0c0c0c;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Microsoft YaHei,
    Arial, sans-serif;
}

#app {
  font-size: 0.24rem;
  background-color: #0c0c0c;
}
.relative {
  position: relative;
}
.mb8 {
  margin-bottom: 0.16rem;
}
.marquee-wrap {
  padding: 0.1rem;
  width: 100%;
  height: 0.5rem;
}
.marquee-box {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.24rem;
  background: #191a1b;
  border-radius: 0.35rem;
}
.marquee-box .container-main {
  flex: 1;
  margin: 0 0.15rem;
  font-size: 0.2rem;
  overflow: hidden;
}

.marquee-box p {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  font-size: 0.28rem;
  animation: vMarquee 10s linear infinite;
  color: #ffffffcc;
}

.marquee-box .btn-more {
  width: 1.42rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.22rem;
  background: linear-gradient(90deg, #f1ff2f 0%, #24dd6e 100%);
}

@keyframes vMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.swiper-banner {
  margin: 0.1rem 0;
  height: 140px;
}
.swiper-banner .swiper-slide {
  text-align: center;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  /*transform: scale(0.8);*/
}
.swiper-banner .swiper-slide-next .banner-img,
.swiper-banner .swiper-slide-prev .banner-img {
  transform: scale(0.9);
  opacity: 0.7;
}

.swiper-banner .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
}
.swiper-banner .swiper-pagination-bullet-active {
  width: 0.16rem !important;
  border-radius: 0.16rem;
  background-color: #aba0a6 !important;
}
.block {
  display: block;
}
/*   -------- 0112 ------- */
.clickData {
  height: 100%;
  width: 100%;
}
.banner-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 268 / 150;
  border-radius: 0.2rem;
  object-fit: fill;
}

.nav-c {
  display: flex;
  height: 0.7rem;
  background-color: #191a1b;
  margin: 0 0.1rem;
  border-radius: 0.24rem;
  margin-bottom: 0.1rem;
}

.nav-c .item {
  flex: 1;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 600;
  color: #9b9b9b;
}

.nav-c .item.active {
  background: linear-gradient(123.64deg, #ffffff 19.31%, #b2b9e2 92.79%);
  border-radius: 0.24rem;
  color: #191b28;
}
.body-container {
  padding: 0 0.16rem;
}

.title-wrap {
  display: flex;
  display: flex;
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}

.t-t {
  margin: 0 0.08rem;
  color: #7bc168;
  font-weight: 600;
}
.sub-t {
  color: #ffffff99;
}
.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 0.24rem;
  row-gap: 0.16rem;
}
.jgg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #b5b5b5;
}

.jgg-img {
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 0.2rem;
  margin-bottom: 0.12rem;
}
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.1rem;
}
.ad-text-item {
  background-color: #191a1b;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  width: 100%;
  color: #ffffffcc;
}

.ad-text-icon {
  margin-right: 2px;
}

.ad-text-item.h {
  color: #ffb29e;
  font-weight: 600;
}

.ad-text-item.n {
  color: #5fbecd;
  font-weight: 600;
}
.item-box {
  margin-bottom: 0.24rem;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem;
}
.lf-g {
  border-radius: 0.2rem;
  background-color: #191a1b;
  display: flex;
  align-items: center;
  position: relative;
}
.lf-g-img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  margin-right: 0.16rem;
}
.ad-name {
  font-weight: 700;
  font-size: 0.28rem;
  margin-bottom: 0.08rem;
  color: #ffffffe5;
}
.lf-g-load {
  color: #ffffff66;
}
.go-icon {
  position: absolute;
  top: 0.24rem;
  right: 0;
}
.text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gril-item {
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: #191a1b;
}
.gril-img-wrap {
  position: relative;
}
.gril-img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 4.72rem;
}
.gril-top {
  position: absolute;
  top: 0;
  padding: 0.08rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.like-tips {
  width: 1.16rem;
  height: 0.6rem;
  background-color: #0000004d;
  border-radius: 0.64rem;
  padding: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffffcc;
}
.gril-bottom {
  position: absolute;
  bottom: -0.3rem;
  padding: 0 0.16rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gril-text-wrap {
  margin-top: 0.3rem;
  padding: 0.16rem;
  overflow: hidden;
}
.gril-add {
  color: #719772;
}
.gril-text {
  display: flex;
  margin-bottom: 0.12rem;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.gril-text:last-child {
  margin-bottom: 0;
}
.gril-name {
  flex: 0 0 auto;
  width: 1.22rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #ffffffe5;
}

.color1 {
  color: #c6e789;
  font-size: 0.26rem;
  font-weight: 600;
  display: block;
}
.gti {
  flex: 0 0 auto;
  width: 2.7rem;
  color: #ffffff80;
}
.gtc {
  text-wrap: nowrap;
  margin-right: 0.08rem;
  color: #7ccea4;
}
.live-item {
  border-radius: 0.2rem;
  background-color: #191a1b;
  display: block;
}
.live-img {
  width: 100%;
  height: 5.06rem;
  border-radius: 0.2rem;
}
#ad-swiper .live-img {
  width: 100%;
  height: 4.74rem;
}
.live-top-info {
  position: absolute;
  top: 0;
  padding: 0.08rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.live-top-l {
  display: flex;
  align-items: center;
  background-color: #0000004d;
  border-radius: 0.64rem;
  width: 2.04rem;
  height: 0.6rem;
  padding: 0 0.16rem;
}
.live-p-icon {
  margin-right: 0.1rem;
}
.live-count {
  color: #fff;
}
.live-num {
  font-weight: 600;
}
.live-info-wrap {
  padding: 0.16rem;
}
.live-t {
  color: #ffffffe5;
  font-weight: 600;
  margin-bottom: 0.08rem;
  font-size: 0.32rem;
}
.live-inner {
  color: #ffffff80;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.live-count1 {
  display: flex;
  align-items: center;
}
.live-num1 {
  color: #00ff7c;
}

.qq-item {
  background-color: #191a1b;
  width: 100%;
  border-radius: 0.2rem;
}
.qq-img {
  width: 100%;
  height: 3.54rem;
  border-radius: 0.2rem;
}
.qq-info-wrap {
  padding: 0.16rem;
}
.qq-title {
  margin-bottom: 8px;
  font-size: 0.36rem;
  font-weight: 600;
  color: #ffffffe5;
}
.qq-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
}
.qq-pic {
  font-size: 0.28rem;
  color: #afec3d;
  font-weight: 600;
}
.qq-pic-icon {
  font-size: 0.24rem;
  font-weight: 400;
}
.t-icon {
  width: 0.36rem;
  height: 0.36rem;
}
.gril-l img {
  width: 0.6rem;
  height: 0.6rem;
}

.gf-tips {
  width: 1.74rem;
  height: 0.6rem;
  background-color: #0000004d;
  border-radius: 0.64rem;
  padding: 0.08rem;
  display: flex;
  align-items: center;
  color: #ffffffcc;
  font-weight: 700;
}
.gf-tips img {
  margin-right: 0.08rem;
}
.px8 {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}

#ad-swiper .swiper-wrapper {
  padding-bottom: 8px;
  height: 150px;
}
.swiper-scrollbar {
  bottom: 0px !important;
  background-color: #fff !important;
}
.live-t-icon {
  width: 0.6rem;
  height: 0.6rem;
}

/* 底部漂浮容器 */
.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 550px;
  height: 50px; /* 控制高度为80px */
  display: flex;
  justify-content: space-between; /* 使内容左右填满 */
  align-items: center;
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  padding: 0 15px; /* 适当增加内边距 */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  color: white;
  box-sizing: border-box;
}

/* 图标样式 */
.bb-left {
  display: flex;
  align-items: center;
  flex-grow: 1; /* 使其填满左侧空间 */
}

.bb-left .icon {
  background-size: cover;
  background-position: center;
  width: 40px; /* 图标宽度 */
  height: 40px; /* 图标高度 */
  border-radius: 5px; /* 圆角 */
  margin-right: 20px; /* 增加图标与文字之间的间隙 */
}

/* 文字和按钮区域 */
.bb-app {
  width: 80%;
  display: flex;
  flex-direction: column; /* 垂直排列文字和按钮 */
  justify-content: center;
  flex-grow: 2; /* 使文字和按钮区域填满右侧空间 */
}

.bb-app h2 {
  margin: 0;
  /* font-size: 0.24rem; 稍大字体 */
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.2;
}

/* 下载按钮 */
.bb-button1 {
  background-color: #ff4757;
  color: #ffffff !important; /* 确保字体颜色更改生效 */
  padding: 1px 18px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.3rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
  width: 87%;
  height: fit-content;
  animation: glow 1.5s infinite alternate;
  margin-top: 2px;
}

/* 按钮闪动特效 */
@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(255, 71, 87, 0.6), 0 0 10px rgba(255, 71, 87, 0.4);
  }
  100% {
    box-shadow: 0 0 20px rgba(255, 71, 87, 1), 0 0 30px rgba(255, 71, 87, 0.8);
    transform: scale(1.05); /* 稍微放大按钮 */
  }
}
.page-body {
  padding-bottom: 120px;
}
