﻿body {
  color: #474b4d;
  font-size: 28px;
  font-family: sans-serif, Helvetica, Arial;
  background: #2c4762;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
a {
  color: inherit;
}
#container {
  margin: 0 auto;
  width: 640px;
}
#no_posts,
#posts {
  list-style-type: none;
  margin: 0 auto;
  padding: 20px 0;
  width: 620px;
}
#posts img {
  max-width: 100%;
}
.post {
  margin: 30px auto 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.post.faded {
  border: dashed 5px #49627a;
  width: 570px;
  -webkit-border-radius: 20px;
}
.post .media {
  line-height: 0;
  position: relative;
}
.post .media .nipple {
  position: absolute;
  bottom: -1px;
  left: 50px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 20px 20px;
}

.post .media .photo,
.post .media .video_thumbnail,
.post .media.photoset {
  background: #263e55;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.post .media .video_thumbnail {
  min-height: 150px;
}
.post .media.photoset {
  white-space: nowrap;
}
.post .media .indicators {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 20px;
  text-align: center;
}
.post .media .indicators b {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 10px;
}
.post .media .indicators b.active {
  background: rgba(255, 255, 255, 0.95);
}
.post .media .photoset_photos {
  -webkit-backface-visibility: hidden;
}
.post .media .photoset_photos.tween {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
}
.post .media .photoset_photos .photoset_photo {
  display: inline-block;
  width: 600px;
  min-height: 100%;
}
.post .media .photoset_photos .photoset_photo .photoset_photo_img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.post .media.photoset .photoset_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 530px;
  background: #263e55;
  opacity: 0.7;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  padding: 10px 35px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
  text-align: right;
}
.post .media.audio {
  background: #dfe4e8;
  border: 6px solid #ecf0f3;
  border-bottom: 2px solid #d4d6da;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  padding: 25px 25px 60px;
  position: relative;
  overflow: hidden;
}
.post .media.audio .nodify_nosupport {
  position: absolute;
  line-height: 28px;
  height: 28px;
  color: #a8b1ba;
  bottom: 15px;
  left: 180px;
}
.post .media.audio .play {
  min-height: 76px;
  line-height: 38px;
  text-decoration: none;
  background: #f9fcff;
  border: 2px solid #bec6cc;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 40px #d9dfe3;
  padding: 25px 35px 25px 35px;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.post .media.audio .play.with_cover_art {
  width: 308px;
  display: inline-block;
  float: right;
}
.post .media.audio .play .listen {
  margin: 18px 0 0 0;
  display: inline-block;
}
.post .media.audio .cover {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px #4f4f4f;
  margin: 0 25px 0 0;
  float: left;
  display: block;
}
.post .post_middle {
  width: 538px;
  background: #fff;
  -webkit-border-radius: 20px;
  padding: 20px 31px;
}
.post .post_middle.with_media {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}
.post .post_middle.with_notes {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.post .post_middle .header {
  overflow: hidden;
}
.post .post_middle .username {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  clear: both;
}
.post .post_middle .with_reply .username {
  height: 39px;
  line-height: 39px;
}
.post .post_middle .username a {
  color: #a8b1ba;
  font-size: 29px;
  font-weight: bold;
  line-height: 29px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 4px 0 10px 0;
  display: block;
  float: left;
}
.post .post_middle .username .gradient {
  width: 56px;
  height: 39px;
  background: url("img/username_gradient.png") top right repeat-y;
  position: absolute;
  top: 0;
  right: 0;
}

.post .post_middle .cmts_and_notes .at_operation {
  float: left;
  margin-top: 25px;
  padding: 20px 10px;
  height: 34px;
  line-height: 34px;
  background: #fffacc;
  border: 2px solid #fffacc;
  border-radius: 13px;
  width: 300px;
}
.post .post_middle .cmts_and_notes .at_operation .at_btn {
  color: #7b8994;
  font-weight: 700;
  float: right;
  width: 60px;
  height: 34px;
  text-align: right;
  color: #333;
}
.post .post_middle .cmts_and_notes .at_operation .at_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 230px;
  height: 34px;
}
.post .post_middle .cmts_and_notes {
  background: #f3f3f3;
  margin: 20px -31px -20px;
  border-radius: 0 0 20px 20px;
  padding: 5px 25px;
  border-top: 2px solid #e4e3e3;
  color: #444;
  font-size: 28px;
}
.post .post_middle .cmts_and_notes .loading {
  text-align: center;
  padding: 20px;
}
.post .post_middle .cmts_and_notes ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.post .post_middle .cmts_and_notes ul li {
  padding: 10px;
  margin-bottom: -1px;
  border-bottom: 1px solid #e4e3e3;
  line-height: 44px;
}
.post .post_middle .cmts_and_notes ul .blockquote {
  border-left: 10px solid #fff;
  padding-left: 15px;
  margin: 5px 0;
}
.post .post_middle .cmts_and_notes ul li a {
  color: #7b8994;
  margin-right: 10px;
  text-decoration: none;
  font-weight: 700;
}
.post .post_middle .cmts_and_notes ul li span {
  margin-right: 10px;
}
.post .post_middle .cmts_and_notes ul li a.at_link {
  white-space: nowrap;
  text-decoration: underline;
}
.post .post_middle .cmts_and_notes ul li a.user_link {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 260px;
}
.post .post_middle .operation {
  text-align: center;
  padding: 10px 0 20px;
  font-size: 32px;
}
.post .post_middle .operation .btn {
  margin: 0 20px;
  color: #7b8994;
}
.post .post_middle .controls .notes_btn.active,
.post .post_middle .controls .reply.active {
  height: 70px;
  margin-bottom: -23px;
  color: #7b8994;
}
.post .post_middle .controls .notes_btn.active .active_nipple,
.post .post_middle .controls .reply.active .active_nipple {
  width: 40px;
  height: 23px;
  background: url("img/feed_arrow.png") top center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.post .post_middle .controls .notes_btn.active .active_nipple {
  right: 32px;
}
.post .post_middle .reply_bubble,
.post .post_middle .header .reply_bubble {
  height: 110px;
  background: #fefefe;
  -webkit-box-shadow: inset 0 0 15px #ededed;
  border: 2px solid #d7dadd;
  -webkit-border-radius: 10px;
  margin: 25px 0 0 0;
  padding: 10px;
  position: relative;
  clear: both;
}
.post .post_middle .reply_bubble textarea,
.post .post_middle .header .reply_bubble textarea {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 32px;
  background: none;
  background-image: none;
  border-width: 0;
  -webkit-user-select: text;
  -webkit-appearance: none;
  resize: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.post .post_middle .reply_button,
.post .post_middle .header .reply_button {
  width: 200px;
  float: right;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #456179;
  border: 2px solid #234057;
  -webkit-border-radius: 10px;
  margin: 25px 0 13px 9px;
  padding: 18px 0;
  display: inline-block;
}
.post .post_middle .header .reply_char_count {
  width: 125px;
  color: #bdc4ce;
  font-size: 36px;
  text-align: center;
  display: inline-block;
}
.post .caption {
  word-break: break-all;
}
.post .post_middle .caption {
  line-height: 36px;
}
.post .post_middle .caption .words *:first-child {
  margin-top: 15px !important;
}
.post .post_middle .caption .words table p:first-child {
  margin-top: 0 !important;
}
.post .post_middle .caption .words p {
  margin: 0 0 20px 0;
}
.post .post_middle .caption .words ol {
  margin: 0 0 20px 20px;
}
.post .post_middle .caption .words ul {
  margin: 0 0 20px 20px;
  list-style-type: disc;
}
.post .post_middle .caption .words .inline_image {
  max-width: 253px !important;
  height: auto;
  border: 2px solid #dadada;
  padding: 6px;
}
.post .post_middle .caption .words .inline_external_image.enlarged {
  width: auto !important;
  height: auto !important;
  cursor: default;
}
.post .post_middle .caption .words *:empty {
  margin: 0;
  padding: 0;
}
.post .post_middle .caption .words blockquote {
  border-left: 8px solid #dadada;
  margin: 20px 0 20px 20px;
  padding: 0 0 0 30px;
}
.post .post_middle .caption .words blockquote + p {
  margin-top: 20px;
}
.post .post_middle .caption .words ul + p,
.post .post_middle .caption .words ol + p {
  margin-top: 20px;
}
.post .post_middle .caption .words p:last-child {
  margin-bottom: 0;
}
.post .post_middle .caption .words pre {
  font-size: 22px;
  line-height: 30px;
  background: #e8eff4;
  white-space: pre;
  word-wrap: break-word;
  padding: 20px;
}
.post .post_middle .caption h1 {
  font-size: 30px;
  margin: 0 0 15px 0;
}
.post .post_middle .caption h1.link a {
  color: #49729a;
  text-decoration: none;
}
.post .post_middle .caption .chat {
  width: 100%;
  margin: 10px 0 0 0;
}
.post .post_middle .caption .chat td {
  padding: 6px 0;
  vertical-align: top;
  font-size: 26px;
  color: #333536;
}
.post .post_middle .caption .chat tr:first-child td {
  border-top-width: 0;
}
.post .post_middle .caption .chat tr:last-child td {
  border-bottom-width: 0;
}
.post .post_middle .caption .chat .username {
  padding-right: 24px;
  font-weight: bold;
  max-width: 230px;
}
.post .post_middle .caption .answer_question {
  color: #6e7882;
  font-size: 30px;
  background: #fefefe;
  -webkit-box-shadow: inset 0 0 15px #ededed;
  border: 2px solid #d7dadd;
  -webkit-border-radius: 10px;
  padding: 20px 25px;
  position: relative;
  word-wrap: break-word;
}
.post .post_middle .caption .answer_question .question_nipple {
  width: 42px;
  height: 37px;
  background: url("img/reply_nipple.png") top right;
  position: absolute;
  bottom: -22px;
  left: 66px;
}
.post .post_middle .caption .answer_asker {
  width: 64px;
  margin: 20px 0 24px 55px;
}
.post .post_middle .caption .answer_asker a {
  color: #65676a;
  font-size: 28px;
  text-decoration: none;
}
.post .post_middle .caption .answer_asker img {
  display: inline-block;
  border: none;
  vertical-align: -14px;
  -webkit-border-radius: 8px;
}

.post .post_middle .caption .notes {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.note,
.hide_notes,
.source {
  color: #567;
  font-size: 24px;
  background-color: #e7e9ee;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  margin: 8px 0 0 0;
  padding: 16px 20px 16px 20px;
}
.source {
  font-weight: bold;
  margin-bottom: 8px;
}
.source a {
  text-decoration: none;
}
.hide_notes {
  color: #858585;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 2px 0 #fff;
  text-decoration: none;
  background-color: #e6e6e6;
  border: 2px solid #dadada;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  margin: 19px 0 25px 0;
  display: block;
}
.hide_notes:active {
  background-color: #ddd;
}
.post .caption .notes .note a {
  font-weight: bold;
  text-decoration: none;
}
.post .caption .notes .note blockquote {
  border-left: 8px solid #fff;
  margin: 20px 0 10px 20px;
  padding: 0 0 0 30px;
}
.post .caption .notes .note blockquote a {
  font-weight: normal;
}
.post .caption .notes .note.source_post,
.post .caption .notes .note .avatar {
  display: none;
}
.post .show_notes {
  width: 538px;
  color: #858585;
  text-align: center;
  text-shadow: 0 2px 0 #fff;
  text-decoration: none;
  font-weight: bold;
  background: #e6e6e6;
  border: 6px solid #f3f3f3;
  border-top: 2px solid #dadada;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  padding: 20px 25px;
  display: block;
}
.post .show_notes:active {
  background-color: #ddd;
}
.notification {
  color: #a8bccb;
  font-size: 27px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  background-color: #456179;
  margin: 0 10px 2px 10px;
  font-weight: bold;
  padding: 20px 23px;
  word-wrap: break-word;
}
.notification .block-this-user {
  display: none;
}
.notification .notify-avatar {
  display: none;
}
.notification.first_notification {
  margin-top: 30px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
}
.notification.last_notification {
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
}
.notification:nth-of-type(odd) {
  background-color: #49657c;
}
.notification a {
  text-decoration: none;
  border-bottom: 2px solid #5f788c;
}
.notification em {
  font-weight: normal;
}
.notification blockquote {
  font-weight: normal;
  border-left: 8px solid #7087a5;
  margin: 20px 0 10px 20px;
  padding: 0 0 0 30px;
  word-wrap: break-word;
}
.notification .block {
  display: none;
}
#posts li:first-child {
  list-style-type: none;
  margin-top: 0 !important;
}
#refresh,
#no_posts {
  color: #c9d0d7;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}
#no_posts .x {
  width: 206px;
  height: 206px;
  margin: 100px auto 130px auto;
  position: relative;
}
#no_posts .x div {
  width: 232px;
  height: 58px;
  background: #637487;
  position: absolute;
  top: 75px;
  left: 0;
}
#no_posts .x .pos {
  -webkit-transform: rotate(45deg);
}
#no_posts .x .neg {
  -webkit-transform: rotate(-45deg);
}
#refresh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#refresh .inner {
  display: block;
  width: 640px;
  height: 460px;
  margin: 0 auto;
  padding-top: 500px;
  background: url("img/refresh.png") center 75px no-repeat #2c4762;
  text-decoration: none;
}
.feed-txt-more {
  padding: 10px;
  margin: 5px 0;
  border-radius: 10px;
  display: inline-block;
  background: #dadada;
}
.mobile_follow_hack {
  display: none;
}

