.bulletin-comment .bulletin-comment-list{position:relative;padding:30px 30px 15px;margin-top:10px;background:#f5f5f5;border-radius:4px}.bulletin-comment .comment-list-item{display:flex;margin-bottom:20px}.bulletin-comment .comment-list-item:last-of-type{margin-bottom:0}.bulletin-comment .comment-list-item:last-of-type .detail{border-bottom:none}.bulletin-comment .comment-list-item .img-wrap{flex:0 0 48px;margin-right:20px}.bulletin-comment .comment-list-item .img-wrap img{width:48px;height:48px;border-radius:50%}.bulletin-comment .comment-list-item .detail{width:100%;border-bottom:1px solid #e9e9e9}.bulletin-comment .comment-list-item .detail .user-name{font-weight:700;color:#222}.bulletin-comment .comment-list-item .detail .content{line-height:26px;word-break:break-word}.bulletin-comment .comment-list-item .detail .content .parent-name{padding-right:5px}.bulletin-comment .comment-list-item .detail .content .parent-name b{padding-left:5px}.bulletin-comment .comment-list-item .detail .operation{display:flex;justify-content:space-between;margin:5px 0 15px}.bulletin-comment .comment-list-item .detail .operation .button-wrap span,.bulletin-comment .comment-list-item .detail .operation .button-wrap svg{vertical-align:middle}.bulletin-comment .comment-list-item .detail .operation .button-wrap svg{width:12px;height:12px;margin-right:6px}.bulletin-comment .comment-list-item .detail .operation .button-wrap:hover{color:var(--primaryHoverColor);cursor:pointer}.bulletin-comment .comment-list-item .reply-list{margin-bottom:20px;padding:30px 30px 15px;background:#fdfdfd;border-radius:4px}.bulletin-comment .comment-list-item .reply-list .comment-list-item:last-of-type{margin-bottom:0}.bulletin-comment .comment-list-item .reply-list .comment-list-item:last-of-type .detail{border-bottom:none}.bulletin-comment .comment-list-item .reply-list .comment-list-item .detail{border-bottom:1px solid #f0f0f0}.bulletin-comment .comment-input{margin:10px 0 10px}.bulletin-comment .comment-input .triangle-icon{position:relative;width:0;height:0;margin-left:14px;border-width:0 7px 8px;border-style:solid;border-color:transparent transparent #f0f0f0}.bulletin-comment .comment-input .triangle-icon:after{content:"";position:absolute;top:2px;left:-6px;z-index:99;border-width:0 6px 7px;border-style:solid;border-color:transparent transparent #fff}.bulletin-comment .comment-input .ant-input:focus,.bulletin-comment .comment-input .ant-input:hover{border-color:#ebebeb}.bulletin-comment .comment-input .reply-button-wrap{text-align:right;padding-top:10px}.bulletin-comment .comment-input .reply-button-wrap .reply-button{width:80px;height:32px}.bulletin-comment .comment-input .reply-button-wrap .reply-button[disabled]{background:rgba(2,82,255,.3)!important;border:none!important}