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

.hidden {
    display: none;
}
.mt0{
    margin-top: 0 !important;
}
.mt5{
    margin-top: .1rem;
}
a:hover,
a:focus,
a:active {
    text-decoration: none
}

a {
    text-decoration: none;
    color: #333;
}
img {
    object-fit: cover;
}
body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-image: url(../../img/abcd/bg.png);
    background-color: #f3f5f9;
}

#app {
    font-size: .24rem;
}
.relative{
    position: relative;
}
.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.px-8{
    padding: 0 .16rem;
}
.my-sticky {
    position: sticky;
    top: 0;
    display: flex;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 1rem;
    align-items: center;
    background-image: url(../../img/abcd/bg.png);
    z-index: 11;
    padding: 8px;
}
.marquee-wrap {
    padding: .08rem 0;
    width: 100%;
}
.marquee-box {
    display: flex;
    align-items: center;
    height: .72rem;
    padding: .1rem;
    padding-left: .24rem;
    background: #0000000D;
    border-radius: .35rem;
    color: #FFFFFFCC;
}
.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
}

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

.nav-c .item {
    flex: 1;
}

.nav-c img {
    width: 1.2rem;
    height: 1rem;
}

.load-wrap {
    width: 1.88rem;
    height: .72rem;
}

.load-wrap img {
    width: 100%;
}

.swiper-c .swiper-slide{
    padding: 0 8px;
    padding-bottom: .2rem;
}
#banner1-swiper,#banner2-swiper{
    overflow: hidden;
    margin-top: .2rem;
}
#banner1-swiper a,#banner2-swiper a {
    display: block;
}
.banner1-img,.banner2-img{
    width: 100%;
    aspect-ratio: 64 / 35;
    border-radius: .2rem;
}
#banner1-swiper .swiper-pagination-bullet,#banner2-swiper .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
}
#banner1-swiper .swiper-pagination-bullet-active,#banner2-swiper .swiper-pagination-bullet-active{
    width: .16rem !important;
    border-radius: .16rem;
    background-color: #aba0a6 !important;
}

.jgg-wrap {
    margin-bottom: .16rem;
    margin-top: .1rem;
}

.jgg-title {
    font-size: .28rem;
    color: #FFFFFFCC;
    margin-bottom: .16rem;
}

.jgg-conter {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .22rem;
}

.jgg-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.jgg-item .text{
    width: 100%;
}
.jgg-img {
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .2rem;
    margin-bottom: .12rem;
}

.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .22rem;
    margin-top: .24rem;
}
.hot-icon {
    position: absolute;
    top: .2rem;
    left: 0;
}
.live-item-img {
    width: 100%;
    height: 5.2rem;
    border-radius: 10px;
}
.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .62rem;
    height: .72rem;
    line-height: .72rem;
    padding: 0 .24rem;
}
.bt-info {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    height: .8rem;
    padding: 0 4px;
    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-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-info img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
}


.qq-wrap .qq-item {
    background-color: #ffffff;
    width: 100%;
    padding: 6px;
    border-radius: .2rem;
}
.qq-wrap .qq-img {
    width: 3.24rem;
    height: 3.24rem;
    border-radius: .2rem;
}
.qq-title {
    margin: 8px 0;
    font-size: .36rem;
    font-weight: 700;
    color: #222;
}
.qq-info {
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
}
.qq-pic {
    font-size: .28rem;
    color: #FF0000;
    font-weight: 600;
}
.gril-item {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    break-inside: avoid;
    margin-bottom: 5px;
}
.title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .24rem;
    padding-bottom: .16rem;
}
.title-wrap .title {
    color: #333;
    font-size: .28rem;
    font-weight: 600;
}
.title-wrap .jrsc-img {
    height: .4rem;
    width: 1.28rem;
}


.grid-cols-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: #fff;
    border-radius: .2rem;
    padding: .16rem;
    overflow: hidden;
}

