* {
    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;
}
img {
    object-fit: cover;
}

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

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

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

.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;
    transform: scale(0.8);
  }
.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;
}
.block{
    display: block;
}
.banner-img {
    width: 100%;
    aspect-ratio: 64 / 35;
    border-radius: .2rem;
}
.title-wrap{
    width: 100%;
    padding: .24rem 0;
    display: flex;
    justify-content: center;
}
.title-img{
  width:  2.26rem;
  height: .5rem;
}

.content{
    padding: 8px;
}
.title-item{
    color: #53FFD1;
    font-size: .28rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.grid-col-6{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .24rem;
}
.jgg-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.jgg-img {
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .2rem;
}
.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jgg-item .text{
    text-align: center;
    margin-top: .08rem;
    width: 100%;
}

.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: #FFFFFF0D;
}
.text-icon{
    width: .32rem;
    height: .32rem;
    margin-right: .04rem;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-wrap{
    margin-bottom: .24rem;
}
.footer-wrap{
    border: 4px solid #1F2728;
    margin-bottom: .4rem;
    border-radius: 10px;
    background-color: #1a1f20;
    padding: 8px;
}
.footer-item{
    background-color: #1e2627;
    margin-bottom: 10px;
    border-radius: 10px;
    
}
.domain-img{
    width: 100%;
    height: 4.04rem;
    overflow: hidden;
}
.copy-text{
    color: #FF5996; 
    text-decoration: underline  #FF5996;
    margin-left: 10px;
    font-size: .32rem;
    font-weight: 600;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p16{
    padding: .32rem 0;
}
.go-top{
    position: fixed;
    right: 8px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00976EE5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden{
    display: none;
}
 .tips {
    z-index: 10000;
}
 .tips {
    position: absolute;
    left: 50%;
    top: 18px;
    margin-left: -120px;
    margin-top: 23px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 12px;
    min-width: 240px;
    line-height: 26px;
    background-color: rgba(48, 59, 90, .9);
    color: #a3abc7;
    white-space: nowrap;
}

[class*='icon-'], [class^='icon-'] {
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tips em {
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.icon-bs-menu:before {
    content: "\e608";
    color: #ffbf00;
}
.icon-bs-more:before {
    content: "\e606";
    color: #ffbf00;
}
.tips:before {
    content: "";
    position: absolute;
    display: block;
    border-width: 8px;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #2d3a56;
}
.relative{
    position: relative;
}

.ad-hf{
    display: block;
    width: 100%;
    margin-top: .24rem;
}
.hf-img{
    width: 100%;
    height: 1.12rem;
    border-radius: .16rem;
}

.jgg-btn{
    margin: 0 .08rem;
    border-radius: .2rem;
    padding: .04rem .16rem;
    background-color: #FFFFFF1A;
    text-align: center;
    margin-top: .08rem;
    color: #87FF6F;
    font-size: .22rem;
    width: 1.08rem;
    height: .44rem;
    line-height: .36rem;
}


.live-item {
    border-radius: .2rem;
    background-color: #1f2425;
    position: relative;
}
.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;
}
.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: 600;
    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;
}



.gril-item {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #1f2425;
}
.gril-img-wrap {
    position: relative;
}
.gril-img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 4.72rem;
}
.gril-top{
    position: absolute;
    top: 0;
    padding: 0.08rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.like-tips{
    width: 1.16rem;
    height: .6rem;
    background-color: #0000004D;
    border-radius: .64rem;
    padding: .08rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFFCC;
}
.gril-bottom{
    position: absolute;
    bottom:-.3rem;
    padding: 0 .16rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gril-text-wrap{
    margin-top: .3rem;
    padding: .16rem;
    overflow: hidden;
}
.gril-text{
    display: flex;
    margin-bottom: .12rem;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.gril-text:last-child{
    margin-bottom: 0;
}
.gril-l img {
    width: .6rem;
    height: .6rem;
}
.gril-name {
    flex: 0 0 auto;
    width: 1.22rem;
    font-size: .28rem;
    font-weight: 600;
    color: #FFFFFFE5;
}

.color1{
    color: #E78C89;
    font-size: .26rem;
    font-weight: 600;
    display: block;
}
.gti{
    flex: 0 0 auto;
    width: 2.7rem;
    color: #FFFFFF80;
}
.gtc{
    text-wrap: nowrap;
    margin-right: .08rem;
    color: #7C85CE;
}

.qq-item {
    background-color: #1f2425;
    width: 100%;
    border-radius: .2rem;
}
 .qq-img {
    width: 100%;
    height: 3.54rem;
    border-radius: .2rem;
}
.qq-info-wrap{
    padding: .16rem;
}
.qq-title {
    margin-bottom: 8px;
    font-size: .36rem;
    font-weight: 600;
    color: #FFFFFFE5;
}
.qq-info {
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
}
.qq-pic {
    font-size: .28rem;
    color: #FF757F;
    font-weight: 600;
}
.qq-pic-icon{
    font-size: .24rem;
    font-weight: 400;
}