/* 悬浮框 start */
.suspend {
    position: fixed;
    right: 5px;
    bottom: 40%;
    z-index: 999;
    width: 70px;
    padding: 0px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #ff5a00;
}

.btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px #fff;
    padding: 5px 0px;
}

.btn img {
    width: 40px;
    height: auto;
}

.btn p {
    line-height: 1.5;
}

.btn-wx, .btn-top, .btn-phone {
    background-size: 100%, 100%;
}

.btn-wx .pic {
    position: absolute;
    left: -130px;
    top: -10px;
    display: none;
    width: 120px;
    height: 120px;
}

.btn-top {
    display: none;
    text-align: center;
    box-shadow: 0 0 0;
}

/* 悬浮框 end */
