@media(max-width:768px){.error-container .error-content{flex-direction:column!important;padding-top:6.5vh}.error-container .error-content .pic-error{height:200px!important}}.error-container .error-content{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:1000px;height:calc(var(--el-container-height) - 40px);margin:auto}.error-container .error-content .pic-error{flex-basis:65%;height:300px;opacity:0;transform:translate(-60px) scale(.8) rotate(-8deg);animation:error-bounce-in .8s cubic-bezier(.23,1.5,.32,1) .15s forwards;will-change:transform,opacity}.error-container .error-content .pic-error .error-svg{width:100%;height:100%;transition:transform .3s cubic-bezier(.23,1.5,.32,1),filter .3s}.error-container .error-content .pic-error:hover .error-svg{filter:drop-shadow(0 0 16px var(--el-color-primary));transform:scale(1.08) rotate(4deg)}.error-container .error-content .bullshit{flex-basis:35%;padding:32px 24px 24px;border-radius:12px;opacity:0;transform:translateY(24px);animation:headline-fade-up .6s cubic-bezier(.23,1.5,.32,1) .7s forwards;will-change:transform,opacity}.error-container .error-content .bullshit-oops{margin-bottom:var(--el-margin);font-size:calc(var(--el-font-size-extra-large) + 8px);font-weight:700;color:var(--el-color-primary);letter-spacing:2px;opacity:1;transform:none;animation:none}.error-container .error-content .bullshit-headline{margin-bottom:10px;font-size:var(--el-font-size-large);font-weight:700;color:var(--el-color-grey);opacity:1;transform:none;animation:none}.error-container .error-content .bullshit-info{margin-bottom:30px;font-size:var(--el-font-size-extra-small);color:var(--el-color-grey);opacity:1;transform:none;animation:none}@keyframes error-bounce-in{0%{opacity:0;transform:translate(-60px) scale(.8) rotate(-8deg)}60%{opacity:1;transform:translate(10px) scale(1.05) rotate(6deg)}80%{transform:translate(-4px) scale(.98) rotate(-2deg)}to{opacity:1;transform:translate(0) scale(1) rotate(0)}}@keyframes error-slide-up{0%{opacity:0;transform:translateY(60px) scale(.95)}60%{opacity:1;transform:translateY(-8px) scale(1.03)}80%{transform:translateY(4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes oops-bounce-in{0%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.08)}80%{transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes headline-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}#app>.error-container>.error-content{height:calc(var(--vh, 1vh)*100)}
