body{background-color: #f5f8fb;}
#header{position: fixed; right: 0;left: 0;font-size: 16px; z-index: 9999; border-bottom: #e8edf1 solid 1px;}
#header .top{height: 65px; line-height: 65px; justify-content: flex-start;}
#header .logo-img{margin-right: 20px;}
#header ul.menu li{position: relative; margin: 0; padding: 0 17px;}
#header .top .text-right a, #header .top .text-right i{font-size: 16px;}
#header ul.menu li::before{content: "|"; position: absolute; right: -3px; top:0; color: #C4C4C4;font-size: 14px;}
#header ul.menu li:last-child::before{display: none;}
#header ul.menu li a:hover::before, #header ul.menu li.active a::before{display: none;}
.ral{margin-left: auto;}
.sub-menu{margin-top: 0;}

#header a.openlogin, #header a.binding, #header .top a.fbzh {
   
    height: 40px;
    line-height: 40px;
    background: inherit;
    color: #51b233 !important;
    padding:0 5px;
}
/* #header a.openlogin:hover, #header a.binding:hover, #header .top a.fbzh:hover,#header a.reg:hover{ color: #51b233!important;} */
#header a.reg {
   
    margin-left: -5px !important;
   
    background:inherit;
    color: #51b233 !important;
    cursor: pointer;
    padding:0 5px;
}

.post-container {
    padding-top: 85px;
    padding-bottom: 20px;
}
.post-container .row{display: flex;}
.post-container .col-md-1,.post-container .col-md-3,.post-container .col-md-8{flex: 0 0 auto;}
.post-container .col-md-1{position: relative;z-index: 99;}
.post-wrapper {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.action-sidebar {
    position: sticky;
    top: 80px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
        padding: 10px 0;
        border-radius: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.action-button {
    /* background: #f2f2f2; */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    margin: 15px auto;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-button:hover {
    background: #e0e0e0;
}

.action-button.active {
    background: #51b233;
}

.action-button i{font-size: 24px;}

.action-count {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    background-color: #51b233;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-join {
    margin-top: 30px;
    display: inline-block;
    background-color: transparent;
    color: #51b233;
    border: 2px solid #51b233;
    border-radius: 5px;
    padding: 8px 3px;
    font-size: 12px;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}

.btn-join i {
    color: #51b233;
    transition: all .3s ease;
}

.btn-join:hover {
    background-color: #51b233;
    color: white;
    text-decoration: none;
}

.btn-join:hover i {
    color: white;
}

.sidebar-declaration {
    margin: 14px auto 0;
    position: relative;
    width: max-content;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.6;
    cursor: default;
}

.sidebar-declaration-label {
    color: #a9b4bd;
}

.sidebar-declaration:hover .sidebar-declaration-label {
    color: #99a7b2;
}

.share-action-button {
    position: relative;
    z-index: 1000;
}

.wechat-option:hover #QrcodeArea {
    opacity: 1;
    z-index: 1001;
}

.share-popup {
    position: absolute;
    left: 56px;
    top: -12px;
    width: 240px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 20px;
    display: none;
    z-index: 1000;
    text-align: center;
}

.share-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.share-popup::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid white;
}

.share-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.share-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 16px;
}

.share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    transition: background-color .2s;
}

.share-option:hover {
    background-color: #f7f7f7;
}

.wechat-option:hover #QrcodeArea {
    display: block;
}

.share-option span {
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

.share-icon {
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: transform .2s;
    margin-bottom: 6px;
}

.share-icon:hover {
    transform: scale(1.1);
}

#QrcodeArea {
    position: absolute;
    width: 140px;
    height: 165px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: none;
    z-index: 1001;
    text-align: center;
    background-color: #fff;
    left: 50%;
    top: -180px;
    transform: translateX(-50%);
    padding: 15px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

#QrcodeArea::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
}

#qrcode {
    margin: 0 auto;
    background: #fff;
    padding: 4px;
    border-radius: 8px;
}

.qrcode-tip {
    margin-top: 12px;
    font-size: 12px;
    color: #999;
}

