@charset "UTF-8";
/*@import url(prism.css);*/
/*@import url(post.css);*/
/*@import url('../owo/owo.min.css');*/
/* This changes all the animations globally */
@import url(features.min.css);
:root {
  --animate-duration: 500ms;
  --animate-delay: 0.9s;
  --input-gray: rgb(64,64,64);
  --backgroundColor: rgb(239, 243, 246);
  --timegray:#9f9b9b;
  --themecolor-dark:#525f7f;
  --acolor: #303133;
}

.bright {
  --themecolor:rgb(29,161,242);
  --bgcolor: rgb(20, 23, 26);
  --hightlight: rgb(20, 23, 26);
  --border: rgb(230, 236, 240);
  --acolor: rgb(20, 23, 26);
  --shadow: rgba(0,0,0,.25);
  --contentcolor: rgb(136,153,166);
}

/**
common
 */
a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a {
  color: var(--acolor);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

input,
button {
  outline: none;
  border-radius: 0;
}

button {
  cursor: pointer;
}

body {
  background-color: var(--indexcolor);
}

body:before {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: transform;
  z-index: -1;
}

.hide {
  display: none !important;
}

.max-height {
  height: 100%;
}

/**
keyfram
 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

/**
头部
 */
header {
  background-color: var(--main);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.app-header-fixed {
  padding-top: 65px;
}

.app-header-fixed .app-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

.site-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
  transition: all 0.5s;
  cursor: pointer;
}

.site-logo:hover {
  transform: rotate(360deg);
}

.site-name {
  margin-left: 5px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.bi.bi-search {
  cursor: pointer;
}

/*.bi.bi-search:hover {*/
/*    color: cornflowerblue;*/
/*}*/
.img-circle {
  border-radius: 50%;
}

.img-40px {
  width: 40px !important;
  height: 40px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-l-sm {
  margin-left: 10px;
}

.avatar {
  position: relative;
  white-space: nowrap;
}

.avatar i {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
}

.thumb-sm {
  display: inline-block;
  width: 40px;
  height: auto;
}

.b-b {
  border-bottom: 1px solid rgba(222, 229, 231, 0.45);
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.avatar.thumb-sm i {
  margin: 1px;
}

.avatar i.on {
  background-color: #27c24c;
}

.avatar i.bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.b-white {
  border-color: var(--main);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.login-dropdown li a:hover {
  color: #58666e;
  background-color: #edf1f2 !important;
  background-image: none;
  filter: none;
}

.login-dropdown li a:focus, .login-dropdown li a:hover {
  text-decoration: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(229, 229, 229, 0.3);
}

.dropdown-menu > li > a {
  padding: 5px 15px;
}

.login-svg {
  width: 30px;
}

/*
aside
 */
.app-aside {
  float: left;
}

.app-aside:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: inherit;
  background-color: transparent;
  border: none;
  content: "";
  overflow: hidden;
}

.app-aside-fix #aside {
  position: fixed;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

#aside.collapsing {
  height: 100% !important;
  transition: height 0ms !important;
}

@media (min-width: 768px) {
  .app-aside, .navbar-header {
    width: 200px;
  }

  .app-aside-fix .app-aside:before {
    display: none;
  }

  .app-aside-fix .aside-wrap {
    height: 100%;
    overflow: hidden;
  }

  #aside {
    background-color: transparent !important;
  }
}
/* asideBar*/
#sidebar div.card:last-child {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 0;
  transition: top 0.35s;
}

/*
搜索框
*/
.search-block {
  background: var(--main);
  width: 100%;
  position: absolute;
  height: 220px;
  left: 0;
  top: 52px;
  padding: 50px;
  z-index: 2;
  border-bottom: 1px solid #ececec;
}

.search-button {
  margin-top: 20px;
}

.close {
  outline: none;
}

.search-button {
  border-radius: 20px;
}

/**
导航
 */
#aside .nav-link {
  text-align: center;
  height: 40px;
  color: var(--navMcolor);
  margin-bottom: 24px;
  padding: 0;
}

#pills-tabContent .nav-link.active {
  /*color: rgb(29, 161, 242);*/
  background-color: #86abc3 !important;
}

#pills-tab .nav-link.active {
  /*color: rgb(29, 161, 242);*/
  background-color: #86abc3 !important;
}

.nav-menu .nav-item:hover {
  background-color: rgba(29, 161, 242, 0.1019607843);
  color: #1da1f2;
  border-radius: 25px;
}

.last-nav-item {
  background-color: rgb(27, 157, 231);
  border-radius: 25px;
  color: var(--main);
  margin-top: 20px;
}

.header__content--end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__content {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  position: relative;
  flex-direction: row;
  height: 100%;
  align-content: center;
}

.header__dropdown-menu {
  position: absolute !important;
}

.last-nav-item:hover {
  background-color: rgb(8, 79, 117);
}

.navbar-right {
  padding: 0;
  margin: 0;
  height: 100%;
}

.nav-icon svg {
  width: 24px !important;
  height: 24px !important;
}

.nav-item-text {
  display: inline-block;
  padding: 10px;
  font-size: 19px;
  vertical-align: middle;
  font-weight: 700;
}

.dropdown-menu {
  border: none !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar.navbar-nav.navbar-right > li > a {
  color: black;
  padding: 10px 15px;
  display: block;
}

.wrapper {
  padding: 15px;
}

.bg-white {
  color: #777;
  background-color: #f9f9f9;
}

.box-shadow-wrap-lg {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.padder-lg {
  padding-right: 30px;
  padding-left: 30px;
}

.btn-rounded {
  padding: 6px 15px;
  border-radius: 50px;
}

.btn-gd-primary {
  color: white;
  border: none;
  background: #448bff linear-gradient(45deg, #448bff, #44e9ff);
  transition: all 0.2s ease;
  line-height: 1.4;
}

.btn-gd-primary:hover {
  color: #f4f4f4;
  opacity: 0.8;
  transition: all 0.2s ease;
}

.btn-gd-mix {
  color: white;
  border: none;
  background: #fff144 linear-gradient(45deg, #ffd744, #44e9ff);
  transition: all 0.2s ease;
  line-height: 1.4;
}

.form-control {
  border-color: rgba(135, 150, 165, 0.15);
  border-width: 1px;
  color: inherit;
  box-shadow: none;
  border-radius: 2px;
  resize: vertical;
  background-color: transparent;
}

.active > .auto .text, .active > .text, .text-active {
  display: none !important;
}

.banLogin_text {
  display: none !important;
}

.banLogin .banLogin_text {
  display: inline-block !important;
}

.banLogin #ban-login {
  visibility: visible;
  display: inline-block !important;
}

.navbar-nav i {
  font-size: 14px;
}

.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
  font-size: 14px;
  background-color: var(--main);
  top: 34px;
}

.navbar-right .dropdown-menu input {
  font-size: 14px;
}

button:focus {
  outline: none;
}

.navbar.navbar-expand-lg.navbar-light {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .navbar.navbar-nav.navbar-right.ml-auto {
    /*flex-direction: row;*/
  }
}
/*
content layout
 */
.app-content:after, .app-content:before {
  display: table;
  content: " ";
}

.app-content:after {
  clear: both;
}

.main-content {
  width: 100%;
}

.app-content-body {
  float: left;
  width: 100%;
}

.hbox {
  display: table;
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}

.hbox .col {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}

/**
文章列表
 */
.post-article {
  box-sizing: border-box;
  min-width: 0;
  background-color: var(--main);
  align-items: flex-start;
  flex-direction: row;
  display: flex;
  cursor: pointer;
  position: relative;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.2s ease 0s;
  margin-bottom: 12px;
  overflow: hidden;
}

.post-article-left {
  box-sizing: border-box;
  min-width: 0;
  padding-right: 12px;
  display: flex;
  margin: 0;
  flex: 0 0 auto;
}

.post-article-left img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.post-article-right {
  box-sizing: border-box;
  min-width: 0;
  flex-direction: column;
  display: flex;
  margin: 0;
  flex: 1 1 auto;
  animation: 0.3s ease 0s 1 normal none running show;
}

.post-article:hover {
  background-color: var(--articleHover);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px, rgba(157, 182, 200, 0.1) 0 1px 20px;
}

/** 修正摘要列表定位方式 */
/** NEW 图标文字版样式 **/
.post-article .new-icon {
  position: absolute;
  right: -45px;
  top: -20px;
  display: block;
  width: 120px;
  height: 24px;
  line-height: 24px;
  background: #4caf50;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transform: rotate(36deg);
  transform-origin: 0 0;
}

/** 置顶图标文字版样式 **/
.sticky-icon {
  position: absolute;
  padding: 0;
  right: -45px;
  top: -20px;
  display: block;
  width: 120px;
  height: 24px;
  line-height: 24px;
  background: #ff5e52;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transform: rotate(36deg);
  transform-origin: 0 0;
}

@media (max-width: 640px) {
  .sticky-icon {
    position: absolute;
    padding: 0;
    right: -45px;
    left: auto;
    top: -20px;
    display: block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    background: #ff5e52;
    color: var(--main);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transform: rotate(36deg);
    transform-origin: 0 0;
  }
}
.post-title {
  font-weight: 600;
  line-height: 1.6;
  color: #1a1a1a;
  margin-top: -4px;
  margin-bottom: -4px;
  text-decoration: none;
}

