.app-layout{min-height:100vh}.app-layout .app-layout-head{height:60px;box-shadow:0 4px 4px 0 var(--navbar-box-shadow-color);border:1px solid var(--navbar-box-border-color);background:var(--navbar-background);display:flex;justify-content:center}.app-layout .app-layout-head .navbar{width:1200px;display:flex;justify-content:space-between;align-items:center}.app-layout .app-layout-head .navbar .logo{display:flex}.app-layout .app-layout-head .navbar .logo img{width:133px;height:20px}.app-layout .app-layout-head .navbar .menus{display:flex;align-items:center;gap:16px}.app-layout .app-layout-head .navbar .menus a,.app-layout .app-layout-head .navbar .menus button{width:28px;height:28px;border-radius:8px 8px 8px 8px;display:flex;align-items:center;justify-content:center}.app-layout .app-layout-head .navbar .menus a:hover,.app-layout .app-layout-head .navbar .menus button:hover{background:#fff3}.app-layout .app-layout-head .navbar .menus .line{width:1px;height:16px;background:#ffffff29}.app-layout .app-layout-main{width:1200px;margin:0 auto}.app-layout .footer{display:flex;justify-content:center;border-top:1px solid #ffffff0a;padding:22px 0}.app-layout .footer .img-txt{display:flex;align-items:center}.app-layout .footer .img-txt img{width:92px;height:14px}.app-layout .footer .img-txt img.dark-ico{display:inline-flex}.app-layout .footer .img-txt img.light-ico{display:none}.app-layout .footer .img-txt span{font-family:PingFang SC;font-weight:500;font-size:12px;color:#fffc;line-height:14px;border-left:1px solid #0000000f;padding-left:20px;margin-left:20px}:root[data-theme=light] .app-layout .footer{border-top-color:#0000000a}:root[data-theme=light] .app-layout .footer .img-txt{display:flex;align-items:center}:root[data-theme=light] .app-layout .footer .img-txt img{width:92px;height:14px}:root[data-theme=light] .app-layout .footer .img-txt img.dark-ico{display:none}:root[data-theme=light] .app-layout .footer .img-txt img.light-ico{display:inline-flex}:root[data-theme=light] .app-layout .footer .img-txt span{color:#000c}