#bbTimeList {
    background: var(--fyz-white);
    color: var(--fyz-fontcolor);
    padding: 0.5rem 1rem;
    border-radius: 15px;
    display: flex;
    transition: all 0.3s ease 0s;
    margin: 1rem auto 1rem;
    border: 1px solid var(--fyz-border);
    align-items: center;
    height: 50px;
    width: 100%;
    max-width: 1500px;
    padding: 0px 15px;
    -webkit-box-shadow: var(--card-box-shadow);
    box-shadow: var(--card-box-shadow);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  }
[data-theme="dark"] #bbTimeList {
    background: #000 !important;
}
#bbtalk {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#bber-talk {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
}
.bber-gotobb {
    line-height: 25px;
    margin-left: 1rem;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
#bber-talk .li-style {
    width: 100%;
    max-width: 100%;
    height: 25px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    font-weight: 700;
    margin: auto;
    cursor: pointer;
    white-space: nowrap;
}
#bbTimeList:hover {
    border: var(--style-border-hover);
    box-shadow:0 0 3px var(--fyz-theme)!important;
}
#bbTimeList .li-style.swiper-slide:hover{
    color: var(--fyz-theme);
}
#bbTimeList .bber-tag i {
    margin-right: 3px;
}
#bbTimeList .bber-tag {
    margin-right: 0.5em;
    font-size: 0.9rem;
    align-items: center;
    background-color: rgba(78, 181, 213, 0.13);
    color: rgb(78, 181, 213);
    padding: 0px 8px;
    border-radius: 20px;
    width: fit-content;
    display: inline-block;
}
