/* 全局滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-track {
    background: #1a1a1a;
  }

  ::-webkit-scrollbar-thumb {
    background: #ec4899;
    border-radius: 4px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #db2777;
  }

  /* Firefox 滚动条样式 */
  * {
    scrollbar-width: thin;
    scrollbar-color: #ec4899 #1a1a1a;
  }


  .character-btn {
     height: 36px;
    background: linear-gradient( 135deg, #FA71FF 0%, #804AFF 100%);
    border-radius: 8px;
    }
  
  .icon_reply{
      width: 14px;
      height: 14px;
      margin: 1px 0 1px 0;
  }

  .text_reply{
    overflow-wrap: break-word;
    color: rgba(223, 102, 255, 1);
    font-size: 14px;
    font-family: Arial-BoldMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
  }

  .view_more {
    overflow-wrap: break-word;
    color: rgba(223, 102, 255, 1);
    font-size: 14px;
    font-family: Arial-BoldMT;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
  }

  .bg_tag {
    background: url(/assets/images/bg_tag.png)
      100% no-repeat;
    background-size: 100% 100%;
    padding: 1px 6px 2px 6px;
  
  }

  .album_show_text{
    overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: Arial-BoldMT;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  }