.post-title:hover {
  text-decoration: none;
}

.post-author {
  box-sizing: border-box;
  min-width: 0;
  line-height: 1;
  flex-direction: column;
  font-size: 14px;
  display: flex;
  margin: 0;
}

.author-name {
  box-sizing: border-box;
  min-width: 0;
  padding-top: 4px;
  padding-bottom: 6px;
  display: flex;
  margin: 0;
}

.author-name a {
  box-sizing: border-box;
  min-width: 0;
  color: var(--input-gray);
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
}

.post-author img {
  border-radius: 50%;
}

.post-author a {
  color: #000;
  text-decoration: none;
  margin-left: 0.1rem;
}

.post-addr {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--timegray);
  margin: 0;
}

.post-addr {
  width: fit-content;
}

.post-addr a:hover {
  text-decoration: underline;
}

.post-addr a {
  box-sizing: border-box;
  min-width: 0;
  color: var(--timegray);
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

.post-addr a svg {
  margin-right: 4px;
}

.post-cover-img-container {
  box-sizing: border-box;
  min-width: 0;
  align-self: stretch;
  display: flex;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.post-cover {
  margin-top: 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.post-cover .kQHfHM {
  background-color: var(--focusUserColor) !important;
}

.post-cover-inner {
  box-sizing: border-box;
  min-width: 0;
  width: fit-content;
  align-self: flex-start;
  display: flex;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.embed-responsive {
  margin-top: 10px;
}

.post-cover-inner-more {
  box-sizing: border-box;
  min-width: 0;
  display: grid;
  width: 100%;
  justify-items: stretch;
  margin: 0;
  border-radius: 24px;
  gap: 4px;
  grid-auto-rows: minmax(120px, 200px);
}

.post-cover-inner-more br {
  display: none;
}

.post-cover-inner-auto-rows-1 {
  grid-template-columns: 1fr;
}

.post-cover-inner-auto-rows-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(120px, 200px);
}

.post-cover-inner-auto-rows-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(120px, 200px);
}

.post-cover-inner-auto-rows-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(120px, 160px);
}

.post-cover-inner-auto-rows-5, .post-cover-inner-auto-rows-6 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(120px, 160px);
}

.post-cover-inner-auto-rows-7, .post-cover-inner-auto-rows-8, .post-cover-inner-auto-rows-9 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(120px, 120px);
}

.post-content-inner {
  margin-top: 8px;
  font-size: 15px;
  word-break: break-word;
}

/* focususer here */
.focususer-excerpt {
  font-size: 13px;
}

.post-cover-focususer-container p:first-child {
  margin: 0;
}

.post-cover-focususer {
  margin-top: 0;
  margin-bottom: 0;
}

/* end */
/* repost */
.repost-container {
  border-radius: 4px;
  padding: 12px 12px 0;
  color: var(--input-gray);
  background-color: rgb(242, 245, 248);
  transition: all 0.2s ease 0s;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 0 12px 0;
  min-width: 0;
  flex-direction: column;
  display: flex;
}

.repost-content {
  display: flex;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: row;
  padding-bottom: 0;
  color: var(--input-gray);
}

.repost-content:hover {
  color: var(--input-gray);
}

.repost-banner {
  box-sizing: border-box;
  margin: 0 8px 0 0;
  min-width: 0;
  max-width: 100%;
  width: 48px;
  height: 48px;
}

.repost-text {
  flex: 1 1 0;
  font-size: 14px;
  line-height: 1.5;
  max-height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
}

.repost-category {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.repost-category a {
  color: rgb(115, 115, 115);
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
}

/**/
.post-content-inner-link {
  box-sizing: border-box;
  min-width: 0;
  flex-direction: column;
  font-size: 15px;
  color: var(--input-gray);
  padding-top: 8px;
  display: flex;
  word-break: break-word;
  margin-bottom: 12px;
}

.link-container {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  color: var(--input-gray);
  background-color: var(--focusUserColor);
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  padding: 12px;
  transition: all 0.2s ease 0s;
  margin: unset;
}

.link-a {
  max-width: 324px;
}

.link-container:hover {
  background-color: rgb(233, 238, 242);
}

.link-banner {
  box-sizing: border-box;
  min-width: 0;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin: 0;
}

.link-banner img {
  width: 48px;
  height: 48px;
  min-width: 0;
  max-width: 100%;
  margin: 0 8px 0 0;
}

.link-text {
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  flex: 1 1 0;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  padding-left: 6px;
}

.post-cover-inner-link {
  box-sizing: border-box;
  min-width: 0;
  cursor: pointer;
  color: unset;
  margin: 0;
  text-decoration: none;
}

.post-cover-img {
  max-height: 320px;
  object-fit: cover;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  height: 260px;
  margin: 0;
  width: fit-content;
}

.more-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-weight: bold;
}

.post-cover-img-more {
  box-sizing: border-box;
  max-height: 320px;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease 0s;
  object-fit: cover;
}

.post-cover-img:hover {
  opacity: 0.7;
  cursor: pointer;
}

.post-cover-img-more:hover {
  opacity: 0.8;
  cursor: pointer;
}

.button {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  color: #8590a6;
  text-align: center;
  background: none;
  border: 1px solid;
  border-radius: 3px;
  outline: none !important;
}

.post-action:hover {
  color: rgb(37, 120, 196);
}

.post-icon svg {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}

.post-plain, .post-address, .post-action {
  height: auto;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.post-plain a {
  margin-left: 4px;
  color: #175199;
}

.post-plain a:hover {
  color: grey;
}

.btn-like:disabled {
  color: crimson;
}

/*
address
*/
.topic-container {
  box-sizing: border-box;
  min-width: 0;
  color: rgb(3, 169, 245);
  cursor: pointer;
  background-color: var(--panelColor);
  font-size: 14px;
  margin: 0 0 12px;
  text-decoration: none;
  border-radius: 999px;
  padding: 4px 12px 4px 4px;
  width: fit-content;
}

.topic-container-items {
  display: flex;
  align-items: center;
}

.topic-container a {
  color: rgb(3, 169, 245);
}

.topic-container:hover {
  box-shadow: 0 0 2px;
  text-decoration: none;
}

.container-svg {
  margin-right: 6px;
}

/**
footer
 */
.mycicle {
  margin-bottom: 12px;
  box-sizing: border-box;
  min-width: 0;
  border-radius: 12px;
  padding-bottom: 24px;
  background-color: var(--main);
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.mycicle-title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 12px 16px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.oDrAC {
  text-align: left;
  padding-right: 30px;
  position: relative;
}

.iwNods {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 16px 16px 0;
  display: flex;
}

.daMYau {
  font-size: 14px;
  line-height: 20px;
  color: var(--input-gray);
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  word-break: break-all;
}

.mycicle-title h2 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--input-gray);
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.mycicle-content {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: column;
  display: flex;
}

.mycicle-content .circle-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mycicle-content .circle-item {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 12px 16px 8px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: var(--main);
  display: flex;
  transition: background-color 0.15s ease 0s;
}

.mycicle-content .circle-item:hover {
  background-color: rgb(248, 250, 251);
}

.mycicle-content .circle-item .circle-item-link {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--input-gray);
  display: flex;
  cursor: pointer;
  width: 100%;
}

.mycicle-content .circle-item .circle-item-link img {
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 12px 0 0;
  width: 40px;
  height: 40px;
  border-style: none;
}

.mycicle-content.circle-item-link-right {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: column;
  font-size: 14px;
  flex: 1 1 0;
  display: flex;
}

.mycicle-content .circle-item-link-title {
  line-height: 20px;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  text-align: left;
}

.mycicle-content .circle-item-link-info {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 12px;
  font-weight: 400;
  color: rgb(153, 153, 153);
  text-align: left;
}

/*recommend */
.diary-content {
  padding: 10px 0;
  background: var(--main);
  margin-bottom: 10px;
  border-radius: 10px;
}

.diary-content:hover {
  background-color: var(--articleHover);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px, rgba(157, 182, 200, 0.1) 0 1px 20px;
}

.diary-content .mycicle-title {
  padding: 0 24px 12px 24px;
}

.circle-diary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-content: flex-start;
  padding: 20px;
}

.diary-item {
  width: 22%;
  display: inline-block;
  margin: 5px;
}

.circle-diary-bg {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.2s ease 0s;
  border-radius: 10px;
  align-items: flex-end;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px, rgba(157, 182, 200, 0.1) 0 1px 20px;
}

.circle-diary-bg .diary-img {
  width: 100%;
  height: 100%;
}

.circle-diary-bg .diary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-diary-bottom {
  position: absolute;
  display: flex;
  flex-direction: row;
  margin: 0 0 10px 10px;
}

.circle-diary-bottom .circle-diary-avatar img {
  width: 21px;
  height: 21px;
  padding: 1px;
}

.circle-diary-avatar {
  display: flex;
  align-self: center;
  align-items: center;
}

.circle-diary-name {
  display: flex;
  align-self: center;
  align-items: center;
  color: white;
  margin-left: 4px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.4392156863);
  padding: 0 4px;
  border-radius: 5px;
  max-width: 95%;
}

.mycicle-content .bITJVr {
  padding: 8px 16px 8px;
}

