﻿/* 右侧边栏 */
.rightBar{
    width: 72px;
    height: 290px;
    background: #56AEE3;
    position: fixed;
    top:274px;
    left:50%;
    margin-left: 615px;
    z-index: 100;
}
.gb{
    color: #f1f1f1;
    margin-top: -3px;
    margin-right: 3px;
    cursor: pointer;
}
.rightBar li{
    height: 70px;
    width: 50px;
    border-bottom: 1px solid #7bd2ff;
    margin-left: 11px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    
}
.rightBar li:last-child{
    margin-bottom:6px;
}
.rightBar li a{
    font-size: 0;
}
.rightBar li:nth-child(4){
    border:none;
}
.rightBar li img{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.rightBar li a{
    width: 100%;
    height: 100%;
    /* margin-top: 5px; */
}
.webo,.wchet{
    width: 174px;
    height: 162px;
    position: absolute;
    left: -180px;
    background:url('../images/矩形\ 3.png');
    bottom:0;
    line-height: 162px;
    text-align: center;
    display: none;
}
.webo img,.wchet img{
    display: inline-block;
    margin-top: 22px;
    margin-right: 10px;
}
.webo{
    bottom:81px;
}