.bbs-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 45px;
    z-index: 999;
    background-color: #f6f7fb;
}
.bbs-header button {
    height: 45px;
    float: left;
    background-color: transparent;
    border: 0px;
    font-size: 15px;
    margin-left: 20px;
}
#wap-bbs-list {
    position: relative;
    width: calc(100% - 40px);
    margin-left: -26px;
    margin-top: 0px;
}
.tip {
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 100px;
    border: none;
    color: #fd7e4f;
    background-color: #faede8;
}
.h5-bbs-container {
    position: relative;
    width: calc(100% - 0px);
    padding: 0px;
    min-height: 100px;
    background-color: white;
}