/*
Start right-slide-bar
 */
.right_nav_bar {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10001;
    list-style: outside none none;
    width: 54px;
    padding: 0px;

}
.right_nav_bar a {
    text-decoration: none;
}
.right_nav_bar li {
    position: relative;
    list-style: outside none none;
    float: left;
    height: 54px;
    width: 54px;
}
.right_nav_bar .icons {
    height: 54px;
    width: 54px;
    float: left;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}
.right_nav_bar .setting-icon i {
    background-position: 30px -376px;
}
.right_nav_bar .qq-icon i {
    background-position: 30px -40px;
}
.right_nav_bar .weixin-icon i {
    background-position: 30px -80px;
}
.right_nav_bar .phone-icon i {
    background-position: 30px 0px;
}
.right_nav_bar .email-icon i {
    background-position: 30px -150px;
}
.right_nav_bar .totop-icon i {
    background-position: 30px -264px;
}
.right_nav_bar i.icon {
    background-image: url('../images/right-nav-ico.png');
    height: 30px;
    margin: 12px;
    width: 30px;
    display: inline-block;
}
i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px;
}
.right_nav_bar .right-nav-title {
    padding-right: 10px;
    color: #fff;
    position: relative;
    top: 13px;
    display: inline;
}
.right_nav_bar > li  div.icons {
    background: #31353D;
    width: 54px;
}
/*
END right-slide-bar
 */