    
    .burgerMenuDiv{
      position:fixed;
      top:0;
      right:0;
      width:0%;
      height:100%;
      background: #d7fde6;
      z-index:99999;
      transition:width 0.5s;
      display:flex;
      flex-direction:column;
      justify-content: flex-start;
      align-items: center;
      overflow:hidden;
      gap:40px;
      min-height:100vh;
    }

    .burgerMenuDiv::-webkit-scrollbar {
      display: none;
    }
    @media only screen and (max-height: 700px) { 

      .burgerMenuDiv{
        height:100%;
        justify-content: flex-start;
      }
    }


.menu_cat{
  width:90%;
  max-width:1080px;
  height:auto;
  border-radius: 15px;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: center;
  padding-top:18%;
  padding-bottom:5%;
}


.menu_subcat{
  width:90%;
  height:auto;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top:2%;
}

.menu_subcat a{
  width:80%;
  height:auto;
  max-height:50px;
  background-color:grey;
  border-radius:5px;
  margin:5px;
  padding:5px 10px;
  font-size:24px;
  color:white;
  text-align: center;
}

.a_nyb{
  background-color:#f74361 !important;
}
.a_kc{
  background-color: #b464a8 !important;
}

.bigCat{
  width:100%;
  font-size:24px;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  border-top:2px solid #24b65e;
  padding:10px 0;
}

.bigCat img{
  width:20%;
  height:20px;
  transition:transform 0.3s;
}

.bigCat h3{
  width:70%;
  text-align: end;
  display:flex;
  flex-direction: row;
  justify-content:flex-end;
  align-items: flex-end;
  font-size:24px;
  font-weight:500;
}

.smallCat{
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: end;
  margin-bottom:10px;
  transition:height 0.5s;
  overflow:hidden;
  height:auto;
}

.smallCat a{
  /*text-decoration: underline;
  text-decoration-color:grey;
  text-underline-offset: 3px;*/
  padding:10px 0;
  font-weight: 500;
  font-size:18px;
}

.menu_socialMedia{
  width:100%;
  height:5vw;
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items:center;
  z-index:2000;
  font-size:25px;
  gap:20px;
  padding:10px 0;
}

.menu_socialMedia a{
  color:white;
  max-width:25px;
  max-height:25px;
  display:flex;
  justify-content: center;
  align-items:center;
}

.menu_socialMedia a:hover{
filter:brightness(0.7) !important; 
}


.facebook,.facebook img,.instagram,.instagram img,.wechat,.wechat img,.weibo,.weibo img,.redbook, .redbook img{
width:23px;
height:23px;
max-width:25px;
max-height:25px;
min-width:16px;
min-height:16px;
}



@media only screen and (min-width: 765px) { 

  .menu_cat{
    padding-top:12.5%;
    padding-bottom:5%;
  }
}

@media only screen and (min-width: 900px) { 

  .menu_cat{
    max-width:700px;
  }

  .bigCat h3{
    font-size:33px;
  }
}

@media only screen and (min-width: 1080px) { 

  .menu_cat{
    max-width:900px;
  }
}

@media only screen and (min-width: 1400px) { 

  .menu_cat{
    padding-top:8.5%;
  }
}

.menu_cat img{
  width:80%;
  max-width:80px;
}

.menu_cat_kc{
  max-width:120px;
}

@media only screen and (min-width: 765px) { 
  .menu_cat img{
    width:80%;
    max-width:200px;
  }
  
  .menu_cat_kc{
    max-width:170px;
  }
  
}

@media only screen and (max-width: 400px) { 
  .menu_cat img{
    width:35%;
    max-width:80px;
  }

  .menu_cat_bottom{
    margin-top:0px;
  }

  .burgerMenuDiv{
gap:0px;
  }
}

.menu_cat_nyb{
  margin:10px 0;
}

@media only screen and (max-height: 700px) { 

  .menu_cat_nyb{
    margin-top: 30px;
  }
  .menu_cat_bottom{
    margin-bottom:30px;
  }
}