.servicesPopover{
    padding:12px 0 !important;
}
.services{
    position: fixed;
    right: -28px;
    top: 60%;
    width: 132px;
    height: 132px;
    z-index: 999;
    background: url(./images/kf.png) no-repeat center/cover;
}
.services .servicesBtn{
    width: 52px;
    height: 52px;
    position: absolute;
    top: 22px;
    right: 40px;
    cursor: pointer;
}
#services-operate .opeBox{
    padding: 10px 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    transition: all .5s;
}
#services-operate .opeBox:hover{
    background-color: #efefef;
}
#services-operate .opeBox .icon{
    width: 37px;
    height: 37px;
    margin-right: 9px;
}
#services-operate .opeBox .icon.icon1{
    background: url(./images/2.png) no-repeat center;
}
#services-operate .opeBox .icon.icon2{
    background: url(./images/3.png) no-repeat center;
}
#services-operate .opeBox .icon.icon3{
    background: url(./images/4.png) no-repeat center;
}
#services-operate .opeBox .icon.icon4{
    background: url(./images/5.png) no-repeat center;
}
#services-operate .opeBox .icon.icon5{
    background: url(./images/6.png) no-repeat center;
}
#services-operate .opeBox .linkTitle{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #333;
}
#services-operate .opeBox .linkVer{
    font-size: 12px;
    color: #b9b9b9;
}
@media screen and (max-width: 960px) {
    .services{
        background-size: 100% 100%;
        width: 88px;
        height: 88px;
        right: -15px;
        bottom: -20px;
    }
    .services .servicesBtn{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 11px;
        right: 22px;
        cursor: pointer;
    }
}