body *{box-sizing:border-box}#app,body,html{width:100%}body{margin:0;font-family:PingFangSC-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC-Light,Microsoft YaHei}#app,body{background-color:#fff}#app{min-height:100vh}.route-fade-enter-active,.route-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.route-fade-enter,.route-fade-leave-to{opacity:0;transform:translateY(6px)}.page{margin:0 auto;background-color:#fff}button{margin:0;padding:0;border:1px solid transparent;outline:none;background-color:transparent}button:active{opacity:.6}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.justify-start{display:flex;justify-content:flex-start}.justify-center{display:flex;justify-content:center}.justify-end{display:flex;justify-content:flex-end}.justify-evenly{display:flex;justify-content:space-evenly}.justify-around{display:flex;justify-content:space-around}.justify-between{display:flex;justify-content:space-between}.align-start{display:flex;align-items:flex-start}.align-center{display:flex;align-items:center}.align-end{display:flex;align-items:flex-end}.site-top-bar{width:100%;background-color:#f5f5f5;padding:10px clamp(32px,8vw,140px) 10px clamp(32px,6vw,110px);font-size:14px;color:#5f5f5f;box-sizing:border-box;border-bottom:1px solid #e5e5e5;gap:0}.site-top-bar,.top-bar-links{display:flex;align-items:center;justify-content:flex-end}.top-bar-links{flex-wrap:wrap;gap:2px;flex:1;margin:0}.top-bar-link{font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#5f5f5f;white-space:nowrap;cursor:pointer}.top-bar-link a{color:inherit;text-decoration:none}.top-bar-divider{margin:0 6px;color:#9c9c9c}.top-bar-logo{height:36px;width:auto;margin-left:clamp(12px,3vw,36px);padding-right:30px}@media (max-width:1024px){.site-top-bar{padding:8px 20px}.site-top-bar,.top-bar-links{justify-content:center}.top-bar-logo{margin-left:0;margin-top:8px}}@media (max-width:640px){.site-top-bar{padding:8px 12px 10px;justify-content:flex-start;max-width:100%;flex-direction:column;align-items:flex-start;gap:6px;display:none}.top-bar-links{width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;gap:4px;-webkit-overflow-scrolling:touch}.top-bar-links::-webkit-scrollbar{display:none}.top-bar-links{scrollbar-width:none;margin:0 8px 0 0}.top-bar-divider{margin:0}.top-bar-logo{align-self:flex-end;margin-left:0}}@media (prefers-reduced-motion:reduce){.route-fade-enter-active,.route-fade-leave-active{transition:none}.route-fade-enter,.route-fade-leave-to{opacity:1;transform:none}}