.post-inser {
  position: relative;
  overflow: hidden;
  max-height: 145px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 13px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%), 0 0 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 20px 0;
}
a.post_inser_a.no-external-link {
  color: #58666e;
  border-bottom-color: #222;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
  word-break: break-all;
}
.inner-content {
  margin-left: 153px;
}
.PostBlock_text__Gsfei .PostBlock_title__18Obo {
  text-align: center;
}
.PostBlock_navigator__25BE6 {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.PostBlock_btn__2551h {
  padding: .7rem 1rem;
  outline: 0;
  color: #fff;
  border-radius: 4rem;
  background-color: #e67e22;
}
.PostBlock_head__38-FT .PostBlock_title__18Obo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  cursor: pointer;
  white-space: nowrap;
  width: -webkit-calc(100% - 19rem);
  width: -moz-calc(100% - 19rem);
  width: calc(100% - 19rem);
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.PostBlock_head__38-FT {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.PostBlock_text__Gsfei {
  line-height: 2;
}
.Copyright_copyright-session__3Q0fD {
  margin-top: 28px;
  font-size: 12px;
  color: #999;
}

.Comment_wrap__2X4SZ {
  margin-top: 2.5rem;
}

.Comment_comment-box-head__3nTxd {
  margin: 24px 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.Comment_comment-box-head__3nTxd>:not(:last-child) {
  margin-right: 12px;
}
.Input_input-wrap__QJfMh {
  position: relative;
  width: 100%;
  font-size: 1rem;
  padding: 4px 11px;
  border: 1px solid var(--gray);
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--shizuku-text-color);
}


.Input_input-wrap__QJfMh .Input_prefix-wrap__3SjsT {
  position: relative;
  margin-right: 4px;
  display: inline-block;
}

.Input_input-wrap__QJfMh .Input_border__1txS9 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.Comment_comment-box-head__3nTxd>:not(:last-child) {
  margin-right: 12px;
}

.Input_input-wrap__QJfMh .Input_input__3cq_w {
  width: 100%;
  border: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.head-logo.assets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.assets {
    background-color: var(--bg-opacity);
    -webkit-backdrop-filter: blur(25px) saturate(150%) brightness(1.1);
    backdrop-filter: blur(25px) saturate(150%) brightness(1.1);
    z-index: 5;
    -webkit-transition: -webkit-transform 0.5s, backdrop-filter 0.5s;
    -webkit-transition: transform 0.5s, backdrop-filter 0.5s;
    transition: transform 0.5s, backdrop-filter 0.5s;
  }

  header.hide.assets {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  @media screen and (max-width:600px) {
    .head-logo.assets {
      display: block;
    }
  }

  html.dark.assets header.assets {
    -webkit-backdrop-filter: saturate(150%) blur(30px);
    backdrop-filter: saturate(150%) blur(30px);
  }

  h3.assets {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .loader svg {
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 100;
    height: 8em;
    color: #fff;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.5, 1.5), visibility 0.3s;
    -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.5, 0, 0.5, 1.5), visibility 0.3s;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.5, 0, 0.5, 1.5), visibility 0.3s;
  }

  .loader:before {
    top: 50%;
    left: 50%;
    z-index: 99;
    content: '';
    width: 100vmax;
    height: 100vmax;
    position: fixed;
    border-radius: 50%;
    background: var(--green);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  body.loading .loader:before {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }

  body.loading .loader svg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }