div[data-v-a4f5e24a] {
  font-size: 16px;
}

.van-divider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:16px 0;color:#969799;font-size:14px;line-height:24px;border-color:#ebedf0;border-style:solid;border-width:0}.van-divider::after,.van-divider::before{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:1px 0 0}.van-divider::before{content:''}.van-divider--hairline::after,.van-divider--hairline::before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center::before,.van-divider--content-left::before,.van-divider--content-right::before{margin-right:16px}.van-divider--content-center::after,.van-divider--content-left::after,.van-divider--content-right::after{margin-left:16px;content:''}.van-divider--content-left::before{max-width:10%}.van-divider--content-right::after{max-width:10%}
.user-profile {
  width: 100%;
  height: 120px;
  background-color: #f1f5fa;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.user-profile img {
  border-radius: 50%;
  width: 46px;
}
.user-profile .van-cell__title {
  margin-left: 5px;
}
.user-profile .van-cell__title .van-cell__label {
  margin-top: 0;
}
.user-profile .details {
  background-color: transparent;
  padding: 10px;
}
.user-profile .setting {
  font-size: 24px;
  width: 24px;
  margin-left: auto;
  padding: 10px;
  position: relative;
  display: inherit;
}
.user-profile .user-name {
  font-weight: bold;
  font-size: 18px;
}
.user-group {
  margin-bottom: 0.3rem;
}
.user-group .van-cell__value {
  color: #999;
  font-size: 12px;
}
.user-links {
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
}
.user-links span {
  font-size: 30px;
  font-weight: bold;
}
.user-links .category {
  color: #999;
}
.user-links .van-icon {
  position: relative;
  width: 24px;
  font-size: 24px;
}


.background {
  background-size: 161px;
}

.date {
  font-size: 12px;
  color: #909399;
  text-align: right;
}
.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border-bottom: 1px solid #F2F6FC;
  word-wrap: break-word !important;
  white-space: normal;
  background: #FFFFFF;
}
.comment .comment-item {
  margin-bottom: 10px;
  border-bottom: 1px dashed #c8dde4;
}

.change-avatar {
  padding-right: 0;
}
.change-avatar .van-cell__title {
  width: 50px !important;
}

.van-rate{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer;-webkit-user-select:none;user-select:none}.van-rate__item{position:relative}.van-rate__item:not(:last-child){padding-right:4px}.van-rate__icon{display:block;width:1em;color:#c8c9cc;font-size:20px}.van-rate__icon--half{position:absolute;top:0;left:0;width:.5em;overflow:hidden}.van-rate__icon--full{color:#ee0a24}.van-rate__icon--disabled{color:#c8c9cc}.van-rate--disabled{cursor:not-allowed}.van-rate--readonly{cursor:default}
.van-share-sheet__header{padding:12px 16px 4px;text-align:center}.van-share-sheet__title{margin-top:8px;color:#323233;font-weight:400;font-size:14px;line-height:20px}.van-share-sheet__description{display:block;margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-share-sheet__options{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;padding:16px 0 16px 8px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.van-share-sheet__options--border::before{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:0;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-share-sheet__options::-webkit-scrollbar{height:0}.van-share-sheet__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.van-share-sheet__option:active{opacity:.7}.van-share-sheet__icon{width:48px;height:48px;margin:0 16px}.van-share-sheet__name{margin-top:8px;padding:0 4px;color:#646566;font-size:12px}.van-share-sheet__option-description{padding:0 4px;color:#c8c9cc;font-size:12px}.van-share-sheet__cancel{display:block;width:100%;padding:0;font-size:16px;line-height:48px;text-align:center;background:#fff;border:none;cursor:pointer}.van-share-sheet__cancel::before{display:block;height:8px;background-color:#f7f8fa;content:' '}.van-share-sheet__cancel:active{background-color:#f2f3f5}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.qrcode-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
.password-input {
  margin: 120px auto;
}
.article .article-meta .collect {
  float: right;
  font-size: 0.4rem;
}
.article .info-title {
  height: 44px;
  line-height: 44px;
  padding-left: 10px;
  border-left: 3px solid #ee0a24;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0 0;
  background: #fff;
}
.article .comments-info {
  background: #fff;
}
.article .comments-info-title {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 10px;
}
.article .active {
  color: #f44;
}
.article .article-cover {
  position: relative;
  padding: 10px;
  background: #fff;
  margin-top: 46px;
  text-align: center;
  max-width: 100%;
  overflow-x: auto;
}
.article .article-cover img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  overflow: hidden;
  font-size: 12px;
}
.article-tag {
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
}
.article-tag span {
  margin-right: 10px;
}
.article-tag i {
  color: red;
  margin-right: 3px;
}
.article-tag img {
  width: 12px;
  margin-right: 3px;
  margin-top: 6px;
}
.article-title h1 {
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #000;
}
.article-cell-group {
  margin: 15px 0;
}
.article-cell-group .van-cell__value {
  color: #999;
}
.article-info-title {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 10px;
}
.article-info {
  background: #fff;
}
.article-info .details {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  word-wrap: break-word !important;
  white-space: normal;
}
.article-info .copyright {
  padding: 10px;
  font-size: 15px;
  color: #999898;
}
.article-info .footer {
  font-size: 15px;
  color: #999898;
  padding: 10px;
  text-align: right;
}

