
.explore .search-ctn{
    border-bottom: 2px solid var(--theme-beige);
}

section.key{
    background-color: #f4ecdb;
}

.sublist .title{
    color: #c8b993;
}

a.news{
    background-color: #fcf9f4;
}

.key .brick-list{
    max-height: calc(900 * var(--rpx));
}

.key .brick-list .brick:last-of-type{
    height: 100%;
}

@media (max-width: 750px) {
    .key .brick-list{
        max-height: unset;
    }
}