.article-header {
    text-align: center;
    padding: 20px 10px;
}

.article-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #333;
}

.article-meta {
    color: #8b9d9d;
    font-size: 14px;
    display: flex;
    justify-content: center;
    gap: 20px;
   padding-bottom: 15px;
    border-bottom: #C4C4C4 solid 1px;
}

.meta-item {
    display: flex;
    align-items: center;
}

.meta-item i {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.collection-tag {
    background-color: #EFEFEF;
    padding: 6px 10px;
    margin: 15px auto;
    width: 80%;
    border-radius: 2px;
    font-size: 14px;
}

.article-content {
    padding: 10px;
    font-size: 15px;
    line-height: 1.8;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}

.article-content a {
    display: inline-block;
    max-width: 100%;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article-content p,.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5{margin-bottom: 10px;}
.article-content h3{font-size: 18px; font-weight: bold; padding-left: 8px; border-left: #51b233 solid 5px;}
.article-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 15px 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.article-content th,
.article-content td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    text-align: left;
}

.article-content th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.article-tags {
    margin: 20px 0;
    padding: 0 20px;
}

.article-sub-divider {
    margin: 0 20px 18px;
    border-top: 1px solid #eef2f5;
}

.declaration-tooltip {
    position: absolute;
    top: calc(100%+10px);
    right: 0;
    width: 300px;
    padding: 12px 14px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #eef2f5;
    box-shadow: 0 6px 16px rgba(62, 79, 96, 0.08);
    color: #8e9aa5;
    font-size: 13px;
    line-height: 1.8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .18s ease;
    z-index: 20;
}

.declaration-tooltip::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #eef2f5;
    border-left: 1px solid #eef2f5;
    transform: rotate(45deg);
}

.org-promo-card {
    margin: 18px 20px 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.org-promo-desc {
    color: #667a7a;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

.org-promo-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(202, 178, 142, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b9894e;
    font-size: 16px;
}

.article-divider {
    margin: 18px 20px 0;
    border-top-color: #edf1f1;
}

.sidebar-declaration:hover .declaration-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, 0);
}

.sidebar-declaration-tooltip {
    right: 50%;
    width: 220px;
    text-align: left;
    transform: translate(50%, 6px);
}

.sidebar-declaration-tooltip::before {
    right: 50%;
    transform: translateX(50%) rotate(45deg);
}

.tag {
    background-color: #51b233;
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    margin-right: 10px;
    font-size: 13px;
    display: inline-block;
}

.org-sidebar {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.org-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    text-align: center;
}

.org-avatar-container {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}



.org-avatar img {
    width: 100%;
    border-radius: 15px;
}

.verified-badge {
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    bottom: -2px !important;
    right: -2px !important;
    z-index: 10 !important;
}

.org-info-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.org-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.org-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.org-name {
    font-size: 18px;
    font-weight: 600;
    color: #333 !important;
    margin-bottom: 8px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-name a {
    color: #333;
}

.org-name a:hover {
    color: #51b233;
}

.org-type {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #51b233;
    padding: 2px 10px;
    border-radius: 10px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.org-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    width: 100%;
}

.org-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 8px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.org-stat-item i {
    color: #51b233;
    margin-right: 4px;
}

.org-stat-num {
    font-weight: 600;
    color: #333;
    margin-right: 2px;
}

.org-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
   
    max-width: 100%;
    word-wrap: break-word;
}
.org-description  p{margin-bottom: 5px;}
.org-description h4{font-size: 16px;font-weight: bold; margin-bottom: 10px;}

.org-info {
    text-align: center;
    margin-bottom: 25px;
    display: none;
}


.hot-articles h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    position: relative;
}

.hot-articles h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
}

.article-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.article-item:last-child {
    border-bottom: none;
}

.article-item a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-item a:hover {
    color: #51b233;
}

