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

.hidden {
    display: none;
}

.block {
    display: block;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: .1rem;
}

.mt12 {
    margin-top: .24rem;
}

.mb8 {
    margin-bottom: .16rem;
}

.mb12 {
    margin-bottom: .24rem;
}

a:hover,
a:focus,
a:active {
    text-decoration: none
}

a {
    text-decoration: none;
    color: #FFFFFF99;
}

img {
    object-fit: cover;
}

body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    color: #FFFFFF99;
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
}

#app {
    font-size: .24rem;
    background-color: #1C2134;
    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;
    background-color: #1C2134;
}

.notif {
    width: .32rem;
    height: .32rem;
}

.marquee-wrap {
    /*padding: .08rem 0;*/
    width: 100%;
}

.marquee-box {
    display: flex;
    align-items: center;
    height: 0.68rem;
    /*padding: .1rem;*/
    font-size: .24rem;
    font-weight: 600;
    padding-left: .16rem;
    background: #282F4A;
    color: #FFFFFF99;
}

.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: .24rem;
    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;
    gap: 0.82rem;
    padding: .16rem 0.38rem;
}

.nav-c .item {
    /*display: flex;*/
    flex: 1;
    /*justify-content: center;*/
    /*align-items: center;*/
}

.nav-c img {
    width: 0.44rem;
    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-pagination {
    position: absolute;
    width: auto;
    left: auto;

    bottom: 10px;
    right: 10px;

    background: #FF2E78CC;
    color: #FFFFFFB2;
    padding: 2px 8px;
    border-radius: 1.04rem;

    font-size: .2rem;
    font-weight: 600;
}

.swiper-banner .swiper-pagination-current {
    color: #FFFFFF;
}

.block {
    display: block;
}

.banner-img {
    width: 100%;
    aspect-ratio: 64 / 35;
}

.item-wrap {
    padding: 0 .16rem;
}

.title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-wrap {
    display: flex;
    align-items: center;
    gap: 0.08rem;
}

.title-item {
    color: #FF8753;
    font-size: .28rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.title-img {
    width: auto;
    height: .36rem;
}

.title-primary {
    font-size: 0.28rem;
    color: #FF40BF;
    font-weight: bold;
}

.title-secondary {
    font-size: .28rem;
    color: #FFFFFF99;
}

.more-btn {
    background: linear-gradient(270deg, #FF2D54 0%, #FF2DA1 100%), linear-gradient(270deg, #FF2DC0 0%, #FF6BBC 100%);
    color: #FFFFFFCC;
    border-radius: 0.34rem;
    padding: .06rem .22rem;
    font-size: .24rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.jgg-wrap {
    padding-top: .16rem;
    padding-bottom: .16rem;
    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: #FFFFFFCC;
    text-align: center;
}

.jgg-load {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .06rem;
    padding-right: 0.14rem;
    padding-left: 0.14rem;
    border-radius: 0.34rem;
    border: 0.5px solid #FF52BE;
    color: #FF52BE;
    font-size: .26rem;
    font-weight: 400;
}

.jgg-load-icon {
    width: .20rem;
    height: .20rem;
    margin-right: .04rem;
}


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

.qq-item {
    background-color: #29304A;
    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: #FFFFFFCC;
}

.qq-info {
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
}

.qq-pic {
    font-size: .28rem;
    color: #FF40BF;
    font-weight: 600;
}

.qq-pic-icon {
    font-size: .24rem;
    font-weight: 400;
}


.gril-item {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.gril-img-wrap {
    position: relative;
}

.gril-img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 4rem;
}

.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: 0.24rem;
    height: 0.24rem;
}

.gril-l img {
    width: auto;
    height: .6rem;
}

.gril-r img {
    width: auto;
    height: .6rem;
}

.gril-top {
    position: absolute;
    bottom: 0.08rem;
    padding: 0.08rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.like-tips {
    height: 0.40rem;
    background: linear-gradient(270deg, #FF2DC0 0%, #FF6BBC 100%);
    border-radius: 0.32rem;
    padding: .16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFFCC;
    font-size: 0.20rem;
}

.gril-bottom {
    position: absolute;
    bottom: -.3rem;
    padding: 0 .16rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gril-text-wrap {
    margin-top: .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;
}

.download-button {
    display: block;
    margin-top: 0.20rem;
    padding: 0.06rem 0.88rem;
    background: linear-gradient(270deg, #FF2DC0 0%, #FF6BBC 100%);
    color: #F9F9F9;
    border-radius: 0.10rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 500;
    text-decoration: none;
}

.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: 3rem;
    font-weight: 600;
    color: #FFFFFFCC;
}

.gtc {
    text-wrap: nowrap;
    margin-right: 0.08rem;
    color: #FFFFFF80;
}

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

.live-item {
    border-radius: .2rem;
    display: block;
    color: #FFFFFF;
}

.online-dot {
    display: inline-block;
    width: .12rem; /* 6px */
    height: .12rem; /* 6px */
    background-color: #48FF54; /* Green */
    border-radius: 50%;
}

.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 {
    position: absolute;
    bottom: 0;
    width: 100%;
    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-like span {
    color: #ffffff;
}

.live-count1 {
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.live-num1 {
    color: #48FF54;
}

.live-t-icon {
    width: .6rem;
    height: .6rem;
}

.hot-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%)
}

.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;
}

.next-element {
    margin-top: 0;
}


.s-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem;
    padding-top: .24rem;
    padding-bottom: .2rem;
}

.s-wrap .lf-g {
    border-radius: .2rem;
    background-color: #29304A;
    display: flex;
    align-items: center;
    position: relative;
}

.lf-g .lf-g-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-right: 0.16rem;
}

.s-wrap .ad-name {
    font-weight: 700;
    font-size: .28rem;
    margin-bottom: .08rem;
    color: #FFFFFFCC;
}

.lf-g-load {
    color: #FFFFFF66;
}

.go-icon {
    position: absolute;
    top: .24rem;
    right: 0;
}

.zone-item-btn {
    width: 100%;
    border-radius: .06rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    background: linear-gradient(270deg, #FF2D54 0%, #FF2DA1 100%);
    font-size: .26rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zone1-wrap {
    /*padding: .44rem .16rem;*/
    padding-top: 0;
}

.zone1-item {
    display: flex;
    padding: .16rem 0;
    position: relative;
    border-bottom: 1px solid #282c3e;
}

.zone1-item-left {
    flex-grow: 1;
    height: 100%;
}

.zone-item-btn {
    margin-top: .12rem;
}

.zone1-text-wrap {
    font-size: .24rem;
    text-align: left;
    margin-left: .16rem;
}

.zone1-text-wrap p {
    margin-bottom: .12rem;
}

.zone1-item p.zone1-item-name-wrap {
    font-size: .32rem;
    margin-bottom: 0;
}

.zone1-item-name {
    color: #d2d3d6;
}

.zone1-item-img {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: .16rem;
    margin-right: .24rem;
    flex: 0 0 auto;
}

.zone1-item-color1 {
    color: #8996C7;
}

.zone1-item-color2 {
    color: #d2d3d6;
}

.like-wrap, .add-wrap {
    height: .36rem;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.like-wrap img, .add-wrap img {
    width: .2rem;
}

.like-wrap {
    background: url("../../img/abcd/g-left.png") center/100% 100% no-repeat;
}

.add-wrap {
    background: url("../../img/abcd/g-right.png") center/100% 100% no-repeat;
}

.zone1-item-d {
    font-size: .2rem;
    padding-top: .24rem;
    padding-bottom: .24rem;
    display: flex;
    align-items: center;

}

.zone1-item-a {
    font-size: .2rem;
    display: flex;
    align-items: center;
    top: 3.3rem;
    left: 0;
    position: absolute;
    width: 100%;
    justify-content: center;
    overflow: hidden;
}

.zone1-item-a .like-wrap, .zone1-item-a .add-wrap {
    width: 1.6rem;
    font-size: .2rem;
    padding: 0 .1rem;
}