* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.hidden {
  display: none;
}
.block {
  display: block;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 0.1rem;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #666666;
}
img {
  object-fit: cover;
}
body {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  color: #666666;
  overflow-y: auto;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Microsoft YaHei,
    Arial,
    sans-serif;
}

#app {
  font-size: 0.24rem;
  background-color: #d2c3ea;
  padding-bottom: 20px;
  min-height: 100vh;
}
.relative {
  position: relative;
}
.text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.px-8 {
  padding: 0 0.16rem;
}
.my-sticky {
  position: sticky;
  top: 0;
  z-index: 11;
  padding: 8px;
  background-color: #8b67c7;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.notif {
  width: 0.32rem;
  height: 0.32rem;
  background: url(notification.png) no-repeat center / 100%;
}
.marquee-wrap {
  padding: 0.08rem 0;
  width: 100%;
}
.marquee-box {
  display: flex;
  align-items: center;
  height: 0.72rem;
  padding: 0.1rem;
  font-size: 0.26rem;
  font-weight: 600;
  padding-left: 0.24rem;
  background: #fcdefa;
  border-radius: 0.35rem;
  color: #8d66c7;
}
.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;
}

.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;
  color: #ffffff;
  font-weight: 600;
  background: linear-gradient(90deg, #c673e5 0%, #5538b6 100%);
  box-shadow: 0 0.06rem 0.16rem rgba(85, 56, 182, 0.24);
}

@keyframes vMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.nav-c {
  display: flex;
  flex: 1;
}

.nav-c .item {
  flex: 1;
}

.nav-c .item > div {
  width: 1.2rem;
  height: 40px;
}
.swiper-banner {
  margin-top: 0.16rem;
}
.swiper-banner .swiper-slide {
  text-align: center;

  /* 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: translateZ(0);
}
.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;
}
.banner-img {
  width: 100%;
  aspect-ratio: 64 / 35;
  border-radius: 0.2rem;
}
.item-wrap {
  margin-top: 0.24rem;
  padding: 0 0.16rem;
}
.title-img {
  width: auto;
  height: 0.36rem;
}
.jgg-wrap {
  padding: 0.16rem;
  background-color: #f1ebfa;
  border-radius: 0.2rem;
}
.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.16rem;
}
.jgg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.jgg-img {
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 0.2rem;
  margin-bottom: 0.08rem;
}
.jgg-item .text {
  color: #40187b;
  text-align: center;
}
.title-wrap {
  margin-bottom: 0.08rem;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.1rem;
}

.qq-item {
  background-color: #e6fbff;
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}

.qq-img {
  width: 3.54rem;
  height: 3.54rem;
}
.qq-info-wrap {
  padding: 0.1rem;
}
.qq-title {
  margin-bottom: 6px;
  font-size: 0.36rem;
  font-weight: 600;
  color: #14989e;
}
.qq-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
}
.qq-pic {
  font-size: 0.28rem;
  color: #f03789;
  font-weight: 600;
}
.qq-pic-icon {
  font-size: 0.24rem;
  font-weight: 400;
}

.gril-item {
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: #ffedfb;
}
.gril-img-wrap {
  position: relative;
}
.gril-img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 4.72rem;
}
.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 {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
}
.like-tips .img {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
}
.gril-l .img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.gril-r .img {
  display: block;
  width: 100%;
  height: 0.6rem;
}
.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;
  gap: 10px;
}
.gril-bottom .gril-r {
  flex: 1;
}
.gril-text-wrap {
  margin-top: 0.3rem;
  padding: 0.16rem;
  overflow: hidden;
}
.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: 1;
  font-size: 0.28rem;
  font-weight: 600;
  color: #d62881;
}

.color1 {
  color: #1163cd;
  font-size: 0.26rem;
  font-weight: 600;
  display: block;
}
.gti {
  flex: 0 0 auto;
  width: 2.7rem;
  color: #000;
}
.gtc {
  text-wrap: nowrap;
  margin-right: 0.08rem;
  color: #1aaca9;
  font-weight: 600;
}

.gril-add {
  flex: 0 0 auto;
  width: 1.5rem;
  color: #a783e8;
}
.gril-add .img {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.live-item {
  border-radius: 0.2rem;
  background-color: #ffffff;
  display: block;
}
.live-img {
  width: 100%;
  height: 5.06rem;
  border-radius: 0.2rem;
}
#ad-swiper .live-img {
  width: 3.32rem;
  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: #333333;
  font-weight: 600;
  margin-bottom: 0.08rem;
  font-size: 0.32rem;
}
.live-inner {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.live-like span {
  color: #a783e8;
}
.live-count1 {
  display: flex;
  align-items: center;
}
.live-num1 {
  color: #1aaca9;
}
.live-t-icon {
  width: 0.6rem;
  height: 0.6rem;
}

.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.1rem;
}

.ad1-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffe8e7;
  border-radius: 0.2rem;
  padding: 0.16rem;
  overflow: hidden;
  border: 2px solid #c0aae9;
}

.ad1-item-img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
}
.ad1-item .text {
  font-size: 0.28rem;
  font-weight: 600;
  text-align: center;
  color: #f42528;
  margin: 8px 0 2px 0;
}
.ad1-item .sub-text {
  color: #5e15cf;
}
.ab-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 30px;
}

.t1 {
  background: url(t1.png) no-repeat center / 100%;
}
.t1-a {
  background: url(t1-a.png) no-repeat center / 100%;
}
.t2 {
  background: url(t2.png) no-repeat center / 100%;
}
.t2-a {
  background: url(t2-a.png) no-repeat center / 100%;
}
.t3 {
  background: url(t3.png) no-repeat center / 100%;
}
.t3-a {
  background: url(t3-a.png) no-repeat center / 100%;
}
.t5 {
  background: url(t5.png) no-repeat center / 100%;
}
.t5-a {
  background: url(t5-a.png) no-repeat center / 100%;
}
.t6 {
  background: url(t6.png) no-repeat center / 100%;
}
.t6-a {
  background: url(t6-a.png) no-repeat center / 100%;
}

.jp-t {
  background: url(jp-t.png) no-repeat center left / auto 100%;
}
.yp-t {
  background: url(yp-t.png) no-repeat center left / auto 100%;
}
.bc-t {
  background: url(bc-t.png) no-repeat center left / auto 100%;
}
.like-icon {
  background: url(like-icon.png) no-repeat center / 100%;
}
.gfrz-icon {
  background: url(gfrz-icon.png) no-repeat center / 100%;
}
.d1-icon {
  background: url(d1-icon.png) no-repeat center / 100%;
}
.yh-btn-icon {
  background: url(yh-btn-icon.png) no-repeat center right / 100%;
  background-size: contain;
}
.map-icon {
  background: url(map-icon.svg) no-repeat center / 100%;
}
.tj-icon {
  background: url(tj-icon.svg) no-repeat center / 100%;
}