.footer-item {
  color: #8590a6;
}

.footer-item a {
  color: var(--acolor);
}

.random-post {
  margin-bottom: 12px;
  box-sizing: border-box;
  min-width: 0;
  border-radius: 12px;
  padding-bottom: 24px;
  background-color: var(--main);
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

.random-post > .title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 12px 16px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

/**
archive
 */
.archive-posts {
  padding: 10px 20px;
  margin-top: -6px;
  margin-bottom: 0;
}

.archive-post {
  width: 100%;
  height: 28px;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.archive-post > a {
  color: #000;
}

.archive-post > a:hover {
  color: rgb(37, 120, 196);
}

.kLKIKx {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-top: 60px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.fansed {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid var(--main);
  border-radius: 999px;
  cursor: pointer;
  padding: 8px 24px;
  word-break: keep-all;
  flex-shrink: 0;
  color: white;
  font-size: 16px;
}

.fans {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  border: 0;
  user-select: none;
  color: var(--input-gray);
  background-color: rgb(255, 235, 103);
  border-radius: 999px;
  padding: 8px 24px;
  cursor: pointer;
  word-break: keep-all;
  flex-shrink: 0;
  font-size: 16px;
}

.fansed:focus, .fans:focus {
  outline: none;
}

/**
right
 */
.user-container {
  margin-bottom: 10px;
  border-radius: 12px;
  background-color: var(--main);
  padding: 0 0 24px;
}

.user-info {
  height: 128px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  filter: blur(3px);
  border-radius: 12px 12px 0 0;
}

.info .pic {
  border-radius: 50%;
  width: 4rem;
}

.info p {
  font-size: 14px;
  color: white;
  font-weight: 700;
}

.user-detail {
  z-index: 0;
  box-sizing: border-box;
  min-width: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  flex-direction: column;
  display: flex;
  position: relative;
  margin: 0;
  border-radius: 0 0 12px 12px;
}

.user-detail.user-detail-padding {
  padding-bottom: 20px;
}

.user-detail .value {
  margin-top: 10px;
}

.user-detail .info {
  box-sizing: border-box;
  min-width: 0;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  top: -32px;
  margin: 0;
  border-radius: 999px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-color: var(--main);
  border-image: initial;
}

.user-detail .info img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  color: rgb(3, 169, 245);
  cursor: pointer;
  object-fit: cover;
}

.user-detail ul li {
  width: 33.3333333333%;
  list-style: none;
  text-align: center;
}

.user-detail .user-info-name {
  box-sizing: border-box;
  min-width: 0;
  color: var(--input-gray);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 4px;
  margin: 0;
}

.user-detail .user-info-name a {
  box-sizing: border-box;
  min-width: 0;
  cursor: pointer;
  color: inherit;
  margin: 0;
  text-decoration: none;
}

.user-detail .user-info-fans {
  box-sizing: border-box;
  min-width: 0;
  flex-direction: row;
  padding-bottom: 8px;
  display: flex;
  margin: 0;
}

.user-detail .user-info-fans a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 20px;
  text-decoration: none;
  box-sizing: border-box;
  min-width: 0;
  cursor: pointer;
  font-size: 14px;
  color: rgb(115, 115, 115);
  margin: 0;
}

.user-detail .user-info-fans a:nth-child(1):after {
  content: "";
  height: 16px;
  width: 2px;
  background-color: rgb(153, 153, 153);
  margin: 0 8px;
}

.user-detail .user-info-fans a span {
  font-weight: 500;
  padding-right: 4px;
  cursor: pointer;
  font-size: 14px;
}

.user-detail .user-info-introduction {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  margin: 0;
  color: rgb(115, 115, 115);
  font-size: 13px;
  line-height: 1.5;
}

.user-detail .user-info-introduction span {
  color: rgb(115, 115, 115);
  font-size: 13px;
  line-height: 1.5;
}

.recent-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.recent-box {
  padding: 5px 15px 0 15px;
  border-radius: 12px;
  margin-bottom: 12px;
  word-break: break-all;
  background-color: var(--main);
}

.recent-box ul {
  margin-bottom: 0;
}

.recent-box .title {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #e6ecf0;
}

.recent-box .content {
  font-size: 14px;
  color: #000;
}

.recent-box .content:hover {
  color: #0056b3;
}

/**
archive
 */
.vxeHw {
  margin: 0;
  min-width: 0;
  background-color: var(--main);
  border-radius: 12px;
  flex-direction: column;
  padding: 0 0 24px;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  position: relative;
}

.kojXeB {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  position: absolute;
  inset: 0;
  filter: blur(3px);
  width: 100%;
  height: 100%;
}

.biCwrr {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 96px;
  display: flex;
  z-index: 1;
}

.ivcfJN {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-color: dimgray;
}

.iNTHKr {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(32, 32, 32, 0) 14%, rgba(32, 32, 32, 0.56) 100%);
}

.fUlriR {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: column;
  display: flex;
}

