@import url('../assets/css/gb-skin.css');
@import url('gb-pc-overrides.css');
@import url('gb-home.css');
@import url('gb-pc-inner.css');

body.layout-gb{--lx-primary:#0099ff;--lx-bg:#f5f8fa}

body.layout-gb .lx-pager a:hover,body.layout-gb .lx-pager span.current{background:#0099ff;border-color:#0099ff}
body.layout-gb .lx-special-list-more{color:#0099ff}
body.layout-gb .lx-special-list-card:hover .lx-special-list-more{background:#0099ff}

/* 必做页等 store 组件 */
body.layout-gb.lx-inner *,body.layout-gb.lx-inner *::before,body.layout-gb.lx-inner *::after{box-sizing:border-box}
body.layout-gb.lx-inner{font:14px/1.6 "Microsoft YaHei",sans-serif;color:#333}
body.layout-gb .store-list-row{list-style:none;margin:0;padding:0}
body.layout-gb .store-list-row li{border-bottom:1px solid #f5f5f5}
body.layout-gb .store-list-row a{display:flex;align-items:center;gap:12px;padding:12px 0;color:inherit;text-decoration:none}
body.layout-gb .store-list-row img{width:48px;height:48px;border-radius:12px;flex-shrink:0}
body.layout-gb .store-list-row div{flex:1;min-width:0}
body.layout-gb .store-list-row p{margin:0 0 2px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.layout-gb .store-list-row span{font-size:12px;color:#999}
body.layout-gb .store-list-row em{font-style:normal;font-size:12px;color:#0099ff;background:#e6f7ff;padding:4px 12px;border-radius:12px;flex-shrink:0}
body.layout-gb .store-sec-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #0099ff}
body.layout-gb .store-sec-head h2{margin:0;font-size:20px;font-weight:700}
body.layout-gb .store-empty{text-align:center;padding:20px;color:#999}
