/* PC 应用商店布局 */
*,*::before,*::after{box-sizing:border-box}
body.layout-forest{margin:0;font:14px/1.6 "Microsoft YaHei",sans-serif;color:#333;background:#f5f7fa}
a{color:inherit;text-decoration:none}
img{max-width:100%;vertical-align:middle;border:0}

.store-header{background:linear-gradient(135deg,#2d6a4f 0%,#1b4332 100%);color:#fff;box-shadow:0 4px 20px rgba(22,119,255,.25)}
.store-header-inner{max-width:1200px;margin:0 auto;padding:20px 20px 12px;display:flex;align-items:flex-start;gap:24px}
.store-logo{display:flex;align-items:center;gap:10px;color:#fff;flex-shrink:0}
.store-logo img{height:40px}
.store-logo span{font-size:20px;font-weight:700}
.store-search-wrap{flex:1;min-width:0}
.store-search-form{display:flex;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.12)}
.store-search-form input{flex:1;border:0;padding:12px 20px;font-size:15px;outline:none}
.store-search-form button{border:0;background:#2d6a4f;color:#fff;padding:0 28px;font-size:15px;font-weight:600;cursor:pointer}
.store-search-hot{margin-top:8px;font-size:12px;opacity:.85}
.store-search-hot a{color:#fff;margin-right:12px;opacity:.9}
.store-nav{max-width:1200px;margin:0 auto;padding:0 20px 14px;display:flex;gap:8px;flex-wrap:wrap}
.store-nav a{padding:6px 16px;border-radius:20px;font-size:14px;color:rgba(255,255,255,.85);background:rgba(255,255,255,.12)}
.store-nav a.on,.store-nav a:hover{background:#fff;color:#2d6a4f;font-weight:600}

.store-hero{background:linear-gradient(180deg,#e6f4ff 0%,#f5f7fa 100%);padding:48px 20px 32px;text-align:center}
.store-hero h1{margin:0 0 8px;font-size:36px;font-weight:800;color:#1d2129}
.store-hero p{margin:0 0 20px;color:#666;font-size:16px}
.store-hero-tags{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.store-hero-tags a{padding:8px 20px;background:#fff;border-radius:20px;color:#2d6a4f;font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.06)}

.store-page{max-width:1200px;margin:0 auto;padding:24px 20px 40px}
.store-section{margin-bottom:32px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.store-sec-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}
.store-sec-head h2{margin:0;font-size:20px;font-weight:700}
.store-sec-head a{color:#2d6a4f;font-size:13px}

.store-scroll-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}
.store-app-card{flex:0 0 120px;text-align:center;padding:12px 8px;border-radius:12px;background:#fafafa;border:1px solid #f0f0f0;transition:.2s}
.store-app-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(22,119,255,.15)}
.store-app-card img{width:72px;height:72px;border-radius:18px;margin-bottom:8px}
.store-app-card strong{display:block;font-size:13px;line-height:1.35;height:36px;overflow:hidden;margin-bottom:6px}
.store-app-card span{font-size:12px;color:#2d6a4f;font-weight:600}

.store-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;background:transparent;box-shadow:none;padding:0}
.store-split .store-col{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.store-list-row{list-style:none;margin:0;padding:0}
.store-list-row li{border-bottom:1px solid #f5f5f5}
.store-list-row li:last-child{border:0}
.store-list-row a{display:flex;align-items:center;gap:12px;padding:12px 0}
.store-list-row img{width:48px;height:48px;border-radius:12px;flex-shrink:0}
.store-list-row div{flex:1;min-width:0}
.store-list-row p{margin:0 0 2px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-list-row span{font-size:12px;color:#999}
.store-list-row em{font-style:normal;font-size:12px;color:#2d6a4f;background:#e6f4ff;padding:4px 12px;border-radius:12px;flex-shrink:0}

.store-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.store-grid-item{display:block;padding:16px;background:#fafafa;border-radius:12px;border:1px solid #f0f0f0;text-align:center;transition:.2s}
.store-grid-item:hover{box-shadow:0 6px 16px rgba(0,0,0,.08)}
.store-grid-item img{width:64px;height:64px;border-radius:16px;margin-bottom:10px}
.store-grid-item h3{margin:0 0 4px;font-size:14px;line-height:1.35;height:38px;overflow:hidden}
.store-grid-item p,.store-grid-item span{font-size:12px;color:#999}
.store-grid-item-lg{text-align:left;padding:20px;position:relative;padding-bottom:44px}
.store-grid-item-lg .store-dl{position:absolute;left:0;right:0;bottom:0;height:36px;line-height:36px;text-align:center;background:#2d6a4f;color:#fff!important;font-size:13px;border-radius:0 0 12px 12px}

.store-list-banner{background:linear-gradient(135deg,#2d6a4f,#1b4332);color:#fff;padding:32px 20px}
.store-list-banner-inner{max-width:1200px;margin:0 auto}
.store-list-banner h1{margin:0 0 8px;font-size:28px}
.store-list-banner p{margin:0;opacity:.85}
.store-pager,.store-empty{text-align:center;padding:20px 0}

.friendurl,.friendurl+.friendurl{margin-top:20px}
footer{background:#1d2129;color:rgba(255,255,255,.65);padding:24px 20px;text-align:center;font-size:13px}
footer a{color:#69b1ff}
.pc-back-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;background:#2d6a4f;color:#fff;border-radius:50%;text-align:center;line-height:44px;cursor:pointer;z-index:99}

@media(max-width:900px){
.store-header-inner{flex-direction:column}
.store-split{grid-template-columns:1fr}
.store-grid-4{grid-template-columns:repeat(2,1fr)}
}

.store-page{padding-bottom:32px}
.store-grid-item-lg{transition:.2s}
.store-grid-item-lg:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(22,119,255,.15)}
.store-scroll-row::-webkit-scrollbar{height:4px}
.store-scroll-row::-webkit-scrollbar-thumb{background:rgba(22,119,255,.25);border-radius:4px}

/* 森系绿意 主题增强 */
body.layout-forest{--lx-primary:#2d6a4f;--lx-primary-dark:#1b4332;--lx-accent:#52b788;--lx-bg:#f0f7f4}
body.layout-forest .store-header{background:linear-gradient(135deg,#2d6a4f 0%,#1b4332 100%)}
body.layout-forest .store-hero{background:linear-gradient(180deg,#2d6a4f22 0%,#f0f7f4 100%)}
body.layout-forest .store-sec-head a,body.layout-forest .store-app-card span,body.layout-forest .store-list-row em{color:#2d6a4f}
body.layout-forest .store-search-form button,body.layout-forest .store-grid-item-lg .store-dl{background:#2d6a4f}
body.layout-forest .store-nav a.on,body.layout-forest .store-nav a:hover{color:#2d6a4f}
