﻿*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,"Microsoft YaHei",sans-serif;color:#2b2422;background:#fff}a{color:inherit;text-decoration:none}button,.btn{background:#b51019;color:#fff;border:0;border-radius:4px;padding:10px 16px;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}button:hover,.btn:hover{background:#981018;box-shadow:0 8px 20px #b5101925}button:focus-visible,.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #b5101938;outline-offset:2px}.site-header{border-top:5px solid #b51019;border-bottom:1px solid #ead8d8;padding:14px max(18px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:auto minmax(280px,420px);align-items:center;gap:12px 20px}.brand{display:flex;align-items:center;gap:14px}.brand img,.site-footer img{height:54px}.brand strong{font-size:30px;color:#a30d15}.search{display:flex;gap:8px;justify-self:end;width:min(420px,100%)}.search input{flex:1;min-width:0;padding:10px;border:1px solid #ddd}.site-nav{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #f1e2e2;padding-top:10px}.site-nav a{padding:7px 10px;border-radius:4px;color:#4f1b1f}.site-nav a:hover{background:#fff3f3;color:#a30d15}.featured{max-width:1180px;margin:22px auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.feature-large{grid-row:span 2;background:#f8f1f1}.feature-large img,.feature-small img,.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.feature-large h1{font-size:28px;margin:14px}.feature-large p{margin:0 14px 14px}.feature-large p,.card p{color:#6b6060}.feature-small{background:#faf7f7;padding:10px;border:1px solid #eee}.home-body{max-width:1180px;margin:0 auto 30px;display:grid;grid-template-columns:3fr 1fr;gap:26px}.cards{display:grid;gap:16px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.card{border:1px solid #eee;background:#fff}.card h3,.card p,.card span{display:block;margin:10px}.more{display:block;width:max-content;margin:34px 0 18px auto}.public-pager{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin:30px 0 10px}.public-pager a,.public-pager span{border:1px solid #ddd;border-radius:4px;min-width:36px;padding:7px 11px;background:#fff;text-align:center}.public-pager a:hover{border-color:#b51019;color:#b51019}.public-pager .pager-current{background:#b51019;color:#fff;border-color:#b51019;font-weight:700;box-shadow:0 2px 8px #b5101930}.rank{display:grid;grid-template-columns:82px 1fr;gap:10px;border-bottom:1px solid #eee;padding:10px 0}.rank img{width:82px;height:58px;object-fit:cover}.rank small{display:block;color:#8a7a7a;margin-top:8px}.paper-rack{background:linear-gradient(#8b1419,#4f0c10);padding:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.paper{background:#fff;color:#2b2422;box-shadow:0 8px 18px #0005;padding:0}.paper img{width:100%;aspect-ratio:3/4;object-fit:cover}.paper span{display:block;padding:10px}.modal{position:fixed;inset:0;background:#0008;z-index:10;padding:5vh 18px;text-align:center}.modal[hidden]{display:none}.modal-panel{max-width:min(980px,94vw);max-height:90vh;margin:0 auto;background:#fff;padding:18px 20px;box-shadow:0 20px 60px #0008;overflow:auto}.paper-modal-head{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;margin-bottom:12px;text-align:left}.paper-modal-head p{margin:0;font-weight:700}.paper-modal-head button{justify-self:end}.paper-toolbar{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:18px 0 0}.paper-stage{position:relative;display:inline-block;perspective:1600px}.paper-stage img{max-height:68vh;max-width:86vw;display:block;margin:12px auto;transform-origin:center center;backface-visibility:hidden;box-shadow:0 14px 38px #0004}.paper-hit{position:absolute;top:12px;bottom:12px;width:50%;z-index:3;background:transparent;border:0;padding:0;cursor:default}.paper-hit.left{left:0}.paper-hit.right{right:0}.paper-hit:hover,.paper-hit:focus,.paper-hit:active{background:transparent;box-shadow:none;transform:none;border:0;outline:none}.turn-next{transform-origin:right center;animation:bookNext .68s cubic-bezier(.2,.72,.2,1)}.turn-prev{transform-origin:left center;animation:bookPrev .68s cubic-bezier(.2,.72,.2,1)}@keyframes bookNext{0%{transform:rotateY(0);filter:brightness(1);box-shadow:0 14px 38px #0004}38%{transform:translateX(20px) rotateY(54deg) scale(.965);filter:brightness(.8);box-shadow:-18px 18px 42px #0005}72%{transform:translateX(-7px) rotateY(-12deg) scale(.99);filter:brightness(1.05);box-shadow:8px 14px 34px #0003}100%{transform:rotateY(0);filter:brightness(1);box-shadow:0 14px 38px #0004}}@keyframes bookPrev{0%{transform:rotateY(0);filter:brightness(1);box-shadow:0 14px 38px #0004}38%{transform:translateX(-20px) rotateY(-54deg) scale(.965);filter:brightness(.8);box-shadow:18px 18px 42px #0005}72%{transform:translateX(7px) rotateY(12deg) scale(.99);filter:brightness(1.05);box-shadow:-8px 14px 34px #0003}100%{transform:rotateY(0);filter:brightness(1);box-shadow:0 14px 38px #0004}}.article,.list,.auth{max-width:1180px;margin:24px auto;padding:0 18px}.hero-img{width:100%;max-height:420px;object-fit:cover}.body{line-height:1.9;font-size:18px}.comments textarea{width:100%;min-height:100px}.site-footer{border-top:4px solid #b51019;background:#f7f3f1;margin-top:40px;padding:26px max(18px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1.2fr 1fr 1.2fr;gap:28px}.site-footer a{display:block;margin:8px 0}.auth{max-width:420px;display:grid;gap:12px}.auth input,.auth textarea{width:100%;padding:10px;margin:6px 0;border:1px solid #ddd}.auth-remember{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.auth-remember input{flex:0 0 auto;width:auto;margin:0;padding:0}.auth-remember span{display:inline-block}.error{border:1px solid #f1b8b8;background:#fff2f2;color:#9a111a;border-radius:4px;padding:10px}.captcha-row{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:center}.captcha-row img{width:120px;height:42px;border:1px solid #ead8d8;border-radius:6px;cursor:pointer}.section-title,.aside-title,.page-title{color:#3b1417;letter-spacing:0}.section-title{display:flex;align-items:center;gap:10px;margin:8px 0 16px;font-size:22px}.section-title:before,.aside-title:before{content:"";width:4px;height:20px;background:#b51019;border-radius:2px}.aside-title{display:flex;align-items:center;gap:8px;margin:4px 0 10px;font-size:18px}.page-title{font-size:28px;margin:0 0 20px}.feature-large,.feature-small,.card,.rank,.paper{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-large,.feature-small,.card{border:1px solid #eee;border-radius:6px;overflow:hidden}.feature-large:hover,.feature-small:hover,.card:hover,.paper:hover{transform:translateY(-2px);box-shadow:0 14px 34px #6410181a;border-color:#ead0d0}.feature-small strong{display:block;margin-top:8px;line-height:1.45}.card a{display:flex;flex-direction:column;height:100%}.card-body{padding:12px}.card h3{font-size:18px;line-height:1.45;margin:0 0 8px;color:#211719;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card p{margin:0 0 10px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card span{margin:0;color:#8a7a7a;font-size:13px}.home-aside{border-left:1px solid #f0dede;padding-left:18px}.rank{border-radius:6px;padding:10px}.rank:hover{background:#fff7f7}.rank strong{line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.paper-rack{border-radius:6px;box-shadow:inset 0 -14px 0 #33090c44}.paper{border:0;border-radius:4px;overflow:hidden;text-align:left}.article{max-width:none;margin:24px 0;padding-left:max(38px,calc((100vw - 1180px)/2 + 20px));padding-right:max(38px,calc((100vw - 1180px)/2 + 20px))}.article h1{font-size:34px;line-height:1.25;margin:0 0 12px;color:#211719}.article-meta{color:#7d6a6a;border-bottom:1px solid #eee;padding-bottom:14px}.body img{max-width:100%;height:auto}.like-form{margin:28px 0;display:flex;justify-content:center}.like-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:128px;font-weight:700}.like-icon{font-size:18px;line-height:1;transform:translateY(-1px)}.comments{margin-top:30px;border-top:1px solid #eee;padding-top:18px}.comment-form{display:grid;gap:10px}.comment-form textarea{border:1px solid #ddd;border-radius:4px;padding:12px;font:inherit;line-height:1.7}.comment-list p{background:#faf7f7;border:1px solid #eee;border-radius:4px;padding:10px 12px}.comment-login{display:inline-block;color:#b51019;font-weight:600;margin:6px 0 12px}.auth{background:#fff;border:1px solid #eee;border-radius:6px;padding:22px;box-shadow:0 14px 36px #64101812}.auth h1{margin:0 0 6px;color:#3b1417}.auth-link a{color:#b51019;font-weight:600}.search input{border-radius:4px}.site-footer h3{margin-top:0;color:#3b1417}.site-footer p{color:#6b6060;line-height:1.7}@media(max-width:760px){.site-header{grid-template-columns:1fr}.brand{justify-content:center;text-align:center;flex-wrap:wrap}.search{justify-self:stretch;width:100%}.featured,.home-body,.site-footer{grid-template-columns:1fr}.cards.three,.cards.four,.paper-rack{grid-template-columns:1fr}}








