.news-tab_title {
    padding: 0 10px;
}

.news-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
}

.news-tabs li {
    font-size: 16px;
    padding: 0 2rem;
    cursor: pointer;
}

ul.news-tabs li.active {
    border-bottom: 3px solid #ffba47;
}

ul.news-tabs li.active a {
    color: #ffba47;
}

.news-tab-inner .stui-vodlist__thumb_scroll {
    padding-top:100%;
}

.news-tab-inner .stui-vodlist__thumb_scroll img {
    width: 100% !important;
}

.news-tab-inner .lianzai {
    background-color: #535353;
}

.news-tab-inner .title-detailed {
    display: flex;
    justify-content: space-between;
}

.news-item-content {
    display: flex;
    border-bottom:1px solid #eee ;
    padding: 15px 0;
}

.news-item-content h3 {
    font-size: 15px;
}

.news-item-content p {
    font-size: 13px;
}

.news-item_img {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    padding-top: 0;
}

.news-item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:top center;
    border-radius: 0.5rem;
}

.news-item_present {
   width: 100%;
   margin-left: 15px;
}

.news-item_present .news-item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #757575;
}

.news-item_present .news-item_top ul {
    display: flex;
    align-items: center;
}

.news-item_top img {
    width: 17px;
}

.news-item_top .post-icon {
    width: 25px;
    margin-right: 5px;
}

.news-item_present .icon-right li{
    display: flex;
}

.news-item_present .icon-right li:first-child {
    margin-right: 10px;
}

.news-item_present .icon-right li img{
    margin-right: 5px;
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}

.chapter-title {
    margin-bottom: 20px;
}

.chapter-title h3{
    font-size: 20px;
}

.chapter-title p {
    font-size: 13px;
    color: #757575;
}

.chapter-icon-blcock {
    text-align: right;
    font-size: 12px;
    color: #757575;
    margin-top: 3rem;
}

.reader-book-read .chapter-icon-blcock img {
    width: 20px !important;
}

.avatar-wrapper {
    position: relative;
}

.avatar-wrapper .avatar {
    position: absolute;
    width:50px; 
    height:50px; 
    border-radius: 50%;
    max-width: unset;
}

.avatar-wrapper .face_frame{
    position: absolute;
    transform: translate(-20%, -15%);
    width: 86px;
    border-radius: 50%;
    max-width: unset;
}

.forum-reply-content {
    background-color:#efefef ;
}

.forum-reply-content .reply-list {
    padding-left: 30px;
}

.news-comment-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-comment-block i {
    font-size: 20px;
}

.news-comment-block .share-small {
    font-size: 12px;
}

.news-comment-block textarea.input-forum {
    margin-left: 15px;
    width: 80%!important;
}

.news-comment-block .news-comment_icon {
    color:#888 ;
    cursor: pointer;
}

.news-comment-block .news-comment_icon i:first-child {
    margin-left: 5px;
}

.news-share_modal {
    position: fixed; 
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 32%; 
    max-width: 650px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 100000;
    transform: translateY(104%);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.news-share_modal.show {
    display: block;
    transform: translateY(0);
}

.news-share_modal .modal-content {
    padding: 20px 100px;
    text-align: center;
}

.news-share_modal .modal-content p {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-share_modal .modal-content ul {
    display: flex;
    flex-wrap: wrap;
}

.news-share_modal .modal-content ul li {
    width:25%;
    margin-bottom: 20px;
}

.news-share_modal .modal-content img {
    width: 50px;
    margin: auto;
    margin-bottom: 5px;
}

.close-share_modal_btn {
    cursor: pointer;
}

.brNavBar-class-block {
    display: flex;
    align-items: center;
}

.brNavBar-class-block img {
    width: 20%;
    margin-right: 10px;
}

.hidden {
    display: none;
}