.kLKIKx {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-top: 60px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.jnzuaU {
  box-sizing: border-box;
  margin: 0 0 8px;
  min-width: 0;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  display: flex;
}

.author_page-name {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-family: heading;
  font-weight: 700;
  padding-bottom: 8px;
  color: white;
  font-size: 24px;
  line-height: 32px;
}

.dZfkqf {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: row;
  padding-bottom: 8px;
  display: flex;
}

.iiMLXg {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-bottom: 12px;
  display: flex;
}

.cXyaML {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.author-avatar {
  box-sizing: border-box;
  margin: 0;
  height: auto;
  width: 100%;
}

.ffrrSB {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  line-height: 20px;
}

.ffrrSB::after {
  margin: 0 8px;
  content: "";
  height: 16px;
  width: 2px;
  background-color: rgb(153, 153, 153);
}

.OAorY {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  color: white;
}

.OAorY:hover {
  color: white;
}

.author-sign {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: white;
  font-size: 14px;
  line-height: 1.5;
}

.fXkMMP {
  border-radius: 999px;
  height: 20px;
  padding: 4px 10px;
  color: white;
  font-size: 12px;
  line-height: 12px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
}

.author-man {
  box-sizing: border-box;
  min-width: 35px;
  background-color: rgba(3, 169, 245, 0.6);
}

.author-woman {
  box-sizing: border-box;
  min-width: 35px;
  background-color: rgba(221, 100, 141, 0.6);
}

.hXeItE {
  box-sizing: border-box;
  margin: 0;
  background-color: rgba(191, 191, 191, 0.6);
}

.cXyaML > * {
  margin-right: 8px;
  margin-bottom: 3px;
}

.archive-container {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: column;
  display: flex;
}

.archive-container .archive-header {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: var(--main);
  border-radius: 12px;
  flex-direction: column;
  padding: 0 0 24px;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.archive .outer {
  width: 100%;
}

.header-top-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.header-top-img .header-top-img-inner {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(32, 32, 32, 0) 14%, rgba(32, 32, 32, 0.56) 100%);
  backdrop-filter: blur(20px);
}

@media screen and (min-width: 720px) {
  .archive-container .archive-header .archive-header-top {
    height: 160px;
  }
}
@media screen and (min-width: 600px) {
  .archive-container .archive-header .archive-header-top {
    height: 120px;
  }
}
.header-top-bottom {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-left: 32px;
  padding-right: 48px;
  padding-top: 8px;
  flex-direction: row;
  display: flex;
  position: relative;
}

@media screen and (min-width: 600px) {
  .header-top-bottom {
    padding-left: 48px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 720px) {
  .header-top-bottom {
    padding-left: 64px;
    padding-top: 18px;
  }
}
.header-top-bottom-avatar {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-shrink: 0;
  top: -20px;
  width: 72px;
  height: 72px;
  display: flex;
  border: 4px solid var(--main);
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (min-width: 720px) {
  .header-top-bottom-avatar {
    width: 120px;
    height: 120px;
  }
}
.header-top-bottom-avatar img {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  height: auto;
  border-style: none;
  width: 100%;
}

.header-top-bottom-text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding-left: 80px;
  display: flex;
}

@media screen and (min-width: 720px) {
  .header-top-bottom-text {
    padding-left: 138px;
  }
}
@media screen and (min-width: 600px) {
  .header-top-bottom-text {
    padding-left: 126px;
  }
}
.header-top-bottom-text .htbt-left {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: column;
  display: flex;
}

.header-top-bottom-text .htbt-left h2 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-family: heading;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: var(--input-gray);
}

.htbt-left .htbt-intr {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: auto;
  min-width: unset;
  display: flex;
}

.header-top-bottom-text .htbt-right {
  box-sizing: border-box;
  display: flex;
}

.htbt-left .htbt-intr-text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 12px;
  line-height: 18px;
  color: rgb(115, 115, 115);
  word-break: break-all;
}

.htbt-right {
  box-sizing: border-box;
  display: flex;
  margin-left: 4px;
}

.htbt-right button {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  color: rgb(3, 169, 245);
  background-color: transparent;
  border: 1px solid rgb(3, 169, 245);
  border-radius: 999px;
  cursor: pointer;
  padding: 8px 24px;
  word-break: keep-all;
  flex-shrink: 0;
  font-size: 14px;
  max-height: 40px;
}

.archive-container .archive-content {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-top: 16px;
  display: flex;
}

.archive-content .text-md-left {
  padding-right: 0;
}

.archive-content .outer {
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.react-tabs {
  -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
  margin: -8px 0 8px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  background-color: var(--main);
  justify-content: space-around;
}

.react-tabs__tab--selected {
  /*box-shadow: rgb(255, 228, 17) 0 -4px 0 inset;*/
  font-weight: 600;
  color: var(--input-gray);
  cursor: default;
  transition: all 0.3s;
}

.line {
  height: 4px;
  width: 30px;
  background-color: rgb(255, 228, 17);
  margin-top: 5px;
  position: relative;
  top: 33px;
  left: 0;
  margin-left: 12px;
  transition: all 0.3s;
  display: none;
  z-index: 33;
}

.react-tabs__tab {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.15s ease-in-out 0s;
  cursor: pointer;
  user-select: none;
  padding: 12px;
  color: rgb(115, 115, 115);
  word-break: keep-all;
  white-space: nowrap;
}

.react-tabs__tab:not(:first-child) {
  margin-left: 32px;
}

.archive-content .item-container {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: column;
  display: flex;
}

.react-tabs__tab-panel {
  display: none;
}

.react-tabs__tab-panel--selected {
  display: block;
}

@media screen and (min-width: 720px) {
  .header-top-bottom-text .htbt-left h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .htbt-left .htbt-intr-text {
    font-size: 15px;
    line-height: 24px;
  }

  .htbt-right button {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .header-top-bottom-text .htbt-left h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .htbt-left .htbt-intr-text {
    font-size: 14px;
    line-height: 20px;
  }

  .htbt-right button {
    font-size: 14px;
  }
}
/**
主页输入
 */
.share-post {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: var(--main);
  border-radius: 12px;
  flex-direction: column;
  padding: 16px;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: flex;
}

.post-form {
  margin-bottom: 0;
}

#input-form .textarea {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  border-color: rgb(222, 222, 222);
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

#input-form textarea {
  border-radius: 8px;
  width: 100%;
  border: none;
  background-color: var(--main);
  font-size: 16px;
  color: var(--input-gray);
  padding-bottom: 16px;
  min-height: 78px;
  line-height: 20px;
  max-width: 100%;
  resize: none;
  box-shadow: none;
}

#input-form textarea:focus {
  outline: none;
}

.show-panel-inner {
  display: flex;
  align-items: center;
  padding: 8px;
  max-width: 200px;
  background-color: #f2f5f8;
  margin-right: 10px;
  margin-bottom: 5px;
}

.show-panel-inner:hover {
  background-color: #e9eef2;
}

.show-panel-inner .jLaetV {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.show-panel-inner .hyliOy {
  margin-left: 5px;
}

.kmbcyV {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-left: 4px;
}

.jbEtHF {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-left: 4px;
  padding-right: 4px;
  color: var(--input-gray);
  font-size: 14px;
}

.kRBqga {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 12px;
  height: 12px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.kRBqga svg {
  width: 100%;
  height: 100%;
}

.ffdvlM {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.gDqTLX {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 4px;
  display: flex;
  flex-wrap: wrap;
}

.ezTcmd {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
}

.ezTcmd:focus {
  outline: none;
}

.eynkqj {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  border: 0;
  user-select: none;
  font-size: 14px;
  color: var(--input-gray);
  background-color: rgb(255, 235, 103);
  border-radius: 999px;
  padding: 8px 24px;
  cursor: pointer;
  word-break: keep-all;
  flex-shrink: 0;
}

.eynkqj:focus {
  outline: none;
}

.csRQBH {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(3, 169, 245);
  margin-right: 10px;
}

.dEkSi {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.dEkSi svg {
  width: 18px;
  height: 18px;
}

.bwQUKf {
  user-select: none;
}

.blMNOE {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-left: 8px;
  font-size: 14px;
  color: var(--input-gray);
}

.bwQUKf:hover {
  color: rgb(3, 169, 245);
}

.gsmhQy {
  padding: 10px 20px;
  max-width: 100%;
  border-radius: 20px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px 0 inset;
  background-color: var(--main);
  font-size: 14px;
  color: var(--input-gray);
}

.bwpEWU {
  box-sizing: border-box;
  margin: 0 10px 0 0;
  min-width: 0;
  display: block;
  width: 100%;
  appearance: none;
  line-height: inherit;
}

.XCHRv {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  box-shadow: rgb(219, 219, 219) 0 -1px 0 0;
  padding: 20px;
  background-color: var(--contentbg);
  display: flex;
}

.add-area, .upload-pic {
  display: none;
}

.eVNRGW {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  border: 0;
  user-select: none;
  font-size: 14px;
  color: var(--input-gray);
  background-color: rgb(222, 222, 222);
  border-radius: 999px;
  padding: 8px 24px;
  cursor: pointer;
  word-break: keep-all;
  flex-shrink: 0;
}

.eVNRGW:disabled {
  background-color: rgb(237, 237, 237);
  color: rgb(153, 153, 153);
  cursor: not-allowed;
}

.gOIvzm:focus {
  outline: none;
}

.gsmhQy:focus {
  outline: none;
}

.sc-AxjAm .eVNRGW:focus {
  outline: none;
}

.sc-AxjAm.oDrAC .badge {
  position: absolute;
  right: 0;
  top: 0;
}

.fbjukw {
  box-sizing: border-box;
  margin: 0 0 12px;
  min-width: 0;
  flex-wrap: wrap;
  display: flex;
}

.kgcKxQ {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  text-decoration: none;
  color: unset;
  display: none;
}

.gITPLH {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  border-radius: 4px;
  padding: 12px;
  color: var(--input-gray);
  background-color: rgb(242, 245, 248);
  transition: all 0.2s ease 0s;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 324px;
  margin: unset;
}

.gITPLH:hover {
  background-color: rgb(233, 238, 242);
}

.bwqALa {
  margin-bottom: 12px;
}

.jLaetV {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.ezTcmd {
  box-sizing: border-box;
  margin: 0;
  min-width: 16px;
  display: flex;
}

.bLGCpY {
  width: 32px;
  height: 32px;
  margin: 0 4px 0 0;
  min-width: 0;
  max-width: 100%;
}

.hHnMup {
  flex: 1 1 0;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}

.kKrDdN {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex: 1 1 0;
}

.hyliOy {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  width: 16px;
  height: 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.hyliOy svg {
  width: 100%;
  height: 100%;
}

.fbjukw {
  box-sizing: border-box;
  margin: 0 0 12px;
  min-width: 0;
  flex-wrap: wrap;
  display: flex;
}

.ciIrlj {
  box-sizing: border-box;
  margin: 0 8px 8px 0;
  min-width: 0;
  display: flex;
  position: relative;
  color: var(--main);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
}

.ciIrlj::before {
  content: " ";
  transition: background-color 0.15s ease 0s;
  position: absolute;
  inset: 0;
}

.eHTuZC {
  position: relative;
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat rgba(64, 64, 64, 0.6);
}

.cPHQWG {
  display: flex;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  right: 4px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
}

.cPHQWG svg {
  width: 12px;
  height: 12px;
  color: rgb(115, 115, 115);
}

.btn-disable {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  cursor: not-allowed;
  color: rgb(191, 191, 191);
  pointer-events: none;
}

.i-input {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-box-align: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.i-input svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  flex-shrink: 0;
}

.i-input-text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: block;
  width: 100%;
  padding: 4px;
  appearance: none;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid;
  border-radius: 16px;
  color: inherit;
  background-color: transparent;
}

.i-input input:focus {
  outline: none;
}

.cAmOCm {
  border-radius: 0;
  border: none;
  color: var(--input-gray);
  font-size: 14px;
  background-color: transparent;
}

.autocomplete-suggestions {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px, rgba(0, 0, 0, 0.1) 0 2px 15px;
  background-color: var(--main);
  overflow-y: auto;
  min-width: 272px;
  margin-top: 24px;
  z-index: 200;
  position: absolute;
  display: none;
  flex-direction: column;
  max-height: 248px;
  padding: 4px 0;
  min-height: 48px;
  top: 10px;
}

.autocomplete-suggestion {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  min-height: 48px;
  width: 100%;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  color: var(--input-gray);
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}

.autocomplete-suggestion:hover {
  background-color: rgb(242, 245, 248);
}

.autocomplete-suggestion img {
  margin-right: 4px;
  border-radius: 4px;
}

.gLHjJQ {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  width: 32px;
  height: 32px;
}

.newmsg {
  margin-bottom: 10px;
}

.lucky-comment {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.v-line {
  width: 2px;
  height: 25px;
  background: #dae6ef;
  margin-right: 10px;
}

.lucky-comment-svg {
  width: 30px;
}

.index-comment-user {
  white-space: nowrap;
}

.index-comment-user .user-name {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.index-comment-content {
  overflow: hidden;
}

.index-comment-content .comment-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.index-comment-content .comment-content .secret {
  padding: 1px 10px;
  margin: 0;
}

/**
分页
 */
.page-pagination {
  margin-top: 10px;
}

.page-link {
  border-radius: 50% !important;
  margin: 5px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
}

.page-item {
  line-height: 32px;
}

.a-pageLink {
  margin: 10px 20px 10px 20px;
}

.a-pageLink > a {
  margin: 0 auto;
  display: inline-block;
  font-size: 12px;
  padding: 5px 15px;
  background: var(--themecolor);
  color: var(--acolor);
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
  line-height: normal;
}

.pagelink-svg {
  display: inline-block;
  float: left;
  margin-right: 1px;
}

.pagelink-svg svg {
  height: 16px;
  width: 16px;
}

.donut {
  margin: 0 auto;
  display: none;
  border: 4px solid var(--border);
  border-left-color: var(--themecolor);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1.2s linear infinite;
}

/**
archives
 */
.archives, .page {
  box-sizing: border-box;
  min-width: 0;
  background-color: var(--main);
  align-items: flex-start;
  flex-direction: row;
  cursor: pointer;
  padding: 24px;
  border-radius: 12px;
  transition: all 0.2s ease 0s;
  margin-bottom: 12px;
}

.iDojhc > :not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.kQHfHM:hover {
  background-color: var(--articleHover);
}

.bITJVr {
  padding: 16px 24px;
}

.kQHfHM {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 16px 24px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: var(--main);
  display: flex;
  transition: background-color 0.15s ease 0s;
}

.eGdPrb {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  color: var(--input-gray);
  display: flex;
  cursor: pointer;
}

.hkyonN {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: column;
  font-size: 14px;
  flex: 1 1 0;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hsyNhw {
  box-sizing: border-box;
  margin: 0;
  min-width: 72px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
}

.jZLHXc {
  box-sizing: border-box;
  margin: 0 12px 0 0;
  min-width: 0;
  max-width: 100%;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.fans-little {
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  border: 0;
  user-select: none;
  color: var(--input-gray);
  background-color: rgb(255, 235, 103);
  border-radius: 999px;
  cursor: pointer;
  word-break: keep-all;
  flex-shrink: 0;
  min-width: 60px;
  font-size: 12px;
  padding: 8px 12px;
}

.fansed-little {
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  color: rgb(3, 169, 245);
  background-color: transparent;
  border: 1px solid rgb(3, 169, 245);
  border-radius: 999px;
  cursor: pointer;
  word-break: keep-all;
  flex-shrink: 0;
  min-width: 60px;
  font-size: 12px;
  padding: 8px 12px;
}

.fans-little:focus, .fansed-little:focus {
  outline: none;
}

.ezzhLs {
  line-height: 20px;
}

.hHqHSX {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 12px;
  font-weight: 400;
  color: rgb(153, 153, 153);
}

/**
滚动条
 */
/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: linear-gradient(to right, #0acffe 0, #495aff 100%);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

/**
footer
 */
.footer {
  text-align: center;
  margin-top: 20px;
}

/**
c-message
 */
.animated-lento {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}

.c-message {
  top: 16px;
  z-index: 2000;
  width: 300px;
  padding: 14px 26px 14px 13px;
  box-sizing: border-box;
  position: fixed;
  right: 16px;
  background-color: var(--main);
  transition: opacity 0.3s, transform 0.3s, right 0.3s, top 0.4s;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #ebeef5;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.c-message--success {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTE2NDE5MDE4MjQ0IiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjUgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE3OTAiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQuMDIzNDM3NSIgaGVpZ2h0PSIyNCI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNODEwLjAxNTg1Nzc4IDMzMy40MzYwMTc3OEw0ODAuMzkyNTMzMzMgNzI0LjkwNjY2NjY3Yy0xNC42NjkzNjg4OSAxNi41MDQ2MDQ0NS0zOS42ODIyNzU1NSAxOC42MzU2NjIyMi01Ni45MzQ0IDQuODA3MTExMTFMMjI0LjE5OTExMTExIDU0MS4wNTU0MzExMWMtMi4xNTM4MTMzMy0yLjA1MzY4ODg5LTMuOTE5NjQ0NDUtNC4zMjY5Njg4OS01LjQ2NzAyMjIyLTYuNzA0OTI0NDQtNC4xMTUzNDIyMi01Ljc1NjAxNzc4LTYuNjExNjI2NjctMTIuNzU1NjI2NjctNi42MTE2MjY2Ny0yMC4zOTM1Mjg4OSAwLTE5LjM5MDAwODg5IDE1LjcxMDQzNTU1LTM1LjExNjM3MzMzIDM1LjEyMzItMzUuMTE2MzczMzMgNi4wOTczNTExMSAwIDExLjc1MjEwNjY3IDEuNjg3MzI0NDUgMTYuNzQ1ODEzMzMgNC40MTc5OTExIDAuNDgyNDE3NzggMC4yNzE5Mjg4OSAxLjAzNDI0IDAuNDc1NTkxMTEgMS40ODU5Mzc3OCAwLjc1NDM0NjY3bDAuNzIzNjI2NjcgMC40NTA1NmMwLjM1NzI2MjIyIDAuMjMzMjQ0NDUgMC43MzE1OTExMSAwLjQ3NTU5MTExIDEuMDk3OTU1NTUgMC43MjQ3NjQ0NWwxNzUuNjM3NjE3NzggMTE0LjMyNjE4NjY2YzIuMzE3NjUzMzMgMS41MjQ2MjIyMiA1LjM1ODkzMzMzIDEuMjEyODcxMTEgNy4zMjUwMTMzNC0wLjcxNTY2MjIybDMxMy41NzA0MTc3OC0zMDguMTQyMDhjMTIuMjQyNDg4ODktMTIuMDI0MDM1NTUgMzEuODU3Nzc3NzgtMTIuMDMyIDQ0LjExMjc4MjIyLTAuMDMwNzJDODE5LjczODE2ODg5IDMwMi4xNTI4MTc3OCA4MjAuNjQwNDI2NjcgMzIwLjgyMDMzNzc4IDgxMC4wMTU4NTc3OCAzMzMuNDM2MDE3NzhNNTE0LjIxMDcwMjIyLTIuMTI5OTJjLTI4MS41MDg5Nzc3OCAwLTUwOS43MjQ0NDQ0NSAyMjguMjE1NDY2NjctNTA5LjcyNDQ0NDQ0IDUwOS43MjQ0NDQ0NXMyMjguMjE1NDY2NjcgNTA5LjcyNDQ0NDQ1IDUwOS43MjQ0NDQ0NCA1MDkuNzI0NDQ0NDRjMjgxLjUyNDkwNjY3IDAgNTA5LjcyNDQ0NDQ1LTIyOC4yMTU0NjY2NyA1MDkuNzI0NDQ0NDUtNTA5LjcyNDQ0NDQ0Uzc5NS43MzU2MDg4OS0yLjEyOTkyIDUxNC4yMTA3MDIyMi0yLjEyOTkyeiIgZmlsbD0iIzY3YzIzYSIgcC1pZD0iMTc5MSI+PC9wYXRoPjwvc3ZnPg==) no-repeat 0 50%;
}

.c-message--warning {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTE2NDE4MzA1NDMxIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjcxOTciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTUxMiAxMDI0QzIyOS4yMzIgMTAyNCAwIDc5NC43NjggMCA1MTIgMCAyMjkuMjMyIDIyOS4yMzIgMCA1MTIgMGMyODIuNzY4IDAgNTEyIDIyOS4yMzIgNTEyIDUxMkMxMDI0IDc5NC43NjggNzk0Ljc2OCAxMDI0IDUxMiAxMDI0ek01NjAgMjQwYzAtMjYuNTEyLTIxLjQ4OC00OC00OC00OHMtNDggMjEuNDg4LTQ4IDQ4bDAgMzUyYzAgMjYuNTEyIDIxLjQ4OCA0OCA0OCA0OHM0OC0yMS40ODggNDgtNDhMNTYwIDI0MHpNNTEyIDczNmMtMjYuNTEyIDAtNDggMjEuNDg4LTQ4IDQ4czIxLjQ4OCA0OCA0OCA0OCA0OC0yMS40ODggNDgtNDhTNTM4LjUxMiA3MzYgNTEyIDczNnoiIHAtaWQ9IjcxOTgiIGZpbGw9IiNlNmEyM2MiPjwvcGF0aD48L3N2Zz4=) no-repeat 0 50%;
}

.c-message--error {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTE2NDE3MjY0NzM4IiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQ0NzMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTk4My44IDMxMi43Qzk1OCAyNTEuNyA5MjEgMTk3IDg3NCAxNTBjLTQ3LTQ3LTEwMS43LTg0LTE2Mi43LTEwOS43QzY0OC4yIDEzLjUgNTgxLjEgMCA1MTIgMFMzNzUuOCAxMy41IDMxMi43IDQwLjNDMjUxLjcgNjYgMTk3IDEwMyAxNTAgMTUwYy00NyA0Ny04NCAxMDEuNy0xMDkuNyAxNjIuN0MxMy41IDM3NS44IDAgNDQyLjkgMCA1MTJzMTMuNSAxMzYuMiA0MC4zIDE5OS4zQzY2IDc3Mi4zIDEwMyA4MjcgMTUwIDg3NGM0NyA0NyAxMDEuOCA4My45IDE2Mi43IDEwOS43IDYzLjEgMjYuNyAxMzAuMiA0MC4zIDE5OS4zIDQwLjNzMTM2LjItMTMuNSAxOTkuMy00MC4zQzc3Mi4zIDk1OCA4MjcgOTIxIDg3NCA4NzRjNDctNDcgODMuOS0xMDEuOCAxMDkuNy0xNjIuNyAyNi43LTYzLjEgNDAuMy0xMzAuMiA0MC4zLTE5OS4zcy0xMy41LTEzNi4yLTQwLjItMTk5LjN6TTY2NC43IDYxMy44YzE0LjEgMTQuMSAxNC4xIDM2LjkgMCA1MC45LTcgNy0xNi4yIDEwLjUtMjUuNSAxMC41cy0xOC40LTMuNS0yNS41LTEwLjVMNTEyIDU2Mi45IDQxMC4yIDY2NC43Yy03IDctMTYuMiAxMC41LTI1LjUgMTAuNXMtMTguNC0zLjUtMjUuNS0xMC41Yy0xNC4xLTE0LjEtMTQuMS0zNi45IDAtNTAuOUw0NjEuMSA1MTIgMzU5LjMgNDEwLjJjLTE0LjEtMTQuMS0xNC4xLTM2LjkgMC01MC45IDE0LjEtMTQuMSAzNi45LTE0LjEgNTAuOSAwTDUxMiA0NjEuMWwxMDEuOC0xMDEuOGMxNC4xLTE0LjEgMzYuOS0xNC4xIDUwLjkgMCAxNC4xIDE0LjEgMTQuMSAzNi45IDAgNTAuOUw1NjIuOSA1MTJsMTAxLjggMTAxLjh6IiBwLWlkPSI0NDc0IiBmaWxsPSIjZjY2YzZiIiBkYXRhLXNwbS1hbmNob3ItaWQ9ImEzMTN4Ljc3ODEwNjkuMC5pMiIgY2xhc3M9IiI+PC9wYXRoPjwvc3ZnPg==) no-repeat 0 50%;
}

.c-message--icon {
  position: absolute;
  color: white;
  height: 25px;
  width: 25px;
  font-size: 25px;
}

.el-notification__group {
  margin-left: 35px;
}

.el-notification__content {
  font-size: 13px;
  line-height: 21px;
  margin: 10px 0 0;
  color: #8391a5;
  text-align: justify;
}

.c-message--close {
  position: absolute;
  right: 10px;
  color: #999;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
  top: 0;
  line-height: 34px;
  display: block;
  height: 20px;
  font-weight: 100;
}

.c-message--close:hover {
  color: #666;
}

.c-message__title {
  font-weight: 400;
  font-size: 15px;
  color: #1f2d3d;
  margin: 0;
}

/**
one smms
 */
#zz-img-add {
  background-color: var(--main) !important;
}

/**
owo
 */
.OwO .OwO-body {
  top: unset;
  bottom: 26px;
}

.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
  background: var(--main);
}

.OwO .OwO-body .OwO-bar {
  border-top: 1px solid var(--border);
  background: var(--border);
  color: var(--contentcolor);
}

.OwO .OwO-body {
  background: var(--main);
  border: 1px solid var(--border);
}

.OwO.OwO-open .OwO-logo {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid var(--border);
  color: #99a2aa !important;
}

.OwO .OwO-body .OwO-items .OwO-item {
  background: var(--border);
}

.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
  background: var(--contentbg);
}

.OwO .OwO-body .OwO-items .OwO-item:hover {
  background: var(--danger);
}

.OwO .OwO-body .OwO-items {
  overflow: auto;
}

.OwO .OwO-body .OwO-items::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.OwO .OwO-body .OwO-items::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--shadow);
}

.OwO .OwO-body .OwO-items::-webkit-scrollbar-track-piece {
  background: var(--contentbg);
}

.loading-container {
  padding: 8px;
  color: rgb(95, 95, 95);
  font-size: 14px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex-direction: row;
}

.loading-container .loading-svg {
  width: 42px;
}

/* circle manage*/
.circle-management {
  background-color: var(--main);
  padding: 20px;
  border-radius: 10px;
}

#pills-tabContent {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/*
neighbor
 */
#amap-container {
  min-height: 100px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px, rgba(157, 182, 200, 0.1) 0 1px 20px;
  border-radius: 12px;
  overflow: hidden;
}

/**
赞赏
 */
.support-author {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

#support_author, #donateModal, .pay-button button {
  font-size: 14px;
}

#support_author span, .pay-button span {
  vertical-align: middle;
}

.pay-img {
  max-width: 70% !important;
  border: none !important;
  margin: auto;
}

.article__reward-border {
  border-top: 1px solid #eee;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}

.pay-button {
  display: inline-block;
}

.btn-blue {
  color: var(--main) !important;
  background-color: #23b7e5;
  border-color: #23b7e5;
}

.btn-always-success {
  color: var(--main) !important;
  background-color: #27c24c;
  border-color: #27c24c;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-r-xs {
  margin-right: 5px;
}

/*浮动按钮栏 (回顶等)*/
.black .fabtn {
  background: #424242;
  color: #eee;
}

.black #fabtn_reading_progress_bar {
  background: #ccc;
}

.bright .fabtn {
  background: var(--main);
  color: #373e4a;
}

.bright #fabtn_reading_progress_bar {
  background: #000;
}

#float_action_buttons {
  position: fixed;
  bottom: 35px;
  right: 20px;
  height: max-content;
  z-index: 1000;
  transition: all 0.3s ease;
}

