* {
    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: #161015;
}

#app {
    font-size: .24rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-image: url(../../img/abcd/bg.png);
}
.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
}
.logo{
    width: 91px;
    height: 25px;
}
.down{
    width: 114px;
    height: 32px;
}

.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;
    flex-direction: column;
    align-items: center;
    background-image: url(../../img/abcd/bg.png);
    z-index: 11;
    padding: 8px;
}

.nav-c {
    width: 100%;
    display: flex;
    justify-content: center;
}

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

.nav-c img {
    width: 2rem;
    height: .8rem;
    justify-content: center;
}

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

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

.swiper-c {
    margin-top: .24rem;
}
.px8{
    padding-left:  8px;
    padding-right: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: #FFFFFF0D;
    background-blend-mode: overlay;
    border-radius: .2rem;
    /*border: 1px solid #FFFFFF5E;*/
        position: relative;
}
.top-ad-right{
    width: 25px;
    height: 18px;
    position: absolute;
    right:0;
    top: .2rem;
}
.top-ad-img {
    /*position: relative;*/
    /*left: -.3rem;*/
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
}

.top-ad-title {
    color: #FEE859;
    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;
}
.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: #282127;
    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: #282127;
    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: #201f1d;
    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;
}




.live-item {
    border-radius: .2rem;
    background-color: #282127;
    position: relative;
    display: block;
}
.grid-col-2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .08rem;
}
.live-z{
    display: flex;
    align-items: center;
}
.live-img {
    width: 100%;
    height: 5.06rem;
    border-radius: .2rem;
}
 #ad-swiper .live-img {
    height: 4.34rem;
 }
.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{
    padding: .16rem;
}
.live-t{
    color: #FFFFFFE5;
    font-weight: 500;
    margin-bottom: .08rem;
    font-size: .32rem;
}
.live-inner{
    color: #FFFFFF80;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.live-count1 {
    display: flex;
    align-items: center;
}
.live-num1{
    color: #00FF7C;
}




.ad3-item {
    width: 3.54rem;
    margin-right: 4px;
    background-color: #282127;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 8px;
    display: block;
    position: relative;
}
.ad3-item-img {
    width: 3.54rem;
    height: 4.54rem;
    border-radius: .16rem;
}
.ad3-item-a {
    position: absolute;
    top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    width: 100%;
}

.like-wrap, .add-wrap {
    font-family: DIN Alternate;
font-weight: 700;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;

    /* width: 50%; */
    height: 20px;
    font-size: .2rem;
    padding: 0 .1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
    border-radius: .2rem;
}
.like-wrap {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.add-wrap{
   background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.like-wrap img, .add-wrap img {
    aspect-ratio: 177 / 236; /* 设定宽高比例 */
    width:20px;
    height:20px;
 margin-right: 4px;
}

.zone-text-wrap {
    padding: .16rem .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: #A389C7;
}

.zone1-item-color2 {
    color: #FFD138;
    font-family: PingFang SC;
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;

}
.zone-item-btn-wrap {
    padding: 0 8px;
}
.zone-item-btn {
    width: 100%;
    border-radius: .16rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    background: linear-gradient(90deg, #4800FF 0%, #FF0066 100%);
    font-size: .26rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zrrz-icon{
    position: absolute;
    left: 0;
    top: 0;
    height: .4rem;
    width: 1.28rem;
}
.my4 {
    margin-top: .08rem;
    margin-bottom: .08rem;
}
.met6{
    margin-top: .12rem;
}
.jgg-wrap_4{
    
}
.jgg-conter_4{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .1rem;
}
.jgg-item_4{
     background: #FFFFFF0D;
    border-radius: 8px;
     display: flex;
    justify-content: center;
    align-items: center;
    line-height: .65rem;
}
.jgg-img_4{
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.label-li{
     font-family: PingFang SC;
font-weight: 400;
font-size: 10px;
line-height: 100%;
color:#FFFCB2;
padding: 1px 6px;
margin-right:5px;
background: #FFFFFF1A;
border-radius:30px;


}
.label{
    margin:6px 0;
    display:flex;
}
.label_content{
    margin:6px 0 0 0;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
    font-family: PingFang SC;
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;

}
.jb_box{
    padding:0 8px;
    display:flex;
    width: 100%;
    height: .5rem;
    
}
.ci_box{
    width:50%;
    height: .5rem;
    position: relative;
}
.ciImg{
    width:100%;
        height: .5rem;
}
.ci_text{
     /*width:50%;*/
    height: .5rem;
    position: relative;
    font-family: PingFang SC;
font-weight: 600;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
position: absolute;
    top: 25%;
    left: 25%;
}
.banner{
    padding: 8px 0;
    width: 100%;
}
.bannerImg{
    width: 100%;
    height:1.2rem;
}
