.lead-quick-content-wrapper {
    position: fixed;
    z-index: 100000;
}

.lead-quick-content-wrapper .lead-quick-content-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    max-height: 70vh;
}


.lead-quick-content-wrapper .lead-quick-content-item-wrapper {
    position: relative;
}

.lead-quick-content-wrapper .lead-quick-content-item-wrapper .iconfont_phoenix {
    font-size: 24px;
}

div.lead-quick-content-wrapper .lead-quick-content-item-wrapper a.lead-quick-content {
    font-family: unset;
    color: unset;
    font-weight: unset;
    text-decoration: unset;
    font-style: unset;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
/*悬浮提示框样式*/
.lead-quick-content-wrapper .lead-quick-content-item-wrapper:hover .lead-poppver-hasContent{
    visibility: visible;
    opacity: 1;
}

.lead-quick-content-wrapper .lead-quick-content-item-wrapper .lead-poppver-hasContent{
    width: 180px;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 150%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    height: auto;
    box-shadow: 0px 8px 20px 0px #0000001A;
    visibility: hidden;
}


.lead-poppver-hasContent .lead-popover_text {
    color: #000;
    font-size: 14px;
}
.lead-quick-content-wrapper .lead-quick-content-item-wrapper .lead-poppver-hasContent .lead-popover__arrow {
    position: absolute;
    right: -5px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    z-index: 3;
    top: 50%;
}
.lead-quick-content-wrapper .lead-quick-content-item-wrapper .lead-poppver-hasContent .lead-popover__arrow::before {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    content: " ";
    transform: rotate(45deg);
    background: #ffffff;
    box-sizing: border-box;
    right: 0;
    border-top-left-radius: 2px;
    /*border: 1px solid #e4e7ed;*/
    /*border-bottom-color: transparent !important;*/
    /*border-left-color: transparent !important;*/
}

.lead-poppver-hasContent .lead-popover_img {
    margin-top: 6px;
    width: 100%;
}
.lead-poppver-hasContent .lead-popover_img img {
    width: 100%;
    border-radius: 6px;
    max-height: 200px;
    object-fit: contain;
}

.lead-quick-content-container.wrapper_expand {
    padding-bottom: 0 !important;
}


@media (min-width:993px) {

    .pcStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top) {
        height: 0;
    }
    /*显示隐藏*/
    .contact_pcHidden {
        display:none !important
    }

    /*处理居左时悬浮框位置*/
    .lead-quick-content-container.contact_pcLeft .lead-quick-content-item-wrapper .lead-poppver-hasContent{
        left: 150%;
        right: auto;
    }
    .lead-quick-content-container.contact_pcLeft  .lead-quick-content-item-wrapper .lead-poppver-hasContent .lead-popover__arrow {
        left: -5px;
        right: auto;
    }

    /*展开收起样式*/
    .lead-quick-content-container.pcStyle_openClose_animation {
        position: relative;
    }

    .lead-quick-content-container.pcStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top){
        opacity: 0;
        top: 0;
        left: 0;
        transform: translateY(-100%);
        transition: opacity 0.5s, transform 0.5s;
    }

    .lead-quick-content-container.pcStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        opacity: 1;
        height: auto;
        position: relative;
        transform: translateY(0);
    }

    .lead-quick-content-container.pcStyle_openClose_animation .lead-quick-content-item-wrapper.defaultIcon {
        transition: none !important;
        z-index: 9;
        display: none;
    }
    .lead-quick-content-container.pcStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        display: block;
    }

    /*处理顶部和底部临近屏幕时悬浮框被遮挡*/
    .lead-quick-content-container.contact_pcTop .lead-quick-content-item-wrapper.lead-quick-item-icon:first-of-type  .lead-poppver-hasContent {
        top: 0;
        transform: initial;
    }

    .lead-quick-content-container.contact_pcTop .lead-quick-content-item-wrapper.lead-quick-item-icon:first-of-type  .lead-poppver-hasContent .lead-popover__arrow{
        top: 16px;
    }

    /* .lead-quick-content-container.contact_pcBottom .lead-quick-content-item-wrapper.lead-quick-item-icon:last-of-type  .lead-poppver-hasContent {
        top: auto;
        transform: initial;
        bottom: 0;
    } */

    /* .lead-quick-content-container.contact_pcBottom .lead-quick-content-item-wrapper.lead-quick-item-icon:last-of-type  .lead-poppver-hasContent .lead-popover__arrow {
        top: auto;
        bottom: 16px;
    } */
    .pcStyle_openClose_animation .scroll_to_top {
        position: absolute;
        bottom: 0;
    }
}
@media (max-width:992px) and (min-width:768px) {
    .padStyle_openClose_animation .scroll_to_top {
        position: absolute;
        bottom: 0;
    }

    .padStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top) {
        height: 0;
    }

    .contact_padHidden {
        display:none !important
    }
    .lead-quick-content-container.padStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top) {
        opacity: 0;
        transform: translateY(-100%);
        transition: opacity 0.5s, transform 0.5s;
    }

    .lead-quick-content-container.padStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        opacity: 1;
        height: auto;
        transform: translateY(0);
    }

    .lead-quick-content-container.contact_padLeft .lead-quick-content-item-wrapper .lead-poppver-hasContent{
        left: 150%;
        right: auto;
    }
    .lead-quick-content-container.contact_padLeft  .lead-quick-content-item-wrapper .lead-poppver-hasContent .lead-popover__arrow {
        left: -5px;
        right: auto;
    }


    .lead-quick-content-container.padStyle_openClose_animation {
        position: relative;
    }

    .lead-quick-content-container.padStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top){
        opacity: 0;
        top: 0;
        left: 0;
        transform: translateY(-100%);
        transition: opacity 0.5s, transform 0.5s;
    }

    .lead-quick-content-container.padStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        opacity: 1;
        height: auto;
        position: relative;
        transform: translateY(0);
    }

    .lead-quick-content-container.padStyle_openClose_animation .lead-quick-content-item-wrapper.defaultIcon {
        transition: none !important;
        z-index: 9;
        display: none;
    }
    .lead-quick-content-container.padStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        display: block;
    }

    .lead-quick-content-container.contact_padTop .lead-quick-content-item-wrapper.lead-quick-item-icon:first-of-type  .lead-poppver-hasContent {
        top: 0;
        transform: initial;
    }

    .lead-quick-content-container.contact_padTop .lead-quick-content-item-wrapper.lead-quick-item-icon:first-of-type  .lead-poppver-hasContent .lead-popover__arrow{
        top: 16px;
    }

    /* .lead-quick-content-container.contact_padBottom .lead-quick-content-item-wrapper.lead-quick-item-icon:last-of-type  .lead-poppver-hasContent {
        top: auto;
        transform: initial;
        bottom: 0;
    }

    .lead-quick-content-container.contact_padBottom .lead-quick-content-item-wrapper.lead-quick-item-icon:last-of-type  .lead-poppver-hasContent .lead-popover__arrow {
        top: auto;
        bottom: 16px;
    } */
}
@media (max-width:767px) {
    .phoneStyle_openClose_animation .scroll_to_top {
        position: absolute;
        bottom: 0;
    }
    .contact_phoneHidden {
        display:none !important
    }
    .phoneStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top) {
        height: 0;
    }

    .lead-quick-content-container.phoneStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top) {
        opacity: 0;
        transform: translateY(-100%);
        transition: opacity 0.5s, transform 0.5s;
    }

    .lead-quick-content-container.phoneStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        opacity: 1;
        height: auto;
        transform: translateY(0);
    }

    .lead-quick-content-container.contact_phoneLeft .lead-quick-content-item-wrapper .lead-poppver-hasContent{
        left: 150%;
        right: auto;
    }
    .lead-quick-content-container.contact_phoneLeft  .lead-quick-content-item-wrapper .lead-poppver-hasContent .lead-popover__arrow {
        left: -5px;
        right: auto;
    }

    .lead-quick-content-container.phoneStyle_openClose_animation {
        position: relative;
    }

    .lead-quick-content-container.phoneStyle_openClose_animation .lead-quick-content-item-wrapper:not(.scroll_to_top){
        opacity: 0;
        top: 0;
        left: 0;
        transform: translateY(-100%);
        transition: opacity 0.5s, transform 0.5s;
    }

    .lead-quick-content-container.phoneStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        opacity: 1;
        height: auto;
        position: relative;
        transform: translateY(0);
    }

    .lead-quick-content-container.phoneStyle_openClose_animation .lead-quick-content-item-wrapper.defaultIcon {
        transition: none !important;
        z-index: 9;
        display: none;
    }
    .lead-quick-content-container.phoneStyle_openClose_animation .lead-quick-content-item-wrapper.show:not(.scroll_to_top) {
        display: block;
    }

    .lead-quick-content-container.contact_phoneTop .lead-quick-content-item-wrapper.lead-quick-item-icon:first-of-type  .lead-poppver-hasContent {
        top: 0;
        transform: initial;
    }

    .lead-quick-content-container.contact_phoneTop .lead-quick-content-item-wrapper.lead-quick-item-icon:first-of-type  .lead-poppver-hasContent .lead-popover__arrow{
        top: 16px;
    }

    /* .lead-quick-content-container.contact_phoneBottom .lead-quick-content-item-wrapper.lead-quick-item-icon:last-of-type  .lead-poppver-hasContent {
        top: auto;
        transform: initial;
        bottom: 0;
    }

    .lead-quick-content-container.contact_phoneBottom .lead-quick-content-item-wrapper.lead-quick-item-icon:last-of-type  .lead-poppver-hasContent .lead-popover__arrow {
        top: auto;
        bottom: 16px;
    } */
}
