@import"https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&family=Noto+Sans+TC&display=swap";*{box-sizing:border-box;padding:0;margin:0}body,html{width:100%;min-height:100%;overflow:auto;background:#f8fafc;background-image:linear-gradient(135deg,#fff,#f1f5f9);scroll-behavior:smooth}body{font-size:12px;font-family:Noto Sans TC,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}a{color:inherit;text-decoration:none}.header{position:fixed;width:100%;height:55px;border-bottom:1px solid #ddd;background-color:#fff;display:flex;align-items:flex-end;font-family:Noto Sans TC,sans-serif;transition:.3s;z-index:99;opacity:0;transform:translateY(-100px)}.header.show{opacity:1;transform:translateY(0)}.header .logo{display:flex;justify-content:center;align-items:flex-end;height:100%;padding-bottom:12px;margin-left:24px}.header .logo img{height:40px;display:block}.header .logo .name{margin-right:16px;font-size:22px;font-weight:700;color:rgba(204,23,23,.718);line-height:1}.container{width:60%;margin:0 auto;font-family:Noto Sans TC,sans-serif}@media only screen and (max-width:1366px){.container{width:90%}}