ul {
    padding: 0;
    margin: 0;
    display: block;
}

.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: block;
}
.main {
    background-color: #2C3E50;
}
.header {
    margin-bottom: 1.5rem;
    /* padding-top: 1.5rem; */
    background-color: #0099FF;
    width: 100%;
}

.header-content {
    width: 100vw;
    height: 80px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;

}

.header-img {
    height: 2rem;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.footer {
    width: 100%;
    background-color: #0099FF;
}

.footer .bottom-navbar {
    width: 100%;
    background-color: #0099FF;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer .bottom-navbar a {
    font-family: sans-serif;
    font-size: 18px;
    color: white;
    display: inline-block;
}

.ads {
    height: 250px;
    width: 200px;
    margin: 0 auto;
}

@media screen and (max-width:782px) {
    .label-container {
        display: none;
    }

    .content {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 10px;
        place-items: center;
        /* gap: 10px; */
    }

    .content .girl-game-list {
        width: 110px;
        /* height: 120px; */
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 40%);
        margin-bottom: 5px;
    }

    .header-content .category-list {
        position: absolute;
        left: 0;
        top: 60px;
        border: 1px solid #0099FF;
        width: 250px;
        /* height: 465px; */
        background-color: #0099FF;
        z-index: 999;
        border-top: 1px solid #000;
    }

    /*    
    .content .girl-game-list .game{
        margin-bottom: 10px;
       
        
      
    } */

    .game-name {
        display: none;

    }

    /* .content{
        margin: 0 auto;
        padding: .26rem .2rem .7rem;
    }

    .content .girl-game-list .game{
        float: left;
        margin-bottom: .2rem;
        margin-right: .3rem;
        overflow: hidden;
        border-radius: .08rem;
        box-shadow: 0 .02rem .05rem rgba(0, 0, 0, 40%);
        background-color: #fff;
        height:8rem;
        position: relative;
        width: 8rem;
    }

    .pic-list{
        height: 100%;
        width: 100%;
        display: block;
    }

    .game-name{
        display: none;

    } */

    .footer .bottom-navbar a {
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 10px;
        text-decoration: underline;
        font-size: 14px;
    }

    .pic-list {
        width: 110px;
        height: 110px;
    }



}

@media screen and (min-width:782px) {
    .label-container {
        align-items: center;
        display: flex;
        height: 46px;
        margin-right: 26px;
        padding: 10px 16px;
        margin-left: 20px;
    }

    .label-icon {
        margin-right: 12px;
    }

    .label-name {
        color: #fff;
        font-size: 20px;
    }

    .content {
        margin: 0 auto;
        min-height: calc(100vh - 56px);
        padding: 20px 10px 60px;
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        place-items: center;
        /* gap: 10px; */

    }

    .content .girl-game-list {
        display: flex;
        flex-wrap: wrap;

    }

    .content .girl-game-list .game {
        margin-bottom: 10px;
        overflow: hidden;
    }


    .game {
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 40%);
        background-color: #fff;
        height: 190px;
        margin-right: 15px;
        position: relative;
        width: 190px;
    }

    .pic-list {
        width: 190px;
        height: 190px;
    }

    .footer .bottom-navbar a {
        margin-top: 20px;
        margin-left: 10%;
        margin-right: 10%;
        text-decoration: underline;
        text-align: center;
    }



}