.floating-hotline {
    position: relative;
    z-index: 999
}

.floating-hotline .footer-action {
    padding: 7px;
    text-align: center;
    border-top: 1px solid #f4f4f4;
    margin-top: 5px;
    font-size: 12px
}

.floating-hotline .footer-link {
    margin-top: 5px
}

.floating-hotline .footer-link a {
    display: block
}

.floating-hotline .f-header-tools {
    position: absolute;
    bottom: 100%;
    background-color: var(--bg-header-tools, orange);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 10px
}

.floating-hotline .f-header-tools button {
    transition: all .15s;
    background-color: transparent;
    border: none;
    font-size: 11px;
    padding: 3px 10px 5px;
    white-space: nowrap;
    box-shadow: none;
    outline: none;
    cursor: pointer
}

.floating-hotline.in-active .f-header-tools button {
    font-size: 16px
}

.floating-hotline.br {
    position: fixed;
    bottom: 10px;
    right: 10px
}

.floating-hotline .wrap-body {
    height: 100%;
    overflow: hidden;
    margin: auto;
    width: var(--floating-width, 280px);
    font-size: 14px;
    transition: all .15s;
    opacity: 1;
    visibility: visible
}

.floating-hotline .wrap-body > div {
    border: var(--floating-border, 3px solid orange);
    width: var(--floating-width, 280px);
    background-color: var(--floating-bg, #f1f1f1);
    border-radius: 10px;
    overflow: hidden
}

@media (max-width: 991px) {
    .floating-hotline .wrap-body > div {
        width: 100%
    }
}

.floating-hotline .wrap-body.in-active {
    height: 0 !important;
    width: 0;
    border-width: 0;
    opacity: 0
}

.floating-hotline ul {
    margin: auto
}

.floating-hotline ul li {
    list-style: none
}

.floating-hotline .f-header {
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center
}

.floating-hotline .f-header img {
    max-width: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.floating-hotline .f-tab ul {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
    list-style: none
}

.floating-hotline .f-tab ul li a {
    display: block;
    padding: 4px 10px;
    color: #333;
    text-decoration: none;
    min-width: 80px;
    text-align: center
}

.floating-hotline .f-tab ul li a.active {
    color: #03a9f4;
    font-weight: 700;
    background-color: #fff;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.floating-hotline .f-body {
    padding-top: 5px;
    background: #fff
}

.floating-hotline .f-body ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.floating-hotline .f-body li {
    list-style: none;
    min-width: 50%;
    max-width: 50%
}

.floating-hotline .f-body a.item-contact {
    display: block;
    line-height: 16px;
    white-space: nowrap;
    font-size: 12px;
    position: relative;
    padding: 8px 3px 8px 33px
}

.floating-hotline .f-body a.item-contact:hover {
    background-color: #f0f0f0
}

.floating-hotline .f-body a.item-contact .name {
    display: block;
    font-weight: 600;
    color: #333
}

.floating-hotline .f-body a.item-contact .phone {
    color: red;
    font-weight: 700
}

.floating-hotline .f-body a.item-contact .icon {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    margin: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%
}

@media (max-width: 991px) {
    .floating-hotline {
        left: 0;
        width: 80%;
        margin: auto;
        right: 0 !important;
        bottom: 100px !important
    }

    .floating-hotline .f-header-tools {
        z-index: 9;
        text-align: center;
        background: none;
        position: fixed;
        top: 50%;
        left: auto;
        right: 0;
        bottom: auto;
        margin: auto
    }

    .floating-hotline .f-header-tools button {
        font-size: 16px;
        background-color: var(--bg-header-tools, orange);
        border-radius: 15px 0 0 15px
    }

    .floating-hotline .f-header-tools button i {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 4px;
        color: #000
    }

    .floating-hotline .wrap-body {
        width: 100% !important;
        height: auto !important
    }
}