<style>
	.jsg-comment-wrap { padding: 0 10px; 
    margin: 0 auto;
    max-width: 1200px; /* 限制最大宽度，防止大屏下文字拉得太长 */ }

/* 移动端适配 (屏幕宽度小于 768px) */
@media screen and (max-width: 768px) {
    .jsg-comment-wrap {
        padding: 0 10px; /* 手机端减小左右边距，增加内容展示区域 */
    }
    .jsg-comment-box {
        padding: 12px; /* 减小内边距 */
    }
    .this-name {
        font-size: 18px; /* 适当减小标题字号 */
    }
    .jsg-comment-box .comment-meta {
        font-size: 11px; /* 移动端调整元数据字号 */
    }
}

/* 针对评论列表的优化 */
.comment-list { list-style: none; padding: 0; margin: 0; }
.jsg-comment-box .comment-item {
    padding: 12px 0;
}
.jsg-comment-box .comment-body {
    font-size: 14px; /* 统一基础字号 */
    line-height: 1.6;
}
    
	

    .jsg-comment-box .comment-list { list-style: none; padding: 0; margin: 0; }
    
    .jsg-comment-box{border:1px solid #ececec;border-radius:8px;padding:16px}

    .jsg-comment-box .comment_content{width:100%;min-height:88px;border:1px solid #ddd;border-radius:6px;padding:10px;box-sizing:border-box;resize:vertical}

    .jsg-comment-box .comment_face_wrap{position:relative}
    .jsg-comment-box .comment_face_panel{cursor:pointer;color:#666}
    .jsg-comment-box .comment_face_box{display:none;position:absolute;top:28px;left:0;width:280px;max-height:180px;overflow:auto;background:#fff;border:1px solid #ddd;padding:8px;border-radius:6px;z-index:10}
    .jsg-comment-box .comment_face_box img{width:22px;height:22px;margin:2px;cursor:pointer}

    .jsg-comment-box .comment-item{padding:14px 0;border-top:1px solid #f1f1f1}
    .jsg-comment-box .comment-meta{display:flex;gap:10px;align-items:center;color:#999;font-size:12px;flex-wrap:wrap}
    .jsg-comment-box .comment-author{color:#1f80ff}
    .jsg-comment-box .comment-body{display:block !important;clear:both;width:100%;margin-top:8px;color:#333;line-height:1.8;word-break:break-all}

    .cmsx-footer{
    clear:both;
    width:100%;
    box-sizing:border-box;
    margin:20px auto 0;
    padding:18px 12px 20px;
    text-align:center;
    line-height:1.9;
    overflow:visible;
    border-top:1px solid rgba(0,0,0,.08);
    background:transparent;
    color:inherit;
}

.cmsx-footer a{
    text-decoration:none;
}

.cmsx-footer-links{
    margin:0 auto 12px;
    max-width:1400px;
    line-height:1.9;
    word-break:break-all;
    overflow:visible;
}

.cmsx-footer-links a{
    display:inline-block;
    margin:0 6px 4px;
    font-size:10px;
    vertical-align:top;
}

.cmsx-footer-nav{
    margin:8px 0 10px;
    font-size:14px;
}

.cmsx-footer-nav a{
    display:inline-block;
    margin:0 8px;
}

.cmsx-footer-sep{
    display:inline-block;
    opacity:.35;
    font-style:normal;
}

.cmsx-footer-copy{
    font-size:13px;
    opacity:.78;
}

.cmsx-footer-sitemaps{
    margin-top:6px;
    font-size:12px;
    opacity:.72;
}

.cmsx-footer-sitemaps a{
    display:inline-block;
    margin:0 6px 4px;
}

@media (max-width:768px){
    .cmsx-footer{
        padding:15px 10px 18px;
        font-size:10px;
        overflow:visible;
    }

    .cmsx-footer-links{
        line-height:1.8;
        overflow:visible;
        max-height:none;
    }

    .cmsx-footer-links a{
        display:inline;
        margin:0 3px;
        font-size:10px;
        max-width:none;
        overflow:visible;
        text-overflow:clip;
        white-space:normal;
        word-break:break-all;
    }

    .cmsx-footer-nav a{
        margin:0 6px;
        font-size:13px;
    }

    .cmsx-pc-only{
        display:none!important;
    }
}

.cmsx-footer-links li{
    display:inline;
}


</style>