.article-content ul, .article-content ol{
    margin:0 !important;
}

.circles-page {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 20px auto;

}

body {
    background: #fff !important;
}

.circles-left {
    width: 70%;
    padding: 0 20px 20px;
}

.circles-right {
    width: 30%;
}

.filter {
    display: flex;

    margin-bottom: 15px;
}

.ctitle {
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex: 1;
}

.list-unstyled li {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 0 !important;
    width:80px;
    text-align: center;
}

.list-unstyled li a {
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s;
}

.list-unstyled li.active a,
.list-unstyled li a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.list-ssss li.active a,
.list-ssss li a:hover{
    color:#fff !important;
}

.members {
    margin-top: 10px;
}

.member {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #b8b8b8;
}

.member:first-child {
    border-top: 1px solid #b8b8b8;
}

.member .avatar img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.member-info {
    flex: 1;
}

.member-info p {
    margin: 3px 0;
    font-size: 14px;
    color: #666;
}

.member-info p strong {
    font-size: 16px;
    color: #333;
}

.gender-icon {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    margin-left: 5px !important;
}

.member-action .btn-view {
    display: inline-block;
    padding: 5px 15px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s;
}

.p_indent .article-content p{
    text-indent: 0 !important;
}

.article-content img.gender-icon{
    margin-left:8px;
}
.article-content p.pitem{
    margin-bottom:5px;
    margin-top:0;
}



.article-content .pagination {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}

.pagination ul {
    display: inline-flex;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.pagination li {
    display: inline;
}

.pagination a,
.pagination span {
    padding: 5px 10px;
    text-decoration: none;
    /*color: #0073aa;*/
    sborder: 1px solid #ccc;

    border-radius: 5px;
}
.pagination .page-numbers a, .pagination .page-numbers span{
    height: 30px;
    width:30px;
    border-radius:50%;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    background:none;
}
.pagination .page-numbers a{
    text-decoration: none;
}
.pagination .page-numbers a:hover{
    color:#000;
}

.pagination .page-numbers .current {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.per-page-form {
    display: inline-block;
}

.per-page-form select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.circles-right .widget {
    margin-bottom: 20px;
}

.widget h3 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-content .widget .more {
    font-size: 14px;
    text-decoration: none;
    color:#666;
}

.widget .more:hover {
    /*color: #005177;*/
}

.widget ul.list-unstyled {
    display: block;
}

.widget ul.list-unstyled li {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;

}

.widget ul.list-unstyled li a {
    display: flex;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
}

.widget ul.list-unstyled li a:hover {
    /*color: #0073aa;*/
}

.widget ul.list-ssss li a:hover{
    color:#fff !important;
}


.list-styled {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex: 1;
}

.list-styled li {
    font-size: 14px;
    margin-bottom: 0 !important;
    width:80px;
}

.list-styled li a {
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s;
}



.widget ul.list-styled {
    display: block;
}

.widget ul.list-styled li {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    list-style-type:disc;
}


.widget ul.list-styled li a {
    display: flex;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
}

.article-content .widget ul.list-styled li a:hover, .article-content .widget ul.list-styled li a:hover .supply-title {
    color: #ea6726 !important;
}

.article-content .member-action a:hover{
    color:#fff !important;
    background:#007bff;
}


/*圈子详情页面*/
.user-feed-page .info-div{
    text-align: center;
}

.user-feed-page .info-div .item{
    font-size:14px;
}
.user-feed-page .info-div .names{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
.user-feed-page .avatar{
    text-align: center;
}
.article-content .user-feed-page .info-div .names img{
    margin-left:6px;
    margin-right: 0;
}
.ca-icon{
    width:20px;
    height: 20px;
}
.user-feed-page .avatar img{
    width:90px;
    height: 90px;
    border-radius:50%;
}

.user-feed-page .info-div .times{
    font-size:14px;
    color:#999;
}
.user-feed-page .info-div .contact{
    display: flex;
    align-items:center;
    justify-content: center;
    gap:10px;

}
.user-feed-page .info-div .contact > div{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:13px;
    color:#999;
}
.user-feed-page .company {
    margin-top:20px;
}
.user-feed-page .company .company-header ul{
    border-bottom:1px solid #d7d7d7;
}
.user-feed-page .company .company-header ul li{
    list-style: none;
    margin-bottom:0;

    width:100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:14px;
    font-weight: bold;
}
.user-feed-page .company .company-header ul li.active{
    border:1px solid #d7d7d7;
    border-bottom:none;
}
.user-feed-page .company-content{
    padding:10px 0;
    font-size:14px;

}
.supply-demand-bar{
    margin-top:15px;
}
.supply-demand-bar .supply-header ul{
    list-style: none;
    border-bottom:1px solid #d7d7d7;
    display: flex;

}
.supply-demand-bar .supply-header ul li{
    height: 40px;
    padding:0 15px;
    margin-bottom:0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size:14px;
    color:#000;
}

.page-template-pagesblank-php .header{
    border-bottom:1px solid #eaeaea !important;
}
.supply-demand-bar .supply-header ul li.active{
    border:1px solid #d7d7d7;
    border-bottom:none;
    font-weight: bold;
}
.supply-demand-bar .supply-list ul{
    padding:0 10px;
    list-style: none;
}

.supply-demand-bar .supply-list ul .item{
    padding:10px 5px;
    border-bottom:1px dashed #999;
    font-size:14px;

    margin-bottom:0;

}
.supply-demand-bar .supply-list ul .item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:14px;
}
.supply-demand-bar .supply-list ul .item .title{
    margin-bottom:0;
}

.supply-demand-bar .supply-list ul .item .add-time{
    color:#999;
}
.lldst{
    margin-right:5px;
}
.red{
    color:red;
}
.blue{
    color:blue;
}

.user-feed-page .circles-right .list-styled .member-item{
    padding:6px 10px;
    display: flex;
    align-items: center;

}
.user-feed-page .circles-right .list-styled .member-item img{
    width:55px;
    height: 55px;
    border-radius: 50%;
    margin-left:0;
    margin-right:10px;
}
.user-feed-page .circles-right .list-styled .member-item .sex-icon{
    width:18px;
    height: 18px;
}
.user-feed-page .circles-right .list-styled .member-item .right-info .name{
    display: flex;
}
.user-feed-page .circles-right .list-styled .member-item .right-info .company-info{
    font-size:12px;
    color:#999;
}


.article-content .user-feed-page a{
    color:#000;
    text-decoration: none;
}
.article-content .user-feed-page a:hover{
    color:#000;
}

















.news-title,
.supply-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-date,
.supply-date {
    color: #999;
    margin-left: 10px;
}

.widget img.qr {
    width:90px;
    height: 90px;


    display: block;
    margin: 15px auto;

}

.widget p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* 后台样式保持不变 */
.sdc-search-form {
    margin: 20px 0;
}

.sdc-search-form input[type="search"] {
    width: 200px;
    margin-right: 10px;
}

.sdc-list-form .button {
    margin-bottom: 10px;
}

.sdc-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.modal-content {
    max-width: 400px;
}

.modal-content h2 {
    margin-top: 0;
}

.modal-content input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

.modal-content .button {
    margin-right: 10px;
}

.widefat .check-column {
    padding: 0 !important;
}

.widefat {
    border: 1px solid #666 !important;
    border-radius: 4px;
}

.widefat th,
.widefat td {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    padding: 12px;
    vertical-align: top;
}

.widefat td:first-child,
.widefat th:first-child {
    border-left: 0;
}

.widefat th {
    background: #f9f9f9;
    font-weight: bold;
}

.widefat .column-avatar_username {
    width: 10%;
    text-align: center;
}

.widefat .check-column {
    text-align: center;
    vertical-align: middle;
}

.widefat .posts_count,
.widefat .column-actions,
.widefat .reg_last_active {
    text-align: center;
    vertical-align: middle;
}

.widefat .column-avatar_username img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 5px;
}

.widefat .column-personal_info {
    width: 20%;
}

.widefat .column-job_company {
    width: 20%;
}

.widefat .column-role_type {
    width: 15%;
}

.widefat .column-reg_last_active {
    width: 15%;
}

.widefat .column-posts_count {
    width: 10%;
}

.widefat .column-actions {
    width: 10%;
}

.widefat a {
    margin-right: 5px;
    color: #0073aa;
    text-decoration: none;
}

.widefat a:hover {
    color: #005177;
}

.subsubsub .vip {
    position: relative;
}

.sdc-new-vip-count {
    position: absolute;
    top: -10px;
    right: -20px;
    background: #ffeb3b;
    color: #333;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
}

.sdc-vip-switch {
    margin: 20px 0;
}

.sdc-vip-switch h2 {
    margin-bottom: 10px;
}

.sdc-vip-switch label {
    margin-right: 20px;
}

.sdc-vip-switch input[type="radio"] {
    margin-right: 5px;
}

#sdc-vip-switch-status {
    margin-left: 10px;
    font-weight: bold;
}

