﻿.platform-tags-bar {
    background: white;
    border-radius: 15px;
    padding: 15px 25px;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.platform-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f8f9fa;
    color: #555;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 1px solid #eee;
}

.platform-tag:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(247, 98, 52, 0.2);
    border-color: var(--primary-color);
}

.platform-tag.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
	font-size: 18px;
}

.platform-tag i {
    font-size: 14px;
}

.back-to-list-mobile {
    display: none;
    margin-bottom: 15px;
}

.back-to-list-mobile a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    font-size: 16px;
}

.back-to-list-mobile a i {
    font-size: 18px;
}

#newspecial_menu {
    padding: 8px !important;
    border: 1px solid rgba(247, 98, 52, 0.12) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 14px 36px rgba(31, 35, 41, 0.14) !important;
    min-width: 168px !important;
    width: auto !important;
    z-index: 99999 !important;
    overflow: hidden !important;
}

#newspecial_menu li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    background-color: transparent !important;
}

#newspecial_menu li a {
    display: block !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #34383f !important;
    border: none !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

#newspecial_menu li a:hover {
    background: rgba(247,98,52,0.09) !important;
    color: var(--primary-color, #f76234) !important;
    text-decoration: none !important;
    transform: translateX(2px) !important;
}

@media (max-width: 768px) {
.platform-tags-bar {
        padding: 12px 20px;
        margin-bottom: 20px;
    }
    .platform-tag {
        padding: 6px 14px;
        font-size: 13px;
    }
	.platform-tag.active {
	font-size: 14px;
	}
    .tags-container {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .platform-tags-bar {
        padding: 10px 15px;
    }
    .platform-tag {
        padding: 5px 12px;
        font-size: 12px;
    }
    .platform-tag i {
        font-size: 12px;
    }

    .back-to-list-mobile a {
        font-size: 15px;
        padding: 6px 0;
    }

    .back-to-list-mobile a i {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .back-to-list-mobile {
        display: block;
    }
}

.content-section {
    background: white;
    border-radius: 15px;
    border: 0;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.post-title-area {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.post-title-main {
    font-size: 28px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 700;
}

.post-meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.viewthread-wrap .post-title-area .author-info {
    border-bottom: none;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.post-time {
    color: #95a5a6;
    font-size: 14px;
}

.post-stats-info {
    display: flex;
    gap: 20px;
    color: #95a5a6;
    font-size: 14px;
}

.post-stat-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-content-area {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.post-content-area p {
    margin-bottom: 20px;
}

.post-content-area h3 {
    font-size: 20px;
    color: #333;
    margin: 25px 0 15px;
    font-weight: 700;
}

.post-content-area ul,
.post-content-area ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.post-content-area li {
    margin-bottom: 8px;
}

.content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.content-image.full-width {
    width: auto;
    max-height: 300px;
}

.content-image.half-width {
    max-width: 50%;
}

.post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin: 25px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.action-buttons {
    display: flex;
    gap: 15px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f8f9fa;
    border-radius: 30px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.action-btn:hover {
    background: #f76234;
    color: white;
}

.action-btn:hover a {
    color: white;
}

.action-btn.liked {
    background: #ffeaea;
    color: #e53935;
}

.action-btn.liked:hover {
    background: #e53935;
    color: white;
}

.action-btn.collected {
    background: #fff8e1;
    color: #ff9800;
}

.action-btn.collected:hover {
    background: #ff9800;
    color: white;
}

.share-options {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-text {
    color: #95a5a6;
    font-size: 14px;
}

.share-icons {
    display: flex;
    gap: 10px;
}

.share-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.3s;
}

.share-icon:hover {
    transform: translateY(-3px);
}

.share-wechat {
    background: #07c160;
}

.share-weibo {
    background: #e6162d;
}

.share-qq {
    background: #12b7f5;
}

.share-link {
    background: #f76234;
}

.related-posts {
    margin-bottom: 30px;
}

.related-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-title i {
    color: #f76234;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.related-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 18px;
    transition: all 0.3s;
}

.related-item:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.related-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.related-item-title a {
    color: inherit;
    transition: color 0.3s;
}

.related-item-title a:hover {
    color: #f76234;
}

.related-item-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #95a5a6;
}

.comments-section {
    margin-bottom: 40px;
}

.comments-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comments-title i {
    color: #f76234;
}

.comment-form {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.form-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.comment-input {
    width: 100%;
    min-height: 120px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    resize: vertical;
    margin-bottom: 15px;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.btn {
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.btn-primary {
    background: #f76234;
    color: white;
}

.btn-primary:hover {
    background: #c0392b;
}

.btn-secondary {
    background: #e0e0e0;
    color: #333;
}

.btn-secondary:hover {
    background: #d0d0d0;
}

.comments-list {
    margin-top: 20px;
}

.comment-item {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-left: 3px solid transparent;
}

.comment-item.reply {
    margin-left: 40px;
    background: #fafafa;
}

.comment-item.highlighted {
    border-left-color: #f76234;
    background: #fff8f0;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-author-info {
    display: flex;
    flex-direction: column;
}

.comment-author-name {
    font-weight: 600;
    color: #333;
}

.comment-author-role {
    width: 42px;
    font-size: 12px;
    color: #f76234;
    background: #ffeaea;
    padding: 2px 8px;
    border-radius: 10px;
    margin-top: 3px;
}

.comment-time {
    color: #95a5a6;
    font-size: 14px;
}

.comment-content {
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.comment-actions {
    display: flex;
    gap: 15px;
}

.comment-action {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #95a5a6;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s;
}

.comment-action:hover {
    color: #f76234;
}

.content-pagination {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.page-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    text-decoration: none;
    color: #333;
}

.page-nav:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #f76234;
}

.page-nav.prev {
    margin-right: auto;
}

.page-nav.next {
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
}

.page-nav i {
    font-size: 14px;
}

.page-nav-text {
    display: flex;
    flex-direction: column;
}

.page-nav-label {
    font-size: 12px;
    color: #333;
}

@media (min-width: 1200px) {
    .main-content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .content-section,
    .related-posts,
    .comments-section,
    .content-pagination,
    .footer {
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .viewthread-wrap {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .main-content {
        padding: 0;
    }

    .content-section {
        padding: 20px;
        border-radius: 0;
    }

    .viewthread-wrap .pl > .content-section {
        border-radius: 15px;
    }

    .post-title-main {
        font-size: 22px;
    }

    .post-meta-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-stats-info {
        width: 100%;
        justify-content: space-between;
    }

    .post-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .action-buttons {
        width: 100%;
        justify-content: space-between;
    }

    .share-options {
        width: 100%;
        justify-content: space-between;
    }

    .content-image.half-width {
        max-width: 100%;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .comment-item.reply {
        margin-left: 20px;
    }

    .viewthread-wrap .content-pagination {
        flex-wrap: nowrap;
        gap: 12px;
    }

    .viewthread-wrap .page-nav {
        width: auto;
        max-width: calc(50% - 6px);
        flex: 0 1 auto;
        min-width: 0;
    }

    .viewthread-wrap .page-nav.prev,
    .viewthread-wrap .page-nav.next {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .viewthread-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .viewthread-wrap .pl > .content-section {
        border-radius: 15px;
    }

    .post-title-main {
        font-size: 20px;
    }

    .action-buttons {
        flex-wrap: wrap;
    }

    .action-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .share-icons {
        flex-wrap: wrap;
    }

    .viewthread-wrap .content-pagination {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .viewthread-wrap .page-nav {
        width: auto;
        max-width: calc(50% - 6px);
        flex: 0 1 auto;
        padding: 10px 14px;
    }
}

.section-intro {
    background: #fffdf6;
	border:1px solid #ffcfc1;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.section-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.posts-list {
    margin-bottom: 35px;
}

.posts-img-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

.post-img-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.post-img-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.08);
    border-color: #ffe0d6;
    z-index: 2;
}

.post-img-images {
    margin: 0;
    padding: 0;
    width: 100%;
    order: -1;
}

.post-img-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f2f2;
    display: block;
}

.post-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.post-img-container:hover img {
    transform: scale(1.03);
}

.post-img-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: white;
}

.post-img-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #7e7e7e;
    padding: 12px 14px 10px;
    border-top: 1px solid #f5f5f5;
    margin-top: 0;
}

.post-img-stats {
    display: flex;
    gap: 14px;
}

.post-img-stat i {
    font-size: 13px;
}

.post-item {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.post-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-left-color: var(--primary-color);
}

.post-item.recommended {
    border-left-color: var(--primary-color);
    background: linear-gradient(to right, rgba(247, 98, 52, 0.03), white);
}

.post-avatar {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.post-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content {
    flex: 1;
    min-width: 0;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.post-title a {
    color: inherit;
    transition: color 0.3s;
}

.post-title a:hover {
    color: var(--primary-color);
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--gray-color);
    margin-top: 8px;
}
.post-meta .s1{
	margin-left:20px;
}
.post-stats {
    display: flex;
    gap: 15px;
}

.post-stat {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-stat i {
    font-size: 14px;
}

.recommended-badge {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.post-action-section {
    margin-bottom: 25px;
    display: flex; 
}

.luobo-post-dropdown {
    position: relative;
    display: inline-flex;
}

.luobo-post-dropdown::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 100%;
    width: 180px;
    height: 10px;
}

.luobo-post-dropdown:hover #newspecial_menu,
.luobo-post-dropdown:focus-within #newspecial_menu {
    display: block !important;
}

.luobo-post-dropdown #newspecial_menu {
    position: absolute !important;
    left: 20px !important;
    top: calc(100% + 10px) !important;
    display: none;
    margin: 0 !important;
}

.btn-post {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
	margin:0 0 0 20px;
    box-shadow: 0 4px 12px rgba(247, 98, 52, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-post:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(247, 98, 52, 0.4);
}

.btn-post,
.btn-post:visited,
.btn-post a,
.btn-post span {
	color: white;
}

.btn-post i {
    font-size: 14px;
}

#autopbn{
	width:250px;
    display: block;
    margin: 0px auto 50px auto;
    padding: 12px 24px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(247, 98, 52, 0.3);
}

#autopbn:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(247, 98, 52, 0.4);
}

#autopbn i {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .boardnav #ct,
    .boardnav .mn {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    .posts-img-list {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px;
    }

    .posts-img-list img {
        width: 100%;
    }

    .post-item {
        padding: 15px;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .post-avatar {
        width: 40px;
        height: 40px;
    }

    .post-content {
        width: 100%;
    }
    
    .post-title {
        font-size: 16px;
    }
    
    .post-excerpt {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
    }
    
    .post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .post-stats {
        width: 100%;
        justify-content: space-between;
    }
    
	.b2r{
	 display:none;
	 }
	 .bbar{
	 display:none;
	 }
	 
	 .post-action-section {
        display: none;
    }
}

@media (max-width: 480px) {
    .boardnav #ct,
    .boardnav .mn {
        padding-left: 12px;
        padding-right: 12px;
    }

    .section-intro {
        padding: 20px;
		margin-bottom: 15px;
		box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
	.section-desc{
		font-size: 14px;
	}
}
.introtext {color: #666;font-size:14px;font-weight:400;}
ul.thumblist {margin:0px -8px 10px 0;padding: 0;}
ul.thumblist *{margin: 0;padding: 0;  }
ul.thumblist li {float: left;margin-right: 8px;border-radius: 8px;overflow: hidden; margin-top:10px;}
.ftid a{
	font-size:10px;
}
