.v2-comment-list{display:flex;flex-direction:column;gap:20px;list-style:none;padding:0;margin:0}.v2-comment-list:not(:empty){padding-bottom:20px}.v2-comment-item{display:flex;gap:22px}.v2-comment-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;margin-top:8px;background-color:#f1f1f1}.v2-comment-avatar img{width:100%;height:100%;object-fit:cover}.v2-comment-content{flex:1;display:flex;flex-direction:column}.v2-comment-body{display:flex;flex-direction:column;gap:4px}.v2-comment-header{display:flex;align-items:center;gap:4px}.v2-comment-username{font-family:'PingFang SC';font-weight:400;font-size:14px;line-height:1.8em;color:#666}.v2-comment-badge{display:inline-flex;justify-content:center;align-items:center;padding:2px 8px;background:#edf5ff;border-radius:20px;height:16px}.v2-comment-badge-text{font-family:'PingFang SC';font-weight:600;font-size:12px;line-height:1.8em;color:#1b45d2}.v2-comment-text{font-family:'PingFang SC';font-weight:400;font-size:16px;line-height:1.8em;color:#000;word-wrap:break-word}.v2-comment-time{font-family:'PingFang SC';font-weight:400;font-size:12px;line-height:1.8em;color:#999}.v2-comment-load-more{display:flex;justify-content:center;align-items:center;gap:8px;padding:20px 0;cursor:pointer;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.v2-comment-load-more-text{font-family:'PingFang SC';font-weight:400;font-size:16px;line-height:180%;color:#666;transition:color .2s ease}.v2-comment-load-more-icon{display:inline-flex;width:10px;height:13px;flex-shrink:0}.v2-comment-load-more-icon path{transition:stroke .2s ease}.v2-comment-load-more:hover .v2-comment-load-more-text{color:#333}.v2-comment-load-more:hover .v2-comment-load-more-icon path{stroke:#333}.v2-comment-load-more:active{opacity:.7}