.layout{height:100%}.layout-header{height:var(--header-height);color:#fff;background-color:#202020;border-bottom:1px solid #2c2c2c}.layout-main{height:calc(100% - var(--header-height) - 1px);overflow:auto}.image-container{box-sizing:border-box;padding:30px 30px}.image-container-title{font-size:1.1rem;font-weight:700;padding:15px 0}.image-container-blocks{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;width:100%;box-sizing:border-box}.image-block{box-sizing:border-box;padding:20px;flex-basis:40%;box-shadow:0 0 20px #e6e6e6;background-color:#fff;border-radius:10px;margin-bottom:50px}.image-block-title{display:flex;flex-wrap:nowrap;align-items:center}.image-block-desc,.image-block-links{box-sizing:border-box;padding:10px 0}.image-block-links{display:flex;align-items:center}*{margin:0;padding:0}html{height:100vh}#app,body{height:100%}:root{--header-height:64px;--sider-width:200px}