body{margin:0;background:#111;color:#eee;font-family:Arial,'Microsoft JhengHei',sans-serif}
.wrap{max-width:1100px;margin:0 auto;padding:16px}
h1{font-size:22px;color:#d6a84f;margin:0 0 16px}
.grid{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

.card{
    width:154px;
}

.card img{
    width:154px;
    height:220px;
    display:block;
    object-fit:contain;
    background:#fff;
}
.name{font-size:14px;line-height:1.4;height:40px;overflow:hidden;margin-top:8px}
.no{font-size:12px;color:#999;margin-top:6px}
.tags{margin-top:8px;line-height:24px}
.tag{
    display:inline-block;
    padding:2px 6px;
    border-radius:4px;
    font-size:12px;
    margin-right:4px;
    margin-bottom:4px;
    background:#111;
    border:1px solid #7a6230;
    color:#d6a84f;
    line-height:18px;
}

.chinese{color:#ffe680}
.first{color:#e6c6ff}
.bluray{color:#9fc8ff}
.original{
    color:#ffd45a;
    background:#111;
    border:1px solid #7a6230;
    display:inline-block;
    padding:2px 6px;
    border-radius:4px;
    font-size:12px;
    margin-right:4px;
    margin-bottom:4px;
    line-height:18px;
}
.price_row{
    display:flex;
    justify-content:space-between;
    margin-top:8px;
    font-size:13px;
}

.price{
    color:#d6a84f;
}

.points{
    color:#bbb;
}
.list_head{margin-bottom:18px}
.breadcrumb{font-size:13px;color:#999;margin-bottom:8px}
.cat_desc{font-size:14px;color:#bbb;margin-bottom:6px}
.cat_count{font-size:13px;color:#888}
a{color:inherit;text-decoration:none}
.pagebar{
    margin:22px 0;
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
}

.pagebar a,
.pagebar span{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:42px;
    height:38px;
    padding:0 12px;
    box-sizing:border-box;
    border-radius:8px;
    background:#222;
    color:#d6a84f;
    font-size:14px;
    line-height:1;
}

.pagebar .now{
    background:#d6a84f;
    color:#111;
    font-weight:bold;
}

.pagebar .dot{
    background:transparent;
    color:#888;
    min-width:24px;
    padding:0 4px;
}



.original{
    background:#111;
    color:#ffd45a;
    border:1px solid #7a6230;
}


@media(max-width:768px){

    .wrap{
        padding:12px;
    }

    .grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .card{
        width:100%;
        box-sizing:border-box;
        background:#1b1b1b;
        border-radius:8px;
        padding:6px;
    }

    .card img{
        width:100%;
        height:auto;
        aspect-ratio:154/220;
        object-fit:contain;
        background:#fff;
    }

    .name{
        font-size:13px;
        height:38px;
    }

    .price_row{
        display:block;
        font-size:12px;
    }
}
