/**
 * desc: 探花社区页列表样式
 * - H5：750 设计稿 @ 375 视口，rem = 标注px ÷ 2 ÷ 14
 * - PC：1440 设计稿，1rem = 16px
 */

/* 探花社区列表 H5：750 稿 @ 375 视口，rem = 标注px ÷ 2 ÷ 14 */
#xqbj-container .xqbj-community-page {
    padding: 0.857143rem 0 1.714286rem;
}

#xqbj-container .xqbj-community-list {
    display: flex;
    flex-direction: column;
    gap: 0.857143rem;
}

#xqbj-container .xqbj-community-card {
    margin: 0;
}

#xqbj-container .xqbj-community-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

#xqbj-container .xqbj-community-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 0.571429rem;
    background-color: #d4d4d4;
    width: 100%;
    max-height: 12rem;
}

/* #xqbj-container .xqbj-community-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
} */

/* #xqbj-container .xqbj-community-card-img.loading {
    max-width: 50%;
    max-height: 32%;
    width: 100% !important;
} */

#xqbj-container .xqbj-community-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.35) 55%,
        rgba(0, 0, 0, 0.5) 100%
    );
    pointer-events: none;
}

#xqbj-container .xqbj-community-card-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% - 2.285714rem);
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-shadow: 0 0.071429rem 0.285714rem rgba(0, 0, 0, 0.45);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 720px) {
    #xqbj-container .xqbj-community-page {
        padding: 1rem 0 2rem;
    }

    #xqbj-container .xqbj-community-list {
        gap: 1.25rem;
    }

    #xqbj-container .xqbj-community-card-media {
        border-radius: 0.75rem;
        aspect-ratio: 16 / 9;
        max-height: 19.6875rem;
    }

    #xqbj-container .xqbj-community-card-title {
        width: calc(100% - 4rem);
        font-size: 1.25rem;
        line-height: 1.6;
    }

    #xqbj-container .xqbj-community-card-img.loading {
        max-height: 50%;
    }
}