.clear {
  clear: both;
}
.clearfix:after {
  content: "\20";
  height: 0;
  width: 0;
  display: block;
  clear: both;
}
a {
  color: inherit;
}
a img {
  border-width: 0;
}
#page_header,
#container {
  margin: 0 auto;
  width: 640px;
}
#download_diandian_app {
  width: 642px;
  height: 95px;
  background: #32465d;
  border-bottom: 2px solid #5d728a;
  margin: auto;
  position: relative;
}
#download_diandian_app:active {
  background-color: #2c3d52;
}
#download_diandian_app a.download_words {
  width: 507px;
  height: 95px;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  text-decoration: none;
  line-height: 95px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0 0 0 30px;
  display: block;
  position: relative;
  z-index: 2;
}
#download_diandian_app a.x {
  width: 105px;
  height: 95px;
  background: url("img/mobile_download_app_prompt_x.png") 35px 32px no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#header {
  width: 580px;
  margin: 30px auto;
  position: relative;
}
#big_logo {
  display: block;
  height: 82px;
  width: 167px;
  margin: 30px auto;
}
#small_logo {
  margin-top: 5px;
}
#footer {
  width: 600px;
  color: #778ea5;
  font-size: 25px;
  line-height: 36px;
  margin: 18px auto 23px auto;
  padding: 0;
}
#footer strong,
#footer a {
  color: #778ea5;
  text-decoration: none;
  margin: 0 15px;
}
#footer .right {
  float: right;
}
select {
  width: 534px;
  color: #434343;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#c8c8c8)
  );
  -webkit-appearance: none;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 10px;
  border: 2px solid #c8c8c8;
  padding: 8px 40px 7px 10px;
  background: #fff url("img/mobile_selector_bg.png") no-repeat right center;
}
select:focus {
  outline: 0;
}
#header select {
  width: 275px;
  border: 2px solid #bbb;
  margin-top: 10px;
}
#refresh {
  top: 119px;
}
.load_more_posts {
  width: 600px;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #1c3146;
  border-radius: 18px;
  border-top: 2px solid #111c26;
  border-bottom: 2px solid #456179;
  margin: 10px auto 20px auto;
  padding: 70px 0 80px 0;
  display: block;
  position: relative;
}
.load_more_posts .gradient {
  display: none;
}
html {
  width: 640px;
  margin: auto;
  position: relative;
}
body {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  background: url("img/bg.png") top left repeat #757778;
  font-family: Helvetica, Arial, sans-serif;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}