#float_action_buttons .btn {
  font-size: 0.875rem;
  position: relative;
  transition: all 0.15s ease;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  will-change: transform;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.tooltip > .arrow {
  display: none;
}

#float_action_buttons.fabtns-float-left {
  left: 20px;
  right: auto;
}

#float_action_buttons.fabtns-float-left .fabtn-show-on-right {
  display: none;
}

#float_action_buttons:not(.fabtns-float-left) .fabtn-show-on-left {
  display: none;
}

.fabtns-unloaded {
  opacity: 0;
  pointer-events: none;
}

.fabtn {
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: visible;
  display: block;
  margin-top: 8px;
  border: none !important;
  transition: all 0.3s ease;
}

.fabtn:active {
  color: var(--main) !important;
  background-color: var(--themecolor-dark) !important;
}

.fabtn.fabtn-hidden {
  height: 0;
  opacity: 0;
  margin-top: 0;
  box-shadow: none;
  pointer-events: none;
}

#fabtn_toggle_sides {
  height: 30px !important;
  transform: translateY(8px);
  opacity: 0;
}

#float_action_buttons:hover #fabtn_toggle_sides {
  height: 30px !important;
  transform: translateY(0px);
  opacity: 1;
}

#fabtn_reading_progress {
  height: 30px;
}