.user-nav{margin-left:auto;display:inline-flex;align-items:center;gap:10px}.user-nav img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid #ead8d8}.profile-page{max-width:560px;margin:28px auto;padding:0 18px}.profile-page h1{margin:0 0 16px;color:#3b1417}.profile-form{background:#fff;border:1px solid #eee;border-radius:6px;padding:22px;box-shadow:0 14px 36px #64101812;display:grid;gap:14px}.profile-form input{width:100%;padding:10px;margin-top:7px;border:1px solid #ddd;border-radius:4px}.profile-file{padding:8px}.profile-avatar{display:flex;align-items:center;gap:14px;border-bottom:1px solid #eee;padding-bottom:14px}.profile-avatar img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:1px solid #ead8d8}.profile-avatar span{font-weight:700;color:#3b1417}.success{border:1px solid #b7e1c6;background:#f1fff5;color:#17683a;border-radius:4px;padding:10px}@media(max-width:760px){.user-nav{width:100%;margin-left:0}}
.menu-toggle{display:none;margin-left:auto;padding:8px 12px;font-weight:700}.site-header.nav-open .site-nav{display:flex}@media(max-width:760px){.site-header{grid-template-columns:1fr}.brand{justify-content:space-between;text-align:left;flex-wrap:nowrap;width:100%}.menu-toggle{display:inline-flex;align-items:center}.site-nav{display:none;grid-column:1/-1;flex-direction:column;gap:4px;border-top:1px solid #f1e2e2;padding-top:10px}.site-nav a{display:block;width:100%}.search{grid-column:1/-1}.user-nav{width:100%;margin-left:0;display:flex;flex-wrap:wrap}}
.article-category-link{color:#8f111b;font-weight:700}.article-category-link:hover{text-decoration:underline}.auth button{margin-top:8px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menu-toggle{background:transparent!important;color:#4f1b1f;border:1px solid #d8bfc1;border-radius:4px;box-shadow:none!important;min-width:42px;height:38px;padding:6px 9px}.menu-toggle:hover,.menu-toggle:focus{background:#fff7f7!important;box-shadow:none}.menu-icon,.menu-icon:before,.menu-icon:after{display:block;width:22px;height:2px;background:#4f1b1f;border-radius:2px}.menu-icon{position:relative}.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:0}.menu-icon:before{top:-7px}.menu-icon:after{top:7px}
.brand-logo,.footer-logo{display:inline-flex;align-items:center}.brand-logo:hover,.footer-logo:hover{opacity:.92}.home-aside{padding-top:4px}.rank-block+.rank-block{margin-top:34px;padding-top:6px}.card-meta{display:flex!important;align-items:center;justify-content:space-between;gap:10px}.card-meta time{flex:0 0 auto;color:#8a7a7a;font-size:13px}.is-hidden{display:none!important}.flbook-shelf{margin-top:18px;border:1px solid #ead8d8;border-radius:6px;overflow:hidden;background:#fff;box-shadow:0 12px 30px #64101810}.flbook-shelf-frame{display:block;width:100%;height:500px;border:0}
.footer-service p{display:block;margin:8px 0;line-height:1.45;font-size:inherit}
.article-card-count,.article-detail-count,.like-form{display:none!important}