.ad1-item-img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
}
.ad1-item .text {
    font-size: .28rem;
    font-weight: 600;
}
.ad1-item .sub-text {
    color: #999999;

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

.swiper-c {
    overflow: hidden;
}






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

.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;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.flow-text2{
    color: #555;
}
.flow-add {
    font-size: .2rem;
    display: flex;
    align-items: center;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.flow-tips div {
    background-color: #00FF001A;
    color: #428942;
    border-radius: 30px;
    height: .32rem;
    line-height: .32rem;
    padding: 0 4px;
    margin: 6px 0;
    margin-right: 6px;
    font-size: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.g-name {
    font-size: .28rem;
}
.g-info{
    margin-left: 2px;
    color: #9582B4;
    font-weight: 600;
}
.text2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 表示する行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.g-pic{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .12rem;
    margin-bottom: .06rem;
}
.g-bg{
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.62rem;
    height: .48rem;
    text-align: center;
    line-height: .48rem;
}
.g-l-bg{
    background-image: url(../../img/abcd/l-bg.svg);
}
.g-r-bg {
    background-image: url(../../img/abcd/r-bg.svg);
}

.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: #1f2228;
    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;
}
.lf-g-load {
    color: #6B697F;
}
.go-icon {
    position: absolute;
    top: .24rem;
    right: 0;
}

.zs-img{
    position: absolute;
    top:0;
    left: 0;
}

.tc1{
    color:#FFFFFFB2;
}
.g-info-wrap {
    margin-top: .12rem;
    margin-bottom: .04rem;
}
.g-info-wrap div{
    background-color: #2d2f3a;
    margin-bottom: 1px;
    display: flex;
    height: .52rem;
    line-height: .52rem;
}
.g-info-wrap div:first-child{
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}
.g-info-wrap div:last-child{
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    overflow: hidden;
}
.g-info-wrap div .g-info-t {
    background-color: #2a2b32;
    padding: 0 .16rem;
    margin-right: .16rem;
    color: #FFFFFF66;
}


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

}
.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%)
}
.center-icon img {
    width: 2.4rem;
    height: auto;
}
.live-wrap .live-item-img {
    width: 3.48rem;
    height: 5.2rem;
    border-radius: .2rem;
}
.live-item-wrap{
    position: relative;
}
.bt-info{
    display: flex;
}
.bt-info div {
    flex:  0 1 auto;
}
.live-left img{
    width: 2.52rem;
    height: auto;
}
.live-watching{
    font-size: .2rem;
    margin-left: .08rem;
}

.live-count {
    color: #F1B096;
    font-weight: 600;
}

.gril-item1{
    display: block;
    width: 100%;
    display: flex;
    border-radius: 10px;
    height: 2.8rem;
    background-color: #fff;
    margin-bottom: 5px;
}
.gril-item1:last-child{
    margin-bottom: 0;
}
.gril-item1 .flow-img-wrap{
    flex: 0 0 auto;
}
.gril-item1 .flow-text-wrap1{
    flex: 1;
    width: 100%;
    overflow: hidden;
}
.flow-text-wrap1 .flow-text2 {
    width: 100%;
}
.flow-text-wrap1 .flow-text1,.flow-text-wrap1 .flow-text2,.flow-text-wrap1 .flow-tips{
    margin-bottom: .16rem;
}
.flow-text-wrap1 .flow-tips div {
    margin: 0;
    margin-right: 6px;
    height: .38rem;
    line-height: .38rem;
}
.flow-text-wrap1 .flow-text1{
    padding: .04rem 0;
}
.flow-img1{
  width: 2.1rem;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.levitate{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: .08rem;
    width: 100%;
}
.praise1{
    border-radius: .82rem;
    height: .4rem;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 3px;
    color: #FFFFFFCC;
}
.praise1 img{
    margin-right: .04rem;
}
.flow-text-wrap1{
    padding: .24rem;
    padding-bottom: .2rem;
}

.gril-btn{
    width: 100%;
    background: linear-gradient(90deg, #3EDA9C 0%, #F7CE0A 100%);
    border-radius: 45px;
    display: flex;
    justify-content: center;
    font-size: .28rem;
    align-items: center;
    height: .72rem;
    color: #FFFFFF;
}
.gril-btn img {
    margin-right: .08rem;
}