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

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

html {
    width: 100%;
}

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

#app {
    font-size: .24rem;
    position: relative;
    height: 100%;
    min-height: 100vh;
}

.my-sticky {
    position: sticky;
    top: 0;
    padding: 0;
    background-color: #e9eef9;
    z-index: 10;
}

.marquee-wrap {

}

.marquee-box {
    display: flex;
    align-items: center;
    height: .72rem;
    padding: .1rem;
    background-color: #FDDFC9;
    color: #802E1D;
}

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

.hidden {
    display: none;
}


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

.flex {
    display: flex;
}

.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: #0B1E1A;
}


.cover {
    overflow: hidden
}


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

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


img {
    object-fit: cover;
}

.mb8 {
    margin-bottom: 8px;
}


.nav-c {
    display: flex;
    justify-content: space-between;
    height: .88rem;
    align-items: center;
    z-index: 100;
    background-color: #487678;
    padding: 0 0.16rem;
}

.nav-c .item {
    font-size: .26rem;
    color: #FFFFFF;
    background-color: #385A5C;
    font-weight: 600;
    height: .56rem;
    line-height: .56rem;
    padding: 0 .2rem;
    border-radius: .68rem;
}

.nav-c .item.active {
    font-weight: 700;
    background: #FFF;
    color: #487678;
}

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

.body-container {
    padding-bottom: 0.16rem;
}

.ad-item-wrap {
    padding: 0 0.12rem;
    border-radius: 10px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
}

.ad-item-conter {
    padding: 10px 8px;
}


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

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

.grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0.22rem;
    column-gap: 0.22rem;
}

.grid-cols-6 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 0.14rem;
    column-gap: 0.16rem;
}


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

.grid-item img {
    width: 1.08rem;
    min-height: 1.08rem;

    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: #E0E7F5;
    text-align: center;
    font-size: .28rem;
    border-radius: .24rem;
    color: #6C7892;
}


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

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

.ad-text-item {
    background-color: #C0F2DA;
    color: #333333;
    height: .64rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 5px;
}

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

.grid-cols-1 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 8px;
    column-gap: 8px;
}

.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 5px;
    column-gap: 5px;
}

.ad2-item {
    display: flex;
    align-items: center;
}

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

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

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

}

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


.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: #fff;
    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;
    color: #333;
}

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

.ad3-item {
    width: 3.04rem;
    margin-right: 4px;
    background-color: #e8eefa;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 8px;
    display: block;
    position: relative;
}

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

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


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



.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: #00000099;
}

.zone-item-btn-wrap {
    padding: 0 8px;
}

.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: #ffffff;
    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: 1px solid #0000001A;
    height: .44rem;
    border-radius: .14rem;
    padding: 0 10px;
    margin-top: 8px;
    white-space: nowrap;
    display: inline-flex;
    color: #8996C7;
}

.live-wrap .live-item {
    width: 100%;
}

.live-item {
    display: block;
    width: 3.04rem;
    position: relative;
}

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

.live-wrap .live-item-img {
    width: 100%;
    height: 5.2rem;
}

.live-item-img {
    width: 3.04rem;
    height: 4.54rem;
    min-height: 4.54rem;
    border-radius: 10px;
}

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

    border-radius: .62rem;
    height: .72rem;
    line-height: .72rem;
    color: #fff;
    padding: 0 .24rem;
    white-space: nowrap;


    opacity: 0.8;
    background: linear-gradient(90deg, #FF8B00 0%, #00FFF5 100%), #000;
    box-shadow: 0 0 10px 0 #00E5FF;
}

.bt-info {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    height: .8rem;
    padding: 0 0.08rem;
    overflow: hidden;
    color: #fff;
    font-size: .24rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

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

.bt-info-left {
    color: #fff;
    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: 10px;
    padding: 6px;
    background-color: #e8eefa;
}

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

.qq-wrap .qq-item {
    background-color: #fff;
    width: 100%;
}

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

.qq-title {
    margin: 8px 0;
    font-size: .36rem;
    font-weight: 700;
    color: #00000099;
}

.light-mode .qq-title {
    color: #000000CC;
}

.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: 5px;
}

.qq-wrap .qq-item {
    background-color: #fff;
}


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

.zp-menu-item {
    flex: 1;
    margin-right: 5px;
    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%);
}

.waterfall-flow {
    columns: 2;
    column-gap: 5px;
}

.flow-item {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    break-inside: avoid;
}

.flow-text-wrap {
    padding: 8px;
}

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

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

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

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

.sound img, .praise img {
    margin-right: 3px;
}

.flow-img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    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: #000000E5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flow-add {
    font-size: .2rem;
    color: #00000066;

}

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

.flow-tips div {
    background-color: #00FF001A;
    color: #428942;
    border-radius: 30px;
    height: 16px;
    padding: 0 4px;
    margin: 6px 4px 6px 0;
}

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

.flow-text2 {
    color: #666;
    line-height: 16px;
}

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

.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: 9px;
    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: 8px;
}

.fc-item {
    color: #666;
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 4px;

}

.fc-title {
    color: #7E86A4;
    margin-right: 4px;
}

.fc-flex {
    display: flex;
    margin-bottom: 8px;
}

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

.fc-flex div {
    flex: 1;
    width: 100%;
    margin-right: 4px;
    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;
}



.text-a-img {
    width: 0.6rem !important;
    height: 0.6rem !important;
}
.text-a-fix {
    gap: 0.1rem !important;
}

