/* 回复消息 大于0条 时激活类 */

html,
body {
    width: 100%;
    height: 100%;
}


/* 去除ios a标签被点击时产生的半透明灰色背景： */

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

* {
    padding: 0;
    margin: 0;
}

.active {
    background: #fff !important;
    padding: 0 !important;
}


/* 空心点赞图标 */

.unlikeActive {
    background: url(../../img/kongxin.png) no-repeat center;
    background-size: 16px;
}


/* 实心 */

.likeActive {
    background: url(./shixin.png) no-repeat center;
    background-size: 16px;
}

body {
    height: 100%;
    width: 100%;
    background: #fff;
}

.content {
    width: 100%;
    margin-bottom: 56px
}

.commentBox {
    background: #fff;
    min-height: 30px;
    /* padding-bottom:40px; */
}

.titleBox {
    padding: 15px 15px 0 15px;
    font-size: 15px;
    font-weight: bold;
}

.hint {
    text-align: center;
    color: #c0c0c0;
    font-size: 16px;
}

.commentBox .comment {
    padding: 15px;
    display: flex;
}

.imgBox {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
}

.headImg,
.imgBox img {
    width: 100% !important;
    ;
    height: 100% !important;
    ;
    border-radius: 50% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}


/* 右边 */

.commentBox .comment .rightBox {
    width: 90%;
    font-size: 14px;
    margin-left: 11px;
}


/* 右边 上部分 */

.commentBox .comment .rightBox .topBox {
    /* width: 100%; */
    height: 24px;
    display: flex;
    justify-content: space-between;
}

.commentBox .comment .rightBox .topBox .nameBox {
    color: #006680;
}

.commentBox .comment .rightBox .topBox .praiseBox {
    display: flex;
}

.commentBox .comment .rightBox .topBox .praiseBox .praiseNum {
    margin: 0 10px;
}

.commentBox .comment .rightBox .topBox .praiseBox .praiseImg {
    width: 20px;
    height: 20px;
    img {
        width: 100%;
        height: 100%;
    }
}


/* 右边 评论部分 */

.commentBox .comment .rightBox .commentContent {
    /* font-size: 15px; */
    font-size: 14px;
}

.commentBox .comment .rightBox .commentContent .bottomBox {
    height: 30px;
    display: flex;
    align-items: center;
}

.commentBox .comment .rightBox .commentContent .bottomBox .timeBox {
    color: #999;
}

.commentBox .comment .rightBox .commentContent .bottomBox .replyBox {
    font-size: 12px;
    padding: 3px 8px;
    background: #efefef;
    border-radius: 50px;
}


/*  */

.childCommentBox {
    box-sizing: border-box;
    /* padding-: 15px; */
    margin: 0 auto;
    background-color: #f8f8f8;
}

.child-item {
    /* width:80%; */
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 14px;
    background-color: #f8f8f8;
}

.allComment {
    /* width:80%; */
    box-sizing: border-box;
    margin: 0 auto;
    color: #006680;
    font-size: 12px;
    background-color: #f8f8f8;
}

.officalImg {
    width: 27px;
    height: 14px !important;
    vertical-align: middle;
    margin-left: 1px;
    margin-top: -2px;
}

.reply-officalImg {
    width: 27px;
    height: 14px !important;
    vertical-align: middle;
    margin-top: -2px;
}

.replyBox {
    font-size: 12px
}


/* 评论输入框 */

.replyInput {
    margin: 0 10px;
    width: 90%;
    border: none;
    outline: none;
    height: 100%;
    line-height: 26px;
}

.mainMsg {
    padding: 15px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
    display: flex;
}

.mainMsg .imgBox {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.mainMsg .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


/* 右边 */

.mainMsg .rightBox {
    width: 85%;
    font-size: 14px;
    margin-left: 11px;
}


/* 右边 上部分 */

.mainMsg .rightBox .topBox {
    /* width: 100%; */
    height: 24px;
    display: flex;
    justify-content: space-between;
}

.mainMsg .rightBox .topBox .nameBox {
    color: #006680;
}

.mainMsg .rightBox .topBox .praiseBox {
    display: flex;
}

.mainMsg .rightBox .topBox .praiseBox .praiseNum {
    margin: 0 10px;
}

.mainMsg .rightBox .topBox .praiseBox .praiseImg {
    width: 16px;
    height: 16px;
    img {
        width: 100%;
        height: 100%;
    }
}


/* 右边 评论部分 */

.mainMsg .rightBox .commentContent {
    font-size: 14px;
}

.mainMsg .rightBox .commentContent .bottomBox {
    height: 30px;
    display: flex;
    align-items: center;
}

.mainMsg .rightBox .commentContent .bottomBox .timeBox {
    color: #999;
}

.timeBox {
    color: #999;
}

.mainMsg .rightBox .commentContent .bottomBox .replyBox {
    border-radius: 50px;
}

.username {
    color: #006680;
}

.username img {
    vertical-align: middle;
    width: 27px;
    height: 14px !important;
    margin-top: -2px
}


/* 底部输入框 */

.bottomFixedBox {
    height: 56px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #f6f6f6;
    display: flex;
    justify-content: space-around;
    padding: 12px 4px;
    z-index: 99;
}

.bottomFixedBox .leftBox {
    width: 75%;
    border-radius: 40px;
    display: flex;
    padding-top: 4px;
    align-items: center;
    background: #fff;
}

.bottomFixedBox .rightBox {
    width: 15%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

#inputBox {
    /* width: 800px;
		height: 356px; */
    /* border-radius: 40px; */
    /* display: flex; */
    /* padding-top: 5px; */
    /* margin-top: 0upx;
		align-items: center;
		background:#EBEBE4; */
}


/* .bottomFixedBox .rightBox .imgBox{
		width: 30px;
		height: 30px;
	}
	.bottomFixedBox .rightBox .imgBox img{
		width: 100%;
		height: 100%;
    } */

#linkNewsBox {
    margin-top: 5px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

#linkNewsBox h3 {
    color: #666;
    font-size: 15px;
    text-indent: 1em;
    background-size: 4px 100%;
    background-position: 5px center;
    margin-top: 10px;
	position: relative;
}


.link-news {
    display: flex;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 10px;
}

.link-l {
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px 10px;
    /* height: 100%; */
    border-radius: 6px;
}

.link-l img {
    /* width: 120px; */
    /* height: 100%; */
    border-radius: 6px;
}

.link-r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 5px;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.link-r h4 {
    line-height: 23px;
    font-size: 15px;
}