.hotline-phone-ring-wrap_lv {
    position: fixed;
    bottom: 85px;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring_lv {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-bar_lv {
    position: absolute;
    background: rgba(230, 8, 8, 0.7);
    height: 40px;
    min-width: 160px;
    line-height: 40px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 23px;
    bottom: 46px;
    width: max-content;
}
.hotline-bar_lv>a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-indent: 40px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-phone-ring-circle_lv {
    width: 85px;
    height: 85px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}
.hotline-phone-ring-circle-fill_lv {
    width: 55px;
    height: 55px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #e60808;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle_lv {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 27px;
    left: 27px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.pps-btn-img_lv {
    color: #fff;
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(
                1deg);
        transform: rotate(0) scale(.5) skew(
                1deg);
        opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(
                1deg);
        transform: rotate(0) scale(.7) skew(
                1deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(
                1deg);
        transform: rotate(0) scale(1) skew(
                1deg);
        opacity: .1;
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(
                1deg);
        transform: rotate(0) scale(1) skew(
                1deg);
    }
    10% {
        -webkit-transform: rotate(
                -25deg) scale(1) skew(
                1deg);
        transform: rotate(
                -25deg) scale(1) skew(
                1deg);
    }
    20% {
        -webkit-transform: rotate(
                25deg) scale(1) skew(
                1deg);
        transform: rotate(
                25deg) scale(1) skew(
                1deg);
    }
    30% {
        -webkit-transform: rotate(
                -25deg) scale(1) skew(
                1deg);
        transform: rotate(
                -25deg) scale(1) skew(
                1deg);
    }
    40% {
        -webkit-transform: rotate(
                25deg) scale(1) skew(
                1deg);
        transform: rotate(
                25deg) scale(1) skew(
                1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(
                1deg);
        transform: rotate(0) scale(1) skew(
                1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(
                1deg);
        transform: rotate(0) scale(1) skew(
                1deg);
    }
}
.item-icon{
    display: flex;
    justify-content: center;
    position: fixed;
    right: 20px;
    transition: all 0.3s!important;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    z-index: 99999;
}
.item-icon:hover img{
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
    border-radius: 50%;
}
.item-icon img{
    width: 44px;
    height: 44px;
    margin: 10px 4px;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
}
.item-icon:hover .text-icon{
    visibility: visible;
    opacity: 1;
}
.text-icon{
    visibility: hidden;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
    right: 50px;
}
.category-block .category-banner{
    border-radius: 12px;
}
.category-block .category-banner:before{
    background: rgb(219 219 219 / 50%);
    border-radius: 12px;
}
.index-privacy-icon-border, .index-privacy-icon {
    border: none;
    padding: 0;
}
.index-privacy-block .index-privacy-content {
    flex: 1;
}
.index-privacy-icon-delivery {
    background: none;
}
.index-privacy-block:hover .index-privacy-icon-delivery, .index-privacy-block:hover .index-privacy-icon-delivery .index-privacy-icon-border {
    border: none;
}
