.come_comment_box__icon_loading{border:3px solid #f3f3f3;border-top-color:#999;border-radius:50%;width:15px;height:15px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.come_comment_box__error_tip{color:#666;justify-content:center;align-items:center;width:100%;height:100px;display:flex}.come_comment_box__spin{justify-content:center;align-items:center;width:100%;height:100px;display:flex}.come_comment_box__comment_item{flex-direction:column;display:flex}.come_comment_box__comment_item .header{align-items:baseline;padding-top:4px;line-height:16px;display:flex}.come_comment_box__comment_item .header .user_nickname{color:#000;font-size:16px;font-weight:500;text-decoration:none;display:block}.come_comment_box__comment_item .header .user_nickname .user_email{margin-left:4px;font-size:14px}.come_comment_box__comment_item .header .time{color:#666;margin-left:8px;font-size:12px;text-decoration:none;display:block}.come_comment_box__comment_item .content{color:#333;word-break:break-all;white-space:pre-wrap;margin-top:8px;padding:0 8px 8px;font-size:14px}.come_comment_box__comment_list .content .item_wrapper:not(:first-child){margin-top:16px}.come_comment_box__root{flex-direction:column;width:100%;display:flex}.come_comment_box__root .divider{margin-top:16px}.come_comment_box__root .no_comment{color:#666;margin:24px 0}.come_comment_box__comment_editor{border:1px solid #a1a1a1;border-radius:4px;flex-direction:column;margin-bottom:32px;padding:12px 16px;transition:all .2s linear;display:flex}.come_comment_box__comment_editor.focused,.come_comment_box__comment_editor:hover{border:1px solid #333}.come_comment_box__comment_editor .info{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px;display:flex}.come_comment_box__comment_editor .info .input_item{align-items:center;display:flex}.come_comment_box__comment_editor .info .input_item label{color:#434343;font-size:14px}.come_comment_box__comment_editor .info .input_item input{border:none;border-bottom:1px solid #434343;outline:none;width:200px;margin-left:4px}.come_comment_box__comment_editor .info .input_item input:hover{border-bottom:1px solid #262626}.come_comment_box__comment_editor .input_area{display:flex}.come_comment_box__comment_editor .input_area .textarea{all:unset;resize:none;color:#333;width:100%;height:80px}.come_comment_box__comment_editor .input_area .textarea::-moz-selection{background:#f1f1f1}.come_comment_box__comment_editor .input_area .textarea::selection{background:#f1f1f1}.come_comment_box__comment_editor .input_area .textarea.disabled{cursor:not-allowed;color:#999}.come_comment_box__comment_editor .input_area .actions{flex-direction:column;justify-content:flex-end;align-items:flex-start;margin-top:8px;margin-left:8px;display:flex}.come_comment_box__comment_editor .input_area .actions .send_btn{all:unset;color:#f1f1f1;background:#333;border-radius:4px;justify-content:center;align-items:center;width:64px;height:32px;transition:all .3s linear;display:flex}.come_comment_box__comment_editor .input_area .actions .send_btn:hover{cursor:pointer}.come_comment_box__comment_editor .input_area .actions .send_btn.disabled{background:#999}.come_comment_box__comment_editor .input_area .actions .send_btn.disabled:hover{cursor:not-allowed}.come_comment_box__comment_editor .input_area .actions .send_btn svg{color:#f1f1f1;width:16px;height:16px}.come_comment_box__simple_pager{justify-content:center;align-items:center;padding:16px 0;font-size:14px;display:flex}.come_comment_box__simple_pager .page_numbers{align-items:center;display:flex}.come_comment_box__simple_pager .page_number{cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin:0 2px;font-size:14px;display:flex}.come_comment_box__simple_pager .page_number.active{color:#111;text-decoration:underline}.come_comment_box__simple_pager .ellipsis{color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0 4px}
/*# sourceMappingURL=come_comment_box.css.map*/