* {
    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);
}

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

.my-sticky {
    position: sticky;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;

    align-items: center;
    background-image: url(../../img/abcd/bg.png);
    z-index: 11;
    padding: 8px;
}

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

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

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

.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-image: url(../../img/abcd/bg-icon.png);
    // background: linear-gradient(125.48deg, #97554C 29.36%, #8F3B50 82.03%);
    background-blend-mode: overlay;
    border-radius: .2rem;
    // border: 1px solid #FFFFFF5E;
}

.top-ad-img {
    position: relative;
    left: -.3rem;
    width: .96rem;
    height: .96rem;
    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 {
    width: 25px;
    height: 18px;
    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;
}

.yp-imgBox{
        position: relative;
}
.yp-img{
    width: 100%;
    height: 4.54rem;
    border-radius: 10px;
}
.yp-tag{
    display:flex;
   padding: 4px ;
}
.mg-t{
    margin-top: 15px; 
}
.ypbox{
    border-radius: 10px;
    background: #212128;
    padding-bottom: 8px;
}
.yp-tag-txt{
    display: flex;
padding: 1px 6px;
justify-content: center;
align-items: center;
margin: 3px;
color: #1DFFF0;
font-family: "PingFang SC";
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 30px;
background: rgba(0, 255, 217, 0.10);
}
.yp-zrrz{
    position:absolute;
    top:0;
    left:0;
}
.bt-all{
    position: absolute;
    bottom: -10px;
    width: 100%;
}
.bt-infoa {
  display:flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  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;
}
.yp-ad{
       display: flex;
    align-items: center;
    margin-right:12px;
}
.yp-time{
        display: flex;
    align-items: center;
}
.yp-tag-icon{
    margin-right:3px;
}
.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-back{
    padding: 2px;
    border-radius: 27px;
background: linear-gradient(90deg, #4800FF 0%, #F06 100%), #FFF;
}
.bt-imgBox-img{
    width: 34px;
height: 34px;
aspect-ratio: 1/1;
border-radius: 4px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.bt-imgBox{
    display: flex;
    gap: 4px;
    padding: 0 5px;
}
.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.04rem;
    margin-right: 4px;
    background-color: #282127;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 8px;
    display: block;
    position: relative;
}
.ad3-item-img {
    width: 3.04rem;
    height: 3.04rem;
    border-radius: .16rem;
}
.ad3-item-a {
    position: absolute;
    top: 2.86rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    width: 100%;
}

.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-shrink: 0;
    border-radius: .2rem;
}
.like-wrap {
    background: linear-gradient(90deg, #7A5A9B 0%, #B191B6 106.25%) center / 100% 100% no-repeat;
}
.add-wrap{
    background: linear-gradient(90deg, #C37D3C -26.98%, #D47476 100%) center/100% 100% no-repeat;
}

.like-wrap img, .add-wrap img {
 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: #FFFFFF99;
}
.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;
}
.logo-box{
   display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 8px;
}

.swiper-banner{
    margin-top: .04rem;
    margin-bottom: .06rem;
}
.swiper-banner .swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
  }
.swiper-banner .swiper-slide-next .banner-img,.swiper-banner .swiper-slide-prev .banner-img{
    transform: scale(0.9);
    opacity: 0.7;
  }

.swiper-banner .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
}
.swiper-banner .swiper-pagination-bullet-active{
    width: .16rem !important;
    border-radius: .16rem;
    background-color: #aba0a6 !important;
}

.banner-img {
    width: 100%;
    aspect-ratio: 64 / 35;
    border-radius: .2rem;
}
.swiper-banner .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
}
.swiper-banner .swiper-pagination-bullet-active{
    width: .16rem !important;
    border-radius: .16rem;
    background-color: #aba0a6 !important;
}






