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

.my4 {
    margin-top: .08rem;
    margin-bottom: .08rem;
}

#ad8-swiper {
    margin-bottom: 0.2rem;
}

.top-img {
    width: 100%;
    height: 3.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

html {
    width: 100%;
}

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

}

#app {
    font-size: .24rem;
    /*padding: .16rem 0;*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-image: url(../../img/abcd/bg.png);
    background-color: #161015;
    background-attachment:fixed
}

.my-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 .16rem;
    background: url(../../img/abcd/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    width: 100%;
}

.marquee-wrap {
    padding: .08rem 0;
}

.marquee-box {
    display: flex;
    align-items: center;
    height: .72rem;
    padding: .1rem;
    background-color: var(--bg-color3);
    color: var(--text-color2);
    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;
    animation: vMarquee 10s linear infinite
}


@keyframes vMarquee {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

.notif {
    margin-left: .28rem;
}

.hidden {
    display: none;
}


.ml12 {
    margin-left: .24rem;
}

.flex {
    display: flex;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-middle {
    align-items: center
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-1 {
    flex: 1;
}


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

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


.cover {
    overflow: hidden
}


.mb-4 {
    margin-bottom: .08rem;
}

.pb0 {
    padding-bottom: 0 !important;
}


img {
    object-fit: cover;
}

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


.nav-c {
    display: flex;
    justify-content: space-between;
    height: .88rem;
    align-items: center;
    z-index: 100;
}

.nav-c .item {
    font-size: .28rem;
    color: var(--text-color3);
    font-weight: 600;
    height: .56rem;
    line-height: .56rem;
    padding: 0 .2rem;
    border-radius: .12rem;
}

.swiper-slide-fix-g {
    padding: 0 0.16rem;
}

.nav-c .item.active {
    font-weight: 700;
    background: linear-gradient(90deg, #C3CEFF 0%, #FF8B93 100%), linear-gradient(90deg, #FF8B00 0%, #00FFF5 100%), #AA64FF;
    color: #16291A;
}

.swiper-c, .swiper-container, .zp-swper {
    overflow: hidden;
}

.body-container {
    /*padding: 0 .16rem;*/
}

.ad-item-wrap {
    border-radius: .2rem;
    /*overflow: hidden;*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 0.78rem;
    /*margin-bottom: .2rem;*/
}

.ad-item-wrap-fix {

}

.ad-item-conter {
    /*margin-top: .6rem;*/
    border-radius: .2rem;
    padding: .20rem 0rem;
    background-color: var(--bg-color4);
}

.ad-item-conter-fix {
    padding: 0;
    padding-bottom: 0.2rem;
}

.grid-cols-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 0.24rem;
    column-gap: 0.1rem;
    padding: 0 0.1rem;
}

.grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grid-item img {
    width: 1.28rem;
    min-height: 1.28rem;
    max-height: 1.28rem;
    border-radius: .2rem;
}

.grid-item .text {
    text-align: center;
    font-size: .24rem;
}

