@charset "UTF-8";
/**
 * @file review.scss
 * @public
 * 评论相关样式
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _extends.scss
 * @private
 * @overview
 * @warn 这个模块必须在具有生成css目标文件的scss的中引入，而不要在私有scss文件中引入，否则会生成大量重复样式
 *
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.comment-item, .comment-item .reply-btn {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s; }

/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.x-media {
  padding-top: 15px; }

.x-media > .media-left,
.x-media > .media-main,
.x-media > .media-right {
  display: table-cell;
  vertical-align: top; }

.x-media > .media-left {
  padding-right: 10px; }

.x-media > .media-right {
  padding-left: 10px; }

.x-media > .media-main {
  position: relative;
  width: 100%; }

.x-media .media-header {
  margin-bottom: 5px; }

.x-media .divider-inline {
  margin: 0 10px; }

.x-media .media-footer {
  margin-top: 15px; }

.x-media .media-footer > small {
  margin-left: 10px; }

.media-left img {
  width: 30px;
  height: 30px; }

.comment-item {
  padding: 15px 10px 15px;
  border-bottom: 1px dashed #ddd;
  font-size: 13px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background; }
  .comment-item:hover {
    background: #f6f6f6; }

.comment-item > .media-left {
  padding-right: 12px; }

.comment-item .media-header {
  line-height: 30px;
  color: #999; }

.comment-item .media-body {
  line-height: 24px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  width: 780px;
  overflow: hidden; }

.comment-item .media-body img {
  display: inline; }

.ie8 .comment-item .media-body {
  width: 878px;
  /* 为了解决IE8 换行问题，加个宽度 */ }

.comment-item .media-body img {
  vertical-align: middle; }

.comment-item .reply-btn {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity; }

.comment-item:hover .reply-btn {
  visibility: visible;
  margin-left: 15px;
  opacity: 1;
  filter: alpha(opacity=100); }

.comment-time {
  margin-left: 20px; }

.u-editor {
  position: relative;
  display: block;
  width: 100%; }

.u-editor .placeholder {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #999; }

.u-editor textarea {
  padding-bottom: 30px;
  outline: none;
  resize: none;
  background: #fff; }

.u-editor .toolbar {
  position: relative;
  top: -30px; }

.u-editor .toolbar .emoji {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url(/res/default/img/emoji.png?v=0525) no-repeat;
  cursor: pointer; }

.emoji-popup {
  width: 418px;
  cursor: pointer;
  font-size: 0; }

.emoji-popup i {
  display: inline-block;
  padding: 4px;
  width: 33px;
  height: 33px;
  margin-left: -1px;
  margin-top: -1px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.uiCommentBox {
  padding-top: 10px; }

.uiCommentBox textarea {
  min-height: 70px;
  outline: none; }

.uiCommentBox .actions {
  margin-top: 10px;
  text-align: right; }

.uiCommentBox .actions button {
  margin-left: 10px;
  padding: 0 12px;
  font-size: 13px; }

#reviewTextArea div.form-control {
  height: 80px; }
#reviewTextArea .help {
  margin-left: 20px;
  font-size: 12px; }

#reviewSection h3 {
  margin-bottom: 0; }

#comment-loading {
  margin: 30px; }

#error-msg {
  display: none; }

#comment-paginator {
  display: none; }

/*# sourceMappingURL=review.css.map */