#fabtn_reading_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 4px;
  background: var(--themecolor);
  opacity: 0.08;
}

/**
blog
 */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(50, 50, 50, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(50, 50, 50, 0.4);
}

::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background-color: rgba(50, 50, 50, 0.1);
}

.j-adaption {
  position: relative;
  width: 0;
  min-width: 0;
  flex: 1;
}

.j-index {
  display: flex;
  padding-bottom: 20px;
}

.j-index .main {
  padding: 0 20px;
  background: var(--main);
  box-shadow: var(--box-shadow);
  border-radius: var(--radius-pc);
}

.j-index .main ul {
  margin-bottom: 0;
}

.j-index .main .index-title {
  display: flex;
  align-items: center;
  user-select: none;
  border-bottom: 1px solid var(--classC);
}

.j-index .main .index-title h2 {
  position: relative;
  color: var(--theme);
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}

.j-index .main .index-title h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--theme);
  z-index: 1;
}

.j-index .main .index-title .notice {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 40px;
}

.j-index .main .index-title .notice svg {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.j-index .main .index-title .notice a {
  color: var(--minor);
  font-size: 14px;
  line-height: 20px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.j-index .main .index-title .notice a:hover {
  color: var(--theme);
}

.j-index .main .index-ad {
  padding-top: 20px;
}

.j-index .main .index-ad a {
  position: relative;
  display: block;
  transition: opacity 0.35s;
}

.j-index .main .index-ad a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: calc(var(--radius-pc) / 2);
}

.j-index .main .index-ad a:hover {
  opacity: 0.85;
}

.j-index .main .index-hot {
  padding-top: 20px;
}

.j-index .main .index-hot .title {
  display: none;
}

.j-index .main .index-hot .hot {
  display: flex;
  justify-content: space-around;
}

.j-index .main .index-hot .hot p {
  margin: 0;
}

.j-index .main .index-hot .hot li {
  width: 25%;
  padding: 0 7.5px;
}

.j-index .main .index-hot .hot li:first-child {
  padding-left: 0;
}

.j-index .main .index-hot .hot li:last-child {
  padding-right: 0;
}

.j-index .main .index-hot .hot li a {
  position: relative;
  display: block;
  transition: opacity 0.35s;
}

.j-index .main .index-hot .hot li a:hover {
  opacity: 0.85;
}

.j-index .main .index-hot .hot li a:hover p {
  color: var(--theme);
}

.j-index .main .index-hot .hot li a img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  border-radius: calc(var(--radius-pc) / 2) calc(var(--radius-pc) / 2) 0 0;
}

.j-index .main .index-hot .hot li a p {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  color: var(--minor);
  background: var(--classD);
  border-radius: 0 0 calc(var(--radius-pc) / 2) calc(var(--radius-pc) / 2);
}