.gray_bubble {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
  -webkit-font-smoothing: antialiased;
  background: #38393b;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 3px 5px #292a2b, 0 2px 0 rgba(255, 255, 255, 0.14);
  margin: 20px 20px 0 20px;
}
.blog_header {
  padding: 31px 27px 24px 28px;
  position: relative;
}
.blog_header a.title {
  max-width: 317px;
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  word-wrap: break-word;
  letter-spacing: -1px;
  line-height: 54px;
  margin: 0 0 5px 0;
  display: inline-block;
  float: left;
}
.blog_header .info {
  color: #d8d8d8;
  font-size: 26px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
}
.blog_header .info.showing {
  height: auto;
  max-height: 9999px;
  overflow: visible;
}
.blog_header .info .body span.description_words {
  margin: 22px 0 0 0;
}
.blog_header .info .body span.description_words:empty {
  margin: 0;
}
.blog_header .info .body .show {
  width: 120px;
  height: 30px;
  text-align: right;
  background: #38393b;
  padding: 0 0 5px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog_header .info.showing .body .show {
  width: 24px;
  right: -10px;
  bottom: -16px;
}
.blog_header .info .body .show a {
  font-weight: bold;
}
.blog_header .info .body .show .gradient {
  width: 100px;
  height: 36px;
  background: url("img/gradient.png");
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
}
.blog_header .info.showing .body .show .gradient {
  display: none;
}
.load {
  color: #d8d8d8;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding: 38px 0;
  display: block;
  margin-bottom: 20px;
  clear: both;
}
.load img {
  vertical-align: -2px;
  margin-right: 20px;
}
#footer {
  margin: 20px 30px 30px;
  overflow: hidden;
}
#footer a,
#footer strong {
  color: #aeaeae;
  font-size: 20px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
