.fixtools {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    min-width: 56px;
    bottom: 108px;
    left: initial;
    right: 16px;
    transition: all 0.75s;
}

.fixtools .silder {
    height: 56px;
    margin: 6px 0;
    position: relative;
}

.fixtools .silder_phone:hover::before {
    display: block;
}

.fixtools .silder_phone:hover::after {
    display: block;
}

.fixtools .silder_phone::before {
    content: "联系方式：0592-5681199";
    position: absolute;
    left: -200px;
    top: 4px;
    display: none;
    width: 189px;
    height: 48px;
    color: rgb(255, 255, 255);
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    background: rgb(44, 183, 202);
    border-radius: 8px;
}

.fixtools .silder_phone::after {
    content: '';
    position: absolute;
    left: -12px;
    top: 22px;
    display: none;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #2cb7ca;
    border-bottom: 6px solid transparent;
}

.fixtools .silder_wx:hover .silder_wx_qr::before {
    display: block;
}

.fixtools .silder_wx:hover .silder_wx_qr {
    display: block;
}

.fixtools .silder_wx_qr {
    display: none;
    position: absolute;
    left: -134px;
    top: 0;
    width: 120px;
    height: 148px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 16%);
    padding: 5px;
    box-sizing: border-box;
}

.fixtools .slider_wx .silder_wx_qr::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 22px;
    display: none;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 16%);
    border-bottom: 6px solid transparent;
}

.fixtools .silder_phone img {
    width: 56px;
}

.fixtools .silder_wx img {
    width: 56px;
}

.fixtools .silder_wx_qr img {
    border-radius: 8px;
    width: 100%;
}

.fixtools .silder_wx_qr p {
    font-size: 14px;
    text-align: center;
}

.fixtools .back-to-up {
    border-radius: 50%;
    width: 56px;
}

.fixtools .back-to-up .backtop {
    width: 56px;
    height: 56px;
    right: 16px !important;
    bottom: auto !important;
    background-color: #b5b6ba;
    color: white;
}
.fixtools .back-to-up .backtop:hover {
    background-color: #2cb7ca;
}