* {
    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;
    background-color: #000;
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
}

#app {
    font-size: .24rem;
    background-color: #000;
    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: #000;
    /* background: linear-gradient(-45deg, #B89567, #e0de62, #FF9000, #9A6621, #FFC94F); */
    background-size: 400% 400%;
    /* animation: gradient-login 15s ease infinite, slideIn 1s ease forwards 3s;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem; */
}
@keyframes gradient-login {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.notif {
    width: .32rem;
    height: .32rem;
}

.marquee-wrap {
    padding: .16rem;
    width: 100%;
    height: .96rem;
}

.marquee-box {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: .24rem;
    background: #191A1B;
    border-radius: .35rem;
}

.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;
    color: rgba(45, 226, 255, 1);
    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 {
    position: relative;
    height: 0.6rem;
}

.nav-c .item {
    flex: 1;
}

.nav-c img {
    width: 1.2rem;
    position: absolute;
    left: 50%;
    margin-left: -0.6rem;
    height: auto;
}

.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: rgba(212, 121, 4, 0.2); */
    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: rgba(174, 244, 255, 1);
    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: #faf7f2;
    width: 100%;
    border-radius: .2rem;
    overflow: hidden;
    border: 2px solid #F7DEBC;
}

.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: #D58A3B;
}

.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: #faf7f2;
    border: 2px solid #F7DEBC;
}

.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: #9F5C16;
}

.color1 {
    color: #CD114D;
    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: #D69853;
    font-weight: 600;
}

.gril-add {
    flex: 0 0 auto;
    width: 1.5rem;
    color: #BF8B48;
}

.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: #9F5C16;
    font-weight: 600;
    margin-bottom: .08rem;
    font-size: .32rem;
}

.live-inner {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.live-inner span {
    color: #BF8B48
}

.live-count1 {
    display: flex;
    align-items: center;
}

.live-num1 {
    color: #1AACA9;
}

.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: #18130D;
    border-radius: .2rem;
    padding: .16rem;
    overflow: hidden;
    border: 2px solid rgba(212,121,4,0.3);
}

.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: #D47904;
    margin: 8px 0 2px 0;
}

.ad1-item .sub-text {
    color: #89531B;
}

.ab-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 20px;
}

.grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem;
}

.lf-g {
    border-radius: .2rem;
    background-color: #191a1b;
    display: flex;
    align-items: center;
    position: relative;
}

.lf-g-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-right: 0.16rem;
}

.ad-name {
    font-weight: 700;
    font-size: .28rem;
    margin-top: .08rem;
    color: rgba(45, 226, 255, 1);
}

.go-icon {
    position: absolute;
    top: .43rem;
    right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
}

.go-icon1{
    position: absolute;
    top: .15rem;
    right: 1.7rem;
    width: 0.5rem;
    height: 0.2rem;
}