.j-index .main .index-hot .hot li a span {
  display: flex;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--theme);
  color: var(--background);
  height: 20px;
  font-size: 12px;
  padding: 0 7px;
  border-radius: calc(var(--radius-pc) / 4);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.j-index .main .index-banner {
  width: 100%;
  display: flex;
  padding-top: 20px;
}

.j-index .main .index-banner #carouselSwiperCaptions {
  width: fit-content;
  flex: 1;
  height: 340px;
  min-height: 340px;
  max-height: 340px;
  border-radius: calc(var(--radius-pc) / 2);
  overflow: hidden;
}

.j-index .main .index-banner .carousel-inner {
  border-radius: calc(var(--radius-pc) / 2);
  overflow: hidden;
  height: 100%;
}

.j-index .main .index-banner .carousel-inner .swiper-slide {
  height: 100%;
  overflow-y: hidden;
}

.j-index .main .index-banner .carousel-inner .carousel-item {
  border-radius: calc(var(--radius-pc) / 2);
  overflow: hidden;
  height: 100%;
}

.j-index .main .index-banner .carousel-inner .carousel-item:hover {
  opacity: 0.85;
}

.j-index .main .index-banner .carousel-inner .carousel-item .title {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(6, 6, 6, 0), rgba(6, 6, 6, 0.5));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--background);
  font-size: 15px;
}

.j-index .main .index-banner .carousel-inner .carousel-item .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  fill: var(--background);
}

.j-index .main .index-banner .carousel-inner img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.j-index .main .index-banner .recommend {
  width: 270px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.j-index .main .index-banner .recommend a {
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  border-radius: calc(var(--radius-pc) / 2);
  overflow: hidden;
  transition: opacity 0.35s;
}

.j-index .main .index-banner .recommend a:hover {
  opacity: 0.85;
}

.j-index .main .index-banner .recommend a:last-child {
  margin-bottom: 0;
}

.j-index .main .index-banner .recommend a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.j-index .main .index-banner .recommend a .desc {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(6, 6, 6, 0), rgba(6, 6, 6, 0.7));
  color: var(--background);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.j-index .main .index-banner .recommend a .desc .type {
  color: var(--background);
  font-size: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc712a), to(#f84c39));
  background-image: -webkit-linear-gradient(left, #fc712a, #f84c39);
  background-image: -moz-linear-gradient(left, #fc712a, #f84c39);
  background-image: linear-gradient(to right, #fc712a, #f84c39);
  background-color: #f84c39;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  border-radius: calc(var(--radius-pc) / 4);
  margin-right: 5px;
}

.j-index .main .index-banner .recommend a .desc p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.j-index .main .article .article-list {
  position: relative;
  width: 100%;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid var(--classC);
}

.j-index .main .article .article-list:last-child {
  border-bottom: none;
}

.j-index .main .article .article-list .picture-box {
  position: relative;
  width: 210px;
  min-width: 210px;
  height: 140px;
  min-height: 140px;
  margin-right: 15px;
  border-radius: calc(var(--radius-pc) / 2);
  overflow: hidden;
}

.j-index .main .article .article-list .picture-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.j-index .main .article .article-list .picture-box span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--theme);
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  color: var(--background);
  font-size: 12px;
  border-radius: 10px;
  transition: transform 0.35s;
  transform: translate3d(120%, 0, 0);
}

.j-index .main .article .article-list .picture-box svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  fill: var(--background);
}

.j-index .main .article .article-list .picture-box div {
  display: none;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  background: linear-gradient(to bottom, rgba(6, 6, 6, 0), rgba(6, 6, 6, 0.7));
  color: rgba(255, 255, 255, 0.85);
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.j-index .main .article .article-list .picture-box div p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.j-index .main .article .article-list .entry-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 0;
  min-width: 0;
  overflow: hidden;
  height: 140px;
}

.j-index .main .article .article-list .entry-box .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.j-index .main .article .article-list .entry-box .title .badge {
  height: 20px;
  line-height: 20px;
  background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
  color: var(--background);
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
  border-radius: calc(var(--radius-pc) / 4);
  padding: 0 10px;
  white-space: nowrap;
  vertical-align: top;
}

.j-index .main .article .article-list .entry-box .title a {
  color: var(--acolor);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 24px;
}

.j-index .main .article .article-list .entry-box .title a:hover {
  color: var(--theme);
}

.j-index .main .article .article-list .entry-box .summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--minor);
  transition: opacity 0.35s;
  word-break: break-all;
  line-height: 22px;
  max-height: 46px;
}

.j-index .main .article .article-list .entry-box .summary:hover {
  opacity: 0.8;
}

.j-index .main .article .article-list .entry-box .meta {
  display: flex;
  margin-top: auto;
  align-items: center;
  user-select: none;
}

.j-index .main .article .article-list .entry-box .meta .item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--minor);
  line-height: 20px;
}

.j-index .main .article .article-list .entry-box .meta .item svg {
  width: 20px;
  height: 20px;
  fill: var(--minor);
  margin-right: 3px;
}

.j-index .main .article .article-list .entry-box .meta .item a {
  color: var(--minor);
}

.j-index .main .article .article-list .entry-box .meta .item a:hover {
  color: var(--theme);
}

.j-index .main .article .article-list .entry-box .meta .item:last-child::after {
  display: none;
}

.j-index .main .article .article-list .entry-box .meta .item::after {
  content: "/";
  display: block;
  color: #e1e1e1;
  padding: 0 5px;
}

.j-index .main .article .article-list .entry-box .meta-xs {
  display: none;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--classC);
  padding-top: 15px;
}

.j-index .main .article .article-list .entry-box .meta-xs .item {
  display: flex;
  align-items: center;
  color: #bbb;
  font-size: 12px;
}

.j-index .main .article .article-list .entry-box .meta-xs .item svg {
  width: 15px;
  height: 15px;
  fill: #bbb;
  margin-right: 5px;
  vertical-align: middle;
}

.j-index .main .article .article-list::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 4px;
  height: 25px;
  border-radius: 2px;
  background: var(--theme);
  transform: scaleY(0);
  transition: transform 0.35s;
}

.j-index .main .article .article-list:hover .picture-box span {
  transform: translate3d(0, 0, 0);
}

.j-index .main .article .article-list:hover::after {
  transform: scaleY(1);
}

.j-ad {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.25);
  padding: 2px 5px;
  border-radius: 2px;
  color: var(--classD);
}

.j-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.j-pagination li {
  margin-left: 5px;
}

.j-pagination li:first-child {
  margin-left: 0;
}

.j-pagination li a {
  display: flex;
  height: 32px;
  align-items: center;
  color: black;
  padding: 0 15px;
  background: var(--main);
  border-radius: 2px;
  transition: background 0.35s, color 0.35s;
}

.j-pagination li a:hover {
  background: var(--theme);
  color: var(--background);
}

.j-pagination li a:hover svg {
  fill: var(--background);
}

.j-pagination li a svg {
  width: 12px;
  height: 12px;
  fill: var(--routine);
  transition: fill 0.35s;
}

.j-pagination li.next a svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.j-pagination li.active a {
  background: var(--theme);
  color: var(--background);
  font-weight: 500;
}

.j-loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.j-loadmore a {
  cursor: pointer;
  width: 120px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: var(--routine);
  background: var(--main);
  box-shadow: var(--box-shadow);
  border-radius: 17px;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  font-size: 14px;
}

.content-action {
  position: relative;
}

.tenyear-hole {
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  background: #000 url(/usr/themes/onecircle/assets/img/wormhole_1.gif) no-repeat right 20px center;
  margin-bottom: 8px;
}

