/* ==============================================

    btn_fixed

================================================= */
@media screen and (min-width:1025px){
    #btn_fixed {
        display: none!important;
    }
}
@media screen and (max-width:1024px){
    #btn_fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        height: 38px;
        z-index: 3;
    }
    #btn_fixed ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 1.425px;
    }
    #btn_fixed ul li {
        flex: 1;
    }
    #btn_fixed ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        height: 38px;
        color: #fff;
        font-size: 14px;
        padding-bottom: 5px;
    }
    #btn_fixed ul li a::before {
        content: "";
        display: inline-block;
        margin-bottom: 5px;
    }
    .bf_fair a {
        background: #697D4F;
        color: #fff!important;
    }
    .bf_visit a {
        background: #697D4F;
        color: #fff!important;
    }
    .bf_tel a {
        background: #697D4F;
    }
}
@media screen and (max-width: 480px) {
    #btn_fixed ul li a {
        font-size: 12px;
    }
}