
.ws_sidebar {
    width: 116px;
    height: 520px;
    position: fixed;
    top: 50%;
    right: -116px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #59b6d7;
    transition: all .3s;
    z-index: 999
}

.ws_sidebar .sidebar_arrow:after,
.ws_sidebar .sidebar_tips:after {

    bottom: -15px
}

.ws_sidebar.active {
    right: 15px
}

.ws_sidebar.active .sidebar_arrow {
    display: block
}

.ws_sidebar.active .sidebar_tips {
    display: none
}

.ws_sidebar .ws_sidebar_inner {
    position: relative;
    border-radius: 10px;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.ws_sidebar .sidebar_arrow,
.ws_sidebar .sidebar_tips {
    background-color: #59b6d7;
    cursor: pointer;
    transform: translateY(-50%);
    position: absolute
}

.ws_sidebar .ws_sidebar_inner p {
    text-align: center;
    margin: 0
}

.ws_sidebar .ws_sidebar_inner figure {
    margin: 0;
    padding: 0 0 5px;
    text-align: center
}

.ws_sidebar .ws_sidebar_inner figure.border_bottom {
    margin-bottom: 9px;
    border-bottom: 1px solid #ededed
}

.ws_sidebar .ws_sidebar_inner figure img {
    display: inherit;
    margin: 0 auto;
    width: 86px;
    height: 86px
}

.ws_sidebar .ws_sidebar_inner figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: .875rem;
    color: #59b6d7
}

.ws_sidebar .ws_sidebar_inner figure figcaption.color_57c58a {
    color: #57c58a
}

.ws_sidebar .sidebar_tips {
    z-index: -1;
    display: block;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 38px;
    height: 100px;
    top: 50%;
    left: -38px
}

.ws_sidebar .sidebar_tips:after,
.ws_sidebar .sidebar_tips:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-left: 10px solid transparent;
    position: absolute;
    left: 25px
}

.ws_sidebar .sidebar_tips:before {
    top: -15px;

}

.ws_sidebar .sidebar_tips p {
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    margin: 10px auto 0;
    padding: 0;
    width: 16px;
    font-size: 1rem;
    color: #fff
}

.ws_sidebar .sidebar_arrow {
    display: none;
    border-radius: 50%;
    background-image: url(../images/sidebar_arrow@2x.png);
    width: 46px;
    min-height: 58px;
    top: 50%;
    left: -23px;
    background-repeat: no-repeat;
    background-position: 10px 20px
}

.ws_sidebar .sidebar_arrow:after,
.ws_sidebar .sidebar_arrow:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-left: 10px solid transparent;
    position: absolute;
    left: 11px
}

.ws_sidebar .sidebar_arrow:before {
    top: -15px;

}