.rightBar{
    position: fixed;
    top: 150px;
    right: 20px;
    width:80px;
    /*height: 355px;*/
    z-index: 999;
    border:1px solid #F6F6F6;
    background-color: #fff;
    border-radius: 5px;
}
.rightBar>ul>li{
    text-align: center;

    border-bottom: 1px solid #F6F6F6;
    /*margin-bottom: 1px ;*/
}
.rightBar>ul>li>a{
    display: block;
    font-size: 10px;
    height: 72px;
    padding-top: 12px;
    box-sizing: border-box;
    color: #AAAAAA;
    /*line-height: 72px;*/
}
.rightBar>ul>li>a>i{
    margin-bottom: 3px;
}
.end{
    background-color: #DFE4E8;
}
.icon-sanjiao,.icon-fangzi,.icon-appxiazai,.icon-zaixianzixun,.icon-weituozhaofangicon31,.icon-kefurexian{
    display: block;
    font-size: 25px;
    /*color: #E82416;*/
    color: #E58042;
}
.rightBar>ul>li>a:hover{
    background-color: rgba(223,228,232,0.04);
}
.chuzu{
   margin: 0 auto;
    display: block;
    width: 35px;
    height: 35px;
}
.barApp{
    width: 125px;
    height: 165px;
    position: absolute;
    top:0;
    left: -164px;
    background-color: #FEFEFE;
    border:1px solid #F6F6F6;
    padding: 5px;
}
.barApp img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.barApp p{
    font-size: 12px;
    color: #E82416;
}
.barApp .pointing{
    position: absolute;
    top:0;
    right: -34px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background-color: #FEFEFE;
    border:1px solid #F6F6F6;
    font-size: 18px;
    font-weight: bold;
}
.barApp1{
    width: 160px;
    height: 45px;
    background-color: #FEFEFE;
    border:1px solid #F6F6F6;
    position: absolute;
    bottom:0;
    left: -164px;
}
.barApp1 p{
    position: absolute;
    top: -35px;
    right:0;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background-color: #FEFEFE;
    border:1px solid #F6F6F6;
    font-size: 18px;
    font-weight: bold;
    color: #E82416;
    /*opacity: ;*/
}
.hi {
    display: none;
}
.bl{
    display: block;
}
@keyframes animatedBackground {
    0%{transform: scale(0);}
    /*50% { transform: scale(1.09); }*/
    100% { transform: scale(1); }
}
.hide1{
    animation: animatedBackground 0.8s ease;
}