/*===================================分享======================================*/

.shares{
    margin-bottom:10px !important;
    text-align: center;


}
.share-dropdown a{
    padding:0 !important;
    margin-bottom:10px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.shares .share-popover{
    bottom:60% !important;
}
@media screen and (max-width: 760px) {
    .circles-page{
        flex-wrap:wrap;
    }
    .shares .share-popover{
        bottom:50% !important;
    }
    .circles-left{
        width:100%;
    }
    .circles-right{
        width:100%;
    }

}
/*==================================供需页面===================================*/

/* 供需频道页面特定样式 */
.supply-demand-channel .member-info .title {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.supply-demand-channel .member-info .add-time {
    color: #999;
    font-size: 14px;
}

.supply-demand-channel .member-info .pitem {
    margin: 5px 0;
}

.supply-demand-channel .member {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.supply-demand-channel .member:first-child {
    border-top: 1px dashed #ccc;
}

/* 确保二维码和最新信息样式一致 */
.supply-demand-channel .widget img.qr {
    width: 90px;
    height: 90px;
    display: block;
    margin: 15px auto;
}

.supply-demand-channel .widget ul.list-styled li {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
}

.supply-demand-channel .widget ul.list-styled li a {
    display: flex;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
}

.supply-demand-channel .widget ul.list-styled li a:hover .supply-title {
    color: #ea6726 !important;
}






.widget ul.list-ssss li a:hover{
    color:#fff !important;
}

.list-ssss li.active a,
.list-ssss li a:hover{
    color:#fff !important;
}


.article-content .user-feed-page .list-ssss li a:hover{
    color:#000;
}

