html {
    background: #000;
    text-align: center;
}

body {
    margin: 0;
    color: #fff;
}

#body {
    max-width: 500px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    overflow-y: auto;
}

#body * {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: hidden;
    top: 0;
    height: auto !important;
}
.banner_group .li {
    margin-bottom: 6px;
    height: 100px;
    padding: 0 3px;
}
img.lazy {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.adv-con {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
}

.abIcon {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}

.li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.img {
    margin-bottom: 5px;
}

.img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
}

p {
    margin: 0;
    font-size: 11px;
    color: #fff;
}
.homePageTip {
    margin: 10px 0;
    background: #9828ff;
    font-size: 12px;
    text-align: center;
    line-height: 30px
}
.homePageTip b {
    color: #ffcf07;
}

.homeDomainB {
    height: 88px;
    width: 100%;
    /*background: url("/image/back-home.png") no-repeat center / contain;*/
    padding: 2px 0;
    margin: 10px 0 5px 0;
    text-align: center;
}

.homeDomainB .bg {
    /*background: #101119;*/
    padding: 40px 0;
    white-space: nowrap;
}
.homeDomainB span:first-child {
    margin-left: 0;
}
.homeDomainB span {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 500;
}


/* Hide the element initially */
.hidden {
    display: none;
}

.con {
    margin: 0 auto 0;
    position: relative;
    padding: 10px;
}
.con img{
    width: 100%;
    height: auto;
}
.footer {
    /*background: #3F4ABC;*/
    /*background: url("../image/footer.png") no-repeat center / 100% 100%;*/
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 66px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*color: #00D4F4;*/
}



.logo-con{
    margin: 10px 0;
    height: 45px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.logo{
    flex: none;
    width: 120px;
}
.fangge{
    flex: 1;
}


.text-color {
    background-size: 400% 400%;
    background-image: linear-gradient(
            to left,
            #6dc1fe,
            #ff8000,
            #fff200,
            #51ff00,
            #00d0ff,
            #9000ff,
            #ff008c
    );
    -webkit-background-clip: text;
    animation: text-color 5s ease infinite;
    color: transparent;
}
@-moz-keyframes text-color {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@-webkit-keyframes text-color {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@-o-keyframes text-color {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@keyframes text-color {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
