/*
* @Author: jason
* @Date:   2016-09-02 11:33:14
* @Last Modified by:   jason
* @Last Modified time: 2017-01-12 16:59:49
*/
@charset "utf-8";

/* show-section */
.show-section {
  margin-top: 10px;
  overflow: hidden;
  background-color: #fff;
}
.section-title { margin: 0 15px; }
.section-title h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 15px 5px;
  font-size: 1.5rem;
  font-weight: normal;
}
.section-title h2:after { background-color: #e64a46; }

/* show-like */
.show-like {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.show-like-btn {
  position: relative;
  display: inline-block;
  width: 4.8em;
  height: 4.8em;
  padding-top: 3.1em;
  color: #3d5070;
  border-radius: 50%;
  background-color: #fff000;
  -webkit-transition: 300ms;
          transition: 300ms;
}
.show-like-btn:before {
  position: absolute;
  top: .6em;
  left: 50%;
  width: 2em;
  height: 2em;
  content: '';
  background: url('../../../images/zbmy/app/show_like.png') no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.show-like-btn.on:before { background-position: bottom; }
.show-like-btn.active { background-color: #e9db00; }
.show-like-btn i {
  position: absolute;
  left: 60%;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  color: #e64a46;
  -webkit-transition: 1000ms;
          transition: 1000ms;
}
.show-like-btn .add { top: 50%; }
.show-like-btn .less { top: -50%; }
.show-like-count {
  margin-top: 10px;
  color: #666;
}
.show-like-count b {
  margin: 0 3px;
  font-weight: normal;
  color: #e64a46;
}

/* show-comment */
.comment-title h2 { padding-left: 2.3rem; }
.comment-title h2:before {
  position: absolute;
  top: 48%;
  left: 5px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  background: url('../../../images/zbmy/app/comment_title.png') no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.comment-list { margin: 0 15px; }
.comment-list li {
  position: relative;
  padding: 15px 0;
  overflow: hidden;
}
.comment-list li:after {
  position: absolute;
  left: 4.5em;
  right: 0;
  bottom: 0;
  content: '';
  height: 1px;
  background-color: #e2e2e2;
  -webkit-transform: scaleY(.5);
  -webkit-transform-origin: 0 100%;
}
.comment-list .avatar,
.comment-list .avatar img {
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
}
.comment-list .avatar {
  float: left;
  margin-right: 1em;
  background: url('../../../images/zbmy/app/comment_avatar.png') no-repeat center;
  -webkit-background-size: auto 50%;
          background-size: auto 50%;
  background-color: #eee;
}
.comment-list .cont { overflow: hidden; }
.comment-list header {
  margin-top: 2px;
  line-height: 1.2;
}
.comment-list header span { color: #1171d5; }
.comment-list header a { color: #888; }
.comment-list .like {
  position: relative;
  float: right;
  margin-left: 10px;
  padding-left: 1.2em;
  padding-right: 10px;
  font-family: Arial;
  line-height: 1.2;
}
.comment-list .like:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -.6em;
  content: '';
  background: url('../../../images/zbmy/app/comment_like.png') no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.comment-list .like.on:before { background-position: bottom; }
.comment-list .like:after {
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  content: '';
  width: 1px;
  background-color: #e2e2e2;
  -webkit-transform: scaleX(.5);
  -webkit-transform-origin: 100% 0;
}
.comment-list .reply {
  position: relative;
  float: right;
  margin-left: 10px;
  padding-right: 1.2em;
}
.comment-list .reply:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1em;
  height: 1em;
  overflow: hidden;
  margin-top: -.5em;
  content: '';
  background: url('../../../images/zbmy/app/comment_reply.png') no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.comment-list .reply.active {
  color: #e64a46;
  background: none;
}
.comment-list .reply.active:after { background-position: bottom; }
.comment-list section {
  display: block;
  margin: 5px 0;
  padding: 2px 0;
  font-size: 1.1rem;
  color: #888;
}
.comment-list section span {
  margin-right: 8px;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #eee;
}
.comment-list time { padding: 2px 0; }
.comment-list .n_con {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
.comment-list .n_con .content {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 8px;
  background-color: #f4f8fa;
}
.comment-list .n_con > .content {
  margin: 10px 0;
  padding: 10px 10px 8px;
}
.comment-list .n_con .content:after {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  content: '';
  height: 1px;
  background-color: #dfebf1;
  -webkit-transform: scaleY(.5);
  -webkit-transform-origin: 0 100%;
}
.comment-list .n_con > .content:after {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 200%;
  height: 200%;
  content: '';
  background: none;
  border: 1px solid #dfebf1;
  -webkit-transform: scale(.5);
  -webkit-transform-origin: 0 0;
}
.comment-list .n_con .content span {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #1171d5;
}
.comment-list .n_con .content i {
  float: right;
}
.comment-list .n_con .content pre { white-space: pre-wrap; }
.comment-list .n_con > span {
  position: absolute;
  top: -4px;
  left: 14px;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #f4f8fa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comment-list .n_con > span:before,
.comment-list .n_con > span:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #dfebf1;
}
.comment-list .n_con > span:before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  -webkit-transform: scaleX(.5);
  -webkit-transform-origin: 0 0;
}
.comment-list .n_con > span:after {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transform: scaleY(.5);
  -webkit-transform-origin: 0 0;
}
.comment-more,
.comment-noinfo {
  margin: 20px 10px;
  font-size: 1.4rem;
  color: #888;
}
.comment-more {
  margin-right: 0;
  margin-left: 5em;
}
.comment-more a {
  display: inline-block;
  color: #1171d5;
}
.comment-more a.active {
  color: #0035a1;
  background: none;
}
.comment-noinfo p { text-align: center; }

/* comment-count */
.comment-count {
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  padding: 8px 10px;
  background-color: #fff;
}
.comment-count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  background-color: #dbdbdb;
  -webkit-transform: scaleY(.5);
  -webkit-transform-origin: 0 0;
}
.comment-count .input {
  position: relative;
  padding: 7px 12px 7px 3rem;
  font-size: 1.4rem;
  color: #888;
  border-radius: 50px;
  background-color: #eee;
  flex: 1;
  -webkit-box-flex: 1;
}
.comment-count .input:after {
  position: absolute;
  left: 1rem;
  top: 50%;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -.7rem;
  background: url('../../../images/zbmy/app/comment_input.png') no-repeat center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.comment-count .count {
  position: relative;
  float: right;
  margin-left: 10px;
}
.comment-count .count i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 2em;
  background: url('../../../images/zbmy/app/comment_count.png') no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.comment-count .count span {
  position: relative;
  display: inline-block;
  min-width: 20px;
  margin-top: -1em;
  margin-left: 1em;
  padding: 2px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  background-color: #e64a46;
}

/* comment-reply */
.comment-reply {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  background-color: #f0f0f0;
}
.comment-reply .head {
  position: relative;
  height: 45px;
  font-size: 1.6rem;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
}
.comment-reply .head:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  height: 1px;
  background-color: #dbdbdb;
  -webkit-transform: scaleY(.5);
  -webkit-transform-origin: 0 0;
}
.comment-reply .head h2 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
}
.comment-reply .head a { padding: 0 15px; }
.comment-reply .head .channel {
  float: left;
  color: #1171d5;
}
.comment-reply .head .channel.active { color: #666; }
.comment-reply .head .submit {
  float: right;
  color: #ff6565;
}
.comment-reply .head .submit.active { color: #e22d1e; }
.comment-reply .cont {
  padding: 15px;
  background-color: #fafafa;
}
.comment-reply .cont textarea {
  width: 100%;
  height: 150px;
  font-size: 1.6rem;
  line-height: 1.5;
  border: none;
  background: none;
}