    /* 返回顶部 */
    .btn-back-to-top {
        padding: 0.5rem 1rem;
        position: fixed;
        right: 2rem;
        bottom: 1rem;
        z-index: 2;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }

    .btn-back-to-top.scrolled {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    /** 图片列表*/
    @media screen and (min-width:960px) {
        .listNum img {
            width: 258px;
            height: 258px;
        }
    }

    @media screen and (max-width:960px) {
        .listNum img {
            width: 358px;
            height: 258px;
        }
    }

    .cards {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .card {
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
        border-radius: 5px 5px 5px 5px;
    }

    img {
        cursor: pointer;
        transition: all 0.8s;
    }

    img:hover {
        transform: scale(1.5);
        position: relative;
        z-index: 100;
    }

    .bottom-bar {
        opacity: 0;
        width: 100%;
        position: absolute;
        bottom: 0.1px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .bottom-bar:hover {
        opacity: 1;
    }
/* Vision Night compatibility overrides: loaded after global theme on list/history pages */
.card{box-shadow:0 24px 80px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08)!important;border-radius:24px!important;background:rgba(12,22,42,.56)!important;border:1px solid rgba(180,210,255,.18)!important;backdrop-filter:blur(22px) saturate(1.25);-webkit-backdrop-filter:blur(22px) saturate(1.25)}
img:hover{transform:scale(1.035)!important;position:relative;z-index:20}.bottom-bar{background:linear-gradient(180deg,transparent,rgba(3,8,18,.84))!important;color:#fff!important;border-radius:0 0 18px 18px}.listNum img{object-fit:cover;border-radius:18px}.btn-back-to-top{border-radius:999px!important;background:rgba(12,22,42,.66)!important;border:1px solid rgba(180,210,255,.18)!important;color:#eaf2ff!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
