:root {
    --d38: #10b981;
    --q46: #f1f5f9;
    --a32: #ffffff;
    --f62: #1e293b;
    --h40: #64748b;
    --a21: #e2e8f0;
    --j15: #059669;
    --h62: #ecfdf5;
    --v97: 12px;
    --n68: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: var(--q46);
    color: var(--f62);
    line-height: 1.6;
    min-height: 100vh;
}

a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--d38); }

img { max-width: 100%; height: auto; display: block; }

._q9ed0 {
    column-count: 5;
    column-gap: var(--n68);
    padding: var(--n68);
    max-width: 1400px;
    margin: 0 auto;
}

.dk-list {
    break-inside: avoid;
    margin-bottom: var(--n68);
    background: var(--a32);
    border-radius: var(--v97);
    overflow: hidden;
    position: relative;
    transition: transform .25s, box-shadow .25s;
}

.dk-list:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

.dk-list img {
    width: 100%;
    display: block;
}

.dk-list .bw-note {
    padding: 12px 14px;
}

.dk-list ._4gadt {
    font-size: 14px;
    font-weight: 600;
    color: var(--f62);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.dk-list .p4k9j2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--h40);
}

.dk-list .p4k9j2 .g7k2u7 {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}

.dk-list ._khc8t {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .25s;
}

.dk-list:hover ._khc8t { opacity: 1; }

._khc8t ._ozx9e {
    background: var(--d38);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

._khc8t ._ozx9e:hover { background: var(--j15); }

.top-nav {
    background: var(--a32);
    border-bottom: 1px solid var(--a21);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 100;
}

.top-nav .tx-list {
    font-size: 22px;
    font-weight: 700;
    color: var(--d38);
}

.top-nav .j4i7y9 {
    flex: 1;
    max-width: 480px;
    margin: 0 32px;
    position: relative;
}

.top-nav .j4i7y9 input {
    width: 100%;
    padding: 10px 16px 10px 40px;
    border: 2px solid var(--a21);
    border-radius: 24px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
}

.top-nav .j4i7y9 input:focus { border-color: var(--d38); }

.top-nav .j4i7y9 ._mky1k {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--h40);
}

.top-nav ._cdqtt {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bx-line {
    background: var(--a32);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    border-bottom: 1px solid var(--a21);
}

.bx-line a {
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--h40);
    transition: all .2s;
}

.bx-line a.active,
.bx-line a:hover {
    background: var(--d38);
    color: #fff;
}

.dk-row {
    padding: 20px 24px;
    max-width: 1400px;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

.dk-row ._ihign {
    display: inline-block;
    width: 220px;
    margin-right: 16px;
    background: var(--a32);
    border-radius: var(--v97);
    overflow: hidden;
    vertical-align: top;
    white-space: normal;
    transition: transform .2s;
}

.dk-row ._ihign:hover { transform: translateY(-3px); }

.dk-row ._ihign .fn-pan {
    height: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
}

.dk-row ._ihign .fn-pan div {
    background-size: cover;
    background-position: center;
}

.dk-row ._ihign .n6a9l6 {
    padding: 10px 12px;
}

.dk-row ._ihign .n6a9l6 h4 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.dk-row ._ihign .n6a9l6 span {
    font-size: 12px;
    color: var(--h40);
}

.i9z2c1 {
    position: fixed;
    right: 20px;
    top: 140px;
    width: 200px;
    background: var(--a32);
    border-radius: var(--v97);
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    z-index: 50;
}

.i9z2c1 h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--f62);
}

.i9z2c1 ._y7gnj {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.i9z2c1 ._y7gnj .g7k2u7 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}

.i9z2c1 ._y7gnj .v2z4m5 {
    flex: 1;
    min-width: 0;
}

