.pillar-fixed-menu__toc a span{background:#fff;border-radius:2px;height:2px;left:15px;overflow:hidden;position:absolute;top:15px;transition:all .3s linear;width:17px}.pillar-fixed-menu__toc a span:before{background:#dfdfee;content:"";height:100%;position:absolute;right:0;top:0;transition:all .3s linear;width:0}.pillar-fixed-menu__toc a span:first-child{animation:span-first-on .5s ease-in-out;animation-fill-mode:forwards}.pillar-fixed-menu__toc a span:nth-child(2){animation:span-second-on .5s ease-in-out;animation-fill-mode:forwards}.pillar-fixed-menu__toc a span:nth-child(3){animation:span-third-on .5s ease-in-out;animation-fill-mode:forwards}.pillar-fixed-menu__toc a.on:hover span:before{transition:all .3s linear;width:100%}.pillar-fixed-menu__toc a.on span:first-child{animation:span-first-off .5s ease-in-out;animation-fill-mode:forwards}.pillar-fixed-menu__toc a.on span:nth-child(2){animation:span-second-off .5s ease-in-out;animation-fill-mode:forwards}.pillar-fixed-menu__toc a.on span:nth-child(3){animation:span-third-off .5s ease-in-out;animation-fill-mode:forwards}@keyframes span-first-on{0%{transform:translate(-50%,-300%)}30%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-50%) rotate(-45deg)}}@keyframes span-first-off{0%{transform:translate(-50%,-50%) rotate(-45deg)}30%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-300%)}}@keyframes span-second-on{0%{transform:translate(-50%,-50%)}25%{background:gray}50%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-150%,-50%) scale(0)}}@keyframes span-second-off{0%{transform:translate(-150%,-50%) scale(0)}25%{background:gray}50%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%)}}@keyframes span-third-on{0%{transform:translate(-50%,200%)}30%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-50%) rotate(45deg)}}@keyframes span-third-off{0%{transform:translate(-50%,-50%) rotate(45deg)}30%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,200%)}}