.derun-side-bar {
    border-radius: 15px;
    top: calc(50% - 106px);
    position: fixed;
    right: 5px;
    z-index: 999;
    border-radius: 6px;
    background: var(--color-primary);
    box-shadow: 0 0 15px rgba(1,1,1,0.1);
}

.derun-side-bar a {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    color: #fff;
}

.derun-side-bar a+a {
    border-top: 1px solid rgba(218,37,28,0.5);
}

.derun-side-bar a i {
    display: inline-block;
    font-size: 28px;
    color: inherit;
}

.derun-side-bar a:hover {
    background: var(--color-primary);
    color: #fff;
}

.derun-side-bar .wx-box {
    width: 150px;
    position: absolute;
    right: 50px;
    =: -50px;display: none;
    z-index: 100;
}

.derun-side-bar .wx-box .box {
    border-radius: 15px;
    width: 140px;
    padding: 5px;
    border: 1px solid #D6D7D7;
    text-align: center;
    background: var(--color-primary);
    overflow: hidden;
}

.derun-side-bar .wx-box .box p {
    width: 100%;
    color: #fff;
}

.derun-side-bar a:hover .wx-box {
    display: block;
}
