/* ===== 侧边导航栏样式 ===== */
.app_bar_2djh {
  position: fixed;
  top: 0;
  left: 0;
  width: 110px;
  height: 100vh;
  background-color: rgb(250, 250, 250);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

/* 品牌标识区域 */
.site_logo_2djh {
  width: 60px;
  display: block;
  margin: auto;
  padding-top: 20px;
  border-radius: 50%;
}

.app_bar_title_2djh {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
}

/* 导航内容区域 */
.app_bar_content_2djh {
  width: 60px;
  margin: auto;
  padding-top: 20px;
}

/* 分隔线样式 */
.app_bar_hr_2djh {
  width: 80%;
  height: 8px;
  margin: 0 auto 20px;
  background-color: #33274f;
  border-radius: 10px;
}

.app_bar_hr_mobile_2djh {
  width: 80px;
  height: 8px;
  margin: 0 auto 20px;
  padding-top: 20px;
  border-radius: 10px;
}

/* 导航分类卡片 */
.app_bar_category_card_2djh {
  text-align: center;
  margin: 10px 0;
  padding: 8px 0;
  font-size: 18px;
  border-radius: 10px;
  background-color: rgb(250, 250, 250);
  transition: all 0.3s ease;
}

.app_bar_category_card_2djh:hover {
  background-color: #e7d6dc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* ===== 移动端菜单样式 ===== */
.app_bar_mobile_menu_btn_2djh {
  display: none;
  position: absolute;
  left: 15px;
  top: 15px;
}

.app_bar_mobile_menu_2djh {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.app_bar_mobile_menu_content_2djh {
  position: absolute;
  width: 200px;
  height: 100%;
  z-index: 1000;
  background-color: rgb(250, 250, 250);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.app_bar_mobile_menu_title_2djh {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
}

.app_bar_mobile_content_2djh {
  width: 160px;
  margin: auto;
  padding-top: 20px;
}

.app_bar_mobile_menu_close_area_2djh {
  width: 100%;
  height: 100%;
  background-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: translateZ(0);
}

/* ===== 主内容区域样式 ===== */
.app_main_box_2djh {
  position: absolute;
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
  overflow: auto;
}

.app_top_box_placeholder_2djh {
  height: 20px;
}

.app_top_box_2djh {
  margin: 0 20px 0 130px;
  height: 300px;
  border-radius: 10px;
  background-color: rgb(250, 250, 250);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.app_bottom_box_2djh {
  margin: 0 20px 0 130px;
  border-radius: 10px 10px 0 0;
  background-color: rgb(250, 250, 250);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.app_category_box_content_2djh {
  margin: 20px 20px 0 130px;
  height: auto;
  border-radius: 10px;
  background-color: rgb(250, 250, 250);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* ===== 分类内容区域样式 ===== */
.app_category_box_content_title_2djh {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.app_category_box_content_tab_title_2djh {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 434px;
  overflow-x: auto;
  white-space: nowrap;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.app_category_box_content_tab_title_2djh::-webkit-scrollbar {
  display: none;
  width: 0;
}

/* 网格布局 */
.app_category_box_content_tab_2djh {
  display: grid;
  grid-template-columns: repeat(8, 12.5%);
  justify-items: center;
  padding-bottom: 20px;
}

/* 分类项目卡片 */
.app_category_box_content_tab_item_2djh {
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.app_category_box_content_tab_item_2djh:hover {
  background-color: #e7d6dc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.app_category_box_content_tab_item_img_2djh {
  width: 30px;
  height: 30px;
}

.app_category_box_content_tab_item_title_2djh {
  font-weight: bold;
  max-width: 150px;
  min-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app_category_box_content_tab_item_title_2djh::before {
  content: "┃";
  color: #33274f;
  font-weight: bold;
  font-size: x-large;
  border-radius: 50%;
}

.app_category_box_content_tab_item_info_2djh {
  font-size: 12px;
  padding-left: 24px;
  max-width: 150px;
  min-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#app_category_container {
  margin-bottom: 20px;
}