.comment{opacity:1;border-radius:5px;flex-wrap:wrap;transition:none;display:flex;position:relative}.comment_body{flex:1;padding-left:10px}@media (max-width:640px){.comment_body{padding-left:6px}}.comment-content{flex:1}.comment_wrap{border-radius:5px;flex:1;align-items:flex-start;padding:10px;transition:all .4s;display:flex;position:relative}.comment_wrap:before{border:1px solid var(--color_red_20);content:"";opacity:0;visibility:hidden;z-index:-1;border-radius:12px;transition:all .3s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:0 0 5px #cb002333}@media (max-width:843px){.comment_wrap:before{left:2px;right:2px}}.comment_wrap>*{z-index:40;position:relative}@media (max-width:640px){.comment_wrap{padding:7px 10px}}.comment .collapse-css-transition{flex:0 0 100%;min-width:100%}.comment_avatar{height:var(--comment-avatar-width);width:var(--comment-avatar-width);z-index:40;margin-top:2px;margin-bottom:4px;display:block;position:relative;overflow:hidden}.comment_avatar figure{border-radius:100%;display:block}.comment_avatar img{height:var(--comment-avatar-width);width:var(--comment-avatar-width);display:block}.comment_childs .comment_avatar,.comment_childs .comment_avatar img{height:var(--comment-avatar-childs-width);width:var(--comment-avatar-childs-width)}@media (max-width:640px){.comment_childs .comment_avatar{margin-top:4px}}.comment_header{justify-content:flex-start;align-items:flex-start;margin-bottom:6px;display:flex}@media (max-width:640px){.comment_header{align-items:center}}.comment_header-info{flex-wrap:wrap;flex:1;align-items:center;margin-right:10px;display:flex}.comment_name{color:var(--color_black_main);margin-right:5px;font-size:16px;font-weight:500;display:block}@media (max-width:640px){.comment_name{font-size:14px}}.comment_time{color:var(--color_black_60);flex:1;min-width:100%;font-size:10px;line-height:1.2;display:block}.comment_parent{background:0 0;padding:3px;display:block}.comment_parent svg{color:var(--color_black_70);width:14px;height:14px;transition:all .3s;display:block}@media (max-width:640px){.comment_parent svg{width:12px;height:12px}}.comment_parent:hover svg{color:var(--color_red_main)}.comment_text{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}@media (max-width:640px){.comment_text{font-size:14px}}.comment_text p{margin-bottom:10px}.comment_text p:last-child{margin-bottom:0}.comment_text a{color:var(--color_blue_link)}.comment_images{align-items:stretch;padding-top:8px;display:flex}.comment_images-more{color:#fff;align-items:center;padding:4px;display:flex;position:absolute;bottom:4px;right:4px}.comment_images-more svg{z-index:2;width:16px;height:16px;margin-left:2px;display:block;position:relative}.comment_images-more span{z-index:2;font-size:14px;line-height:1;position:relative}.comment_images-more:after{-webkit-backdrop-filter:brightness(.5);backdrop-filter:brightness(.5);content:"";z-index:1;border-radius:6px;position:absolute;top:0;bottom:0;left:0;right:0}.comment_images-item{aspect-ratio:1;border-radius:10px;flex:60px;align-items:stretch;min-width:60px;max-width:200px;height:auto;max-height:200px;margin-right:8px;display:flex;position:relative}.comment_images-item:last-child{margin-right:0}.comment_images-item figure{display:block}.comment_images-item img{width:100%!important;height:100%!important;display:block!important}.comment_images-item--hidden{display:none}.comment_images figure{margin:0}.comment_images a,.comment_images figure{border-radius:inherit;width:100%;height:100%}.comment_images a{background:var(--color_black_30);justify-content:center;align-items:center;display:flex;overflow:hidden}.comment_images a img{border-radius:inherit;object-fit:cover;object-position:50% 50%;width:0;min-width:100%;height:0;min-height:100%;display:block}.comment_footer{justify-content:flex-start;align-items:center;display:flex}@media (max-width:640px){.comment_footer{flex-wrap:wrap}}.comment_action{color:var(--color_red_main);background:0 0;margin-top:8px;margin-right:12px;padding:0;font-size:14px;line-height:1.4}@media (max-width:640px){.comment_action{order:2}}.comment-loading{border-radius:inherit;z-index:50;background:#efefef80;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.comment-loading svg{width:50px;height:50px;display:block}.comment-more{cursor:pointer;border-radius:5px;flex:0 0 100%;justify-content:flex-start;align-items:flex-start;width:100%;padding:10px 0;display:flex}@media (max-width:640px){.comment-more{padding:7px 0}}.comment-more_btn{background:var(--color_black_20);color:var(--color_red_main);z-index:35;border-radius:35px;align-items:center;height:36px;margin-left:10px;padding:4px 12px 4px 4px;display:inline-flex;position:relative}@media (max-width:640px){.comment-more_btn{height:32px}}.comment-more_btn:disabled{cursor:not-allowed}.comment-more_btn svg{width:24px;height:24px;display:block;margin-left:8px!important}.comment-more_btn-imgs{flex-direction:row-reverse;justify-content:flex-start;display:flex}.comment-more_btn-imgs figure{border-radius:100%;margin-left:-15px;display:block}.comment-more_btn-imgs figure:last-child{margin-left:0}.comment-more_btn-imgs img{border:1px solid #fff;width:28px;height:28px;display:block}@media (max-width:640px){.comment-more_btn-imgs img{width:24px;height:24px}}.comment-more_btn span{margin-left:8px;font-size:14px;line-height:1.4}@media (max-width:640px){.comment-more_btn span{font-size:12px}}.comment-more--flash .comment-more_btn{transition:all .3s;animation:3s ease-in-out flashColor}.comment--hide>.comment-content>.comment_wrap{opacity:0}.comment--active>.comment-content>.comment_wrap{z-index:501}.comment--active>.comment-content>.comment_wrap:before{opacity:1;visibility:visible;z-index:35;background:#fff}.comment--deleted>.comment-content>.comment_wrap .comment_avatar img{filter:grayscale();opacity:.5}.comment--deleted>.comment-content>.comment_wrap .comment_name{color:var(--color_black_60)}.comment--deleted>.comment-content>.comment_wrap .comment_text{color:var(--color_black_60);font-style:italic;font-weight:300}.comment .commentForm{margin-top:10px}.comment_appendix{display:none}@keyframes flashColor{0%{background:var(--color_black_20);color:var(--color_red_main)}25%{background-color:var(--color_red_main);color:#fff}75%{background-color:var(--color_red_main);color:#fff}to{background:var(--color_black_20);color:var(--color_red_main)}}
.commentBranch{flex:0 0 var(--comment-avatar-width);width:var(--comment-avatar-width);z-index:unset;flex-direction:column;align-self:stretch;margin-left:10px;display:flex;position:static}.commentBranch--wrapped{margin-left:0}.commentBranch--childs{border-left:1px solid var(--comment-anchor-bg-color);cursor:pointer;width:calc(var(--comment-avatar-width)/2);flex:1;margin:0 0 -10px auto;transition:all .3s}.commentBranch--childs--hover{border-color:var(--comment-anchor-bg-hover-color)}.commentBranch--parent--childs{border-left:1px solid var(--comment-anchor-bg-color);cursor:pointer;width:calc(var(--comment-avatar-width)/2);flex:1;margin-top:-30px;margin-left:auto;margin-right:0;transition:all .3s}.commentBranch--parent--childs--hover{border-color:var(--comment-anchor-bg-hover-color)}.commentBranch--parent{border-bottom:1px solid var(--comment-anchor-bg-color);border-left:1px solid var(--comment-anchor-bg-color);cursor:pointer;flex:0 0 calc(var(--comment-avatar-width)/2 + 12px);height:calc(var(--comment-avatar-width)/2 + 12px);width:calc(var(--comment-avatar-width)/2 + 6px);border-bottom-left-radius:8px;margin-left:auto;margin-right:-6px;transition:all .3s;position:relative}.commentBranch--parent--hover{border-color:var(--comment-anchor-bg-hover-color)}@media (max-width:640px){.commentBranch--parent{flex:0 0 calc(var(--comment-avatar-width)/2 + 9px);height:calc(var(--comment-avatar-width)/2 + 9px)}}.comment-more .commentBranch--parent{top:-10px}@media (max-width:640px){.comment-more .commentBranch--parent{top:-7px}}.comment_childs .commentBranch{flex:0 0 var(--comment-avatar-childs-width);width:var(--comment-avatar-childs-width)}.comment_childs .commentBranch--parent{flex:0 0 calc(var(--comment-avatar-childs-width)/2 + 12px);height:calc(var(--comment-avatar-childs-width)/2 + 12px);width:calc(var(--comment-avatar-childs-width)/2 + 6px)}@media (max-width:640px){.comment_childs .commentBranch--parent{flex:0 0 calc(var(--comment-avatar-childs-width)/2 + 11px);height:calc(var(--comment-avatar-childs-width)/2 + 11px)}}.comment_childs .commentBranch--childs,.comment_childs .commentBranch--parent--childs{width:calc(var(--comment-avatar-childs-width)/2)}.comment_childs--1>.comment>.commentBranch{flex:0 0 var(--comment-avatar-width);width:var(--comment-avatar-width)}@media (max-width:640px){.comment_childs--1>.comment>.commentBranch .commentBranch--parent{width:calc(var(--comment-avatar-width)/2 + 6px)}.comment_childs--1>.comment>.commentBranch .commentBranch--parent--childs{width:calc(var(--comment-avatar-width)/2)}}
.MiniApp .comment_childs .commentBranch--parent{flex:0 0 calc(var(--comment-avatar-childs-width)/2 + 7px);height:calc(var(--comment-avatar-childs-width)/2 + 7px)}@media (max-width:640px){.MiniApp .comment_childs .commentBranch--parent{flex:0 0 calc(var(--comment-avatar-childs-width)/2 + 9px);height:calc(var(--comment-avatar-childs-width)/2 + 9px)}}
