.post-comments .comment-operate {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	line-height:1.15
}
.post-comments .comment-operate .replay {
	font-size:14px;
	color:#999;
	margin-right:15px;
	cursor:pointer;
}
.post-comments .comment-operate .view-replay {
	font-size:14px;
	color:#999;
   /*margin-right:15px;*/
   cursor:pointer;
}
.post-comments .comment-operate .delete-replay {
  	display:hidden;
	font-size:14px;
	color:#999;
   cursor:pointer;
}
@media (min-width:1100px) {
	.post-comments .comment-operate>div:hover {
	text-decoration:underline;
  }
}
.post-comments .more-comment-replays, .post-comments .nomore-comment-replays{
  background-color: #c21010;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  border: 1px solid;
  height: 32px;
  margin: 0.5rem 1rem;
  cursor: pointer;
  font-size: 14px;
}
.post-comments .more-comment-replays{
  display:none;
  font-size: 14px;
}
.post-comments .replay-user-avatar{
  display: inline-block;
  float: left;
  max-width: 8%;
}
.replay-right-area{
  display: inline-block;
  width: 87%;
}
/*使用媒体分辨率适配样式请max-大→小顺序书写，min相反*/
/*评论相关1366*768分辨率内容请写入此*/
@media (max-width: 1366px){
  .replay-right-area{
    display: inline-block;
    width: 86%;
  }
}
/*评论相关移动端分辨率内容请写入此*/
@media (max-width: 450px){
  .replay-right-area{
    display: inline-block;
    width: 78%;
  }
}
/*评论相关移动端分辨率内容请写入此*/
@media (max-width: 400px){
  .replay-right-area{
    display: inline-block;
    width: 76%;
  }
}
#loading-div, #loading{
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation: rotate 3s linear infinite;
  -moz-animation: rotate 3s linear infinite;
  -o-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
  height:15px;
  width:15px;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}


