
#subcategory .sub_menu_box .sub_depth0{padding: 10px 0; border:none; margin: 0 auto; display:flex; justify-content: center; gap: 50px; vertical-align:top; width: 100%; background:#fff; box-sizing:border-box;}
#subcategory .sub_menu_box .sub_depth0 > li {display:block; vertical-align:top;  float: left; text-align:center; }
#subcategory .sub_menu_box .sub_depth0 > li > a{display:flex; flex-direction:column; align-items:center; justify-content:center;position:relative; }
#subcategory .sub_menu_box .sub_depth0 > li > a .cateImg {width: 105px; height: 105px; border-radius: 10px; /*background:#e5e5e5;*/ position:relative; }
#subcategory .sub_menu_box .sub_depth0 > li > a .cateImg img{object-fit: cover;}
#subcategory .sub_menu_box .sub_depth0 > li > a .cateImg .label {position:absolute; top:-10px; right: -10px; background: #ca0e18; width:60px; height: 26px; border-radius: 15px; color:#fff; display:inline-flex; justify-content:center; align-items:center; font-family:'GmSans';}
#subcategory .sub_menu_box .sub_depth0 > li > a .cateName {font-size: 16px; font-family:'GmSans'; font-weight: 400; padding-top: 18px;}