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

.hidden {
    display: none;
}

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

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

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

#app {
    font-size: .24rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-image: url(../../img/abcd/bg.png);
}

.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.my-sticky {
    position: sticky;
    top: 0;
    display: flex;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 1.3rem;
    align-items: center;
    background-image: url(../../img/abcd/bg.png);
    z-index: 11;
    padding: 8px;
}

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

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

.nav-c img {
    width: 2rem;
    height: auto;
}

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

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

.swiper-c {
    margin-top: .24rem;
}
.swiper-c .swiper-slide{
    padding: 0 8px;
}
.top-ad {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .22rem;
    margin-bottom: .24rem;
}

.top-ad-item-1 {
    margin-left: .3rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    display: flex;
    align-items: center;
    height: 1.2rem;

}

.top-ad-item  .top-ad-item-1{
    background-image: url(../../img/abcd/item-l.png);
}


.top-ad-img {
    position: relative;
    left: -.3rem;
    width: .96rem;
    height: .96rem;
    border-radius: .2rem;
}

.top-ad-title {
    color: #DBFFFE;
    font-weight: 600;
    font-size: .28rem;
    margin-bottom: .04rem;
}

.top-ad-text {
    color: #FFFFFF80;
    font-size: .24rem;
}

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

.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-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-bottom: .12rem;
}

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

.ad-text-item {
    background-color: #21281F;
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .1rem;
    width: 100%;
    color: #FFFFFFCC;
}

.ad-text-icon {
    margin-right: 2px;
}

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

.ad-text-item.n {
    color: #5FBECD;
}
.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.24rem;
    column-gap: 0.1rem;
    /* padding: 0 .2rem; */
} 
.item-box{
    margin-bottom: .24rem;
}
.item-title-box{
    margin-bottom: .08rem;
}
.title-img{
    width: 100%;
}
.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-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-bottom: .12rem;
}

.s-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem;
}
.s-wrap .lf-g {
    border-radius: .2rem;
    background-color: #21281F;
    display: flex;
    align-items: center;
    position:relative;
}
.s-wrap .ad-name {
    font-weight: 700;
    font-size: .28rem;
    color: #FFFFFFCC;
    max-width: 1.68rem;
}
.lf-g .lf-g-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin-right: 0.16rem;
}
.lf-g-load{
    color: #FFFFFF80;
    font-size: .2rem;
}
.go-icon {
    position: absolute;
    top: .35rem;
    right: 0;
}

.sp-item{
    padding: .16rem;
    display: flex;
    height: 1rem;
    justify-content: space-between;
    align-items: center;
    background-color: #21281f;
    border-radius: .2rem;
}
.sp-img{
    width: .68rem;
    height: .68rem;
    border-radius: .2rem;
}

.grid-col-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .08rem;
}
.text-item {
    width: 100%;
    height: .76rem;
    border-radius: .12rem;
    padding: 0 .12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    background-color: #21281f;
    color: #FFFFFFCC;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-icon {
    width: .32rem;
    height: .32rem;
    margin-right: .04rem;
    border-radius: .04rem;
}
.text-item .text {
    max-width: 1.2rem;
}






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

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


.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: var(--text-color10);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flow-add {
    font-size: .2rem;
    display: flex;
    align-items: center;
}
.flow-add img {
    margin-right: 1px;
}
.flow-tips {
    width: 100%;
    display: flex;
}

.flow-tips div {
    background-color: #00FF001A;
    color: #428942;
    border-radius: 30px;
    height: .32rem;
    line-height: .32rem;
    padding: 0 4px;
    margin: 6px 0;
    font-size: .2rem;
    margin-right: 0.08rem;
}
.flow-tips div:last-child{
    margin-right: 0;
}
.flow-text2 {
    color: var(--text-color12);
    line-height: 16px;
}
.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);
}


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

.tc1{
    color:#FFFFFFB2;
}
.g-info-wrap {
    margin-top: .12rem;
    margin-bottom: .04rem;
    border-radius: .2rem;
    overflow: hidden;
}
.g-info-wrap div{
    background-color: #2D3A2F;
    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;
}