
.mobile-home[data-v-743b9a06] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #f5f7fa;
}
.content-scroll[data-v-743b9a06] {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 70px;
  margin-top: -30px;
}

/* 顶部头部 */
.home-header[data-v-743b9a06] {
  background: #192742;
  color: #fff;
  padding: 36px 20px 50px;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
}
.header-top[data-v-743b9a06] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-system[data-v-743b9a06] {
  font-size: 15px;
  opacity: 0.75;
}
.header-bell[data-v-743b9a06] {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-name[data-v-743b9a06] {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0;
}
.header-desc[data-v-743b9a06] {
  font-size: 14px;
  opacity: 0.7;
}

/* 统计卡片网格 */
.stat-grid[data-v-743b9a06] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
/* 卡片基础样式（统一共用，上下卡片完全一致） */
.stat-card[data-v-743b9a06] {
  background: #fff;
  border-radius: 14px;
  padding: 20px 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.stat-title[data-v-743b9a06] {
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.stat-nums[data-v-743b9a06] {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.num-main[data-v-743b9a06] {
  font-size: 26px;
  font-weight: bold;
  color: #222;
}
.num-tip[data-v-743b9a06] {
  font-size: 13px;
  color: #777;
  margin-right: 10px;
}
.stat-icon-blue[data-v-743b9a06] { color: #409eff;
}
.stat-icon-yellow[data-v-743b9a06] { color: #e6b450;
}
.stat-icon-green[data-v-743b9a06] { color: #67c23a;
}
.stat-icon-purple[data-v-743b9a06] { color: #a078ff;
}

/* 企业切换卡片布局 一行两列 */
.org-row[data-v-743b9a06] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 0 16px;
  margin: 16px 0;
}
.org-text[data-v-743b9a06] {
  font-size: 14px;
  color: #303133;
  text-align: center;
  padding-bottom: 6px;
  line-height: 1.2;
  word-break: break-all;
}
.rigth-title[data-v-743b9a06] {
  font-size: 14px;
  color: #303133;
  text-align: center;
}
.icon-bumen[data-v-743b9a06] {
  padding-right: 6px;
}

/* 快捷入口 */
.quick-entry[data-v-743b9a06] {
  margin-top: 24px;
  padding: 0 16px;
}
.entry-title[data-v-743b9a06] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}
.entry-grid[data-v-743b9a06] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.entry-item[data-v-743b9a06] {
  background: #fff;
  border-radius: 14px;
  padding: 18px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
}
.entry-icon[data-v-743b9a06] {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.entry-blue[data-v-743b9a06] {
  background: #edf2fc;
  color: #409eff;
}
.entry-item i[data-v-743b9a06] {
  font-size: 20px;
}

/* 最近动态 */
.recent-dynamic[data-v-743b9a06] {
  margin: 24px 16px 0;
}
.dynamic-title[data-v-743b9a06] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}
.dynamic-list[data-v-743b9a06] {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.dynamic-item[data-v-743b9a06] {
  padding: 18px 16px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
}
.dynamic-item[data-v-743b9a06]:last-child {
  border-bottom: none;
}
.dynamic-code[data-v-743b9a06] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.dynamic-text[data-v-743b9a06] {
  font-size: 13px;
  color: #666;
}
.dynamic-time[data-v-743b9a06] {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}

/* 待办&已办页面 */
.todo-page[data-v-743b9a06],
.done-page[data-v-743b9a06] {
  padding: 24px 16px 0;
  background-color: #f7f8fc;
  min-height: 100%;
  border-radius: 20px 20px 0 0;
}
.todo-page-title[data-v-743b9a06],
.page-title[data-v-743b9a06] {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 18px;
  color: #111;
}
.todo-card-item[data-v-743b9a06] {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #ffe6bc;
  padding: 10px 16px;
  margin-bottom: 4px;
}
.card-type[data-v-743b9a06] {
  font-size: 15px;
  color: #427af5;
  margin-bottom: 8px;
}
.card-title[data-v-743b9a06] {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}
.card-desc[data-v-743b9a06] {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.card-btn[data-v-743b9a06] {
  width: 100%;
  height: 34px;
  background: #5283f7;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  border: none;
}

/* 个人中心 */
.mine-block[data-v-743b9a06] {
  padding: 0;
  background: #f7f8fc;
  min-height: 100%;
}
.mine-header[data-v-743b9a06] {
  background: #192742;
  text-align: center;
  padding: 40px 20px 30px;
  color: #fff;
}
.avatar-circle[data-v-743b9a06] {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-circle span[data-v-743b9a06] {
  font-size: 42px;
  font-weight: bold;
}
.username[data-v-743b9a06] {
  font-size: 28px;
  margin: 0;
}
.position[data-v-743b9a06] {
  font-size: 18px;
  opacity: 0.85;
  margin: 6px 0;
}
.dept-line[data-v-743b9a06] {
  font-size: 16px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.online-dot[data-v-743b9a06] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #57d880;
}
.info-card[data-v-743b9a06] {
  margin: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
}
.info-row[data-v-743b9a06] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.info-row[data-v-743b9a06]:last-child {
  border-bottom: none;
}
.info-left[data-v-743b9a06] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #333;
}
.info-left i[data-v-743b9a06] {
  font-size: 20px;
  color: #666;
}
.info-right[data-v-743b9a06] {
  font-size: 17px;
  color: #222;
}
.menu-card[data-v-743b9a06] {
  margin: 16px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.menu-item[data-v-743b9a06] {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
}
.menu-item[data-v-743b9a06]:last-child {
  border-bottom: none;
}
.menu-item > i[data-v-743b9a06]:first-child {
  font-size: 22px;
  color: #555;
  margin-right: 14px;
}
.menu-text[data-v-743b9a06] {
  flex: 1;
}
.menu-text > div[data-v-743b9a06]:first-child {
  font-size: 17px;
  color: #222;
}
.sub-text[data-v-743b9a06] {
  font-size: 14px;
  color: #888;
  margin-top: 2px;
}
.menu-item > i[data-v-743b9a06]:last-child {
  color: #bbbbbb;
  font-size: 18px;
}
.logout-btn[data-v-743b9a06] {
  margin: 40px 16px 20px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #ffffff;
  border-radius: 16px;
  color: #e64340;
  font-size: 17px;
}

/* 底部Tab */
.mobile-tabbar[data-v-743b9a06] {
  display: flex;
  height: 60px;
  background: #ffffff;
  border-top: 1px solid #e4e7ed;
  border-radius: 20px 20px 0 0;
}
.tab-item[data-v-743b9a06] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
}
.tab-item i[data-v-743b9a06] {
  font-size: 22px;
  margin-bottom: 4px;
}
.tab-item.active[data-v-743b9a06] {
  color: #409eff;
}

/* 退出弹窗 */
.confirm-mask[data-v-743b9a06] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.confirm-box[data-v-743b9a06] {
  width: 280px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.confirm-title[data-v-743b9a06] {
  text-align: center;
  padding: 20px 16px 8px;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.confirm-text[data-v-743b9a06] {
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 10px 20px 20px;
}
.confirm-buttons[data-v-743b9a06] {
  display: flex;
  border-top: 1px solid #eee;
}
.confirm-buttons button[data-v-743b9a06] {
  flex: 1;
  height: 44px;
  border: none;
  font-size: 16px;
  background: transparent;
}
.btn-cancel[data-v-743b9a06] {
  color: #666;
}
.btn-ok[data-v-743b9a06] {
  color: #e64340;
}
/* 空数据文案 */
.empty-tip[data-v-743b9a06] {
  text-align: center;
  padding: 60px 0;
  color: #999;
  font-size: 14px;
}

/* Tab角标容器 */
.tab-badge-wrap[data-v-743b9a06] {
  position: relative;
}
/* 小红点数字 */
.badge-num[data-v-743b9a06] {
  position: absolute;
  top: 2px;
  right: 12px;
  background-color: #f53f3f;
  color: #fff;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 10px;
  min-width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
}

