article{position:relative;padding:var(--margin) calc(1.5 * var(--margin));margin-bottom:var(--out);color:var(--main);background:var(--background);border-radius:var(--radius)}.article_title{width:100%;position:relative;aspect-ratio:21/9;max-height:20rem;display:flex;flex-direction:column;justify-content:center}.post_overtime{font-size:.9rem;line-height:2rem;height:auto;margin-bottom:1rem;background:var(--O);padding:.5rem 1rem;border-radius:.5rem}.love_anniu,.agree_anniu{cursor:pointer}.title_block_title h1 svg{width:1.5rem;fill:transparent}.love_avatar .avatar:hover{cursor:default;animation:jump .3s .12s ease;-webkit-animation:jump .3s .12s ease;-moz-animation:jump .3s .12s ease}.douban_block{display:flex;flex-direction:row;gap:var(--margin)}.douban_block .left .cover{width:8rem;border-radius:.5rem}.douban_block .right{display:flex;gap:.5rem;flex:1;flex-direction:column}.douban_block .right .title{display:inline-flex;align-items:center;line-height:2rem;font-size:1.1rem;font-weight:bold;gap:.5rem}.douban_block .right .title p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--C);flex-shrink:1}.douban_block .right .typeword{background:var(--O);padding:0 .25rem;font-size:.9rem;line-height:1.5rem;height:1.5rem;color:var(--theme-60);border-radius:.5rem;vertical-align:middle;display:inline-flex;gap:.2rem;align-items:center;flex-shrink:0}.douban_block .right .desc{line-height:1.75rem;font-size:.9rem;height:9.5rem;overflow-y:auto;outline:1px solid var(--theme-10);word-break:break-all;border-radius:.5rem;padding:.5rem .5rem;color:var(--C)}.douban_block .right .desc.netmusic{height:5.5rem;padding:.25rem .5rem}.douban_block .right .desc.map{height:100%;max-height:15rem;aspect-ratio:2;overflow-y:hidden}.douban_block .right .desc:not(.netmusic) br,.douban_block .right .desc img{display:none}.amap-copyright,.amap-logo{display:none!important}.commentinfos_refresh{cursor:pointer;vertical-align:middle}.qrcode_item svg{width:3rem}.postend_ads_img{width:100%;height:auto;object-fit:cover;border-radius:var(--radius)}.postend_ads_img.pc{display:block}.postend_ads_img.mobile{display:none}@media(max-width:650px){.postend_ads_img.mobile{display:block}.postend_ads_img.pc{display:none}}article .post_content .cat_tips{position:relative;display:block;padding:1rem 1rem 1rem 2.75rem;border-radius:16px;line-height:1.8;color:var(--main);background:var(--background);border:1px solid var(--theme-10);box-shadow:0 8px 24px rgb(var(--main-color)/.05);transition:.3s;overflow:hidden}article .post_content .cat_tips:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgb(var(--main-color)/.08)}article .post_content .cat_tips a{color:inherit!important;border-bottom:1px dashed currentColor}article .post_content .cat_tips strong,article .post_content .cat_tips b{color:inherit!important}article .post_content .cat_tips:before{content:"";position:absolute;left:.9rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:50%;color:#fff;font-size:.8rem;font-weight:700}article .post_content .cat_tips_info{background:rgb(96 122 179 / .08);border-color:rgb(96 122 179 / .25)}article .post_content .cat_tips_info:before{content:"i";background:#607ab3}article .post_content .cat_tips_success{background:rgb(82 196 26 / .08);border-color:rgb(82 196 26 / .25)}article .post_content .cat_tips_success:before{content:"✓";background:#52c41a}article .post_content .cat_tips_warning{background:rgb(250 173 20 / .1);border-color:rgb(250 173 20 / .3)}article .post_content .cat_tips_warning:before{content:"!";background:#faad14}article .post_content .cat_tips_error{background:rgb(255 77 79 / .08);border-color:rgb(255 77 79 / .25)}article .post_content .cat_tips_error:before{content:"×";background:#ff4d4f}article .post_content .cat_tips code:not([class]){padding:3px 6px;margin:0 4px;font-size:.8rem;background:var(--theme-10);border-radius:6px;color:var(--theme)}article .post_content .cat_tips_user{background:color-mix(in srgb,var(--tips-color),transparent 90%);border-color:color-mix(in srgb,var(--tips-color),transparent 65%)}article .post_content .cat_tips_user:before{content:"★";background:var(--tips-color)}article .post_content .cat_tips_user a{color:var(--tips-color)!important}article .post_content .cat_tips_user strong,article .post_content .cat_tips_user b{color:var(--tips-color)!important}article .post_content .cat_tips_user code:not([class]){color:var(--tips-color);background:color-mix(in srgb,var(--tips-color),transparent 85%)}article .post_content .cat_tips_warning:before{animation:cat_tips_warning_sway 1.4s ease-in-out infinite}article .post_content .cat_tips_error:before{animation:cat_tips_error_shake .45s ease-in-out infinite}@keyframes cat_tips_warning_sway{0%,100%{transform:translateY(-50%) rotate(0deg)}20%{transform:translateY(-50%) rotate(-20deg)}40%{transform:translateY(-50%) rotate(20deg)}60%{transform:translateY(-50%) rotate(-15deg)}80%{transform:translateY(-50%) rotate(15deg)}}@keyframes cat_tips_error_shake{0%,100%{transform:translateY(-50%) translateX(0)}20%{transform:translateY(-50%) translateX(-2px)}40%{transform:translateY(-50%) translateX(2px)}60%{transform:translateY(-50%) translateX(-2px)}80%{transform:translateY(-50%) translateX(2px)}}article .post_content .cat_usercard{display:flex;align-items:center;gap:.9rem;padding:1rem;background:var(--background);border:1px solid var(--theme-10);border-radius:1rem;box-shadow:0 8px 24px rgb(var(--main-color)/.05);transition:.3s}article .post_content .cat_usercard:hover{transform:translateY(-3px);border-color:var(--theme-30);box-shadow:0 12px 30px rgb(var(--main-color)/.08)}article .post_content .cat_usercard_avatar{flex:none;width:54px;height:54px;overflow:hidden;border-radius:50%;background:var(--theme-10);display:flex;align-items:center;justify-content:center}article .post_content .cat_usercard_avatar img{width:100%;height:100%;object-fit:cover}article .post_content .cat_usercard_info{min-width:0;flex:1}article .post_content .cat_usercard_title{display:inline-flex;align-items:center;color:var(--main);font-size:16px;font-weight:700;line-height:1.5}article .post_content .cat_usercard_title:hover{color:var(--theme)}article .post_content .cat_usercard_desc{margin-top:4px;color:var(--C);font-size:13px;line-height:1.6;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}article h2,article h3,article h4,article h5,article h6{position:relative;font-weight:800;line-height:1.7}article h2{font-size:1.65rem;margin:3.5rem 0 2rem;padding:0 0 1rem;border-bottom:1px solid var(--A)}article h2::after{content:"";position:absolute;left:0;bottom:-1px;width:4rem;height:3px;background:var(--theme);border-radius:10px}article h3{font-size:1.4rem;margin:2.8rem 0 1.5rem;padding-left:1rem}article h3::before{content:"";position:absolute;left:0;top:30%;height:50%;width:4px;background:var(--theme);border-radius:10px}article h4{font-size:1.25rem;margin:2rem 0 1.2rem;display:flex;align-items:center}article h4::before{content:"";width:.45rem;height:.45rem;background:var(--theme);border-radius:50%;margin-right:.7rem;box-shadow:0 0 0 .3rem rgb(var(--main-color)/.12)}article h5{font-size:1.15rem;margin:1.5rem 0 .8rem}article h5::before{content:"#";color:var(--theme);margin-right:.5rem}article h6{font-size:1.05rem;margin:1rem 0 .6rem;color:var(--C)}article .post_content>p{font-size:1rem;line-height:2.15rem;margin:1.4rem 0;letter-spacing:.03rem}article .post_content hr{border:0;height:1px;margin:3.5rem 0;background:linear-gradient(90deg,transparent 0,var(--A) 30%,var(--theme-60) 50%,var(--A) 70%,transparent 100%);position:relative}article .post_content hr::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:.3rem;height:.3rem;background:var(--theme);border-radius:50%}article .post_content strong{color:var(--theme);font-weight:800;position:relative;padding:0 .15rem}article .post_content strong::after{content:"";position:absolute;left:0;right:0;bottom:.15rem;height:.45rem;background:rgb(var(--main-color)/.12);z-index:-1;border-radius:.3rem}article .post_content del,article .post_content s{color:var(--B);text-decoration-thickness:2px}article .post_content u{text-decoration:none;padding:0 .2rem;border-bottom:2px solid var(--theme)}article .post_content .e{border-bottom:2px dashed var(--theme-80);text-decoration:unset}article .post_content .cat_copy{border-bottom:2px dotted var(--theme-80);text-decoration:unset}article .post_content .cat_copy:before{content:'☍';font-size:.9rem}article .post_content .cat_copy,article .post_content a{margin:0 .25rem;color:var(--theme);position:relative;word-break:break-all;cursor:pointer;background:linear-gradient(90deg,var(--theme-60),var(--theme-60)) no-repeat left 100% / 0 2px;-webkit-transition:.5s;transition:.5s}article .post_content a:not(.cat_article_download a):hover{background:linear-gradient(90deg,var(--theme-60),var(--theme-60)) no-repeat left 100% / 100% 2px}article .post_content a:not(.footnote-backref):not(.footnote-ref):not(.cat_usercard_title):not(.cat_article_download a):after{content:'↷';font-size:.9rem}article .post_content sup a:after,article .post_content .footnotes a:after{content:' '}article .post_content a:hover:before{visibility:visible;-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}article .post_content blockquote{position:relative;margin:2rem 0;padding:1.4rem 1.6rem;line-height:2rem;font-size:.95rem;color:var(--C);background:var(--O);border:1px solid var(--A);border-radius:var(--radius);overflow:hidden;transition:.3s}article .post_content blockquote::before{content:"“";position:absolute;right:1rem;top:.2rem;font-size:5rem;font-family:Georgia,serif;font-weight:bold;line-height:1;color:var(--theme-30);opacity:.8}article .post_content blockquote::after{content:"";position:absolute;left:-2rem;bottom:-2rem;width:6rem;height:6rem;background:var(--theme-10);border-radius:50%}article .post_content blockquote:hover{border-color:var(--theme-30);background:var(--theme-10);box-shadow:0 .8rem 2rem rgb(var(--main-color)/.06)}article .post_content code:not([class]){display:inline;padding:.15rem .45rem;margin:0 .2rem;font-size:.8em;font-family:Consolas,Monaco,monospace;line-height:inherit;color:var(--theme);background:var(--O);border:1px solid var(--A);border-radius:.35rem;vertical-align:.1em;box-decoration-break:clone;-webkit-box-decoration-break:clone}article .post_content ul,article .post_content ol{margin:.5rem 0;padding:0}article .post_content li{position:relative;line-height:2rem;padding:.35rem 1rem .35rem 2.5rem;margin:.35rem 0;border-radius:var(--radius);transition:.3s}article .post_content ul li::before{content:"";position:absolute;left:1rem;top:calc(0.35rem + 1em);transform:translateY(-50%);width:8px;height:8px;background:var(--theme);border-radius:50%;transition:.3s}article .post_content ol{counter-reset:item}article .post_content ol li{counter-increment:item}article .post_content ol li::before{content:counter(item);position:absolute;left:.7rem;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;line-height:1.2rem;text-align:center;font-size:.75rem;color:#fff;background:var(--theme);border-radius:50%;top:1.4rem;transition:.3s}article .post_content ul li:hover,article .post_content ol li:hover{background:var(--O);transform:translateX(.3rem)}article .post_content ul li:hover::before,article .post_content ol li:hover::before{box-shadow:0 0 0 .35rem rgb(var(--main-color)/.12)}article .post_content table{width:100%;margin:2rem 0;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:14px;background:var(--background);border:1px solid var(--theme-10)}article .post_content table thead th{padding:12px 16px;background:var(--theme-10);color:var(--theme);font-size:14px;font-weight:700;border:0}article .post_content table tbody tr{transition:.2s}article .post_content table tbody tr:not(:last-child) td{border-bottom:1px solid var(--theme-10)}article .post_content table tbody td{padding:13px 16px;color:var(--C);font-size:14px;line-height:1.6;border:0}article .post_content table tbody tr:hover{background:var(--O)}article .post_content table tbody tr:hover td:first-child{color:var(--theme);font-weight:600}article .post_content table th:first-child{border-radius:14px 0 0 0}article .post_content table th:last-child{border-radius:0 14px 0 0}article .post_content table tbody tr:last-child td:first-child{border-radius:0 0 0 14px}article .post_content table tbody tr:last-child td:last-child{border-radius:0 0 14px 0}article .post_content .task_checkbox{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 10px;margin:0 4px;border:1px solid var(--A);border-radius:999px;background:var(--O);color:var(--C);cursor:pointer;box-sizing:border-box;transition:.25s;vertical-align:middle;transform:translateY(-1px)}article .post_content .task_checkbox:hover{border-color:var(--theme-30);background:var(--theme-10);color:var(--theme)}article .post_content .task_checkbox::before{content:"○";font-size:13px;line-height:1}article .post_content .task_checkbox.checked{background:var(--theme-10);border-color:var(--theme-60);color:var(--theme);box-shadow:0 3px 10px rgb(var(--main-color)/.08)}article .post_content .task_checkbox.checked::before{content:"✓";font-size:13px;font-weight:700}cat_article_hide{position:relative;display:block;padding:18px 20px;margin:1.5rem 0;text-align:left;line-height:2;text-indent:0;color:var(--theme);background:var(--theme-10);border:1px solid var(--theme-30);border-radius:16px;overflow:hidden}cat_article_hide:not(:has(.cat_article_show_word)):before{content:"🔐";display:block;text-align:center;margin:0 auto 6px;font-size:20px}cat_article_hide:not(:has(.cat_article_show_word)){font-size:14px;text-align:center}cat_article_hide:has(.cat_article_show_word){padding:12px 16px;color:var(--C);background:var(--background);border-color:var(--theme-10);box-shadow:0 6px 20px rgb(var(--main-color)/.05)}article .post_content .cat_article_show_word{display:flex;justify-content:center;align-items:center;width:100%;margin:1rem 0 .5rem}article .post_content .cat_article_show_word b{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:var(--theme-10);color:var(--theme);font-size:13px;line-height:1.5;font-weight:500;transition:.3s}article .post_content .cat_article_show_word b:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--theme);color:#fff;font-size:10px}article .post_content .cat_article_download{display:flex;align-items:center;justify-content:space-between;margin:1.5rem 0;background:var(--background);border:1px solid var(--theme-10);border-radius:1rem;padding:1rem;color:var(--C);box-shadow:0 6px 20px rgb(var(--main-color) / .05)}article .post_content .cat_article_download>div:first-child{display:flex;align-items:center;gap:.5rem;min-width:0;color:var(--main)}article .post_content .cat_article_download>div:first-child span:first-child{flex-shrink:0;display:flex!important;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:var(--theme-10);color:var(--theme)!important}article .post_content .cat_article_download>div:first-child span:first-child i{font-size:20px}article .post_content .cat_article_download_key{display:inline-flex;align-items:baseline;padding:4px 8px;border-radius:999px;background:var(--theme-10);color:var(--theme)!important;font-size:12px;line-height:1em;opacity:0;transform:translateX(-5px);transition:.3s}article .post_content .cat_article_download:hover .cat_article_download_key{opacity:1;transform:translateX(0)}article .post_content .cat_article_download>div:last-child a{display:flex!important;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--theme);color:#fff!important;transition:.3s}article .post_content .cat_article_download>div:last-child a:hover{transform:scale(1.08)}article .post_content .cat_article_download>div:last-child svg{fill:#fff;width:1rem;height:1rem}article .post_content .cat_block a:after{content:''!important}article .post_content [class*=cat_highlight_]{padding:.15rem .5rem;margin:0 .15rem;border-radius:.45rem;font-weight:600;box-decoration-break:clone;-webkit-box-decoration-break:clone}article .post_content .cat_highlight_yellow{background:rgba(255,220,0,.28)}article .post_content .cat_highlight_green{background:rgba(118,238,0,.25)}article .post_content .cat_highlight_pink{background:rgba(255,120,144,.25)}article .post_content .cat_highlight_black{color:#34495e;background:#34495e}article .post_content .code-toolbar{position:relative;margin:2rem 0}article .post_content pre[class*="language-"]{position:relative;margin:0;padding:2.5rem 0 1rem;background:#282c34;border-radius:var(--radius);overflow:auto;font-size:.9rem;line-height:1.8}article .post_content pre[class*="language-"] code{display:block;padding-left:3.5rem;overflow:auto;font-family:"JetBrains Mono","Fira Code",Consolas,monospace}article .post_content pre.line-numbers .line-numbers-rows{top:0;left:-0.5rem;width:3rem;border-right:1px solid rgba(255,255,255,.08)}article .post_content pre.line-numbers .line-numbers-rows span:before{color:rgba(255,255,255,.3);padding-right:.8rem}article .post_content pre[lang]{position:relative;padding-top:2.8rem}article .post_content pre[lang]::before{content:attr(lang);position:absolute;top:.625rem;left:4.25rem;z-index:2;height:1.3rem;line-height:1.3rem;padding:0 .5rem;font-size:.9rem;font-weight:600;letter-spacing:.05em;color:#fff;text-transform:uppercase}article .post_content pre[lang]::after{content:"";position:absolute;top:.9rem;left:1rem;width:.65rem;height:.65rem;border-radius:50%;background:#ff5f57;box-shadow:1.15rem 0 #febc2e,2.3rem 0 #28c840;z-index:2}article .post_content .copy-to-clipboard-button{position:absolute;top:.65rem;right:.85rem;z-index:5;height:1.3rem;line-height:1.3rem;padding:0 .55rem!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:.35rem;color:rgba(255,255,255,.8)!important;font-size:.7rem;font-weight:600;letter-spacing:.03em;transition:.2s}article .post_content .copy-to-clipboard-button:hover{background:rgba(255,255,255,.22)!important;color:#fff!important}article .post_content .copy-to-clipboard-button span:before{content:"复制";width:max-content;display:inline-flex;font-size:.8rem;align-items:center;justify-content:center;line-height:1rem}cat_post_image{display:block}cat_post_image img{display:block;border-radius:.5rem;max-width:100%;margin:1rem auto;cursor:zoom-in;box-shadow:var(--img-shadow);-webkit-transition:.2s;transition:.2s}cat_post_image img:hover{-webkit-transform:translate(0,-0.1rem);-moz-transform:translate(0,-0.1rem);-ms-transform:translate(0,-0.1rem);-o-transform:translate(0,-0.1rem);transform:translate(0,-0.1rem);box-shadow:var(--box-shadow)}cat_gallery:has(>cat_post_image+cat_post_image){grid-template-columns:repeat(2,1fr)}cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image){grid-template-columns:repeat(3,1fr)}.cat_progressbar{margin:16px 0;padding:12px 14px;background:var(--O);border-radius:12px}.progressbar_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:13px;color:var(--C)}.progressbar_head b{color:var(--main);font-weight:600}.progressbar_track{height:8px;overflow:hidden;background:var(--theme-10);border-radius:999px}.progressbar_showbar{display:block;height:100%;border-radius:999px;transition:width .35s ease}.exchange_tipblock{display:inline-block;border-radius:.2rem;padding:.2rem;color:#fff;background:var(--theme-60);font-size:smaller;line-height:.75rem;margin:0 .3rem}.postlist_article .post_content cat_gallery cat_post_image img{width:100%;height:100%}.postlist_article .post_content cat_gallery:has(>cat_post_image){grid-template-columns:repeat(1,1fr)}.postlist_article .post_content cat_gallery:has(>cat_post_image) cat_post_image{aspect-ratio:unset;max-height:30rem;max-width:25rem}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image),.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image){grid-template-columns:repeat(2,1fr)}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image),.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image),.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image){grid-template-columns:repeat(3,1fr)}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image){grid-template-columns:repeat(6,1fr)}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image){grid-template-columns:repeat(4,1fr)}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(1){grid-area:1 / 1 / 3 / 3}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(2){grid-area:1 / 3 / 2 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(3){grid-area:2 / 3 / 3 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(1){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(2){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(3){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(4){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(1){grid-area:1 / 1 / 5 / 5}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(2){grid-area:1 / 5 / 3 / 7}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(3){grid-area:3 / 5 / 5 / 7}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(4){grid-area:5 / 1 / 7 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(5){grid-area:5 / 4 / 7 / 7}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(4) img{aspect-ratio:1.5;height:auto}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(5) img{aspect-ratio:1.5;height:auto}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(1){grid-area:1 / 1 / 3 / 3}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(2){grid-area:1 / 3 / 2 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(3){grid-area:2 / 3 / 3 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(4){grid-area:3 / 1 / 4 / 2}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(5){grid-area:3 / 2 / 4 / 3}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(6){grid-area:3 / 3 / 4 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(4) img{aspect-ratio:1}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(5) img{aspect-ratio:1}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(1){grid-area:1 / 1 / 3 / 3}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(2){grid-area:1 / 3 / 3 / 5}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(3){grid-area:3 / 1 / 5 / 3}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(4){grid-area:3 / 3 / 4 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(5){grid-area:3 / 4 / 4 / 5}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(6){grid-area:4 / 3 / 5 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(7){grid-area:4 / 4 / 5 / 5}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(1){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(2){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(3){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(4){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(5){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(6){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(7){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(8){grid-area:3 / 2 / 4 / 4}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(8) img{aspect-ratio:3}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(8){grid-area:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image+cat_post_image) cat_post_image:nth-child(8) img{aspect-ratio:unset}.postlist_article .post_content cat_gallery:has(>cat_post_image:nth-child(10)) cat_post_image:nth-child(n+10){display:none}.postlist_article .post_content cat_gallery:has(>cat_post_image:nth-child(10)) cat_post_image:nth-child(9){position:relative}.postlist_article .post_content cat_gallery:has(>cat_post_image:nth-child(10)) cat_post_image:nth-child(9)::before{content:'···';position:absolute;display:flex;background:rgb(0 0 0 / 60%);inset:0;color:#fff;font-size:2rem;border-radius:.5rem;justify-content:center;align-items:center;z-index:1;cursor:pointer}.postlist_article .post_content cat_gallery cat_post_image.no-before::before{content:none!important}cat_gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem}cat_gallery img{display:block;border-radius:.5rem;width:100%;margin:auto;aspect-ratio:1;object-fit:cover}cat_waterfall{display:flex;flex-wrap:wrap;gap:1rem}cat_waterfall>*{flex-grow:1}cat_waterfall>* [data-fancybox*=gallery]{position:relative;display:flex;justify-content:center}cat_waterfall>* img{box-shadow:var(--box-shadow);display:block;max-width:100%;border-radius:var(--radius);object-fit:cover;transition:.5s;height:12rem;max-height:30vw;flex-grow:1}cat_music{background:var(--O);width:100%;height:100%;display:block;padding:1rem var(--margin);border-radius:var(--radius)}cat_music span{display:flex;padding:.5rem;gap:.5rem}.post_end{text-align:center;margin-top:var(--margin);font-size:.75rem;color:var(--B);gap:.25rem}.postend_pingfen_num{height:3rem;display:flex;justify-content:flex-end;color:var(--C);width:fit-content}.postend_pingfen{pointer-events:none;display:flex;align-items:center}.rating_wrap{display:inline-flex;flex-direction:column;align-items:center;gap:4px}.rating_score{font-size:1.2rem;font-weight:700;line-height:1;display:flex;flex-direction:row;align-items:center}.rating_score .bigstar{display:none;margin-right:2px}.rating-stars{position:relative;display:inline-block;font-size:.8rem;line-height:1;letter-spacing:2px}@media(max-width:649px){.rating-stars{display:none}.rating_score .bigstar{display:flex}}.rating-stars-bg{color:#ddd}.rating-stars-fill{position:absolute;left:0;top:0;width:var(--score);overflow:hidden;white-space:nowrap;color:var(--star-color)}.postend_button{display:flex;justify-content:center;align-items:center;gap:.75rem;margin:1.875rem 0}.postend_button .item{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.875rem;border:.0625rem solid var(--P);box-shadow:0 .125rem .5rem rgba(0,0,0,.03);cursor:pointer;transition:all .25s ease}.postend_button .item svg{width:1.125rem;height:1.125rem;transition:.25s}.postend_button .item:hover{transform:translateY(-.1875rem);border-color:var(--theme);background:rgba(0,0,0,.02);box-shadow:0 .5rem 1.25rem rgba(0,0,0,.08)}.postend_button .item:hover svg{transform:scale(1.08)}.postend_button .item[cat_title="点赞"]{color:#ff6b81}.postend_button .item[cat_title="点赞"]:hover{background:rgba(255,107,129,.08);border-color:rgba(255,107,129,.25)}.postend_button .item[cat_title="打赏"]{color:#f59e0b}.postend_button .item[cat_title="打赏"]:hover{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.25)}.postend_button .item[cat_title="分享文章"]{color:#3b82f6}.postend_button .item[cat_title="分享文章"]:hover{background:rgba(59,130,246,.08);border-color:rgba(59,130,246,.25)}.postend_button .item:active{transform:scale(.95)}.qrcode_item,.qrcode_item .item{display:block;width:3rem;height:3rem}.post_title_anniu{display:flex;padding:.5rem;margin:0;background:var(--under-background);border:1px solid var(--O);border-radius:.9rem;color:var(--C);line-height:1;transition:.25s;cursor:pointer;gap:.5rem}.post_title_anniu:hover{background:var(--theme-10);border-color:var(--theme-30);color:var(--main)}.post_title_anniu svg{width:1rem}.cat_cancel_comment_reply{display:none;background:#ffcdcd;color:#fff}.cat_cancel_comment_reply:hover{background:red}.comment_part{margin-bottom:var(--out)}#comments{scroll-margin-top:8.5rem}#comments .respond{padding:0}.cat_comment_respond_form{display:flex;flex-direction:column;gap:.8rem;width:100%;margin-bottom:0}.cat_comment_respond_form .replyavatar img{width:3rem;height:3rem}.cat_comment_respond_form .top{display:flex;gap:.8rem;align-items:flex-start}.cat_comment_respond_form .top .replyavatar{display:flex;gap:.8rem}.cat_comment_respond_form .body{display:flex;flex-direction:column;gap:.8rem}.cat_comment_respond_form .head{display:flex;width:100%;align-items:center;gap:.8rem}.cat_comment_respond_form .head .list{width:100%}.cat_comment_respond_form input,.cat_comment_respond_form textarea{width:100%;box-sizing:border-box;padding:.8rem 1rem;border:1px solid var(--O);border-radius:1rem;background:var(--background);color:var(--main);font-size:.9rem;outline:0;transition:.25s}.cat_comment_respond_form input:focus,.cat_comment_respond_form textarea:focus{border-color:var(--theme-30);background:var(--theme-10)}.cat_comment_respond_form .body textarea{min-height:150px;resize:vertical;line-height:1.7}.cat_comment_respond_form .foot{display:flex;justify-content:flex-end;margin-top:1rem}.cat_comment_respond_form .foot .right{display:flex;flex-direction:row;gap:.6rem}.cat_comment_respond_form button,.cat_comment_respond_form .submit{padding:.55rem 1rem;border:1px solid var(--O);border-radius:.8rem;background:var(--under-background);color:var(--main);cursor:pointer;transition:.25s}.cat_comment_respond_form button:hover,.cat_comment_respond_form .submit:hover{background:var(--theme-10);border-color:var(--theme-30);color:var(--theme);transform:translateY(-2px)}.comment_user_name{display:contents}#comments_is_off{font-size:.85rem;color:var(--A);padding:.8rem;text-align:center;background:var(--under-background);border:1px solid var(--O);border-radius:1rem}#del_card{display:flex;flex-direction:column;gap:1rem}#popup_card .yes,#del_card .yes{padding:.55rem 1rem;background:#fb5858;border:1px solid #fb5858;border-radius:.8rem;color:#fff;cursor:pointer;transition:.25s}#popup_card .yes:hover,#del_card .yes:hover{opacity:.85;transform:translateY(-2px)}.cat_comment_respond_form .top .replyavatar .comment_welcome_info{cursor:pointer;box-sizing:border-box;padding:.8rem 1rem;border:1px solid var(--O);border-radius:1rem;background:var(--background);color:var(--main);font-size:.9rem;outline:0;transition:.25s;min-height:2.5rem;line-height:1.5rem}cat_article_video{display:block;cursor:zoom-in;-webkit-transition:.2s;transition:.2s}cat_article_video:hover{filter:blur(0) brightness(0.75);-webkit-filter:blur(0) brightness(0.75)}cat_article_video iframe{width:100%;aspect-ratio:16 / 9;height:auto;display:block;border-radius:.5rem;object-fit:cover;pointer-events:none}cat_article_video video{display:block;border-radius:.5rem;object-fit:cover;width:100%;height:auto;max-width:-webkit-fill-available;max-height:30rem}.post_shuoshuo{display:flex;flex-direction:row;gap:1rem;margin-bottom:1.5rem}.post_shuoshuo_left{display:flex;flex-direction:column;align-items:center;margin-top:1rem;gap:.6rem;flex-shrink:0}.post_shuoshuo_left .mood{position:absolute;right:0;bottom:0;width:1em;height:1em;margin:0;padding:0;display:block;font-size:1.1rem;line-height:1}.post_shuoshuo_left .mood svg{display:block;width:1.25rem;height:1.25rem}html .post_shuoshuo_left .avatar{width:3.5rem;height:3.5rem;padding:3px;border:1px solid var(--theme-10);background:var(--background)}.post_shuoshuo_left .name{text-align:center;font-weight:700;color:var(--C);font-size:.85rem}.post_shuoshuo_right{flex:1;min-width:0}.post_shuoshuo_right .post_content{position:relative;margin:1rem 0;display:flex;flex-direction:column;gap:.8rem}.post_shuoshuo_right .post_content>p,cat_article_sound{position:relative;width:fit-content;max-width:100%;background:var(--under-background);border:1px solid var(--O);padding:.8rem 1.1rem;margin:0;border-radius:1.2rem;font-size:.95rem;line-height:1.8rem;color:var(--main);word-break:break-all;transition:.25s}.post_shuoshuo_right .post_content>p:hover,cat_article_sound:hover{background:var(--theme-10);border-color:var(--theme-10)}.post_shuoshuo_right .post_content:before{content:"";position:absolute;top:1.3rem;left:-.45rem;width:.8rem;height:.8rem;background:var(--under-background);border-left:1px solid var(--O);border-bottom:1px solid var(--O);transform:rotate(45deg);transition:.25s}.post_shuoshuo_right .post_content:before{content:"";position:absolute;top:1.3rem;left:-.45rem;width:.8rem;height:.8rem;background:var(--under-background);border-left:1px solid var(--O);border-bottom:1px solid var(--O);transform:rotate(45deg)}cat_article_sound{display:flex;align-items:center;gap:.5rem;min-width:10rem;cursor:pointer}.post_shuoshuo_right .post_end_infos{display:flex;flex-direction:column;color:var(--C);font-size:smaller;margin-top:var(--margin)}.post_shuoshuo_right .post_end_infos .title_block_title h1.t_item{font-size:.9rem;gap:0}.post_shuoshuo_right .post_end_infos span{display:flex;gap:0;align-items:center;height:2.25rem}.post_shuoshuo_right .post_end_infos span svg{width:1.5rem;fill:var(--B);display:flex;padding:.2rem;background:var(--under-background);border:1px solid var(--O);border-radius:.9rem;color:var(--C);line-height:1;transition:.25s;cursor:pointer;gap:.5rem;margin-right:.5rem}.post_shuoshuo_right .post_end_infos span:hover svg{background:var(--theme-10);border-color:var(--theme-30);color:var(--main)}.post_shuoshuo_right .post_end_infos span .t_item:before{content:' · '}.post_shuoshuo_right .post_end_infos span .t_item:first-of-type:before{content:'';display:none}.post_shuoshuo cat_gallery{max-width:30rem;padding:1rem;border-radius:1.2rem;background:var(--O);border:1px solid var(--A)}article .post_content .protected input{margin-bottom:.5rem}article .post_content .protected .word{margin:2rem 0;font-size:2rem}article .post_content .protected .submit{cursor:pointer}#comments .cat_comment_replyout{margin:1rem}#comments>ol>li{background:var(--background);border-radius:1rem;padding:var(--margin);margin-top:.8rem;position:relative}#comments .cat_comment_body{display:flex;position:relative;scroll-margin-top:11.5rem}#comments .cat_comment_body .content{min-width:0;flex:1}#comments .cat_comment_body .content .substance{display:table;width:auto;max-width:60%;margin:.5rem;padding:.8rem .9rem;background:var(--under-background);border:1px solid var(--O);border-radius:1rem;color:var(--C);line-height:1.75;word-break:break-word;transition:.25s}#comments .cat_comment_body:hover .content .substance{border-color:var(--theme-30);background:var(--theme-10);color:var(--theme)}#comments .cat_comment_body .content .substance.iscat{margin-left:auto}@media(max-width:650px){#comments .cat_comment_body .content .substance{max-width:90%}}#comments .cat_comment_reply{position:relative;margin-bottom:auto}#comments .cat_comment_reply .replymengban{text-align:center;visibility:hidden;transition:.3s;width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;font-size:1.5rem;cursor:pointer;opacity:0;background:#00080;backdrop-filter:blur(2px);color:#fff;border:3px solid var(--A);border-radius:1rem}#comments .cat_comment_body:hover .replymengban{opacity:1;visibility:visible}#comments .cat_comment_body:hover .replymengban svg{width:1.5rem;fill:#fff}#comments .content .user:hover .user_infocard{opacity:1;visibility:visible;transform:translateY(0)}#comments .huomiaoreply{justify-content:flex-end;position:relative}#comments .huomiaoreply>.cat_comment_replyout>.cat_comment_body .cat_comment_reply+.content{order:-1}#comments .cat_comment_body .content .user{display:flex;align-items:center;gap:.4rem;margin:0 .5rem;color:var(--main);font-size:.9rem;font-weight:600;line-height:1.3}#comments .cat_comment_body .content .user .author i{font-weight:700}.onlinetime{position:absolute;left:50%;bottom:-2px;transform:translateX(-50%);width:30%;height:10px;border-radius:50%;filter:blur(5px);opacity:.6;pointer-events:none}.level_dots{position:absolute;left:50%;bottom:-0.75rem;transform:translateX(-50%);display:flex;gap:6px}.level_dots span{width:6px;height:6px;border-radius:50%;background:#eee}#comments .cat_comment_body .content .commentinfos{margin:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.75rem;color:var(--B)}#comments .cat_comment_parent:hover .commentinfos{opacity:1}.comment_emoji_block{max-height:7.5rem;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(3rem,1fr));justify-items:center;align-items:center}.comment_emoji_block span{font-size:1.5rem;line-height:2.5rem;cursor:pointer}.commentinfos_agree{align-items:center}.comment_agree_area{position:relative;display:inline-flex;gap:.5rem;padding:.1rem .2rem;align-items:center;flex-wrap:wrap}.comment_agree_area span[comment_type*=agree]{display:inline-flex;padding:1px 4px;gap:0;border-radius:999px;border:1px solid var(--theme-10);color:var(--B);cursor:pointer;align-items:center;-webkit-transition:.5s;transition:.5s}.comment_agree_area span[comment_type*=agree]:hover{border:1px solid var(--theme-60);color:var(--main)}.open_comment_agree{display:flex;width:1.4rem;height:1.4rem;border-radius:1rem;border:1px solid var(--theme-10);background:var(--background);cursor:pointer;align-items:center;justify-content:center}.open_comment_agree_popup{display:none;gap:.5rem;border:1px solid var(--A);padding:.35rem;border-radius:.5rem;font-size:1.25rem;box-shadow:var(--box-shadow);background:var(--background);position:absolute;z-index:1;bottom:2.5rem}.open_comment_agree_popup span[comment_type*=agree]{border:1px solid #fff0;display:inline-flex;gap:.2rem;border-radius:.5rem;cursor:pointer}.open_comment_agree_popup span[comment_type*=agree]:hover{border:1px solid var(--theme-10);background:var(--theme-10)}.typed-cursor.typed-cursor--blink{color:var(--theme)}#postcard_card{max-width:450px;align-items:flex-start;background:unset;box-shadow:unset;padding:0}#postcard_canvas{border-radius:16px;background:var(--background);width:300px;height:500px}.postcard_anniu{display:flex;gap:1.5rem;flex-direction:column;margin-left:var(--margin);margin-top:2.5rem}.postcard_anniu .item{display:flex;background:#fff;border-radius:.9rem;padding:.75rem;cursor:pointer}.postcard_anniu .item svg{fill:grey}.change_postcard{position:absolute;left:43px;top:2.5rem;z-index:2;padding:.5rem;border-radius:0 .5rem .5rem 0;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgb(255 255 255 / 50%);border-left:unset}.change_postcard svg{fill:#fff}@media(max-width:650px){.postcard_anniu{flex-direction:row;margin-left:0}.change_postcard{left:75px}}