/* 蓝莓页面专用样式 */
.blueberry-page {
    padding: 80px 0;
}

.blueberry-page .page-hero {
    background: url('../images/chanp/1.png') center / cover no-repeat;
}

.blueberry-page .card__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
