/* 博客列表上面的样式 */
div.page-header {
  text-align: center;
  min-height: 239px;
  position: relative;
  margin-top: -30px;
  padding-top: 46px;
  margin-bottom: 20px;
  background-color: #4F5893;
}

div.container_header h1 {
  font-size: 3em;
  color: #fff;
  margin-bottom: 12px;
}

div.container_header p {
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.5em;
  color: #B9BFE4;
  margin: 5px 0;
}

/* 点赞样式 */
div.like {
  color: #337ab7;
  font-size: 15px;
  cursor: pointer;
}
/* 赞后样式 */
div.like .active {
  color: #f22;
}

/* 到底样式 */
.post-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  color: #676767;
  margin-top: 30px;
  letter-spacing: 1px;
}

.panel-body {
  background-image: linear-gradient(to right, #ffffff, #e0e0e0 80%);
}



.qq {
  height: 170px;
  background: #fff;
  margin: 10px auto 30px;
  border-radius: 5px;
}

.qq p {
  font-size: 12px;
  color: #666;
  line-height: 45px;
  text-indent: 20px;
}

.qq .message {
  width: 90%;
  height: 55px;
  margin: 0 auto;
  outline: none;
  border: 1px solid #ddd;
  padding: 6px;
}

.qq .But {
  width: 90%;
  height: 35px;
  margin: 15px auto 0px;
  position: relative;
  cursor: pointer;
}

.qq .But img.bq {
  float: left;
  /*左浮动*/
}

.But span.submit {
  width: 80px;
  height: 30px;
  background: #ff8140;
  display: block;
  float: right;
  /*右浮动*/
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  /*手指*/
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/*face begin*/
.qq .But .face {
  width: 440px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 12px #666;
  position: absolute;
  /*绝对定位*/
  top: 21px;
  left: 15px;
  display: none;
  /*隐藏*/
}

.qq .But .face ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  box-sizing: border-box;
}

.qq .But .face ul li {
  width: 30px;
  height: 30px;
  list-style-type: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*msgCon begin*/
.msgCon {
  margin: 0px auto;
}

.msgCon .msgBox {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 16px;
  border-radius: 4px;
}

.msgCon .msgBox .headUrl {
  width: 100%;
  height: 60px;
  border-bottom: 1px dotted #ddd;
  display: flex;
  align-items: center;
}

.msgCon .msgBox .headUrl img {
  width: 46px;
  height: 46px;
  border-radius: 50%
}

.msgCon .msgBox .headUrl div {
  flex: 1;
  display: flex;
  flex-flow: column;
  font-size: 16px;
  margin-left: 16px;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
}

.msgCon .msgBox .headUrl div .time {
  font-size: 14px;
  margin-top: 6px;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}

.msgCon .msgBox .headUrl a {
  font-size: 14px;
  padding: 10px;
  color: salmon;
  cursor: pointer;
}

.msgCon .msgBox .msgTxt {
  font-size: 14px;
  color: #666;
  min-height: 40px;
  line-height: 24px;
  padding: 20px;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-background-clip: text;
  color: transparent;
  float: center;
  background-image: linear-gradient(to right, #778899 0%, #333 100%);
}

.msgBox.reply {
  margin-left: 50px; /* 缩进二级评论 */
}

/* 回复输入框 */
.reply-textarea {
  color: black;
  height: 55px;
  padding: 6px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.reply-box {
  color: black;
  padding: 6px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.reply-box .face {
  width: 440px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 12px #666;
  position: absolute;
  /*绝对定位*/
  top: 21px;
  left: 15px;
  display: none;
}

/* 回复按钮 */
.reply-btn {
  width: 80px;
  height: 30px;
  background: #ff8140;
  display: block;
  float: right;
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.send-reply-btn {
  width: 80px;
  background: #ff8140;
  float: right;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}