.i9z2c1 ._y7gnj .v2z4m5 ._vaqtk {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i9z2c1 ._y7gnj .v2z4m5 .b5k4w9 {
    font-size: 11px;
    color: var(--h40);
}

.i9z2c1 ._3vrou {
    background: var(--h62);
    color: var(--d38);
    border: none;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    cursor: pointer;
    font-weight: 600;
}

._oh30w {
    padding: 16px 24px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

._oh30w .f7c7r6 {
    padding: 6px 14px;
    background: var(--a32);
    border-radius: 20px;
    font-size: 13px;
    color: var(--h40);
    border: 1px solid var(--a21);
    transition: all .2s;
}

._oh30w .f7c7r6:hover {
    background: var(--d38);
    color: #fff;
    border-color: var(--d38);
}

._oh30w .tag-item.lq-zone {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 18px;
}

._oh30w .tag-item.r4s1e4 {
    font-size: 14px;
}

.z5t3c8 {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 200;
}

.z5t3c8 .r1q5l9 {
    background: var(--a32);
    padding: 10px 16px;
    border-radius: var(--v97);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    font-size: 13px;
    color: var(--f62);
    animation: bubbleFade 4s ease-in-out;
    margin-bottom: 8px;
    display: none;
}

@keyframes bubbleFade {
    0% { opacity: 0; transform: translateY(20px); }
    10% { opacity: 1; transform: translateY(0); }
    80% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
}

._798us {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--h40);
}

._798us ._ad9tx {
    width: 8px;
    height: 8px;
    background: var(--d38);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(16,185,129,.6); }
    70% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

._5cnbz {
    background: var(--h62);
    padding: 8px 24px;
    overflow: hidden;
    height: 36px;
    position: relative;
}

._5cnbz ._az1lx {
    animation: scrollUp 30s linear infinite;
}

._5cnbz .k6r1j7 {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: var(--h40);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}

.pn-head {
    max-width: 800px;
    margin: 32px auto;
    padding: 0 24px;
}

.pn-head h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.rp-pill {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--a21);
}

.rp-pill .g7k2u7 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}

.rp-pill .dk-item {
    flex: 1;
}

.rp-pill .dk-item .cy-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.rp-pill .dk-item .cy-list ._38d90 {
    font-size: 13px;
    font-weight: 600;
}

.rp-pill .dk-item .cy-list .z9g4y7 {
    font-size: 12px;
    color: var(--h40);
}

.rp-pill .dk-item ._4knja {
    font-size: 14px;
    line-height: 1.6;
    color: var(--f62);
}

.rp-pill .dk-item .z4d1q5 {
    margin-top: 8px;
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--h40);
}

.t3l2t8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: var(--n68);
    padding: var(--n68);
    max-width: 1400px;
    margin: 0 auto;
}

.n5r9k3 {
    background: var(--a32);
    border-radius: var(--v97);
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}

.n5r9k3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
}

.n5r9k3 ._dxcvt {
    height: 160px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
}

.n5r9k3 ._dxcvt ._izzay {
    grid-row: 1 / -1;
    background-size: cover;
    background-position: center;
}

.n5r9k3 ._dxcvt ._4l3qi {
    background-size: cover;
    background-position: center;
}

.n5r9k3 ._bq94f {
    padding: 12px 14px;
}

.n5r9k3 ._bq94f h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.n5r9k3 ._bq94f .jm-tag {
    font-size: 12px;
    color: var(--h40);
}

._9b6mm {
    text-align: center;
    padding: 32px 24px;
    color: var(--h40);
    font-size: 12px;
    border-top: 1px solid var(--a21);
    margin-top: 40px;
}

._9b6mm a { color: var(--h40); margin: 0 8px; }
._9b6mm a:hover { color: var(--d38); }

._iugr5 {
    text-align: center;
    padding: 32px;
}

._iugr5 ._b7jqs {
    display: inline-flex;
    gap: 6px;
}

._iugr5 ._b7jqs span {
    width: 8px;
    height: 8px;
    background: var(--d38);
    border-radius: 50%;
    animation: loadBounce .6s infinite alternate;
}

._iugr5 ._b7jqs span:nth-child(2) { animation-delay: .2s; }
._iugr5 ._b7jqs span:nth-child(3) { animation-delay: .4s; }

@keyframes loadBounce {
    to { transform: translateY(-8px); opacity: .4; }
}

