* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.hidden {
    display: none;
}
.block {
    display: block;
}
.mt0{
    margin-top: 0 !important;
}
.mt5{
    margin-top: .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: .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 .16rem;
}
.my-sticky {
    position: sticky;
    top: 0;
    z-index: 11;
    padding: 8px;
    background-color: #8b67c7;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}
.notif{
    width: .32rem;
    height: .32rem;
}
.marquee-wrap {
    padding: .08rem 0;
    width: 100%;
}
.marquee-box {
    display: flex;
    align-items: center;
    height: .72rem;
    padding: .1rem;
    font-size: .26rem;
    font-weight: 600;
    padding-left: .24rem;
    background: #fcdefa;
    border-radius: .35rem;
    color: #8D66C7;
}
.marquee-box .container-main {
    flex: 1;
    margin: 0 .15rem;
    font-size: .2rem;
    overflow: hidden
}

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

.marquee-box .btn-more {
    width: 1.42rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .25rem;
    text-align: center;
    font-size: .22rem;
    background: linear-gradient(90deg, #F1FF2F 0%, #24DD6E 100%);
}

@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 img {
    width: 1.44rem;
    height: .8rem;
}
.swiper-banner{
    margin-top: .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: .16rem !important;
    border-radius: .16rem;
    background-color: #aba0a6 !important;
}
.block{
    display: block;
}
.banner-img {
    width: 100%;
    aspect-ratio: 64 / 35;
    border-radius: .2rem;
}
.item-wrap{
    margin-top: .24rem;
    padding: 0 .16rem;
}
.title-img{
    width: auto;
    height: .36rem;
}
.jgg-wrap{
    padding: .16rem;
    background-color: #f1ebfa;
    border-radius: .2rem;
}
.grid-col-5{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .16rem;
}
.jgg-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.jgg-img {
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .2rem;
    margin-bottom: .08rem;
}
.jgg-item  .text {
   color: #40187B; 
   text-align: center;
}
.title-wrap{
    margin-bottom: .08rem;
}
.grid-col-2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .1rem;
}

.qq-item {
    background-color: #e6fbff;
    width: 100%;
    border-radius: .2rem;
    overflow: hidden;
}
 .qq-img {
    width: 3.54rem;
    height: 3.54rem;
}
.qq-info-wrap{
    padding: .1rem;
}
.qq-title {
    margin-bottom: 6px;
    font-size: .36rem;
    font-weight: 600;
    color: #14989E;
}
.qq-info {
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
}
.qq-pic {
    font-size: .28rem;
    color: #F03789;
    font-weight: 600;
}
.qq-pic-icon{
    font-size: .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: .6rem;
    background-color: #0000004D;
    border-radius: .64rem;
    padding: .08rem;
    display: flex;
    align-items: center;
    color: #FFFFFFCC;
    font-weight: 700;
}
.gf-tips img {
    width: .44rem;
    height: auto;
}
.like-tips img {
    width: .44rem;
    height: auto;
}
.gril-l img {
    width: auto;
    height: .6rem;
}
.gril-r img {
    width: auto;
    height: .6rem;
}
.gril-top{
    position: absolute;
    top: 0;
    padding: 0.08rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.like-tips{
    width: 1.16rem;
    height: .6rem;
    background-color: #0000004D;
    border-radius: .64rem;
    padding: .08rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFFCC;
}
.gril-bottom{
    position: absolute;
    bottom:-.3rem;
    padding: 0 .16rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gril-text-wrap{
    margin-top: .3rem;
    padding: .16rem;
    overflow: hidden;
}
.gril-text{
    display: flex;
    margin-bottom: .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: .28rem;
    font-weight: 600;
    color: #D62881;
}

.color1{
    color: #1163CD;
    font-size: .26rem;
    font-weight: 600;
    display: block;
}
.gti{
    flex: 0 0 auto;
    width: 2.7rem;
    color: #000;
}
.gtc{
    text-wrap: nowrap;
    margin-right: .08rem;
    color: #1AACA9;
    font-weight: 600;
}

.gril-add{
    flex: 0 0 auto;
    width: 1.5rem;
    color: #A783E8;
}

.live-item {
    border-radius: .2rem;
    background-color: #FFFFFF;
    display: block;
}
.live-img{
    width: 100%;
    height: 5.06rem;
    border-radius: .2rem;
}
#ad-swiper .live-img {
    width: 3.32rem;
    height: 4.74rem;
}
.live-top-info{
    position: absolute;
    top: 0;
    padding: .08rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.live-top-l{
    display: flex;
    align-items: center;
    background-color: #0000004D;
    border-radius: .64rem;
    width: 2.04rem;
    height: .6rem;
    padding: 0 .16rem;
}
.live-p-icon{
    margin-right: .1rem;
}
.live-count{
    color: #fff;
}
.live-num{
    font-weight: 600;
}
.live-info-wrap{
    padding: .16rem;
}
.live-t{
    color: #333333;
    font-weight: 600;
    margin-bottom: .08rem;
    font-size: .32rem;
}
.live-inner{
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.live-count1 {
    display: flex;
    align-items: center;
}
.live-num1{
    color: #00FF7C;
}
.live-t-icon{
    width: .6rem;
    height: .6rem;
}

.grid-col-3{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .1rem;
}


.ad1-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffe8e7;
    border-radius: .2rem;
    padding: .16rem;
    overflow: hidden;
    border: 2px solid #C0AAE9;
}

.ad1-item-img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
}
.ad1-item .text {
    font-size: .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;
}