:root {

    --ft-grid-col-gap: 8px;
    --ft-grid-row-gap: 0px;

    --ft-card-pt: 0px;
    --ft-li-padding-top: 12px;

    --ft-title-h: 30px;
    --ft-title-fs: 14px;
    --ft-title-mt: 3px;

    --ft-radius: 4px;

    --ft-color-title: #b8b8b8;
    --ft-color-sub: #999;
    --ft-color-hot: #e9bb83;
}

@media screen and (max-width: 360px) {
    :root {
        --ft-grid-col-gap: 8px;
        --ft-grid-row-gap: 0px;
        --ft-title-mt: 3px;
    }
}

@media screen and (min-width: 480px) and (max-width: 699px) {
    :root {
        --ft-grid-col-gap: 10px;
        --ft-grid-row-gap: 2px;
        --ft-title-mt: 3px;
    }
}

@media screen and (min-width: 700px) and (max-width: 1023px) {
    :root {
        --ft-grid-col-gap: 12px;
        --ft-grid-row-gap: 10px;
        --ft-title-mt: 6px;
    }
}

@media screen and (min-width: 1024px) {
    :root {
        --ft-grid-col-gap: 14px;
        --ft-grid-row-gap: 14px;
        --ft-title-mt: 8px;
    }
}

.mbzxbox {
    margin: 24px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box;
}

.mbzxbox .lznt_t {
    font-size: 14px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 0 8px !important;
    padding: 0 10px !important;
    background: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box;
}
.mbzxbox .lznt_t .lznt_title {
    display: inline-flex !important;
    align-items: center !important;
    color: var(--ft-color-hot);
    font-weight: 700;
}
.mbzxbox .lznt_t .lznt_title .stline {
    display: none !important;
    line-height: 1px;
}
.mbzxbox .lznt_t .lznt_title .ht-icon {
    width: 16px;
    margin: 0 5px;
    vertical-align: middle;
}
.mbzxbox .lznt_t .more-link {
    font-size: 12px;
    color: var(--ft-color-sub);
    text-decoration: none;
    white-space: nowrap;
}

.mbzx_lst {
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box;
}
.mbzx_lst ul {
    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: var(--ft-grid-row-gap) var(--ft-grid-col-gap) !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
}

@media screen and (min-width: 480px) and (max-width: 699px) {
    .mbzx_lst ul {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media screen and (min-width: 700px) {
    .mbzx_lst ul {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media screen and (max-width: 699px) and (orientation: landscape) {
    .mbzx_lst ul {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.mbzx_lst li {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: var(--ft-li-padding-top) 0 0 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    list-style: none !important;
    float: none !important;
    position: relative;
}

.mbzx_lst .mbzxlstimg {
    box-sizing: border-box;
    position: relative !important;
    width: 100% !important;
    overflow: visible !important;
    display: block !important;
    padding-top: var(--ft-card-pt) !important;
    height: auto !important;
}

.mbzx_lst .mbzxlstimg a {
    overflow: visible !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    text-decoration: none !important;
    color: var(--ft-color-title) !important;
    box-sizing: border-box;
}

.mbzx_lst .img-count-wrap {
    box-sizing: border-box;
    border-radius: var(--ft-radius);
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 2 / 3 !important;
    -webkit-aspect-ratio: 2 / 3;
    height: auto !important;
    overflow: hidden !important;
    flex: none !important;

    top: auto !important;
    left: auto !important;
}
.mbzx_lst .img-count-wrap img {
    border-radius: var(--ft-radius);
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    -o-object-fit: cover !important;
    outline: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    background-color: #1b1b1b;
}

.mbzx_lst .img-count {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    background: rgba(0, 0, 0, 0.65) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    line-height: 14px !important;
    z-index: 10 !important;
    display: inline-block !important;
    box-sizing: content-box !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

.mbzx_lst .mbzx_lsttt {
    box-sizing: border-box;
    position: relative !important;
    width: 100% !important;
    height: var(--ft-title-h) !important;
    line-height: var(--ft-title-h) !important;
    color: var(--ft-color-title) !important;
    text-align: center !important;
    font-size: var(--ft-title-fs) !important;
    font-weight: 400 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: var(--ft-title-mt) 0 0 0 !important;
    padding: 0 8px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: break-all !important;
    display: block !important;
    flex: none !important;
    font-family: inherit !important;
}

@media screen and (max-width: 360px) {
    .mbzx_lst .mbzx_lsttt {
        font-size: 12px !important;
        padding: 0 6px !important;
    }
}

.mbzx_lst .mbzx_lst_loading {
    text-align: center;
    padding: 30px 0;
    color: var(--ft-color-sub);
    font-size: 14px;
    grid-column: 1 / -1;
    box-sizing: border-box;
}
.mbzx_lst_loading a {
    color: #369;
    text-decoration: underline;
}

.mbzx_lst li {
    transition: transform .2s ease, opacity .2s ease;
    -webkit-tap-highlight-color: transparent;
}
.mbzx_lst li:active {
    transform: scale(0.97);
    opacity: 0.92;
}

/* 末图朦胧渐隐（参考 yituyu.com）：最后一张正文图底部渐变融入帖子区底色 #333，纯装饰不拦截点击 */
.t_f_mobile a.orange.ff-imgfade {
    position: relative;
}
.t_f_mobile a.orange.ff-imgfade::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 400px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 100%);
    pointer-events: none;
}
.t_f_mobile div.ff-imgfade {
    display: block;
    position: relative;
    height: 0;
    line-height: 0;
    font-size: 0;
    pointer-events: none;
}
.t_f_mobile div.ff-imgfade::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 100%);
    pointer-events: none;
}
