.ed-waterfall{min-height:400px;overflow:hidden;padding-bottom:36px}.ed-waterfall .ed-work--wrap{margin-bottom:24px}.ed-waterfall .ed-ball-spinner{display:flex;align-items:center;justify-content:center;height:36px}.ed-waterfall .ed-ball-spinner span{width:20px;height:20px;display:inline-block;margin:0 10px;border-radius:100%;background:#aaa;-webkit-animation:ballbounce 1.4s ease-in-out infinite;animation:ballbounce 1.4s ease-in-out infinite}.ed-waterfall .ed-ball-spinner span:first-child{-webkit-animation-delay:.32s;animation-delay:.32s}.ed-waterfall .ed-ball-spinner span:nth-child(2){-webkit-animation-delay:.16s;animation-delay:.16s}@-webkit-keyframes ballbounce{0%,80%,to{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes ballbounce{0%,80%,to{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.ed-work{font-size:12px;border-radius:16px;overflow:hidden;cursor:pointer;background:var(--background-color-1);position:relative}.ed-work:hover .ed-work--image-wrap:before{opacity:1}.ed-work:hover .ed-work--image-wrap .ed-work--description{color:#fff;opacity:1}.ed-work>svg{position:absolute;top:0;left:0;right:0;margin:auto;z-index:1}.ed-work .ed-work--image-wrap{display:block;position:relative;overflow:hidden;margin:8px}.ed-work .ed-work--image-wrap .ed-work--pending{position:absolute;bottom:15px;right:24px;background:linear-gradient(0deg,#ffd056,#ffd056);border-radius:50px;padding:8px 19px;z-index:3;font-size:14px;line-height:1;color:#fff}.ed-work .ed-work--image-wrap:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:2;background:var(--background-color-5);border-radius:12px;opacity:0;transition:opacity .3s}.ed-work .ed-work--image-wrap .ed-work--description{color:var(--font-color-1);cursor:pointer;opacity:0;display:flex;justify-content:center}.ed-work .ed-work--image-wrap .ed-work--description .ed-work--use{position:absolute;bottom:15px;width:70%;background:var(--background-color-4);border-radius:8px;padding:12px 0;z-index:3;color:var(--font-color-0);font-weight:400;font-size:14px;line-height:1;text-align:center}.ed-work .ed-work--image-wrap .ed-work--description .ed-work--collect{position:absolute;top:10px;right:10px;z-index:3;width:28px;height:28px;display:flex;justify-content:center;align-items:center;background:rgba(38,40,51,.1);border-radius:37px}.ed-work .ed-work--image-wrap .ed-work--description .ed-work--collect.active{background:rgba(38,40,51,.1)}.ed-work .ed-work--image-wrap .ed-work--description .ed-work--collect:hover{background:rgba(38,40,51,.4)}.ed-work .ed-work--image-wrap img{width:100%;min-height:60px;max-height:500px;-o-object-fit:cover;object-fit:cover;vertical-align:top;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px}.ed-work .ed-work--info{padding:16px 10px}.ed-work .ed-work--info .ed-work--title{font-size:16px;font-weight:500;line-height:24px;color:var(--font-color-0);cursor:default;word-break:keep-all;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px}.ed-work .ed-work--info .ed-work--number{display:flex;align-items:center;line-height:24px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px}.ed-work .ed-work--info .ed-work--number li{display:flex;align-items:center;color:var(--font-color-1);margin-right:8px;font-weight:300}.ed-work .ed-work--info .ed-work--number li.is-active{color:#00c5a1}.ed-work .ed-work--info .ed-work--number li svg{fill:var(--font-color-1)}.ed-work .ed-work--info .ed-work--number li svg:hover{cursor:pointer;fill:var(--primary-color)}.ed-work .ed-work--info .ed-work--author{width:100%;display:flex;align-items:center;justify-content:space-between;height:23px;cursor:default;margin:12px 0 0;font-size:14px}.ed-work .ed-work--info .ed-work--author .ed-work--avatar{flex:1;overflow:hidden;display:flex;align-items:center;transition:transform .2s}.ed-work .ed-work--info .ed-work--author .ed-work--avatar:hover{transform:scale(1.04)}.ed-work .ed-work--info .ed-work--author .ed-work--avatar:hover .ed-work--nickname{font-weight:700}.ed-work .ed-work--info .ed-work--author .ed-work--avatar .ed-avatar{margin-right:6px}.ed-work .ed-work--info .ed-work--author .ed-work--avatar .ed-work--nickname{max-width:35%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--font-color-0)}.ed-work .ed-work--info .ed-work--author .ed-work--avatar>svg{margin-left:4px}.ed-work .ed-work--info .ed-work--author>span{color:var(--font-color-0);background:var(--background-color-2);border-radius:14px;padding:6px 12px;line-height:1;font-size:12px;white-space:nowrap}