
.jushoujigzh20260910zhiying-wrap{
  max-width:100%;width:100%;margin:14px auto;padding:0 12px;
  box-sizing:border-box;
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
}
.jushoujigzh20260910zhiying-wrap *,
.jushoujigzh20260910zhiying-wrap *::before,
.jushoujigzh20260910zhiying-wrap *::after{box-sizing:border-box;}

.jushoujigzh20260910zhiying-tab{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  list-style:none;margin:0;padding:0px;
  width: 100%;
}

.jushoujigzh20260910zhiying-item{
  position:relative;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;
  padding:15px;
  background:#fff;
  border:1px solid #e6efeb;
  border-radius:14px;
  cursor:pointer;
  user-select:none;
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
  box-shadow:0 2px 8px rgba(42,140,119,.05);
  margin: 15px;
}
/* 悬停时的渐变底 */
.jushoujigzh20260910zhiying-item::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(135deg,#f0fbf6 0%,#fff 100%);
  opacity:0;transition:opacity .25s ease;
}
.jushoujigzh20260910zhiying-item:hover{
  transform:translateY(-3px);
  border-color:#b9e6d8;
  box-shadow:0 10px 22px rgba(42,140,119,.15);
}
.jushoujigzh20260910zhiying-item:hover::before{opacity:1;}

/* 当前激活项 */
.jushoujigzh20260910zhiying-item.active{
  background:linear-gradient(135deg,#f0fbf6 0%,#fff 60%);
  border-color:#b9e6d8;
  box-shadow:0 6px 16px rgba(42,140,119,.12);
}

/* 图标 */
.jushoujigzh20260910zhiying-item > img{
  position:relative;z-index:1;
  width:36px;height:36px;
  object-fit:contain;display:block;
  transition:transform .3s ease;
  background: #22a683;
  padding: 5px;
  border-radius: 14px;
}
.jushoujigzh20260910zhiying-item:hover > img{transform:scale(1.1);}

/* 文字 */
.jushoujigzh20260910zhiying-item > p{
  position:relative;z-index:1;
  margin:0;font-size:13px;font-weight:700;color:#1f6e5c;
  line-height:1.2;letter-spacing:.5px;
}

/* 计数徽章 */
.jushoujigzh20260910zhiying-item > i{
  position:absolute;top:6px;right:6px;z-index:2;
  font-style:normal;font-size:10px;font-weight:700;line-height:1;
  color:#fff;
  background:linear-gradient(135deg,#2a8c77,#34a58c);
  padding:3px 6px;border-radius:8px;
  white-space:nowrap;
  box-shadow:0 2px 6px rgba(42,140,119,.28);
}
.jushoujigzh20260910zhiying-item.active > i{
  background:linear-gradient(135deg,#ff6b35,#ff8c42);
  box-shadow:0 2px 6px rgba(255,107,53,.3);
}

/* 平板 */
@media (max-width:991px){
  .jushoujigzh20260910zhiying-tab{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:8px;
  }
  .jushoujigzh20260910zhiying-item{padding:12px 6px 10px;border-radius:12px;}
  .jushoujigzh20260910zhiying-item > img{width:32px;height:32px;}
}

/* 手机 */
@media (max-width:640px){
  .jushoujigzh20260910zhiying-wrap{padding:0 10px;margin:10px auto;}
  .jushoujigzh20260910zhiying-tab{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .jushoujigzh20260910zhiying-item{padding:10px 6px;border-radius:12px;}
  .jushoujigzh20260910zhiying-item > img{width:30px;height:30px;}
  .jushoujigzh20260910zhiying-item > p{font-size:12px;}
  .jushoujigzh20260910zhiying-item > i{font-size:9px;padding:2px 5px;top:4px;right:4px;}
}

/* 超小屏 */
@media (max-width:359px){
  .jushoujigzh20260910zhiying-tab{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;}
  .jushoujigzh20260910zhiying-item > img{width:26px;height:26px;}
  .jushoujigzh20260910zhiying-item > p{font-size:11px;}
}
