#page:has(#talk_page) {
    border: 0;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
  }
  #page:has(#talk_page) .page-title {
    display: none;
  }
  #web_bg ~ .page:has(#talk_page) {
    background: var(--fyz-background);
  }
  #bber .bber-container-img {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
  #bber .bber-container-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
  }
  
  #bber .bber-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    display: block;
  }
  
  #bber .bber-content-img {
    width: calc((100% - 15px * 2) / 3);
    aspect-ratio: 1 / 1;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    position: relative;
  }
  
  #bber .bber-content .datacont {
    order: 0;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--fyz-fontcolor);
    width: 100%;
    line-height: 1.38;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    flex-direction: column;
    text-align: justify;
  }
#bber .bber-content blockquote {
    font-size: 0.8em;
    padding: 1.3em 15px 1.2em 25px;
}
#bber .bber-content blockquote::before{
    font-size: 3.2em;
    left: 8px;
    top: -8px;
}
#bber .bber-content .hide-button{
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid var(--fyz-theme);
    background-color: var(--fyz-white);
    color: var(--fyz-black);
    transition: .2s ease-in-out;
}
#bber .bber-content .hide-button:hover{
    background-color: var(--fyz-theme);
    color: var(--fyz-white);
}
#bber .bber-content .hide-content{
    font-size: 13px;
    color: white;
}
  #bber p {
    margin: 0px;
  }
  #bber div.bber-content {
    display: flex;
    flex-flow: wrap;
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }
  #bber .timeline ul li.bber-item {
    position: relative;
    width: 32%;
    border: 1px solid var(--fyz-border);
    border-radius: 12px;
    padding: 1rem 1rem 0.5rem;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    background: var(--fyz-card-bg);
    -webkit-box-shadow: var(--card-box-shadow);
    box-shadow: var(--card-box-shadow);
    margin-right: 2%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  }
  #bber .timeline #waterfall.show {
    opacity: 1;
  }
  #bber .timeline #waterfall {
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  #bber ul.list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #bber {
    margin-top: 1rem;
    width: 100%;
  }
  #bber > section > ul > li.bber-item {
    margin-bottom: 1rem;
  }
  
  #bber-tips {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  
  #bber .timeline ul li.bber-item hr {
    display: flex;
    position: relative;
    margin: 8px 0px;
    border: 1px dashed var(--fyz-theme-op);
    width: 100%;
  }
  
  #bber .bber-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  #bber > section > ul > li > div .bber-info-time,
  #bber > section > ul > li > div .bber-info-from {
    color: var(--fyz-fontcolor);
    font-size: 0.7rem;
    background-color: var(--fyz-gray-op);
    padding: 0px 8px;
    border-radius: 20px;
    cursor: default;
    display: flex;
    align-items: center;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  
  #bber .bber-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  
  #bber .bber-bottom .bber-reply {
    cursor: pointer;
  }
  
  #bber .timeline ul li.bber-item:hover {
    border: var(--style-border-hover);
    box-shadow:0 0 3px var(--fyz-theme)!important;
  }
  
  #bber .bber-content-link {
    display: flex;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.7rem;
    align-items: center;
    background-color: rgba(245, 108, 108, 0.13);
    color: rgb(245, 108, 108);
    padding: 0px 8px;
    border-radius: 20px;
  }
  #bber .bber-tag{
    display: flex;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.7rem;
    align-items: center;
    background-color: rgba(78, 181, 213, 0.13);
    color: rgb(78, 181, 213);
    padding: 0px 8px;
    border-radius: 20px;
  }
  #bber .bber-bottom .bber-info i {
    margin-right: 3px;
  }
  #bber .bber-content-link:hover {
    background-color: var(--fyz-main);
    color: var(--fyz-white);
  }
  #bber .bber-music {
    width: 100%;
    height: 90px;
    margin: 0.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    border: var(--style-border-always);
    background: var(--fyz-secondbg);
  }
  #bber .aplayer {
    margin: 0;
  }
  
  #bber .aplayer.aplayer-withlrc .aplayer-pic {
    height: 82px;
    width: 82px;
    margin: 4px;
    border-radius: 4px;
  }
  .bber-music .aplayer.aplayer-withlrc .aplayer-info {
    padding: 5px 7px 0;
  }
  #bber .aplayer .aplayer-info .aplayer-music {
    height: 23px;
  }
  #bber .aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0;
    color: var(--fyz-fontcolor);
  }
  
  #bber .aplayer .aplayer-info .aplayer-controller {
    align-items: center;
  }
  #bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    padding: 0;
  }
  #bber .aplayer .aplayer-info .aplayer-controller .aplayer-time {
    position: initial;
  }
  #bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    background: var(--fyz-gray);
    height: 8px;
    border-radius: 12px;
    transition: 0.3s;
    overflow: hidden;
  }
  #bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    height: 100%;
    border-radius: 12px;
  }
  #bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
    height: 100%;
    border-radius: 12px;
  }
  #bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    display: none;
  }
  #bber .aplayer .aplayer-info .aplayer-controller .aplayer-time {
    position: initial;
  }
  
  /* 顶部样式 */
  .author-content.author-content-item.top-background {
    height: 19rem;
    color: var(--fyz-white);
    overflow: hidden;
    margin-top: 0px;
  }
  #page:has(#talk_page) .author-content-item .card-content .banner-button-group .banner-button:hover {
    color: var(--fyz-white);
    border-radius: 20px !important;
  }
  
  /* 响应式 */
  @media screen and (max-width: 1300px) {
    #bber .timeline ul li.bber-item {
      width: 49%;
      margin-right: 1%;
    }
  }
  @media screen and (max-width: 768px) {
    #bber .timeline ul li.bber-item {
      width: 100%;
      margin-right: 0px;
    }
  }
  [data-theme="dark"] #bber .bber-music .aplayer,
  [data-theme="dark"] #bber .aplayer .aplayer-lrc:before,
  [data-theme="dark"] #bber .aplayer .aplayer-lrc:after {
    background: var(--fyz-card-bg);
    color: var(--fyz-fontcolor);
  }
  #bber .aplayer .aplayer-lrc p {
    color: var(--fyz-fontcolor);
  }
