* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none
}

a {
    text-decoration: none;
    color: #B5B5B5;
}
img {
    object-fit: cover;
}
body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    color: #B5B5B5;
    overflow-y: auto;
    background-color: #191b28;
    font-family:PingFang SC, -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
}

#app {
    font-size: 1.68rem;
    background-color: #191b28;
}
.relative{
    position: relative;
}
.marquee-wrap {
    padding: 1.12rem;
    width: 100%;
    height: 6.72rem;
}
.marquee-box {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 1.68rem;
    background: #242636;
    border-radius: 2.45rem
}
.marquee-box .container-main {
    flex: 1;
    margin: 0 1.05rem;
    font-size: 1.40rem;
    overflow: hidden
}

.marquee-box p {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    font-size: 1.96rem;
    animation: vMarquee 10s linear infinite;
    color: #FFFFFFCC;
}



@keyframes vMarquee {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}
.swiper-banner{
    margin: 1.12rem 0;
}
.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.56rem;
    height: 0.56rem;
}
.swiper-banner .swiper-pagination-bullet-active{
    width: 1.12rem !important;
    border-radius: 1.12rem;
    background-color: #aba0a6 !important;
}
.block{
    display: block;
}
.banner-img {
    width: 100%;
    aspect-ratio: 64 / 35;
    border-radius: 1.40rem;
}

.title-wrap{
    display: flex;
    font-size: 1.96rem;
    margin-bottom: 1.12rem;
}
.t-t {
    margin: 0 0.56rem;
    color: #9E44EE;
    font-weight: 600;
}
.sub-t{
    color: #FFFFFF99;
}
.item-box{
    margin-bottom: 1.68rem;
}
.grid-col-2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.40rem;
}
.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qq-item {
    background-color: #20222F;
    width: 100%;
    border-radius: 1.40rem;
}
 .qq-img {
    width: 100%;
    height: 24.78rem;
    border-radius: 1.40rem;
}
.t-icon{
    width: 2.52rem;   
    height: 2.52rem;   
}
.px8 {
    padding-left: 1.12rem;
    padding-right: 1.12rem;
}


.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.70rem;
}
.ad1-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #20222F;
    border-radius: 1.40rem;
    padding: 1.12rem;
    overflow: hidden;
    color: #FFFFFFE5;
}
.relative {
    position: relative;
}
.ab-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.ad1-item-img {
    width: 8.40rem;
    height: 8.40rem;
    border-radius: 1.40rem;
    
}
.ad1-item .text {
    font-size: 1.96rem;
    font-weight: 600;
    margin: 1.12rem 0;
}
.ad1-item .sub-text {
    color: #FFFFFF66;
}