.text {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.jgg-load {
    width: 1.08rem;
    height: .48rem;
    line-height: .48rem;
    background-color: var(--bg-color5);
    text-align: center;
    font-size: .28rem;
    border-radius: .24rem;
    color: #FFFFFFCC;
    display: none;
}


.lf-g-load {
    color: var(--text-color6);
}


.ad-text-wrap {
    display: grid;
    gap: .1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ad-text-icon {
    margin-right: .05rem;
}

.ad-text-item {
    background-color: var(--bg-color8);
    color: var(--text-color9);
    height: .64rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: .1rem;
}

.ad-text-item.h {
    color: #FF4366;
}

.grid-cols-2,
.grid-cols-3 {
    display: grid;
    row-gap: .1rem;
    column-gap: .1rem;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.ad2-item {
    display: flex;
    align-items: center;
    background: #282127;
    border-radius: .16rem;
    padding: .16rem;
}

.ad2-item-img {
    width: .88rem;
    height: .88rem;
    margin-right: .16rem;
    border-radius: .1rem;
}

.ad2-item-info {
    flex: 1;
    max-width: 2.18rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.ad2-name {
    color: #FFFFFFE5;
    font-weight: 700;
    font-size: .28rem;

}

.ad2-sub-text {
    color: #FFFFFF80;
}


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

.lf-g {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: .16rem;
    border-radius: .2rem;
    background: #282127;

    position: relative;
    overflow: hidden;
}

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

.lf-g .bc-name {
    text-align: center;
    margin-top: .16rem;
}

.bc-sub-name {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: "PingFang SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF80;
    margin-top: .04rem;
}

.s-wrap .ad-name {
    font-weight: 700;
    font-size: .28rem;
    color: var(--text-color4);
}

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

.ad3-item {
    /*width:3.54rem;*/
    margin-right: .05rem;
    background-color: #212128;
    border-radius: .2rem;
    overflow: hidden;
    padding-bottom: .16rem;
    display: block;
    position: relative;
}

.ad3-item-img {
    /*width:3.54rem;*/
    height: 4.72rem;
}

.ad3-item-a {
    position: absolute;
    top: 3.7rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0 .04rem;
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.yp-info {
    margin-top: .3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: .1rem;
    padding: 0 .16rem;
}

.yp-info .text {
    padding: .04rem .1rem;
    text-align: center;
    border-radius: .6rem;
    background: rgba(0, 255, 217, 0.10);
    color: #1DFFF0;
    font-family: "PingFang SC";
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.yp-adress {
    margin-top: .18rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 .16rem;
    color: #977971;

}

.green {
    color: #74FFA7;
}

.yp-adress .text {

}

.yp-des {
    margin-top: .16rem;
    padding: 0 .16rem;
}

.yp-des .text {
    color: rgba(255, 255, 255, 0.80);
    font-family: "PingFang SC";
    font-size: .26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.like-wrap, .add-wrap {
    /*width: 50%;*/
    height: .36rem;
    font-size: .2rem;
    padding: 0 .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*flex: 1;*/
}

.ad3-item-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: .08rem;
    position: absolute;
    top: 4.3rem;

    padding: 0 .04rem;
    width: 100%;
}

.ad3-item-list img {
    width: .68rem;
    height: .68rem;
}

.like-wrap {
    border-radius: .54rem;
    background: linear-gradient(90deg, #4800FF 0%, #F06 100%), #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .06rem;
    /*background: url(../../img/abcd/g-left.svg) center / 100% 100% no-repeat;*/
}

.like-svg {
    width: .2rem;
    height: .18rem;
}

.yp-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: .36rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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


.zone-text-wrap {
    padding: .36rem .22rem .14rem .22rem;
}

.zone-item .zone-text-wrap p {
    font-size: .2rem;
}


.zone-text-wrap .zone1-item-name-wrap span {
    font-size: .28rem;
    text-align: left;
}

.zone1-item-name {
    font-weight: 700;
}

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

.zone1-item-color2 {
    color: var(--text-color8);
}

.zone-item-btn-wrap {
    margin-top: .16rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .16rem;
    padding: 0 .16rem;
}

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

.item-s4 {
    padding: .22rem;
    margin-bottom: .2rem;
    background: #2E313C;
    border-radius: .2rem
}

.item-s4 .header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-s4 .header .cover {
    width: 1.34rem;
    height: 1.34rem;
    border-radius: 50%
}

.cover img {
    width: 100%;
    height: 100%;
}

.item-s4 .header .name {
    font-size: .4rem;
    font-weight: 600;
}

.item-s4 .header .btn-detail {
    width: 2rem;
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    font-size: .28rem;
    color: #16291A;
    font-weight: 700;
    border-radius: .33rem;
    background: linear-gradient(90deg, #F1FF2F 0%, #24DD6E 100%);
}

.item-s4 .text {
    margin-top: .35rem;
    align-items: flex-start
}

.item-s4 .more-preview {
    display: grid;
    gap: .2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: .28rem
}

.item-s4 .more-preview img {
    width: 2rem;
    height: 2.68rem;
    border-radius: .13rem
}

.address {
    border: .01rem solid #39B09933;
    height: .44rem;
    border-radius: .14rem;
    padding: 0 .2rem;
    margin-top: .16rem;
    white-space: nowrap;
    display: inline-flex;
}

.jl {
    color: #8996C7;
    font-family: "PingFang SC";
    font-size: .2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.live-item {
    width: 3.04rem;

}

.zb-fix .live-item {
    width: 100%;
}

.zb-fix .live-item-img {
    width: 100%;
    height: 4.72rem;
}

.zp-fix .ad3-item {
    width: 100%;
}

.zp-fix .ad3-item-img {
    width: 100%;
}

.qq-fix .qq-item {
    width: 100%;
}

.qq-fix .qq-img-wrap .qq-img {
    width: 100%;
}

.jbiao-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.04rem;
    height: .6rem;
}


.live-item {
    display: block;
    /*width: 1.52rem;*/

    background: #282127;
}

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

.mt-custom {
    margin-top: 0rem !important;
    /*padding-top: 0rem!important;*/
}

.mt-30 {
    margin-top: .6rem !important;
}

.mt-20 {
    margin-top: .3rem !important;
}

.mt-50 {
    margin-top: 1rem !important;
}

.mt-10 {
    margin-top: 0.02rem !important;
}

.mt-60 {
    margin-top: 1.2rem !important;
}


.relative {
    position: relative;
}


.live-item-img {
    /*width: 1.52rem;*/
    width: 100%;
    height: 4.37rem;
    min-height: 2.17rem;
    border-radius: .2rem;
}

.inner {
    color: #FFFFFF80;
}

.top-icon-wrapper {
    position: absolute;
    top: 0.04rem;
    /*width: 100%;*/
    left: 0.04rem;
    right: 0.04rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bc-container-fix {
}

.top-icon-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: .64rem;
    border: .01rem solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(.02rem);
    padding: .06rem .16rem;
    gap: .08rem;
    /*max-width: 1.88rem;*/
    /*min-width: 1.88rem;*/
}

.play-icon {
    width: .2rem;
    height: .2rem;
}

.stat-icon {
    width: .6rem;
    height: .6rem;
}

.over-img {
    width: 100%;
}

.bt-info {

    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .08rem;
    padding: 0 .08rem;
    overflow: hidden;
    color: #FFFFFF80;
    font-size: .24rem;
    border-radius: .08rem;
    background: #282127;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.bt-info img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
}

.live-item-title {
    color: rgba(255, 255, 255, 0.90);
    font-family: "PingFang SC";
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: .08rem 0;
    margin-left: .08rem;
}

.bt-info-left {
    display: flex;
    align-items: center;
}

.bt-info-left .dian {
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: #48FF54;
    margin-right: .04rem;
}

.bt-info-left .online-num {
    color: #48FF54;
}

.bt-t {
    display: flex;
    align-items: center;
}


.qq-item {
    display: block;
    width: 3.04rem;
    border-radius: .2rem;
    padding: .12rem;
    background-color: #2E313C;
}

.qq-img {
    border-radius: .2rem;
    width: 2.8rem;
    height: 2.8rem;
}

.qq-wrap .qq-item {
    width: 100%;
    background-color: var(--bg-color7);
}

.qq-wrap .qq-img {
    width: 3.24rem;
    height: 3.24rem;
}

.qq-title {
    margin: .16rem 0;
    font-size: .36rem;
    font-weight: 700;
    color: var(--text-color8);
}

.light-mode .qq-title {
    color: var(--text-color7);
}

.qq-pl {
    color: #FFFFFF99;
}

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

.qq-pic {
    font-size: .28rem;
    color: #FF2F00;
}


.qq-wrap, .live-wrap, .zp-s-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .22rem;
}

.zp-menu-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.zp-menu-item {
    flex: 1;
    margin-right: .1rem;
    height: 1.46rem;
}

.zp-menu-item:last-child {
    margin-right: 0;
}

.zp-menu-item img {
    width: 100%;
}

.zp-s-wrap .zone-item {
    width: 100%;
}

.zp-s-wrap .ad3-item-img {
    width: 3.48rem;
    height: 3.48rem;
}

.zp-s-wrap .ad3-item-a {

    top: 3.3rem;
}

.zp-s-wrap .zone-item-btn {
    background: linear-gradient(270deg, #2D7AFF 0%, #932DFF 100%);
}

.rz-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 1.6rem;
    height: .48rem;
}

.waterfall-flow {
       column-width: auto;
    column-count: 2;
    column-height: auto;
    column-wrap: auto;
    column-gap: 5px;
}

.left-fix-b {
display: none;
}

.flow-item {
    margin-bottom: .1rem;
    display: block;
    width: 100%;
    border-radius: .2rem;
    background-color: var(--bg-color7);
    break-inside: avoid;
}

.flow-text-wrap {
    padding: .16rem;
    background: #2A2B2D;
}

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

.flow-ab {
    position: absolute;
    width: 100%;
    padding: 0 .16rem;
    bottom: .16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFFCC;
}

.sound,
.praise {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: .82rem;
    height: .4rem;
    display: flex;
    align-items: center;
    padding: 0 .06rem;
}

.sound img, .praise img {
    margin-right: .06rem;
}

.flow-img {
    width: 100%;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    min-height: 3.26rem;
}

.flow-text1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flow-name {
    flex: 0 0 auto;
    width: 1.92rem;
    font-size: .28rem;
    font-weight: 700;
    color: var(--text-color10);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flow-add {
    font-size: .2rem;
    color: var(--text-color11);

}

.flow-tips {
    width: 100%;
    display: flex;
}

.flow-tips div {
    background-color: #00FF001A;
    color: #428942;
    border-radius: .6rem;
    height: .32rem;
    padding: 0 .08rem;
    margin: .12rem .08rem .12rem 0;
}

.flow-tips div:last-child {
    margin-right: 0;
}

.flow-text2 {
    color: var(--text-color12);
    line-height: .32rem;
}

.live-tab {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .14rem;
    margin-bottom: .16rem;
}

.live-tab-item {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    padding: .12rem;
    color: #FFFFFFCC;
    font-size: .2rem;
}

.live-tab-title {
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .18rem;
    display: flex;
    align-items: center;
}

.live-tab-title span {
    max-width: .96rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 0 0 auto;
}

.avatar1 {
    width: 1.22rem;
    height: .28rem;
}

.live-count {
    color: #2AFF00;
}

.fc-text {
    margin-bottom: .16rem;
}

.fc-item {
    background-color: var(--bg-color10);
    color: var(--text-color13);
    padding: 0 .16rem;
    margin-bottom: .08rem;
    border-radius: .08rem;

}

.fc-item-text {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: .4rem; /* 166.667% */
}

.fc-title {
    color: #7E86A4;
    margin-right: .08rem;
}

.fc-flex {
    display: flex;
    margin-bottom: .16rem;
}

.fc-flex:last-child {
    margin-bottom: 0;
}

.fc-flex div {
    flex: 1;
    width: 100%;
    margin-right: .08rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fc-flex div:last-child {
    margin-right: 0;
}

.no-wrap {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.bc-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: .08rem;
    background: #282127;

}

.bc-right {
    width: .5rem;
    height: .36rem;
}

.bc-name {
    color: rgba(255, 255, 255, 0.80);
    font-family: "PingFang SC";
    font-size: .28rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bg-img {
    width: .88rem;
    height: .88rem;
}

.bc-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .08rem;
}

.fc-item-fix {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    row-gap: 0.03rem;
    flex-wrap: wrap;
}
