#doinfo{
  border-top: 1px solid #f8f8f8;
  padding-top: 10px;
  line-height: 35px;
  text-align: right;
}
.doinfo_share{
  float: left;
  display: flex;
  flex-direction: row;
}
.doinfo_share span{
  color: #D0422C;
}
.doinfo_share img{
  margin: 0 3px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.doinfo_like{
  float: right;
}
.doinfo_icon{
  margin-left: 10px;
  padding-bottom: 3px;
  width: 20px;
}

.comments{
  width: 100%;
  margin-bottom: 30px;
}
.comments_num{
  font-size: 20px;
  font-weight: lighter;
}
.comment{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f8f8f8;
}
.comment_info{
  width: 100%;
  height: 50px;
  line-height: 39px;
}
.comment_avatar{
  float: left;
  cursor: pointer;
}
.comment_user{
  float: left;
  cursor: pointer;
  margin-left: 10px;
}
.comment_date{
  float: right;
  color: #888;
}
.comment_obj{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
.comment_content{
  padding-left: 50px;
}
.comment_do{
  margin-top: 10px;
  height: 30px;
  text-align: right;
  visibility: hidden;
}
.comment_do a{
  margin-left: 5px;
  padding: 5px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.comment_do img{
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.comments blockquote{
  padding: 0px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  font-style: oblique;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 5px solid #eee;
}
.comments textarea{
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
}
.comments button{
  cursor: pointer;
}
#write_comment{
  display: inline-block;
  width: 100%;
}
#write_comment .comments_num{
  line-height: 60px;
}
.comment_btn{
  text-align: right;
}
