/* p10 - 线框草图风格 */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
body{font-family:"Architects Daughter","PingFang SC",cursive;background:#fff;color:#1e293b;font-size:15px;line-height:1.7}
a{color:#0ea5e9;text-decoration:none}
.p10-container{max-width:1000px;margin:0 auto;padding:0 20px}
.p10-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;margin:12px 0;border:2px dashed #94a3b8;border-radius:12px}.p10-nav .p10-brand{font-weight:700;font-size:17px;display:flex;align-items:center;gap:8px}.p10-nav .p10-brand img{height:26px;border:2px dashed #94a3b8;border-radius:50%}.p10-nav .p10-links{display:flex;gap:12px}.p10-nav .p10-links a{padding:5px 12px;border:2px dashed #cbd5e1;border-radius:8px;font-size:13px;color:#64748b}.p10-nav .p10-links a:hover{background:#f0f9ff;border-style:solid;border-color:#0ea5e9}.p10-nav .drop{position:relative}.p10-nav .drop-menu{display:none;position:absolute;top:100%;right:0;background:#fff;border:2px dashed #cbd5e1;border-radius:8px;min-width:150px;padding:4px 0}.p10-nav .drop:hover .drop-menu{display:block}.p10-nav .drop-menu a{display:block;padding:8px 16px;font-size:13px}
.p10-btn{display:inline-block;padding:9px 22px;border:2px dashed #0ea5e9;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;background:#f0f9ff;color:#0ea5e9}.p10-btn:hover{background:#0ea5e9;color:#fff;border-style:solid}
.p10-hero{text-align:center;padding:50px 0 40px}.p10-hero .p10-sketch{display:inline-block;padding:4px 16px;border:2px solid #94a3b8;border-radius:8px;font-size:11px;color:#64748b;transform:rotate(-1deg);margin-bottom:20px}.p10-hero h1{font-size:42px;font-weight:700;line-height:1.15;margin-bottom:12px}.p10-hero p{color:#64748b;max-width:500px;margin:0 auto 24px}
.p10-stats{display:flex;justify-content:space-around;padding:20px;border:2px dashed #cbd5e1;border-radius:12px;text-align:center;margin:20px 0}.p10-stat .ps-val{font-size:30px;font-weight:700;color:#0ea5e9;transform:rotate(-1deg)}.p10-stat .ps-lbl{font-size:11px;color:#94a3b8}
.p10-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.p10-card{border:2px dashed #cbd5e1;border-radius:10px;overflow:hidden;transition:.2s}.p10-card:hover{border-color:#0ea5e9;border-style:solid;transform:rotate(-0.5deg)}.p10-card .pc-thumb{height:140px;overflow:hidden;border-bottom:2px dashed #e2e8f0}.p10-card .pc-thumb img{width:100%;height:100%;object-fit:cover}.p10-card .pc-body{padding:14px 16px}.p10-card .pc-body h4{font-size:14px;font-weight:700}.p10-card .pc-body .pc-meta{font-size:10px;color:#94a3b8}
.p10-faq .fq{border:2px dashed #cbd5e1;border-radius:10px;margin-bottom:8px;overflow:hidden}.p10-faq .fq .q{padding:14px 20px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between}.p10-faq .fq .q::after{content:'[+]'}.p10-faq .fq.open .q::after{content:'[-]'}.p10-faq .fq .a{padding:0 20px;max-height:0;overflow:hidden;transition:.3s}.p10-faq .fq.open .a{padding:0 20px 14px;max-height:240px}
.p10-footer{border-top:2px dashed #cbd5e1;padding:40px 0 24px;color:#94a3b8;font-size:13px;text-align:center}.p10-footer a{color:#94a3b8}
.p10-detail{padding-top:24px}.p10-row{display:flex;gap:20px;flex-wrap:wrap}.p10-col-main{flex:2}.p10-col-side{flex:1;min-width:240px}.p10-pcard{border:2px dashed #cbd5e1;border-radius:10px;margin-bottom:14px}.p10-pcard-hd{padding:14px 18px;border-bottom:2px dashed #e2e8f0;font-weight:700}.p10-pcard-bd{padding:18px}.p10-bread{font-size:12px;color:#94a3b8;padding:10px 0}.p10-art-item{display:flex;gap:14px;padding:14px 0;border-bottom:2px dashed #f1f5f9}.p10-art-item .art-t{width:150px;height:100px;border:2px dashed #cbd5e1;border-radius:8px;overflow:hidden;flex-shrink:0}.p10-art-item .art-t img{width:100%;height:100%;object-fit:cover}.p10-art-item .art-i h4{font-size:14px;font-weight:700}.p10-art-item .art-i .art-d{font-size:12px;color:#94a3b8;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.p10-list-i{padding:8px 0;border-bottom:2px dashed #f1f5f9}.p10-list-i a{color:#64748b;font-size:13px}.p10-tags{display:flex;gap:5px;flex-wrap:wrap}.p10-tags a{padding:4px 10px;border:2px dashed #0ea5e9;border-radius:6px;font-size:10px;color:#0ea5e9}.p10-pag{display:flex;justify-content:center;gap:5px;padding:20px 0}.p10-pag a,.p10-pag span{padding:7px 12px;border:2px dashed #cbd5e1;border-radius:8px;font-size:12px;color:#94a3b8}.p10-pag a:hover{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.p10-pag .active span{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.p10-404{text-align:center;padding:100px 20px}
@media(max-width:768px){.p10-grid3{grid-template-columns:1fr}}
.p10-hgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:30px 0}
.p10-hcard{display:flex;border:2px dashed #cbd5e1;border-radius:12px;overflow:hidden;transition:.2s}.p10-hcard:hover{border-color:#0ea5e9;border-style:solid}.p10-hcard .ph-img{width:190px;flex-shrink:0;border-right:2px dashed #e2e8f0}.p10-hcard .ph-img img{width:100%;height:100%;object-fit:cover}.p10-hcard .ph-body{padding:22px}.p10-hcard .ph-body .ph-tag{display:inline-block;border:2px dashed #0ea5e9;border-radius:6px;padding:2px 10px;font-size:10px;font-weight:700;color:#0ea5e9;margin-bottom:8px}.p10-hcard .ph-body h4{font-size:15px;font-weight:700}.p10-hcard .ph-body p{font-size:12px;color:#64748b}
.p10-partners{overflow:hidden;padding:24px 0}.p10-partners .track{display:flex;gap:14px;animation:p10p 24s linear infinite;width:fit-content}.p10-partners .item{flex-shrink:0;border:2px dashed #cbd5e1;border-radius:10px;padding:12px 20px}.p10-partners .item img{height:30px;opacity:0.6}.p10-partners .item:hover{border-color:#0ea5e9;border-style:solid}.p10-partners .item:hover img{opacity:1}@keyframes p10p{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(max-width:768px){.p10-grid3{grid-template-columns:1fr}.p10-hgrid{grid-template-columns:1fr}}
.p10-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 0 30px}
.p10-review{border:2px dashed #cbd5e1;border-radius:10px;padding:24px 20px;text-align:center;transition:.2s}.p10-review:hover{border-color:#0ea5e9;border-style:solid;transform:rotate(-0.3deg)}
.p10-review .pr-avatar{width:52px;height:52px;border:2px dashed #cbd5e1;border-radius:50%;overflow:hidden;margin:0 auto 12px}.p10-review .pr-avatar img{width:100%;height:100%;object-fit:cover}
.p10-review .pr-stars{font-size:14px;color:#f59e0b;margin-bottom:6px}.p10-review .pr-text{font-size:13px;color:#64748b;line-height:1.7;font-style:italic}.p10-review .pr-name{font-weight:700;font-size:12px;margin-top:8px;color:#1e293b}
.p10-cta{text-align:center;padding:40px 20px;border:2px dashed #0ea5e9;border-radius:12px;margin:30px 0;background:#f0f9ff}.p10-cta h2{font-size:26px;font-weight:700;margin-bottom:8px}.p10-cta p{color:#64748b;margin-bottom:20px}
@media(max-width:768px){.p10-reviews{grid-template-columns:1fr}}
.p10-tagstrip{display:flex;gap:8px;flex-wrap:wrap;padding:14px 0;justify-content:center}.p10-tagstrip a{padding:5px 16px;background:#fef3c7;color:#d97706;border-radius:50px;font-size:12px;font-weight:500}.p10-tagstrip a:hover{background:#d97706;color:#fff}
.p10-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:30px 0}.p10-icon{text-align:center;padding:26px 18px;background:#fff;border-radius:18px;box-shadow:0 3px 12px rgba(0,0,0,0.03)}.p10-icon .pi-img{width:58px;height:58px;margin:0 auto 12px;border-radius:50%;overflow:hidden}.p10-icon .pi-img img{width:100%;height:100%;object-fit:cover}.p10-icon h4{font-size:15px;font-weight:700}.p10-icon p{font-size:12px;color:#8b6914}
.p10-altrow{display:flex;align-items:center;gap:30px;padding:30px 0}.p10-altrow .pa-img{width:45%;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,0.04)}.p10-altrow .pa-img img{width:100%}.p10-altrow .pa-text h3{font-size:22px;font-weight:700;color:#4a3728}.p10-altrow .pa-text p{font-size:14px;color:#8b6914}
@media(max-width:768px){.p10-nav{flex-wrap:wrap;gap:10px;justify-content:center;padding:12px 14px} .p10-nav .p10-brand{width:100%;justify-content:center} .p10-nav .p10-links{flex-wrap:wrap;justify-content:center;gap:4px;width:100%} .p10-nav .p10-links a{padding:5px 10px;font-size:11px}.p10-icons{grid-template-columns:1fr 1fr}.p10-altrow{flex-direction:column;gap:20px}.p10-altrow .pa-img{width:100%}}
