@charset "UTF-8";
.container .content {
  min-width: 0;
  background-color: var(--bg-2);
  padding: 22px;
  border-radius: 6px;
}

.page-title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.page-cite {
  display: block;
  text-align: center;
  margin-top: 8px;
}
.page-cite span {
  margin: 0 6px;
}

.page-body {
  overflow: hidden;
  position: relative;
  text-align: left;
  line-height: 1.75;
  margin-top: 20px;
  font-size: var(--t-size-middle);
}
.page-body a {
  text-decoration: underline;
  font-size: var(--t-size-middle);
}
.page-body p {
  margin-bottom: 16px;
}
.page-body h2 {
  margin-top: 30px;
  margin-bottom: 14px;
}
.page-body h2,
.page-body h2 a {
  font-size: 24px;
}
.page-body h3,
.page-body h3 a {
  font-size: 20px;
}
.page-body h4,
.page-body h4 a {
  font-size: 16px;
}
.page-body h5,
.page-body h5 a {
  font-size: 16px;
}
.page-body h6,
.page-body h6 a {
  font-size: 14px;
}
.page-body h3,
.page-body h4,
.page-body h5 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.page-body h1,
.page-body h2,
.page-body h3,
.page-body h4,
.page-body h5,
.page-body h6 {
  font-weight: 700;
  line-height: 1;
}
.page-body h2:before {
  content: "";
  width: 5px;
  height: 24px;
  background: var(--t-color-aux);
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}
.page-body pre {
  background-color: #f7f7f7;
  border: #eee solid 1px;
  padding: 10px;
  line-height: 1.7;
  overflow: hidden;
  zoom: 1;
  white-space: pre-wrap;
  word-wrap: break-word;
  *white-space: normal;
}
.page-body hr {
  margin: 10px 0;
}
.page-body img {
  margin: 10px 0;
  max-width: 100%;
  height: auto !important;
  border-radius: 4px;
}
.page-body th,
.page-body td {
  border: #ddd solid 1px;
  padding: 6px 8px;
}
.page-body .editor {
  display: none;
}
.page-body blockquote {
  border-left: var(--t-color-aux) solid 3px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: 4px;
}
.page-body blockquote p:last-child {
  margin-bottom: 0;
}
.page-body blockquote p:first-child {
  margin-top: 0;
}

.prev-next {
  margin-top: 12px;
}
.prev-next .prev,
.prev-next .next {
  line-height: 34px;
}
.on-vip-box {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #222));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #222 70%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 46px;
}
.on-vip-box .on-vip-btn {
  display: inline-block;
  width: 167px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--t-color-aux);
  font-size: 14px;
  font-weight: 500;
  color: var(--t-color-aux);
  line-height: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.comments-box {
  margin-top: 16px;
}
.comments-box .h {
  font-size: 18px;
  font-weight: 400;
}

.comment-form .comment-form {
  margin-top: 8px;
}
.comment-form textarea {
  width: 100%;
  min-height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: var(--t-color-primary01) solid 1px;
  border-radius: 6px;
  padding: 8px;
  line-height: 1.4;
}
.comment-form .comment-form-tool {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--t-color-primary03);
}

.comment-list {
  margin-top: 20px;
  font-size: 14px;
}
.comment-list .comment-item {
  margin-top: 16px;
}
.comment-list .comment-item:first-child {
  margin-top: 0;
}
.comment-list .comment-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comment-list .comment-header .user-name {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 4px;
}
.comment-list .comment-header .comment-cite {
  color: var(--t-color-primary04);
  font-size: 12px;
}
.comment-list .comment-header .comment-cite .city {
  margin-right: 6px;
}
.comment-list .comment-header .user-head {
  width: 34px;
  height: 34px;
  background-color: var(--bg-02);
  border-radius: 4px;
  margin-right: 4px;
}
.comment-list .comment-header .comment-tools {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.comment-list .comment-header .comment-tools span {
  padding: 4px;
  cursor: pointer;
}
.comment-list .comment-header .comment-tools span:hover {
  color: var(--t-color-aux);
}
.comment-list .comment-bd {
  padding-left: 38px;
  line-height: 1.6;
}
.comment-list .comment-reply {
  margin-top: 8px;
}
.comment-list .reply-who {
  margin: 0 4px;
}
.comment-list .reply.is-me,
.comment-list .good.is-me {
  display: none;
}
.comment-list .delete {
  display: none;
}
.comment-list .delete.is-me {
  display: inline-block;
}

.avatar-null .user-head {
  display: none;
}
.avatar-null .comment-bd {
  padding-left: 0;
}
.avatar-null .comment-reply {
  padding: 12px;
  background-color: var(--bg-03);
  border-radius: 4px;
}

.reply-text-box {
  margin-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: var(--t-color-primary01) solid 1px;
  border-radius: 6px;
}
.reply-text-box textarea {
  width: 100%;
  min-height: 30px;
  padding: 8px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.reply-text-box:empty {
  display: none;
}

.reply-textarea-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reply-textarea-tools .fn-btn {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 16px;
  margin: 0 1px 1px 0;
}

.group-photos {
  text-align: center;
}
.group-photos li {
  margin-top: 6px;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.group-photos li:first-child {
  margin-top: 0;
}
.group-photos img {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.group-photos .tools {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 1px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-photos .btn {
  height: 100%;
  line-height: normal;
  padding: 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.group-photos .btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--t-color-aux);
}
.group-photos .down:after {
  content: "下载高清无水印原图";
}
.group-photos .dots-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
  margin-left: -8px;
  opacity: 0.4;
}

.group-photos-swipe {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.group-photos-swipe .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  opacity: 0.8;
}
.group-photos-swipe .group-photos-swipe-list {
  width: 300vw;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.group-photos-swipe .group-photos-swipe-list li {
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
}
.group-photos-swipe .group-photos-swipe-list img {
  width: 100%;
}
.group-photos-swipe .group-photos-swipe-list .dots-loader {
  display: none;
}
.group-photos-swipe .group-photos-swipe-list .tools {
  height: 56px;
}
.group-photos-swipe .dot-dot {
  position: absolute;
  left: 0;
  bottom: 57px;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 0;
}
.group-photos-swipe .dot-dot i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 2px;
}
.group-photos-swipe .dot-dot i.on {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 800px) {
  .container .content {
    padding: 12px;
  }
  .page-title {
    font-size: 26px;
  }
}