
/* ========== 强化配置清单 - 每一行清晰展示 ========== */
.config-list {
    background: #f9fafc;
    border-radius: 24px;
    padding: 14px 16px;
    margin: 12px 0 8px;
}
.config-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eef2f8;
}
.config-item:last-child {
    border-bottom: none;
}
.config-type {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #2d3e50;
    width: 90px;
}
.config-type i {
    width: 24px;
    font-size: 16px;
    color: #6c5ce7;
}
.config-name {
    flex: 1;
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
.config-price { 
    font-weight: 600;
    color: #5b4bc4;
    font-size: 14px;
    white-space: nowrap;
}
.xinyue_container {
    background: #f0f2f8;
}
/* 头部 */
.tang_circle_header {
    margin-bottom: 24px;
}
.tang_circle_title {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #1e2a3a, #2d3e50);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.tang_circle_badge {
    background: #e9e6ff;
    color: #6c5ce7;
    padding: 4px 14px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
}
.tang_circle_sub {
    color: #5a6e8c;
    font-size: 13px;
    margin-top: 8px;
}

/* 动态筛选栏 (时髦气泡) */
.tang_circle_tab_bar {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.tang_circle_tab {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 40px;
    background: white;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    transition: 0.2s;
}
.tang_circle_tab.active {
    background: #6c5ce7;
    border-color: #6c5ce7;
    color: white;
    box-shadow: 0 2px 8px rgba(108,92,231,0.2);
}
.tang_circle_tab:active {
    transform: scale(0.96);
}

/* 发布动态入口 (悬浮灵动) */
.tang_circle_post_trigger {
    background: white;
    border-radius: 28px;
    padding: 14px 18px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #edf2f7;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    cursor: pointer;
}
.tang_circle_avatar_placeholder {
    width: 44px;
    height: 44px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6c5ce7;
}
.tang_circle_post_input {
    flex: 1;
    margin-left: 14px;
    background: #f8fafd;
    border-radius: 40px;
    padding: 12px 18px;
    font-size: 14px;
    color: #8192aa;
    transition: 0.2s;
}
.tang_circle_post_btn {
    background: #6c5ce7;
    border: none;
    border-radius: 40px;
    padding: 8px 22px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    margin-left: 12px;
    cursor: pointer;
}
.tang_circle_post_btn:active {
    transform: scale(0.96);
}

/* 动态卡片列表 */
.tang_circle_feed {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tang_circle_card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #eef2f8;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.tang_circle_card:active {
    transform: scale(0.99);
}

/* 用户信息行 */
.tang_circle_user_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.tang_circle_user_info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tang_circle_avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(145deg, #eef2ff, #e9e6ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #5b4bc4;
}
.tang_circle_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.tang_circle_user_details {
    display: flex;
    flex-direction: column;
}
.tang_circle_user_name {
    font-weight: 700;
    font-size: 16px;
    color: #0f1825;
}
.tang_circle_post_time {
    font-size: 11px;
    color: #8ba0bc;
    margin-top: 2px;
}
.tang_circle_badge_level {
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 500;
    color: #5b6e8c;
}

/* 内容区 */
.tang_circle_content {
    margin: 12px 0 14px;
}
.tang_circle_title_text {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    line-height: 1.35;
}
.tang_circle_desc {
    font-size: 14px;
    color: #334155;
    line-height: 1.45;
    margin-bottom: 12px;
}
/* 硬件标签组 */
.tang_circle_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0;
}
.tang_circle_tag {
    background: #f1f5f9;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #2d3e50;
}
.tang_circle_tag.highlight {
    background: #e9e6ff;
    color: #6c5ce7;
}

/* 配图区（模拟） */
.tang_circle_images {
    display: flex;
    gap: 10px;
    margin: 12px 0;
    overflow-x: auto;
}
.tang_circle_img_placeholder {
    width: 100px;
    height: 100px;
    background: #eef2f8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
    color: #8ba0bc;
}
.tang_circle_img_placeholder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* 互动栏 */
.tang_circle_actions {
    display: flex;
    gap: 24px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eff3f8;
}
.tang_circle_action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #5a6e8c;
    cursor: pointer;
}
.tang_circle_action.active_like {
    color: #ef4444;
}
.tang_circle_comment_btn, .tang_circle_like_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* 空状态 */
.tang_circle_empty {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 36px;
    color: #94a3b8;
}

/* 响应式微调 */
@media (max-width: 480px) {
    .tang_circle_post_trigger {
        padding: 12px 14px;
    }
    .tang_circle_post_input {
        padding: 10px 14px;
        font-size: 13px;
    }
    .tang_circle_post_btn {
        padding: 6px 16px;
    }
    .tang_circle_title_text {
        font-size: 16px;
    }
    .tang_circle_img_placeholder {
        width: 80px;
        height: 80px;
    }
    .xinyue_container{
        padding: 16px 16px 32px;
    }
}
