.like-container {
    cursor: pointer;
    font-size: 100px;
    transition: transform 0.2s;
}

.like-container .like-icon {
    background-color: #7300ff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s;
}

.like-icon:hover {
    display: inline-block;
}

.liked {
    transform: scale(1.2);
}
#dz1{
    color: white;
}
#dz2{
    color: white;
}
#dz3{
    color: white;
}
.td{
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
    color:#566171;
    font-family:PingFangSC-Regular;
    background-color:#F8F8F8;
}

.tyi{
    margin-top: 100px;
}
.tp1{
    display: inline-block; /* 琛屽唴鍧楀竷灞� */
}
.year-content .overtext .profile-info {
    display: flex !important;
    align-items: flex-start !important;
}

.year-content .overtext .profile-info img {
    margin-right: 15px; /* 鍥剧墖涓庢枃瀛椾箣闂寸殑闂磋窛 */
    width: 200px; /* 鏍规嵁闇�瑕佽皟鏁村浘鐗囧ぇ灏� */
    height: auto;
}

.info span {
    display: block; /* 姣忔潯淇℃伅鐙崰涓�琛� */
    margin-bottom: 5px; /* 琛屼箣闂寸殑闂磋窛 */
}

/**/
body, html, .comment-section {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.comment-section {
    width: 80%;
    margin: 20px auto;
}

.comment-box, .comment-item {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.comment-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.author-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.comment-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.publish-btn {
    padding: 10px;
    background-color: #9000ff;
    color: white;
    border: none;
    cursor: pointer;
}

.publish-btn:hover {
    background-color: #6600ff;
}

.comment-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-actions span {
    cursor: pointer;
    transition: transform 0.2s;
}

.comment-actions span:hover {
    transform: scale(1.2);
}

.comment-jubao {
    color: #d9534f;
    text-decoration: none;
}

.comment-jubao:hover {
    text-decoration: underline;
}