#comments {
  padding-top: 15px;
}
.comment-list,
.comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  padding: 10px;
  padding-left: 30px;
  padding-right: 0;
  margin-top: 10px;
/* border: 1px solid #EEE; */
}
.comment-list li .comment-reply {
  text-align: right;
  font-size: 0.92857em;
}
.comment-meta a {
  color: #999;
  font-size: 0.92857em;
}
.comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444;
}
.comment-author .avatar {
  float: left;
  margin-right: 10px;
}
.comment-author cite {
  font-weight: bold;
  font-style: normal;
}
.comment-list .respond {
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.respond .cancel-comment-reply {
  float: right;
  margin-top: 15px;
  font-size: 0.92857em;
}
#comment-form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#comment-form .required:after {
  content: " *";
  color: #c00;
}
/* 评论 */
#comments .submit-area {
  border: 1px solid #eee;
}
#comments .text {
  display: block;
  width: 100%;
  max-height: 40px;
  padding: 16px;
  resize: vertical;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  font-family: /*Menlo,*/ Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  border-bottom: 1px solid #eee;
  transition: 0.25s;
}
#comments .textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  max-height: 500px;
  padding: 16px;
  resize: vertical;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  font-family: /*Menlo,*/ Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  transition: 0.25s;
}
#comments .submit {
  outline: none;
  font-size: 100%;
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  padding: 8px;
  transition: 0.25s;
  border: none;
  border-top: 1px solid #eee;
  border-radius: 0;
  font-size: 14px;
  outline: none;
}
#comments .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20040725px;
}
#comments .submit:hover {
  background: #eee;
}
/* 评论 */
