.sideBar{
    width: 63px;
    height: 565px;
    background: url("/sidebar/sideBar1.png") no-repeat center right;
    background-size: 100% 100%;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    margin-top: -200px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.sideBar .itm{
    width: 63px;
    height: 63px;
    margin-bottom: 1px;
    position: relative;
    cursor: pointer;
}

.sideBar .toTop,.sideBar .close{
    height: 24px;
}

.sideBar .itm .item-hover{
    position: absolute;
    right: 63px;
    top: 0;
    display: none;
}

.sideBar .itm:hover .item-hover{
    display: block;
}

.gzh img,.yss img{
    width: 100px;
}

.sideBar .bdsharebuttonbox{
    background-color: #ffffff;
    padding-left: 10px;
}
.fp-itm1{
    position: absolute;
    top: 150px;
    left: -22px;
    opacity: 0;
}