._tm3vb {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
}

._tm3vb ._7tw2h {
    font-size: 13px;
    color: var(--h40);
    margin-bottom: 16px;
}

._tm3vb ._7tw2h a { color: var(--d38); }

._tm3vb .b1k3b7 {
    width: 100%;
    border-radius: var(--v97);
    margin-bottom: 20px;
}

._tm3vb .b6x3w5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

._tm3vb .e9j7a7 {
    font-size: 15px;
    line-height: 1.8;
    color: var(--f62);
    margin-bottom: 20px;
}

._tm3vb .b6e6r2 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--q46);
    border-radius: var(--v97);
    margin-bottom: 20px;
}

._tm3vb .b6e6r2 .g7k2u7 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

._tm3vb .b6e6r2 ._srhgw {
    flex: 1;
}

._tm3vb .b6e6r2 ._srhgw ._vaqtk {
    font-size: 15px;
    font-weight: 600;
}

._tm3vb .b6e6r2 ._srhgw .r5h6i7 {
    font-size: 12px;
    color: var(--h40);
}

._tm3vb .z2g8b5 {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

._tm3vb .z2g8b5 button {
    padding: 10px 24px;
    border-radius: 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
}

._tm3vb .z2g8b5 .o2f8t7 {
    background: var(--d38);
    color: #fff;
}

._tm3vb .z2g8b5 .o2f8t7:hover { background: var(--j15); }

._tm3vb .z2g8b5 ._njwbk,
._tm3vb .z2g8b5 .r1l2n3 {
    background: var(--q46);
    color: var(--f62);
    border: 1px solid var(--a21);
}

.f9j3b5 {
    max-width: 1400px;
    margin: 32px auto;
    padding: 0 24px;
}

.f9j3b5 h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.r9y6v2 {
    column-count: 4;
    column-gap: var(--n68);
}

._ew0yl {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
}

._ew0yl .f7n2r3 {
    text-align: center;
    padding: 32px 0;
}

._ew0yl .f7n2r3 .l6s9j5 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

._ew0yl .f7n2r3 h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

._ew0yl .f7n2r3 ._zg72r {
    font-size: 14px;
    color: var(--h40);
    margin-bottom: 12px;
}

._ew0yl .f7n2r3 .hp-box {
    display: flex;
    justify-content: center;
    gap: 32px;
}

._ew0yl .f7n2r3 .hp-box ._thj9p {
    text-align: center;
}

._ew0yl .f7n2r3 .hp-box ._thj9p ._n0bqz {
    font-size: 18px;
    font-weight: 700;
    color: var(--f62);
}

._ew0yl .f7n2r3 .hp-box ._thj9p ._zgzw0 {
    font-size: 12px;
    color: var(--h40);
}

._ew0yl .g3j4g6 {
    display: flex;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid var(--a21);
    margin-bottom: 24px;
}

._ew0yl .g3j4g6 a {
    padding: 12px 0;
    font-size: 14px;
    color: var(--h40);
    border-bottom: 2px solid transparent;
}

._ew0yl .g3j4g6 a.active {
    color: var(--d38);
    border-bottom-color: var(--d38);
    font-weight: 600;
}

@media (max-width: 1024px) {
    ._q9ed0 { column-count: 3; }
    .i9z2c1 { display: none; }
    .r9y6v2 { column-count: 3; }
}

@media (max-width: 768px) {
    ._q9ed0 { column-count: 2; }
    .r9y6v2 { column-count: 2; }
    .top-nav .j4i7y9 { margin: 0 16px; }
    .dk-row ._ihign { width: 180px; }
}

@media (max-width: 480px) {
    ._q9ed0 { column-count: 2; column-gap: 10px; padding: 10px; }
    .r9y6v2 { column-count: 1; }
    .top-nav { padding: 10px 12px; }
    .top-nav .tx-list { font-size: 18px; }
    .bx-line { flex-wrap: wrap; }
    ._tm3vb .z2g8b5 { flex-wrap: wrap; }
}
