.swiper-open-img {
  z-index: 99;
  position: relative;
}
.swiper-open-img .swiper-container {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* max-width: 100%;
    max-height: 100%; */
}
.swiper-open-img .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.swiper-open-img .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.swiper-open-img .swiper-slide-index {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.swiper-open-img .swiper-slide-index {
  bottom: env(safe-area-inset-bottom);
}

/* #root{max-width: 640px;margin:0 auto} */
.vote-com {
  margin: 16px 16px 16px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 15px 12px;
  font-size: 13px;
}
.vote-com .title-box {
  color: #a0a0a0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.vote-com .style-a ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vote-com .style-a li {
  height: 36px;
  background: #ffffff;
  margin-bottom: 6px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  opacity: 0.5;
}
.vote-com .style-a li.isover {
  opacity: 0.5;
}
.vote-com .style-a li.cur {
  opacity: 1;
}
.vote-com .style-a .bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vote-com .style-a [class^="txt-"] {
  position: absolute;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.vote-com .style-a .icon {
  width: 15px;
  height: 15px;
  background: url(/static/1659930465563/images/vote-check.a292.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
  flex-shrink: 0;
  display: none;
}
.vote-com .style-a .txt-a .icon {
  background-image: url(/static/1659930465563/images/icon-black.f707.png);
}
.vote-com .style-a .icon-before {
  width: 15px;
  height: 15px;
  background: url(/static/1659930465563/images/vote-a-check-before.4f69.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
  flex-shrink: 0;
}
.vote-com .style-a .box {
  padding-top: 3px;
  margin-left: 5px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.vote-com .style-a [class^="txt-"] [class^="t"] {
  white-space: nowrap;
  line-height: 1.2;
}
.vote-com .style-a .txt-a {
  color: #000;
  width: 100%;
}
.vote-com .style-a .txt-b {
  color: #fff;
  background: url(/static/1659930465563/images/vote-bar-cur.4e4c.png) repeat-x 0 0;
  background-size: 100% 100%;
  width: 0;
  transition: all ease 0.5s;
}
.vote-com .style-a .t1 {
  margin-bottom: 2px;
  max-width: calc(100vw - 16px * 2 - 16px * 2 - 15px * 2 - 45px);
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 投票时间结束或已经投票 选中 */
.vote-com .style-a .t1_max_with_1 {
  max-width: calc(100vw - 64px - 30px - 60px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 投票时间结束或已经投票 未选中 */
.vote-com .style-a .t1_max_with_2 {
  max-width: calc(100vw - 64px - 30px - 40px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 投票前 选中 */
.vote-com .style-a .t1_max_with_3 {
  max-width: calc(100vw - 64px - 30px - 30px);
  height: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* 投票前 未选中 */
.vote-com .style-a .t1_max_with_4 {
  max-width: calc(100vw - 64px - 30px - 10px);
  height: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vote-com .style-a .t2 {
  font-size: 11px;
}
.vote-com .style-a .num {
  position: absolute;
  left: 0;
  top: 8px;
  width: calc(100vw - 16px * 2 - 16px * 2 - 15px * 2);
  text-align: right;
  max-width: calc(500px - 16px * 2 - 16px * 2 - 15px * 2);
}
.vote-com .style-a .button {
  margin: 15px auto 0;
  background-color: #fb7268;
  color: #fff;
  width: 65px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
}
.vote-com .style-a .button.un {
  opacity: 0.5;
}
/* .vote-com .style-a .cur .txt-b{background-image: url(./images/vote-bar-cur.png);} */
.vote-com .style-a .cur .icon {
  display: block;
}
.vote-com .style-b {
  font-size: 12px;
}
.vote-com .style-b ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.vote-com .style-b li {
  width: calc(33% - 5px);
  background: #e8e8e8;
  margin-bottom: 8px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.vote-com .style-b li:nth-child(3n+1) {
  margin-left: 0;
  padding-bottom: 6px;
}
.vote-com .style-b li.empty {
  background: none;
}
.vote-com .style-b .pic {
  width: 100%;
  padding-top: 87%;
  background-color: #ffffff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.vote-com .style-b .pic {
  background-image: url(/static/1659930465563/images/vote-loading.ddb3.png);
}
.vote-com .style-b .t1 {
  margin: 6px 6px 0;
  color: #161616;
  height: 30px;
  line-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vote-com .style-b .num {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px 0 0 0;
  padding: 0 8px 0 16px;
}
.vote-com .style-b .check-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: url(/static/1659930465563/images/vote-uncheck.ae7f.png) no-repeat;
  background-size: cover;
}
.vote-com .style-b .check-icon.cur {
  background-image: url(/static/1659930465563/images/vote-check-before.bbd0.png);
}
.vote-com .style-b .button {
  margin: 15px auto 0;
  background-color: #fb7268;
  color: #fff;
  width: 65px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
}
.vote-com .style-b .button.un {
  opacity: 0.5;
}

/* reset */
/* * { touch-action: pan-y; }  */
html,
body,
h1,
h2,
button,
p {
  margin: 0;
  padding: 0;
}
html,
body {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
html {
  color: #151515;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  max-width: 500px;
  line-height: 1.7;
  font-family: sans-serif;
  background: #ffffff;
  overflow-x: hidden;
  margin: 0 auto;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
a {
  text-decoration: none;
  color: #151515;
  outline: 0 none;
}
button {
  border: 0 none;
  outline: 0 none;
  background: transparent;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
.root {
  position: relative;
  z-index: 0;
}
.root * {
  /*webkit浏览器*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.body-fixed {
  position: fixed;
}
.flex-box {
  display: flex;
}
.align-center {
  align-items: center;
}
.flex-flow {
  flex: 1;
}
.flex-fixed {
  flex-shrink: 0;
}
.post-hold {
  background: url(/static/1659930465563/images/hold.7f96.png) no-repeat 50% 60px;
  background-size: 100%;
  min-height: 90vh;
  background-attachment: fixed;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate-compose {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-component {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.loading-component img {
  width: 100%;
  height: 100%;
  animation: rotate 2s ease infinite;
}
/* 提示弹出 */
.alert-model {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  justify-content: center;
  width: 100%;
  align-items: center;
  z-index: 10001;
}
.alert-model-in {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  max-width: 90%;
  word-break: break-all;
}
.pic-icon-del {
  background: url(/static/1659930465563/images/del-button.95b5.png) no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  background-size: cover;
}
.pic-icon-report {
  background: url(/static/1659930465563/images/report.6315.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.pic-icon-comment {
  background: url(/static/1659930465563/images/comment.4d03.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.pic-icon-like {
  background: url(/static/1659930465563/images/like.f1dd.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.pic-icon-liked {
  background: url(/static/1659930465563/images/liked.a9da.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.pic-icon-liking {
  background: url(/static/1659930465563/images/loading-circle.3696.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
  animation: rotate 2s ease infinite;
}
.pic-icon-more {
  background: url(/static/1659930465563/images/more.c28a.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.pic-icon-order {
  background: url(/static/1659930465563/images/order.7b67.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.icon-reply-to {
  background: url(/static/1659930465563/images/replyto.ee2c.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
}
/* .pic-icon-manage-smile{background: url(../images/smile.png) no-repeat;display: block;width: 15px;height: 15px;background-size: cover;} */
.icon-top {
  color: #fa7268;
  border-color: #fa7268;
}
.icon-top-all {
  color: #fa7268;
  border-color: #fa7268;
}
.icon-elite {
  color: #385dae;
  border-color: #385dae;
}
.icon-activity {
  color: #14c79d;
  border-color: #14c79d;
}
.icon-announce {
  color: #f5b800;
  border-color: #f5b800;
}
.disableScroll {
  overflow-y: hidden;
}
.border:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  transform-origin: left top;
  z-index: -1;
}
.article-page {
  padding-bottom: 50px;
}
.post-article {
  padding-bottom: 15px;
}
.post-article-attach {
  display: flex;
  align-items: flex-end;
  margin: 5px 15px 0;
  min-height: 28px;
  color: #a0a0a0;
  font-size: 13px;
  justify-content: space-between;
}
.post-article-attach-left {
  display: flex;
  font-size: 14px;
}
.post-article-attach-left .iconself-menu {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.post-article-attach-left .iconself-menu > span {
  margin-right: 5px;
}
.post-article-attach-left .icon-report {
  margin-right: 5px;
}
.post-article-attach-left .icon-edit {
  margin-right: 5px;
}
.post-article-attach-right {
  text-align: right;
}
.comment-title {
  display: flex;
  height: 45px;
  font-size: 16px;
  border-top: 5px solid #f1f1f1;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}
.comment-title-txt {
  font-weight: bold;
}
.comment-order-box {
  position: relative;
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  z-index: 2;
}
.comment-order-box .pic-icon-order {
  margin-left: 5px;
  width: 13px;
  height: 13px;
}
.comment-floor {
  border-bottom: 1px solid #f7f7f7;
}
.comment-floor .comment-attach {
  padding: 5px 15px 20px;
}
.comment-attach {
  font-size: 13px;
  color: #a0a0a0;
}
.comment-attach .toolbar {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
}
.comment-attach .iconself-vis {
  width: 57px;
  display: flex;
  align-items: center;
}
.comment-attach .iconself-vis .like-count {
  font-size: 12px;
  margin-left: 4px;
}
.comment-attach .iconself-vis .icon-like,
.comment-attach .iconself-vis .icon-comment,
.comment-attach .iconself-vis .icon-loading,
.comment-attach .iconself-vis .icon-more {
  font-size: 19px;
  cursor: pointer;
}
.comment-attach .iconself-vis .icon-loading {
  display: block;
  color: crimson;
  width: 19px;
  height: 19px;
  animation: rotate 2s linear infinite;
  cursor: default;
}
.comment-attach .pic-icon-comment {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.comment-attach .pic-icon-like {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.comment-attach .pic-icon-liking {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.comment-attach .pic-icon-liked {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.toolbar-hide {
  position: absolute;
  bottom: 30px;
  left: 112px;
  padding: 0 14px;
  width: 110px;
  border-radius: 10px;
  background: #fff;
  z-index: 2;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
.toolbar-hide .iconself-menu {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #323232;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
}
.toolbar-hide .iconself-menu .pic-icon-report {
  width: 16px;
  height: 16px;
  margin-right: 14px;
}
.toolbar-hide .iconself-menu .pic-icon-del {
  width: 15px;
  height: 15px;
  margin-right: 14px;
}
.user-box {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 13px;
  background: url(/static/1659930465563/images/lines.d266.png) repeat-x left top;
  background-size: auto 100%;
  min-height: 69px;
  margin-bottom: 15px;
}
.user-box .user-main {
  display: flex;
  align-items: center;
  flex: 1;
}
.user-box .user-main .nickname {
  height: 27px;
  font-weight: bold;
  word-break: break-word;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.user-box .user-main .info {
  padding-right: 20px;
}
.user-box .user-main .signature {
  word-break: break-word;
  height: 22px;
  font-size: 13px;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.user-box .user-main .authen {
  padding-left: 25px;
  display: block;
}
.user-box .user-main .authen-legal {
  background: url(/static/1659930465563/images/red@3x.dd9a.png) no-repeat left center;
  background-size: 18px 18px;
}
.user-box .user-main .authen-cp {
  background: url(/static/1659930465563/images/blue@3x.2b89.png) no-repeat left center;
  background-size: 18px 18px;
}
.user-box .user-main .authen-personal {
  background: url(/static/1659930465563/images/yellow@3x.5c38.png) no-repeat left center;
  background-size: 18px 18px;
}
.user-box .user-main .name {
  display: flex;
  align-items: center;
}
.user-box .user-main .avatar-wrap {
  position: relative;
  width: 59px;
  height: 59px;
  padding: 7px;
  margin-right: 13px;
  flex-shrink: 0;
}
.user-box .user-main .avatar {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  background: url(/static/1659930465563/images/avatar.f3df.png) no-repeat;
  background-size: cover;
}
.user-box .user-main .avatar-attach {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.user-box .user-main .level {
  margin-left: 10px;
  display: flex;
}
.user-box .user-main .level .icon-level {
  font-size: 17px;
  display: flex;
  width: 20px;
  height: 20px;
  min-width: 16px;
}
.user-box .user-attach {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
/* relevant css, not the component */
.user-box .user-attach .floor-num {
  font-size: 13px;
  color: #a0a0a0;
}
.user-box .user-attach .icon-hot {
  font-size: 19px;
}
.user-box .user-attach .no-hot {
  line-height: 27px;
}
.post-article .user-box .user-attach {
  align-items: center;
  flex-direction: row;
}
.user-box .user-attach .btn-focus > span {
  display: block;
  font-size: 30px;
  cursor: pointer;
}
.user-box .user-attach .btn-focus > .icon-focus {
  font-size: 13px;
  border: 1px solid #fa7268;
  padding: 7px 13px;
  background: #fff;
  border-radius: 14px;
}
.comment-reply-container {
  margin-left: 49px;
  padding-bottom: 5px;
}
.comment-reply-content {
  padding-top: 10px;
}
.comment-reply-content .comment-reply-title {
  display: flex;
  align-items: center;
  min-height: 25px;
  margin-bottom: 12px;
  padding-right: 15px;
}
.comment-reply-content .comment-reply-title .nickname {
  font-size: 15px;
  font-weight: bold;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.comment-reply-content .post-article-content {
  padding-left: 0;
}
.comment-reply-content .comment-attach {
  padding-left: 0;
  padding-bottom: 15px;
}
.comment-reply-content .reply-to {
  font-size: 15px;
}
.comment-reply-content .reply-to .icon-reply-to {
  font-size: 12px;
  margin: 0 15px;
}
.more-replies {
  height: 40px;
  line-height: 44px;
  color: #ff4539;
  cursor: pointer;
  margin-left: 55px;
  margin-top: -10px;
}
.comment-data-loading {
  padding: 15px;
  font-size: 14px;
  color: #a5a5a5;
  border-top: 1px solid #efefef;
  text-align: center;
}
/* 话题样式 */
.post_tags {
  display: flex;
  align-items: center;
  margin: 0 15px 7px;
  flex-wrap: wrap;
}
.post_tags span {
  background: url(/static/1659930465563/images/tags-mark.2396.png) no-repeat 10px 50% #fef0ed;
  background-size: 12px 12px;
  border-radius: 28px;
  color: #fa7268;
  padding: 0 10px 1px 25px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.post_tags span font {
  font-size: 13px;
  line-height: 13px;
}
/* select 组件 */
.select-component {
  height: 20px;
}
.select-component-options {
  padding: 5px;
  position: absolute;
  right: 4vw;
  top: 38px;
  background-color: #fff;
  width: 130px;
  border-radius: 5px;
  color: #303030;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
/* .select-component-options::before{content:"";display: block;width: 10px;height: 10px;background: #fff;transform: rotate(45deg);position: absolute;top: -6px;right: 20px;border: 1px solid #eee;border-bottom-color: transparent;border-right-color: transparent;} */
.select-component-option {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-component-option .icon-checked {
  float: right;
  width: 16px;
  height: 14px;
  background: url(/static/1659930465563/images/checked.e8a4.png) no-repeat;
  background-size: contain;
}
/* 主题管理 */
.managementModel-outerBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 9;
}
.managementModel-innerBox {
  width: 310px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
}
.managementModel-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.managementModel-flex-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 14px;
}
.managementModel-flex-space-between .managementModel-title {
  margin-bottom: 0;
  width: 70px;
}
.managementModel-flex-space-between .managementModel-title-row {
  width: 100%;
}
.managementModel-flex-space-between .managementModel-buttons {
  flex: 1;
}
.managementModel-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.managementModel-button {
  font-size: inherit;
  cursor: pointer;
  color: #0099ff;
}
.managementModel-confirm {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ff3333;
}
.managementModel-buttons-unset {
  display: flex;
}
.managementModel-buttons-unset > button {
  flex: 1;
  box-sizing: border-box;
  height: 40px;
}
.managementModel-buttons-unset > button:nth-of-type(2) {
  border-left: 1px solid #e4e4e4;
}
.managementModel-cancel {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #656565;
}
.managementModel-log {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #0099ff;
}
.managementModel-select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px 14px 14px;
}
.managementModel-select-box .managementModel-label {
  margin-right: 10px;
}
.managementModel-select {
  position: relative;
  outline: none;
  flex: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f1f1f1;
  width: 164px;
  height: 30px;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #777777;
  text-indent: 10px;
}
.managementModel-line {
  height: 1px;
  background: #e4e4e4;
}
.managementModel-checkbox-box {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0 14px;
}
.managementModel-checkbox-group {
  display: flex;
  padding-bottom: 15px;
}
.managementModel-lable {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  user-select: none;
}
.managementModel-buttons > .managementModel-lable:nth-last-of-type(1) {
  margin-right: 0;
}
.managementModel-check {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #555;
  margin-right: 3px;
}
.managementModel-checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
.managementModel-checkbox:checked + .managementModel-check {
  background: #3db5e6;
  border-color: #3db5e6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.managementModel-checkbox:checked + .managementModel-check:before {
  content: "√";
  font-size: 10px;
}
.managementModel-justify-end {
  justify-content: flex-end;
}
/* 说的不错 */
.niceComment {
  display: flex;
  color: #6bbad7;
  align-items: center;
  min-height: 40px;
  padding: 10px;
  border-radius: 40px;
  background: #e1f1f7;
  position: relative;
  flex-wrap: wrap;
  background-image: url(/static/1659930465563/images/smile.a4b3.png);
  background-size: 25px auto;
  padding-left: 35px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.niceComment .aevter {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eee;
  font-size: 14px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.niceComment .icon-manage-smile {
  font-size: 22px;
  margin-right: 8px;
}
.niceComment .name {
  color: #323232;
  font-weight: bold;
  margin-right: 3px;
}
.niceComment .txt {
  font-size: 14px;
  font-weight: bold;
}
.niceComment .txt span {
  margin-right: 8px;
}
.niceComment .pos-left {
  display: flex;
  flex: 1;
  align-items: center;
}
.niceComment .pos-right {
  display: flex;
  align-items: center;
}
.niceComment .author {
  margin-right: 10px;
  font-size: 13px;
}
.niceComment .clickable {
  text-decoration: underline;
  font-style: normal;
}
/* 该回复已被隐藏 */
.hiddenComment {
  border: 1px dashed #fa7268;
  color: #ff4539;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.niceComment,
.hiddenComment {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 24px;
}
.comment-reply-content > .niceComment,
.comment-reply-content > .hiddenComment {
  margin-left: 0;
}
/* MasterError */
.manage-hint {
  position: relative;
  color: #fa7268;
}
.manage-hint-title {
  display: flex;
  align-items: center;
  padding-left: 15px;
  background: url(/static/1659930465563/images/lock.ee0b.png) no-repeat 0 50%;
  background-size: 13px auto;
}
.manage-hint-title .icon-manage-lock {
  font-size: 16px;
}
.manage-hint-title .txt {
  font-size: 16px;
  color: #fa7268;
  font-weight: bold;
  margin-left: 5px;
}
.manage-hint p {
  font-size: 14px;
}
.manage-hint p > span {
  margin-right: 15px;
}
.manage-hint p > span:nth-last-of-type(1) {
  margin-right: 0;
}
.manage-hint a {
  color: inherit;
  text-decoration: underline;
}
.manage-hint .button {
  position: absolute;
  right: 0;
  top: 0;
}
.manage-hint .clickable {
  text-decoration: underline;
  font-style: normal;
}
/* 全屏回复框 */
.reply-input-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.reply-input-info {
  display: flex;
  align-items: center;
  height: 55px;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 15px;
  color: #a0a0a0;
  margin-top: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.reply-input-close-button {
  background: url(/static/1659930465563/images/close-button.8d74.png);
  width: 14px;
  height: 14px;
  background-size: contain;
}
/* .reply-input-send-button{color: #23ade5;font-size: 16px;} */
.reply-input-editor-box {
  border-top: 1px solid #e8e8e8;
}
/* 全屏回复框 编辑器样式 */
.reply-input-box .w-e-text-container {
  border: none !important;
}
.reply-input-box .w-e-toolbar {
  display: none !important;
}
.reply-input-box .w-e-text {
  -webkit-overflow-scrolling: touch;
  padding: 0 20px !important;
}
.reply-input-box img {
  max-width: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;
}
/* xr */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  /* .w-e-text-container{} */
}
/* xs max */
/* x xs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* .w-e-text-container{} */
}
/* 全屏回复框 工具条 */
.reply-input-file {
  visibility: hidden;
  position: absolute;
  top: -9999999px;
}
.reply-input-toolbar {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 60px;
  align-items: center;
  display: flex;
  position: relative;
  padding: 0 10px;
}
.reply-input-expression-handle {
  width: 48px;
  height: 36px;
  background: url(/static/1659930465563/images/expression.9264.png) no-repeat 50% 50% #f1f1f1;
  background-size: 22px;
  border-radius: 8px;
}
.reply-input-expression-handle.active {
  background-image: url(/static/1659930465563/images/expression-cur.4b69.png);
}
.reply-input-upload-handle {
  width: 48px;
  height: 36px;
  background: url(/static/1659930465563/images/upload.e019.png) no-repeat 50% 50% #f1f1f1;
  background-size: 22px;
  border-radius: 8px;
  margin-left: 10px;
}
.reply-input-upload-handle-native {
  width: 48px;
  height: 36px;
  background: url(/static/1659930465563/images/upload.e019.png) no-repeat 50% 50% #f1f1f1;
  background-size: 22px;
  border-radius: 8px;
  margin-left: 10px;
}
.reply-input-content-count {
  position: absolute;
  right: 85px;
  color: #a0a0a0;
}
.reply-input-send-button {
  font-size: 16px;
  background: #fa7268;
  color: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 36px;
  position: absolute;
  right: 12px;
}
/* 全屏回复框 表情 */
.reply-input-expression {
  font-size: 13px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px;
  display: none;
}
.reply-input-expression .reply-input-expression-scroll {
  overflow: hidden;
}
.reply-input-expression ul {
  overflow: hidden;
  list-style: none;
  float: left;
}
.reply-input-expression li {
  float: left;
  width: 28vw;
  height: 30px;
  text-indent: 10px;
}
#root.scroll-hidden {
  position: fixed;
  top: -9999999px;
}
.w-e-text-container {
  box-sizing: border-box;
  word-break: break-all;
  word-break: break-word;
  color: #151515;
  transition: height ease 0.5s;
}
/* B站等级图标 */
/* 举报框 */
.reportModel-outerBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.reportModel-innerBox {
  width: 376px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  color: #777777;
}
.reportModel-title {
  font-size: 15px;
  font-weight: bold;
  color: #151515;
  margin: 0 16px;
  height: 45px;
  line-height: 45px;
}
.reportModel-checkbox-box {
  overflow: hidden;
  color: #777777;
  margin: 0 16px;
  font-size: 13px;
}
.reportModel-lable {
  width: 50%;
  display: flex;
  align-items: center;
  float: left;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
.reportModel-check {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 2px solid #a0a0a0;
  border-radius: 50%;
  margin-right: 6px;
}
.reportModel-checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
.reportModel-checkbox:checked + .reportModel-check {
  background: #fa7268;
  border-color: #fa7268;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reportModel-textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 3px;
  border: none;
}
.reportModel-reason {
  margin: 0 16px;
  margin-bottom: 22px;
}
.reportModel-buttons {
  display: flex;
  align-items: center;
  border-top: 1px solid #f1f1f1;
}
.reportModel-confirm,
.reportModel-cancel {
  cursor: pointer;
  width: 50%;
  color: #00b7ee;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  text-align: center;
}
.reportModel-confirm {
  color: #fa7268;
}
.reportModel-cancel {
  color: #777777;
  border-right: 1px solid #f1f1f1;
}
/* post页面 固定在屏幕底部工具条 */
.comment-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  min-height: 50px;
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
  z-index: 3;
  font-size: 13px;
  color: #a0a0a0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-bar .right-box {
  height: 100%;
  display: flex;
  align-items: center;
}
.comment-bar .say-input {
  height: 32px;
  width: 50%;
  padding-left: 20px;
  position: relative;
  float: left;
  margin-left: 15px;
  display: flex;
  align-items: center;
  background: #f1f1f1;
  border-radius: 32px;
  color: #a0a0a0;
}
.comment-bar .public-style-01 {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-right: 20px;
}
.comment-bar .public-style-02 {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.comment-bar .like-box {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-right: 20px;
}
.comment-bar .like-box .like-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/static/1659930465563/images/like.f1dd.png);
}
.comment-bar .like-box .liking-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/static/1659930465563/images/loading-circle.3696.png);
  animation: rotate 2s ease infinite;
}
.comment-bar .like-box .liked-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/static/1659930465563/images/liked.a9da.png);
}
.comment-bar .message-box {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-right: 20px;
}
.comment-bar .message-box .message-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/static/1659930465563/images/comment.4d03.png);
}
.comment-bar .more-box {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-right: 20px;
}
.comment-bar .more-box .more-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/static/1659930465563/images/more.c28a.png);
}
.comment-bar .count {
  height: 20px;
}
.comment-bar .placehoder {
  background-color: #fff;
  top: 49px;
  left: 0;
  width: 100%;
  position: absolute;
}
.loading-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.loading-window-img {
  width: 55px;
  height: 55px;
  background: url(/static/1659930465563/images/loading-circle-composer.53cb.png) no-repeat;
  background-size: contain;
  animation: rotate-compose 1s linear infinite;
  opacity: 0.5;
}
.uploading,
.uploaded {
  display: block;
  margin: 0 auto !important;
}
.uploading {
  opacity: 0.5;
}
/* 板块页面 */
.forum-page {
  font-size: 13px;
  background-color: #efefef;
}
/* 板块导航 */
.forum-page-tab-nav-placeholder-1 {
  height: 40px;
}
.forum-page-tab-nav-placeholder-2 {
  height: 84px;
}
.forum-page-tab-nav {
  height: 40px;
  display: flex;
  align-items: center;
  color: #a0a0a0;
  justify-content: space-around;
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 0 30px;
}
.forum-page-tab-nav > * {
  height: 24px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
  color: #151515;
}
.forum-page-tab-nav .active {
  background: #00a1d6;
  color: #fff;
  border-radius: 12px;
}
.forum-page-tab-nav.top0 {
  top: 0;
  border-top: 4px solid #f1f1f1;
}
/* 子版块导航条 */
.forum-page-subforums-nav {
  overflow: hidden;
  overflow-x: auto;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
}
.forum-page-subforums-nav-box {
  display: flex;
  margin: 0 12px;
}
.forum-page-subforums-nav-item {
  margin-right: 8px;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 9px;
  height: 28px;
  display: flex;
  align-items: center;
  color: #a0a0a0;
  background-color: rgba(160, 160, 160, 0.1);
  padding: 5px 8px;
}
.forum-page-subforums-nav-item.active {
  color: #23ade5;
  background: rgba(35, 173, 229, 0.1);
}
/* 点击跳转到发表页面 */
.forum-page-to-compose-button {
  position: fixed;
  bottom: 85px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: url(/static/1659930465563/images/compose.73c5.png) no-repeat;
  background-size: contain;
}
/* 刷新按钮 */
.forum-page-to-reload-button {
  position: fixed;
  bottom: 145px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: url(/static/1659930465563/images/reload.d3ce.png) no-repeat;
  background-size: contain;
}
.forum-page-to-reload-button.rotate {
  animation: rotate 2s ease infinite;
}
/* 每个列表块 */
.list-item {
  padding-top: 16px;
  padding-bottom: 10px;
  background: #ffffff;
  margin-bottom: 12px;
  border-radius: 3px;
  font-size: 12px;
}
.list-item-floor-01 {
  font-size: 12px;
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 8px;
}
.list-item-avatar {
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  margin-left: 8px;
  background-image: url(/static/1659930465563/images/avatar.f3df.png);
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.list-item-nickname {
  color: #151515;
  margin-left: 7px;
}
.list-item-time {
  color: #a0a0a0;
  margin-left: 7px;
}
.list-item-floor-02 {
  margin: 0 13px 5px;
  line-height: 1.5;
}
.list-item-floor-02 .list-item-tag {
  top: -2px;
}
.list-item-title {
  font-size: 18px;
  color: #151515;
  font-weight: normal;
}
.list-item-tag {
  font-size: 11px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
  position: relative;
  top: -1px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}
.list-item-rtitle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list-item-video-icon {
  width: 17px;
  height: 15px;
  background: url(/static/1659930465563/images/video.1881.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.list-item-content {
  color: #a0a0a0;
  margin: 0 13px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.list-item-images {
  margin: 0 15px;
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.list-item-opent-blank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-item-images-item {
  background-color: #e8e8e8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.list-item-images-item.pic-a {
  width: 48%;
  padding-top: 35%;
}
.list-item-images-item.pic-b {
  width: 32%;
  padding-top: 32%;
}
.list-item-images-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-item-images-inner img {
  max-height: inherit;
  max-width: inherit;
}
.list-item-images-inner img.list-item-images-pic {
  width: 100%;
  height: 100%;
}
.list-item-images-inner img[max-height] {
  max-height: 100%;
  width: initial;
  height: initial;
}
.list-item-images-inner img[max-width] {
  max-width: 100%;
  width: initial;
  height: initial;
}
.list-item-images-last-count {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 22px;
}
.list-item-floor-03 {
  display: flex;
  color: #777777;
  margin: 10px 15px 0;
  height: 20px;
  align-items: baseline;
  position: relative;
}
.list-item-display-view-count,
.list-item-like,
.list-item-comment-count {
  display: flex;
  height: 100%;
  width: 80px;
  align-items: center;
}
.list-item-display-view-count-icon {
  background: url(/static/1659930465563/images/count.cde7.png) no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 5px;
}
.list-item .favorites {
  position: absolute;
  right: 0;
  bottom: 0;
}
.list-item-like-icon {
  background: url(/static/1659930465563/images/like.f1dd.png) no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 5px;
}
.list-item-liked-icon {
  background: url(/static/1659930465563/images/liked.a9da.png) no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 5px;
}
.list-item-liking-icon {
  background: url(/static/1659930465563/images/loading-circle.3696.png) no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 5px;
  animation: rotate 2s ease infinite;
}
.list-item-comment-count-icon {
  background: url(/static/1659930465563/images/comment.4d03.png) no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 5px;
}
/* 最热页面 */
.list-hot-item {
  background: #fff;
  margin: 10px 10px 0;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
.list-hot-link {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  color: #323232;
  padding: 20px 0;
}
.list-hot-content {
  flex: 1;
  margin-right: 10px;
}
.list-hot-top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 42px;
}
.list-hot-index {
  width: 42px;
  flex-shrink: 0;
  font-weight: bold;
  color: #ff4539;
  text-align: center;
  font-size: 22px;
}
.list-hot-title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #151515;
  font-size: 16px;
  margin-bottom: 15px;
}
.list-hot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  color: #777777;
  font-size: 14px;
}
.list-hot-num {
  background: url(/static/1659930465563/images/hot.3af4.png) no-repeat 0 50%;
  background-size: 16px 16px;
  padding-left: 20px;
  min-height: 16px;
}
.list-hot-bottom .default-icon {
  margin-right: 5px;
}
.list-hot-bottom > div {
  display: flex;
  align-items: center;
}
.list-hot-bottom .icon-hot {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.list-hot-bottom .icon-forum {
  width: 9px;
  height: 9px;
  background-size: cover;
}
.list-hot-numwrap {
  margin-top: 2px;
}
/* 汇总样式 */
.forum-collect-container {
  font-size: 13px;
  margin: 0 10px;
}
.forum-collect-name {
  color: #151515;
  font-size: inherit;
  font-weight: normal;
  line-height: 40px;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.forum-collect-name:before {
  background: #00a1d6;
  width: 4px;
  height: 13px;
  border-radius: 4px;
  content: "";
  display: block;
  margin-right: 5px;
}
.forum-collect-ul {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
}
.forum-collect-li {
  border-bottom: 1px solid #f1f1f1;
  margin-left: 10px;
  list-style: none;
}
.forum-collect-li:last-child {
  border: none;
}
.forum-collect-a {
  color: #777777;
  display: block;
  padding: 12px 0 10px;
}
/* 发表页面 */
.compose-page {
  color: #212121;
  background: #ffffff;
}
.compose-page :focus {
  outline: none;
}
.compose-page-top-placeholder {
  height: 55px;
}
.compose-page-top {
  display: flex;
  align-items: center;
  height: 55px;
  justify-content: space-between;
  padding: 15px 15px 0;
  font-size: 15px;
  color: #a0a0a0;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}
.compose-page-close-button {
  background: url(/static/1659930465563/images/close-button.8d74.png);
  width: 14px;
  height: 14px;
  background-size: contain;
}
.compose-page-close-button2 {
  background: url(/static/1659930465563/images/close-button.8d74.png);
  width: 14px;
  height: 14px;
  background-size: contain;
}
.compose-page-send-text {
  color: #000;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 15px;
}
.compose-page-title-box {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  height: 40px;
  position: relative;
}
.compose-page-title-input {
  border: none;
  height: 100%;
  width: 100%;
  text-indent: 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  background: none;
  background-color: #fff;
  outline: 0 none;
}
.compose-page .w-e-text-container {
  border: none !important;
}
.compose-page .w-e-toolbar {
  display: none !important;
}
.compose-page .w-e-text {
  -webkit-overflow-scrolling: touch;
  padding: 0 20px !important;
}
.compose-page-file {
  visibility: hidden;
  position: absolute;
  top: -99999px;
  left: -9999px;
}
/* xs max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .compose-page .w-e-text-container {
    height: 322px !important;
  }
}
/* #compose-editor{position: relative;} */
.compose-editor-toolbar {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 60px;
  align-items: center;
  display: flex;
  position: relative;
}
.compose-page-expression-handle {
  width: 48px;
  height: 36px;
  background: url(/static/1659930465563/images/expression.9264.png) no-repeat 50% 50% #f1f1f1;
  background-size: 22px;
  border-radius: 8px;
}
.compose-page-expression-handle-active {
  background-image: url(/static/1659930465563/images/expression-cur.4b69.png);
}
.compose-page-upload-handle {
  width: 48px;
  height: 36px;
  background: url(/static/1659930465563/images/upload.e019.png) no-repeat 50% 50% #f1f1f1;
  background-size: 22px;
  border-radius: 8px;
  margin-left: 10px;
}
.compose-page-content-count {
  position: absolute;
  right: 15px;
  color: #a0a0a0;
}
.compose-page-expression {
  font-size: 13px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px;
}
.compose-page-expression ul {
  overflow: hidden;
  list-style: none;
  height: 120px;
}
.compose-page-expression li {
  float: left;
  width: 33vw;
  height: 30px;
  text-indent: 10px;
}
.compose-page .uploading,
.compose-page .uploaded {
  display: block;
  margin: 0 auto !important;
}
.compose-page .uploading {
  opacity: 0.5;
}
/* 发表前 选择版块弹窗 */
.confirmForum {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirmForum-inner {
  background: #fff;
  width: 90%;
  border-radius: 10px;
}
.confirmForum-title {
  text-align: center;
  color: #151515;
  margin: 16px 0 14px;
  font-size: 20px;
}
.confirmForum-forums {
  display: flex;
  flex-wrap: wrap;
  margin: 0 12px;
}
.confirmForum-forums-item {
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 9px;
  height: 28px;
  color: #a0a0a0;
  background-color: #f1f1f1;
  padding: 5px 8px;
  max-width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.confirmForum-forums-item.active {
  color: #fa7268;
  background: #fee8e7;
}
.confirmForum-buttons {
  display: flex;
  border-top: 1px solid #f1f1f1;
}
.confirmForum-buttons > div {
  display: flex;
  width: 50%;
  height: 40px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.confirmForum-cancel {
  color: #151515;
  border-right: 1px solid #f1f1f1;
}
.confirmForum-determine {
  color: #fa7268;
}
/* 头部固定导航 */
.topNav {
  position: relative;
  z-index: 11;
  font-size: 13px;
}
.topNav-stateholder {
  height: env(safe-area-inset-top);
}
/* .topNav-stateholder{height: 20px;} */
/* x xs */
/* @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .topNav-stateholder{height: 44px;}
} */
/* xr */
/* @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .topNav-stateholder{height: 44px;}
} */
/* xs max */
/* @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .topNav-stateholder{height: 44px;}
} */
.topNav-flex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.topNav-placeholder,
.topNav-flex-inner {
  height: 40px;
  width: 100%;
}
.topNav-flex-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.topNav-flex-inner .box {
  display: flex;
  align-items: center;
}
.topNav-backButton {
  height: 100%;
  width: 50px;
  cursor: pointer;
  background: url(/static/1659930465563/images/back-button.fce1.png) no-repeat 0 50%;
  background-size: 10px 17px;
  margin-left: 10px;
  position: relative;
}
.topNav-backHomeButton {
  height: 100%;
  width: 50px;
  cursor: pointer;
  background: url(/static/1659930465563/images/home-new.c37d.png) no-repeat 0 50%;
  background-size: 40px;
  margin-left: 10px;
  position: relative;
}
.topNav-closeButton {
  height: 100%;
  width: 50px;
  cursor: pointer;
  background: url(/static/1659930465563/images/close-button.8d74.png) no-repeat 0 50%;
  background-size: 14px 14px;
  margin-left: 12px;
  position: relative;
}
.topNav-downloadButton {
  margin-right: 10px;
  cursor: pointer;
  color: #fff;
  background: #fa7268;
  padding: 3px 10px;
  border-radius: 18px;
}
.topNav-openApp {
  margin-right: 10px;
  cursor: pointer;
  color: #fa7268;
  background: #fff;
  padding: 3px 10px;
  border-radius: 18px;
  border: 1px solid #fa7268;
}
.topNav-openApp a {
  color: #fa7268;
}
.topNav-text {
  color: #000;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0 40px;
  font-size: 15px;
  text-overflow: ellipsis;
}
.topNav-back-post {
  font-size: 12px;
  color: #ff4539;
  margin-right: 10px;
  position: absolute;
  right: 0;
}
.topNav-copy-button {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #a0a0a0;
}
/* 错误页面 */
.error-page-img {
  background: url(/static/1659930465563/images/img_holder_error.2be7.png) no-repeat 50% 50%;
  height: 200px;
  background-size: contain;
  margin: 100px 0 20px;
}
.error-page-title {
  text-align: center;
}
.home-page {
  background: #efefef;
}
.home-banner {
  position: relative;
  width: 100%;
  padding-top: 30%;
}
.home-banner .home-banner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-list-box {
  padding: 8px;
}
/* 没有内容 */
.no-content {
  display: block;
  height: calc(70vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0a0a0;
}
.no-content .inner {
  text-align: center;
}
.no-content .inner:before {
  content: "";
  background: url(https://i0.hdslb.com/bfs/bigfun/e993d75d20db5d1c62adc4de3b6560f83439f736.png) no-repeat;
  background-size: cover;
  display: block;
  width: 170px;
  height: 140px;
  margin: 15px 0;
}
.confirm-dialog {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.confirm-dialog .confirm-dialog-box {
  border-radius: 10px;
  background: #f1f1f1;
  width: 70%;
}
.confirm-dialog .confirm-dialog-title {
  color: #000000;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}
.confirm-dialog .confirm-dialog-buttons {
  display: flex;
  justify-content: center;
}
.confirm-dialog .confirm-dialog-buttons > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0.5em 0;
}
.confirm-dialog .confirm-dialog-cancel {
  color: #2462da;
  border-right: 1px solid #d2d2d2;
}
.confirm-dialog .confirm-dialog-determine {
  color: #ba4f30;
}
.select-dialog {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /*webkit浏览器*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-dialog* {
  /*webkit浏览器*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-dialog .select-dialog-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.select-dialog .select-dialog-box {
  width: 90%;
  color: #151515;
  text-align: center;
  position: relative;
}
.select-dialog .select-dialog-buttons {
  border-radius: 1em;
  overflow: hidden;
}
.select-dialog .select-dialog-buttons > div {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.8em 0;
}
.select-dialog .select-dialog-buttons > div:last-child {
  border: none;
}
.select-dialog .select-dialog-buttons > div.selected {
  color: #ff4539;
}
.select-dialog .select-dialog-cancel {
  background-color: #ffffff;
  margin: 1em 0;
  padding: 0.8em 0;
  border-radius: 1em;
  color: #a0a0a0;
}
.forum-page-banner {
  height: 240px;
  background: #777777;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 50%;
}
.forum-page-banner:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
}
.forum-page-banner-title {
  font-size: 24px;
  font-weight: bold;
  top: 130px;
  position: absolute;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.forum-page-banner-info {
  display: flex;
  align-items: center;
  top: 170px;
  position: absolute;
  margin-left: 15px;
  font-size: 14px;
}
.forum-page-banner-info::before {
  content: "";
  display: block;
  background: url(/static/1659930465563/images/banzhu.4507.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.forum-page-banner-info ul {
  display: flex;
  list-style: none;
}
.forum-page-banner-info ul li {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-right: -5px;
}
.forum-page-banner-info .spot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 5px;
}
/* 置顶列表 */
.forum-page-tops-list {
  background-color: #fff;
  padding: 5px 0;
  font-size: 14px;
  border-radius: 10px;
  margin: 0 8px;
  position: relative;
  margin-top: -30px;
}
.forum-page-tops-item {
  margin: 0 15px;
  height: 30px;
  white-space: nowrap;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.foum-page-nav-level-1 {
  height: 64px;
}
.foum-page-nav-level-1 ul {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 15px;
}
.foum-page-nav-level-1 li {
  font-size: 16px;
  color: #a0a0a0;
  border-bottom: 2px solid transparent;
  margin-right: 22px;
  cursor: pointer;
}
.foum-page-nav-level-1 li:last-child {
  margin-right: 0;
}
.foum-page-nav-level-1 .cur {
  color: #151515;
  font-weight: bold;
  border-color: #fa7268;
}
.foum-page-nav-level-2 {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.foum-page-nav-level-2 .scroll {
  height: 100%;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}
.foum-page-nav-level-2 ul {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  width: fit-content;
}
.foum-page-nav-level-2 li {
  height: 26px;
  background: #ffffff;
  color: #a0a0a0;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-right: 8px;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.foum-page-nav-level-2 li.cur {
  background: #f7e2e0;
  color: #fa7268;
}
.foum-page-nav-level-2 li:last-child {
  margin-right: 0;
}
.foum-page-nav-order {
  display: flex;
  flex-shrink: 0;
  position: relative;
  color: #a0a0a0;
  height: 28px;
  background: #ffffff;
  align-items: center;
}
.foum-page-nav-order-title {
  padding: 0 10px;
  background-size: 6px 10px;
  display: flex;
  align-items: center;
}
.foum-page-nav-order-title:after {
  content: "";
  display: block;
  background: url(/static/1659930465563/images/forum_order.ccee.png) no-repeat right 50%;
  background-size: cover;
  width: 6px;
  height: 10px;
  margin-left: 5px;
}
.foum-page-nav-order-select {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.forum-page-inner {
  background: #f7f7f7;
  border-radius: 15px 15px 0 0;
  padding: 8px;
  min-height: 70vh;
}
.article-page .post-user-info-big {
  font-size: 14px;
  height: 40px;
  position: relative;
  display: flex;
  color: #a0a0a0;
  align-items: center;
  margin-bottom: 16px;
}
.article-page .post-user-info-big .avatar {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  margin-right: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  position: relative;
}
.article-page .post-user-info-big .avatar .widget {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}
.article-page .post-user-info-big .txt-box {
  width: calc(100% - 120px);
}
.article-page .post-user-info-big .name {
  display: flex;
  align-items: center;
}
.article-page .post-user-info-big .name .icon-level {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.article-page .post-user-info-big .signature {
  font-size: 12px;
  display: flex;
  white-space: nowrap;
}
.article-page .post-user-info-big .signature .t {
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-page .post-user-info-big .signature .authen {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.article-page .post-user-info-big .signature .authen-legal {
  background: url(/static/1659930465563/images/red@3x.dd9a.png) no-repeat left center;
  background-size: 18px 18px;
}
.article-page .post-user-info-big .signature .authen-cp {
  background: url(/static/1659930465563/images/blue@3x.2b89.png) no-repeat left center;
  background-size: 18px 18px;
}
.article-page .post-user-info-big .signature .authen-personal {
  background: url(/static/1659930465563/images/yellow@3x.5c38.png) no-repeat left center;
  background-size: 18px 18px;
}
.article-page .post-user-info-big .follow-button {
  width: 59px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 6px;
}
.article-page .post-user-info-big .no-follow {
  background-image: url(/static/1659930465563/images/follow-not.5f4e.png);
}
.article-page .post-user-info-big .is-follow {
  background-image: url(/static/1659930465563/images/follow-is.729e.png);
}
.article-page .post-user-info-big .both-follow {
  background-image: url(/static/1659930465563/images/follow-both.729e.png);
}
.article-page .post-user-info-big .like-button {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.article-page .post-user-info-big .is-like {
  background-image: url(/static/1659930465563/images/liked.a9da.png);
}
.article-page .post-user-info-big .not-like {
  background-image: url(/static/1659930465563/images/like.f1dd.png);
}
.article-page .post-user-info-big .ing-like {
  background-image: url(/static/1659930465563/images/loading-circle.3696.png);
  animation: rotate 2s ease infinite;
}
.article-page .post-user-info-big .like-count {
  position: absolute;
  top: 20px;
  right: 4px;
}
.article-page .post-user-info-small {
  font-size: 12px;
  height: 24px;
  position: relative;
  display: flex;
  color: #a0a0a0;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 16px;
}
.article-page .post-user-info-small .avatar {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  margin-right: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
  position: relative;
}
.article-page .post-user-info-small .name {
  display: flex;
  align-items: center;
}
.article-page .post-user-info-small .name .icon-level {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.article-page .post-user-info-small .name .icon-host {
  width: 24px;
  height: 14px;
  margin-left: 2px;
  background-size: cover;
  background-image: url(/static/1659930465563/images/zz.5f49.png);
  background-repeat: no-repeat;
}
.article-page .post-user-info-small .name .icon-reply-to {
  width: 9px;
  height: 9px;
  background: url(/static/1659930465563/images/hfjt-day.35ce.png) no-repeat;
  background-size: cover;
  margin: 0 4px;
}
.article-page .post-user-info-small .like-button {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.article-page .post-user-info-small .is-like {
  background-image: url(/static/1659930465563/images/liked.a9da.png);
}
.article-page .post-user-info-small .not-like {
  background-image: url(/static/1659930465563/images/like.f1dd.png);
}
.article-page .post-user-info-small .ing-like {
  background-image: url(/static/1659930465563/images/loading-circle.3696.png);
  animation: rotate 2s ease infinite;
}
.article-page .post-user-info-small .like-count {
  position: absolute;
  top: 20px;
  right: 4px;
}
.article-page .comment-title-bar {
  font-size: 14px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 50px;
  color: #a0a0a0;
  position: relative;
  border-top: 8px solid #E8E8E8;
  box-sizing: content-box;
}
.article-page .comment-title-bar::before {
  margin-right: 4px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/static/1659930465563/images/comment-title-icon.7a4b.png) no-repeat;
  background-size: cover;
}
.article-page .comment-title-bar .order {
  font-size: 12px;
  position: absolute;
  right: 16px;
  background: url(/static/1659930465563/images/sort-day.bb41.png) no-repeat 0 50%;
  background-size: 12px 12px;
  padding-left: 15px;
  top: 15px;
}
.article-page .post-bottom-info {
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 10px;
}
.article-page .post-article-floor {
  margin: 0 16px;
}
.article-page .post-article-floor .post-article-title {
  padding: 12px 0 13px;
  line-height: 20px;
}
.article-page .post-article-floor .post-article-title .title {
  position: relative;
  word-break: break-word;
}
.article-page .post-article-floor .post-article-title .title .title-txt {
  color: #151515;
  font-size: 18px;
  font-weight: bold;
}
.article-page .post-article-floor .post-article-title .list-item-tag {
  top: -2px;
  font-weight: normal;
}
.article-page .post-article-floor .post-article-title .title .icon-video {
  margin-right: 0;
  margin-left: 5px;
}
.article-page .post-comment-floor {
  font-size: 15px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 16px;
  margin-left: 16px;
}
.article-page .post-comment-floor .post-article-content {
  margin-right: 16px;
}
.article-page .post-comment-floor .post-user-info-big {
  margin-right: 16px;
}
.article-page .post-comment-floor .emoticons {
  max-height: 32px;
}
.article-page .post-comment-floor p {
  margin-bottom: 12px;
}
.article-page .post-comment-floor:last-child {
  border-bottom: none;
}
.article-page .post-comment-reply-floor {
  font-size: 15px;
  margin-left: 55px;
  margin-bottom: 10px;
}
.article-page .post-comment-reply-floor .post-bottom-info {
  margin-bottom: 0;
}
.article-page .post-comment-reply-floor .emoticons {
  max-height: 24px;
}
.article-page .post-comment-reply-floor p {
  margin-bottom: 6px;
}
.article-page .long-touch-box.cur {
  background-color: #eee;
}
.my-page {
  background: #e8e9ea;
  min-height: 100vh;
}
.my-page .header {
  background-color: #27366a;
  height: 280px;
  margin-bottom: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-page .header .box {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.my-page .header .box .avatar {
  height: 80px;
  width: 80px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.my-page .header .box .widget {
  width: 108px;
  height: 108px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -14px;
  left: -14px;
}
.my-page .header .box .name {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
}
.my-page .header .box .name img {
  height: 25px;
  margin-left: 5px;
}
.my-page .get-nums {
  margin: 0 8px 12px;
  background: #ffffff;
}
.my-page .get-nums ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 72px;
}
.my-page .get-nums ul li {
  text-align: center;
  font-size: 16px;
}
.my-page .get-nums ul li .num {
  color: #151515;
}
.my-page .get-nums ul li .name {
  color: #a0a0a0;
}
.my-page .link {
  margin: 0 8px 12px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #ffffff;
  position: relative;
}
.my-page .link::after {
  content: "";
  display: block;
  background: url(/static/1659930465563/images/my-right.3ef5.png) no-repeat 50% 50%;
  background-size: 10px 18px;
  position: absolute;
  top: 0;
  right: 20px;
  width: 18px;
  height: 100%;
}
.my-page .link .icon {
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 32px;
  height: 32px;
}
.my-page .link .icon-sc {
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 32px;
  height: 32px;
  background-image: url(/static/1659930465563/images/my-sc.0bbd.png);
}
.my-page .link .icon-ls {
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 32px;
  height: 32px;
  background-image: url(/static/1659930465563/images/my-ls.b1c4.png);
}
.my-page .link .txt {
  margin-left: 10px;
}
.favorites-page {
  background: #e8e9ea;
  box-sizing: border-box;
  min-height: 100vh;
  padding: 8px;
}
.history-page {
  background: #e8e9ea;
  box-sizing: border-box;
  min-height: 100vh;
  padding: 8px;
}
/* 通用导航 */
.nav-block {
  height: 40px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.nav-block-placeholder {
  height: 40px;
}
.nav-logo {
  height: 100%;
  width: 95px;
  background: url(/static/1659930465563/images/logo.2bd7.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 auto;
}
.nav-sidebar-toggle-button {
  width: 44px;
  height: 100%;
  cursor: pointer;
  background: url(/static/1659930465563/images/nav-sidebar-toggle-button.8c39.png) no-repeat 50% 50%;
  background-size: 18px 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-sidebar .close-button {
  background: url(/static/1659930465563/images/nav-sidebar-close-button.6e46.png) no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 40px;
}
.nav-sidebar-container {
  width: 55%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  font-size: 13px;
  position: relative;
  z-index: 1;
  padding: 10px 16px 0 16px;
  overflow: hidden;
  overflow-y: auto;
  color: #777;
}
.nav-sidebar-container {
  -webkit-overflow-scrolling: touch;
}
.nav-sidebar-li {
  display: block;
}
.nav-sidebar-li a {
  display: flex;
  align-items: center;
  height: 40px;
}
.nav-sidebar-li .side-bar-icon {
  display: flex;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px 16px;
}
.nav-sidebar-li .side-bar-iconA {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.nav-sidebar-li .side-bar-txt {
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
}
.nav-sidebar-li .side-bar-txtA {
  margin-left: 16px;
}
.nav-sidebar-li .icon-home {
  background-image: url(/static/1659930465563/images/home.f8f4.png);
}
.nav-sidebar-li .icon-hot {
  background-image: url(/static/1659930465563/images/hot.3af4.png);
}
.nav-sidebar-forum-title {
  color: #777;
  margin: 10px 0;
  font-weight: bold;
}
.nav-download {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #fff;
  background-color: #fa7268;
  padding: 3px 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  border-radius: 18px;
}
.nav-sidebar-more-forum {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  font-size: 14px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.nav-sidebar-more-button {
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}
.nav-sidebar-more-forums-ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-sidebar-more-forums-ul li {
  width: 50%;
}
.side-more-links {
  padding: 10px 15px 10px;
  line-height: 2.2;
}
.side-more-links b {
  font-weight: normal;
}
.side-more-links img {
  height: 12px;
  vertical-align: middle;
  margin-right: 2px;
}
.icon-forum {
  background-image: url(/static/1659930465563/images/icon-forum.e355.png);
  filter: grayscale(100%);
}
.hot-page {
  padding-bottom: 20px;
}
.hot-page-title {
  color: #151515;
  padding: 10px 10px 0;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.mob-web-layerWx {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  background: #fff;
}
.mob-web-layerWx .background {
  width: 100%;
  height: 100%;
  background: url(/static/1659930465563/images/layer-wx.229d.png) no-repeat 50% 0;
  background-size: contain;
}
.page-404 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 50px);
}
.page-404 .content .box {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.page-404 .content img {
  width: 50%;
  margin-bottom: 1em;
}

.post-article-content ol,
.post-article-content ul {
  margin: 0;
}
.post-article-content {
  word-break: break-all;
  word-break: break-word;
  color: #151515;
}
.post-article-content p,
.post-article-content > div,
.post-article-content blockquote,
.post-article-content iframe,
.post-article-content li,
.post-article-content h1,
.post-article-content h2 {
  margin: 0 0 20px;
}
/* .post-article-content img {box-sizing: border-box; opacity: 1;transition: all .5s ease; border: 2px solid transparent;} */
.post-article-content img[data-src] {
  background-color: #f1f1f1;
  opacity: 0.5;
  transition: opacity 0.5s ease;
  background-image: url(/static/1659930465563/images/loading-icon.ddb3.png);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 50% 50%;
}
.post-article-content img.loaded {
  opacity: 1;
  background: none;
}
.post-article-content img.error {
  opacity: 1;
  background-color: #f1f1f1;
  background-image: url(/static/1659930465563/images/error-icon.e7ca.png);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 50% 50%;
}
/* .post-article-content p > img {margin-top: 20px;}
.post-article-content p > img:nth-of-type(1) {margin-top: 0;}
.post-article-content p > .emoticons {margin-top: 0;}     */
.post-article-content .ql-hidden-box article {
  padding: 10px 0;
}
/*.post-article-content .ql-hidden-box article img {margin-bottom: 20px;}  img in blockquote and hiddenbox
.post-article-content .ql-hidden-box article img.emoticons {margin-bottom: 0;}*/
.post-article-content .hr {
  border: 0 none;
  height: 12px;
  background: url(/static/1659930465563/images/hr-left-transparent.c767.png) left top no-repeat, url(/static/1659930465563/images/hr-right-transparent.1eca.png) right top no-repeat, url(/static/1659930465563/images/hr-center-transparent.14bb.png) left top repeat;
  background-size: contain;
  margin: 20px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.post-article-content blockquote {
  position: relative;
  padding-left: 30px;
  color: #777;
}
.post-article-content blockquote img {
  vertical-align: bottom;
}
.post-article-content blockquote:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  background: url(/static/1659930465563/images/quote.18de.png) no-repeat top left;
  background-size: 100%;
}
.post-article-content blockquote + blockquote:before {
  display: none;
}
/* .post-article-content blockquote+blockquote{margin-top: -20px;} */
.post-article-content .ql-hidden {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 12px 14px;
  transition: all ease 1s;
}
.post-article-content .ql-hidden-title:before {
  display: block;
  content: "点击显示折叠内容";
  padding-left: 23px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  height: 17px;
  line-height: 17px;
  background: url(/static/1659930465563/images/show-in-html.4bb0.png) no-repeat left center;
  background-size: 15px;
}
.post-article-content .ql-hidden-box {
  display: none;
  font-size: 16px;
  color: #777;
  margin-top: 12px;
}
.post-article-content .ql-hidden-visible .ql-hidden-box {
  display: block;
}
.post-article-content .ql-hidden-visible .ql-hidden-title:before {
  content: "以下为折叠内容";
  background: url(/static/1659930465563/images/hide-in-html.1bd5.png) no-repeat left center;
  background-size: 15px;
}
.post-article-content .emoticons {
  display: inline-block;
  height: 40px;
  vertical-align: sub;
}
.post-article-content .ql-align-center {
  text-align: center;
}
.post-article-content .ql-align-justify {
  text-align: justify;
}
.post-article-content .ql-align-right {
  text-align: right;
}
.post-article-content a {
  color: #3f97b5;
}
.post-article-content a:hover {
  color: #3f97b5;
}
.post-article-content a:active {
  color: #3f97b5;
}
.post-article-content ul,
.post-article-content ol {
  padding-left: 10px;
}
.post-article-content li img {
  vertical-align: bottom;
}
.post-article-content li {
  list-style-type: none;
}
.post-article-content li:before {
  margin-left: -10px;
}
.post-article-content ol li {
  counter-increment: list-0;
}
.post-article-content ol li:before {
  content: counter(list-0, decimal) '. ';
  margin-right: 2px;
}
.post-article-content ul li:before {
  content: '\2022';
  margin-right: 10px;
}
/* .post-article-content .ql-video-error:after{content:"视频加载失败";} */
.post-article-content .ql-video {
  display: block;
  width: 100%;
  max-height: 540px;
  height: 60vw;
  position: relative;
}
.post-article-content .ql-video img {
  display: block;
}
.post-article-content .ql-video-error {
  width: 100%;
  height: 200px;
  height: 60vw;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-article-content .ql-video-error:after {
  content: "视频加载失败";
}
.post-article-content h1 {
  font-size: 22px;
  font-weight: bold;
}
.post-article-content h2 {
  font-size: 18px;
  font-weight: bold;
}

.mmcomcss-pagination { padding: 20px 0px; display: flex; margin-left: -5px; color: rgb(160, 160, 160); }
.mmcomcss-pagination .page { color: rgb(160, 160, 160); cursor: pointer; margin: 0px 5px; }
.mmcomcss-pagination .page:hover { color: rgb(250, 114, 104); }
.mmcomcss-pagination .cur { color: rgb(250, 114, 104); font-weight: bold; cursor: default; }
.mmcomcss-pagination .to-page input { width: 36px; border-bottom: 1px solid rgb(119, 119, 119); margin: 0px 5px; font-size: 12px; line-height: 12px; padding: 3px 0px; text-align: center; }
.mmcomcss-pagination a, .mmcomcss-pagination span { padding: 0px 8px; margin: 0px 5px; text-align: center; }
