/* 页脚透明 */
#footer {
	/* 以下代表透明度为0.7 */
	background: rgba(255,255,255, .0);
}

#footer:before {
    background-color: rgba(255,255,255, .0);;
}

/* 导航栏做居中处理 */
#nav-right{
    flex:1 1 auto;
    justify-content: flex-end;
    margin-left: auto;
    display: flex;
    flex-wrap:nowrap;
}

/* 去除导航栏选项中底下的蓝条 */
#nav *::after{
    background-color: transparent!important;
}

/* 导航栏菜单鼠标移入字体放大 */
#nav #site-name:hover, 
#nav .menus_item:hover, 
#nav #search-button:hover{
    font-size:22px;
}

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


#zbuz{
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.2s;
    padding: 15px 10px;
}


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

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

#bber .timeline ul li.item {
    position: relative;
    width: 30%;
    border: 1px solid #e3e8f7;
    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: flex-start;
    background: #fff;
    box-shadow: 0 8px 16px -4px #2c2d300c;
    margin-right: 2%;
}

#bber .timeline ul li.item hr {
    display: flex;
    position: relative;
    margin: 8px 0;
    border: 1px dashed #eee;
    width: 100%;
}

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

#bber .timeline ul li.item:hover {
    border: 1px solid #e38100
}

#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: 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;
}

/* 标题 */
.bb-info {
    display: inline;
    float: right;
    line-height: 1;
    color: #333;
    margin-left: auto;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
}

.bb-info:hover {
    color: #333;
}

#bber {
    margin-top: 1rem;
    width: 100%;
}

/* 每条动态 */
#bber div.bber-content {
    display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

#bber>section>ul>li.item {
    margin-bottom: 1rem;
}

#bber .bber-info {
    display: flex;
    align-items: center;
}

#bber .bber-info .fa-rectangles-mixed {
    margin-right: 8px;
}

#bber .bber-content-link {
    display: flex;
    margin-left: 0.5rem;
    color: rgba(60, 60, 67, 0.8);
    font-size: 0.7rem;
    align-items: center;
    background-color: rgba(245, 108, 108, 0.13);
    color: #f56c6c;
    padding: 0 8px;
    border-radius: 20px;
}

#bber .bber-content-link:hover {
    background-color: #fff;
    color: #fff;
}

#bber .bber-content-link i {
    margin-right: 3px;
}

#bber .bber-reply {
    cursor: pointer;
    padding: 0 4px;
}

#bber .bber-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#bber .count {
    color: rgba(60, 60, 67, 0.8);
    font-size: 0.8rem;
}

#bber p {
    margin: 0;
}

#bber .datafrom i {
    margin-right: 4px;
}

/* 音乐 */
#bber .bber-music {
    width: 100%;
    height: 90px;
    margin: 0.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #425AEF;
    background: #f1f3f8;
}

#bber .aplayer {
    margin: 0;
}

#bber .aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
    color: #333;
}

#bber .aplayer.aplayer-withlrc .aplayer-pic {
    height: 82px;
    width: 82px;
    margin: 4px;
    border-radius: 4px;
}

#bber .aplayer .aplayer-info .aplayer-music {
    height: 23px;
}

#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    padding: 0;
}

#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    background: grey;
    height: 8px;
    border-radius: 12px;
    transition: 0.3s;
    overflow: hidden;
}

#bber .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar {
    height: 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-loaded {
    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 {
    align-items: center;
}

#bber .aplayer .aplayer-info .aplayer-controller .aplayer-time {
    position: initial;
}

#bber .bber-music .aplayer-lrc {
    display: none;
}

/* 只能展示30条的提示 */
#bber-tips {
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

/* 图片 */

#bber .bber-content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

#bber .bber-content-img {
    height: 100px;
    width: 100px;
    margin-right: 10px;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    margin-left: 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

/* 时间 */

#bber>section>ul>li>div .bber-info-time {
    color: #666;
    font-size: 0.7rem;
    background-color: #e5e5e5;
    padding: 0 8px;
    border-radius: 20px;
    cursor: default;
    display: flex;
    align-items: center;
}

#bber>section>ul>li>div .bber-info-time i {
    margin-right: 8px;
}

/* 内容 */
#bber .bber-content .datacont {
    order: 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 1.38;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

/* 设备 */
#bber>section>ul>li>div .datafrom {
    order: 2;
    color: rgba(60, 60, 67, 0.8);
    font-size: 0.7rem;
    margin-left: 8px;
}

#bber>section>ul>li>div .datafrom small {
    font-size: 0.7rem;
} 
  
.bber-images{
    display: grid;
    grid-gap: 8px 8px;
    grid-template-columns: repeat(auto-fill, 100px);
    width: 100%;
}

.vvdeo{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.author-top-tips{
    /* animation: showup 4s linear forwards;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    font-family:cursive;
    text-align: center;
    animation-iteration-count: infinite; */
    font-family: cursive;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    animation: letterspacing 5s infinite alternate ease-in-out;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    letter-spacing: -17px;
}

.author-content-item-tips{
    display: flex;
    justify-content: center;
    filter: contrast(35);
    background: #fff;
    overflow: hidden;
    position: relative;
    height: 30px;
}
@keyframes letterspacing {
    0% {
        filter: blur(4px);
    }

    50% {
        letter-spacing: 3px;
        filter: blur(1px);
    }

    100% {
        letter-spacing: 8px;
        filter: blur(0);
    }
}
