.container{
    width: 100%;
    position: relative;
}

.topBox {
    /* height: 93px !important; */
    background-color: white;
}
.articleDetailBody{
    width: 71%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.detailHeader{
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
}
.detailHeader .personMsg{
    display: flex;
    height: 60px;
    align-items: center;
    margin-right: 18%;
}
.detailHeader .personMsg img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.detailHeader .personMsg .user{
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
}
.detailHeader .personMsg .user .username{
    color:#333333
}
.detailHeader .personMsg .user .corporation {
    color: #999999;
}
.detailHeader .Btn .followBtn{
    width: 110px;
    height: 50px;
    background-color: #ffffff;
    border: 1px dashed #979797;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 20px;
}
.detailHeader .Btn .answerBtn{
    width: 110px;
    height: 50px;
    background-color: black;
    border-radius: 8px;
    color: white;
    border: none;
    font-size: 20px;
    margin-left: 20px;
}
.articleDetailBody .bodyLeft{
    width: 60%;
}
.articleDetailBody .bodyRight{
    width: 25%;
}
.articleDetailBody .bodyRight .rightDiscussCard{
    width: 85%;
    height: auto;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 25px 30px 30px 30px;
}
.rightDiscussCard .part{
    margin-top: 23px;
}
.imgRightDiv{
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	overflow: hidden;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    /* height: 250px; */
	    width: 100%;
	    height: 250px;
}
.rightDiscussCard .part img{
	/* width:100%; */
	height: 250px;
}
.rightDiscussCard .part p{
    font-weight: 600;
}
.part .color333{
	font-size: 16rem;
}
.rightDiscussCard .part .joinBtn{
    background-color: #000000;
    color: white;
    width: 70px;
    height: 30px;
    border: none;
}
.Articlecontent p video{
	margin: 0 auto;
	display: block;
	width: 85%;
}
.rightDiscussCard .part .discussUser{
    width: 100%;
	min-width: 287px;
    display: flex;    
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.rightDiscussCard .part .discussImg{
    /* width: 100%; */
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.discussUser .touxiang{
    position: relative;
    width: 80px;
    /* height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.discussUser .touxiang img{
    position: absolute;
    width: 30px;
    height: 30px;
	border-radius: 50%;
}
.discussUser .touxiang :nth-child(1){
    right: 0px;
}
.discussUser .touxiang :nth-child(2){
    right: 25px;
}
.discussUser .touxiang :nth-child(3){
    right: 50px;
}

.articleDetailBody .bodyLeft .leftArticleCard,.articleDetailBody .bodyLeft .leftCommentCard{
    width: 97.5%;
    height: auto;
    background-color: white;
    border-radius: 18px;
    padding: 25px 30px 30px 30px;
    margin-bottom: 30px;
    /* position: relative; */
}
.articleDetailBody .bodyLeft .leftCommentCard{
    min-height: 500px;
}
.articleDetailBody .bodyLeft .leftCommentCard .empty{
    margin-top: 110px;
}

.articleDetailBody .bodyLeft .leftArticleCard .Articlecontent p{
    display: -webkit-box;
    -webkit-box-orient:vertical;
 /*   -webkit-line-clamp:2;
    overflow: hidden;*/
}
.articleDetailBody .bodyLeft .leftArticleCard .cardBottom{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.leftCommentCard .commentContent{
    width: 91%;
    margin: 0 auto;
}
.reply{
    background-color: #FAFAFB;
    border-radius: 18px;
    padding: 30px 30px 30px 30px;
    margin-top: 30px;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
 .personMsg{
    display: flex;
    height: 60px;
    align-items: center;
}
 .personMsg .user{
   
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
.personMsg img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.replybottom{
    display: flex;
    justify-content: space-between;
}
.replybottom .reaction,.leftCommentCard .commentContent .reply .replybottom .replyReaction{
    display:flex;
    align-items: center;
}

 .replybottom .reaction img{
    width:16px;
    border-radius: 4px;
}
.replybottom .reaction span{
    
    margin-left:5px;
    margin-right:10px;
}


.group{
    height: 20px;
    display: flex;
    justify-content: center;
}
.mood{
    width: 30px;
    height: 30px;
}
.group{
    justify-content:space-around;
    align-items: center;
}
.functionBtns .img1{
    position: sticky;
    top: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.functionBtns .img2{
    position: sticky;
    top: 600px;
    display: flex;
    justify-content:center;
}
.functionBtns .img1 img{
    width: 70px;
}
/* .right .img1 img:hover{
    width: 65px;
} */
.thumbImg:hover{
    content: url('../../images/thumbs-up2Active.png');
}
.collectImg:hover{
    content: url('../../images/collectActive.png');
}
.repostImg:hover{
    content: url('../../images/repostActive.png');
}
.functionBtns .img2 img{
    width: 44px;
    height: 44px;
}
   /* 评论框 */
   .Input_Box{
    width:100%;
    height:146px;
    background-color: white;
    border-radius: 16px;
    margin-top: 20px;
}
.Input_push{
   display: flex;
   justify-content: space-between;
}
.group{
    height: 16px;
    display: flex;
    justify-content: center;
}
.publishBtn{
    background-color: black;
    color: white;
    border: none;
    width: 80px;
    height: 30px;
    border-radius: 16px;
    margin-right: 12px;
}
#editor {
    /* height: 180px; */
    background-color: #fff; 
    border-radius: 16px;
    outline: none;
    border: none;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 12px 12px;
    width: 95%;
    height: 80px;
    resize: inherit;
    overflow:auto;
}
/* #editor::before{
    content: "记得友善评论他人哦~";
    color: #ccc;
} */
.mood{
    margin-left: 12px;
}
#editor:empty:before{
    content: "记得友善评论他人哦~";
    color: #DADADA;
}
#editor:focus:before {
    content: none;
}
 .replyNest {
    margin-top: 30px;
    margin-left: 30px;
}

.showAllReplyBtn {
    width: 180px;
    height: 40px;
    background-color: white;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.editBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 97%;
    top: -20px;
	-webkit-user-drag: none;
}

.editArea {
    position: relative;
    width: 97.5%;
    height: auto;
    background-color: white;
    border-radius: 18px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
}
.closeArea{
    width: 25px;
    height: 25px;
    /* position: absolute; */
    /* right: 20px; */
    /* top: 13px; */
}
.shouImg{
    width: 25px;
    height: 25px;
	margin-right: 10px;
    /* position: absolute; */
    /* right: 56px; */
    /* top: 13px; */
}
.leftCommentCard .commentContent,.newComment{
    width: 100%;
    margin: 0 auto;
}

.tab{
    padding: 3px 4px;
    width: 108px;
    height: 26px;
    background-color: #F4F5F6;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.commentHeader{
    display: flex;
    justify-content: space-between;
}
.tabBtn{
    /* background-color: #ffffff; */
    width: 54px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active{
    background-color: white;
    color: #333333;
}

.sendBtn{
    width: 82px;
    height: 32px;
    border: none;
    background-color: #000000;
    font-size: 14px;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.input_right{
	/* position: absolute; */
	/* left: 60%; */
	line-height: 32px;
	/* bottom: 6%; */
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.input_right .input_text{
	padding-right: 10px;
	color: #999999;
}
.editor-top{
	display: flex;
	justify-content: space-between;
}

.right-icon{
	display: flex;
	padding-top: 10px;
}

.isShow{
    display: none;
}
.reaction .moreBtn{
    position: relative;
   }
.reaction .moreBtn .report{
    position: absolute;
    top: -46px;
    left: 5px;
    width: 60px;
    height: 20px;
    padding: 10px 20px;
    background-color:#dbdbdb;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.time{
    font-size: 16px;
}
.cardBottom div{font-size: 16px;}
@media screen and (max-width:1780px){
    .font20{font-size: 18px;}
    .font18{font-size: 16px;}
    .font26{font-size: 22px;}
    .reply{margin-top: 20px;}
    .articleDetailBody{margin: 20px auto;}
    .articleDetailBody{width: 78%;justify-content: center;}
    .articleDetailBody .bodyRight{width: 27%;}
    .articleDetailBody .bodyRight .rightDiscussCard h1{font-size: 22px;}
    .articleDetailBody .bodyLeft .leftArticleCard, .articleDetailBody .bodyLeft .leftCommentCard{margin-bottom: 20px;padding: 15px 20px 20px 20px;}
    .articleDetailBody .bodyRight .rightDiscussCard{padding: 15px 20px 20px 20px;}
    .detailHeader .personMsg{margin-right: 3%;}
    .Articlecontent p{font-size: 16px;}
    .rightDiscussCard .part p{font-size: 14px;}
    .rightDiscussCard .part .discussUser{font-size: 14px;}
    .rightDiscussCard .part{margin-top: 17px;}
    .rightDiscussCard .part .joinBtn{width: 60px;height: 28px;}
    .time {font-size: 14px;}
    .cardBottom div{font-size: 14px;}
    .detailHeader .personMsg img{width: 50px;height: 50px;}
    .detailHeader .personMsg .user{height: 50px;}
    .detailHeader .Btn .answerBtn,.detailHeader .Btn .followBtn{font-size: 18px;}
    .detailHeader{height: 60px;}
    .functionBtns{margin-left: 30px;}
    .Btn{margin-right: 80px;}
    .commentHeader{margin: 5px 0;}
    .leftCommentCard .commentContent, .newComment{width: 100%;}
    .editBtn{width: 45px;height: 45px;left: 96%;}
    /* .articleDetailBody .bodyRight .rightDiscussCard{padding: 20px;} */
    .discussUser .touxiang img{height: 25px;width: 25px;}
    .articleDetailBody .bodyLeft .leftArticleCard .cardBottom{margin-top: 10px;}
    #editor-container{padding-left: 16px !important;}
    .w-e-bar{padding: 0 !important;}
    .sendBtn {left: 80%;}
}
@media screen and (min-width:1780px){
		.editArea{width:100%}
}
/* @media screen and (max-width:1230px){
    .articleDetailBody{width: 95%;}
    .articleDetailBody .bodyLeft {
        width: 55%;
    }
} */
@media screen and (min-width:100px) and (max-width:1400px){
		 .articleDetailBody .bodyLeft {width: 52%;margin-right: 50px;}
}
@media screen and (min-width:1400px) and (max-width:1780px){
		 .articleDetailBody .bodyLeft {width: 52%;margin-right: 45px;}
}
@media screen and (min-width:1780px) and (max-width:1950px){
		 .articleDetailBody .bodyLeft {width: 59%;}
}
@media screen and (min-width:1950px) and (max-width:2100px){
		 .articleDetailBody .bodyLeft {width: 60%;}
}
@media screen and (min-width:2100px) and (max-width:2222px){
		 .articleDetailBody .bodyLeft {width: 61%;}
}
@media screen and (min-width:2222px) and (max-width:2300px){
		 .articleDetailBody .bodyLeft {width: 62%;}
}
@media screen and (min-width:2300px) and (max-width:2400px){
		 .articleDetailBody .bodyLeft {width: 63%;}
}
@media screen and (min-width:2400px) and (max-width:2500px){
		 .articleDetailBody .bodyLeft {width: 64%;}
}
@media screen and (min-width:2500px) and (max-width:2600px){
		 .articleDetailBody .bodyLeft {width: 65%;}
}
@media screen and (min-width:2600px) and (max-width:2700px){
		 .articleDetailBody .bodyLeft {width: 66%;}
}
@media screen and (min-width:2700px) and (max-width:2800px){
		 .articleDetailBody .bodyLeft {width: 67%;}
}
@media screen and (min-width:2800px) and (max-width:2900px){
		 .articleDetailBody .bodyLeft {width: 67.5%;}
}
@media screen and (min-width:2900px) and (max-width:3000px){
		 .articleDetailBody .bodyLeft {width: 68.5%;}
}
   
   