.bfb-youhui {
    text-align: center;
    margin: 30px;
}
.bfb-youhui>span{
    color: #333;
    font-size: 24px;
    padding: 20px 100px;
    display: inline-block;
    font-weight: 700;
    border: dashed 1px #e2e2e2;
}
.bfb-tab {
    width: 90%;
    background: #fff;
    overflow: auto;
    margin: 30px auto 0 auto;
    scrollbar-width: none;
}
@media screen and (max-width: 414px) {
    .bfb-youhui{
        margin: 30px 0;
    }
    .bfb-youhui>span {
        padding: 10px;
    }
}
/* 隐藏滚动条 */
.bfb-tab::-webkit-scrollbar {
    display: none;
}
.bfb-tab>.tab-ul {
    display: flex;
    display: -webkit-flex;
    padding: 0;
    align-items: center;
    margin: 0;
}
.bfb-tab>.tab-ul li {
    flex: 0 0 11%;
    text-align: center;
    list-style: none;
    transition: 300ms;
    transform: scale(0.8);
    border: solid 1px #e2e2e2;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
}
@media screen and (max-width: 414px) {
    .bfb-tab>.tab-ul li {
        flex: 0 0 33.333%;
        text-align: center;
        list-style: none;
        transition: 300ms;
        transform: scale(0.8);
        border: solid 1px #e2e2e2;
        padding: 10px;
        border-radius: 3px;
        font-size: 14px;
    }
}
.bfb-tab>.tab-ul li.active {
    border: solid 1px #408de4;
    color: #408de4;
    transform: scale(1);
    font-size: 16px;
}
.bfb-tip{
    margin-top: 50px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    z-index: 9999;
}
.bfb-index1-tip{
    position: absolute;
    top: 200px;
    left: -20%;
    width: 140%;
    background: #fff;
    padding: 40px 10px 0 10px;
    border: 1px solid #62a1e9;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: all .5s ease-in-out;
    z-index: 9;
    font-size: 16px;
    display: none;
}
.pricing-layout-1:hover .bfb-index1-tip{
    display: block;
}
.bfb-index1-tip::after{
    content: '';
    position: absolute;
    top: -10px;
    left: calc( 50% - 10px);
    width: 20px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #62a1e9;
    border-left: 1px solid #62a1e9;
    transform: rotate(45deg);
}
.bfb-index1-tip>.bfb-tip-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.bfb-index1-tip>.bfb-tip-box>.bfb-tip-list{
    flex: 1;
}
.bfb-index1-tip>.bfb-tip-box>.bfb-money{
    font-size: 18px;
    color: #62a1e9;
}
.bfb-index1-tip>.bfb-tip-box>.bfb-del{
    position: relative;
}
.bfb-index1-tip>.bfb-tip-box>.bfb-del::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5c5f67;
}
#bfb-table>table{
    display: none;
}
#bfb-table>.bfb-on{
    display: inline-table;
}
#bfb-item>.bfb-qie {
    display: none;
}
#bfb-item>.bfb-index-on{
    display: block;
}