.be-ifuhu {
    min-width: 304px
}

.float-right .be-ifuhu {
    left: auto;
    right: 25px
}

@media (min-width:1349px) {
    .be-mega-menu .float-right .be-ifuhu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.be-ifuhu .content {
    padding: 20px 15px
}

    .be-ifuhu .content .row {
        margin: 0
    }

        .be-ifuhu .content .row > div {
            padding-left: 5px;
            padding-right: 5px
        }

.be-ifuhu .ifuhu-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #737373;
    text-decoration: none;
}

    .be-ifuhu .ifuhu-item span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .be-ifuhu .ifuhu-item img {
        max-height: 50px;
        max-width: 50px
    }

    .be-ifuhu .ifuhu-item:hover {
        background-color: transparent;
        border-color: #ebebeb;
    }

@media (max-width:767.98px) {
    .float-right .be-ifuhu {
        right: 5px
    }

    .navbar-nav .show .be-ifuhu {
        position: absolute;
        background-color: #fff
    }
}

@media (max-width:575.98px) {
    .be-ifuhu {
        min-width: 260px
    }

    .navbar-nav .show .be-ifuhu {
        position: fixed
    }

    .be-ifuhu .content {
        padding-left: 10px;
        padding-right: 10px
    }
}
