.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: block;
}
.header{
    width: 100%;
    padding-top: 5px;
    background-color: #0099FF;
    position: relative;

}
.header-content{
    display: flex;
    width:100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    
}
.searchbtn{
    width: 32px;
    height:32px;
    margin-right: 2%;
}
.category-list{
    display:none;
}

.search-content{
    display: none;
}

.h-8{
    height:32px;
}
.blue-bg{
    padding-top: 5px;
    background-color: #0099FF;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.ligets-logo{
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    align-items: center;
    margin-left: 5px;
    
}
.main {
    background-color: #22313F;
}

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

    .category{
        margin-left: 5px;
        height:30px;
        width:30px;
        background: url(../images/category.png);
        background-size: contain;
    }
    .blue-bg a{
        margin-left: 5px;
        margin-right: 5px;
        color: white;
    }

    .category-list{
        position: absolute;
        left:0;
        top: 60px;
        border: 1px solid #0099FF;
        width:250px;
        /* height:285px; */
        background-color: #0099FF;
        z-index: 999;
        border: 1px solid #000; /* Add a border around the entire list */
        border-collapse: collapse; /* Make sure borders are collapsed like in a table */
    }

    .category-content{
        /* height:200px;   */
        margin-top: 10px;  
        display: block;
        padding-left: 0;
 
    }
    .item{

        font-size: 25px;
        color:black;
        display: flex;
        align-items: center; /* Vertically center content */
        border-bottom: 1px solid #000; /* Add a bottom border to each item */
        padding: 5px;
    }
    .item-content{
        display: flex;
        align-items: center; /* Vertically center the content */
    }
    .page{
        padding: 5px;

    }
    .closeBtn{
        background-image: url(../images/chahao.png);
        width:32px;
        height:32px;
        position: absolute;
        right:0;

    }
    .item-img{
        background-image: url(../images/sprite.png);
        background-repeat: no-repeat;
        display: inline-block;
        margin-top:5px;
        margin-right: 10px;
    }

    .search-content{
        position: relative;
        margin-top: 30px;
        height: 60px;   
        margin-right: 8%;
        

    }
    .searchInput{   
        float: right;
        height:30px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        color:#000
    }
    .searchbtn2{
        position: absolute;
        
        width: 32px;
        height:32px;
      
       
    }
}

@media screen and (min-width:1024px) {
    .label-container{
        align-items: center;
        display: flex;
        height: 46px;
        margin-right: 10px;
        padding: 10px 16px;
    }
    .blue-bg a{
        font-size: 20px;
        margin-left: 10%;
        margin-right: 10%;
        color: white;
    }
    .label-container .label-icon{
        margin-right: 12px;
    }
    .label-container .label-name{
        color: #fff;
        font-size: 20px;
    }

    .category{
        display:none;
    }
    .category-list{
        display:none;
    }
    .search-content{
        position: relative;
        margin-top: 30px;
        height: 60px;
        margin-left:20px;
        margin-right: 5%;

    }
    .searchInput{   
        height:30px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        color:#000
    }
    .searchbtn2{
        position: absolute;   
        width: 32px;
        height:32px;
      
       
    }

    .searchInput{
        color:#000
    }
  
    .h-40{
        height:10rem;
    }
                            

}