.post .post_middle .caption h1 {
  font-size: 36px;
}
.post .post_middle .caption .words a {
  text-decoration: underline;
}
#no_posts {
  color: #ddd;
}
#no_posts .x div {
  background: #999;
}
.sys_tooltip {
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 1300;
}
.sys_tooltip .reblog {
  margin: 0 15px 0 0;
  background-position: 8px 8px;
}
.sys_tooltip .like {
  margin: 0 11px 0 0;
  background-position: -52px 8px;
  vertical-align: 4px;
}
.sys_tooltip .like.red {
  background-position: -111px 8px;
}
.sys_tooltip .follow {
  color: #fff;
  display: inline-block;
  float: right;
  margin: 0 11px 0 0;
  max-width: 145px;
  overflow: hidden;
  padding: 8px 12px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #212222;
  border: 2px solid #1a1a1a;
  border-radius: 7px;
  font-size: 27px;
}
.sys_tooltip .follow img {
  margin: 0 8px 0 0;
  vertical-align: -4px;
}
.post .meta_info {
  padding-top: 10px;
  text-align: right;
}
.post .meta_info a {
  color: #8c8e90;
  font-weight: 700;
  margin-left: 20px;
  text-decoration: underline;
}
.post .media .photo,
.post .media .video_thumbnail,
.post .media.photoset,
.post .media.photoset .photoset_label {
  background: #333;
}
.post .media .photos img {
  border-radius: 0;
}
.post .media .photos img:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.pagination_link {
  color: #fff;
  display: inline-block;
  margin: 15px 30px;
  max-width: 145px;
  overflow: hidden;
  padding: 8px 12px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 40px;
}
.pagination_link.next {
  float: right;
}
.pagination_link.prev {
  float: left;
}
.comments_container {
  margin: 0 -31px -20px;
  line-height: 0;
}

