:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}.page{width:90%;height:100%;max-width:1160px;padding:24px 0;background-color:var(--background-color,#f4f5f5);align-items:flex-start}.page .page-side__left{position:-webkit-sticky;position:sticky;top:0;left:0;flex:0 0 300px}.page .page-side__right{flex:1;min-height:100px;margin-left:24px;overflow:hidden;border-radius:4px;background-color:var(--aside-background-color,#fff)}.page .page-side__right .card-title{width:100%;color:var(--text-color,#2e384d);font-size:20px;font-weight:400;margin:0 0 4px;padding:0}.page .page-side__right .card-content{font-size:14px;font-weight:400;line-height:1.5;margin-bottom:16px;color:var(--text-color,#2e384d)}.page .page-side__right .card-content p{margin:0 0 8px;text-indent:0}.page .page-side__right .ant-card{border:1px solid var(--border-color,#f0f0f0);background-color:var(--aside-background-color,#fff)}@media screen and (max-width:768px){.page{width:100%;flex-wrap:wrap;padding:16px 8px}.page .page-side__left{position:relative;flex:0 0 100%;margin:0 0 12px}.page .page-side__right{flex:0 0 100%;margin:0}}