@charset "utf-8";

/* Netcity Forum mobile latest */
.forum-mobile-latest {
    position: relative;
    margin: 10px 0;
    overflow: hidden;
    border-top: 1px solid #edf1f5;
    border-bottom: 1px solid #edf1f5;
    background: #fff;
}
.forum-mobile-latest .lt_title {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 74px 0 15px;
    background: linear-gradient(135deg, rgba(15, 118, 110, .06), rgba(245, 158, 11, .08)), #fbfcfe;
    color: #172033;
    font-size: 17px;
    line-height: 1.3;
}
.forum-mobile-latest .lt_title strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-mobile-latest__icon {
    display: inline-grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    place-items: center;
    border: 1px solid #dce4ee;
    border-radius: 9px;
    background: rgba(255, 255, 255, .78);
}
.forum-mobile-latest__icon img {
    width: 24px;
    height: 24px;
}
.forum-mobile-latest ul {
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid #edf1f5;
    background: #fff;
    list-style: none;
}
.forum-mobile-latest ul li {
    position: relative;
    min-height: 72px;
    padding: 14px 0;
    border-bottom: 1px solid #edf1f5;
}
.forum-mobile-latest ul li:last-child {
    border-bottom: 0;
}
.forum-mobile-latest ul li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.forum-mobile-latest .lt_thumb {
    display: block;
    float: left;
    width: 104px;
    height: 72px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #f8fafc;
}
.forum-mobile-latest .lt_thumb img,
.forum-mobile-latest .lt_thumb video {
    width: 104px !important;
    height: 72px !important;
    object-fit: cover;
}
.forum-mobile-latest .lt_tit {
    display: block;
    max-height: 44px;
    overflow: hidden;
    padding: 1px 0 8px;
    color: #172033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
}
.forum-mobile-latest ul li:hover .lt_tit {
    color: #0f766e;
}
.forum-mobile-latest .lt_info {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #667085;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
}
.forum-mobile-latest .lt_date {
    color: #98a2b3;
}
.forum-mobile-latest .latest-sel {
    margin-top: 0;
}
.forum-mobile-latest .lt_more {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 8px;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #fff;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}
.forum-mobile-latest .lt_cmt {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-width: 22px;
    height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: #fff3d6;
    color: #9a5b00;
    font-size: 11px;
    font-weight: 900;
    vertical-align: middle;
}
.forum-mobile-latest .lt_cmt:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../../../../img/forum/comment.svg") no-repeat center / contain;
}
.forum-mobile-latest .new_icon,
.forum-mobile-latest .hot_icon {
    display: inline-grid;
    width: 20px;
    height: 20px;
    overflow: hidden;
    place-items: center;
    border-radius: 999px;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
}
.forum-mobile-latest .new_icon {
    background: #172033 url("../../../../img/forum/new.svg") no-repeat center / 17px 17px;
}
.forum-mobile-latest .hot_icon,
.forum-mobile-latest .fa-heart {
    background: #fff3d6;
}
.forum-mobile-latest .fa-lock,
.forum-mobile-latest .fa-download,
.forum-mobile-latest .fa-link,
.forum-mobile-latest .fa-heart,
.forum-mobile-latest .comment_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent !important;
    font-size: 0 !important;
    vertical-align: middle;
}
.forum-mobile-latest .fa-lock { background-image: url("../../../../img/forum/lock.svg"); }
.forum-mobile-latest .fa-download { background-image: url("../../../../img/forum/file.svg"); }
.forum-mobile-latest .fa-link { background-image: url("../../../../img/forum/link.svg"); }
.forum-mobile-latest .fa-heart { background-image: url("../../../../img/forum/good.svg"); }
.forum-mobile-latest .comment_icon { background-image: url("../../../../img/forum/comment.svg"); }
.forum-mobile-latest .profile_img {
    display: inline-grid;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    overflow: hidden;
    place-items: center;
    border-radius: 8px;
    background: #172033 url("../../../../img/forum/mark.svg") no-repeat center / cover;
    vertical-align: middle;
}
.forum-mobile-latest .profile_img img,
.forum-mobile-latest .owl-carousel .owl-item .profile_img img {
    width: 22px !important;
    height: 22px !important;
    border-radius: 8px;
}
.forum-mobile-latest .profile_img img[src$="no_profile.gif"] {
    opacity: 0;
}
.forum-mobile-latest .empty_li {
    display: grid;
    min-height: 110px;
    place-items: center;
    color: #667085;
    text-align: center;
}
.forum-mobile-latest .lt_page {
    padding: 10px 15px;
    border-bottom: 1px solid #edf1f5;
    background: #fff;
    color: #667085;
    line-height: 28px;
    text-align: center;
}
.forum-mobile-latest .lt_page button {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #0f766e;
}
.forum-mobile-latest .lt_page_prev { float: left; }
.forum-mobile-latest .lt_page_next { float: right; }
.tooltipster-content .sv a {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    font-weight: normal;
    color: #bbb;
}
.tooltipster-content .sv a:hover { background: #000; color: #fff; }
.tooltipster-sidetip.tooltipster-sir .tooltipster-content { padding: 0; }
.tooltipster-sidetip.tooltipster-sir .tooltipster-box { border: 0 none; background: #333; border-radius: 0; }
.tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-background { border-bottom-color: #333; }
