#rightImg a{
    display: block;
}
#rightImg li{
    background-color: #e8e8e8;
    width: 68px;
    height: 63px;
    border-radius: 50%;
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
}
#rightImg li a{
    color:#7e7e7e;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

#rightImg li:hover{
    background-color: #ed232f;
}
#rightImg li:hover a{
    color: #fff;
}
#rightImg li a{
    margin: 0 auto;
}
#rightImg .Img1 a{
    background: url(../images/zx-user.png)  no-repeat center 0;
    padding-top: 66px;
    width: 41px;
    height: 63px;
    position:relative;
    top:-28px;

}
#rightImg .Img2 a{
    background: url(../images/zx-dj.png)  no-repeat center 0;
    padding-top: 36px;
    width: 68px;

}
#rightImg .Img2:hover a{
    background: url(../images/zx-dj1.png)  no-repeat center 0;
    padding-top: 36px;
    width: 68px;

}
#rightImg .Imgqq a{
     background: url(../images/zx-qq.png)  no-repeat center 0;
    padding-top: 36px;
    width: 68px;
 }
#rightImg .Imgqq:hover a{
    background: url(../images/zx-qq1.png)  no-repeat center 0;
    padding-top: 36px;
    width: 68px;
}
#rightImg .Imghd a{
    background: url(../images/zx-hd.png)  no-repeat center 0;
    padding-top: 36px;
    width: 68px;
}
#rightImg .Imghd:hover a{
    background: url(../images/zx-hd1.png)  no-repeat center 0;
    padding-top: 36px;
    width: 68px;
}


#rightImg{
    width: 50px;
    height: 206px;
    position: fixed;
    right: 30px;
    margin-top: 18%;
    z-index: 9999;
    top:0;
}
#rightImg img{
    display: block;
    margin: 16px auto 0;
}
#rightImg .Imgqq{
    margin-top:2px;
}
#rightImg #backTop:hover{
    background-color: #e8e8e8;
}