
/* ===== 聚收集 好货券区 主色 #22a683 ===== */
.jushouji20260912yhj-wrapper{max-width:1200px;margin:0 auto;padding:16px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#333;}
.jushouji20260912yhj-wrapper *{box-sizing:border-box;}
.jushouji20260912yhj-panel{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(34,166,131,.08);border:1px solid rgba(34,166,131,.12);padding:20px;}
/* 标题 */
.jushouji20260912yhj-title{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:700;color:#22a683;padding-bottom:12px;border-bottom:2px solid #22a683;margin-bottom:16px;flex-wrap:wrap;gap:8px;}
.jushouji20260912yhj-title .jushouji20260912yhj-more{font-size:13px;color:#22a683;text-decoration:none;padding:4px 14px;border-radius:16px;background:#e8f7f2;border:1px solid rgba(34,166,131,.3);transition:.25s;font-weight:400;}
.jushouji20260912yhj-title .jushouji20260912yhj-more:hover{background:#22a683;color:#fff;box-shadow:0 2px 8px rgba(34,166,131,.3);}
.jushouji20260912yhj-refresh{font-size:13px;color:#22a683;cursor:pointer;transition:.3s;padding:6px 14px;border-radius:16px;background:#e8f7f2;display:inline-flex;align-items:center;gap:6px;user-select:none;border:1px solid rgba(34,166,131,.3);font-style:normal;font-weight:400;}
.jushouji20260912yhj-refresh:hover{background:#22a683;color:#fff;}
.jushouji20260912yhj-refresh.is-spin{animation:jushouji20260912yhj-rotate 1s linear infinite;}
@keyframes jushouji20260912yhj-rotate{from{transform:rotate(0);}to{transform:rotate(360deg);}}
/* 列表 */
.jushouji20260912yhj-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;min-height:100px;}
.jushouji20260912yhj-item{list-style:none;}
.jushouji20260912yhj-link{display:flex;align-items:stretch;background:linear-gradient(135deg,#f9fdfb,#e8f7f2);border:1px solid rgba(34,166,131,.15);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:.25s;position:relative;min-height:96px;}
.jushouji20260912yhj-link:hover{border-color:#22a683;box-shadow:0 8px 20px rgba(34,166,131,.18);transform:translateY(-3px);background:linear-gradient(135deg,#f0faf5,#e0f5eb);}
/* 左侧券纹 */
.jushouji20260912yhj-left{flex-shrink:0;width:60px;background:linear-gradient(180deg,#22a683,#2fbf97);position:relative;display:flex;align-items:center;justify-content:center;}
.jushouji20260912yhj-left::before,.jushouji20260912yhj-left::after{content:"";position:absolute;right:-6px;width:12px;height:12px;border-radius:50%;background:#fff;}
.jushouji20260912yhj-left::before{top:-6px;}
.jushouji20260912yhj-left::after{bottom:-6px;}
.jushouji20260912yhj-left-text{color:#fff;font-size:11px;font-weight:700;writing-mode:vertical-rl;letter-spacing:2px;text-shadow:0 1px 2px rgba(0,0,0,.15);}
/* 右侧内容 */
.jushouji20260912yhj-right{flex:1;min-width:0;padding:12px 14px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;border-left:2px dashed rgba(34,166,131,.25);}
.jushouji20260912yhj-name{font-size:14px;font-weight:700;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:.2s;}
.jushouji20260912yhj-link:hover .jushouji20260912yhj-name{color:#22a683;}
.jushouji20260912yhj-btn{align-self:flex-start;background:linear-gradient(135deg,#22a683,#2fbf97);color:#fff;font-size:12px;font-weight:600;padding:5px 16px;border-radius:16px;box-shadow:0 3px 8px rgba(34,166,131,.25);transition:.25s;white-space:nowrap;}
.jushouji20260912yhj-link:hover .jushouji20260912yhj-btn{background:linear-gradient(135deg,#1a8769,#22a683);box-shadow:0 4px 12px rgba(34,166,131,.4);transform:translateY(-1px);}
/* 圆点装饰 */
.jushouji20260912yhj-dots{position:absolute;right:12px;top:12px;display:flex;gap:3px;opacity:.35;pointer-events:none;}
.jushouji20260912yhj-dots span{width:4px;height:4px;border-radius:50%;background:#22a683;}
/* 加载状态 */
.jushouji20260912yhj-loadmore{text-align:center;padding:20px 0 4px;color:#999;font-size:13px;user-select:none;transition:.2s;}
.jushouji20260912yhj-loadmore.is-end{color:#ccc;}
.jushouji20260912yhj-loadmore.is-loading::before{content:"";display:inline-block;width:14px;height:14px;border:2px solid #22a683;border-top-color:transparent;border-radius:50%;margin-right:8px;vertical-align:middle;animation:jushouji20260912yhj-spin .8s linear infinite;}
@keyframes jushouji20260912yhj-spin{to{transform:rotate(360deg);}}
.jushouji20260912yhj-empty{grid-column:1/-1;text-align:center;padding:40px 0;color:#bbb;font-size:13px;list-style:none;}
/* 移动端 */
@media(max-width:768px){
  .jushouji20260912yhj-wrapper{padding:10px;}
  .jushouji20260912yhj-panel{padding:14px;}
  .jushouji20260912yhj-title{font-size:16px;}
  .jushouji20260912yhj-list{grid-template-columns:1fr;gap:10px;}
  .jushouji20260912yhj-name{font-size:13px;}
  .jushouji20260912yhj-left{width:50px;}
}
