.abs-hor-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.abs-hor-center-margin {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.abs-ver-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abs-ver-center-margin {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.abs-all-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.page-navone {
  text-align: center;
  font-size: 0;
}
.pager-prev,
.pager-next,
.pager-num,
.page-all-num,
.page-go {
  margin-left: 5px;
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #4d93ff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pager-prev:hover,
.pager-next:hover,
.pager-num:hover,
.page-all-num:hover,
.page-go:hover {
  background-color: #4585e6;
}
.page-all-num:hover {
  background-color: #4d93ff;
}
.select .pager-num {
  border: solid 1px #4d93ff;
  background-color: #fff;
  color: #4d93ff;
}
.page-go-input {
  margin-left: 5px;
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  color: #4d93ff;
  background-color: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #4d93ff;
}
.page-go-input:hover {
  color: #4585e6;
  border: solid 1px #4585e6;
}
.page-go-input:focus {
  outline: none;
  border: solid 1px #4d93ff;
  -webkit-box-shadow: 0 0 4px 0 #4d93ff;
  -moz-box-shadow: 0 0 4px 0 #4d93ff;
  box-shadow: 0 0 4px 0 #4d93ff;
}
/** 移动端 pad*/
@media screen and (max-width: 768px) {
  .page-number,
  .select,
  .page-all-num,
  .page-go-input,
  .page-go {
    display: none;
  }
  .pager-prev,
  .pager-next {
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
html {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
html.mobile-menu-out {
  position: relative;
  overflow: hidden;
}
* {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-spacing: 0;
}
table,
tr,
td {
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
textarea,
button {
  outline: none;
}
.single-line-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clear-float:after {
  display: block;
  content: "";
  clear: both;
}
.pointer-cursor {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.absolute-lt {
  position: absolute;
  left: 0;
  top: 0;
}
.hover-underline:hover {
  text-decoration: underline;
}
.bookside-uploader-info {
  margin-bottom: 20px;
}
.font-zero {
  font-size: 0;
}
.hide-for-seo {
  display: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dbclick-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vip:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("/files/images/vip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.text-underline {
  text-decoration: underline;
}
.dis-hide {
  display: none;
}
[class*='trigger'] {
  cursor: pointer;
}
.body-not-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.backtop-trigger {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #4d93ff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 120px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  line-height: 40px;
  z-index: 3;
}
.backtop-trigger [class*='ifont-'] {
  font-size: 16px;
}
.backtop-trigger:hover {
  color: #4585e6;
}
/*提示框*/
.alert {
  position: fixed;
  width: 100%;
  top: -200px;
  left: 0;
  opacity: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 16px;
  text-align: center;
  z-index: 8;
}
.alert-content {
  display: inline-block;
  text-align: left;
}
.alert-title {
  margin-right: 10px;
}
.alert-success {
  color: #fff;
  background-color: #afcc41;
}
.alert-info {
  color: #fff;
  background-color: #5c9bfd;
}
.alert-warning {
  color: #fff;
  background-color: #ddaf1e;
}
.alert-danger {
  color: #fff;
  background-color: #cb4040;
}
.model-module {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  margin: auto;
  background-color: rgba(12, 43, 77, 0.4);
  overflow: auto;
}
.model-table {
  width: 100%;
  height: 100%;
}
.model-body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 600px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}
.model-header {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 2px #ebeef2;
}
.model-title {
  font-size: 18px;
  color: #4a576b;
  line-height: 28px;
  font-weight: bold;
}
.model-close {
  position: absolute;
  top: 18px;
  right: 0;
  padding: 5px;
  font-size: 14px;
  color: #9aa6b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.model-close:hover {
  background-color: #ebeef2;
}
.model-close.for-pc-none {
  display: none;
}
.model-close-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.model-close-bg:hover {
  background-color: transparent;
}
.model-content-subtitle {
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 16px;
  color: #697a94;
  line-height: 28px;
}
.model-content {
  margin-bottom: 20px;
}
.model-footer {
  text-align: right;
}
.model-btn {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.model-btn:first-child {
  margin-left: 0;
}
.model-btn:last-child {
  margin-right: 0;
}
.model-submit {
  background-color: #4d93ff;
  color: #fff;
}
.model-submit:hover {
  background-color: #4585e6;
}
.model-submit.btn-safe {
  background-color: #ebeef2;
}
.model-cancel {
  background-color: #99a8bf;
  color: #fff;
}
.model-cancel:hover {
  background-color: #808fa6;
}
.model-header-btn {
  display: none;
}
.report-post .report-ratio-title {
  font-size: 14px;
  color: #697a94;
  line-height: 24px;
}
.report-post .report-book-name {
  font-size: 14px;
  color: #697a94;
  line-height: 24px;
}
.report-post .report-textarea {
  margin-bottom: 15px;
  padding: 10px;
  display: block;
  width: 100%;
  min-height: 66px;
  background-color: #f7faff;
  font-size: 14px;
  color: #4a576b;
  line-height: 24px;
  border: solid 1px #ebeef2;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  resize: none;
  box-sizing: border-box;
}
.radio-box {
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: #4a576b;
}
.radio-box [class*="ifont-ratio"] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
.radio-box input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
}
.report-post .ifont-ratio-off {
  color: #697a94;
}
.report-post .ifont-ratio-on {
  color: #4d93ff;
}
.report-post .radio-box,
.report-post .radio-label {
  display: inline-block;
  vertical-align: top;
}
.report-post .radio-label {
  margin-left: 10px;
  color: #697a94;
  font-size: 14px;
  line-height: 18px;
}
.report-post .radio-label.checked {
  color: #4d93ff;
}
.report-post .radio-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 900px) {
  .model-close:hover {
    background-color: transparent;
  }
  .choose-post-type .model-body {
    background-color: transparent;
    text-align: center;
  }
  .choose-post-type .post-type-pic {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .model-body {
    max-width: 600px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .model-title {
    font-size: 14px;
    line-height: 24px;
  }
  .model-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .model-close {
    top: 11px;
  }
  .model-content-subtitle {
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .theme-mobile .model-body {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .theme-mobile .model-header {
    background-color: #0c2b4d;
    padding-left: 50px;
  }
  .theme-mobile .model-title {
    font-weight: normal;
    color: #9aa6b8;
    font-size: 16px;
  }
  .theme-mobile .model-close {
    display: none;
    top: 18px;
  }
  .theme-mobile .model-close.for-pc-none {
    display: block;
  }
  .theme-mobile .model-footer {
    position: absolute;
    width: 100%;
    bottom: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .theme-mobile .model-header-btn {
    display: block;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    background-color: transparent;
  }
  .theme-mobile .model-header-btn.btn-safe {
    color: #828d9f;
    background-color: transparent;
  }
  .report-post .report-textarea {
    line-height: 20px;
  }
  .post-publish .model-close.for-pc-none {
    display: block;
    left: 15px;
  }
}
/*放大图片*/
.zoomin-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(12, 43, 77, 0.4);
  z-index: 6;
  overflow: auto;
}
.zoomin-model-table {
  width: 100%;
  height: 100%;
}
.zoomin-left-btn,
.zoomin-right-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 99999px;
  -moz-border-radius: 99999px;
  border-radius: 99999px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.zoomin-left-btn:hover,
.zoomin-right-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.zoomin-left-btn {
  left: 10px;
}
.zoomin-right-btn {
  right: 10px;
}
.zoomin-body-img {
  min-width: 40px;
  min-height: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url("/files/images/loading.svg");
  cursor: zoom-out;
}
.zoomin-num {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.zoomin-model-close-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: zoom-out;
}
.zoomin-model-body {
  position: relative;
  text-align: center;
}
.zoomin-body-img-box {
  display: inline-block;
  min-width: 300px;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .zoomin-left-btn,
  .zoomin-right-btn {
    display: none !important;
  }
  .zoomin-left-btn {
    left: 20px;
  }
  .zoomin-right-btn {
    right: 20px;
  }
  .zoomin-body-img,
  .zoomin-model-close-layer {
    cursor: pointer;
  }
}
html {
  background-color: #f3f3f3;
}
.main-content {
  margin: auto;
  margin-top: 30px;
  max-width: 1140px;
}
.main-part,
.side-part {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-part {
  margin-right: 2%;
  width: 70%;
}
.article-content-section {
  padding-top: 27px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.side-part {
  width: 28%;
}
.article-title {
  padding-bottom: 17px;
  margin-bottom: 20px;
  font-size: 28px;
  color: #4a576b;
  line-height: 34px;
  border-bottom: solid 1px #ebeef2;
}
.article-author-info {
  position: relative;
}
.article-author-info .follow-user-btn {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}
.article-author-info .follow-user-btn.friendship-trigger {
  color: #4d93ff;
}
.article-author-info .follow-user-btn.friendship-trigger.btn-safe {
  color: #4585e6;
}
.article-author-info .follow-user-btn.friendship-trigger:hover {
  color: #4585e6;
}
.article-author-info .follow-user-btn.unfriendship-trigger {
  color: #9aa6b8;
}
.article-author-info .follow-user-btn.unfriendship-trigger.btn-safe {
  color: #d2d5d9;
}
.article-author-info .follow-user-btn.unfriendship-trigger:hover {
  color: #d2d5d9;
}
.author-name {
  margin-bottom: 8px;
  font-size: 16px;
  color: #4a576b;
  line-height: 20px;
  font-weight: bold;
}
.publish-time {
  margin-bottom: 2px;
  font-size: 14px;
  color: #9aa6b8;
  line-height: 18px;
}
.author-pic-box {
  margin-right: 10px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f7faff;
}
.author-pic-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.article-content-text {
  font-size: 14px;
  color: #4a576b;
  line-height: 20px;
}
.article-content-text img {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f7faff;
}
.article-content-text .article-main-pic {
  margin-top: 20px;
}
.article-doing-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ebeef2;
}
.article-doing-bar .doing-item {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #9aa6b8;
  line-height: 24px;
}
.article-doing-bar .doing-item:last-child {
  margin-right: 0;
}
.article-doing-bar .doing-cate-name {
  color: #4d93ff;
}
.article-doing-bar [class*='ifont-'] {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 14px;
}
.mobile-article-title {
  display: none;
}
.article-share {
  margin-top: 20px;
}
#comment-zone {
  padding-bottom: 20px;
}
.article-side-board {
  padding: 30px 30px 15px 30px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.article-side-board .article-main-pic {
  margin-bottom: 13px;
  position: relative;
  padding-top: 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f7faff;
}
.article-side-board .article-main-pic img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.article-side-board .article-name {
  margin-bottom: 13px;
  font-size: 16px;
  color: #4a576b;
  font-weight: bold;
  line-height: 20px;
  word-break: break-word;
}
.article-side-board-title {
  padding-bottom: 10px;
  font-size: 18px;
  color: #4a576b;
  font-weight: bold;
  line-height: 28px;
  border-bottom: solid 2px #ebeef2;
}
.article-side-item {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ebeef2;
}
.article-side-item:last-child {
  border-bottom: none;
}
.article-side-doing-bar .doing-item {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #9aa6b8;
  line-height: 16px;
}
.article-side-doing-bar .doing-item:last-child {
  margin-right: 0;
}
.article-side-doing-bar [class*='ifont-'] {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 15px;
}
.donate-zone {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.d-user-cover {
  position: relative;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f7faff;
}
.d-user-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.d-user-name {
  font-size: 16px;
  color: #4a576b;
  font-weight: bold;
}
.d-user-name:hover {
  color: #4d93ff;
}
.d-user-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  height: 36px;
  white-space: nowrap;
}
.d-user-btn-item {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.d-user-btn-item.follow-user-btn.friendship-trigger {
  background-color: #4d93ff;
  color: #fff;
}
.d-user-btn-item.follow-user-btn.friendship-trigger:hover {
  background-color: #4585e6;
}
.d-user-btn-item.follow-user-btn.unfriendship-trigger {
  background-color: #ebeef2;
  color: #697a94;
}
.d-user-btn-item.follow-user-btn.unfriendship-trigger:hover {
  background-color: #d2d5d9;
}
.d-user-btn-item.donate-user-btn {
  margin-left: 20px;
  border: solid 1px #ff9600;
  color: #ff9600;
}
.d-user-btn-item.donate-user-btn:hover {
  border: solid 1px #e68000;
  color: #e68000;
}
.d-user-btn-item.donate-user-btn.no-donate {
  border: solid 1px #9aa6b8;
  color: #9aa6b8;
  cursor: context-menu;
}
.d-user-btn-item.donate-user-btn.no-donate:hover {
  border: solid 1px #9aa6b8;
  color: #9aa6b8;
}
.d-user-btn-item.donate-user-btn [class*='ifont-'] {
  margin-right: 5px;
}
.d-user-follower {
  margin-top: 7px;
  font-size: 13px;
  color: #9aa6b8;
}
.d-user-follower-item {
  margin-left: 5px;
  margin-right: 5px;
}
.d-user-follower-item:first-child {
  margin-left: 0;
}
.d-user-follower-item:last-child {
  margin-right: 0;
}
/** 移动端 900px*/
@media screen and (max-width: 900px) {
  .donate-zone {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .d-user-cover {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .d-user-btn {
    right: 20px;
  }
  .d-user-btn-item {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    height: 34px;
    line-height: 34px;
  }
  .d-user-btn-item.donate-user-btn {
    margin-left: 10px;
  }
}
/** 移动端 900px*/
@media screen and (max-width: 500px) {
  .d-user-name,
  .d-user-follower {
    display: none;
  }
}
.donate-zone {
  margin-bottom: 20px;
}
.comment-zone {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.cmt-cmt1-enterbox {
  position: relative;
  padding-left: 74px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.cmt-cmt1-enterbox .doing-bar {
  margin-top: 10px;
}
.cmt-cmt1-enterbox .adding-attachment {
  position: relative;
  top: 3px;
}
.cmt-enter-self-portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ebeef2;
}
.cmt-enter-self-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.cmt-enter-self-portrait.vip:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("/files/images/vip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.comment-zone-title {
  padding-bottom: 10px;
  font-size: 18px;
  color: #4a576b;
  font-weight: bold;
  line-height: 28px;
  border-bottom: solid 2px #ebeef2;
}
/** 移动端 pad以下*/
@media screen and (max-width: 768px) {
  .mobile-article-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #4a576b;
    line-height: 24px;
    font-weight: bold;
  }
  .main-content {
    margin-top: 10px;
  }
  .main-part {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .article-content-section {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .side-part {
    display: block;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }
  .article-title {
    display: none;
  }
  .author-pic-box {
    width: 40px;
    height: 40px;
  }
  .author-name {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .publish-time {
    font-size: 12px;
  }
  .article-content-text img {
    margin-bottom: 20px;
  }
  .article-doing-bar .doing-item {
    margin-right: 20px;
  }
  .article-doing-bar .float-right {
    float: none;
  }
  .article-doing-bar .doing-cate-name {
    margin-right: 20px !important;
  }
  .article-doing-bar [class*='ifont-'] {
    margin-right: 2px;
  }
  .doing-label {
    display: none;
  }
  .article-side-board {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .article-side-board-title {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
    border-bottom: none;
    color: #697a94;
  }
  .article-side-item {
    padding-top: 0;
    padding-bottom: 7px;
    border-bottom: none;
    display: inline-block;
    width: 186px;
    background-color: #fff;
    vertical-align: top;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .article-side-item:last-child {
    margin-right: 0;
  }
  .article-side-list {
    white-space: nowrap;
    overflow: auto;
    width: 100%;
  }
  .article-side-board {
    padding: 15px 20px 15px 20px;
  }
  .article-side-board .article-name {
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
  }
  .article-side-board .article-main-pic {
    margin-bottom: 8px;
  }
  .article-side-doing-bar {
    padding-left: 10px;
  }
  .article-side-doing-bar .doing-item {
    font-size: 12px;
    margin-right: 20px;
  }
  .article-side-doing-bar [class*='ifont-'] {
    font-size: 14px;
  }
  .article-side-doing-bar .doing-label {
    display: none;
  }
  .comment-zone {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

