@import "font.css";

.bottom-menu-box * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: 0 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}

@media (min-width: 810px) {
    .bottom-menu-nav-box {
        display: none !important;
    }
}

.bottom-menu-nav-box {
    position: relative !important;
    z-index: 9999 !important;
}

.bottom-menu-nav-box::before {
    content: "";
    display: block !important;
    height: 55px !important;
}

.bottom-menu-nav-box ul {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    z-index: 999 !important;
    background-color: #fff !important;
    border-top: 1px solid #eee !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.bottom-menu-nav-box ul li {
    flex: auto !important;
    text-align: center !important;
}

.bottom-menu-nav-box ul li a {
    display: inline-flex !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 0 !important;
    color: #666 !important;
}

.bottom-menu-nav-box ul li.on a {
    color: #f00 !important;
}

.bottom-menu-nav-box ul li a i,
.bottom-menu-nav-box ul li a img {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 20px !important;
    width: auto !important;
    max-width: 80% !important;
    margin: 0 0 3px 0 !important;
    font-size: 20px !important;
}


.bottom-menu-kefu-box {
    position: fixed !important;
    right: -160px !important;
    top: 32% !important;
    width: 160px !important;
    margin: -80px 0 0 0 !important;
    z-index: 9999 !important;
    transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
}

.bottom-menu-kefu-box.on {
    right: 0 !important;
}

.bottom-menu-kefu-box>span {
    position: absolute !important;
    top: 0 !important;
    left: -40px !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 1 !important;
    background-color: rgba(196, 0, 0, 0.8) !important;
    border-radius: 5px 0 0 5px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
}

.bottom-menu-kefu-box>span:hover {
    background-color: #0066bf !important;
}

.bottom-menu-kefu-box>span::after {
    content: "\e671";
    font-family: cx !important;
    font-size: 28px !important;
    color: var(--be-white) !important;
}

.bottom-menu-kefu-box ul {
    background-color: #fff !important;
    border-radius: 0 0 8px 8px !important;
    overflow: hidden !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.073) inset, 0 0 6px 3px rgba(0, 0, 0, 0.073) !important;
}

.bottom-menu-kefu-box ul li a {
    width: 100% !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-bottom: 1px solid #ececec !important;
}

.bottom-menu-kefu-box ul li:last-child a {
    border: 0 !important;
}

.bottom-menu-kefu-box ul li a:hover {
    background-color: #f7f7f7 !important;
}

.bottom-menu-kefu-box ul li a i,
.bottom-menu-kefu-box ul li a img {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 1.1em !important;
    width: auto !important;
    max-width: 50px !important;
    margin: 0 5px 0 0 !important;
    font-size: 1.1em !important;
}

.bottom-menu-kefu-box ul li.code {
    padding: 5px !important;
}

.bottom-menu-kefu-box ul li.code img {
    width: 100% !important;
    height: auto !important;
}