
/* ===== 聚义堂交友区 jushoujigzh20260912jyt 专属样式 ===== */
.jushoujigzh20260912jyt-box{
    background:#f5faf8;
    padding:24px 0 30px;
    box-sizing:border-box;
}
.jushoujigzh20260912jyt-box *{box-sizing:border-box;}
.jushoujigzh20260912jyt-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
/* ---- 标题栏 ---- */
.jushoujigzh20260912jyt-title{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    font-size:22px;
    font-weight:700;
    color:#1a8f6f;
    line-height:1.2;
    padding:0 0 12px 14px;
    margin:0 0 20px;
    border-bottom:2px solid #d8efe8;
    position:relative;
}
.jushoujigzh20260912jyt-title::before{
    content:"";
    position:absolute;
    left:0;
    top:2px;
    bottom:14px;
    width:4px;
    border-radius:2px;
    background:linear-gradient(180deg,#22a683,#5ed3b0);
}
.jushoujigzh20260912jyt-tjxx{
    margin-left:auto;
    display:flex;
    align-items:center;
}
/* ---- 点击加入按钮 ---- */
.jushoujigzh20260912jyt-add{
    font-style:normal;
    font-size:13px;
    font-weight:400;
    color:#fff;
    background:linear-gradient(135deg,#22a683,#31bd97);
    padding:5px 16px;
    border-radius:20px;
    cursor:pointer;
    box-shadow:0 3px 10px rgba(34,166,131,.30);
    transition:all .3s ease;
    white-space:nowrap;
}
.jushoujigzh20260912jyt-add:hover{
    background:linear-gradient(135deg,#1d9071,#22a683);
    box-shadow:0 5px 14px rgba(34,166,131,.45);
    transform:translateY(-1px);
}
/* ---- 刷新图标 ---- */
.jushoujigzh20260912jyt-refresh{
    margin-left:12px;
    font-size:17px;
    color:#22a683;
    cursor:pointer;
    transition:transform .5s ease,color .3s ease;
}
.jushoujigzh20260912jyt-refresh:hover{
    color:#1d9071;
    transform:rotate(180deg);
}
/* ---- 更多按钮 ---- */
a.jushoujigzh20260912jyt-more{
    margin-left:12px;
    font-size:13px;
    font-weight:400;
    color:#22a683;
    text-decoration:none;
    border:1px solid #22a683;
    border-radius:20px;
    padding:3px 14px;
    transition:all .3s ease;
    white-space:nowrap;
}
a.jushoujigzh20260912jyt-more:hover{
    background:#22a683;
    color:#fff;
}
/* ---- 列表容器 ---- */
.jushoujigzh20260912jyt-cont{position:relative;}
.jushoujigzh20260912jyt-list{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(175px,1fr));
    gap:16px;
    margin:0;
    padding:0;
    list-style:none;
}
.jushoujigzh20260912jyt-list > li{
    position:relative;
    background:#fff;
    border:1px solid #e2f1ec;
    border-radius:14px;
    padding:18px 12px 14px;
    text-align:center;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(34,166,131,.08);
    transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.jushoujigzh20260912jyt-list > li::after{
    content:"";
    position:absolute;
    left:0;right:0;top:0;
    height:3px;
    background:linear-gradient(90deg,#22a683,#6fdcb9);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s ease;
}
.jushoujigzh20260912jyt-list > li:hover{
    transform:translateY(-5px);
    border-color:#22a683;
    box-shadow:0 10px 24px rgba(34,166,131,.22);
}
.jushoujigzh20260912jyt-list > li:hover::after{transform:scaleX(1);}
/* ---- 性别角标 ---- */
.jushoujigzh20260912jyt-xb{
    position:absolute;
    top:8px;
    right:8px;
    width:24px;
    height:24px;
    line-height:0;
    z-index:2;
}
.jushoujigzh20260912jyt-xb img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
}
/* ---- 卡片内容 ---- */
.jushoujigzh20260912jyt-list > li > a{
    display:block;
    text-decoration:none;
    color:inherit;
    outline:none;
}
.jushoujigzh20260912jyt-list > li > a > img{
    width:88px;
    height:88px;
    display:block;
    margin:0 auto 10px;
    border-radius:50%;
    object-fit:cover;
    background:#f5faf8;
    border:3px solid #e2f1ec;
    transition:border-color .3s ease,transform .3s ease;
}
.jushoujigzh20260912jyt-list > li:hover > a > img{
    border-color:#22a683;
    transform:scale(1.04);
}
.jushoujigzh20260912jyt-list > li > a > strong{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#1f2d2a;
    padding:0 4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.jushoujigzh20260912jyt-list > li > a > b{
    display:inline-block;
    margin-top:8px;
    font-size:12px;
    font-weight:400;
    color:#22a683;
    background:rgba(34,166,131,.10);
    border-radius:10px;
    padding:2px 10px;
    transition:all .3s ease;
}
.jushoujigzh20260912jyt-list > li:hover > a > b{
    background:#22a683;
    color:#fff;
}
.jushoujigzh20260912jyt-list > li > a > em{
    display:block;
    margin-top:8px;
    font-style:normal;
    line-height:1;
}
.jushoujigzh20260912jyt-icon{
    display:inline-block;
    margin:0 3px;
    font-size:15px;
    color:#22a683;
}
.jushoujigzh20260912jyt-desc{
    display:block;
    margin-top:9px;
    font-size:12px;
    color:#93a5a0;
    padding:0 4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/* ---- 加载提示 ---- */
#jytLoadTip{font-size:13px;}
/* ---- 移动端适配 ---- */
@media (max-width:768px){
    .jushoujigzh20260912jyt-box{padding:16px 0 22px;}
    .jushoujigzh20260912jyt-title{
        font-size:18px;
        padding-left:11px;
        margin-bottom:14px;
    }
    .jushoujigzh20260912jyt-title::before{width:3px;bottom:12px;}
    .jushoujigzh20260912jyt-add{padding:4px 12px;font-size:12px;}
    .jushoujigzh20260912jyt-refresh{font-size:15px;margin-left:8px;}
    a.jushoujigzh20260912jyt-more{font-size:12px;padding:2px 10px;margin-left:8px;}
    .jushoujigzh20260912jyt-list{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }
    .jushoujigzh20260912jyt-list > li{padding:14px 8px 12px;border-radius:12px;}
    .jushoujigzh20260912jyt-list > li > a > img{width:70px;height:70px;}
    .jushoujigzh20260912jyt-list > li > a > strong{font-size:14px;}
    .jushoujigzh20260912jyt-xb{width:20px;height:20px;}
}