.article-stats {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.article-stats i{font-size: 12px;}





@media (min-width: 1280px) {
    .container {
        width: 1320px;
    }
}

@media(max-width:992px) {
    .post-container .row{display: inherit;}
    .post-container .col-md-1, .post-container .col-md-3, .post-container .col-md-8{
        flex:inherit;
    }
     .post-container .col-md-3{padding-left: 0;padding-right: 0;}
    .org-sidebar {
        margin-top: 30px;
        padding: 15px;
    }

    .org-card {
        flex-direction: column;
    }

    .org-info-container {
        width: 100%;
    }

    .org-stats {
        flex-wrap: wrap;
        gap: 5px;
    }

    .org-stat-item {
        margin-bottom: 5px;
        margin-right: 10px;
        font-size: 13px;
    }

    .subscribe-btn {
        margin-top: 8px;
        padding: 4px 10px;
    }

    .org-description {
        font-size: 13px;
        line-height: 1.4;
    }

    .action-sidebar {
        position: fixed;
        bottom: 80px;
        left: 20px;
        top: auto;
        z-index: 999;
        display: flex;
        flex-direction: row;
        background: rgba(255, 255, 255, 0.9);
        padding: 10px;
        border-radius: 30px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .action-button {
        margin: 0 10px;
    }

    .btn-join {
        display: none;
    }

    .sidebar-declaration {
        display: none;
    }

    .share-popup {
        width: 260px;
        padding: 25px;
        bottom: 70px;
        left: 0;
        top: auto;
    }

    .share-icon {
        width: 48px;
        height: 48px;
    }

    .share-action-button{display: none;}
}
@media(max-width:768px) {
    .declaration-tooltip {
        width: 240px;
        right: 0;
    }

    .org-promo-card {
        margin: 16px 16px 0;
        padding: 13px 14px;
        align-items: flex-start;
        gap: 12px;
    }

    .article-divider {
        margin: 20px 16px 0;
    }

    .user-list {
        padding: 10px;
        line-height: 1.8;
    }

    .user-list a {
        margin: 0 5px 5px 0;
        font-size: 13px;
    }

    .share-popup {
        left: auto;
        right: 100%;
        top: 50%;
        transform: translate(10px, -50%);
    }

    .share-popup::before {
        left: auto;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        border-right-color: transparent;
        border-left-color: #fff;
    }

    #QrcodeArea {
        top: auto;
        bottom: 100%;
        left: 50%;
        margin-bottom: 10px;
        transform: translateX(-50%);
        width: 120px;
        height: 145px;
    }

    #QrcodeArea::before {
        top: auto;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 6px solid white;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: none;
    }

    #qrcode canvas {
        width: 100px !important;
        height: 100px !important;
    }
}

@media(max-width:576px) {
    .declaration-tooltip {
        width: 220px;
        font-size: 13px;
    }

    .org-promo-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .org-promo-desc {
        font-size: 13px;
        line-height: 1.8;
    }

    /* .share-popup {
        max-width: 200px;
        padding: 15px;
    }

    .share-options {
        gap: 8px;
        padding: 10px;
    }

    .share-option {
        padding: 5px;
    }

    .share-icon {
        width: 32px;
        height: 32px;
    } */

    #QrcodeArea {
        width: 110px;
        height: 130px;
        padding: 10px;
    }

    #qrcode canvas {
        width: 90px !important;
        height: 90px !important;
    }
}

.next-article {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.next-article h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    position: relative;
}

.next-article h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
}

.next-article .article-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.next-article .article-item a {
    color: #666;
    transition: color .2s;
}

.next-article .article-item a:hover {
    color: #51b233;
}

.subscribe-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: transparent;
    color: #51b233;
    border: 2px solid #51b233;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
    margin-top: 5px;
}

.subscribe-btn i {
    margin-right: 5px;
    color: #51b233;
    transition: all .3s ease;
}

.subscribe-btn:hover {
    background-color: #51b233;
    color: white;
}

.subscribe-btn:hover i {
    color: white;
}

.subscribe-btn.subscribed {
    background-color: #51b233;
    color: white;
}

.subscribe-btn.subscribed i {
    color: white;
}