@charset "UTF-8";
/**
 * @file topic.scss
 * @public
 * @overview
 *
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @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
 *
 */
.topicheader {
  padding: 18px 18px 6px;
  background-color: #fff; }
  .topicheader .actions {
    float: right; }
    .topicheader .actions > a {
      color: #666; }
    .topicheader .actions > .seperator {
      margin: 0 5px;
      color: #999; }
  .topicheader .W-share-buttons {
    float: none;
    display: inline-block; }

#doc-main .post {
  background-color: #fff;
  margin-bottom: -1px;
  margin-right: 2px \9;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4; }
  #doc-main .post > aside {
    display: table-cell;
    width: 1%;
    padding: 20px 0;
    background: #eee; }
    #doc-main .post > aside > a {
      display: block;
      text-align: center; }
      #doc-main .post > aside > a > span {
        display: block;
        padding: 5px; }
      #doc-main .post > aside > a > img {
        display: inline-block;
        width: 100px;
        height: 100px; }
    #doc-main .post > aside > div {
      padding: 4px 0 4px 30px;
      width: 145px;
      color: #999; }
  #doc-main .post > article {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 26px 70px; }
    #doc-main .post > article > header {
      padding: 20px 0 12px;
      border-bottom: 1px solid #e7e7e7;
      color: #999;
      font-size: 13px; }
    #doc-main .post > article > footer {
      position: absolute;
      bottom: 20px; }
      #doc-main .post > article > footer > .U-btn {
        margin-right: 10px; }
      #doc-main .post > article > footer > .button-s {
        font-size: 16px;
        padding: 0 20px; }
      #doc-main .post > article > footer .edit {
        margin-left: 8px; }
    #doc-main .post > article .postcontent {
      width: 783px;
      padding: 20px 0;
      margin-bottom: 70px;
      color: #333; }
      #doc-main .post > article .postcontent img {
        display: inline-block;
        max-width: 100%; }
      #doc-main .post > article .postcontent * {
        max-width: 100% !important; }

#doc-main .goodmark {
  position: absolute;
  top: 180px;
  right: 25px;
  z-index: 9; }

#doc-main .postcomments header {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px; }
#doc-main .postcomments > .comments a, #doc-main .postcomments > .comments img, #doc-main .postcomments > .comments .comment_content, #doc-main .postcomments > .comments .separate, #doc-main .postcomments > .comments .commentor {
  display: inline;
  vertical-align: middle; }
#doc-main .postcomments img {
  margin-right: 5px;
  width: 24px;
  height: 24px; }
#doc-main .postcomments img[role] {
  border: 1px solid #ccc; }
#doc-main .postcomments .commentor {
  margin: 0 10px; }
#doc-main .postcomments .comment_content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  /* for ie8 */
  max-width: 300px;
  display: inline-block; }
#doc-main .postcomments > .comments > li {
  position: relative;
  padding-right: 215px;
  margin-bottom: 5px; }
  #doc-main .postcomments > .comments > li:hover .actions {
    visibility: visible; }
#doc-main .postcomments .paginator {
  text-align: left;
  margin: 20px 0 0px; }
#doc-main .postcomments .actions {
  visibility: hidden;
  position: absolute;
  right: 120px;
  top: 2px; }
  #doc-main .postcomments .actions a {
    margin-left: 5px; }
    #doc-main .postcomments .actions a i {
      margin-right: 2px;
      vertical-align: middle;
      font-size: 16px; }
#doc-main .postcomments .content {
  margin-left: 6px; }
#doc-main .postcomments .time {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px; }

blockquote.quote {
  position: relative;
  padding: 10px 25px;
  margin: 0 0 15px;
  background: #f6f6f6;
  font-size: 13px;
  border-radius: 3px;
  text-align: left; }
  blockquote.quote > .inner {
    margin-left: 42px; }
  blockquote.quote time {
    margin-left: 10px; }
  blockquote.quote img[role=avatar] {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: -42px; }
  blockquote.quote p {
    margin-top: 5px; }
    blockquote.quote p img {
      display: inline-block; }
  blockquote.quote:before, blockquote.quote:after {
    position: absolute;
    font-family: icons;
    color: #b3b3b3; }
  blockquote.quote:before {
    content: "\e620";
    left: 8px;
    top: 2px; }
  blockquote.quote:after {
    content: "\e621";
    right: 8px;
    bottom: 2px; }
  blockquote.quote button {
    position: absolute;
    right: 0;
    top: 0; }

.editor-container {
  margin-left: 20px;
  margin-right: 20px; }

.section2-related {
  overflow: hidden; }
  .section2-related > h2 {
    padding: 20px 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4; }
  .section2-related > .collection-compact {
    margin-right: -1px;
    margin-bottom: -1px; }
    .section2-related > .collection-compact > article {
      width: 50%;
      padding: 20px; }
      .section2-related > .collection-compact > article p {
        height: 52px;
        margin: 10px 0;
        overflow: hidden; }
      .section2-related > .collection-compact > article > .W-model-meta a {
        max-width: 170px; }

.u-editor {
  position: relative;
  padding-top: 42px;
  height: auto; }

.u-editor .placeholder {
  top: 43px; }

.u-editor .toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.u-editor .toolbar .emoji {
  position: absolute;
  left: 12px;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url(/res/img/editor-icons.png) no-repeat 0 0px; }

.u-editor .toolbar .emoji:hover {
  background-position: 0 -68px; }

.u-editor .toolbar .uploader {
  position: absolute;
  left: 45px;
  top: 9px;
  width: 20px;
  height: 20px;
  background: url(/res/img/editor-icons.png) no-repeat 0 -136px; }

.u-editor .toolbar .uploader:hover {
  background-position: 0 -201px; }

.u-editor .toolbar .uploader .throbber {
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8 url(/res/img/spinner.gif) no-repeat; }

.reply-window {
  width: 650px; }
  .reply-window .ui-window-body {
    padding: 10px;
    text-align: center; }
  .reply-window .button {
    margin-top: 10px; }

.attachments {
  margin-bottom: 20px; }
  .attachments .header {
    font-size: 16px;
    padding-bottom: 10px; }
  .attachments li {
    padding: 10px 0;
    color: #666;
    font-size: 12px; }
  .attachments li .inner {
    position: relative;
    line-height: 17px;
    padding-left: 38px;
    height: 32px; }
  .attachments li .fileicon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px; }
  .attachments li .filename {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline; }
  .attachments li .filesize {
    color: #aaa; }

.pw-form {
  padding: 20px 40px; }

#bindEmailResult,
#bindPhoneResult {
  line-height: 25px;
  color: #ff2f2f;
  text-align: center; }

#bindPhoneResult {
  text-align: left;
  margin-left: 100px; }

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