.list_wrap{box-sizing:border-box;max-width:1128px;margin:0 auto;padding:0 14px 40px}
.grid{
    justify-content:flex-start;
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.card{
    width:162px;
}

.card img{
    width:154px;
    height:220px;
    display:block;
    object-fit:contain;
    border-radius:6px;
    background:#fff;
    border:0;
    box-sizing:border-box;
}
.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;
}
.cat_desc{font-size:14px;color:#bbb;margin-bottom:6px}
.cat_count{font-size:13px;color:#888}
.list_wrap .card 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){

    .list_wrap{
        padding:0 14px 40px;
    }

    .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;
    border-radius:6px;
        background:#fff;
    }

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

    .price_row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:12px;
    white-space:nowrap;
}
}

/* list page override */
.list_wrap .card{
    background:transparent;
    border:0;
    border-radius:0;
    overflow:visible;
}

.list_wrap .name{
    color:#eee;
}

.list_wrap .card{
    background:#111 !important;
    border:2px solid #222222 !important;
    border-radius:8px !important;
    overflow:hidden !important;
    padding:2px !important;
    box-sizing:border-box !important;
}

.list_wrap .name{
    color:#eee !important;
}

.list_wrap .card img{
    display:block;
    width:100%;
    height:auto;
    background:#fff;
    border:0 !important;
    border-radius:6px;
    box-sizing:border-box !important;
}



.list_wrap .breadcrumb{
    max-width:none;
    margin:0 0 16px;
    padding:0;
}

.list_sort{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin:8px 0 18px;
}

.list_sort form{
    display:flex;
    align-items:center;
    gap:6px;
}

.list_sort label{
    color:var(--gold);
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
}

.list_sort select{
    width:180px;
    height:36px;
    padding:0 10px;
    border:1px solid #555;
    border-radius:6px;
    background:#f2f2f2;
    color:#222;
    font-size:14px;
}

@media (max-width:640px){

    .list_sort{
        margin:14px 0 16px;
    }

    .list_sort select{
        width:180px;
        max-width:calc(100vw - 110px);
    }

}

.list_empty{
    padding:40px 20px;
    text-align:center;
    color:var(--gold);
    font-size:18px;
    font-weight:600;
}

/*
============================================================
List Product Card Fixed Layout
============================================================
*/

.list_wrap .card{
    display:flex;
    flex-direction:column;
}

.list_wrap .card > a{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:0;
}

.list_wrap .name{
    height:40px;
    min-height:40px;
    margin:8px 4px 0;
    overflow:hidden;
    line-height:20px;
}

.product_meta_first{
    display:flex;
    align-items:center;
    height:28px;
    min-height:28px;
    margin:2px 4px 0;
    overflow:hidden;
}

.product_meta_first .no{
    flex:1;
    min-width:0;
    margin:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.tag_slot_first{
    flex:0 0 auto;
    margin-left:4px;
    white-space:nowrap;
}

.product_meta_first .tag{
    margin:0;
}

.product_meta_second{
    height:28px;
    min-height:28px;
    margin:0 4px;
    overflow:hidden;
    line-height:24px;
    white-space:nowrap;
}

.product_meta_second .tag{
    margin-top:2px;
    margin-bottom:0;
}

.list_wrap .price_row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:28px;
    min-height:28px;
    margin:0 4px;
    font-size:13px;
    white-space:nowrap;
}

.list_wrap .price,
.list_wrap .points{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list_wrap .product_actions{
    flex:0 0 auto;
    margin-top:0;
}


@media(max-width:768px){

    .list_wrap .name{
        height:38px;
        min-height:38px;
        line-height:19px;
    }

    .list_wrap .price_row{
        font-size:12px;
    }

}
