

.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;
    /*color: white;*/
    font-size: 22px;
}


.yellow-red {
    color: #CD0000;
    background-color: yellow;
    padding: 3px 0 3px 0;
    font-weight: bolder;
}

.red-yellow {
    color: yellow;
    background-color: red;
    padding: 5px 0 5px 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: #3355FB;
    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;
}
.comments-section {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

.comments-header {
    background-color: #4173af;
    color: white;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.comments-container {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.comment {
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.comment:last-child {
    border-bottom: none;
}

.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eaeaea;
}

.user-name {
    margin-left: 15px;
    color: #4173af;
    font-weight: bold;
    font-size: 16px;
}

.comment-content {
    margin-left: 63px;
    text-align: justify;
    margin-bottom: 10px;
}

.highlight {
    color: #e74c3c;
    font-weight: bold;
    font-size: 18px;
}

.replies {
    margin-left: 63px;
    margin-top: 15px;
}

.reply {
    background-color: #f9f9f9;
    border-left: 3px solid #4173af;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 0 4px 4px 0;
    font-size: 17px;
}

.replier-name {
    color: #4173af;
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    .comment-content, .replies {
        margin-left: 0;
        margin-top: 15px;
    }
}
