.shuoshuo-content img{
    width: 60%;
    height: 60%;
    margin-top: 20px;
}
#article-container .shuoshuo-content {
    font-size: 120%;
}
.shuoshuo-author {
    font-weight: bold;
}

#article-container .shuoshuo-date {
    color: blueviolet;
}
#article-container .shuoshuo-item {
    font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}

/* 主页哔哔bb */
#bber-talk {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }

  
#bber-talk .li-style {
  font-family: 'Yozai Medium',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Lato,Roboto,"PingFang SC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
  width: 100%;
  height: 25px;
  text-align: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  font-weight: bold;
  color: #555252;
  font-size: 25px;
}


#bber-talk .li-style:hover{
    color: #0a8136;
    font-weight: bold;
  }
  
  #bber-talk ul,li{
    list-style:none;
    display:block;
    margin: 0;
    padding: 0;
  }

  #bbtalk{
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  
/* 首页bb */

#shuoshuoList {
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding: 0.6rem 1rem 0.5rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    transition: background-color 0.3s ease; /* 添加过渡效果 */
    background-color: rgba(194, 236, 255, 0.904);
    align-items: center;
    height: 50px;
    color: #000;
    font-family: 'Lantinghei SC', Courier, monospace;
    font-size: 18px;
}
#shuoshuoList .iconfont {
    font-size: 40px;
    color: rgb(38, 76, 226);
}

/* 哔哔前往 */
.bber-gotobb {

    cursor: pointer;
    font-size: 50px;
}

.bber-gotobb:hover {
    opacity: 0.8;
    color: red;
}

i.bber-gotobb {
    font-size: 20px;
    color: #335bed;
}

/* bb哔哔 */
/* bb样式 */

#bber .timeline #waterfall {
    opacity: 0;
    transition: 0.3s;
}

#bber .timeline #waterfall.show {
    opacity: 1;
}

input.el-input__inner::placeholder {
    color: #5a4e4e; /* 设置placeholder文字颜色 */
    font-style: italic; /* 设置placeholder文字样式为斜体 */

}



#bber .timeline ul li.item {
    margin-right: 30px;
    text-align: center;
    position: relative;
    width: 48%;
    border-radius: 12px;
    padding: 1rem;
    padding-bottom: 0.5rem;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.852);
    backdrop-filter: blur(2px);
    border: 2px solid rgb(208, 158, 107);
}

#bber .timeline ul li.item hr {
    display: flex;
    position: relative;
    margin: 8px 0;
    border: 1px dashed var(--bywind-theme-op);
    width: 100%;
}

@media screen and (max-width: 768px) {
    #bber .timeline ul li.item {
        padding: 0;
    }
}

#bber .timeline ul li.item:hover {
    border: var(--style-border-hover);
}

#bber ul.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#bber li.item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}


@media screen and (max-width: 1300px) {
    #bber .timeline ul li.item {
        width: 49%;
        margin-right: 1%;
    }
}


@media screen and (max-width: 768px) {
    #bber .timeline ul li.item {
        width: 100%;
        margin-right: 0;
    }

    #bber .timeline ul li.item {
        padding: 16px 20px;
    }
}

.timeline ul .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}