.tenyear-hole .text {
  margin-right: 90px;
  line-height: 20px;
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/**
usercenter
 */
.m-b {
  margin-bottom: 15px;
}

.m-t {
  margin-top: 15px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-l-xs {
  margin-left: 5px;
}

.text-xs {
  font-size: 12px;
}

.bg-info {
  color: white;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.pull-right {
  float: right !important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.bg-light.lt, .bg-light .lt {
  background-color: #edf2f3;
}

.usercenter-container {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.usercenter-container .left-panel {
  flex: 1;
  background-color: var(--contentbg);
  padding: 10px;
}

.list-group-item.active {
  color: var(--main);
  border-color: #4cb6cb !important;
  background-color: #4cb6cb !important;
}

.usercenter-container .left-panel .list-group-item a span {
  width: 20px;
  display: inline-block;
}

.usercenter-container .left-panel .list-group-item a span svg {
  margin-bottom: 4px;
  margin-right: 5px;
  width: 1em !important;
  height: 1em !important;
}

.usercenter-container .right-panel {
  flex: 3;
  background-color: var(--contentbg);
  padding: 10px;
}

.usercenter-container .right-panel .nav-tabs .nav-link.active {
  background-color: #d9dae5;
}

.header .nav-tabs {
  border: none;
}

.header .nav-tabs > li a {
  border: none !important;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

.usercenter-container .right-panel .typecho-option li .radio-label {
  padding-left: 8px;
  padding-right: 8px;
  word-break: keep-all;
}

/* coin */
.coin {
  align-items: center;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0.45), rgba(197, 197, 197, 0.62));
  border-radius: 290486px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  justify-content: center;
  color: #666;
  padding: 0 8px;
}

.coin > .gold,
.coin > .silver,
.coin > .copper {
  position: relative;
  padding-right: 20px;
  height: 24px;
  display: inline-block;
}

.coin > .gold:after,
.coin > .silver:after,
.coin > .copper:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  margin: -6px 5px 0 5px;
}

.coin > .gold:after {
  background-color: #F2EC8B;
  box-shadow: 0px 1px 2px 1px #a78502, inset 1px 2px 3px 1px #bf9900;
}

.coin > .silver:after {
  background-color: #f6f6f6;
  box-shadow: 0px 1px 2px 1px #969393, inset 1px 2px 3px 1px #949494;
}

.coin > .copper:after {
  background-color: #F3BF9E;
  box-shadow: 0px 1px 2px 1px #DC795C, inset 1px 2px 3px 1px #C75131;
}

/* notice */
.font-bold {
  font-weight: 700;
}

.i-sm {
  font-size: 0.75em;
}

.l-h {
  line-height: 1.5;
}

.pull-right {
  float: right !important;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.image.is-circle, .image.is-circle .cover, .image.is-circle img {
  border-radius: 50%;
}

.image.is-48 {
  height: 48px;
  width: 48px;
}

.media-body {
  width: 100%;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media:first-child {
  margin-top: 0;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.font-bold {
  font-weight: 700;
}

.m-b-none {
  margin-bottom: 0;
}

.i-sm {
  font-size: 0.75em;
}

.pull-right {
  float: right !important;
}

.text-muted {
  color: #939aa0;
}

.image.is-32 {
  height: 32px;
  width: 32px;
}

.text-xs {
  font-size: 12px;
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.notice-page .header .nav-tabs, .notice-page .footer .nav-tabs, .message-page .header .nav-tabs, .message-page .footer .nav-tabs {
  border: none;
  margin-left: -15px;
  margin-right: -15px;
}
.notice-page .header, .message-page .header {
  min-height: 50px;
  padding: 0 15px;
}
.notice-page .header p, .message-page .header p {
  margin-top: 15px;
  display: inline-block;
}
.notice-page .image img, .message-page .image img {
  display: block;
  height: auto;
  width: 100%;
}
.notice-page p, .message-page p {
  margin: 0 0 10px;
}

.notice-page .scrollable .no-borders {
  border: none;
}
.notice-page .scrollable .no-borders ul li {
  border: none;
}

.message-page .tab-content .contact-search {
  background: #f2f4f8;
  border-radius: 3px;
}
.message-page .tab-content .contact-search input {
  background: #fff;
  font-size: 13px;
}
.message-page .tab-content #contact-chat .contact-messages {
  padding: 10px;
  min-height: 240px;
  max-height: 400px;
  background-color: rgba(195, 200, 216, 0.3215686275);
}
.message-page .tab-content #contact-chat .contact-messages .media {
  border: none;
  position: relative;
  padding-top: 20px;
}
.message-page .tab-content #contact-chat .contact-messages .media .media-body .contact-message-item {
  background-color: #e6e6e6;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  max-width: 80%;
  text-align: start;
  word-break: break-all;
}
.message-page .tab-content #contact-chat .contact-messages .media .media-right {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.message-page .tab-content #contact-chat .contact-messages .media-content {
  width: 100%;
  margin: 10px 0;
}
.message-page .tab-content #contact-chat .contact-messages .media.sender {
  display: block;
}
.message-page .tab-content #contact-chat .contact-messages .media.sender .media-content {
  display: flex;
  flex-direction: row-reverse;
}
.message-page .tab-content #contact-chat .contact-messages .media.sender .media-left {
  margin-left: 15px;
  margin-right: 0;
}
.message-page .tab-content #contact-chat .contact-messages .media.sender .media-body {
  text-align: right;
}
.message-page .tab-content #contact-chat .contact-messages .media.sender .media-body .contact-message-item {
  background-color: #209cee;
  color: #fff;
}
.message-page .tab-content #contact-chat .panel-footer .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.5098039216);
}

/**
mobile fix
 */
/* min-width */
@media screen and (min-width: 600px) {
  .header-top-bottom-avatar {
    top: -40px;
  }

  .black .fabtn:hover {
    background: #606060 !important;
  }

  .bright .fabtn:hover {
    background: var(--themecolor) !important;
  }
}
@media (min-width: 991px) {
  .app-content, .app-footer, .navbar-collapse {
    margin-left: 220px;
  }

  .app-aside, .navbar-header {
    width: 220px;
  }

  .index .asideBar {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .app .app-aside {
    overflow-x: hidden;
  }

  .app .app-aside {
    max-width: 750px;
  }

  .app-aside, .navbar-header {
    width: 200px;
  }

  .app-content, .app-footer, .navbar-collapse {
    margin-left: 200px;
  }

  .archive .outer, .archive .asideBar {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .app .app-aside {
    max-width: 1170px;
  }

  .w-lg {
    width: 280px;
    flex: 0 0 280px;
  }
}
@media (min-width: 1800px) {
  .app .app-aside {
    max-width: 1300px;
  }
}
@media (min-width: 3840px) {
  .app-aside, .navbar-header {
    width: 700px;
  }

  .app-content, .app-footer, .navbar-collapse {
    margin-left: 700px;
  }
}
@media screen and (max-width: 1199.98px) {
  .caret, .hidden-lg {
    display: none;
  }

  .w-md {
    width: 240px;
    flex: 0 0 240px;
  }
}
@media screen and (max-width: 600px) {
  .mobile-nopading {
    padding: 0;
  }
}
@media (max-width: 990.98px) {
  .col {
    padding: 0;
  }

  .app-container {
    height: auto;
    padding: 0;
  }

  .archive-container .archive-content {
    flex-direction: column;
  }

  .asideBar {
    width: 100%;
  }

  .tabindex-1 .asideBar, .tabindex-2 .asideBar {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #allayout {
    overflow-x: hidden;
  }

  .biCwrr {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    display: flex;
    z-index: 1;
  }

  .col-12.col-md-4.text-center.text-md-left {
    display: none;
  }

  .archive-content .outer {
    padding: 0;
  }

  .index .asideBar, .main-content {
    padding: 0 2px;
  }

  .post-cover-inner-more {
    grid-auto-rows: minmax(110px, 110px);
  }

  .post-article {
    padding: 12px 10px 6px 4px;
  }

  /*user avatar*/
  .post-article-left img {
    width: 35px;
    height: 35px;
  }

  .dEkSi {
    width: 30px;
    height: 30px;
  }

  .blMNOE {
    padding: 0;
  }

  .eynkqj {
    padding: 5px 10px;
  }

  .OwO {
    /*mobile style owo fix*/
    /*top: 1px;*/
  }

  .header-top-bottom {
    padding-left: 12px;
    padding-right: 20px;
  }

  .header-top-bottom-avatar {
    top: 0;
  }

  .htbt-right button {
    padding: 7px 15px;
  }

  .archive-container .archive-header {
    padding: 7px 0 17px;
  }

  /* mobile nav*/
  #aside {
    position: fixed;
    background-color: var(--main);
    z-index: 999;
    top: 52px;
    padding-top: 10px;
  }

  .caret, .hidden-sm {
    display: none;
  }

  .navbar.navbar-nav.navbar-right > li > a {
    padding: 10px;
  }

  .img-40px {
    width: 25px !important;
    height: 25px;
  }

  /* archive*/
  .archive-container {
    padding: 0;
  }

  /*circle-management*/
  .circle-management .htbt-right button {
    padding: 8px 12px;
    max-height: 34px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .app-content {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }

  .off-screen {
    position: fixed;
    top: 52px;
    bottom: 0;
    z-index: 1010;
    display: block !important;
    width: 75%;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }

  .off-screen + * {
    overflow: hidden;
    background-color: var(--main);
    -webkit-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .off-screen + * .off-screen-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: block !important;
  }

  .app-aside {
    float: none;
  }

  .hbox-auto-xs {
    display: block;
  }

  .hbox-auto-xs > .col {
    display: block;
    width: auto;
    height: auto;
  }

  aside#aside {
    position: fixed;
    visibility: visible;
    top: 50px;
    bottom: 0;
    z-index: 1010;
    display: block !important;
    width: 73%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
  }

  .off-screen#aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .hbox-auto-xs > .col {
    display: block;
    width: auto;
    height: auto;
  }

  .index .col.center-part {
    padding-left: 0;
    padding-right: 0;
  }

  .archive .archive-content {
    display: block;
  }

  .archive .asideBar {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hbox-auto-sm {
    display: block;
  }

  .hbox-auto-sm > .col {
    display: block;
    width: 100%;
    height: auto;
  }

  .hbox-auto-sm > .col.show {
    display: block !important;
  }
}
@media (max-width: 449.98px) {
  .diary-item {
    width: 45%;
  }

  .fans, .fansed {
    margin: 0 7px 0 0;
    padding: 8px 16px;
  }

  .fabtn {
    width: 30px;
    height: 30px;
  }

  .bright .fabtn {
    background: rgba(227, 227, 227, 0.7);
  }

  #float_action_buttons .btn {
    font-size: 0.575rem;
  }

  .post-cover-img {
    height: 220px;
  }

  .usercenter-container {
    flex-direction: column;
  }
}

/*# sourceMappingURL=onecircle.min.css.map */
