@media(min-width: 1010px) {
#comment {
  padding: 10px;
}
.ii-report-comment-position,
.ii-news-comment-position,
.ii-article-comment-position {
	padding-top: 50px;
}
.ii-comment-container {
  padding: 0px 10px;
}
#comment_text {
	font-size: 16px;
  height: 36px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  outline: none;
}
#comment_btn {
	width: 80px;
  height: 36px;
  vertical-align: top;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d37957;
  margin-left: 12px;
  font-size: 16px;
  letter-spacing: 2px;
}
.ii-comment-items {
  margin: 0px -15px;
  padding: 15px;
  position: relative;
}
.ii-comment-items + .ii-comment-items {
  border-top: 1px solid #f7f7f7;
}
.ii-comment-items.sub {
  border-top: none;
  padding-left: 30px;
  padding-top: 0px;
}
.ii-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}
.ii-comment-content {
  overflow: hidden;
  padding-left: 15px;
}
.ii-comment-info {
  overflow: hidden;
  padding: 15px 0px;
}
.ii-comment-name {
  float: left;  
}
.ii-comment-date {
  float: right; 
}
.ii-comment-flag {
  margin-top: 12px;
}
.ii-comment-flag > a {
  float: left;
  width: 33%;
  color: #666;
}
.ii-comment-flag .like {
  text-align: center;
}
.ii-comment-flag .repost {
  text-align: right;
  display: none;
}
.ii-comment-body {
  clear: both;
  text-align: justify;
  position: relative;
}
.ii-comment-body .ii-show-all {
  letter-spacing: 2px;
  color: #d37957;
  display: block;
  text-align: right;
}
.ii-comment-body .icon-star {
  color: #d37957;
}
.ii-comment-flag a.is-liked {
  color: #d37957; 
}
.ii-comment-flag .icon-thumb {
  margin-right: 2px;
}
.ii-comment-count {
  font-size: 18px;
  color: #d37957;
  line-height: 20px;
  padding-left: 10px;
  border-left: 5px solid #d37957;
  margin: 15px 0px;
}
.ii-comment-empty {
  text-align: center;
  color: #999;
  padding-bottom: 20px;
}
.ii-comment-more {
  text-align: center;
  margin-top: 15px;
}
.ii-comment-more a {
  color: #999;
}
.ii-comment-tabs {
  list-style: none;
  padding: 0px;
  overflow: hidden;
}
.ii-comment-tabs li {
  float: left;
}
.ii-comment-tabs li:nth-child(2) {
  padding-left: 30px;
}
.ii-comment-tabs li.active a {
  color: #296ff4;
}
.like-num,
.comment-num,
.repost-num {
  padding-left: 6px;
}
.repost-num {
  vertical-align: text-bottom;
}
.like {
  width: 60px;
}
}
