.catalog_box{
background-position:center center;
background-size:cover;
}

.catalog_box {
  width: 45%;
  height: 200px;
}
.catalog_box {
  width: 30%;
  height: 275px;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  box-shadow: 0px 2px 6px grey;
}

.catalog_box:hover {
  filter: brightness(1.1);
}

.catalog_box h1 {
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  padding-bottom: 5%;
  padding-top: 5%;
  padding-left: 3%;
  background-color: rgba(210, 210, 210, 0.521);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-shadow: 0px 0px 0px white, 0px 1px 0px white, 1px 0px 0px white, 2px 0px 2px white, 0px 2px 2px white, 0px -1px 0px white, -1px 0px 0px white, -2px 0px 2px white, 0px -2px 2px white;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0;
}

.box1{
  background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/cosmetics.webp);
  background-position:left center;
  color:#ff0666;
  }
  .box2{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/men.webp);
    color:#e82a20;
  }
  .box3{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/teen.webp);
    color:#e86324;
    background-position:50% center;
  }
  .box4{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/bedding.webp);
    color:#dcbf26;
  }
  .box5{
    background-color: #e8e9ec;
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/kid.webp);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:top center;
    color:#38c9ce;
  }
  .box6{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/supermarket.webp);
    color:#09d542;
    background-position: 5% center;
  }
  .box7{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/food.webp);
    color:#ce1bb3;
    background-position: 60% center;
  }
  .box8{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/ele.webp);
    background-position:17% 50%;
    color:#4a65e8;
  }
  .box9{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/kitchen.webp);
    background-position: 70% center;
    color:#8e278a;
  }
  .box10{
    background-image: url(https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg/shoes.webp);
    background-position: 37% center;
    color:#994c33;
  }
  

  @media only screen and (max-width: 700px) { 
    .catalog_box{
      width:45%;
      height:200px;
      margin-bottom: 10px;
    }

    .menuBox{
      gap:0;
    }
    }

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

      .catalog_box {
        height: 180px;
      }
      }
  