/*comments
    -----------------------------*/
#comments {
  background: #fff;
}
#comments #prompt {
  padding: 0 50px;
  color: #474b4d;
}
.face {
  width: 42px;
  height: 42px;
  float: left;
  position: relative;
  top: -12px;
  margin-right: 10px;
}
.face1 {
  background: url(images/face1.png) center center no-repeat;
}
.face2 {
  background: url(images/face2.png) center center no-repeat;
}
.comment_amount {
  margin-top: 20px;
  margin-bottom: 50px;
}
.comment_amount a {
  font-size: 16px;
  line-height: 22px;
}
.comment-show {
  padding: 60px 0 0;
  text-align: center;
}
.comment-show li {
  margin-bottom: 10px;
  list-style-type: none;
}

.commentlist {
  margin: 20px 0;
  font-size: 13px;
  line-height: 20px;
  padding: 0 40px 20px 0px;
  list-style: none;
}
.commentlist p {
  margin: 0;
  color: #888;
  font-size: 28px;
}
.commentlist li {
  margin: 5px 0;
}
.commentlist .comment_body {
  padding: 10px;
  border-bottom: 1px dashed #e7e7e7;
}
.commentlist a {
  color: #474b4d;
  font-size: 28px;
}
.comment_body .author {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 3px;
  padding-right: 4px;
}
.comment_body .author .avatar {
  width: 36px;
  height: 36px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
.comment_body:hover .author .avatar {
  transition: 500ms;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.comment_body .author .avatar {
  transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  -webkit-transition: 500ms;
}
.comment_body .comment_data {
  margin-left: 44px;
}
.comment_body .name {
  color: #474b4d;
}
.comment_body .text {
  color: #474747;
}
.comment_body .time {
  color: #9f9f9f;
}
.comment_body .reply {
  float: right;
  margin-right: 4px;
}
.commentlist li ul li .comment_body {
  margin-left: 40px;
  list-style-type: none;
}
/*commentform
        ------------------------------*/
#respond {
  position: relative;
  font-size: 13px;
  overflow: hidden;
  padding: 20px 40px;
}
#respond div {
  margin: 6px 0;
  color: #474b4d;
}
#respond .welcome {
  color: #888;
  margin: 10px 0px 0px 60px;
}
#respond .f-publish {
  padding: 20px 0 0 60px;
}
#respond .f-publish span {
  float: left;
  width: 180px;
  font-size: 13px;
  margin-left: -210px;
  text-align: right;
  position: relative;
  top: 25px;
}
#respond .f-publish span img {
  border-radius: 100px;
}
#respond label {
  position: relative;
  top: 5px;
}
#respond input {
  width: 150px;
  height: 18px;
  padding: 2px;
  border: 0;
  border-bottom: 1px dashed #72ccb9;
  outline: 0;
  overflow: hidden;
  background: transparent;
  font-family: "微软雅黑";
  font-size: 13px;
  color: #4f4f4f;
}
#respond textarea {
  width: 98%;
  height: 70px;
  margin-top: 10px;
  padding: 2px;
  border: 1px dashed #72ccb9;
  outline: 0;
  overflow: hidden;
  resize: none;
  background: #fff;
  font-family: "微软雅黑";
  font-size: 13px;
  line-height: 22px;
  color: #4f4f4f;
}
#respond input#submit {
  margin-right: 14px;
  width: 66px;
  height: 26px;
  float: right;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #474b4d;
  font-family: "微软雅黑";
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
#respond input#submit:hover {
  background: #8dc666;
}
#loading,
#error {
  position: relative;
  float: right;
  right: 20px;
}
#loading img,
#error img {
  margin-bottom: 4px;
}
#smilies a {
  margin: 0 1px;
}
/*commentnavi
        --------------------------------*/
.commentnavi {
  margin-bottom: 20px;
  padding: 20px 40px;
}
.commentnavi .page-numbers {
  margin: 0;
  padding-right: 4px;
}
.commentnavi a {
}
.commentnavi .current {
  color: #474b4d;
}
.commnav_loding {
  padding-left: 20px;
  background: url(images/loading-2.gif) left center no-repeat;
}
.children {
  padding-left: 36px;
}

.pagebar { width:100%; margin:0 auto; padding:20px 0; font-size:14px; text-align:center; line-height:28px; clear:both; }
.pagebar .now-page {font-size: 28px;margin:5px; padding:5px 10px; color:#fff; font-weight:bold; line-height:16px; border:1px solid #474b4d; background:#474b4d; display:inline-block; }
.pagebar a { margin:4px; padding:0 10px; color:#777; font-weight:bold; border:1px solid #ebebeb; background:#fff; display:inline-block; }
.pagebar span { margin:0; padding:0; border:0; background:none; }
.pagebar a:hover { color:#3f72af; border:1px solid #3f72af; background:#fff; }