html,
body {
    height: 100%;
    width: 100%;
    overflow: auto;
    margin: 0;
}
a:hover{
    text-decoration: none!important;
}
/*a{*/
/*    color: #2c3e50!important;*/
/*}*/
.addtrendsBox{
    display: flex;
    justify-content: flex-end;
}
.newtrends{
    margin-top: 10px;
    width: 60px;
    height: 30px;
    border-radius: 5px;
    background: #013948;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.trends-user,.trends-reply-user{
    display: flex;
    align-items: center;
}
.trends-user-right,.trends-reply-user-right{
    display: flex;
    flex-direction: column;
}
.trends-user .trends-ava{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.trends-user .nickname{
    font-size: 16px;
    color: #222222;
    margin-left: 10px;
}
.trends-user .addtime{
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
}
.trends-baseinfo-left{
    height: 120px;
}
.trends-content{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.ellipsis{
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.count-i,.count-oi{
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.count-i .count-text{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.count-oi .count-text{
    font-size: 16px;
    font-weight: bold;
    color: #017548;
}
 .count-num{
    color:#013948;
}
.trends-reply-user .trends-ava{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.trends-reply-user .nickname{
    font-size: 14px;
    color: #222222;
    margin-left: 10px;
}
.trends-reply-user .addtime{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.reply-content{
    padding: 5px 40px;
    font-size: 14px;
    color: #333333;
}
.all-btn,.put-btn{
    opacity: 0;
}
.ellipsis + .all-btn{
    opacity: 1;
    font-size: 14px;
    color: #013948;
    cursor: pointer;
}
.full-text .put-btn{
    opacity: 1;
    font-size: 14px;
    color: #013948;
    cursor: pointer;
}
.commentswitch{
    width: 100%;
    display: none;
    margin-top: 50px;
}
.commentPost .trendscomment{
    width:calc(100% - 60px);
    overflow-y:hidden;
    resize: none;
    padding: 5px 10px;
    font-size: 14px;
    height: 30px;
}
.commentSumbit{
    margin-left: 10px;
    width: 50px;
    height: 30px;
    background:#013948;
    border-radius: 3px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.all-reply{
    color: #9d9d9d;
    display: inline-block;
    margin-left: 100px;
    cursor: pointer;
}
.comment-i{
    padding: 10px;
}
.comment-content{
    font-size: 16px;
    color: #999999;
    margin-left: 60px;
}

.replyswitch{
    width: 100%;
    display: none;
}
.replyPost{
    display: flex;
    align-items: flex-end;
}
.replyPost .commentreply{
    width:calc(100% - 100px);
    overflow-y:hidden;
    resize: none;
    padding: 5px 10px;
    font-size: 14px;
 }
.replySumbit{
    margin-left: 10px;
    width: 50px;
    height: 30px;
    background:#46A4FF;
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.reply-page{
    text-align: center;
}

/*详情*/
.trends-info{
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #e8e8e8;
}
.trends-text{
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.author-right{
    display: flex;
}
.author-left img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.author-left .nickname{
    font-size: 16px;
    color: #222222;
    margin-left: 10px;
}
.author-left .addtime{
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
}
.mb20{
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .mtbox{
        margin-top: 50px;
        margin-bottom: 30px;
        border: 1px solid #e8e8e8;
        box-shadow:0 0 2px #dddee1;
    }
    .trends-baseinfo{
        display: flex;
        padding: 5px 0 5px 60px;
    }
    .trends-image{
        margin-right: 10px;
    }
    .trends-image .auto-image{
        width: 200px;
        height: 120px;
        border-radius: 5px;
    }

    .pd40{
        padding: 0 40px;
    }
    .list-i{
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .list-i:last-child{
        border-bottom: none;
    }
    .commentPost{
        display: flex;
        padding: 0 60px;
        align-items: flex-end;
    }
    .trends-reply{
        padding: 5px 0 5px 65px;
        border-top: 1px solid #e8e8e8;
    }
    .reply-btn{
        display: inline-block;
        margin-left: 40px;
        font-size: 14px;
        color: #013948;
        opacity: 0;
        padding: 0 10px;
        cursor: pointer;
    }
    .trends-reply:hover .reply-btn-group .reply-btn{
        opacity: 1;
    }
    .trends-show-image{
        width: 100%;
    }
    .trends-show-image img{
        max-width: 100%;
        max-height: 100%;
    }
    .trends-author{
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .mtbox{
        margin-bottom: 68px;
        border: 1px solid #e8e8e8;
        box-shadow:0 0 2px #dddee1;
    }
    .trends-baseinfo{
        display: flex;
        flex-direction: column;
        padding: 5px 0;
    }
    .trends-image{
        margin-right: 0px;
    }
    .trends-image .auto-image{
        width: 100%;
        height: 30vh;
        border-radius: 5px;
    }

    .pd40{
        padding-left: 15px;
        padding-right: 15px;
    }
    .list-i{
        padding: 10px;
        border-bottom: 1px solid #e8e8e8;
    }
    .list-i:last-child{
        border-bottom: none;
    }
    .commentPost{
        display: flex;
        padding: 0;
        align-items: flex-end;
    }
    .trends-reply{
        padding: 5px 0 5px 5px;
        border-top: 1px solid #e8e8e8;
    }
    .reply-btn{
        display: inline-block;
        margin-left: 40px;
        font-size: 14px;
        color: #013948;
        opacity: 1;
        padding: 0 10px;
        cursor: pointer;
    }
    .reply-box{
        margin-left: 15px;
    }
    .trends-show-image{
        width: 100%;
        height: 40vh;
    }
    .trends-show-image img{
        max-width: 100%;
        height: 100%;
    }
    .trends-author{
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .author-right{
        margin-top: 10px;
    }
}