* {
    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: #191b28;
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
}

#app {
    font-size: 0.24rem;
    background-color: #191b28;
}
.relative {
    position: relative;
}
.mb8 {
    margin-bottom: 0.16rem;
}
.marquee-wrap {
    padding: 0.16rem;
    width: 100%;
    height: 0.96rem;
}
.marquee-box {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 0.24rem;
    background: #242636;
    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;
}

@keyframes vMarquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
.swiper-banner {
    margin: 0.16rem 0;
}
.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: 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;
}
.banner-img {
    width: 100%;
    aspect-ratio: 64 / 35;
    border-radius: 0.2rem;
}
.nav-c {
    display: flex;
    height: 0.72rem;
    background-color: #20222f;
    margin: 0 0.16rem;
    border-radius: 0.24rem;
    margin-bottom: 0.24rem;
}

.nav-c .item {
    flex: 1;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 600;
    color: #afb2f2;
}
.nav-c .item.active {
    background: linear-gradient(90deg, #a5d503 0%, #33a101 100%);
    border-radius: 0.24rem;
    color: #ffffff;
}
.body-container {
    padding: 0 0.16rem;
}

.title-wrap {
    display: flex;
    font-size: 0.28rem;
    margin-bottom: 0.16rem;
}
.t-t {
    margin: 0 0.08rem;
    color: #9e44ee;
    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: #9395b3;
}

.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: #242636;
    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: #20222f;
    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: #20222f;
}
.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: #717597;
}
.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: #89e78f;
    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: #7c85ce;
}
.live-item {
    border-radius: 0.2rem;
    background-color: #20222f;
    display: block;
}
.live-img {
    width: 100%;
    height: 5.06rem;
    border-radius: 0.2rem;
}
#ad-swiper .gril-r img {
    width: 2.24rem;
    height: 0.6rem;
}
.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;
    color: #00ff7c;
}
.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;
}
.live-bottom {
    position: absolute;
    bottom: 4px;
    width: 100%;
    padding: 0 0.08rem;
}
.live-bottom-bg {
    background-color: #00000066;
    border-radius: 0.64rem;
    padding: 0.08rem;
    display: flex;
    overflow: hidden;
}
.live-logo {
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    margin-right: 0.16rem;
}
.info1 {
    flex-grow: 1;
    width: 100%;
}
.live-nick {
    color: #fbff05;
    font-weight: 600;
}
.live-text {
    color: #ffffffcc;
    width: 2.12rem;
}
.qq-item {
    background-color: #20222f;
    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-pl {
    color: #666;
}
.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;
}
#ad-swiper .gril-img {
    height: 4.42rem;
}
.swiper-scrollbar {
    bottom: 0px !important;
    background-color: #fff !important;
}
.live-t-icon {
    width: 0.6rem;
    height: 0.6rem;
}

.grid-cols-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: #20222f;
    border-radius: 0.2rem;
    padding: 0.16rem;
    overflow: hidden;
    color: #ffffffe5;
}
.relative {
    position: relative;
}
.ab-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.ad1-item-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
}
.ad1-item .text {
    font-size: 0.28rem;
    font-weight: 600;
    margin: 0.16rem 0;
}
.ad1-item .sub-text {
    color: #ffffff66;
}
