

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 330px;
    height: 260px;
}

.hidden {
    display: none;
}

.button {
    display: inline-block;
    padding: 4px 20px 6px 20px;
    background-color: red;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

#show {
    display: none;
}

#weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 80%);
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}

#weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
}

.img1 {
    width: 100%;
    /*height: 100%;*/
}

.hkfd {
    background-color: #B31C0F;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #ffffff;
    color: white;
    font-size: 22px;
    width: 95%;
    margin: 15px auto !important;
    font-weight: bold;
    /* border-radius: 8px; */
    box-shadow: -2px 3px 4px rgb(162, 162, 162);
}

.hkfd > p {
    margin: 0;
    color: yellow;
    font-size: 24px;
}



.yellow-red {
    color: #CD0000;
    background-color: yellow;
    padding: 1px 0 1px 0;
    font-weight: bolder;
}

.red-yellow {
    color: yellow;
    background-color: red;
    padding: 3px 0 3px 0;
    font-weight: bolder;
}

.red-white {
    color: white;
    background-color: #CD0000;
    padding: 3px 0 3px 0;
    font-weight: bolder;
}


.green-blue {
    color: blue;
    background-color: #00ff00;
    padding: 3px 0 3px 0;
    font-weight: bolder;
}

.red-bolder {
    color: #CD0000;
    font-weight: bolder;
}

.red {
    color: #CD0000;
}

.blue-bolder {
    color: #0070C0;
    font-weight: bolder;
}

.blue {
    color: #3355FB;
}


.pinlun-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    padding: 0 20px;
    margin-top: 13px;
}

.pinlun-title span {
    color: #666;
}


.border {
    font-weight: bolder;
}


.container {
    max-width: 100%;
    margin: 0;
    background: white;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.comments-header {
    background: #fff;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gray-separator {
    height: 13px;
    background: #f0f0f0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.comments-section {
    background: white;
}

.comments-count {
    color: #666;
    font-size: 17px;
    font-weight: normal;
}

.comment {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    background: white;
    position: relative;
}

.comment:hover {
    background: #fafafa;
}

.comment-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.comment-info {
    margin-left: 12px;
    flex: 1;
}

.user-name {
    font-size: 16px;
    font-weight: bolder;
    /*color: #1a1a1a;*/
    color: #4173af;
    margin-bottom: 2px;
    margin-top: 7px;
}

.comment-time {
    font-size: 12px;
    color: #999;
}

.comment-content {
    margin-left: 0;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6;
    color: #333;
    word-wrap: break-word;
}

.comment-content p {
    margin-bottom: 10px;
    font-weight: 600;
}

.highlight {
    color: #1890ff;
    font-weight: 600;
    background: rgba(24, 144, 255, 0.1);
    padding: 2px 4px;
    border-radius: 3px;
}

.comment-image {
    width: 100%;
    max-width: 300px;
    margin: 12px 0;
    border-radius: 6px;
    border: 1px solid #eee;
}

.comment-actions {
    margin-left: 0;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-btn {
    background: none;
    border: none;
    color: #999;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
}

.action-btn:hover {
    background: #f5f5f5;
    color: #666;
}

/*.action-btn.liked {*/
/*    color: #ff4757;*/
/*}*/

.reply-section {
    margin-left: 0;
    margin-top: 12px;
    background: #f8f9fa;
    border-radius: 6px;
    padding: 12px;
    /*border-left: 3px solid #e9ecef;*/
    border-left: 3px solid #4173af;
}

.reply-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.reply-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(45deg, #a55eea, #26de81);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: bold;
    margin-right: 8px;
}

.reply-name {
    font-size: 16px;
    font-weight: 600;
    color: #4173af;
    margin-right: 8px;
}

.reply-time {
    font-size: 11px;
    color: #999;
}

.reply-content {
    font-size: 17px;
    font-weight: border;
    line-height: 1.5;
    color: #333;
}

.more-comments {
    padding: 16px;
    text-align: center;
    background: #fafafa;
    color: #666;
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
    transition: background 0.2s;
}

.more-comments:hover {
    background: #f0f0f0;
}

/* 加载动画 */
.loading-dots {
    display: inline-block;
}

.loading-dots::after {
    content: '';
    animation: dots 1.5s infinite;
}

/* 响应式 */
@media (max-width: 480px) {
    .comments-header {
        padding: 12px 16px;
    }

    .comment {
        padding: 12px 16px;
    }

    .more-comments {
        padding: 16px;
    }
}
/* 强制♥符号保持灰色，覆盖浏览器默认样式 */
.action-btn.liked span:first-child,
.action-btn span:first-child {
    color: #999 !important;
    text-shadow: none !important;
}

.action-btn:hover span:first-child {
    color: #666 !important;
}
